@font-face {
    font-family: 'sackers_gothic_light';
    src: url('../fonts/atsackersgothic-medium-webfont.eot');
    src: url('../fonts/atsackersgothic-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/atsackersgothic-medium-webfont.woff') format('woff'), url('../fonts/atsackersgothic-medium-webfont.ttf') format('truetype'), url('../fonts/atsackersgothic-medium-webfont.svg#sackers_gothic_lightmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body, #main {
    margin: 0;
    padding: 0;
    /*dynamic hight*/
    height: 100%;
    display: flex;
    flex-direction: column;
}

body {
    /*background-image: url(../Images/SUM/background_2.jpg) !important;*/
    background-position: left top !important;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-attachment: fixed !important;
}

    body.home {
        padding: 0;
    }

a {
    text-decoration: none !important;
    color: #005EAB;
}


#mainContent { /*overflow-y: auto;*/
    /*background-color: #efefef;*/ /*position: fixed;
    width: 100%;*/
    flex: 1;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -500px; /* the bottom margin is the negative value of the footer's height */
}

.breadcrumb {
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

.breadcrumb-item a:hover {
    text-decoration: underline !important;
}

/* Set padding to keep content from hitting the edges */
/*.body-content { padding-left: 15px; padding-right: 15px; }*/
.body-content {
    background-color: white;
}

.form-horizontal .input-group {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 5px;
}

.navbar-insecure {
    border-bottom: 3px solid #405D7A !important;
}

/*.loggedInNavBar {
    background-color: #EBF0F5;
    min-height: 80px;
}*/

/*.navbar-header-custom {
    float: left;
    background-color: #EBF0F5;
    min-height: 80px;
}*/

li.nav-item {
    font-weight: 600;
    margin-left: 20px;
}

li.nav-item {
    font-weight: 600;
    margin-left: 20px;
}

dropdown-item:hover {
    background-color: #f8f9fa !important;
}

dropdown:hover {
    background-color: #f8f9fa !important;
}


li.nav-item a {
    color: #005EAB !important;
}

    li.nav-item a:hover {
        background-color: #f8f9fa !important;
    }

.navbar {
    margin-bottom: 0px;
    border-radius: 0;
    /*    min-height: 80px;*/
    background-color: white;
}

.navbar-default { /*background-color: #01305C;
    border-color: #01305C;*/
    font-weight: bold;
}

    .navbar-default .navbar-nav > li > a {
        margin: 7px 0 0 0;
        color: #005EAB;
        cursor: pointer;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #005EAB;
        }

    .navbar-default .navbar-toggle {
        border-color: #005EAB;
        margin-right: 30px;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: white;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #37464E;
        }

.navbar-brand {
    float: left;
    padding: 0;
    padding-left: 15px;
}

    .navbar-brand img {
        margin: 7px 0 0 0;
        height: 65px;
    }

/*.navbar-collapse.collapse.home {
    overflow: visible !important;
}*/

.dropdown-menu {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

    .dropdown-menu.show {
        opacity: 1;
    }

    .dropdown-menu.fancy-hover > li > a {
        padding-left: 30px;
    }

        .dropdown-menu.fancy-hover > li > a:hover:before {
            font-family: 'FontAwesome';
            content: "\f0da"; /* font-awesome caret-right icon */
            position: absolute;
            left: 15px;
        }


@media (min-width: 992px) {
}

.nav-tabs-sm > li > a {
    padding-top: 4px;
    padding-bottom: 4px;
}

.user-maint-selections-wrapper {
    padding: 15px 15px 0 15px;
}

    .user-maint-selections-wrapper .control-label {
        margin-bottom: 0;
        margin-top: 8px;
    }

@media (max-width: 480px) {
    .nav-tabs > li {
        float: none;
    }

    .nav-tabs-sm > li > a {
        padding: 10px 15px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    /*       .navbar-collapse.collapse {
            display: none !important;
        }*/

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}


@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media only screen and (min-width: 1240px) {
}

@media (max-width: 768px) {
    .navigation > ul {
        margin-top: 0;
        margin-left: 0 !important;
    }

    .navbar-collapse.collapse {
        overflow: visible !important;
    }

    .jumbotron.jumbotron-fancy {
        margin-top: 25px;
    }
}

.dropdown-menu {
    background-color: white;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navbar-brand img {
    max-width: 130px;
}

.collapsing {
    display: none;
}

.contract-info > div {
    float: left;
    width: 33%;
    min-height: 410px;
}

    .contract-info > div:first-child {
        border-right: 0px solid black;
    }

    .contract-info > div:last-child {
        border-left: 0px solid black;
    }

@media (max-width: 768px) {
    .contract-info > div {
        float: none;
        width: 100%;
        min-height: 410px;
    }

        .contract-info > div:first-child {
            border-right: none;
        }

        .contract-info > div:last-child {
            border-left: none;
        }
}

.panel-empty {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

    .panel-empty > .panel-heading {
        background-color: transparent;
        border: none;
        border-radius: 0;
        padding: 10px 15px;
        border-bottom: 1px solid black;
        margin-bottom: 5px;
    }

    .panel-empty > .quickSearch-heading {
        background-color: transparent;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid black;
    }

    .panel-empty > .panel-heading > .panel-title {
        color: #333;
        font-weight: 700;
        font-size: 20px;
    }

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-style: italic;
}

.form-control:-ms-input-placeholder {
    color: #999;
    font-style: italic;
}

.form-control::-webkit-input-placeholder {
    color: #999;
    font-style: italic;
}

.main-menu-body {
    padding: 15px 0px 0px 0px; /*font-size: 18px;*/
    font-weight: bold;
}

    .main-menu-body a {
        color: #005EAB !important;
    }

        .main-menu-body a:hover {
            text-decoration: underline !important;
        }

.contract-sub-section-title {
    behavior: url('../Content/PIE.htc');
    border-width: 0 0 1px 0;
    border-bottom: solid 1px black;
    border-image: linear-gradient(to right, black, transparent) 14% 0;
    padding: 5px 0 5px 0;
    font-weight: 800;
}

.circle-green { /*width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: green;
    color: yellow;
    padding: 3px 0 0 4px;*/
    color: green;
}

.paymentStatusIcon {
    font-size: 1.5em !important;
}

.contract-post-payment {
    font-weight: bold;
    font-size: 18px;
    color: #093983;
    text-decoration: underline; /*margin-left: 5px;*/
    border: none;
}

.panel-empty .input-group .col-sm-1,
.panel-empty .input-group .col-sm-2,
.panel-empty .input-group .col-sm-3,
.panel-empty .input-group .col-sm-4,
.panel-empty .input-group .col-sm-5,
.panel-empty .input-group .col-sm-6,
.panel-empty .input-group .col-sm-7,
.panel-empty .input-group .col-sm-8,
.panel-empty .input-group .col-sm-9,
.panel-empty .input-group .col-sm-10,
.panel-empty .input-group .col-sm-11,
.panel-empty .input-group .col-sm-12 {
    padding-right: 0;
}

.table-borderless tbody tr td, .table-borderless tbody tr th {
    border-top: 0;
}

.table-borderless tbody tr th {
    text-align: right;
}

.table.table-list tbody tr td {
    background-color: #f9f9f9;
    width: 50%;
    border: 0;
}

    .table.table-list tbody tr td:first-child {
        font-weight: bold;
        text-align: right;
    }

.table-data-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .table-data-list tr {
        display: block;
    }

        .table-data-list tr:before,
        .table-data-list tr:after {
            display: table;
            content: " ";
        }

    .table-data-list tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-data-list tbody tr td:first-child {
            text-align: right;
            font-weight: bold;
            background-color: #f9f9f9;
            border-width: 0 0 1px 0; /*border-image: linear-gradient(to right, black, #ccc) 100% 1;*/
            width: 60%;
        }

        .table-data-list tbody tr td:last-child {
            text-align: left;
            border-width: 0 0 1px 0; /*border-image: linear-gradient(to right, #ccc, white) 50% 1;*/
            width: 40%;
        }

.table-data-list-payments {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .table-data-list-payments tr {
        display: block;
    }

        .table-data-list-payments tr:before,
        .table-data-list-payments tr:after {
            display: table;
            content: " ";
        }

    .table-data-list-payments tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-data-list-payments tbody tr td:first-child {
            text-align: left;
            font-weight: bold;
            background-color: #f9f9f9;
            border-width: 0 0 1px 0;
            border-bottom: solid 1px black;
            border-image: linear-gradient(to right, black, #ccc) 100% 1;
            width: 60%;
        }

        .table-data-list-payments tbody tr td:last-child {
            text-align: left;
            behavior: url('../Content/PIE.htc');
            border-width: 0 0 1px 0;
            border-bottom: solid 1px black;
            border-image: linear-gradient(to right, #ccc, white) 50% 1;
            width: 40%;
        }

.table-data-list-bankinfo {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .table-data-list-bankinfo tr {
        display: block;
    }

        .table-data-list-bankinfo tr:before,
        .table-data-list-bankinfo tr:after {
            display: table;
            content: " ";
        }

    .table-data-list-bankinfo tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-data-list-bankinfo tbody tr td:first-child {
            text-align: right;
            font-weight: bold;
            width: 50%;
        }

        .table-data-list-bankinfo tbody tr td:last-child {
            text-align: left;
            width: 50%;
        }


.table-data-list-CCPayment {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .table-data-list-CCPayment tr {
        display: block;
    }

        .table-data-list-CCPayment tr:before,
        .table-data-list-CCPayment tr:after {
            display: table;
            content: " ";
        }

    .table-data-list-CCPayment tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-data-list-CCPayment tbody tr td:first-child {
            text-align: right;
            font-weight: bold;
            width: 30%;
        }

        .table-data-list-CCPayment tbody tr td:last-child {
            text-align: left;
            width: 70%;
        }

.table-data-list-Detail {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .table-data-list-Detail tr {
        display: block;
    }

        .table-data-list-Detail tr:before,
        .table-data-list-Detail tr:after {
            display: table;
            content: " ";
        }

    .table-data-list-Detail tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-data-list-Detail tbody tr td:first-child {
            text-align: right;
            font-weight: bold;
            background-color: #f9f9f9;
            width: 40%;
            text-overflow: ellipsis;
            overflow: hidden
        }

        .table-data-list-Detail tbody tr td:last-child {
            text-align: left;
            width: 60%;
        }

.table-update-info {
    width: 100%;
    border-collapse: collapse;
}

    .table-update-info tr {
        display: block;
    }

        .table-update-info tr:before,
        .table-update-info tr:after {
            display: table;
            content: " ";
        }

    .table-update-info tbody tr td {
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 5px;
    }

        .table-update-info tbody tr td:first-child {
            text-align: right;
            font-weight: bold;
            border-width: 0 0 1px 0;
            width: 25%;
        }

        .table-update-info tbody tr td:last-child {
            text-align: left;
            border-width: 0 0 1px 0;
            width: 75%;
        }

.table-nowrap {
    table-layout: fixed;
}

    .table-nowrap td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.contract-list td {
    cursor: pointer;
}

.table-striped-inverse > tbody > tr:nth-of-type(even) {
    background-color: #EBEBEB;
}

.current-due {
    font-size: 18px;
    height: 31px;
}

.status-text {
    font-weight: bold;
    font-size: 1.4em;
}

.contract-list-status-text {
    font-weight: bold;
    font-size: 14px;
}

.cancelled {
    color: #FFF;
    background-color: #a94442;
    display: block;
    padding-left: 10px;
}

.contract-list-cancelled {
    color: #a94442;
}

.contract-list-pending {
    color: #FFCC66;
}

.cancellationPending {
    color: #000;
    background-color: #f5ff05;
    display: block;
    padding-left: 10px;
}

.cancellationHold {
    color: #FFCC66;
}

.cancellationIssued {
    color: #FF6600;
}

.paidOff, .Credit, .Current {
    color: #007850;
}

.balanceDue {
    color: #FF9F1A;
}

.contract-not-renewed {
    color: #dd4b39;
}

.contract-pending-renewal {
    color: #60aeee;
}

.contract-pending-payment-cax {
    color: #074803;
}

.ins-name {
    font-size: 16px;
    font-weight: bold;
}

.recurring-signup {
    font-weight: bold;
    margin-top: 10px;
}

.states-dropdown {
    min-width: 100px;
    max-height: 200px;
    overflow-y: auto;
}



.input-group-customer-info {
    padding: 2px;
}

    .input-group-customer-info > .input-group-text {
        width: 40%;
        white-space: nowrap;
        vertical-align: middle;
        display: table-cell;
    }

.input-group-updateInfo {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}

.input-group-payments {
    margin-bottom: 0;
}

.payment-inputs {
    width: 40%;
}

.text-bold {
    font-weight: bold;
}

.table-hover tr td {
    cursor: pointer;
}

.dataTables_processing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 999999;
    right: 15px;
    top: -25px;
    background-color: #2f96b4;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
}


.colorAqua {
    color: #4A828F;
}

.colorGreen {
    color: #72c267 !important;
}



.payment-echeck-button {
    background: url('Images/check.gif');
    width: 301px;
    height: 129px;
}

.check-icon {
    margin-top: 15px;
    margin-left: 20px;
    height: 35px;
    width: 35px;
    background: url('Images/paycheck.svg');
    background-size: 35px 35px;
    display: block;
}

.solidBackground {
    background: white;
}

.top-left-position {
    position: absolute;
    top: 10px;
    left: 10px;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.the-fieldset {
    border: 2px solid #ABADAE;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.override-link, .override-link a {
    border: none;
    color: #005EAB !important;
    text-decoration: underline !important;
    background-color: transparent !important;
}

    .override-link:hover {
        color: mediumblue !important;
    }

    .override-link[disabled] {
        cursor: not-allowed !important;
        opacity: .65 !important;
    }

.aLinkButton {
    text-decoration: underline !important;
    color: #005EAB !important;
    margin-top: 1px !important;
}

    .aLinkButton:hover {
        color: mediumblue !important;
    }

    .aLinkButton[disabled] {
        cursor: not-allowed !important;
        opacity: .65 !important;
    }

.payments.page-header h2 {
    padding-left: 100px;
}

.payments.page-header i {
    margin-left: -100px;
}

.payments.page-header .fa {
    position: absolute;
    top: 6px;
}

.panel.panel-payment {
    border: 3px solid #ddd;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.paymentBank {
    height: 220px;
}

.panel.panel-payment.selected {
    border: 3px solid #27AE60;
}

.panel.panel-payment:hover {
    border: 3px solid #27AE60;
}

.panel.panel-payment .panel-heading {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 16px;
    color: #767676;
}

.panel.panel-payment .panel-body {
    padding: 25px 15px;
}

.panel-payment.agency-account, .panel-payment.insured-account {
    margin-bottom: 0;
}

.panel.panel-payment.agency-account .panel-body, .panel.panel-payment.insured-account .panel-body {
    padding: 15px;
}

.payments.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 1px solid #262626;
}

.payments-approve {
    width: 50%;
    margin: 0px auto;
    border-top: 1px solid black;
    text-align: right;
}

.payments-receipt {
    width: 65%;
    margin: 0px auto;
    text-align: center;
}

.btn.btn-terms {
    padding: 0 !important;
    border: 0 !important;
    /*   margin-bottom: 2px;*/
    outline: none;
    color: #005EAB !important;
    margin-top: 0 !important;
    text-decoration: underline;
}

/*.payments-authorize {
    background-color: #FFF;
}*/

.payments-authorize-message {
    padding: 5px;
}


.paymentMethod {
    padding: 5px 3px;
    color: #656565;
    background-clip: border-box;
    border: 2px solid #F5F5F5;
    background: linear-gradient(to bottom, #FFF, #ccc);
}

    .paymentMethod:hover {
        border: 2px solid #646363;
    }

.selected {
    border: 1px solid #ced4da;
}

.payment-icons-holder {
    width: 30%;
    padding-bottom: 30px;
}

.cc-images {
    width: 30%;
}

.cc-text {
    width: 70%;
}


.cc-discover {
    height: 40px;
    width: 40px;
    background: url('Images/Discover_Card.svg');
    background-size: 40px 40px;
    position: absolute;
    top: 30px;
    left: 20px;
}

.cc-mastercard {
    height: 40px;
    width: 40px;
    background-image: url('Images/MasterCard.svg');
    background-size: 40px 40px;
    position: absolute;
    top: 0px;
    left: 20px;
}

.cc-visa {
    height: 40px;
    width: 40px;
    background-image: url('Images/VISA.svg');
    background-size: 40px 40px;
    position: absolute;
    top: 10px;
    left: 5px;
}

#prod-sum-chart, #canx-sum-chart {
    font-size: 11px;
    font-family: Arial;
}

.paging_full_numbers {
    width: 400px;
    height: 22px;
    line-height: 22px;
}

    .paging_full_numbers a:active {
        outline: none;
    }

    .paging_full_numbers a:hover {
        text-decoration: none;
    }

    .paging_full_numbers a.paginate_button,
    .paging_full_numbers a.paginate_active {
        border: 1px solid #aaa;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 2px 5px;
        margin: 0 3px;
        cursor: pointer;
        *cursor: hand;
        color: #333 !important;
    }

    .paging_full_numbers a.paginate_button {
        background-color: #ddd;
    }

        .paging_full_numbers a.paginate_button:hover {
            background-color: #ccc;
            text-decoration: none !important;
        }

    .paging_full_numbers a.paginate_active {
        background-color: #99B3FF;
    }

.gold {
    color: #C2A04B;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}


.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

    .error-actions .btn {
        margin-right: 10px;
    }

.recurring-disclaimer-panel {
    max-height: 300px;
    overflow-y: auto;
}

.breadcrumb-background {
    background-color: #f5f5f5;
}

.actions.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.documents.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .documents.dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .documents.dropdown-menu > li > a:hover,
        .documents.dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .documents.dropdown-menu > .active > a,
    .documents.dropdown-menu > .active > a:hover,
    .documents.dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .documents.dropdown-menu > .disabled > a,
    .documents.dropdown-menu > .disabled > a:hover,
    .documents.dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .documents.dropdown-menu > .disabled > a:hover,
        .documents.dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .documents.dropdown-menu {
    display: block;
}

/* Styling for default gridview pager to make look like bootstrap pager ---- Currently not in use */

.gv-pagination { /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .gv-pagination table > tbody > tr > td {
        display: inline;
    }

        .gv-pagination table > tbody > tr > td > a,
        .gv-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #dd4814;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .gv-pagination table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .gv-pagination table > tbody > tr > td:first-child > a,
        .gv-pagination table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .gv-pagination table > tbody > tr > td:last-child > a,
        .gv-pagination table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .gv-pagination table > tbody > tr > td > a:hover,
        .gv-pagination table > tbody > tr > td > span:hover,
        .gv-pagination table > tbody > tr > td > a:focus,
        .gv-pagination table > tbody > tr > td > span:focus {
            color: #97310e;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

/* Styling for default gridview pager to make look like bootstrap pager ---- Currently not in use */

.Print-panel-body {
    min-height: 60px;
}

.contactPrintbtn {
    padding-left: 4px;
}

.contactEmailbtn {
    padding-left: 0px;
}

.contractSearchLnk {
    padding-left: 5px;
}

.contractSearchInput {
    padding: 0;
    margin: 0;
    width: 60%;
}

hr.soften {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.8), rgba(0,0,0,0));
    border: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.block {
    display: block;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

    .pager:before,
    .pager:after {
        display: table;
        content: "";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

    .pager a {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

        .pager a:hover {
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .pager .next a {
        float: right;
    }

    .pager .previous a {
        float: left;
    }

    .pager .disabled a,
    .pager .disabled a:hover {
        color: #999999;
        background-color: #fff;
        cursor: default;
    }

.searchSubTitle {
    margin: 0 !important;
}

.MenuTitle {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.TabContainer {
    background-color: #fff;
}

.nopadding {
    padding: 0;
}

.PrivacyTitles {
    text-decoration: underline;
    padding: 0 0 5px 0;
}


.ContractHoldImg {
    height: 14px;
    width: 14px;
    vertical-align: middle;
}

.tableinput {
    width: 100%;
}

.mobileAdImage {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.list-alpha {
    list-style: lower-alpha;
}

.list-numeric {
    list-style: decimal-leading-zero;
}

.btn-radio {
    width: 100%;
}

.img-radio {
    opacity: 0.5;
    margin-bottom: 5px;
}

.label-normal {
    margin: 0px;
    font-weight: normal;
}

/* Custom vertical tab */
div.custvertical-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 0px; /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.custvertical-tab-menu {
    padding-right: 0;
    /*padding-left: 0;*/
    padding-bottom: 0;
}

    div.custvertical-tab-menu div.list-group {
        margin-bottom: 0;
    }

        div.custvertical-tab-menu div.list-group > a {
            margin-bottom: 0;
        }

            div.custvertical-tab-menu div.list-group > a .glyphicon,
            div.custvertical-tab-menu div.list-group > a .fa {
                color: #31708F;
            }

            div.custvertical-tab-menu div.list-group > a:first-child {
                border-top-right-radius: 0;
                /*     -moz-border-top-right-radius: 0;*/
            }

            div.custvertical-tab-menu div.list-group > a:last-child {
                border-bottom-right-radius: 0;
                /*   -moz-border-bottom-right-radius: 0;*/
            }

            div.custvertical-tab-menu div.list-group > a.active,
            div.custvertical-tab-menu div.list-group > a.active .glyphicon,
            div.custvertical-tab-menu div.list-group > a.active .fa {
                background-color: #31708F;
                /*       background-image: #31708F;*/
                color: white !important;
            }

                div.custvertical-tab-menu div.list-group > a.active:after {
                    content: '';
                    position: absolute;
                    left: 100%;
                    top: 50%;
                    margin-top: -13px;
                    border-left: 0;
                    border-bottom: 13px solid transparent;
                    border-top: 13px solid transparent;
                    border-left: 10px solid #31708F;
                }

div.custvertical-tab-content {
    background-color: #ffffff; /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
    justify-content: end !important;
}

div.custvertical-tab div.custvertical-tab-content:not(.active) {
    display: none;
}

.newsHeader {
    background-color: gainsboro;
    font-weight: 700;
}

.cke_chrome {
    border: 1px solid #CCCCCC !important;
    box-shadow: none !important;
}

.cke_bottom {
    background-color: #273248 !important;
    border: 1px solid #CCCCCC;
}

#cke_bottom_detail, .cke_bottom {
    display: none !important;
}

.table-bordered > thead > tr > th {
    background-color: gainsboro;
}

.col-border-left {
    padding-left: 20px;
    border-left: 1px solid #000;
}

.form-gap {
    padding-top: 100px;
}

@media (max-width: 768px) {
    .col-border-left {
        padding-left: 0px;
        border-left: none;
    }
}

.col-heading-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.media {
    box-shadow: 0px 0px 4px -2px #000;
    margin: 20px 0;
    padding: 30px;
    border-style: solid;
    border-width: 15px;
}

.dp {
    border: 10px solid #eee;
    transition: all 0.2s ease-in-out;
}

    .dp:hover {
        border: 2px solid #eee; /*transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);*/ /*-webkit-font-smoothing:antialiased;*/
    }

.user-image {
    width: 120px;
    height: 120px;
}

/*.table-header {
    background-color: gainsboro;
}

.white {
    color: white;
}

.btn-lg {
    font-size: 38px;
    line-height: 1.33;
    border-radius: 6px;
}

.box > .icon {
    text-align: center;
    position: relative;
}

    .box > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 88px;
        height: 88px;
        border: 7px solid white;
        line-height: 88px;
        border-radius: 50%;
        background: #63B76C;
        vertical-align: middle;
    }

    .box > .icon:hover > .image {
        border: 4px solid black;
    }

    .box > .icon > .image > i {
        font-size: 40px !important;
        color: #fff !important;
    }

    .box > .icon:hover > .image > i {
        color: white !important;
    }

    .box > .icon > .info {
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 15px 0 10px 0;
    }

        .box > .icon > .info > h3.title {
            color: #222;
            font-weight: 500;
        }

        .box > .icon > .info > p {
            color: #666;
            line-height: 1.5em;
            margin: 20px;
        }

    .box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
        color: #222;
    }

    .box > .icon > .info > .more a {
        color: #222;
        line-height: 12px;
        text-transform: uppercase;
        text-decoration: none;
    }

    .box > .icon:hover > .info > .more > a {
        color: #000;
        padding: 6px 8px;
        border-bottom: 4px solid black;
    }

.box .space {
    height: 30px;
}*/


.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

    .info-box a, .info-box a:hover {
        text-decoration: none;
        color: #000;
    }

    .info-box small {
        font-size: 14px;
    }

    .info-box .progress {
        background: rgba(0,0,0,0.2);
        margin: 5px -10px 5px -10px;
        height: 2px;
    }

        .info-box .progress, .info-box .progress .progress-bar {
            border-radius: 0;
        }

            .info-box .progress .progress-bar {
                background: #fff;
            }

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0,0,0,0.2);
}

    .info-box-icon > img {
        max-width: 100%;
    }

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

.info-box-text { /*text-transform: uppercase;*/
    text-align: center;
    display: block;
    font-weight: 700;
}

.info-box-more {
    display: block;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff !important;
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

.bg-black {
    background-color: #111 !important;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-warning, .modal-warning .modal-body {
    background-color: #f39c12 !important;
}

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #3c8dbc !important;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #ff851b !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #605ca8 !important;
}

.bg-maroon {
    background-color: #d81b60 !important;
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important;
}

.bg-black-active {
    background-color: #000 !important;
}

.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
    background-color: #d33724 !important;
}

.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
    background-color: #db8b0b !important;
}

.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
    background-color: #00a7d0 !important;
}

.bg-blue-active {
    background-color: #005384 !important;
}

.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
    background-color: #357ca5 !important;
}

.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
    background-color: #008d4c !important;
}

.bg-navy-active {
    background-color: #001a35 !important;
}

.bg-teal-active {
    background-color: #30bbbb !important;
}

.bg-olive-active {
    background-color: #368763 !important;
}

.bg-lime-active {
    background-color: #00e765 !important;
}

.bg-orange-active {
    background-color: #ff7701 !important;
}

.bg-fuchsia-active {
    background-color: #db0ead !important;
}

.bg-purple-active {
    background-color: #555299 !important;
}

.bg-maroon-active {
    background-color: #ca195a !important;
}

.dashboard-wrapper {
    padding: 0px 10px;
}

.my-group .form-control {
    width: 50%;
}

.panel-notice {
    border-color: #DD4B39;
}

    .panel-notice > .panel-heading {
        color: #FFF;
        border-color: #ED9B91;
        background-color: #DD4B39;
    }

.panel-bg-aqua {
    border-color: #00c0ef;
}

    .panel-bg-aqua > .panel-heading {
        color: #FFF;
        border-color: #006F8B;
        background-color: #00c0ef;
    }

.panel-bg-green {
    border-color: #00a65a;
}

    .panel-bg-green > .panel-heading {
        color: #FFF;
        border-color: #007440;
        background-color: #00a65a;
    }

.panel-bg-yellow {
    border-color: #f39c12;
}

    .panel-bg-yellow > .panel-heading {
        color: #FFF;
        border-color: #f39c12;
        background-color: #f39c12;
    }

.panel-bg-red {
    border-color: #dd4b39;
}

    .panel-bg-red > .panel-heading {
        color: #FFF;
        border-color: #dd4b39;
        background-color: #dd4b39;
    }


.quoteProduct {
    width: 60%;
}

.quotePortals {
    width: 40%;
}

.table-header {
    background-color: gainsboro;
    font-weight: 700;
}

.nopadding {
    padding: 0 !important;
}

.searchImage {
    width: 20%;
}

.findSearch {
    text-align: center;
    width: 16px;
    cursor: default;
    font-weight: bold;
    background-color: red;
    border: 1px solid black;
    float: right;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
    /* position: fixed;
    bottom: 0;*/
    width: 100%;
    background-color: #132F56;
    color: #fff;
    font-weight: 700;
    font-size: .8em;
}

.footer-links, .footer-links a {
    color: #FFF !important;
    padding: 0 !important;
    line-height: 0 !important;
    /*    vertical-align: top !important;*/
}

    .footer-links a:hover {
        background-color: #FFF !important;
        height: 300px !important;
    }


.footerhr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0;
    border-top: 1px dotted #72c267;
}

.footerSeparator {
    border-right: 2px dotted #72c267;
}

.ProcessingFee {
    color: red !important;
}


@media ( max-width: 585px ) {
    .input-group span.input-group-btn, .input-group input, .input-group button {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }

    .input-group {
        position: relative;
    }

        .input-group span.data-up {
            position: absolute;
            top: 0;
        }

        .input-group span.data-dwn {
            position: absolute;
            bottom: 0;
        }

    .form-control.text-center {
        margin: 34px 0;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: 0;
    }
}

.control-label {
    font-weight: 500 !important;
    margin-top: 8px !important;
}

input[type="checkbox"] {
    margin-left: 8px !important;
    margin-right: 3px !important;
    margin-top: 1px !important;
}

.dataTables_filter input {
    width: 500px !important;
}

.dataTables_filter {
    text-align: start !important;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    color: white !important;
}

.dataTables_paginate {
    float: right !important;
}

.text-info {
    color: #31708f !important;
}

.whiteBackground {
    background-color: white;
}

.grayBackground {
    background-color: #efefef !important;
}

#NewsTable tr {
    background-color: #efefef !important;
    border: none;
}

#NewsTable td {
    background-color: #efefef !important;
    border: none;
    text-align: left !important;
    width: 30px !important;
}

.pageHeading {
    margin-top: 25px !important;
    border-bottom: 1px solid !important;
    margin-bottom: 25px !important;
}

.paymentDetailsStyle {
    background-color: gainsboro;
    text-align: start;
    font-weight: bold;
}

.reportBackGround {
    background-color: white !important;
    width: 100%;
    height: 88px;
}

.attentionblack {
    font-weight: bold;
    margin-right: 8px;
}

.leftMenu {
    min-height: 300px;
    text-align: left;
    border-right: 1px solid white;
}

.reportsList {
    padding-left: 0px;
    padding-right: 0px;
    min-height: 300px;
}

.btnSubmit {
    border: none;
}


table.table thead .sorting_asc {
    background: url(DataTables/images/sort_asc.png) no-repeat center right !important;
}

table.table thead .sorting_desc {
    background: url(DataTables/images/sort_desc.png) no-repeat center right !important;
}

.sorting {
    background: url(DataTables/images/sort_desc.png) no-repeat center right !important;
}

.table80Width {
    width: 80% !important;
    margin-left: 0px !important;
}

.logoClass {
    height: 60px !important;
}

.no-li-marker li::marker {
    content: none;
}

.report-table td {
    background-color: transparent !important;
}

AgentStatementsTable td {
    vertical-align: middle !important;
}


/*bootstrap-select*/
.bootstrap-select .dropdown-toggle {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #495057;
    padding: 8px 12px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}

    .bootstrap-select .dropdown-toggle:hover {
        background-color: #e2e6ea;
        border-color: #adb5bd;
    }

/* Dropdown menu */
.bootstrap-select .dropdown-menu {
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    padding: 5px;
    border: 1px solid #ddd;
}

/* Search box inside dropdown */
.bootstrap-select .bs-searchbox input {
    border: 1px solid #ced4da;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 100%;
    box-shadow: none;
    height: 33px;
}

/* Dropdown items */
.bootstrap-select .dropdown-menu .dropdown-item {
    padding: 8px 12px;
    font-size: 14px;
    color: #212529;
    transition: all 0.2s;
}

    /* Hover effect on items */
    .bootstrap-select .dropdown-menu .dropdown-item:hover {
        background-color: #0d6efd;
        color: white;
    }

/* Selected item with checkmark */
.bootstrap-select .dropdown-menu .selected a {
    background-color: #0d6efd;
    color: white;
    font-weight: bold;
}

/* Disabled items */
.bootstrap-select .dropdown-menu .disabled a {
    color: #6c757d;
    background-color: transparent;
}

/* Ensure full width */
.bootstrap-select.w-100 {
    width: 100% !important;
}

/* Custom checkmark icon for selected items */
.bootstrap-select .dropdown-menu .selected span.check-mark {
    color: white;
    top: 9px !important;
}

/* Default Bootstrap 5.3.3 focus style */
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:focus-visible {
    border-color: #86b7fe !important; /* Primary blue border */
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25) !important; /* Bootstrap 5 focus shadow */
    outline: none !important;
}

/* Ensure the dropdown itself also matches focus styling */
.bootstrap-select .dropdown-menu:focus,
.bootstrap-select .dropdown-menu:focus-visible {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25) !important;
    outline: none !important;
}

/* Match Bootstrap 5 hover and active state */
.bootstrap-select .dropdown-toggle:hover {
    background-color: #e9ecef; /* Bootstrap's hover effect */
    border-color: #adb5bd;
}

/* Active state styling */
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle.show {
    background-color: #e2e6ea !important;
    border-color: #adb5bd !important;
    box-shadow: none !important;
}

/* Search input focus */
.bootstrap-select .bs-searchbox input:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25) !important;
    outline: none !important;
}

/*bootstrap-select scroll bar WebKit-based browsers (Chrome, Safari, Edge)*/
.bootstrap-select .dropdown-menu .inner.show {
    overflow-y: auto !important;
}

    /* WebKit-based browsers (Chrome, Safari, Edge) */
    .bootstrap-select .dropdown-menu .inner.show::-webkit-scrollbar {
        width: 4px !important;
    }

    .bootstrap-select .dropdown-menu .inner.show::-webkit-scrollbar-track {
        background: #f8f9fa !important;
        border-radius: 4px !important;
    }

    .bootstrap-select .dropdown-menu .inner.show::-webkit-scrollbar-thumb {
        background: #adb5bd !important;
        border-radius: 4px !important;
    }

        .bootstrap-select .dropdown-menu .inner.show::-webkit-scrollbar-thumb:hover {
            background: #6c757d !important;
        }

/* Firefox */
.bootstrap-select .dropdown-menu .inner.show {
    scrollbar-width: thin !important;
    scrollbar-color: #adb5bd #f8f9fa !important;
}


div.dt-container div.dt-search input {
    width: 420px !important;
    margin-bottom: 5px !important;
}

.no-li-marker li::marker {
    content: none;
}
