body {
    display: flex;
    flex-direction: column;
}

html, body {
    height: 100%;
}

.main {
    flex: 1 0 auto;
    margin-bottom: 60px;
}

.daily-bg-dark{
    background-color: #242424;
}

.daily-bg-dark-accent{
    background-color: #333333;
}

.daily-bg-green{
    background-color: #009966;
}

.daily-txt-dark{
    color: #242424;
}

.daily-txt-dark-accent{
    color: #333333;
}

.daily-txt-green{
    color: #009966;
}

form, .alert, body, .nav-link, .breadcrumb{
    font-family: 'Barlow', sans-serif;
}

.base-heading{
    margin: 15px auto 20px auto;
    font-family: 'barlow', sans-serif;
    font-weight: bold;
    font-size: 2.2em;
}

.base-container{
    margin: auto auto 100px auto;
}

.subsection-heading{
    font-family: 'barlow', sans-serif;
    font-weight: bold;
}

.footer-container {
    width: 100%;
    background-color: #242424;
    margin: 0px;
    padding: 0px;
    flex-shrink: 0;
}

.questions-shrink {
    flex-shrink: 0;
}

.footer-row {
    width: 100%;
    padding: 40px 0px 40px 0px;
}

.footer-inner {
    width: 100%;
    min-height: 180px;
    flex-grow: 1;
}

.contact-header {
    color: rgb(255, 255, 255);
    font-size: 0.975rem;
}

.footer-details {
    color: rgb(221, 221, 221);
    margin: 0px 0px 0px 9px;
    font-size: 0.775rem;
}

.footer-logo {
    position: relative;
    left: 50px;
}

.questions {
    width: 90%;
    position: relative;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    top: 5px;
}

.more-information {
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
}

.footer-details {
    display: block;
}

.more-information > .footer-details {
    text-decoration: underline;
}

.more-information > .footer-details:hover {
    text-decoration: none;
    color: lightgray;
}

