﻿.divcolor {
    background: #012A53 !Important
}

body {
    min-height: 100%;
}

table {
    border: none;
}

/*section.content { 
    background-color: #F4F6FC !important;
}*/

#aspnetForm {
    background-color: #F4F6FC !important;
    min-height: 100vh;
}

#map-iframesec  {
    border-radius: 5px;
    border: 1px solid rgb(228, 232, 240);
    border-radius: 5px;
}

.card {
    border-radius: 5px !important;
}

nav.main-header {
    top: 0;
    margin-left: 0 !important;
    position: sticky !important;
}

.txtGray{
    color:gray;
}

.txtOrange{
    color:orange;
}

aside.main-sidebar {
    /*position: sticky !important;
    overflow-y: scroll;
    position: fixed !important;
    top: 72px !important;
    bottom: 0 !important;
    will-change: transform;
    -webkit-overflow-scrolling: unset;*/
}

aside.main-sidebar::-webkit-scrollbar {
   /* display: none;
    -ms-overflow-style: none; /* IE and Edge */
    /*scrollbar-width: none; /* Firefox */
}

.main-sidebar{display:block;}

div.sidebar {
   /* overflow-y: unset;*/
}

li.nav-item.has-treeview a {
    text-decoration: none;
}

i img {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-top: -4px;
    text-align: left;
    /*margin-left: 0px;*/
}

/* Apply this class to absolutely-positioned modals */
.modalPopup {
    background-color: white;
    padding: 10px;
    border: solid lightgrey 2px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 1s ease;
}

/* use this class with all modals to get the right greying-out behavior for the background */
.modalOverlay {
    height: 100%;
    width: 100%;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 1s ease;
}

.hide {
    display: none
}

input.mr-2 {
    height: 24px;
    width: 24px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-link a.active {
    background-color: white /*!important*/;
    font-weight: normal;
    color: #fbba07;
    border-bottom: 5px solid #fbba07;
}

#ctl00_ContentPlaceHolder1_lblKeyName, #ctl00_ContentPlaceHolder1_lblNew {
    text-indent: 30px;
    white-space: nowrap;
}

#ctl00_ContentPlaceHolder1_chklstCred td label {
    white-space: nowrap;
    text-indent: 30px;
}

.file-upload {
    display: flex;
    overflow: hidden;
    text-align: center;
    font-weight:500;
    border-radius: 5px;
    height: 40px;
    cursor: pointer;
    margin-top: -5px;
    width: 80px;
}

.file-upload:hover {
}

.file-upload input {
    top: 0;
    left: 0;
    margin: 0;
    /* Loses tab index in webkit if width is set to 0 */
    opacity: 0;
}

.file-upload span {
    position: relative;
    text-align: center;
    vertical-align: middle;
    top: 0;
    left: 0;
    display: flex;
    /* Adjust button text vertical alignment */
}

.shouldntBeATableButItIs {
    width: 100%;
}

.subNav {
    display: flex;
    align-items: center;
    height: 35px;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    background-color: #183c7b;
    padding: 10px;
    border-radius: 5px;
}

.subNavWhite {
    display: flex;
    align-items: center;
    height: 35px;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    background-color: White;
    padding: 10px;
    border-radius: 5px;
}

.whiteBack td {
    background-color: white;
}

#ctl00_ContentPlaceHolder1_tblFields tr:not(#ctl00_ContentPlaceHolder1_tblFields tr:first-child) {
    /*border-top: solid 1px lightgrey;*/
}

#ctl00_ContentPlaceHolder1_tblFields td a {
    text-decoration: none;
    color: grey;
    display: list-item;
    margin-left: 25px;
}

#ctl00_ContentPlaceHolder1_tblFields td a:hover {
    color: black;
    transition: all .25s ease;
}

/* these newLayout rules should be applied to all pages where the content is mainly cards that link to other places (downloads page, reports page, etc.) */

#newLayout .card {
    margin: 20px;
    flex-flow: row;
    transition: all .25s ease;
    white-space: normal;
}

#newLayout .card:hover {
    background-color: lightgrey;
}

