﻿/*@font-face {
    font-family: "bootstrap-icons";
    src: url("~/content/fonts/bootstrap-icons.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

.login-form {
    padding: 10px;
}

.form-group {
    padding: 5px;
}

p {
    margin-top: 10px;
}

.thead-border-dark {
    border: 1px solid #dedede;
    color: #fff;
    background-color: #444;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e9e9e9;
}

.table > tbody > tr:nth-of-type(even) {
    background-color: #dedede55 !important;
}

.modal {
    display: none;
    position: fixed;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

/*.modal-content {
    position: relative;
    background-color: white;
    padding: 20px;
    margin: auto;
    width: 90%;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}*/

.close-btn {
    float: right;
    color: lightcoral;
    font-size: 24px;
    font-weight: bold;
}

    .close-btn:hover {
        color: darkgray;
    }

.btn-primary:hover {
    color: #fff;
}

a.btn-primary-small:hover {
    color: #fff !important;
}

a.btn-primary-small:focus {
    color: #fff;
}

.payment-panel-heading {
    background-color: #777;
}

.payment-panel-title {
    background-color: #777;
    color: #fff;
}

.form-label {
    display: block
}

.dataTables_length > label {
    display: block;
    margin-left: 10px;
}

select[name=PensionDisbursements_length],
select[name=ContributionsTable_length],
select[name=ClaimsTable_length] {
    height: 2.5rem;
    max-width: 600px;
    width: 50%;
    border: 1px solid #dedede;
    border-radius: 5px;
}


.form-select {
    height: 2.5rem;
    max-width: 600px;
    width: 99%;
    border: 1px solid #dedede;
    border-radius: 5px;
}

    .form-select:hover {
        border-color: #80bdff; /* Change border color on hover */
        box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); /* Add a subtle shadow */
        background-color: #f8f9fa; /* Lighten background on hover */
        cursor: pointer;
    }

    .form-select:focus {
        border-color: #007bff; /* Change border color on focus */
        box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); /* Focus ring/shadow */
        outline: none; /* Remove default browser outline if present */
        background-color: #e9ecef; /* Darken background on focus */
    }

.form-control:focus {
    border-color: #007bff; /* Change border color on focus */
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25); /* Focus ring/shadow */
    outline: none; /* Remove default browser outline if present */
    background-color: #e9ecef; /* Darken background on focus */
}

.form-control {
    height: 2.5rem !important;
    max-width: 800px !important;
    width: 99% !important;
    box-sizing: border-box;
    font-size: 16px !important;
}


    .form-control.small-inline {
    
        max-width: 80px !important;
        display: inline !important;
      
    }
    .form-control.medium-inline {
      
        max-width: 240px !important;
        display: inline !important;
       
    }

    .form-control.medium {
        max-width: 240px !important;
    }
    .form-control.large-inline {
     
        max-width: 500px !important;
        display: inline !important;
      
    }

    .form-select.small-inline {
        max-width: 80px !important;
        display: inline !important;
    }
    .form-select.small {
        max-width: 80px !important;
    }

    .form-select.medium-inline {
        max-width: 300px !important;
        display: inline !important;
    }

    .form-select.large-inline {
        max-width: 500px !important;
        display: inline !important;
    }
.form-select.medium {
    max-width: 300px !important;
}

.form-select.large {
    max-width: 500px !important;
}

.dataTables_filter {
    max-width: 800px;
    width: 50%;
    margin: auto;
}

