﻿table.dataTable thead .sorting {
    background: url('/CLientApp/Src/assets/Images/sort_both.png') no-repeat bottom right;
    background-color: white;
    cursor: pointer;
}

table.dataTable thead .sorting_asc {
    background: url('/CLientApp/Src/assets/Images/sort_asc.png') no-repeat bottom right;
    background-color: white;
    cursor: pointer;
}

table.dataTable thead .sorting_desc {
    background: url('/CLientApp/Src/assets/Images/sort_desc.png') no-repeat bottom right;
    background-color: white;
    cursor: pointer;
}

table.dataTable thead .sorting_asc_disabled {
    background: url('/CLientApp/Src/assets/Images/sort_asc_disabled.png') no-repeat bottom right;
    background-color: white;
    cursor: pointer;
}

table.dataTable thead .sorting_desc_disabled {
    background: url('/CLientApp/Src/assets/Images/sort_desc_disabled.png') no-repeat bottom right;
    background-color: white;
    cursor: pointer;
}

.tblTemplateGroupHeaderTwo {
    border-width: 0 !important;
}

.tblTemplateGroupHeaderTwoLeft {
    border-width: 0 0 0 var(--bs-border-width) !important;
}

.tblTemplateGroupHeaderTwoRight {
    border-width: 0 var(--bs-border-width) 0 0 !important;
}

.header-first-row {
    border-width: var(--bs-border-width) 0 0 0 !important;
    border-bottom-style: none !important;
}

.header-second-row {
    border-width: 0 0 var(--bs-border-width) 0 !important;
    border-top-style: none !important;
}

a {
    text-decoration: none;
}
body {    
    padding-bottom: 20px;
    padding-right: 5px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 25px !important;
}

.Font-Normal {
    font-weight: 400 !important;
}

.InfoBox {
    min-height: 650px;
    height: 100%;
}

.HeadLogo {
    height: 52px;
    top: 1px;
    padding-right: 14px;    
}

.HeadLogoLink {
    position: absolute;
    top: 5px;
    width: 110px;
}

.HeadText {
    padding-left: 130px;
    color: #023502;
}

.MenuSeperator {
    margin: 0 0 6px 0;
    border-bottom:1px solid #cccccc;
    padding: 0px 0 0px 0;
    padding: 0px 0 6px 0;    
}

.MenuItemChild {
    margin-top: 8px;
    margin-left: 8px;
    font-size: 14px;
}

.MenuItemSelectedText {
    margin-left: 8px;
    font-size: 14px;
    font-weight: bold;
}

.Version {
    font-style: italic;
    color: lightgrey;
    font-size: 12px;
    padding-top: 12px;
    width: 100%;
    text-align: center;
}


.HelpLinks {
    width: 600px;
    position: absolute;
    float: right;
    right: 25px;
    top: 4px;
    padding-right: 24px;
    font-size: 14px;
}

   
    .HelpLinks li {
        display: inline;
        float: right;
        margin: 0;
        padding-left: 12px;
        width: auto;
    }

    .HelpLinks ul {
        list-style: none;
        padding: 0;
    }

.clear {
    clear: both;
}

/* CSS */
.outer-block {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.items {
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.NoHyphen {
    white-space: nowrap;
    /*rowspan: 2;*/
}


.dataTables_wrapper .dataTables_filter {
    float: right;
    margin-bottom: 1rem;
}


#btnSelectReport {
    width: 100%;
}

.footerTr {
    font-weight: bold;
}

table tfoot tr.footerTr td {
    border-top-width: 2px;    
}

.menuRadioGroup {
    clear: left;
}

.menuRadio {
    font-size: 14px;
}

.menuItemHead {
    float: left;
}

.menuItemHelp {
    float: right;
}

.fa-question-color {
    color: #337ab7;
}

.HeadPanel {
    background-color: #d5fdd5 !important;    
}


.ImageBoxStartPage {
    width: 100%;
    display: block;
}


td.tdStatisticDefault {
    white-space: nowrap;
}

td.tdStatisticCritial {
    background-color: red;
}

td.tdStatisticWarning {
    background-color: orange;
}

td.tdStatisticOk {
    background-color: green;
}

#ReportHeaderTitle {
    display: block;
}

#ReportTitle {
    float: left;
}

#ReportTitleInfo {    
    clear: both;
}

#AlertInfoText {
    clear: both;
}

#ReportTitleInfoIcon {
    margin-top: 4px;
    margin-right: 13px;
    font-size: 18px;   
}

.ReportAlertDelayInfo {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;    
    text-align: center;
}

.line_chart {
    padding-right: 1%;
}


/* IE10+ CSS styles go here */
@media all and (forced-colors: none), (forced-colors: active) {
    div .DTFC_LeftBodyWrapper {
        height: auto !important;
    }

    div.DTFC_LeftBodyLiner {
        height: auto !important;
        max-height: none !important;
    }
}


.ReportHeader {
    font-size: 24px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(238,238,238);
    margin-bottom: 10px;
    overflow: hidden;
}

#theTable_wrapper .dt-buttons .btn {
    color: #6c757d !important;
    background-color: transparent !important;
    border: 1px solid #6c757d !important;
}

#theTable_wrapper .dt-buttons .btn:hover {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

table.dataTable thead > tr > th.sorting:after {
    bottom: 10px !important;
    top: unset !important;
}

table.dataTable thead > tr > th.sorting:before {
    bottom: 20px !important;
    top: unset !important;
}