#newLayout .card-body {
    align-self: center;
    margin-bottom: 0;
    padding-top: 0rem !important; 
    padding-left: 0.60rem !important; 
    padding-right: 0.60rem !important;
}

#newLayout .iconArea {
    min-width: 80px;
    background-color: #f4f6fc;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 75px;
}

#newLayout i {
    color: #B5BFCD;
    font-style: italic;
}

.iconAreaCustom {
    min-width: 80px;
    background-color: #daf1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 75px;
}

.iconAreaOther {
    min-width: 80px;
    background-color: #fffcf5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 75px;
}

.downloadCircles {
    z-index: 1;
    height: 25px;
    align-self: center;
    margin-right: -12.5px;
}

#newLayout .cardLinks {
    text-decoration: none;
    color: rgb(24, 60, 123);
    font-weight: 600;
    white-space: nowrap;
    width: 33%
}

.reportSpace div {
        padding: 0px 10px 3px 10px
}

/* Desktop version of scrollMobile class below - for things that need to horizontally scroll before mobile width */
.alwaysScroll {
    flex-wrap: nowrap !important;
    white-space: nowrap;
    overflow-y: hidden !important;
    overflow-x: auto !important;
}

/* Going forward - let's make life as simple as possible and operate on the idea of 2 views, not 500 (in other words, mobile view rules should go here exclusively) */
@media (max-width: 600px) {
    /*# EXTREMELY IMPORTANT MOBILE RULE - USE THIS CLASS LIBERALLY ON ANYTHING THAT WOULD JUST BE EASIER
    TO MAKE SCROLL HORIZONTALLY FOR MOBILE RATHER THAN DO AWKWARD DESIGN WORKAROUNDS*/
    .scrollMobile {
        flex-wrap: nowrap !important;
        white-space: nowrap;
        overflow-y: hidden !important;
        overflow-x: auto !important;
    }

    /* add this class to anything that needs to grow to 100% width in mobile view */
    .mobileFillWidth {
        width: 100% !important;
    }

    .navbar-nav a.nav-link {
        padding-left: 0 !important;
        height: unset;
    }

    #updatePanel12 fieldset div.row table {
        padding-right: unset !important;
    }

    #ProfileName {
        padding-left: 5px;
    }

    #divGridData {
        height: auto !important;
    }

    /*#forme {
        width: 100px !important;
        font-size: 12.5px;
    }

    #forallstaff {
        width: 100px !important;
        font-size: 12.5px;
    }*/

    #divAvailWorkGroup {
        margin-bottom: 10px;
    }

    #lstAvailWorkGroup {
        width: 104%;
    }

    #btnAddWorkGroup {
        width: 104%;
    }
}

.sigBtn {
    background-color: #ddf2ff;
    color: #0275d8;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 5px;
    white-space: nowrap;
}

.blueHeader {
    background-color: #183c7b;
    display: flex;
    border-radius: 5px;
    color: white;
    align-items: center;
}

.whiteHeader {
    background-color: #ffffff;
    display: flex;
    border-radius: 5px;
    color: black;
    align-items: center;
}


.dropdown-item {
    text-decoration: none;
}

.headerTxt {
    color: white;
    padding: 5px 5px 3px 5px;
    font-weight: normal;
}

.reportsBack {
    color: white !important;
    padding: 5px;
    margin-right: 20px;
    transition: all .25s ease;
    cursor: pointer;
    text-decoration: underline !important;
}

.reportsBack:hover {
    color: lightgrey !important;
    cursor: pointer;
}

.userInfoLabels {
    display: flex;
    align-items: center;
}

#chkGroupScans + label {
    text-indent: 40px;
}

#ctl00_ContentPlaceHolder1_ASPxScheduler1_formBlock_AptFrmContainer_PWH-1T {
    font-family: Arial, Helvetica, sans-serif !important;
}

.dxeBase_MetropolisBlue {
    font: 12px  Arial, Helvetica, sans-serif;
    color: #333333;
}

/* the next three definitions hide the default checkboxes and radio buttons and replace them with grey boxes */

