﻿/*@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir LT Std 65 Medium'), url('../lib/fonts/AvenirLTStd-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: bold;
    src: local('Avenir LT Std 85 Heavy'), url('../lib/fonts/AvenirLTStd-Heavy.woff') format('woff');
}*/

.line-component header {
    text-align: left;
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(73deg, rgba(86, 121, 70, 0.7), rgba(106, 135, 179, 0.7)), url(../dist/assets/house.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    text-shadow: -1px -3px 4px rgba(0,0,0,0.50);
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    /*color: #595d6e;*/
    color: #343a40;
    font-size: 13px;
    /* /* background-color: #efeff5;*/
    /*background-color: #f8f9fa;*/
    /*margin: 90px 0px 0px 0px;*/
    /*padding-bottom: 40px; for footers section */
    /*NEW Update*/
    margin: 0px !important;
    background-color: #F6F7F9 !important;
    height: 100%;
    padding: 0px;
    overflow-x: hidden;
}

    body.modal-open .modal.show {
        padding-right: 0px !important;
    }

.table td, .table th {
    color: #595d6e;
}

.table thead th {
    font-weight: 600;
}
/*@media (min-width: 576px) {
    body {
        margin: 70px 0px 0px 0px;
    }
}
*/
/*@media (min-width: 1200px) {
    body {
        margin: 110px 0px 0px 0px;
    }
}*/

header h4 {
    margin: 40px 0;
}

/*h1 {
    font-family: 'Poppins', sans-serif;
}*/

p {
    font-size: 14px;
    line-height: 22px;
}

label {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 3px;
}

input[type="text"],
input[type="password"],
input[type="email"], select:not(.ui-datepicker-month, .ui-datepicker-year) {
    font-size: 14px;
    padding: 5px 9px;
    border: 1px solid #ced7de;
    display: block;
    color: #595d6e;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    width: 100%;
}

input#SuboutCost {
    width: 120px !important;
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
        -webkit-text-fill-color: #333;
    }

.btn {
    font-size: 13px;
    padding: 7px 14px;
    border: 0;
    border-radius: 0;
    /*font-weight: normal;*/
    font-weight: 600;
}

.btn-green, a.btn-green {
    /*background: #576d47;*/
    background: #576d47;
    color: #fff !important;
    padding: 7px 10px;
}

    .btn-green:hover, a.btn-green:hover {
        /*background: #4b5c3f;*/
        background: #4b5c3f;
        color: #fff;
    }

.btn-green-hollow {
    /*border: 2px solid #63824d;*/
    border: 1px solid #576d47;
    color: #576d47;
    /* padding: 7px 20px*/
}

    .btn-green-hollow:hover {
        /*border: 2px solid #4f6c3a;*/
        border: 1px solid #4b5c3f;
        color: white;
        background: #4b5c3f;
    }

.btn-grey {
    background: #656565;
    color: #fff;
}

    .btn-grey:hover {
        background: #212121;
        color: #fff;
    }

.btn-light {
    background-color: transparent;
    /*border: 1px solid #e2e5ec;*/
    border: 1px solid white;
    color: #595d6e;
}

    .btn-light:hover {
        border: 1px solid #212121;
        background: #212121;
        color: #fff;
    }

.btn-gold {
    background: #dabc64;
    color: #fff;
}

    .btn-gold:hover {
        background: #cfaf50;
        color: #fff;
    }

.btn-gold-hollow {
    border: 2px solid #dabc64;
    color: #dabc64;
}

    .btn-gold-hollow:hover {
        border: 2px solid #cfaf50;
        color: #cfaf50;
    }

.btn-red, a.btn-red {
    background: #dc2626;
    color: #fff !important;
    padding: 7px 10px;
}

    .btn-red:hover, a.btn-red:hover {
        background: #a94442;
        color: #fff;
    }

.color {
    padding: 25px 0;
    margin: 10px;
    text-align: center;
    color: #fff;
}

.color-sub {
    padding: 10px 0;
    margin: 10px;
    text-align: center;
    color: #fff;
}

.green {
    background: #63824d;
}

.dark-green {
    background: #4f6c3a;
}

.gold {
    background: #dabc64;
}

.dark-gold {
    background: #cfaf50;
}

.dark-grey {
    background: #282d2d;
}

.medium-grey {
    background: #646464;
}

.light-grey {
    background: #f4f6f8;
}

.font-guide {
    background-color: #eaeaea;
    color: #363636;
    padding: 30px;
    border-radius: 5px;
}

/*JBurgos - INLINE CONTROLS start*/
/*.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0.8rem;
    margin-bottom: 0.5rem;
}

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px;
        transform: scale(1.3);
    }*/

/*input[type=checkbox], input[type=radio] {
    margin-top: 1px\9;
    line-height: normal;
    transform: scale(1.2);
    margin: 3px 5px;
}*/

.label-header {
    font-weight: 600;
    margin-right: 0.5rem;
}
/*JBurgos - INLINE CONTROLS end*/

.footer {
    font-size: 13px;
    color: #838788;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
}


.table-hover tbody tr:hover {
    /*color: #576d47;*/
    /*color: #588633;
    background-color: rgba(0, 0, 0, 0.075);*/
    /* background-color: rgba(0, 0, 0, 0.060);*/
    color: #4b5c3f;
    text-decoration: none;
    /* font-weight: 700;*/
}

/* ----------- MODAL START ----------- */

.modal-header {
    /*background-color: #212121;*/
    background-color: #333;
    color: #fff;
    padding: .75rem 1rem;
}

    .modal-header h5 {
        margin-bottom: unset;
        font-size: 16px;
    }

.modal-footer, .modal-body {
    background-color: #fff;
}

.modal-dialog i.fa.fa-times {
    margin-right: 5px;
}

