﻿#AppLoader.jqx-loader {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 1063;
    position: fixed;
    background-color: #aaa;
    opacity: 0.8;
}

#AppLoader .jqx-loader-text {
    top: calc(50% - -10px) !important;
    color: #162c9c;
    font-weight: bold;
}

#AppLoader .jqx-loader-icon {
    top: calc(50% - 30px) !important;
    background-image: url("../imgProject/loader2.gif");
}

.NotesTextarea {
    border-radius: 1px;
    border: 1px solid rgb(170, 170, 170);
    color: #222222;
    padding: 4px 6px;
    font-size: 11px;
    resize: none;
}


.app-fieldset {
    border: 1px solid #ffffff;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    background-color: #fafafa;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.app-legend {
    width: auto;
    margin-bottom: 0px;
    margin-left: 16px;
    border-bottom: 0px;
    font-size: inherit;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: #9e1e2d;
    border-radius: 10px;
    padding-left: 7px;
    padding-right: 7px;
}

.active-reference {
    background-color: #fcfcde !important;
    border-color:#fcfcde !important;
}

.app-input {
    height: 23px;
    width: 100%;
}


.dvMsgs {
    position: absolute;
    z-index: 999;
    width: 98%;
    padding-right: 0px;
}

.OkDialogHeader {
    background: #3675c3 !important;
}

    .OkDialogHeader span {
        display: block;
        text-align: center;
        color: #fff;
    }

.topOperatorLogo {
    height: 40px;
}


#page-container {
    padding-bottom: 5px;
    position: relative;
    margin: 0;
    min-height: 100%;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.display-none {
    display: none;
}

.black-border{
    border-color:#454545 !important;
}


.userLabel {
    width: 150px;
    text-align: right;
    line-height: 20px;
    height: 20px;
    margin: auto;
    padding-right: 5px;
}

.nameLabel {
    line-height: 20px;
    height: 20px;
    margin: auto;
    vertical-align: top;
    display: none;
    font-weight: bold;
    text-align: left;
}


.sub-title-border {
    position: relative;
    padding-top: 10px;

    color: #18355e;
    font-size: 12px;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-color: #18355e;
    border-bottom-width: 1px;
    margin-bottom: 10px;
}

    .sub-title-border > a {
        position: absolute;
        bottom: 0;
        right: 0;
    }


.col-form-label {
    padding-right: 0px !important;
    padding-top: 3px !important;
    padding-bottom: 0px !important;
}
.gridHeaderForBR .jqx-grid-column-header div:not(.jqx-grid-group-column):not(.jqx-icon-close):not(.jqx-icon) {
    margin-top: 0px !important;
    padding-top: 2px;
    line-height: 1.23 !important;
}

.popupCheckBox {
    height: 15px;
    width: 15px;
}
#gridCloseoutNew .jqx-widget-header div:not(.jqx-grid-group-column):not(.jqx-icon-close) {
    margin-top: 0px !important;
    padding-top: 2px !important;
}
 #gridCloseoutNew .jqx-grid-column-header div div {
        line-height: 15px !important;
        
    }