/* CSS Document */


.Table-bg {
    background-image: url(../Images/TableBg.png);
    background-position: top;
    background-repeat: repeat-x;
}

.fieldLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
}

.orderDetailHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
}

.statusHistoryLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}


.detailLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
    .detailLink:hover {
        text-decoration: none;
    }

 .detailLink:visited {
        text-decoration: underline;
    }

.informationLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535456;
}

.informationValue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535456;
}

.informationText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535456;
    font-weight: bold;
}

.sectionHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #535456;
    font-weight: bold;
}

.pageHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #535456;
    font-weight: bold;
}

.gridItem {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: Black;
    background-color: White; /*border-style: none dotted none none;
    border-width: 1px;
    border-color: #C0C0C0;*/
    height: 32px;
}





.disableImage {
    /*background-color:Gray;*/
    filter: alpha(opacity=60);
    opacity: 0.6;
}


.HighlightControl {
    font-weight: bold;
    background-color: #993333;
}

.ajax__validatorcallout_popup_table_row {
    color: #000000;
}

.NavigationLinkSelected {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}

.NavigationHomeBg {
    background-image: url(../images/HomeBg.png);
    background-repeat: repeat-x;
    vertical-align: middle;
}

.NavigationStatusBg {
    background-image: url(../images/ActivityReportsBG.png);
    background-repeat: repeat-x;
    vertical-align: middle;
}

.NavigationDefaultBg {
    background-image: none;
    background-repeat: repeat-x;
    vertical-align: middle;
}
/*.NavigationHomeLinkSelected{background-image:url(Home.png); background-repeat:repeat-x;color:#FFF; font-size:14px; text-decoration:none;}*/
.NavigationLink {
    color: #5f6062;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

.chartBg {
    background-image: url('Images/ChartBG.png');
    background-repeat: no-repeat;
}

.chartBgBig {
    background-image: url('Images/ChartBGBig.png');
    background-repeat: no-repeat;
}

.chartHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFF;
}

.DropDown {
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

    .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.chosen-container {
   
    font-size: 10px;
   
}