input[type="search" i] {
    height: 2.5rem;
    max-width: 800px;
    width: 50%;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.width-500 {
    max-width: 500px !important;
}

.section-title {
    height: 2rem;
    padding: 10px;
    height: 100%;
    background-color: #dedede55;
    border: 1px solid #dedede;
    border-radius: 5px;
}

.section {
    min-height: 15rem;
    padding-top: 10px;
    padding-left: 10px;
    line-height: 1.6rem;
    margin-right: 10px;
    color: #444;
    /*  height: 100%;*/
    background-color: #dedede55;
    border: 1px solid #dedede;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .section span {
        display: inline-block;
        min-width: 200px !important;
        line-height: 1rem;
    }

    .section ul {
        font-size: 16px;
    }

.section-large-text span {
    min-width: 280px !important;
}

.span-result-right {
    padding-left: 5px;
    font-weight: bold;
    text-align: right;
}

.span-result-left {
    /*padding-left: 5px;*/
    font-weight: bold;
    text-align: left;
    line-height: 1rem;
}

.span-result-center {
    padding-left: 5px;
    font-weight: bold;
    text-align: center;
}

.section-header {
    background-color: #000099;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    /*  height: 100%;*/
    font-size: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.section-sub-title {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}

.section-footer {
    border-top: 1px solid #dedede;
    margin-top: 10px;
}

.btn-narrow {
    padding: 0px;
}

.dataTables_length {
    min-width: 200px;
}

.footnote {
    margin-top: 10px;
    font-size: 16px;
}

.form-control-small {
    height: 3rem;
    box-sizing: border-box;
    font-size: 16px;
}

.width-100 {
    max-width: 100px !important;
    width: 99%;
}

.width-200 {
    max-width: 200px !important;
    width: 99%;
}

.width-300 {
    max-width: 300px !important;
    width: 99%;
}

.width-350 {
    max-width: 350px !important;
    width: 99%;
}

.form-radio {
    width: 1.3rem;
    margin-right: 5px;
    transform: scale(1.5); /* Increases the size by 50% */
    /* Add vendor prefixes for wider browser support if needed, though modern browsers often handle it automatically */
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    /* You might want to adjust margins or padding to prevent overlap with text */
    margin: 5px;
}

.form-check-input {
    border-radius: 0;
    transform: scale(1.5); /* Increases the size by 50% */
    /* Add vendor prefixes for wider browser support if needed, though modern browsers often handle it automatically */
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    /* You might want to adjust margins or padding to prevent overlap with text */
    margin: 5px;
}

    .form-check-input:checked {
        background-color: #0a58ca;
        border-color: #0a58ca;
    }

    .form-check-input.highlighted {
        background-color: #0a58ca77;
        border-color: #0a58ca;
    }

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-5 {
    margin-top: 5px;
}

.fixed-height-row .row {
    min-height: 80px; /* Adjust the value as needed (e.g., px, em, rem, %) */
}

.info-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 16px;
}

.center-div {
    width: 60%;
    margin: 0 auto;
    border: 1px solid #dedede;
    padding: 20px;
    margin-top: 3px;
    min-height: 50rem;
}

.center-div-99 {
    width: 99%;
    margin: 0 auto;
    border: 1px solid #dedede;
    /* padding: 20px; */
    margin-top: 3px;
    /*  min-height: 15rem;*/
    border-radius: 5px;
    background-color: #dedede33;
    padding: 10px 5px 20px 10px;
}

.table {
    border: 1px solid #dedede;
}

    .table > thead > tr > th {
        border: 1px solid #12437022;
        border-top: 1px solid #12437022 !important;
        border-bottom: 1px solid #12437022 !important;
        vertical-align: top;
        height: 2rem;
        background-color: #12437744;
        height: 100%;
        color: #124370;
        /*  padding-top: 20px;*/
    }

.table-green > thead > tr > th {
    border-left: 1px solid #007A57;
    vertical-align: top;
    height: 100%;
    color: #fff;
    height: 100%;
    background-color: #007A57;
    border-bottom: 0px !important;
}

.table-light-green > thead > tr > th {
    border: 1px solid #007A5722;
    border-collapse: revert;
    vertical-align: top;
    height: 100%;
    color: #007A57;
    height: 100%;
    background-color: #007A5711;
    border-bottom: 1px solid #007A5733 !important;
}

.table-light {
    border: 1px solid #dedede;
}

.table-columns th {
    border-left: 0px !important;
    text-align: center;
}

.table-columns td {
    text-align: center;
}

table.table-columns td:nth-child(even) {
    background-color: #dededecc;
}

table.table-columns td:nth-child(odd) {
    background-color: #dedede55;
}


.table-light > thead > tr > th {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede !important;
    border-bottom-color: #dedede !important;
    vertical-align: top;
    height: 2rem;
    background-color: #fff;
    height: 100%;
    color: #124370;
    padding-top: 20px;
    padding-left: 5px;
}

.center-div-70 {
    width: 70%;
    margin: 0 auto;
    border: 1px solid #dedede;
    padding: 20px;
    margin-top: 3px;
    min-height: 50rem;
}

.center-div-80 {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #dedede;
    padding: 20px;
    margin-top: 3px;
    min-height: 50rem;
}

.center-div-no-border {
    width: 60%;
    margin: 0 auto;
    border: 0px;
    padding: 20px;
}

.btn {
    min-width: 180px;
    padding: 4px 12px;
}

.btn-primary {
    background-color: #124370 !important;
    border-color: #124370 !important;
}

.btn-primary-small {
    background-color: #124370;
    border-color: #124370;
    padding: 2px 15px 3px 15px;
    text-decoration: none !important;
    border-radius: 7px;
    color: #fff;
}



.btn-primary-green {
    background-color: #007A57 !important;
    color: #fff;
    border-color: #007A57 !important;
}

    .btn-primary-green:hover {
        background-color: #007A57DD !important;
        color: #FFDB58;
    }

.btn-secondary {
    background-color: #dedede;
    color: #124370;
    border-color:#ababab;
}

.panel-form {
    min-height: 500px;
}

.modal-large {
    max-width: 1000px;
    width: 100%;
}

.modal-title {
    color: #000;
    font-size: 24px;
    padding-left: 0px;
}

.min-height-500 {
    min-height: 500px;
}

.text-danger {
    color: darkred !important;
    background-color: inherit;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.9px;
}

    .text-danger td {
        color: darkred !important;
    }

.text-success {
    color: darkgreen !important;
    background-color: inherit;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.9px;
}

.control-invalid {
    border-color: darksalmon;
    box-shadow: 1px 1px 2px rgba(255, 160, 122, 0.7);
}

.div-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #eee;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    min-height: 38px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bottom-row {
    position: absolute;
    bottom: 0; /* Sticks to the bottom of the parent */
    left: 0; /* Optional: Stretch across the bottom */
    right: 0; /* Optional: Stretch across the bottom */

    padding: 10px;
}