@media only screen and (max-width: 756px) {
    .footer-logo {
        position: relative;
        display: block;
        text-align: center;
        margin: auto auto 40px auto;
        left: 0px;
    }

    .more-information {
        position: relative;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .questions {
        position: relative;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-bottom: 30px;
    }
}

@font-face {
    font-family: "Baker Signet Std";
    src: url("BakerSignetStd.woff2") format("woff2"),
         url("BakerSignetStd.woff") format("woff");
}

.navbar{
    padding: 0px!important;
}

.navbar-brand{
    font-family: 'Baker Signet Std', serif;
    font-size:27px; 
    background-color: #009966; 
    width:100%; 
    display: flex !important;; 
    justify-content: center;
    transition: all .35s ease !important;
    margin-right: 0px!important;
}

.navbar-brand:hover{
    color:#009966!important;
    background-color: #fff!important;
}

.nav-link{
    font-family:Raleway;
    white-space: nowrap;
    margin-right: 5px;
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
    /* color: black !important;; */
}

.btn-primary{
    background-color: #009966!important;
    border-color: #009966!important;
}

.btn-outline-primary{
    color: #009966!important;
    border-color: #009966!important;
}

.btn-primary:hover{
    background-color: #02d58f!important;
    border-color: #02d58f!important;
}

.btn-outline-primary:hover{
    color: #fff!important;
    background-color: #009966!important;
    border-color: #009966!important;
}


nav ul > li .curved-tabs-r, nav ul > li .curved-tabs-r:before, nav ul > li .curved-tabs-r:after {
    border-color: transparent transparent transparent #2870BF;
}

nav ul > li .curved-tabs, nav ul > li .curved-tabs:before, nav ul > li .curved-tabs:after {
    position: absolute;
    /* content: ""; */
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
}

nav ul > li .curved-tabs-4 {
    border-width: 20px 0 0 5px;
    right: -4.5px;
}

nav ul > li .curved-tabs-5 {
    border-width: 13px 0 0 6px;
    right: -6px;
}

nav ul > li .curved-tabs-6 {
    border-width: 6px 0 0 11px;
    right: -11.5px;
}

nav ul > li .curved-tabs-7 {
    border-width: 5px 0 0 17px;
    right: -17.5px;
}

nav ul > li .curved-tabs-8 {
border-width: 9px 0 0 9px; right: -9.5px;
}

nav ul > li {
    border-top:2px solid #2e80d8;
    border-left:2px solid #2e80d8;
    z-index: 2;

    background-color: #2870BF;
    box-sizing: content-box;
    min-height: 2em;
    position: relative;
    display: block;
    float: left;
}


nav ul > li.active .curved-tabs-r, nav ul > li.active .curved-tabs-r:before, nav ul > li.active .curved-tabs-r:after {
    border-color: transparent transparent transparent #5795d7;
}

.navbar-nav >.active {
z-index: 3;
background:#5795d7;
border-top:2px solid #64a7ee;
border-left:2px solid #64a7ee;

}

/* nav ul > li {
    border-top:2px solid #2bc0ad;
    border-left:2px solid #2bc0ad;
    z-index: 2;

    background-color: #2ea798;
    box-sizing: content-box;
    min-height: 2em;
    position: relative;
    display: block;
    float: left;
}


nav ul > li.active .curved-tabs-r, nav ul > li.active .curved-tabs-r:before, nav ul > li.active .curved-tabs-r:after {
    border-color: transparent transparent transparent #29BFAD;
}

.navbar-nav >.active {
z-index: 3;
background:#29BFAD;
border-top:2px solid #29BFAD;
border-left:2px solid #29BFAD;
} */

.breadcrumb-item> a, .btn-link{
    color: #103d38!important;
}



li:not(.active) > .curved-tabs-4,
li:not(.active) > .curved-tabs-5,
li:not(.active) > .curved-tabs-6,
li:not(.active) > .curved-tabs-7,
li:not(.active) > .curved-tabs-8 {
    display: none;
}

.alert-success{
    background-color: #0099663b !important;
    color: #0a7c3f!important;
}

.panel{
    margin-bottom: 1.5rem;
    min-height: 70px;
    padding: 16px;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.15px;
    background: #e9ecef!important;
    border-radius: 15px;
    box-shadow:
      0 2px 10px #00000024,
      0 1px 18px #0000001f,
      0 3px 5px #0003;
}
.panel-i{
    margin-bottom: 1.5rem;
    min-height: 70px;
    padding: 16px;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    letter-spacing: 0.15px;
    background: #ffffff!important;
    border-radius: 15px;
    box-shadow: 
      inset 0 2px 10px #00000024,
      inset 0 1px 18px #0000001f,
      inset 0 3px 5px #0003;
}

@media(min-width: 1232px){
    .navbar{
        align-items: flex-end!important;
    }
    nav ul >li {
        border-top-left-radius: 7px;
        border-top-right-radius: 20px;
    }
    .navbar-nav >.active {
    box-shadow: 0 -10px 10px 6px #1717175d, 
            -10px 0 10px -10px #1717175d, 
            3px -13px 10px 11px #1717175d;
    }
    nav .dropdown-menu{
        position: absolute!important;
    }
}

@media(max-width: 1232px){
    nav ul > li{
        border-top:none;
        border-left:none;
    }
    nav > .navbar-collapse > ul.my-2{
        margin-top: 0px!important;
        margin-bottom: 0px!important;
    }
    .curved-tabs{
        display:none;
    }
}

.header-label{
    padding-bottom:10px;
    border-bottom: 1px solid #00000045;
}

hr{
    border-top: 1px solid #00000023!important;
}

.template-more-btn{
    display: block!important;
    text-align: center;
    margin: auto;
    width: 80%;
}

td{
    border-color: #bcbbbb!important;
}

@media (min-width: 1200px){
    .container {
        max-width: 1240px!important;
    }
}

.alert-dismissible  > button{
    height: 100%;
    display: flex;
    align-items: center;
}

table > tbody > tr > td{
    background-color: #fff;
}

@media (min-width: 1232px){
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-custom > .container {
        flex-wrap: nowrap;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}

.dropdown-toggle::after {
    transition: transform 0.3s ease-out;
    transform: rotate(-90deg);
}
.dropdown.show .dropdown-toggle::after {
    transform: rotate(0deg);
}

.table-print {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table-print thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-print th, .table-print td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

 .table-print .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.nav-link > img{
    opacity: 50%;
}

.nav-link:hover > img{
    opacity: 75%;
}

.active img{
    opacity: 100%!important;
}

#accordion label{
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.btn-link, .card-body{
    font-family: 'Raleway', sans-serif;
}

.navbar-toggler{
    margin-right:10px;
}

.flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-box-v{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width:100%;
}

.hide{
    display: none;
}

.flex-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#invoice-nav > ul {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
}
#invoice-nav .active {
    box-shadow: -2px -1px 6px 1px #00000042 !important;
}

#invoice-nav ul > li{
    border-top:none;
    border-left:none;
}
#invoice-nav > .curved-tabs{
    display:block;
}

#invoice-nav li.active>a{
    color:white;
}
#invoice-nav li>a{
    color:rgba(255, 255, 255, .5);
}
#invoice-nav>ul{
    padding-left: 16px;
    border-bottom: 3px solid #0000001f;
    padding-right: 16px;
}

#invoice-nav a:hover{
    color:rgb(255,255,255, 0.8)
}
.flex-box-rr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.year-select{
    width: 150px!important;
}

.w-fc{
    width:fit-content;
}

.center-content {
    position: absolute; /* Position the div absolutely within the table cell */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.centered-cell{
    position: relative;
    padding: 2rem;
}

.collapsible_icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f078"; /* Unicode for chevron-down */
    float: right;
    transition: transform 0.5s;
    font-weight: 900;
}

.active.collapsible_icon:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#paid_body,#unpaid_body,#cwi_body {
    overflow: hidden;
    max-height:auto;
    transition: max-height 1.5s ease-out;
}

#paid_body.expanded,#unpaid_body.expanded,#cwi_body.expanded {
    max-height: 0px; /* Adjust this value based on your content's height */
    transition: max-height 0.5s ease-out;
}


.standard> th, .standard> td {
    width: 14.28%;
}

.standard_2> th, .standard_2> td {
    width: 20%;
}



