@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: normal normal normal 24px/32px Roboto; 
    overflow-y: hidden;
}

h4 {
    font-weight: bold;
    color:#FFFFFF;
}

h2 {
    color: #3993CB;
    font-weight: bold;
}

hr.rounded {
    border-radius: 5px;
    border-top: 3px solid #e9ecef;
}

a, .btn-link {
    color:#FFFFFF; 
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.container-fluid .top-nav-row {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top .top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: #FFFFFF; 
    box-sizing: content-box;
    color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
    justify-content: flex-end;
}

.top-row .navbar-brand {
    font-size: 1.1rem;
}

.top .top-row > a, .top .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    color: white;
}

.top .top-row > a {
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0.5rem;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
}

#formContentainer {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

    #formContentainer .validation-message {
        text-align: left;
    }

#formFooter {
    background-color: #f4f4f4 /*#f6f6f6*/;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.top-row a img {
    width: 120px;
    height: 35px;
}

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: rgba(244,244,244,0);
    background-image: linear-gradient(180deg, rgb(244,244,244) 0%, #f4f4f4 70%);
    z-index: 999;
    position: sticky;
    top: 3.5rem;
}

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        /*        padding-bottom: 0.5rem;*/
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color:#FFFFFF;
            border-radius: 4px;
            height: 2.5rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: #e3e3e3; /*rgba(255,255,255,0.25);*/
                color: #3993CB;
            }

            .sidebar .nav-item a:hover {
                background-color: #cfedff; /*rgba(255,255,255,0.1);lightgray*/
                color: #080808 /*#4a93c1*/;
            }

.boldlabel {
    font-weight: bold;
    font-size: 0.8rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#vertical-separator {
    border-right: 1px solid #d2eeff;
}

#centered-layout #login-tbw-logo {
    width: 240px;
    height: 70px;
    vertical-align: middle;
    margin: 50px 0px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid; 
}

label {
    white-space: break-spaces;
}

.alert-datagrid .cssi-data-grid-wrapper {
    white-space: normal;
}

.reporting-level-selection-box {
    height: 30vh;
    overflow-y: auto;
}
/****************************************************Custom*********************************************************************************/
.blazor-custom-error-ui {
    background: #FFBABA;
    top: auto;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    width: 100%;
    z-index: 1000;
    font-size: initial;
}

/****************************************************Custom*********************************************************************************/


/* custom styling stepper and nested scroll bar */
.iqformdetails-container {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
}

.iqformdetails .form-row {
    display: flex !important;
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
}

.iqformdetails .form-group {
    text-align: left !important;
    margin-bottom: 15px !important;
}

.iqformdetails h2 {
    color: white !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    white-space: nowrap;
}
/*******************************************************/
.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: #EF5350;
    display: table;
    margin-top: 0.5rem;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*Custom styling*/
.img-logo {
    width: 70%;
    margin: 0 auto;
}

.login-card {
    width: 100%;
    border: 1px solid gray;
    margin-top: 30px
}

.hoverable-icon:hover {
    cursor: pointer;
}

.collapsible-button {
    color: #3993CB;
}

.expand-button-icon:hover {
    cursor: pointer;
}

.expand-button-icon:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

.expand-button-icon.collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
}

/*************************************************************custom*******************************************************************************/
/*******************************BreadCrumbs******************************************/
.breadcrumb {
    margin-bottom: 0rem !important;
    position: sticky;
    top: 3.5rem;
    z-index: 900;
}

ul.breadcrumb {
    padding: 10px 16px;
    width: 100%;
    list-style: none;
    background-color:#262626;
    border-bottom: 0px;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 15px;
        color:#FFFFFF;
    }


        ul.breadcrumb li + li:before {
            padding: 8px;
            color:#FFFFFF; 
            content: "/\00a0";
        }

        ul.breadcrumb li a {
            color: #FFFFFF;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                text-decoration: underline;
            }
