﻿:root {
    --tnBlue: #2B78DF;
    --controlBorder: #ced4da;
}

body {
    height: 100%;
    min-height: 100% !important;
    margin-top: -95px;
    color: #333333;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 14px;
}

html {
    height: 100%;
    min-height: 100% !important;
}

.body-content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
}

a:not(.paginate_button):not(.login-link):not(.layout-link):not(.nav-link):not(.link):not(.breadcrumb-item):not(.btn):not(.tag-item):not(.alert-link) {
    color: #00295e !important;
}

a:visited:not(.paginate_button):not(.login-link):not(.layout-link):not(.nav-link):not(.link):not(.breadcrumb-item):not(.btn):not(.alert-link) {
    color: #00295e !important;
}

#footer {
    position: relative;
    margin-bottom: 0px;
    min-height: 51px;
    clear: both;
}

#mainbody {
    padding-top: 180px;
    /*  overflow: auto;*/
    /* padding-top: 0px;
    padding-bottom: 0px; */
}

.btnExcel {
    background: url('/content/excel.png');
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: 0px 0px;
    cursor: pointer;
}

/* 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: 100%;
}




.linkRed {
    color: #D43C42;
    text-decoration: none;
}

.field-validation-error {
    color: #D43C42;
}

.linkRed:visited {
    color: #D43C42 !important;
    text-decoration: none;
}

.elq-form .sc-view .field-p .label-position {
    left: auto;
    right: 0;
}

.elq-form .field-wrapper.individual {
    float: left;
    width: 100%;
    clear: both;
}

.elq-form .field-style._100 {
    width: 96%;
}

.elq-form .sc-view .field-style {
    margin-bottom: 30px;
}

.elq-form .field-style {
    margin-right: 2%;
    margin-left: 2%;
}

.elq-form .sc-view .field-p {
    padding-left: calc(30% + 50px);
}

.label-position {
    content: attr(data-optional);
    color: #64686c;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    padding-right: 10px;
}



a.Copyright, a.Copyright:active, a.Copyright:visited {
    color: White !important;
    /* -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
    text-decoration: none;
}

h1 {
    font-size: 20px;
    line-height: 40px;
    color: #64686C;
    font-weight: 300;
    font-style: normal;
}

h2 {
    line-height: 35px;
    font-size: 30px;
    color: #007aff;
    letter-spacing: 1.3px;
    font-weight: 300;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}

.control-label {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    color: #666;
    position: relative;
    margin-bottom: 15px;
}

.dropdown-toggle::after:not(.nav-item) {
    display: none !important;
}

.dropdown-toggle::after {
    border: none !important;
}

#link-menu li {
    padding-top: 13px;
    padding-right: 20px;
    padding-left: 20px;
    height: 65px;
    text-align: center;
    line-height: 16px;
    position: relative;
}

    #link-menu li a {
        line-height: 5px;
        color: #5C6063 !important;
        height: 5px;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

        #link-menu li a.active {
            color: #007aff !important;
        }


.navlink:hover {
    color: #007aff !important;
}


.navlink:visited {
    color: white !important;
    /*5C6063*/
}

#link-menu li a:hover {
    /*s -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
    color: #007aff !important;
}

.spacer {
    height: 9px;
}


.dropbtn {
    background-color: #0082fd;
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 10px;
}

    .dropbtn:after {
        padding-left: 10px;
        font-family: FontAwesomeSolid;
        content: "\f107";
    }



    /* Dropdown button on hover & focus */
    .dropbtn:hover, .dropbtn:focus {
        background-color: #3B99FF;
    }

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    outline: none;
    border: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #3B99FF;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: white !important;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.drpSelected {
    background-color: #0082fd;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #0082fd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    /*display: block;*/
}

.accordion .accordionheading {
    color: White;
    /*display: block;
    background-color: #808080;*/
    background-image: url("/Content/accordionArrow_up.png");
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 16px;
    padding: 8px;
    cursor: pointer;
    background-color: #0082fd;
}

@media (max-width: 400px) {
    .navbar-brand {
        width: 70% !important;
    }
}


.GridTable {
    border-collapse: collapse;
}