.modal-content {
    background-color: transparent;
}


.modal-dialog .modal-header img {
    width: 50px !important;
}

@media (min-width: 576px) {
    .modal-header h5 {
        /*font-size: 1rem !important;*/
        font-size: 18px !important;
    }

    .modal-dialog .modal-header img {
        width: 60px !important;
    }

    .modal-body {
        min-height: 200px;
        min-width: 498px;
    }
}

@media (min-width: 1200px) {
    .modal-custom-xl .modal-dialog, .modal-custom-xl .modal-content,
    .material-modal-custom-xl {
        height: 90%;
        max-width: 80rem;
    }
}

@media (min-width: 1200px) {
    .material-modal-custom-xl-auto {
        max-width: 80rem;
        width: auto !important;
        min-width: 900px !important;
    }
}


@media (min-width: 992px) {
    .modal-custom-lg .modal-dialog, .modal-custom-lg .modal-content,
    .material-modal-custom-lg {
        max-width: 1000px;
        height: 80%;
    }
}

@media (min-width: 992px) {
    .modal-custom-md .modal-dialog, .modal-custom-md .modal-content,
    .material-modal-custom-md {
        max-width: 660px;
        max-height: 80%;
    }
}

@media (min-width: 992px) {
    .modal-custom-sm .modal-dialog, .modal-custom-sm .modal-content,
    .material-modal-custom-sm {
        max-width: 500px;
        height: auto;
    }
}
/* ----------- MODAL END ----------- */

/* ----------- LOADING START ----------- */
/*.mainContentLoading .loading {
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    border: 1px solid rgba(255,255,255,.5);
    padding: 20px 0;
    background: white;
    color: #616161;
    margin: 15px;
}

    .mainContentLoading .loading img {
        text-align: center;
        max-width: 100px;
        margin: 5px 0;
    }

    .mainContentLoading .loading h5 {
        letter-spacing: 2px;
        font-size: 14px;
    }

@media (min-width: 992px) {
    .mainContentLoading .loading {
        padding: 50px 0 !important;
    }

        .mainContentLoading .loading img {
            max-width: 150px;
            margin: 20px 0;
        }

        .mainContentLoading .loading h5 {
            font-size: 1.25rem;
        }
}


.freeze-page-loading .mainContentLoading .loading {
    margin-top: 110px;
    box-shadow: unset;
    border: unset;
    background-color: transparent;
}

    .freeze-page-loading .mainContentLoading .loading h4 {
        letter-spacing: 2px;
        font-size: 16px;
    }

    .freeze-page-loading .mainContentLoading .loading p {
        font-size: 12px;
    }

@media (min-width: 992px) {
    .freeze-page-loading .mainContentLoading .loading {
        padding: 20px 0 !important;
    }

        .freeze-page-loading .mainContentLoading .loading img {
            max-width: 150px;
            margin: 20px 0;
        }

        .freeze-page-loading .mainContentLoading .loading p {
            font-size: 14px;
        }
}*/
/* Standard Loading Page */
.loading {
    position: fixed;
    z-index: 1031;
    /*height: 2em;
    width: 2em;*/
    overflow: auto;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(255, 255, 255, .5);*/
        /*background: radial-gradient(white, rgba(255, 255, 255, .5));*/
        background-color: white;
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

.loading-content {
    position: absolute;
    left: 0;
    /*top: 30%;*/
    top: 25%;
    width: 100%;
    text-align: center;
    color: #616161;
    outline-style: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    padding: 20px;
}

    .loading-content h5 {
        margin-bottom: unset;
    }

.loading .loading-content .loading-paragraph {
    /*font-size: 14px;
            letter-spacing: 5px;*/
    font-size: 12px;
    letter-spacing: 2px;
}

.loading-content img {
    height: 170px;
    width: auto;
}
/* ----------- LOADING END ----------- */
.dropdown-menu {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.error-text {
    color:;
    background-color: #f1f1f1;
    padding: 5px;
}

.modal-backdrop.show {
    opacity: 0.7;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1030;
    border: none;
    outline: none;
    background-color: #a4b796;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
}


    #myBtn:hover {
        background-color: #4b5c3f;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #212529;
    text-decoration: none;
    /*background-color: #007bff;*/
    background-color: #ffffff;
}

/* --- Overwrite/Update TopNav Dropdown START ---- */

/*.topnav .dropdown .dropdown-menu {*/
.dropdown .dropdown-menu {
    width: calc(100% - 1.5rem);
    right: .75rem;
}

/*.topnav .dropdown-menu {*/
.dropdown-menu {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 0px;
    min-width: 275px;
    margin: 0 auto;
}

/*.topnav .dropdown-item {*/
.dropdown-item {
    font-size: 13px;
    padding: 11px 30px;
    color: #5f6281;
}


/*.topnav .dropdown-divider {*/
.dropdown-divider {
    border-top: 1px solid #e9ecef;
}

.topnav.navbar-light {
    background-color: #fff;
}
/* --- Overwrite/Update TopNav Dropdown END ---- */

.dropdown-menu.dropdown-menu-small {
    min-width: 200px;
}



.modal-open .inner-modal .modal.show {
    background-color: rgba(0,0,0,0.5) !important;
}

.ui-datepicker-div {
    z-index: 3;
}

label.tooltip-right:hover {
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    width: auto;
    background-color: #212529;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    margin-left: -70px;
    left: 10%;
    bottom: 100%;
    font-size: 12px;
    white-space: nowrap;
}

    .tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: black transparent transparent transparent;
    }

.tooltip-right:hover .tooltip-text {
    visibility: visible;
}

.tooltip-right {
    position: relative;
    display: inline-block;
}

@media (max-width:992px) {
    #mainNav2.fixed-top {
        top: 55px !important;
    }
}

