﻿/*@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');
}*/

html {
    scroll-behavior: smooth;
}

#hero-banner-active {
    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-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 0 !important;
    padding: 0 !important;
    height: calc(100vh - 70px) !important;
    position: relative;
}

#hero-banner {
    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-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 0 !important;
    padding: 0 !important;
    min-height: calc(100vh - 79px) !important;
    position: relative;
}



#hero-banner-2 {
    margin-top: -20px !important;
    background: linear-gradient( 73deg,rgba(0,0,0,.5), rgba(0,0,0,.5)), url(../dist/assets/nreig_banner.jpg) center center no-repeat scroll;
    background-size: cover;
    margin: 0 !important;
    padding: 0 !important;
    height: 370px;
    position: relative;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #595d6e;
    font-size: 13px;
    background-color: #f2f6f9;
    margin: 90px 0px 0px 0px;
    /*padding-bottom: 40px;*/
}

    body.modal-open .modal.show {
        padding-right: 0px !important;
    }

.table td, .table th {
    color: #595d6e;
}

@media (min-width: 1200px) {
    body {
        font-size: 14px;
        margin: 90px 0px 0px 0px;
    }
}

header h4 {
    margin: 40px 0;
}

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"] {
    font-size: 14px;
    padding: 5px 9px;
    border: 1px solid #ced7de;
    display: block;
    width: 100%;
    color: #595d6e;
}

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;
}

.btn-small {
    font-size: 12px;
    padding: 5px 12px;
}

.btn-green, a.btn-green {
    background: #f56800;
    color: #fff;
}

    .btn-green:hover, a.btn-green:hover {
        background: #ca5500;
        color: #fff;
    }

.btn-green-hollow {
    border: 1px solid #f56800;
    color: #f56800;
    padding: 5px 14px;
}

    .btn-green-hollow:hover {
        border: 1px solid #ca5500;
        color: white;
        background: #ca5500;
    }

.btn-light-hollow {
    border: 1px solid rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
    padding: 20px 15px;
}

    .btn-light-hollow:hover {
        background-color: white;
        color: #f56800;
    }

.btn-grey {
    background: #656565;
    color: #fff;
}

    .btn-grey:hover {
        background: #212121;
        color: #fff;
    }

/*.btn-grey-hollow {
    background-color: transparent;
    color: #656565;
    border: 1px solid #656565;
}

.btn-grey-hollow:hover {
    background-color: #212121;
    color: white;
    border: 1px solid #212121;
}*/
.btn-light {
    background-color: transparent;
    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;
    }

.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: #f56800;*/
    /*color: #588633;
    background-color: rgba(0, 0, 0, 0.075);*/
    /* background-color: rgba(0, 0, 0, 0.060);*/
    color: #ca5500;
    text-decoration: none;
    /* font-weight: 700;*/
}

/* ----------- MODAL START ----------- */

.modal-header {
    /*background-color: #212121;*/
    background-color: #333;
    color: #fff;
    padding: .75rem;
}

    .modal-header h5 {
        margin-bottom: unset;
        font-size: 16px;
    }

.modal-label-header {
    color: #a9a49e;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
}

.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;
    }
}

.modal-custom-lg.endo-modal-custom .modal-dialog, .modal-custom-lg.endo-modal-custom .modal-content {
    height: auto;
    max-height: 80%;
}

.endo-modal-custom .modal-body, .endo-modal-custom .modal-footer {
    background-color: #fbfbfb;
}


@media (min-width: 1200px) {
    .modal-custom-xl .modal-dialog, .modal-custom-xl .modal-content,
    .material-modal-custom-xl {
        height: 90%;
        max-width: 80rem;
    }

    .endo-modal-custom .modal-body {
        overflow-y: auto;
        max-height: 75vh;
    }
}

@media (min-width: 1200px) {
    .material-modal-custom-xl-auto {
        max-width: 80rem;
        width: auto !important;
        min-width: 550px !important;
    }

        .material-modal-custom-xl-auto.mudal {
            max-width: 80rem;
            width: 500px !important;
            min-width: 550px !important;
        }
}

@media (min-width: 1200px) {
    .modal-custom-xl .modal-dialog {
        max-width: 992px;
        height: auto;
    }
}


@media (min-width: 992px) {
    .modal-custom-lg .modal-dialog, .modal-custom-lg .modal-content,
    .material-modal-custom-lg {
        max-width: 850px;
        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 ----------- */

/* 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;
    /*font-size: 1rem;*/
    border: none;
    outline: none;
    /*background-color: rgba(87, 109, 71,0.5);*/
    background-color: rgba(255, 112, 67,0.5);
    /* background-color: #656565;*/
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: #ca5500;
        /*        background-color: #212121;*/
    }

.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-header {*/
.dropdown-header {
    font-size: .80rem;
    color: #6c757d;
    font-weight: 800;
    padding: 0.5rem 1.5rem;
    margin: 0px;
}

/*.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;
    text-decoration: underline;
    font-weight: 600;
    color: #595d6e;
}

    .tooltip-right:hover {
        color: #ca5500;
    }

@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.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)
    }
/*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 #AccountDropdown .dropdown-menu {
    /*left: -50%;
        right: -50%*/
    min-width: 220px;
}

.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 {
    color: #575757;
    padding: 0.50rem 0.75rem;
    text-align: left;
}

.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;
    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: #ca5500;
    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;
    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: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    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 #f56800;*/
    border: 2px solid #ca5500;
}