.GridTableTDHeader {
    border: none !important;
    padding-top: 10px !important;
    padding-bottom: 2px !important;
    padding-left: 0px !important;
}

.GridTable td {
    border: 1px solid #CCCCCC;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.GridTable th {
    border: 1px solid white !important;
    font-weight: bold;
    padding: 6px;
    background-color: #00295e;
    color: White;
    font-size: 13px;
}


.GridTableTotal {
    background-color: #F2F2F2 !important;
}

.GridTable.Sticky th {
    position: sticky;
    top: 90px; /*height ov nav bar*/
}

/*
    .GridTable tr:nth-child(even) {
        background: #EEEEEE;
    }

    .GridTable tr:nth-child(odd) {
        background: #FFF;
    }*/

.btnplain {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: inline-block !important;
    max-width: none !important;
    width: auto !important;
}

    .btnplain:hover {
        background-color: #0050AC;
        color: white;
    }

.settingsbtn {
    background-color: #0082fd;
    color: white;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 10px;
}



    /* Dropdown button on hover & focus */
    .settingsbtn:hover, .settingsbtn:focus {
        background-color: #3B99FF;
    }


.ui-dialog {
    z-index: 1090 !important;
}


.submit-button {
    background-color: #2262D6;
    color: white !important;
    /*padding: 16px;*/
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 10px;
    border-radius: 2px;
}

    .submit-button:visited {
        color: white !important;
    }

    .submit-button:hover {
        background-color: #0050AC;
        color: white;
        text-decoration: none;
    }


.button {
    background-color: #2B78DF;
    color: white !important;
    font-size: 14px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 14px;
    vertical-align: middle;
}

    .button i {
        font-size: 15px;
        vertical-align: middle;
    }

    .button span {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
        vertical-align: middle;
    }

    .button:visited {
        color: white !important;
    }

    .button:hover {
        background-color: #0050AC;
        color: white;
        text-decoration: none;
    }


.buttonGrey {
    background-color: #C2D1E7;
    color: #08003A !important;
    font-size: 14px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    vertical-align: middle;
}

    .buttonGrey i {
        font-size: 15px;
        vertical-align: middle;
    }

    .buttonGrey span {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
        vertical-align: middle;
    }

    .buttonGrey:visited {
        color: white !important;
    }

    .buttonGrey:hover {
        background-color: #EBF0F7;
        color: #08003A !important;
        text-decoration: none;
    }

.buttonGrey {
    background-color: #C2D1E7;
    color: #08003A !important;
    font-size: 14px;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    vertical-align: middle;
}

.buttonRed {
    background-color: #D43C42;
    color: white !important;
    font-size: 14px;
    border: none;
    cursor: pointer;
    outline: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid #D43C42;
}

    .buttonRed i {
        font-size: 15px;
        vertical-align: middle;
    }

    .buttonRed span {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
        vertical-align: middle;
    }

    .buttonRed:visited {
        color: white !important;
    }

    .buttonRed:hover {
        background-color: #ea464c;
        color: white !important;
        text-decoration: none;
    }

.buttonBlue {
    background-color: #2B78DF;
    color: white !important;
    font-size: 14px;
    border: none;
    cursor: pointer;
    outline: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid #2B78DF;
}

    .buttonBlue i {
        font-size: 15px;
        vertical-align: middle;
    }

    .buttonBlue span {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
        vertical-align: middle;
    }

    .buttonBlue:visited {
        color: white !important;
    }

    .buttonBlue:hover {
        background-color: #0050AC;
        color: white !important;
        text-decoration: none;
    }

.buttonDarkGray {
    background-color: #808080;
    color: white !important;
    font-size: 14px;
    border: none;
    cursor: pointer;
    outline: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    vertical-align: middle;
    border: 1px solid #808080;
}

    .buttonDarkGray i {
        font-size: 15px;
        vertical-align: middle;
    }

    .buttonDarkGray span {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
        vertical-align: middle;
    }

    .buttonDarkGray:visited {
        color: white !important;
    }

    .buttonDarkGray:hover {
        background-color: #999999;
        color: white !important;
        text-decoration: none;
    }