/*@media (max-width: 576px) {
    #mainNav2.fixed-top {
        top: 55px !important;
    }
}*/

#mainNav2.fixed-top {
    /*top: 60px;*/
    top: 65px;
    z-index: 1029;
}

.navbar-dark {
    /* background-color: #212121;
    padding: 0.25rem 1rem;*/
    background-image: linear-gradient(73deg,rgba(0,0,0,0.4),rgba(0,0,0,0.8)),url(../dist/assets/nav-bg.jpg);
    /*padding: 0.25rem 1rem;*/
    background-size: cover;
    background-position: center center;
    border-bottom: 2px solid rgb(255 255 255 / 62%);
}

    .navbar-dark .navbar-toggler-icon {
        width: 1em;
        height: 1em
    }

    .navbar-dark button:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
    }
/*freeze-page start */
@media (min-width:1200px) {
    .freeze-page .container {
        max-width: 1200px
    }
}

.freeze-page .gradient {
    background: linear-gradient(120deg,#464545,#e28163);
    color: #fff;
    border-bottom: 2px solid #e28163
}

@media (max-width:768px) {
    .freeze-page .navbar-collapse.collapse {
        margin-top: .8rem
    }
}

.freeze-page .navbar-dark .navbar-toggler-icon {
    width: 1em;
    height: 1em
}

/*.freeze-page #AccountDropdown .dropdown-menu {
    left: -50%;
    right: -50%
}*/

@media (max-width:991.98px) {
    .freeze-page #nav2 {
        display: block
    }

    .freeze-page #searchtest {
        padding: .5rem 0
    }

    .freeze-page .username, .freeze-page .reportlist {
        padding: 0 !important;
    }
}

.freeze-page .topbar-divider {
    width: 0;
    border-right: 1px solid rgba(255,255,255,.2);
    height: calc(4.375rem - 2rem);
    margin: auto .5rem
}

.freeze-page .welcome {
    background: rgba(255,255,255,.8);
    padding: 30px;
    margin-top: 30px;
}

.freeze-page .card-header .btn {
    color: #63824d;
}

.freeze-page .shadow-box {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

.freeze-page .hover-underline:hover:after {
    content: "";
    display: block;
    height: 2px;
    background-color: white;
}

.freeze-page .navbar-dark {
    /*background-color: #343a40;*/
    background-color: #212121;
    padding: 0.75rem 1rem;
}

.freeze-page .reportlist {
    padding: 0 0.5rem;
    font-size: 14px;
}

.freeze-page .username {
    padding: 0 0.5rem;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5) !important;
}

/*freeze-page end */
input:disabled, input[readonly] {
    background-color: #e9ecef;
}


/* top navigation */
@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:992px) {
    .navbar-collapse {
        overflow: auto;
        max-height: 75vh;
    }

    @media (max-width:991.98px) {
        #nav2 {
            display: block
        }

        .username, .reportlist {
            padding: 0 !important;
        }
    }

    .navbar-collapse::-webkit-scrollbar {
        display: none;
    }

    .navbar-collapse {
        -ms-overflow-style: none;
    }

    /*    .navbar-brand img {
        height: 25px !important;
        margin-bottom: 0.3rem;
    }*/
}

/*.navbar-brand img {
    height: 30px;
}*/

/*.navbar-dark {
    background-color: #212121;
    padding: 0.75rem 1rem;
}*/

.navbar-dark .navbar-toggler-icon {
    width: 1em;
    height: 1em
}

.navbar-dark button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,255,255,.5)
}



.navbar-dark .topbar-divider {
    width: 0;
    border-right: 1px solid rgba(255,255,255,.2);
    height: calc(4.375rem - 2rem);
    margin: auto .5rem
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff
}

.navbar-dark .reportlist {
    padding: 0 0.5rem;
    font-size: 14px;
}

.navbar-dark .text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 12px;
}

.navbar-dark .username {
    padding: 0 0.5rem;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-dark .dropdown-item span, a.dropdown-item {
    font-size: 13px
}

.btn-eye {
    background-color: rgb(232, 240, 254) !important;
    /*color: gray;*/
    color: #c5c5c5;
    border-left: none;
    right: 1px;
    margin: auto;
    background: transparent !important;
    position: absolute;
    z-index: 3;
}

    .btn-eye:focus, .btn-eye.focus {
        outline: 0;
        box-shadow: none !important;
    }

    .btn-eye:hover {
        color: #6c757d;
    }

/*#SearchQuotation, #searchType {*/
#searchType {
    color: #575757;
    font-size: 12px;
    padding: 0.50rem 0.75rem;
}

.search-container {
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/
    width: 100%;
    margin-right: auto;
}

    .search-container .dropdown-menu {
        width: calc(100% - -13rem);
        margin-top: 1rem;
    }

@media (min-width: 576px) {
    .search-container .dropdown-menu {
        width: calc(100% - -20rem);
    }
}

@media (min-width: 500px) {
    .search-container .dropdown-menu {
        width: calc(100% - -17rem);
    }
}

@media (min-width: 992px) {
    .search-container .dropdown-menu {
        width: calc(100% - -20rem);
    }
}

#searchbar .btn.btn-light {
    border-radius: 0 0.25rem 0.25rem 0;
    box-shadow: unset !important;
}

#searchbar input[type="text"] {
    border: 1px solid white;
    background-color: white;
    font-size: 13px;
    height: unset;
}

#searchbar .srchOpt {
    font-size: 13px;
    background-color: white;
}