/*******************************BreadCrumbs******************************************/
.sidebar .nav-sidebar {
    border-right: 5px solid#121212; 
    background-color: #262626; 
    top: 3.5rem;
    overflow-y: auto;
    position: sticky;
}

.sidebar .nav-item span {
    margin-right: 1em;
}

.sidebar .expand-menu {
    padding-left: 1rem;
}

.sidebar .submenu-toggler {
    position: absolute;
    left: 20px;
}

.sidebar .expand-menu .nav-item:first-of-type {
    padding-top: 0rem;
}

.sidebar .expand-menu .nav-item a {
    height: 2.0rem;
}
/*******************************SearchBox******************************************/
.inner-addon {
    position: relative;
}

    .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}
/*******************************SearchBox******************************************/
/*******************************Card Container******************************************/
.user-rights {
    overflow-x: auto;
}

    .user-rights .card-header, .content .header {
        background-color: #fff;
        color: #080808;
    }

.content .card {
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.05), 0 0 15px 0 rgba(0,0,0,0.025);
}

.user-rights .card-header a {
    font-size: 0.7rem;
    color: #3993CB;
}

.hoverable:hover {
    background-color: #59BF98; 
    cursor: pointer;
    color:#121212;
}

.hoverable.selected {
    background-color: #bbdefb !important;
}

.cardbody .nav {
    padding-left: 0.5rem;
}

a.nav-link {
    color: inherit;
}

.cardbody li.nav-item a.nav-link {
    color:#FFFFFF;
    font-weight: bold;
}

.cardbody li.nav-item a.active-link {
    background-color: none;
    color:#FFFFFF; 
    font-weight: bold;
    border-bottom: 3px solid #3993CB;
    border-radius: 0;
}

.cardbody li.nav-item a.nav-link {
    cursor: pointer;
}

.user-rights .table {
    white-space: nowrap;
}

.sticky-header {
    background-color: #f4f4f4;
    position: sticky;
    top: 0;
}

.sticky-note {
    background-color: #FCF9A6;
    background-repeat: no-repeat;
    background-position: top-left;
    width: 100% !important;
    font-family: Georgia;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-shadow: #fff 0 1px 1px;
    overflow: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    position: relative;
    resize: vertical;
    min-height: 200px;
    top: 0;
    left: 0;
    box-shadow: rgba(0,0,0,.5) 0 3px 6px;
    -webkit-box-shadow: rgba(0,0,0,.5) 0 3px 6px;
    -moz-box-shadow: rgba(0,0,0,.5) 0 3px 6px;
}

    .sticky-note textarea {
        display: block;
        width: 100% !important;
        height: 80% !important;
        resize: none;
        border: unset;
        background-color: #FCF9A6;
        outline-color: #FCF9A6;
    }

        .sticky-note textarea:focus {
            outline: none !important;
        }

.user-rights .table thead th {
    border-top: none;
    vertical-align: middle;
}

.validation-errors {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 2rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: .5rem !important;
    text-align: left;
}

    .validation-errors > .validation-message {
        color: #721c24;
    }

.hidecompanyfieldlabel .form-group > label {
    display: none !important;
}

.hidecompanyfieldlabel .iq-required-icon {
    display: none !important;
}

.hidecompanyfieldlabel .rating-icon {
    display: none !important;
}

.hidecompanyfieldlabel .application-icon {
    display: none !important;
}

.slidenavwrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding: 5px;
    height: 50px;
}

    .slidenavwrapper a.nav-link {
        color: grey;
        font-weight: bold;
    }

    .slidenavwrapper a.active-link {
        background-color: none;
        color: #3993CB;
        font-weight: bold;
        border-bottom: 3px solid #3993CB;
        border-radius: 0;
    }

    .slidenavwrapper a.nav-link {
        cursor: pointer;
    }

.slidenavlist {
    position: absolute;
    left: 0px;
    top: 0px;
    min-width: 3000px;
    margin-top: 0px;
}

    .slidenavlist a {
        display: table-cell;
        position: relative;
        text-align: center;
        cursor: grab;
        cursor: -webkit-grab;
        color: #efefef;
        vertical-align: middle;
    }

    .slidenavlist .nav-link {
        padding-right: 1rem;
        padding-left: 0.5rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

.scroller {
    text-align: center;
    cursor: pointer;
    padding: 7px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #373737;
}

.card-header {
    z-index: 2;
}

.override-label {
    font-weight: bold;
    font-size: 0.8rem;
}

.cursor-pointer {
    cursor: pointer !important;
}

.tab-card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%), 0 0 15px 0 rgb(0 0 0 / 3%);
}

.tab-card-header {
    padding-right: 1.25rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header-tabs {
    margin-left: -1.22rem;
}

    .card-header-tabs a.nav-link {
        color: grey;
        font-weight: bold;
    }

    .card-header-tabs a.disabled {
        opacity: 0.5;
        text-decoration: none;
    }

    .card-header-tabs a.active {
        background-color: none;
        color: #3993CB !important;
        font-weight: bold;
        border-bottom: 3px solid #3993CB;
        border-radius: 0;
    }

    .card-header-tabs a.nav-link {
        cursor: pointer;
    }

.card-header-gray {
    background-color: rgba(0,0,0,.03) !important;
}

#fieldsummaryReportAlerts {
    background-color: #EF5350 !important;
    color: white !important;
}

#collapsesummaryReportAlerts {
    background-color: #fbeced !important;
}

/*******************************Custom Scrollbar******************************************/

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #A9A9A933;
}

/*******************************Card Container******************************************/
@media (max-width: 768px) {
    .top .top-row.auth {
        justify-content: space-between;
    }

    .navbar-nav > li:first-child {
        display: none;
    }

    .navbar-nav {
        display: -webkit-inline-box;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }

    .img-logo {
        width: 50%;
    }

    .signup-class {
        float: left;
    }

    .card-header {
        width: 50%
    }
    /********************************************************Custom****************************************************************************/
    .card .card-header {
        width: 100%
    }
    /********************************************************Custom****************************************************************************/

    .card-header h3 {
        font-size: 10px;
    }

    .content .form-control-50 {
        width: 100%;
    }

    .content .form-control-10 {
        width: 50%;
    }
  
/*    .form-wrapper .form-group {
        padding-left: 1rem;
        padding-right: 1rem;
    }*/
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar .nav-sidebar {
        height: calc(100vh - 3.5rem);
    }

    .main > div {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
        background-color: #262626 ;
    }

        .sidebar.collapse:not(.show) {
            display: block;
        }

    .img-logo {
        width: 60%;
    }

    .signup-class {
        float: left;
    }

    .card-header {
        width: 70%;
    }
    /****************************************************Custom*********************************************************************************/
    .user-rights .card-header, .content .header {
        width: 100%;
    }

    /****************************************************Custom*********************************************************************************/
    .card-header h3 {
        font-size: 12px;
    }

    .content .form-control-50 {
        width: 50%;
    }

    .content .form-control-10 {
        width: 10%;
    }

    .form-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .form-wrapper label {
            flex: 1 0 25%;
            min-width: 100px;
            padding-right: 10px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .form-wrapper select, .form-wrapper input:not([type="number"]) {
            flex: 1 0 75%;
            min-width: auto;
        }

        .form-wrapper input[type="number"] {
            flex: 1 0 75%;
            width: 10em;
        }
        .form-wrapper:not(.exclude-date-resize) input[type="date"],
        .form-wrapper .cssi-multiselectdropdown {
            width: initial !important;
        }

            .form-wrapper input[type="checkbox"] {
                margin-top: 0;
                margin-right: 10px;
                transform: translateY(3px);
                vertical-align: top;
            }

        .form-wrapper .form-group.checkbox {
            align-self: end;
        }

        .form-wrapper .form-row {
            margin-left: 0px;
            margin-right: 0px;
        }

        .form-wrapper .col-12 {
            padding-left: 0;
            padding-right: 0;
        }

        .form-wrapper .form-group {
            padding-left: 15px;
            padding-right: 15px;
            min-width: auto;
            display: inline-block;
            align-self: center;
        }

        .form-wrapper h5 {
            padding-bottom: 15px;
            margin-left: 15px;
            position: relative;
            width: 100%;
        }

        .form-wrapper h6 {
            padding-bottom: 15px;
            margin-left: 15px;
            position: relative;
            width: 100%;
        }

        .form-wrapper .form-submit {
            width: 100%;
            position: relative;
            padding-left: 15px;
        }

        .form-wrapper .form-submit .btn-primary {
            margin-left: 0px;
        }
}

@media (min-width: 992px) {
    .col-lg-8-half {
        -ms-flex: 0 0 99% !important;
        flex: 0 0 99% !important;
        max-width: 99% !important;
    }

    .col-lg-3-half {
        -ms-flex: 0 0 29.166667%;
        flex: 0 0 29.166667%;
        max-width: 29.166667%;
    }
}

@media (min-width: 1200px) {
    .companyField {
        max-width: 33.33% !important;
    }

    .form-group {
        min-width: 250px;
    }

    .col-xl-2-1qtr {
        -ms-flex: 0 0 18.75%;
        flex: 0 0 18.75%;
        max-width: 18.75%;
    }

    .col-xl-9-3qtr {
        -ms-flex: 0 0 78%;
        flex: 0 0 98%;
        max-width: 98%;
    }
}

@media (min-width: 1200px) {
    .companyField {
        max-width: 33.33% !important;
    }

    .form-group {
        min-width: 350px;
    }
}

@media (min-width: 1400px) {

    .form-group {
        min-width: 300px;
    }
}

@media (min-width: 1500px) {

    .form-group {
        min-width: 350px;
    }
}

.multiselect-container {
    overflow-y: scroll;
    max-height: 35vh;
}

.multiselect.dropdown-menu {
    overflow-y: auto;
    max-height: 250px;
    z-index: 1000;
}

/*Object List Container*/
.object-list-container {
    border: 1px solid #d6d5d5;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.05), 0 0 15px 0 rgba(0,0,0,0.025);
}

.object-list-container-header {
    border-bottom: 1px solid #d6d5d5;
}

.object-list-container button {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
}

    .object-list-container button:hover {
        opacity: 0.8;
    }

.object-list-container-cancel-back-button {
    background-color: #efefef;
    border: 1px solid #4a94c1;
    border-radius: 0;
    color: #4a94c1;
}

    .object-list-container-cancel-back-button:hover {
        color: #4a94c1;
    }

.object-list-container-add-new-button, .object-list-container-next-done-button {
    background-color: #4a94c1;
    border-radius: 0;
    color: white;
}

    .object-list-container-add-new-button:hover, .object-list-container-next-done-button:hover {
        color: white;
    }
/****************************Add Bootstrap Overridden Classes/General Classes Here*******************************/
.btn-primary {
    color: #121212; 
    background-color: #59BF98; 
    border-color: #59BF98; 
}

.content {
    padding-top: 1.1rem;
    font-size: 0.9rem;
    overflow: auto;
    height: calc(100vh - 100px);
}

.card-header h3 {
    font-weight: bold;
    color: rgb(5, 39, 103);
    font-size: 16px;
}

.content a {
    color: #262626;
}

.content .btn {
    border-radius: 5px;
    font-size: 1em;
    margin: 2px;
}

.content .btn-primary {
    background-color: #3993CB;
    border-color: #3993CB;
}

.content .btn-secondary {
    background-color: #f8f9fb;
    border-color: #3993CB;
    color: #3993CB;
}

    .content .btn-secondary:disabled {
        background-color: #efeff0;
        border-color: #8d8d8d;
        color: #919191;
    }

.content .card button:hover {
    opacity: 0.8;
}

.w-80 {
    width: 80% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.iq-reports .card {
    border: none;
}

.content .card-header > h5 {
    margin-bottom: 0px;
}

.bg-grey {
    background-color: #373737; 
    border:1px solid #E2E2E2; 
}

.content h3.modal-title {
    font-weight: bold;
    color: #3993CB;
    font-size: 16px;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

.valignmiddle {
    display: flex;
    align-items: center;
}

.content .row > div[class*="col-"] > label, .content .card-header h6 {
    color:#FFFFFF;
    font-weight: bold;
}

hr {
    border-top: 1px solid rgb(143,143,143,.3);
}

.content .form-group > label {
    font-weight: bold;
    font-size: 0.9rem;
}

.content .no-border {
    border: 0px;
}

.top-row li.nav-item a.btn-link {
    color: #ffffff !important;
    margin-left: 0rem !important;
}

    .top-row li.nav-item a.btn-link:hover {
        text-decoration: underline;
    }

.content .table-responsive table td {
    padding-top: .50rem !important;
    padding-bottom: .30rem !important;
}

.selected {
    background-color: lightgray
}

.cssitable {
    border-collapse: collapse;
}

    .cssitable th, .cssitable td {
        padding: 5px;
        border: solid 1px #D3D3D3;
    }

    .cssitable th {
        background-color: #E0E0E0;
    }

    .cssitable tr:first-child {
        background-color: #daedf4;
    }

    .cssitable td:last-child {
        border: none;
        background-color: #ffffff;
    }
/****************************Add Bootstrap Overridden Classes/General Classes Here*******************************/
.minw-6rem {
    min-width: 6.0rem !important;
}

.minw-8rem {
    min-width: 8.0rem !important;
}

.minw-50 {
    min-width: 50% !important;
}

.minw-297px {
    min-width: 297px !important;
}

/***************** Summary Report *****************/
.summary-report .form-control {
    min-width: 220px;
}

table.summary-item {
    /*width: 95%;
    margin: 1em;*/
}

    table.summary-item td, table.summary-item th {
        border: 1px solid #373737;
        padding: 0.5em;
    }

    table.summary-item .summ-label {
        background-color: #f4f4f4;
        color:#fff;
        font-weight: bold;
    }

    table.summary-item .summ-label-premium {
        background-color:#262626;
        color: #FFFFFF;
        font-weight: bold;
    }

    table.summary-item .summ-header {
        background-color: #3993CB;
        color: #ffffff;
        font-weight: bold;
    }

    table.summary-item .item-header {
        background-color: #ffffff;
        color: black;
        font-weight: bold;
    }

    table.summary-item .change-premium, table.summary-item .annual-premium {
        font-weight: bold;
        background-color: yellow;
        color: black;
    }

    table.summary-item .summ-label-header {
        background-color: #3993CB;
        color: #ffffff;
        font-weight: bold;
    }

table tr.separator {
    height: 10px;
}

table.no-border td, table.no-border th {
    border: none !important;
    padding: 0.5em;
}

table.border-bottom td, table.border-bottom th {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #d9d9d9;
    padding: 0.5em;
}

.table-fixedheader {
    overflow: auto;
    min-height: 300px;
}

    .table-fixedheader thead {
        background: white;
        position: sticky;
        z-index: 10;
    }

        .table-fixedheader thead tr:nth-child(1) th {
            background-color: #6288C5;
            position: -webkit-sticky;
            position: sticky;
            top: -1px;
            bottom: -1px;
            z-index: 10;
            color:#FFFFFF;
            outline: 1px solid #373737;
            transform: translateZ(0);
        }

.numeric {
    text-align: right;
}

.cancelled {
    text-decoration: line-through;
}

.expired {
    color: red;
}

.font-color-blue {
    color: #FFFFFF !important;
}

.font-weight-regular {
    font-weight: 100 !important;
}

[data-toggle="toggle"] {
    display: none;
}

.summ-label {
    background-color: #f4f4f4;
    color: black;
    font-weight: bold;
}

.summary-report .row > div[class*="col-"] > label, .content .card-header h6 {
    color:#fff !important; 
    font-weight: bold;
}

.summ-header {
    background-color: #3993CB;
    color: #ffffff;
    font-weight: bold;
}

.w-60 {
    width: 60% !important;
}

.border-bottom {
    border-bottom: 1px solid #d9d9d9;
}

.information {
    color: #6288C5;
    width: 15px;
}

.exclamation {
    color: #E3DD57;
    width: 15px;
}

.lightbulb {
    color: #69c449;
    width: 15px;
}

.conversion {
    color: #f6801b;
    width: 15px;
}

.critical {
    color: #EF5350;
    width: 15px;
}
.ml-8px {
    margin-left: 8px !important;
}
.ml-10rem{
    margin-left: 10rem !important;
}
.mr-15rem
{
    margin-left: 15rem !important;
}
.ml-6rem {
    margin-left: 6rem !important;
}
.mr-3rem {
    margin-right: 3rem !important;
}
.nowrap {
    white-space: nowrap;
}

.link-reports {
    color: #FFFFFF !important;
    cursor: pointer !important;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.5;
}

.summary-edit .form-group {
    min-width: 150px !important;
    margin-bottom: 0px;
}

.recalculate {
    background-color: #373737;
}

.recalculate-row {
    background-color: #E3DD57;
    height: 8pt;
}

.btn-recalculate {
    background-color: #59C14A;
    color: #121212 !important;
}

.btn-exittofolder {
    background-color: #121212 !important;
    border-color: #59BF98;
    color: #59BF98 !important;
}

.btn-iqexport {
    background-color: #59C14A;
    color: white !important;
}

.property-alert {
    font-size: 0.75rem;
    padding: 0.5rem 1.25rem;
    top: -0.25rem;
}

.content .btn-filter {
    background-color: #f4f4f4;
    border-color: #3993CB;
    color: #3993CB;
}

.field-filter .iq-icon {
    margin-left: 0px !important;
    margin-right: 2px !important;
}

.field-filter-dropdown {
    text-align: left;
    text-indent: 23px;
}

.dropdown-toggle::after {
    margin-left: 45px;
}

.subtotal-row {
    background-color: #0D3556;
}

#collapsibleAddressCard {
    margin-bottom: 10px;
}

.z-index-1000 {
    z-index: 1000;
}

.z-index-500 {
    z-index: 500;
}

.rating-success {
    color: #23A149;
}

.intelliQuoteDetailWidget label {
    font-size: small;
    font-weight: bold;
}

.percent-field .form-group {
    min-width: 100px !important;
}

.text-alert {
    color: #dc3545;
}
.button.btn.btn-primary.mb-3 {
    background-color: #F48459;
    border: 1px solid #F48459;
    color: #121212;
}
.vertical-loader {
    display: block;
    position: relative;
    height: 12px;
    width: 100%;
    border: 1px solid #fff;
    background: gainsboro;
    border-radius: 10px;
    overflow: hidden;
}

    .vertical-loader::after {
        content: '';
        width: 40%;
        height: 100%;
        background: linear-gradient(45deg, transparent 25%, rgba(0, 86, 177, 0.8) 25%, rgba(0, 86, 177, 0.8) 70%, transparent 25%);
        background-size: 37px 100%;
        /*background: #0056B1;*/
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        animation: animloader 2s linear infinite;
    }

@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }

    100% {
        left: 100%;
        transform: translateX(0%);
    }
}

.fa-angle-right, .fa-angle-down {
    color: white !important;
}

.cov-border{
    border-width: 1px;
    border-color: #495057;
}

.cov-header-bg {
    background-color: #373737;
    border-width: 1px;
    border-color: #495057;
}