.background-color-health {
    background-color: #124370 !important;
    border-color: #124370 !important;
    /* height: 100%;*/
    color: #fff;
}

    .background-color-health > h3 {
        background-color: #124370 !important;
        border-color: #124370 !important;
        /*  height: 100%;*/
    }

.background-color-pension {
    /*  background-color: #007A57;*/
    background-color: #006957 !important;
    border-color: #006957 !important;
    /*   height: 100%;*/
    color: #fff;
}

.background-color-pension-inverse {
    color: #006957;
    /*  height: 100%;*/
    background-color: #007A5733;
}

.background-color-pension > h3 {
    background-color: #007A57;
    height: 100%;
}


.modal-header {
    background-color: #dededecc;
}

.modal-footer {
    background-color: #dededecc;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.payment-list {
    display: block;
    list-style-type: none;
    margin-left: 1rem !important;
    margin-block-end: 0.5rem !important;
    padding-inline-start: 0px !important;
    unicode-bidi: isolate;
}

    .payment-list li {
        color: #000;
        /* line-height: 2rem; */
        border: 1px solid #dedede;
        padding: 20px 5px 20px 10px;
        margin-top: 10px;
        border-radius: 5px;
        cursor: pointer;
        background-color: #12437744;
    }

*

.payment-list-link {
    color: #000;
    text-decoration: none !important;
    font-size: 2.5vh;
    line-height: 2.6vh;
}

.payment-list-link a:active {
    color: #000;
    text-decoration: none !important;
}

.payment-list-link a:visited {
    color: #000;
    text-decoration: none !important;
}