td input[type=checkbox] + label, th input[type=checkbox] + label, label.alsoStyle, span input[type=checkbox] + label {
    border: solid lightgrey 1px;
    height: 25px;
    width: 25px;
    border-radius: 7px;
    margin-top: 7px;
    transition: background .25s linear;
    text-indent: 30px;
    white-space: nowrap;
}

input[disabled="disabled"] + label {
    color: lightgrey;
}

td input[type=radio] + label, th input[type=radio] + label, span input[type=radio] + label {
    border: solid lightgrey 1px;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    margin-top: 7px;
    transition: background .25s linear;
    text-indent: 30px;
    white-space: nowrap;
}

/* any checkbox that needs to be hidden should just be added to this rule */
td input[type=checkbox], th input[type=checkbox], td input[type=radio], th input[type=radio], div input[type=radio], div input[type=checkbox], span input[type=radio], span input[type=checkbox], #ctl00_ContentPlaceHolder1_chkSelfPay, #ctl00_ContentPlaceHolder1_chkHide, #ctl00_ContentPlaceHolder1_chkEBill, #ctl00_ContentPlaceHolder1_chkReqAuth, #ctl00_ContentPlaceHolder1_chkReqRef {
    visibility: hidden;
    display: none;
}

td input[type=checkbox]:checked + label, th input[type=checkbox]:checked + label, div input[type=checkbox]:checked + label.alsoStyle, span input[type=checkbox]:checked + label {
    background: url(../../images_newui/checkboxFilled.png) round transparent;
}

 td input[type=radio]:checked + label, th, div input[type=radio]:checked + label.alsoStyle, span input[type=radio]:checked + label {
     background: url(../../images_newui/radioFilled.png) round transparent;
 }

.fa-search:before {
    margin-right: 5px;
}

.badge {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    color: #fff !important;
    text-align: center !important;
    background: #ea0615 !important;
    margin-top: -4px;
}

.markedForDeletion {
    background-color: salmon;
}

img[id$="imgTransfer"] {
    width: 25px;
    vertical-align: sub;
}

img[src$="unlock.png"] {
    height: 30px;
   width: auto;
    min-width: 30px;
    vertical-align: sub;
}

input[src$="undo.png"], img[src$="undo.png"] {
    width: 25px;
    vertical-align: sub;
}

input[src$="book.png"], img[src$="book.png"] {
    width: 25px;
    vertical-align: sub;
}

input[id$='ImageButton1'] {
    width: 25px;
    vertical-align: sub;
}

img[id$='imgEditAuth'] {
    width: 25px;
    vertical-align: sub;
}

input[src$="right.png"] {
    height: 23px;
    width: 25px;
    vertical-align: sub;
}

input[src$="rightSingle.png"] {
    height: 23px;
    width: 25px;
    vertical-align: sub;
}

input[src$="right_white.png"] {
    height: 23px;
    width: 25px;
    vertical-align: sub;
}

img[src$="right.png"] {
    height: 23px;
    width: 25px;
    vertical-align: sub;
}

img[src$="rightSingle.png"] {
    height: 23px;
    width: 25px;
    vertical-align: sub;
}

img[src$="right_white.png"] {
    height: 23px;
    width: 25px;
    vertical-align: sub;
}

img[src$="circle-cross-out.png"] {
    height: 25px;
    vertical-align: sub;
}

img[src$="yes.png"], input[src$="yes.png"] {
    height: 25px;
    vertical-align: sub;
}

img[src$="newPerson.png"] {
    width: 30px;
    vertical-align: sub;
}

img[src$="pencil.png"] {
    width: 25px;
    vertical-align: sub;
}

img[src$="unreject.png"] {
    width: 25px;
    vertical-align: sub;
}

input[src$="delete.png"], img[src$="delete.png"], input[src$="delete-new.png"], img[src$="delete-new.png"] {
    width: 20px;
    vertical-align: sub;
}

img[src$="import.png"] {
    height: 25px;
    vertical-align: sub;
}

img[src$="reconcile.png"] {
    height: 20px;
    vertical-align: sub;
}

img[src$="eye.png"] {
    height: 20px;
    vertical-align: sub;
}

img[src$="reject.png"] {
    height: 25px;
}

input[src$="pencil.png"] {
    height: 25px;
    vertical-align: sub;
}