.search-form {
    border-radius: 3rem !important;
    background: white;
    padding: 0.15rem 10px !important;
}

    .search-form .input-group, .search-form .input-group-prepend, .search-form .input-group-append {
        background: transparent;
        background: transparent;
    }

    .search-form .input-group-text {
        background: transparent;
        border: transparent;
        color: #e36203
    }

    .search-form .form-control {
        background: transparent;
        border: transparent;
    }

    .search-form .btn-light, #navbarSearch .btn-light {
        background: transparent;
        padding: 0.50rem;
    }

    .search-form input:focus, .search-form select:focus, #navbarSearch .input:focus {
        box-shadow: none;
        outline: none !important;
    }

    .search-form #SearchQuotation, .search-form #searchType {
        padding: 0.50rem;
        color: #6c757d;
        font-size: 12.5px;
    }

@media (max-width:991.98px) {
    .username, .reportlist {
        padding: 0 !important;
    }

    #searchbar {
        display: none !important;
    }

    #searchbar {
        display: block;
    }
}

.modal-icon .img-fluid {
    /*height: 150px;*/
    height: 180px;
    width: auto;
    padding: 30px;
}

#selectedval {
    background: inherit;
    cursor: pointer;
    margin: 0 auto;
    min-width: 140px;
    padding: 0.45rem 0.50rem;
    position: relative;
    z-index: 3;
    color: #575757;
    font-size: 12px;
}

    #selectedval:hover {
        text-decoration: none;
    }

    #selectedval::after {
        border-color: #5e5e5e transparent;
        border-style: solid;
        border-width: 4px 4px 0;
        content: "";
        height: 0;
        margin-top: -4px;
        position: absolute;
        right: 1rem;
        top: 50%;
        width: 0;
    }


.listclass a {
    color: #495057;
    display: block;
    padding: 0.50rem 0.50rem 0.50rem 1.2rem;
    text-decoration: none;
    font-size: 12px;
}

li.listclass:hover {
    color: #4b5c3f;
    background-color: rgba(0, 0, 0, 0.075);
}

.text-decoration-0, .text-decoration-0 a {
    text-decoration: none !important;
}

/* email body styling start*/
#emailMessageBody a:visited, span.MsoHyperlinkFollowed, #emailMessageBody a:link, span.MsoHyperlink {
    text-decoration: none !important;
    color: white;
}

/* email body styling end*/

/*.additional-questionnaire-parent:first-child ul li {
    padding-left: 30px;
}*/



/* Radio Button New Style */

/*ul li {
    color: #aaa;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #333;
}

    ul li input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

    ul li label {
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 1.35em;
        padding: 25px 25px 25px 80px;
        margin: 10px auto;
        height: 30px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all .25s linear;
    }

    ul li:hover label {
        color: #fff;
    }

    ul li .check {
        display: block;
        position: absolute;
        border: 5px solid #aaa;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        top: 30px;
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    ul li:hover .check {
        border: 5px solid #fff;
    }

    ul li .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 15px;
        width: 15px;
        top: 5px;
        left: 5px;
        margin: auto;
        transition: background .25s linear;
        -webkit-transition: background .25s linear;
    }

input[type=radio]:checked ~ .check {
    border: 5px solid #0dff92;
}

    input[type=radio]:checked ~ .check::before {
        background: #0dff92;
    }

input[type=radio]:checked ~ label {
    color: #0dff92;
}*/

.col-xs-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 420px) {
    .col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto !important;
        max-width: 100%;
    }
}

.alert-danger {
    /*color: #721c24;
    background-color: white;
    border-left: 3px solid #721c24 !important;*/
    color: #b5555e;
    /*background-color: white;*/
    background-color: #f3f0f0;
    border-left: 3px solid #b5555e !important;
    border-radius: unset;
    border: unset;
}

    .alert-danger.bg-light {
        background: #f9fbfc !important;
    }


.thead-light-custom {
    color: #495057;
    background-color: #e9ecef;
    border: 2px solid #dee2e6;
    padding: 0.75rem;
    margin-bottom: unset;
    font-size: 14px;
    font-weight: bold;
    border-bottom: unset;
}

.popover-header {
    background: white;
    /*color: #495057;*/
    color: #495057;
    font-weight: bold;
    padding: 1rem 1rem 0.2rem 1rem;
    font-size: 16px;
    /*border-left: 4px solid #495057;*/
    /*border-left: 4px solid #72b041;*/
    border-bottom: none;
}

.popover-body {
    /*border-left: 4px solid #495057 !important;*/
    /*border-left: 4px solid #72b041 !important;*/
    background: white;
    border-bottom-left-radius: calc(0.3rem - 1px);
    border-bottom-right-radius: calc(0.3rem - 1px);
    font-size: 16px;
    padding: 1rem;
}

    .popover-body ul {
        padding-right: 20px;
    }

/*.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {*/
/*border-right-color: #495057;*/
/*border-right-color: #72b041;
}*/

.popover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}


/* ----------------- Custom styling for Radio and Checkbox ----------------- */

/* The input-container */
.input-container {
    display: block;
    position: relative;
    padding-left: 30px;
    /*margin-bottom: 12px;*/
    /*margin-bottom: 5px;
    margin-top: 5px;*/
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* padding-right: 20px;*/
    /* width: 40%; */
}

    /* Hide the browser's default checkbox */
    .input-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

@media (min-width: 576px) {
    .input-container input {
        height: 100%;
        width: 100%;
    }
}


.check-checkmark, .radio-checkmark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    border: 2px solid #ccc;
    border-radius: 2px;
    background-color: white;
}

