﻿

/*  Loading Background Image */
#loading {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #fff;
    z-index: 10000;
    overflow: hidden;
}

    #loading img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

/* Force items to be hidden via Knockout */
div.forceHide {
    display: none !important;
}

div.strikeThrough input {
    text-decoration: line-through;
    text-decoration-color: red;
}

/* Expand textareas on click */
textarea:focus {
    height: 10em;
}

.read-only {
    pointer-events: none;
    cursor: not-allowed;
}

div.select2-container ul.select2-choices {
    border-radius: 4px;
}

/* The default styling doesn't work right */
.dtsb-searchBuilder {
    padding: 10px;
    min-width: 750px;
}

.dt-buttons{
    float: right;
    margin-left: 15px;
}
.dt-buttons>button{
    height: 30px;
    padding-top: 5px;
}

ul.dropdown-menu li form {
    padding-left: 8px;
}

hr{
    border-color: #999;
}

.build-date{
    font-size: .8em;
    color: gray;
}
.copyright{
    margin-bottom: 0px;
}

body.dev nav.navbar {
    background-image: -webkit-linear-gradient(top, Lime 0%, LimeGreen 100%);
}

body.test nav.navbar {
    background-image: -webkit-linear-gradient(top, LightSalmon 0%, Orange 100%);
}

body.stage nav.navbar {
    background-image: -webkit-linear-gradient(top, Crimson 0%, Red 100%);
}

/*Give more space in money inputs that area one column*/
div.col-sm-1 input.money{
    padding-left:5px;
    padding-right:5px;
}