.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 #f56800;
}

.input-container input:checked:not(:disabled) ~ .check-checkmark {
    background-color: transparent;
    border-color: #f56800;
}
/* 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;*/
    height: 11px;
    border: solid #f56800;
    /* border-width: 0 3px 3px 0;*/
    border-width: 0 2.9px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

/* Style the indicator (dot/circle) */
.input-container .radio-checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f56800;
}

/* .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/nreig_banner.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*/

.error-icon-one .fix-error-icon {
    top: 40px !important;
    right: 14px !important;
}

.error-icon-two .fix-error-icon {
    top: 16px !important;
}

.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-feedback .form-control {
    padding-right: 42.5px;
}
*/
.form-horizontal :not(modal) .has-feedback .form-control-feedback {
    right: 15px;
}

.form-horizontal .modal .has-feedback .form-control-feedback {
    right: 0px;
}

.has-error .form-control-feedback {
    color: #b5555e;
}
/*.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-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: auto;
    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: 24px;
}

/*.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: 12px;
    margin: 3px 0px;
}

.modified-msg {
    /*color: #a94442;*/
    /*color: #d9b400;*/
    color: red;
    font-size: 13px;
    margin: 3px 0px;
}

.display-modified-indicator .modified-indicator {
    display: block !important;
}

.modified-indicator {
    display: none;
}
/* modified inline arrow start */
.arrow.modified-display:before, .arrow.modified-display:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    vertical-align: middle;
}

.modified-indicator.select .form-control-feedback {
    right: 22px !important;
}

.modified-indicator .form-control-feedback {
    right: 15px;
    color: #ffc107;
}

/*.modified-indicator.select .fix-error-icon {
    top: 24px;
}*/

.modified-indicator.select .form-control-feedback {
    color: #ffc107;
}

.modified-indicator.select .fa-exclamation-circle,
.modified-indicator.textbox .fa-exclamation-circle {
    color: #ffc107;
    font-size: 1rem;
}


.display-modified-indicator .form-control {
    border-color: #f4e3d2;
    /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); */
    box-shadow: 0 0 0 0.2rem rgb(244 227 210 / 10%);
    background: #f9f0e8;
}

.arrow.modified-display .inner-arrow {
    display: inline-block;
    /*background-color: #f4e3d2;*/
    background-color: #f9f0e8;
    vertical-align: middle;
    color: red !important;
    padding: 2px 10px;
    border: 1px solid #f4e3d2;
    min-width: 100px;
    font-weight: 400;
    font-size: 13px;
}

.arrow.modified-display:before {
    border-right-color: #F4E3D2 !important;
}



@media (min-width: 768px) {
    .arrow.modified-display, .arrow.modified-display:after {
        border: 7px solid transparent;
    }

        .arrow.modified-display .inner-arrow {
            /*padding: 2px 20px*/
            padding: 2px 15px;
        }
}

/* modified inline arrow start */



.fa-exclamation-circle {
    color: #a94442;
    font-size: 1rem;
}

.right-20pixel .fix-error-icon {
    right: 20px;
}

field-error-display .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: #F7AF9C;
    margin-right: 5px;
}

.insured-Info .col-auto span:first-child {
    font-weight: bold;
    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;
}

.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; /*original*/
    padding: unset !important; /*new*/
    border-color: #eab19f !important; /*new*/
}

.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;
    background: #ff7043 !important;
    border: 1px solid #ff7043 !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: white;
    font-weight: bold;
    color: #ff7043;
}

/*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: #f56800;
    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: bold;
}

.ui-widget-header {
    /*	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;*/
    border: #f56800;
    background: #ff7043 !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: #d8640e;
        border: 2px solid #d8640e;
        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;
}






.btn.large {
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 14px;
}

.maintenance-container img.reinsurepro-logo {
    height: 70px;
    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: 50px;
    }

    .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;
}

.table .btn.btn-green-hollow.disabled, .table .btn.btn-grey.disabled {
    background-color: #e9ecef;
    color: #B0B0B0;
    border: 1px solid #B0B0B0;
}


.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;
}

.table .status .dot-modified {
    background-color: #9a8000
}

.table .status .label-modified, .label-modified {
    color: #9a8000;
}

.table .text-small {
    font-size: 13px;
    white-space: pre-line;
    white-space: break-spaces;
    text-align: center;
}