.radio-checkmark {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*.input-container:hover input ~ .check-checkmark,
.input-container:hover input ~ .radio-checkmark {*/
.input-container:hover input:not(:disabled) ~ .check-checkmark,
.input-container:hover input:not(:disabled) ~ .radio-checkmark {
    /* background-color: #ccc; */
    /* border: 2px solid #576d47;*/
    border: 2px solid #4b5c3f;
}

.input-container input:checked:focus:not(:disabled) ~ .radio-checkmark,
.input-container input:checked:focus:not(:disabled) ~ .check-checkmark {
    /*box-shadow: 0 0 0 0.2rem rgba(115, 176, 66,0.25);*/
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


/* When the checkbox is checked, add a blue background */
/*.input-container input:checked ~ .check-checkmark,
.input-container input:checked ~ .radio-checkmark {*/
.input-container input:checked:not(:disabled) ~ .radio-checkmark {
    /* background-color: #2196F3; */
    /* background-color: #576d47; */
    /* border: 1.5px solid #576d47; */
    border: 2px solid #576d47;
}

.input-container input:checked:not(:disabled) ~ .check-checkmark {
    background-color: transparent;
    border-color: #576d47;
}
/* Create the checkmark/indicator (hidden when not checked) */
.check-checkmark:after,
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.input-container input:checked ~ .check-checkmark:after,
.input-container input:checked ~ .radio-checkmark:after {
    /*.input-container input:checked:not(:disabled) ~ .check-checkmark:after, .input-container input:checked:not(:disabled) ~ .radio-checkmark:after*/
    display: block;
}

/* Style the checkmark/indicator */
.input-container .check-checkmark:after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #576d47;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

/* Style the indicator (dot/circle) */
.input-container .radio-checkmark:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #576d47;
}

/* .input-container .radio-checkmark:after {
    top: 2.5px;
    left: 2.5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #576d47;
} */

/* Show the checkmark and change to gray color when checked and disabled */
.input-container input:disabled ~ .radio-checkmark:after {
    background: #ccc;
    border-color: #ccc;
}

.input-container input:disabled ~ .check-checkmark:after {
    border-color: #ccc;
}

/* cshtml views */
.insuredDetails > div span:first-child {
    color: #575757;
    font-size: 12px;
}

.insuredDetails > div span:last-child {
    font-size: 20px;
}

#banner-1 {
    /* background-image: url(../dist/assets/login-background.jpg);*/
    /* background: linear-gradient(73deg, rgba(35, 33, 33, 0.5), rgba(206, 128, 72, 0.5)), url(../dist/assets/login-background.jpg) no-repeat;*/
    /* background: linear-gradient(73deg, rgba(35, 33, 33, 0.5), rgba(35, 33, 33, 0.5)), url(../dist/assets/login-background.jpg) no-repeat;*/
    /* background: linear-gradient(73deg,rgba(0,0,0,.6), rgba(0,0,0,.6)), url(../dist/assets/login-background.jpg) no-repeat; background-size: 100%*/
    /* background: linear-gradient(73deg,rgba(0,0,0,.7), rgba(0,0,0,.7)), url(../dist/assets/login-background.jpg) center center no-repeat scroll;*/
    /* background: linear-gradient(73deg,rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../dist/assets/login-background.jpg) center center no-repeat scroll;*/
    /* background: linear-gradient(73deg,rgb(125 125 125 / 60%), rgb(125 125 125 / 60%)), url(../dist/assets/login-background.jpg) center center no-repeat scroll;*/
    /* background: linear-gradient(73deg,rgb(70 70 70 / 60%), rgb(70 70 70 / 60%)), url(../dist/assets/login-background.jpg) center center no-repeat scroll;*/
    /* background: linear-gradient(73deg,rgb(74 33 0 / 30%), rgb(99 46 17 / 35%)), url(../dist/assets/login-background.jpg) center center no-repeat scroll;*/
    /* background: linear-gradient(73deg,rgb(0 0 0 / 35%), rgb(0 0 0 / 35%)), url(../dist/assets/login-background.jpg) center center no-repeat scroll; */
    /* background: linear-gradient(73deg,rgba(53, 55, 56, 0.5), rgba(53, 55, 56, 0.5)), url(../dist/assets/login-background.jpg) center center no-repeat scroll;*/
    /*  background: linear-gradient(73deg,rgba(53, 55, 56, 0.6), rgba(53, 55, 56, 0.6)), url(../dist/assets/login-background.jpg) center center no-repeat scroll;*/
    background: linear-gradient(73deg,rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../dist/assets/login-background.jpg) center center no-repeat scroll;
    background-size: cover;
    /* margin-top: 80px;*/
    /*    margin-top: 90px;*/
}

#homepage-img {
    /*background: linear-gradient(73deg,rgb(197 197 197 / 40%), rgb(197 197 197 / 40%)), url(../dist/assets/homepage-img.jpg) center center no-repeat scroll;*/
    background: linear-gradient(73deg,rgb(117 117 117 / 40%), rgb(197 197 197 / 40%)), url(../dist/assets/homepage-img.jpg) center center no-repeat scroll;
    background-size: cover;
}
/*.zipcode-nav .navbar-dark {
    background-color: transparent !important;
}*/
#zipcode-nav .nav-link.btnSignIn {
    border: 2px solid;
    padding: 4px;
}

/*#myBtn*/

#zipcode-nav .navbar-dark {
    background-color: rgba(51,51,51,0.4);
}

    #zipcode-nav .navbar-dark .navbar-brand {
        background: radial-gradient(rgba(0,0,0,0.1), transparent);
    }


/*Validation*/
.has-error .form-control {
    border-color: #b5555e;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    box-shadow: 0 0 0 0.2rem rgba(169, 68, 66,.075)
}

.has-error .acknowledge-required {
    border: 1px solid #b5555e;
    box-shadow: 0 0 0 0.2rem rgb(169 68 66 / 8%);
}

.acknowledge-required .error-msg {
    padding-left: 30px;
    padding-top: 5px;
}

/*.has-feedback .form-control {
    padding-right: 42.5px;
}
*/
/*.form-horizontal :not(modal) .has-feedback .form-control-feedback {*/
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}


