/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*Overrides*/
body {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.right-divider
{
    border-right: 1px solid #333;
}

.row, span, p, h1, h2, h3, h4, h5, h6, label {
    margin: 0;
    padding: 0;
}

[class*=col] {
    margin: 0;
    padding: 0;
}


.modal-dialog {
    margin: auto !important;
}

.body-content {
    padding-top: 15px;
    padding-left: 45px;
    padding-right: 45px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
    .layout-nav li.active a.active {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #17a2b8;
        height: 50px;
        font-size: 16px;
        border-radius: 1rem;
    }

    .layout-nav a.nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        color: white !important;
        font-size: 16px;
        border-radius: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .layout-nav li.active a.active {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #17a2b8;
        border-left: 2px solid #f8f9fa;
        border-right: 2px solid #f8f9fa;
        min-width: 150px;
        height: 47px;
        font-size: 16px;
    }

    .layout-nav a.nav-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 170px;
        height: 47px;
        color: white !important;
        font-size: 16px;
    }
}

/* Added style for reverse striped table rows in bootstrap */
.bhhc-table.table-striped > tbody > tr:nth-child(odd) > td,
.bhhc-table.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: white;
}

.bhhc-table.table-striped > tbody > tr:nth-child(even) > td,
.bhhc-table.table-striped > tbody > tr:nth-child(even) > th {
    background-color: #EFEFEF;
}

.policy-list tbody tr:first-child td {
    border-top: none;
}

.search-results tbody tr:first-child td {
    border-top: none;
}

.dashed-grey-line {
    border: 1px dashed lightgrey;
}

.fa {
    color: #005695;
}

select#policy-selector {
    /*-webkit-padding-end: 4px;
    -webkit-padding-start: 2px;
    border: 0px solid #AAA;
    color: #005695;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

select option {
    /*margin: 10px 0 !important;
    min-height: 150px !important;
    color: red;
    margin-top: 20px !important;
    line-height: 1.5;*/ /* Adjust line height as needed */
    /*padding: 8px !important;*/ /* Adjust padding as needed */
    /*padding-top: 20px !important;*/
}

.user-initials-circle {
    width: 30px;
    height: 30px;
    background-color: #005695;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
}

.navbar{
    height: 47px !important;
}

.navbar .nav-item .dropdown-menu {
    display: none;
}

/*.navbar .nav-item:hover .nav-link {
    color: #fff;
}*/


    .navbar .nav-link:hover, .nav-link:focus {
        background-color: #00406f !important;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

.navbar .nav-item .dropdown-menu {
    margin-top: 0;
}
}

*:not(button):not(th):not(td) {
    margin: 0 !important;
    padding: 0 !important;
}


.table#recent-correspondence td, .table#recent-correspondence th {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.table#recent-correspondence th.datefield {
    width: 15%;
}

.upcoming-payment {
    background-color: #F3F9FD;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #28a745;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.pl-header-1 {
    padding-left: 1rem !important;
}
.pol-drop {
    border-color: #c7ced5;
    border-radius: 4px;
    height: 40px;
    padding-right: 2px;
}

.pol-drop:hover, .pol-drop:focus {
    border-color: #005695;
}

.font-header{
    font-size:14px;
}

.dd-item-border {
    border-bottom: 1px solid #c7ced5;
    height: 45px !important;
}

.main-prof {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-profile-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #005695;
    color: #ffffff;
    font-size: 17px;
    border-radius: 50%;
    font-weight: 700;
    border-color: grey;
    border: 4px solid #ccc;
}

.pt-header-username {
    padding-top: 3px;
}

.pt-divider-username {
    padding-top: 2px;
}

.pt-fullheader{
    padding-top: 18px !important;
}

.pt-nav-items {
    padding-top: 0.75rem !important;
}
.name-font {
    font-size: 15px;
}
.footer-bg-clr {
    background-color: #efefef !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.pl-footer {
    padding-left: 40px !important;
}

.pl-header {
    padding-top: 12px !important;
    padding-left: 10px;
}

.link-footer {
    color: #005695;
}
.sitebadge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #005695;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

a.link-decoration-none:hover, active, visited {
    text-decoration: none;
}

button.text-decoration-link:hover, active, visited {
    text-decoration: underline;
    color: darkblue;
}

.userMgmt-link-style {
    color: #005695
}

.newPolicyInfoBtnWidth {
    width: 175px !important;
}