/*TEST*/
.card .btn-grey {
    background: transparent;
    background-color: transparent;
    color: #656565;
    font-weight: 600;
    border: unset;
    /*padding: 0px;*/
    border-radius: 10px
}

    .card .btn-grey:hover {
        background: #212529;
        color: white;
        font-weight: 400;
    }

.card .btn-green {
    /*    background: transparent;
    background-color: transparent;*/
    /*    color: #f56800;*/
    /*    font-weight: 600;*/
    /*    border: unset;*/
    padding: 7px 25px;
    border-radius: 10px
}

.agency .card-body {
    padding: 1.5rem !important;
}

.agency .card-body {
    background: #f9fafb !important;
    background-color: #f9fafb !important;
}

.agency .card {
    border: 2px solid #dee2e6 !important;
}


textarea.form-control {
    min-height: 40px;
    max-height: 85px;
}

/*Default Display for Numberformat component*/
.dollar-sign-c {
    display: none;
}

.show-dollar .dollar-sign-c {
    display: inline-flex;
}

.show-dollar .input-group .form-control.fullwidth {
    width: 1% !important;
}



.form-heading {
    margin-left: 30px !important;
}


/*Notification*/
/*#notification-container {
    position: fixed;
    right: 1rem;
    top: 5rem;
    margin-left: 1rem;
    z-index: 3000;
}

    #notification-container .alert {
        box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
        max-width: 520px;
        float: right;
        clear: right;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.fade {
    transition: opacity .15s linear;
}
*/
.notification-container {
    position: fixed;
    right: 1rem;
    top: 5rem;
    margin-left: 1rem;
    z-index: 3000;
}

    .notification-container .alert {
        border-color: #f56800;
        border-left: 5px solid #f56800 !important;
        color: #595d6e;
    }


/*Notice*/
body.show-system-notice {
    margin-top: 90px !important;
}

@media (min-width: 768px) {
    body.show-system-notice {
        margin-top: 135px !important;
    }
}

body:not(.show-system-notice) .system-notice {
    display: none;
}

body.show-system-notice .topnav.navbar {
    margin-top: 45px;
}

body.show-system-notice .system-notice {
    height: 45px;
    background-color: #fff7ec;
    border-top: 3px solid #f56800;
    border-bottom: 2px solid #f2f6f9;
}

    body.show-system-notice .system-notice marquee {
        margin-top: 10px;
        color: #b5555e;
        font-size: 1rem;
        font-weight: 600;
    }

.marquee {
    width: 100%;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
}

    .marquee p {
        display: inline-block;
        padding-left: 100%;
        animation: marquee 27s linear infinite;
        color: #b5555e;
        font-size: 1rem;
        font-weight: 600;
    }

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.p-8 {
    padding: 2rem;
}

.container-lg.mt {
}

.col-lg-2 {
    width: 200px;
}

.fix-layout {
    position: fixed;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.d-grid {
    display: grid;
}

.grid-flow-row {
    grid-auto-flow: row;
}

.grid-flow-col {
    grid-auto-flow: column;
}

.place-items-center {
    place-items: center;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.col-auto {
    grid-column: auto;
}

.flex-1 {
    flex: 1 1 0%;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.modal-component-parent {
    width: 70vw;
    max-width: 900px;
}

.mx-auto {
    margin-inline: auto;
}

.font-size-13 p {
    font-size: 13px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.col-start-3 {
    grid-column-start: 3;
}

.col-end-2 {
    grid-column-end: 2;
}

.col-span-full {
    grid-column: 1 / -1;
}

@media (min-width: 575.98px) {
    .d-sm-grid {
        display: grid;
    }

    .grid-cols-sm-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-cols-sm-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .col-start-sm-3 {
        grid-column-start: 3;
    }
}

@media (min-width: 767.98px) {
    .gap-md-1 {
        gap: 0.25rem;
    }

    .gap-md-2 {
        gap: 0.5rem;
    }

    .gap-md-3 {
        gap: 0.75rem;
    }

    .gap-md-4 {
        gap: 1rem;
    }

    .gap-md-8 {
        gap: 2rem;
    }

    .grid-cols-md-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-cols-md-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .w-md-min {
        width: min-content;
    }

    .w-md-auto {
        width: auto;
    }

    .w-md-0 {
        width: 0;
    }

    .w-md-50 {
        width: 50%;
    }

    .flex-md-none {
        flex: none;
    }
}

@media (min-width: 991.98px) {
    .grid-cols-lg-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .col-span-lg-3 {
        grid-column: span 3 / span 3;
    }
}

@media (max-width: 991.98px) {
    .gap-lg-4 {
        gap: 1rem;
    }
}

.warning-icon-wrapper span.fix-error-icon {
    margin-right: -22px;
    position: absolute;
    top: 22px;
}

.w-min-content {
    width: min-content;
}


.w-max-content {
    width: max-content;
}

.cursor-pointer {
    cursor: pointer;
}

.wireframe {
    background-color: lightgray;
    padding: 0.5rem 1rem;
    border: 1px solid gray;
    border-radius: 0.5rem;
}