.panel-title {
    font-family: Calibri;
    width: 100%;
    border-radius: 0px;
    color: #000;
    font-weight: normal;
}

.panel-heading {
    padding: 8px 10px 8px 5px;
    margin-top: 5px;
    line-height: 1rem;
    color: #000 !important;
    background-color: #dededecc;
    /*  font-weight: bold;*/
    border-radius: 0px;
}

    .panel-heading a.accordion-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 15px;
        width: 100%;
        box-sizing: border-box;
        text-decoration: none;
        color: #000;
        border-radius: 4px;
        font-size: 18px !important;
        /* line-height: 2.5rem; */
    }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
    padding: 20px;
}

th {
    vertical-align: top;
}

.criteria-ribbon {
    padding: 4px 15px;
    background-color: #124370;
    color: #000;
    line-height: 3rem;
}

.docs h3 {
    padding: 8px 10px 8px 15px;
    /*	margin-top: 25px;*/
    margin-right: 20px;
    font-size: 22px;
    color: white;
    background-color: #070f4b;
    line-height: 1.5rem;
    border-radius: 4px;
}

#loading-spinner {
    width: 400px;
    height: 150px;
    background-color: #dededeB5;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}




.sorting_asc::after {
    padding-top: -10px;
}



.no-results {
    font-size: 16px;
    padding: 5px;
}

.info-text {
    font-size: 16px;
}

.exclamation-text {
    font-size: 18px;
    color: maroon;
}


.info-text::before {
    content: '\F431';
    font-family: 'bootstrap-icons';
    font-size: 1.1rem;
    margin-right: 2px;
    color: #000;
}

.exclamation-text::before {
    content: '\F333';
    font-family: 'bootstrap-icons';
    font-size: 1.5rem;
    margin-right: 2px;
    color: maroon;
}

.DocuSignLink::before {
    content: '\F4CB';
    font-family: 'bootstrap-icons';
    font-size: 0.7rem;
    margin-right: 2px;
    color: inherit;
}

.is-submitting {
    pointer-events: none;
    opacity: 0.7;
}


    .is-submitting::after {
        content: '';
        border: 2px solid #f3f3f3;
        border-top: 2px solid #3498db;
        border-radius: 50%;
        width: 1em;
        height: 1em;
        animation: spin 1s linear infinite;
        display: inline-block;
        margin-left: 0.5em;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.invoice-detail {
    font-weight: normal;
    color: #124370;
}

.payment-note {
    font-size: 12px;
}

.bordered-message {
    border: 1px solid #dedede;
    padding: 20px;
    border-radius: 5px;
    background-color: #12437044;
}

.menu-button {
    width: 99%;
    padding: 10px;
    font-size: 26px;
}

.menu-li {
    width: 99%;
    padding: 10px;
    font-size: 22px;
    border-bottom: 1px solid #dedede;
}

.selected.menu-li {
    background-color: #dededecc;
}

.menu-button-dropdown {
    padding: 10px;
}

.nav > li {
    padding: 10px;
}

.navbar-nav > li {
    padding: 2px;
    min-width: 100px;
}

    .navbar-nav > li.right-item {
        color: #fff;
        background-color: #124370;
        border-radius: 10px;
        border-color: #dedede;
        margin: 10px;
        min-width: 120px;
        padding: 1px !important;
    }

        .navbar-nav > li.right-item > a {
            color: #fff;
        }
        .navbar-nav > li.right-item.selected > a {
            color: #000 !important;
         
        }

        .navbar-nav > li.right-item.selected {
            color: #000 !important;
            background-color: #fff !important;
        }

        .navbar-nav > li.right-item > a:hover,
        .navbar-nav > li.right-item > a:focus {
            color: #fff;
            background-color: #124370dd !important;
        }
        .div-nav-end{
            float:right;
        }
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgb(51,51,51);
    border-radius: 10px;
    border-color: #dedede;
}

.nav-link {
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 10px;
}