/* inline two Icons (lock and exclamation) inside the input form */
.required-hidden-text .has-feedback .form-control-feedback {
    right: 55px !important;
}

.form-horizontal .modal .has-feedback .form-control-feedback {
    right: 0px;
}

.form-horizontal .has-feedback .acknowledge-required .form-control-feedback {
    right: 20px;
    top: 5px;
}

.has-error .form-control-feedback {
    color: #b5555e;
}

  .form-header {
        font-size: 18px;
        font-weight: 600;
    }

    .form-label {
        font-weight: 500;
    }

/*.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {*/
/*.has-error .control-label {
    color: #b5555e;
} 7/13/2020 dont change label into red*/

.has-error .check-checkmark, .has-error .radio-checkmark {
    border-color: #b5555e;
}

    .form-header {
        font-size: 18px;
        font-weight: 600;
    }

    .form-label {
        font-weight: 500;
    }

/*.form-horizontal .has-feedback .form-control-feedback {
    right: 15px !important;
}*/

/*.has-feedback .form-control {
    padding-right: 42.5px;
}*/

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.control-label.required:after {
    color: #b5555e;
    content: "*";
    position: absolute;
    margin-left: 5px;
}


/*table .has-feedback .form-control {
    padding-right: 30px;
}*/

.form-horizontal table .has-feedback .form-control-feedback {
    right: 0px !important;
    /*  top: -35px !important;*/
    top: 0px;
}

/*table .has-feedback field-error-display.select .form-control-feedback {
    right: 5px !important;
}*/

.has-feedback field-error-display.select .form-control-feedback {
    right: 22px !important;
}

table field-error-display > div {
    position: relative;
}

table field-error-display .error-msg {
    display: none;
}

/* *************                               ******************** */
/* ************* Hide Arrows From Input Number ******************** */
/* *************                               ******************** */
/*input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}*/

/* Firefox */
/*input[type=number] {
    -moz-appearance: textfield;
}*/

.text-red {
    color: #b5555e;
    /*  font-size: 1rem;*/
}

.dollar-sign:before {
    content: "$";
    padding: 7px 9px;
    position: absolute;
    font-size: 13px;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    color: #495057;
    z-index: 2;
}


.dollar-sign input {
    padding-left: 37px;
    min-width: 100px;
}

.fix-error-icon {
    top: 24px;
}

.select .fix-error-icon {
    top: 20px;
}

/*.inline-field .fix-error-icon {*/
.inline-validation .fix-error-icon,
.top-0 .fix-error-icon {
    top: 0;
}



/*.table .top-33 .fix-error-icon {
    top: -33px !important;
}*/
.table numberformat .fix-error-icon {
    top: -33px !important;
}



.notice-info.has-error {
    box-shadow: 0 0 0 0.2rem rgba(169, 68, 66,.075);
    border: 1px solid #b5555e !important;
}

@media (min-width: 576px) {
    .input-group-text.mw-150 {
        min-width: 150px;
    }
}



/** CSHTML Styling */
.dropdown-content-cshtml, .dropdown-content {
    display: none;
}

    .dropdown-content-cshtml.show, .dropdown-content.show {
        display: block !important;
    }

/*.dropbtn, .dropbtn2 {
    padding: 7px 14px;
    color: rgba(255, 255, 255, 0.50);
    background-color: transparent;
    font-size: 14px;
    border: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

    .dropbtn:hover, .dropbtn2:hover {
        cursor: pointer;
        color: rgba(255, 255, 255, 1) !important;
    }*/

/*New Update*/
.fa-exclamation-circle {
    color: #a94442;
    font-size: 1rem;
}

    .fa-exclamation-circle:before {
        content: "\f06a";
    }

.error-msg {
    color: #a94442;
    font-size: 13px;
    margin: 3px 0px;
}

.info-msg {
    color: #00798c;
    font-size: 13px;
    margin: 3px 0px;
}

.fa-exclamation-circle {
    color: #a94442;
    font-size: 1rem;
}

.right-20pixel .fix-error-icon {
    right: 20px;
}

.required {
}

.pull-right {
    float: right;
}

/*.table-responsive.vertical-height-65 {*/
/* max-height: 65vh;*/
/*min-height: 250px;
   max-height: 600px;
}*/

.table-responsive.table-browseusers {
    min-height: 250px;
    max-height: 600px;
}

.insured-Info .fas {
    /*font-size: 1.5rem;*/
    font-size: 1.3rem;
    color: #576d47;
    margin-right: 5px;
}

.insured-Info span {
    font-size: 14px;
}

.insured-Info .col-auto span:first-child {
    font-weight: 600;
    margin-right: 5px
}

.noheader .container-fluid {
    margin-top: -30px;
}

.close {
    padding: 5px;
    font-size: 1.2rem;
    line-height: 0;
    color: #595d6e;
}

.modal-header .close {
    color: #757575;
    margin-top: 0px;
    font-size: 30px !important;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    outline: none;
}

/*.materialmodatest {
    height: 200px;
    width: 200px;
}
*/
/* overwrite default material theme */
@media (min-width: 992px) {
    .cdk-overlay-pane {
        max-width: none !important;
        width: auto !important;
    }
}

@media (min-width: 576px) {
    .mat-dialog-container {
        display: contents !important;
    }
}

.mat-dialog-container {
    padding: 0px !important;
    display: block !important;
    overflow: unset !important;
    /*width: 700px !important;*/
    width: 100% !important;
}

.mat-dialog-content {
    margin: 0 !important;
    /*padding: 0 20px !important;*/
    padding: 0px !important;
    overflow: unset !important;
}

.modal-header h5 {
    padding: 5px;
    font-size: 16px;
}

@media (max-width: 576px) {
    .mx-sm-w-auto {
        width: auto;
    }
}