img[src$="pdfimg_Resized.png"], input[src$="pdfimg_Resized.png"] {
    height: 25px;
    width: 20px;
    vertical-align: sub;
}

#tblDocs .blurbbold {
    background-color: white !important;
    color: #B5BFCD;
    font-weight: 600;
}

img[alt="No STBID"], img[alt="Cannot View Form"] {
    display: none;
}

img[src$="viewimage.png"] {
    height: 25px;
        width: auto;
    min-width: 24px;
    vertical-align: sub;
}

img[src$="search.png"] {
    height: 40px;
}

legend {
    border-bottom: 1px solid #E4E8F0 !important;
    text-transform: uppercase !important;
    padding: 5px !important;
    font-size: 16px !important;
    font-weight: bold;
    /*color: gray;*/
    color: #183c7b !important;
}

.header {
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link {
    color: #FDB826 !important;
    text-decoration: none;
}

.XMLButton {
    height: 25px;
    display: flex;
    align-items: center;
}

input[type="submit"], input[type="button"] {
    height: 40px;
}

input[type=text], input[type=password], input[type=date], input[type=tel], input[type=email] {
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 40px;
    border: 1px solid lightgray;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #000;
    background-color: white;
    text-indent: 5px;
}

textarea {
    border-radius: 5px;
    border: 1px solid lightgray;
}

select[multiple=multiple], select[id^="l"] {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid lightgray;
    padding: 0.35em;
}

/* use to override default browser styling for drop-downs */

.styleSelect {
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 5px;
    background-color: white;
  
}

.filterBtn {
    height: 40px;
    width: 40px;
    background-color: #e3e9fd;
    border-radius: 5px;
    float: right;
}

.headerbig {
    color: #183c7b;
    background-color: white !important;
    font-size: 18px;
    border-top-style: none !important;
    font-weight: bold;
    letter-spacing: .05em;
}

.headerbig a {
    vertical-align: text-bottom;
    margin-left: 15px;
}

.headerbig input {
    vertical-align: text-bottom !important;
    margin-left: 15px;
}

#tblDocs td:nth-child(1):not(.blurbbold td, #row1 td), #tblDocs td:nth-child(2):not(.blurbbold td, #row1 td) {
    background-color: #f4f6fc;
}

#gridTypes tr th, #gridTypes tr td {
    border-right-style: none;
    border-left-style: none;
    padding: 5px;
}

#gridTypes tr th {
    border-top-style: none;
}

/* overrideDefaultGridview should go on pretty much every gridview */
.overrideDefaultGridview td table tr:first-child td {
    color: gray;
    border-top-style: none !important;
}

.overrideDefaultGridview td {
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top: 1px solid #dee2e6 !important;
    /*font-weight: bold;*/
    color: inherit;
    padding: 5px 5px 5px 0px;
}

.overrideDefaultGridview {
    border: 0;
    background-color: white;
    font: 13px  Arial, Helvetica, sans-serif;
}

.overrideDefaultGridview tr {
    height: 30px;
}

.overrideDefaultGridview td {
    border-top: 1px solid lightgrey;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

.overrideDefaultGridview th {
    border-style: none;
}

.overrideDefaultGridview input[src$="right.png"], .overrideDefaultGridview input[src$="right_white.png"] {
    height: 20px !important;
    width: 22px !important;
    margin-left: 3px;
}

.modal-content {
    text-decoration: none !important;
    background: url(../../images_newui/loader_latest.gif) center center no-repeat white;
    text-decoration: none !important;
}

.infoHeaders {
    font-size: 18px;
    color: #fdb926;  
    font-family: Arial, Helvetica, sans-serif !important;
}

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    padding-left: 0 !important;
    min-width: 290px !important;
    background-color: white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: center;
    list-style-type: none;
    white-space: normal;
}

.autocomplete_item {
    background-color: white;
    color: black;
    text-align: center;
    list-style-type: none;
    white-space: normal;
    width:300px !important;
    min-width: 300px !Important;
}

.autocomplete_item_highlight {
    background-color: #003263 !important;
    color: white;
    text-align: center;
    list-style-type: none;
    white-space: normal;
    border-radius: 5px;
}