div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
    padding: 10px;
    display: inline;
    margin-bottom: 10px;
    float:left;
    
}
.dt-length{
  
    width:40%;
}
.dt-search {
    width: 60%;
}
.dt-length > label {
    margin-left: 10px;
    display: inline;
}

.dt-length > select {
    height: 2.5rem;
}

.dt-search > label{
    display:inline!important;
}
.dt-search > input {
    margin-bottom: 5px;
    height: 2.5rem;
    max-width: 800px;
    width: 99%;
    box-sizing: border-box;
    font-size: 16px;
    display: inline;
}

    .dt-search > input:focus {
        border-color: #007bff; /* Change border color on focus */
        box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.25) !important; /* Focus ring/shadow */
        outline: none; /* Remove default browser outline if present */
        background-color: #e9ecef !important; /* Darken background on focus */
    }



.dt-paging {
    margin-top: 30px !important;
}

    .dt-paging > nav {
        display: inline;
    }


.panel-heading a.accordion-toggle:after {
    font-family: 'bootstrap-icons';
    content: "\F231";
    color: #000;
}

.menu-li a {
    text-decoration: none;
    color: #124370;
    font-size: 24px;
}

.myprofile-section-tall {
    min-height: 220px;
    padding-top: 10px;
    border-bottom: solid 1px #dedede;
}

.myprofile-section-regular {
    min-height: 180px;
    padding-top: 10px;
    padding-right: 5px;
    border-bottom: solid 1px #dedede;
}

.myprofile-section-regular-nobottom {
    min-height: 180px;
    padding-top: 10px;
    padding-right: 5px;
}

.bi-question-circle {
    padding: 5px;
    cursor: pointer;
}

.dt-paging-button {
    margin-top: 5px;
    padding: 2px 8px 2px 8px !important;
}

div.dt-container .dt-paging-button.current {
    background-color: #dededecc !important;
}
@media (max-width: 991px) {

    .div-nav-end{
        float:none;
    }
     .navbar-nav > li.right-item {
        max-width: 160px;
     
    }

}

@media (max-width: 767px) {
    .dt-search {
        width: 100%;
    }
    .dt-length {
        width: 100%;
    }
   

    h3 {
        font-size: 22px;
    }

    .btn {
        font-size: 20px;
        min-width: 250px;
        margin-top: 3px;
    }

    .form-control {
        font-size: 24px;
    }

    .center-div {
        width: 99%;
        margin: 0 auto;
        border: 0px !important;
        padding: 20px;
        margin-top: 3px;
        min-height: 50rem;
        font-size: 20px;
    }

    .center-div-80 {
        width: 99%;
        margin: 0 auto;
        border: 0px !important;
        padding: 20px;
        margin-top: 3px;
        min-height: 50rem;
    }

    .center-div-70 {
        width: 99%;
        margin: 0 auto;
        border: 0px !important;
        padding: 20px;
        margin-top: 3px;
        min-height: 50rem;
    }

    .center-div-60 {
        width: 99%;
        margin: 0 auto;
        border: 0px !important;
        padding: 20px;
        margin-top: 3px;
        min-height: 50rem;
    }
}

.autocomplete-container {
    /* Position the container relative to its normal position */
    position: relative;
    display: inline-block;
    width:100%;
}
.autocomplete-items h5 {
    background-color: #dedede;
    border-bottom: 1px solid #dedede;
    height: 2rem;
    padding: 5px;
    border-radius: 8px;
    text-align: center !important;
}
.autocomplete-items a {
   color: #000;
   text-decoration:none;
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    /* border-bottom: none; */
    /* border-top: none; */
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #dederde;
    margin-top: 5px;
    padding: 5px;
    padding-left:10px;
    border-radius: 8px;
    line-height: 1.7rem;
    max-width:500px;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /* When hovering an item */
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /* When using keyboard navigation */
    background-color: #4CAF50 !important;
    color: #ffffff;
}
.announcement-area {
    border: 1px solid #bbb;
    padding: 10px;
    border-radius: 8px;
    background-color: #dedededd;
}
.address-suggestions{
    margin-top:10px;
    margin-bottom:10px;
}