.cdk-overlay-container .modal-body {
    min-height: unset;
    min-width: unset;
    overflow-y: auto;
}

/*@media (max-height: 768px) and (orientation: landscape) {*/
.cdk-overlay-container {
    z-index: 1030 !important;
}
/*}*/

.ui-datepicker {
    z-index: 1031 !important;
}

/*@media screen and (max-height: 576px) and (min-width: 576px) and (max-width: 823px) and (orientation: landscape) {*/
@media screen and (max-height: 576px) and (max-width: 992px) and (orientation: landscape) {
    .modal-dialog-scrollable {
        max-height: unset !important;
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        height: auto !important;
    }
}


/*EndorsementSummary .topnav .btn-insured-Info,
EndorsementSummary .topnav .btn-insured-summary,
EndorsementSummary .topnav .btn-insured-submit,
quotationsummary .topnav .btn-insured-Info,
quotationsummary .topnav .btn-insured-summary,
quotationsummary .topnav .btn-insured-submit {
    display: none !important;
}*/



EndorsementSummary .topnav .btn-insured-Info,
quotationsummary .topnav .btn-insured-Info,
quotationsummary .topnav .btn-insured-summary,
quotationsummary .topnav .btn-insured-submit {
    display: none !important;
}



/* ************** Overwrite UI PLUGINS ************** */

/*filename: jquery-ui.css, jquery-ui.structure.min.css, jquery-ui.theme.css */

.ui-widget-content {
    color: #5f5f5f;
}

.ui-datepicker .ui-datepicker-next {
    /*right: 2px;*/
    right: 4px;
}

.ui-datepicker .ui-datepicker-prev {
    /*left: 2px;*/
    left: 4px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-next-hover {
    /*top: 2px;*/
    top: 3px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45% !important;
    padding: unset !important;
    border-color: #a4b796 !important
}

.ui-widget {
    /*font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;*/
    font-family: poppins !important;
    font-size: 16px !important; /*new*/
}

    .ui-widget .ui-widget {
        /*font-size: 1em;*/
        font-size: 16px !important;
    }


    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        /*font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;*/
        font-family: poppins !important;
        font-size: 13px !important; /*new*/
    }


.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    /*	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;*/
    color: white !important;
    border: #576d47;
    background: #576d47 !important;
    border: 1px solid #576d47 !important;
}


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    /*border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;*/
    background: #e9ecef;
    box-shadow: inset 0px 0px 0px 1px #d3d3d3;
    border: 1px solid #d3d3d3;
    font-weight: bold;
    color: #576d47;
}

/*calendar today and done button */

.ui-widget-content .ui-datepicker-close.ui-state-hover,
.ui-widget-content .ui-datepicker-close.ui-state-focus,
.ui-widget-content .ui-datepicker-current.ui-state-hover,
.ui-widget-content .ui-datepicker-current.ui-state-focus {
    background: #576d47;
    color: #fff;
}



.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    /*opacity: .7;
    filter: Alpha(Opacity=70);*/ /* support: IE8 */
    /*font-weight: normal*/
    opacity: 1;
    filter: unset;
    font-weight: 600;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 600;
}

.ui-datepicker th {
    font-weight: 600;
}


.ui-widget-header {
    /*	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;*/
    border: #576d47;
    background: #576d47 !important;
    color: #fff !important;
    font-weight: bold !important;
}

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        border: 1px solid #003eff;
        background: #007fff;
        font-weight: normal;
        color: #ffffff;
    }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        /*border: 1px solid #003eff;
        background: #007fff;
        font-weight: normal;
        color: #ffffff;*/
        font-weight: bold;
        color: #576d47;
        border: 2px solid #576d47;
        background-color: #fff;
        /* background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;*/
    }

.ui-datepicker .ui-datepicker-title select {
    font-size: 14px !important;
    color: #5f5f5f;
}


.ui-widget-header .ui-icon {
    /*background-image: url(images/ui-icons_444444_256x240.png);*/
    background-image: url(images/ui-icons_ffffff_256x240.png);
}


.ui-widget-header .ui-datepicker-next-hover .ui-icon,
.ui-widget-header .ui-datepicker-prev-hover .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png) !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    color: #5f5f5f;
    font-weight: 600;
}





.btn.large {
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 14px;
}


.maintenance-container {
    margin-top: 90px;
}

    .maintenance-container img.reinsurepro-logo {
        height: 80px;
        margin-bottom: 1.5rem;
    }

    .maintenance-container .message .title {
        font-weight: bolder;
        font-size: 30px;
        color: #033333;
        text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.20);
        margin-bottom: 1rem;
        line-height: 1.2;
        letter-spacing: 1px;
    }

    .maintenance-container .message .info {
        color: #838383
    }

    .maintenance-container img.maintenance-avatar {
        max-height: 450px
    }

@media (min-width:992px) {
    .maintenance-container .message .title {
        font-size: 40px;
    }

    .maintenance-container img.reinsurepro-logo {
        height: 80px;
    }
}





/* **** WARNING  *****/
.warning.info {
    background-color: #fff3cd;
    border-left: 6px solid #856404;
}

    .warning.info > strong {
        color: #856404;
    }

    .warning.info .fa {
        color: #856404;
    }

    .warning.info label {
        color: #856404;
    }

/* Standard Info Styling */
.info {
    padding: 10px;
    background-color: #f8f9fa;
    border-left: 6px solid inherit;
    border-radius: 2px;
}

    .info > strong {
        color: inherit;
    }

    .info .fa {
        font-size: 1.5rem;
        color: inherit;
    }

    .info label {
        font-size: 13px;
        color: inherit;
        margin-right: 15px;
        margin-left: 15px;
        line-height: 1.5rem;
    }


.text-danger {
    color: #b5555e !important;
}