.nav-link {
    text-decoration: none;
}

.btn.btn-primary {
    text-decoration: none;
}

th a {
    text-decoration: none;
}

.badge-info {
    color: #ffffff;
    
}

.divcolor {
    background: #004863;
}

img.direct-chat-img {
    float: right;
}

div#address {
    padding-left: 58px;
}

/* Without this rule, pages that have one of these will push the footer up 200px from the bottom of the page, which looks stupid */
#AutoCompleteEx_completionListElem[style="position: absolute;"] {
    display: none;
}

footer.main-footer {
    text-align: center;
}

td#tdback {
    background-color: #f4f6fc;
    border-left: 2px solid #fff;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 600 !important;
    line-height: 1.5;
        color: rgb(26, 65, 127) !important;
}

.table-responsive {
    overflow-x: auto !important;
}

.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
    color: #E9ECEF !important;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 10px;
    border: 2px solid #F2F2F2 !important;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F2F2F2 !important;
}

/*.table-responsive::-webkit-scrollbar {
        height: 4px;
        overflow-x: auto !important;
        overflow-y: auto !important;
    }

    .table-responsive::-webkit-scrollbar-thumb {
        background: rgb(7, 7, 7);
        height: 4px;
        border-radius: 10px;
    }*/

[class*='sidebar-dark-'] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*='sidebar-dark-'] .nav-sidebar > .nav-item:hover > .nav-link, [class*='sidebar-dark-'] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    /*border-left: 2px solid orange !important;*/
}



.calBox {
    background-color: #e3e9fd;
    width: 35px;
    margin-left: -4px;
}

#docSearch {
    position: absolute;
    top: 50%;
    margin-left: -3vw;
    margin-top: -9px;
    height: 39px;
}

.printBtn {
    background-color: white;
    color: #2596be;
    border-radius: 10px;
    border: 1px solid lightgrey;
}

.red {
    color: red !important;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
}

.green {
    color: green !important;
    text-transform: uppercase;
}

[id$="tblRowUnitsInfo"] tr {
    line-height: 10px;
    font-size: 14px;
}

#tdArrow {
    background: #183c7b;
}

tr#trbottom {
    border-bottom: 3px solid orange;
    background-color: #f4f6fc;
    font-weight: bold;
}

tr#trbackcolor {
    background-color: #f4f6fc;
}

div#activetab {
    background-color: #183c7b;
}

div#nav-tab {
    background-color: #183c7b;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: orange;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid orange !important;
    font-size: 16px;
    font-weight: bold;
}




.nav-tabsd {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabsd .nav-itemd {
  margin-bottom: -1px;
}

.nav-tabsd .nav-linkd {
  /*border: 1px solid transparent;*/
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabsd .nav-linkd:hover, .nav-tabsd .nav-linkd:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabsd .nav-linkd.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabsd .nav-linkd.active,
.nav-tabsd .nav-itemd.show .nav-linkd {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 80vh;
    width: 80vw;
}

span.sphead {
    font-weight: bold;
    color: #183c7b !important;
}

.box {
    background-color: #fff;
    zoom: 1;
    font-size: 90%;
    border-radius: 5px 5px 5px 5px;
    float: left;
    position: relative;
    width: 100%;
}

tr:first-child th {
    font-weight: 600 !important;
    border-top-style: none !important;
    border-bottom-style: none !important;
    color: #B5BFCD !important;
}

tr:first-child th a {
    color: #B5BFCD !important;
}

tr:first-child th a:hover {
    color: grey !important;
}

.bt {
    background: #fff;
    border: 1px solid #000
}

.sortedDesc {
    border-bottom: 5px solid #FDB826;
}

.sortedDesc a {
    background-color: white !important;
    font-weight: bold;
    color: #FDB826;
    padding-right: 18px;
    background: url(../../images_newui/sort_down.gif) right center no-repeat;
}

.sortedAsc {
    border-bottom: 5px solid #FDB826;
}

.sortedAsc a {
    background-color: white !important;
    font-weight: bold;
    color: #FDB826;
    padding-right: 18px;
    background: url(../../images_newui/sort_up.gif) right center no-repeat;
}

#gridLast10 td:first-child {
    background-color: #F2F2F2;
    padding-left: 5px;
    width: 6%;
}
@media (min-width: 601px) and (max-width: 1100px) {
    .responsiveColumn {
        width: 9% !important;
        min-width: 35px;
    }
}
  .responsiveColumn {
        min-width: 35px !important;
    }
    @media (max-width: 600px) {
    .responsiveColumn {
        width: 11% !important;  /* increase percentage so the image isn’t squished */
    }
    .responsiveImage {
        width: 80% !important;  /* full container width */
        height: auto !important; /* let height adjust proportionally */
    }
}
    /* For mobile devices or smaller viewports, adjust the width: */
@media (max-width: 600px) {

    .responsiveImage {
        width: 80% !important;  /* full container width */
        height: auto !important; /* let height adjust proportionally */
    }
}
    /* For mid-range devices (601px to 900px) you can fine-tune as needed */
/*@media (min-width: 601px) and (max-width: 900px) {
   .responsiveImage {
        width: 32.5% !important;  
        
    }
}*/

#DocsGrid1 td:nth-child(2) {/*, #DocsGrid1 td:nth-child(3)*/
    background-color: #f4f6fc;
}

#DocsGrid1 td:last-child:not(.markedForDeletion) {
    background-color: #fffbf2;
    border-right: 2px solid #fff;
}

#SchedPrint td {
    font: 12px  Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}

#ctl00_ContentPlaceHolder1_ASPxScheduler1 td {
    font-family: Arial, Helvetica, sans-serif !important;
}

.dxmLite_MetropolisBlue {
    font: 12px  Arial, Helvetica, sans-serif !important;
}

#ctl00_ContentPlaceHolder1_adminaccess td {
    font-family: Arial, Helvetica, sans-serif !important;
}

.table.table-head-fixed.text-nowrap td, .table.table-head-fixed.text-nowrap th {
    border-bottom-style: none !important;
}

#ctl00_ContentPlaceHolder1_imgClear {
    margin-left: 30px;
}

table th, table td {
    vertical-align: middle !important;
}

table .Rowstyle, table .AlternateRowStyle {
    height: 70px;
}


/*.Rowstyle > td:nth-child(1), .AlternateRowStyle > td:nth-child(1) {
    border-bottom: none;
    border-top: none;
}*/

#gridLast10 tr:first-child th {
    border-top: none !important;
    color: #969696 !important;
    border-radius: 5px;
    /*padding-bottom: 10px !important;*/
}

.navActive {
    border-bottom: solid #fdb826 4px;
    background: linear-gradient(to bottom, #003263, #335b82);
}

.navActive i {
    margin-left: -4px;
}

.search {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: initial;
}

#activeFileButton2 {
    width: 190px;
    height: 40px;
}

#activeFileButton {
    padding: 13px 0px;
    margin-left: 10px;
}

/*#ActiveList, #authNav, #vendorNav, .minorHeader, .dynamicList {*/
#ActiveList, #authNav, #vendorNav, .minorHeader, .dynamicList {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    background-color: #183c7b;
    padding: 10px;
    border-radius: 5px;
    align-content: center;
    overflow-y: clip;
}

#vendorNavWhite {
    color:black;
    background-color: #fff;
}

#vendorNavWhite {
    color:black;
    background-color: #fff;
}

#vendorNavWhite .nav-link {
    padding-bottom: 5px;
    background-color:  white;
}

#authNav, #vendorNavWhite {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#authNav .nav-link {
    padding-bottom: 5px;
    background-color:  #183c7b;
}

.minorHeader {
    height: 35px;
}

.dynamicList {
    overflow-y: clip;
    overflow-x: auto !important;
}

[id$=DXHeadersRow0] > td {
    padding-left: 10px !important;
}

tr.tabRow, .dynamicList tr {
    display: flex;
    align-items: center;
    align-content: center;
}

#ActiveList .nav-link a.active, #authNav .nav-link a.active, #vendorNav .nav-link a.active, .dynamicList .nav-link a.active {
    background-color: #183c7b;
    font-weight: normal;
    color: #fbba07;
    padding-bottom: 6px;
}

#ActiveList .nav-link a, #authNav .nav-link a, #vendorNav .nav-link a, .dynamicList .nav-link a {
    font-weight: normal;
    color: white;
    text-decoration: none;
}

#tblActiveFile, #authNav table, .dynamicList table {
    height: 22px;
    align-content: center;
}

.separator {
    height: 11vh;
    border-right: 2px solid lightgray;
    margin-top: 20px;
    margin-left: -7%;
    margin-right: 2.5%;
}

#ActiveSearch {
    height: 39px;
}

#gridBill tr td:first-child:not(#gridBreak tr td:first-child) {
    background-color: #183c7b;
}

#gridBill tr {
    background-color: #f4f6fc;
    font-weight: bold;
}

#gridForms tr {
    height: 30px;
}

#gridForms tr td:first-child {
    background-color: #f4f6fc;
    padding-left: 12px !important;
}

#chkGroupScans {
    margin-right: 10px;
}

.grid-bottom {
    border-bottom: 6px solid orange;
}

.nobottom {
    border-bottom-style: none !important;
}

.grid-nomargin {
    margin-bottom: 0rem !important;
}

#gridBreak {
    margin: -12px -24px -14px -24px;
    width: initial;
}

#gridBreak tr {
    color: #666666;
    background-color: #F4F6FC;
}

#gridBreak td {
    font-weight: bold;
    background-color: white;
    border-top-style: none;
}

#gridBreak th {
    color: #D3D3D3;
    background-color: #F4F6FC !important;
}

#gridBreak th:first-child {
    padding-left: 3.1rem;
}

#gridBill th {
    color: #D3D3D3;
}

#ctl00_ContentPlaceHolder1_GridView1 tbody tr {
    white-space: normal !important;
}

#ctl00_ContentPlaceHolder1_txtSelKeyVal {
    display: block !important;
}

svg {
  position: absolute;
}

#loader svg:nth-child(1) {
  animation: spin 2s linear infinite;
  position: relative;
}

#loader svg:nth-child(2) {
  animation: spin 2.5s linear infinite reverse;
  top: 4px;
  left: 4px;
}

#loader svg:nth-child(3) {
  animation: spin 3s linear infinite;
  top: 8px;
  left: 8px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1060;
    display: none;
    justify-content: center;
    align-items: center;
}

#opaque:before {
    content: '';
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1060;
    background-color: black;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

* html #opaque:before {
    position: absolute;
}

#searchCriteria {
    padding-left:.7rem;
}

#sixRemPad{
     padding-top: 0.60rem;
}

#topNav{
     background-color: #003263!Important;
     position: sticky; 
     z-index:1200;
}

#sideMenu{
    background-color: #003263!Important;
}

 .myNavbar {
        background-color: transparent !important;
        position: relative;
        width: 100%;
    }

 .backColorYellow{
     background-color:#fafad2;
 }

 .txtBlack{
     color:#000000 !important;
 }

 .txtWhite{
     color:#FFFFFF !important;
 }

 .bgWhite{
     background-color: white;
 }

 .goldSeperatorBar{
     background-color: #FDB826;
     height: 15px;
     width: 100%;
 }

 .customMenuItem{
  margin: 1em!important;
}

.imageWidthHeight32{
    width:32px;
    height:32px;
}

 .blueHover:hover, #authNav > .nav-link a.active:hover, [class*='testCust-'] #authNav > .nav-link:hover, #lblHead{  
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff;
}
 
 .nonLinkHeaderStillActive{
     background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff;
 } 

 .width150{
     width:150px;
     color:gray;
 }
  .warningColor{     
     color:red;
 }

    @media (min-width: 768px) {
        .myNavbar {
            position: absolute;
        }        
    }    

    @media (min-width: 991px) {
        .myNavbar {
            position: relative;
        }
    }

    @media (max-width: 768px) {
        .myNavbar {
            position: absolute;
        }
    }

    @media screen and (min-width: 0px) and (max-width: 400px) {
  #my-content{ display: block; }  /* show it on smaller screen */
}
@media screen and (min-width: 401px) and (max-width: 1024px) {
  #my-content{ display: none; }   /* hide it on larger screens */
}