.buttonWhite {
    background-color: white;
    color: #2B78DF !important;
    font-size: 14px;
    border: 1px solid #2B78DF;
    cursor: pointer;
    outline: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 5px;
    vertical-align: middle;
}

    .buttonWhite i {
        font-size: 15px;
        vertical-align: middle;
    }

    .buttonWhite span {
        font-size: 14px;
        padding-left: 3px;
        padding-right: 3px;
        vertical-align: middle;
    }

    .buttonWhite:visited {
        color: #2B78DF !important;
    }

    .buttonWhite:hover {
        background-color: #0050AC;
        color: white !important;
        text-decoration: none;
    }

.LoadingDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-image: url(/Content/images/loading.gif);
    background-repeat: no-repeat;
}

.divSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
}


.ui-button:hover {
    border: 1px solid black !important;
}

.sidenav .togglebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}


.sidenav {
    height: 100%;
    width: 270px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #080135;
    overflow-x: hidden;
    padding-top: 40px;
    transition: 0.5s;
}

    .sidenav a {
        padding: 0px;
        text-decoration: none;
        font-size: 15px;
        color: White !important;
        display: block;
    }

        .sidenav a:hover {
            color: #96B5E3 !important;
        }

        .sidenav a.selected {
            color: #96B5E3 !important;
        }



.sidenavPublic {
    height: 100%;
    width: 150px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #080135;
    overflow-x: hidden;
    padding-top: 40px;
    transition: 0.5s;
}

.sidenavmainPublic {
    margin-left: 150px; /* Same as the width of the sidenav */
    /* Increased text to enable scrolling */
    /* padding-top: 40px;*/
    /*padding-left: 30px;*/
    padding-right: 10px;
    transition: 0.5s;
}

.sidenavPublic a {
    padding: 0px;
    text-decoration: none;
    font-size: 16px;
    color: White !important;
    display: block;
}

    .sidenavPublic a:hover {
        color: #96B5E3 !important;
    }

    .sidenavPublic a.selected {
        color: #96B5E3 !important;
    }



.sidenavbottom a {
    padding: 0px !important;
    text-decoration: none;
    font-size: 12px !important;
    color: White !important;
    display: block;
}

.sidenavbottomborder {
    margin-left: 15px;
    width: 170px; /* Same as the width of the sidenav */
    border-top: 1px solid #484482;
}

.sidenavmain {
    margin-left: 270px; /* Same as the width of the sidenav */
    /* Increased text to enable scrolling */
    /* padding-top: 40px;*/
    /*padding-left: 30px;*/
    padding-right: 10px;
    transition: 0.5s;
}

.publicH2 {
    color: #08003A;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.publicH3 {
    color: #08003A !important;
    font-size: 18px !important;
    font-weight: bold !important;
}

.FontLargeGray {
    font-size: 20px;
    color: #737382;
}

.FontGray {
    color: #737382 !important;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 15px;
        }
}

.secondaryLink {
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none !important;
    border-bottom: 2px solid #F8F8FF;
    font-weight: bold;
}

    .secondaryLink:hover {
        color: #266DDB !important;
        border-bottom: 2px solid #266DDB;
    }

.secondaryLinkSelected {
    color: #266DDB !important;
    border-bottom: 2px solid #266DDB;
}

    .secondaryLinkSelected:visited {
        color: #266DDB !important;
    }

.VerticalLink {
    margin-right: 20px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    text-decoration: none !important;
    border-left: 2px solid #F8F8FF;
    font-weight: bold;
    cursor: pointer;
}

    .VerticalLink:hover {
        color: #266DDB !important;
        border-left: 2px solid #266DDB;
    }

.VerticalLinkSelected {
    color: #266DDB !important;
    border-left: 2px solid #266DDB;
}

    .VerticalLinkSelected:visited {
        color: #266DDB !important;
    }

.TablePublic {
    border-collapse: collapse;
    width: 100%;
}


    .TablePublic td {
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #737382 !important;
        font-size: 13px;
        border-top: 1px solid #D7D5E3;
    }

    .TablePublic th {
        font-weight: bold;
        padding: 6px;
        color: #08003A;
        font-size: 13px;
        background-color: white;
    }

.TablePublicNon100 {
    border-collapse: collapse;
}


    .TablePublicNon100 td {
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #737382 !important;
        font-size: 13px;
        border-top: 1px solid #D7D5E3;
    }

    .TablePublicNon100 th {
        font-weight: bold;
        padding: 6px;
        color: #08003A;
        font-size: 13px;
        background-color: white;
    }

.TablePublicSelectable td {
    cursor: pointer;
}

.TablePublicSelectable tr:hover td {
    background-color: #D7D5E3 !important;
}

.TablePublicSelectable tr.NonSelectable td {
    cursor: inherit !important;
}

.TablePublicSelectable tr.NonSelectable:hover td {
    background-color: inherit !important;
}

.TablePublic.Sticky th {
    position: sticky;
    top: 0;
    /*height ov nav bar*/
}


/*input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not(.cur-year):not([type="search"]):not(.ignoreStandard) {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}*/ .SearchTextbox {
    border: 1px solid #CCCCCC;
    outline: none;
    background: #fff;
    width: 340px;
    height: 45px;
    margin: 0px;
    /*padding: 20px 65px 20px 20px;*/
    font-family: inherit;
    font-size: 16px;
    max-width: 100%;
    padding-left: 10px;
    vertical-align: top;
    display: inline-block;
    border-right: none;
}
/*
.SearchBoxResults {
    display: none;
    position: absolute;
    max-height: 250px;
    background-color: white;
    z-index: 999;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #CCCCCC;
    width: 100%;
    border-radius: 0.25rem;
}*/
.SearchBoxResults {
    display: none;
    z-index: 1000;
    position: absolute;
    border: 1px solid rgb(8, 0, 58);
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    max-height: 250px;
    border-radius: 0.25rem;
    overflow: auto;
}

    .SearchBoxResults a {
        color: #00295e !important;
    }

.SearchBoxResultsLink {
    color: #00295e !important;
    cursor: pointer;
}

    .SearchBoxResultsLink:hover {
        text-decoration: underline;
    }

.SubMenu a {
    color: #00295e !important;
}

.spinner {
    font-size: 25px;
    color: #08003A;
}

.SearchList a {
    word-break: keep-all;
    white-space: nowrap;
    /*  width:100%;*/
    line-height: 30px;
    display: block;
    padding-left: 10px;
    padding-right: 30px;
    text-decoration: none;
    margin-top: -1px;
    font-size: 14px;
    color: Black;
    cursor: pointer;
    /*-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;*/
}

    .SearchList a:hover {
        background-color: #0050AC;
        color: White !important;
    }

.SearchMatch {
    display: inline-block;
}

.SearchDetail {
    padding-right: 30px;
}

.ui-dialog-title {
    display: none;
}

.ui-dialog-titlebar {
    background: transparent;
    border: none;
    min-height: 20px;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 0;
    top: 10px;
    outline: none;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.6;
}

    .ui-dialog .ui-dialog-titlebar-close:hover {
        opacity: 1;
    }

.displayBox {
    min-width: 140px !important;
    max-width: 200px !important;
    min-height: 90px !important;
    max-height: 90px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

.pager {
    color: #7D7C9A !important;
}

    .pager a {
        text-decoration: none;
        color: #7D7C9A !important;
        padding-left: 15px;
        padding-right: 15px;
    }

        .pager a:hover {
            text-decoration: none !important;
        }

.boxShadow {
    border-radius: 5px;
    box-shadow: 0 1px 2px #CCCCCC;
    background-color: white;
    padding: 20px;
}

.NoData {
    margin: 0 auto;
    border-radius: 25px;
    background: white;
    padding: 30px;
    text-align: center;
}

.TextLink {
    color: #266DDB;
    text-decoration: underline;
    cursor: pointer;
}

.BreadCrumb span {
    vertical-align: middle;
    padding-right: 5px;
}

.input-validation-error {
    border: 1px solid #D43C42 !important;
}

.sidenavbottom .navlink {
    color: #5C6063 !important;
}

.action {
    display: none !important;
    cursor: pointer;
}

.TrElipse:hover .action {
    display: inline !important;
}

.dropdown-menu li {
    padding-left: 20px;
}

.error {
    border: 1px solid #D43C42 !important;
    border-radius: 4px;
}

.ToggleMenu a {
    display: block;
    padding-bottom: 2px;
    padding-top: 2px;
}

.FlashClosebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    /* float: right;*/
    font-size: 22px;
    line-height: 20px;
    vertical-align: bottom;
    cursor: pointer;
    transition: 0.3s;
}

.SortableTable th {
    cursor: pointer;
}

.nosort {
    cursor: inherit !important;
}

    .nosort::after {
        content: '' !important;
    }

.SortableTable th::after {
    padding-left: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f106";
}

.SearchUp::after {
    padding-left: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f106" !important;
}

.SearchDown::after {
    padding-left: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f107" !important;
}

.ReportHeader {
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.SubReportHeader {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.SubSubReportHeader {
    font-size: 16px;
    color: black;
}

.SubMenu {
    display: none;
    z-index: 1000;
    position: absolute;
    border: 1px solid rgb(8, 0, 58);
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    max-height: 250px;
    border-radius: 0.25rem;
}

.SubMenuTrigger {
    color: white;
    font-size: 20px;
    vertical-align: top;
    cursor: pointer;
    padding-right: 8px;
}

.table-scroll-wrapper {
    overflow: auto;
    /* max-height: 600px;*/
    /* border: var(--border-size-s) solid var(--color-neutral-4);*/
}

.table-scroll {
    width: 100%;
    min-width: 600px;
    border-collapse: separate;
    border-spacing: 0;
}

    .table-scroll td {
        white-space: nowrap;
        padding: 0px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #737382 !important;
        font-size: 13px;
        border-top: 1px solid #D7D5E3;
        background-color: white;
    }

    .table-scroll th {
        white-space: nowrap;
        font-weight: bold;
        padding: 6px;
        color: #08003A;
        font-size: 13px;
        background-color: white;
    }

    .table-scroll tfoot:first-child tr th {
        border-top: 1px solid #AAA;
    }

    .table-scroll tr th {
        position: sticky !important;
        top: 0 !important;
        z-index: 10 !important;
        background: #fff;
        left: 0;
    }

        .table-scroll tr th:first-child {
            position: sticky !important;
            top: 0 !important;
            z-index: 11 !important;
            background: #fff;
            left: 0;
        }

    .table-scroll td:first-child {
        position: sticky;
        left: 0;
        z-index: 9;
        background: #fff;
    }

.dataTables_wrapper .dataTables_length {
    display: inline-block;
    color: #737382 !important;
    padding-right: 30px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    display: inline-block;
    padding-top: .755em;
    color: #737382 !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: .25em
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
}

/* table.dataTable thead .sorting_asc::after {
        padding-left: 10px;
        font-family: "Font Awesome 5 Free";
        content: "\f107" !important;
    }

    table.dataTable thead .sorting_desc::after {
        padding-left: 10px;
        font-family: "Font Awesome 5 Free";
        content: "\f106" !important;
    }

    table.dataTable thead .sorting_asc_disabled::after {
        padding-left: 10px;
        font-family: "Font Awesome 5 Free";
        content: "\f107" !important;
    }

    table.dataTable thead .sorting_desc_disabled::after {
        padding-left: 10px;
        font-family: "Font Awesome 5 Free";
        content: "\f106" !important;
    }*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #737382 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #266DDB !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #CCCCCC !important;
        border: 1px solid transparent;
        background: transparent;
        box-shadow: none
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: #266DDB !important;
    }

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.ui-datepicker {
    z-index: 1000 !important;
}

.InlineLabel {
    display: inline-block;
    padding-right: 20px
}

.CheckBx {
    width: 10px;
    height: 10px;
}

.search-bar {
    position: relative;
}

    .search-bar .icon {
        font-size: 18px;
        position: absolute;
        top: 10px;
        left: 10px;
        color: darkgray;
        /* transform: translateY(-50%);
        padding: 13px 15px 13px 11px;*/
    }

    .search-bar .SearchTextbox {
        padding-left: 40px !important;
        border: 1px solid #CCCCCC;
        outline: none;
        background: #fff;
        width: 340px;
        height: 45px;
        margin: 0px;
        /*padding: 20px 65px 20px 20px;*/
        font-family: inherit;
        font-size: 16px;
        max-width: 100%;
        padding-left: 10px;
        vertical-align: top;
        display: inline-block;
        border-right: none;
    }

/*.CalendarBox {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}*/

.CalendarBox {
    display: block;
    width: 100%;
    padding: 0.6125rem 2.25rem 0.6125rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #677788;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2371869d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 13px 9px;
    border: 0.0625rem solid rgba(231, 234, 243, 0.7);
    border-radius: 0.3125rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

td {
    vertical-align: top !important
}
    /*used to ensure bs datepicker formatting correct*/
    td.day {
        vertical-align: middle !important
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1;
}

input[type=button]:disabled {
    background-color: #e9ecef !important;
    color: black !important;
    text-decoration: none;
    border: 1px solid #ced4da;
}

    input[type=button]:disabled:hover {
        background-color: #e9ecef !important;
        color: black !important;
        text-decoration: none;
    }

button:disabled {
    background-color: #e9ecef !important;
    color: black !important;
    text-decoration: none;
    border: 1px solid #ced4da;
}

    button:disabled:hover {
        background-color: #e9ecef !important;
        color: black !important;
        text-decoration: none;
    }

.circle {
    height: 40px;
    width: 40px;
    color: white;
    background-color: lightblue;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

td.centeredCell {
    vertical-align: middle !important;
}

.tabItem {
    display: none;
}

.selectable:hover {
    background-color: lightgray;
}

.flexVerticalCenter {
    display: flex;
    align-items: center;
}

.flexHorizontalCenter {
    display: flex;
    justify-content: center;
}

.flexAlignCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.statusLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightgray;
    height: 25px;
}

.flexRow {
    display: flex;
    flex-direction: row;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
}
/*.settingsRow {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
} */
/*  .settingsRow .settingsColumn {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    } */
/*  .settingsRow .settingsColumn input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), textarea, select {
            width: 100% !important;
            max-width: 400px;
        } 
  .settingsRow .settingsColumn input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), textarea, select {
            width: 100% !important;
            max-width: 400px;
        } */
.labelRow {
    margin-bottom: 0 !important;
}

.fullWidth {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100% !important;
}

.inline {
    display: inline !important;
}

.inlineBlock {
    display: inline-block !important;
}

.invoice {
    border-radius: 3px;
}

    .invoice.invoicePending {
        background-color: yellow;
    }

    .invoice.invoiceDraft {
        background-color: lightgray;
    }

    .invoice.invoiceApprovedRecurring {
        background-color: red;
        color: white !important;
    }

    .invoice.invoiceXero {
        background-color: darkturquoise;
    }

th.rightAligned {
    text-align: right;
    padding-right: 15px;
}

td.rightAligned {
    text-align: right;
    padding-right: 15px;
}

td.verticalCenterAligned {
    vertical-align: middle !important;
}
/*Calendar dropdown background colour*/
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: ghostwhite !important;
}

.metric-row {
    border-bottom: 1px solid #DDDDDD;
}

    .metric-row:last-child {
        border-bottom: none;
    }

.account-row {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 15px;
}

    .account-row:last-child {
        border-bottom: none;
    }

    .account-row:first-child {
        padding-top: 0px;
    }

.help-circle {
    background-color: #888888;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: -20px -20px #DDDDDD;
}

div.ts-control:has(> div.ts-input > input.error) {
    border: 1px solid #D43C42 !important;
}

.disabledAdd {
    color: #CCCCCC;
    pointer-events: none;
}

#MainDialogConfirm .modal-dialog {
    border: 1px solid #CCCCCC;
    border-radius: 15px;
}

#MainDialogConfirm .modal-content {
    border-radius: 15px;
}

.disabledEdit {
    color: #CCCCCC !important;
    pointer-events: none;
}
    .disabledEdit .nav-segment .nav-link {
        color: #CCCCCC !important;
        pointer-events: none;
    }


.borderless-cell {
    border-top: none !important;
}

tr.row-collapse td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.expand-button {
    position: relative;
    vertical-align: middle;
    padding: 0;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #ffffff;
    border: 0;
    cursor: pointer;
}

    .expand-button:active {
        top: 1px;
        outline: none;
    }

.message {
    border-radius: 15px;
}

.message-tn {
    background-color: #ebebff;
}

.message-external {
    background-color: #e6e6e6;
}

.message-container {
    min-height: 100px;
    max-height: 500px;
    overflow-y: auto;
    /*        display: flex;
        flex-direction: column-reverse;*/
}

.message-input-container {
    border-radius: 15px;
    border: solid 1px #CECECE;
}

.message-input {
    min-height: 50px;
}

    .message-input.message-input-border {
        border: 1px solid rgba(231, 234, 243, 0.7);
    }

    .message-input[contenteditable] {
        outline: 0px solid transparent;
    }

    .message-input[placeholder]:empty::before {
        content: attr(placeholder);
        color: #AAAAAA;
    }

    .message-input[placeholder]:empty:focus::before {
        content: "";
    }

.icon-button {
    font-size: large;
    color: #CECECE;
    cursor: pointer;
}

    .icon-button:hover {
        color: #377DFF !important;
    }

.circleTooltip {
    cursor: pointer;
}

.selectedTimeSlot {
    background-color: #f3f2f1;
}

/*.tom-select-custom .ts-control .items .item {
    padding-right: 1px !important;
    display:block !important;
}

    .tom-select-custom .ts-control .items .item::after {
        content: "";
        display: block;
    }*/

/*override bootstrap invalid and valid styling for step forms with validation*/
.was-validated .form-control:invalid, .form-control.is-invalid {
    background-image: none !important;
}
.was-validated .form-control:valid, .form-control.is-valid {
    border: 0.0625rem solid rgba(231, 234, 243, 0.7) !important;
    background-image: none !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.dropdown-input:focus {
    outline: none !important;
}

textarea.expandable {
    overflow: hidden;
    resize: none;
}

.multilineText {
    width: 100%;
    padding: 20px;
    border: 1px solid #E7EAF3;
    border-radius: 5px;
}
    .multilineText:focus {
        outline: 1px solid #E7EAF3;
    }

.disabled.ts-control.form-select .ts-input {
    color: #8c98a4 !important;
    background: #e9ecef !important;
}

span.flatpickr-day.flatpickr-disabled {
    border-color: transparent;
    background-color: #EEEEEE;
}
span.flatpickr-day.nextMonthDay.flatpickr-disabled {
    border-color: transparent;
    background-color: #FAFAFA;
}

.form-group-custom-input-right input {
    display: inline-block;
    margin-right: 0;
    width: auto;
    border-right: 0;
/*    padding-top:9px;
    padding-bottom:9px;*/
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-right: 10px;
}
.form-group-custom-input-right select {
    display: inline-block;
    margin-left: -15px;
    width: auto;
    /*    min-width: 100px;
*/
}
.form-group-custom-input-right span.select2 {
    margin-left: -15px;
    min-width:100px;
}


input.form-control.is-invalid.company-number {
    border-color: #ed4c78 !important;
}
div.required-label:after {
    content: "*";
    color: red;
}
span.required-label:after {
    content: "*";
    color: red;
}

.grey-border-left {
    border-left: 1px solid #8c98a4 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #e9ecef !important;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
    background-color: white !important;
}
.tooltip-select-item {
    /*Need to get position of parent element onHover*/
    /*position: relative;*/
    display: inline-block;
}
    .tooltip-select-item .tooltip-text {
        visibility: hidden;
        width: 200px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1000;
        /*Need to get position of parent element onHover*/
        /*top: -5px;
        left: 115%;*/
    }
    .tooltip-select-item:hover .tooltip-text {
        visibility: visible;
    }
    .tooltip-select-item .tooltip-text::after {
        content: " ";
        position: absolute;
        top: 50%;
        right: 100%;  /*To the left of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent black transparent transparent;
    }
    .tooltip-select-item .tooltip-text.tooltip-text-right::after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 100%; /* To the right of the tooltip */
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent black;
    }
.datepicker-dropdown {
    z-index: 1000 !important;
}