.body-onscroll .show-inbody-scroll {
    display: block !important
}

.show-inbody-scroll {
    display: none !important
}


/* VALIDATION MODAL */
.badge {
    border-radius: .25rem;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
}

.badge-danger {
    color: #fff;
    background-color: #b5555e;
}

.markdown_ol {
    list-style-type: none;
    counter-reset: list;
    padding: 15px 25px;
}

    .markdown_ol > .markdown_li {
        margin: 5px 0;
        padding-left: 35px;
        counter-increment: list;
        line-height: 25px;
        vertical-align: top;
        position: relative;
    }

        .markdown_ol > .markdown_li:before {
            position: absolute;
            left: 0;
            top: 0;
            content: counter(list);
            display: block;
            background-color: rgba(75,75,75,.7);
            border-radius: 100%;
            width: 25px;
            height: 25px;
            color: #fff;
            text-align: center;
            font-weight: 400;
            font-size: 12px;
        }

.form-2 {
    background: rgba(255,255,255,.3);
    border: 2px solid rgba(0,0,0, 0.040);
    margin-bottom: 2rem;
}

.btn-link {
    font-size: 12px;
    font-weight: 500;
    border-radius: 50px;
    padding: 0.3rem 1rem;
    background: #e9ecef;
    border: 1px solid #dbdeea;
    color: #343a40;
}

    .btn-link:hover {
        background: #4b5c3f;
        border-color: #4b5c3f;
        color: #fff;
        text-decoration: none;
    }

.table .status .dot {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: inline-block;
}

.table .status .label-success, .label-success {
    color: #28a745;
}

.table .status .dot-success {
    background-color: #28a745;
}

.table .status .label-danger, .label-danger {
    color: #b5555e;
}

.table .status .dot-danger {
    background-color: #b5555e;
}



/* **** Inset Box  *****/
/*:root {*/
/*.root-1 {
    --inset-end: 15px;
}

    .root-1 .wrapper {
        background: #100e17;
        border-radius: 8px;
        height: 250px;
        padding: 0 15px;
        position: relative;
    }

    .root-1 .box {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 100px;
        width: 100px;
    }

    .root-1 .box--original {
        background: transparent;
        border: 1px dashed #f8a100;
        position: absolute;
        top: 0;
        bottom: 0;
    }

.box--inset {
    background: #f8a100;
    inset-block-end: var(--inset-end);
    position: relative;
    writing-mode: horizontal-lr;
}*/



textarea.form-control {
    min-height: 40px;
    max-height: 85px;
}

/*Required field*/
.field_items {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.container-field{
    margin:12px;
}

.field_items .required_title img {
    max-width: 24px;
    margin-right: 3px;
    margin-left: 16px;
}


.required_title {
    display: flex !important;
    align-items: center !important;
    background-color: #d73f3e;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 25px !important;
}

.field_container {
    color: black;
    opacity: 0.9;
    border-radius: 5px;
    margin-left: 12px !important;
}

.field_items .required_header {
    font-weight: 600 !important;
}

.nav-item {
    margin-left: 12px;
}
.navbar-nav.ml-auto li.nav-item a {
    text-decoration: none;
    color: inherit;
}

/*.navbar-nav.ml-auto li.nav-item a:hover {
    text-decoration: none;
    color: inherit;
}*/

.numbered-list {
    list-style-type: none;
    padding: 0;
}

.navbar-nav.ml-auto .nav-item {
    position: relative;
}

.list-number {
    position: absolute;
    left: -5px;
    width: 40px;
    text-align: right;
    padding-left: 8px !important;
    padding-right: 20px !important;
   
}

.navbar-nav.ml-auto li.nav-item a {
    text-decoration: none;
    color: inherit;
}

.list-description {
    letter-spacing: 1px;
}
 .list-description.long-text {
        display:inline-block;
        white-space: nowrap;
        width: 200px !important;
        overflow: hidden;
        text-overflow: ellipsis;
 }
 .list-description.long-text:hover {
        display:inline;
        width:none;
        white-space:normal;
        
 }

 .nav-item:hover {
        opacity: 1;
 }


.navbar-nav.ml-auto li.nav-item a:hover {
    text-decoration: none;
    color: inherit;
}

.table-contents {
    overflow: auto !important;
    max-height: calc(5* 60px);
}

@media (max-width: 1431px) {
    .requiredfields {
        margin-bottom: -75px !important;
    }

    .list-description {
        overflow: visible;
    }
}

@media (max-width: 575px) {
    .requiredfields {
        margin-bottom: -60px !important;
    }

    .pagesection {
        margin-bottom: -145px;
    }
}

/*Clear Search*/
.clear-search-btn {
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e0e0e0;
    border: none;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    padding: 0;
    outline: none;
    box-shadow: none;
}

    .clear-search-btn:hover {
        background-color: #e0e0e0;
        cursor: pointer;
        outline: none;
        box-shadow: none;
    }

.clear-search-icon {
    font-size: 10px;
}

.input-with-clear {
    padding-right: 2.2rem;
}


/*Tooltip*/
.clear-search-btn .tooltip-text {
    visibility: hidden;
    width: max-content;
    max-width: 150px;
    background-color: #576d47;
    color: #fff;
    text-align: center;
    font-size: 0.75rem;
    padding: 6px 8px;
    border-radius: 4px;
    position: absolute;
    bottom: 177%;
    left: 417%;
    transform: translateX(-50%);
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.2s ease-in-out;
    z-index: 1000;
}

    .clear-search-btn .tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 52%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #576d47 transparent transparent transparent;
    }

.clear-search-btn:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Toggle button */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        transition: 0.4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #576d47;
}

    input:checked + .slider:before {
        transform: translateX(20px);
    }

.slider.round {
    border-radius: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }
