﻿.container {
    width: 100%;
}

#waitSpinner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.1;
    background-color: #000;
    color: black;
    z-index: 9999;
}

#waitSpinnerDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    color: green;
    z-index: 10000;
}

/* Dashboard panel heights*/

.db-height-1 {
    height: 200px;
}

.db-height-2 {
    height: 400px;
}

.db-height-3 {
    height: 600px;
}

.db-height-4 {
    height: 800px;
}

.db-height-5 {
    height: 1000px;
}

.db-menu-item-adjust {
    margin-top: -7px;
    margin-right: -15px;
}

.db-card-body {
    width: 100%;
    overflow: auto;
}

.db-row-vertical-filler {
    margin-bottom: 5px;
}

.trSelected {
    /* background-color: #BAD389; */
    background-color: #f0f0f0;
}

.tab-pane {
    /* background-color: #D5E5B7; */
}

    .tab-pane .panel {
        /* background-color: #EBF2DD; */
    }

/* 
        PDF Styling
    */

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.pdf-currency-style1 {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.pdf-left {
    text-align: left !important;
}

.pdf-line {
    border-bottom: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pdf-table {
    border: 1px solid black;
    border-collapse: collapse;
}

.pdf-page {
    font-size: 14pt;
    color: black;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    padding: 0 60px 0 60px;
}

.pdf-page-small-font {
    font-size: 12pt;
    color: black;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    padding: 0 60px 0 60px;
}

.pdf-page-11pt-font {
    font-size: 11pt;
    color: black;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    padding: 0 60px 0 60px;
}

.pdf-justify {
    text-align: justify;
}

.pdf-right {
    text-align: right;
}

.pdf-quote-header {
    background-color: #00b050;
    color: white;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 20pt;
    text-align: center;
}

.pdf-strong {
    font-weight: bold;
}

.pdf-underline {
    text-decoration: underline;
}

.pdf-red {
    color: red;
}

.pdf-italic {
    font-style: italic;
}

.pdf-page-break {
    page-break-before: always;
}

.pdf-heading1 {
    font-weight: bold;
    font-size: 20pt;
    margin: 5px 0 20px 0;
    color: green;
}

.pdf-heading2 {
    font-weight: bold;
    font-size: 18pt;
    color: green;
}

.pdf-heading3 {
    font-weight: bold;
    font-size: 16pt;
}

.pdf-heading4 {
    font-weight: bold;
    font-size: 14pt;
}

.pdf-green {
    color: green !important;
}

.pdf-background-grey {
    background-color: #e7e6e6 !important;
}

.pdf-background-lightgreen {
    background-color: #e2efd9 !important;
}

.pdf-background-darkgreen {
    background-color: #c5e0b3 !important;
}

.pdf-padding-top {
    padding-top: 15px;
}

.pdf-centre {
    text-align: center;
}

.pdf-padding {
    padding: 10px;
}

.general-input {
    margin-bottom: 5px;
}

.general-label {
    font-weight: bold;
}

table.pdf-table-bordered > tbody > tr > td {
    border: 1px solid black;
    border-top: 1px solid black;
    page-break-inside: avoid;
}

table.pdf-table-thinrows > tbody > tr > td {
    padding-top: 0;
    padding-bottom: 0;
}

/* 
        End of PDF Styling
    */


.header-margin-left {
    margin-left: 20px !important;
}

.navbar-brand, .header-item {
    color: #111111 !important;
    -webkit-tap-highlight-color: red !important;
}

    .header-item:focus,
    .navbar-brand:hover, .header-item:hover {
        color: #777777 !important;
    }

.navbar-inverse {
    background-color: white !important;
    border-color: #dddddd;
}

.navbar-brand:active {
    color: yellow;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/* input,
    select,
    textarea {
        max-width: 560px;
    } */

.form-label {
    height: 34px;
}


.btn-action {
    margin-top: 10px;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinw {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinm {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

.bottom-margin {
    margin-bottom: 10px;
}

.form-label {
    text-align: right;
}

.form-horizontal .form-label .text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

a {
    cursor: pointer;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.dropdown-group {
    border-top: 1px black solid;
}

#sortable1, #sortable2 {
    border: 1px solid #eee;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

#sortable1 {
    width: 100%;
}

#sortable2 {
    width: 100%;
}

    #sortable1 li, #sortable2 li {
        margin: 0 5px 5px 5px;
        padding: 2px;
        font-size: 0.8em;
        width: 147px;
        float: left;
    }


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;

    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.float-start {
        float: none;
    }

        .dropdown-submenu.float-start > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

#financialStrengthRating th:nth-child(odd),
#financialStrengthRating thead th:nth-child(1)
#financialStrengthRating thead th:nth-child(2),
#financialStrengthRating tbody td:nth-child(5),
#financialStrengthRating thead th:nth-child(5),
#financialStrengthRating tbody td:nth-child(6),
#financialStrengthRating thead th:nth-child(6) {
    background-color: #e2efd9;
}

#financialStrengthRating tbody tr:not(:last-child) td:nth-child(1),
#financialStrengthRating tbody td:nth-child(5) {
    background-color: #e2efd9;
    text-align: center;
}

#financialStrengthRating tbody td:nth-child(3),
#financialStrengthRating tbody td:nth-child(7),
#financialStrengthRating tbody td:nth-child(8),
#financialStrengthRating tr:last-child td {
    text-align: center;
}

#financialStrengthRating tbody tr:not(:last-child) td:nth-child(2) {
    background-color: #e2efd9;
    padding-left: 5px;
}

#financialStrengthRating tbody td:nth-child(4),
#financialStrengthRating tbody td:nth-child(6),
#financialStrengthRating tbody td:nth-child(9) {
    padding-left: 5px;
}


#financialStrengthRating {
    width: 100%;
    margin-bottom: 20px;
}

    #financialStrengthRating th {
        text-align: center;
        border: 1px solid black;
        padding-top: 0;
        padding-bottom: 0;
    }

    #financialStrengthRating td {
        border: 1px solid black;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
    }

#dialogEditInvoiceNumber {
    height: 50%;
}

#financialStrengthRatingForMotorVehicle {
    width: 100%;
    margin-bottom: 20px;
}

    #financialStrengthRatingForMotorVehicle td {
        padding-top: 0;
        padding-bottom: 0;
    }

        #financialStrengthRatingForMotorVehicle td[colspan] {
            padding-left: 15px !important;
        }

.btn-secondary-overridden {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

    .btn-secondary-overridden:active,
    .btn-secondary-overridden.active {
        background-color: #e6e6e6;
        border-color: #e0e0e0;
    }

    .btn-secondary-overridden:hover {
        color: #333 !important;
        background-color: #e6e6e6 !important;
        border-color: #adadad !important;
    }

.claim-list-scrollbar {
    height: 345px;
    overflow-y: auto
}

.link-claim-list-scrollbar {
    height: 235px;
    overflow-y: auto
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%; /* your custom value */
        margin-top: -8px;
        height: 25%;
    }
}

/*.nav-link{
    color: #9d9d9d;
  
}*/

#mainNavbar > .navbar-nav > .nav-item > .nav-link:hover {
    color: white;
    text-decoration: none;
}

.login-partial-wrapper > .navbar-nav > .nav-item > .nav-link:hover {
    color: white;
    text-decoration: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:active {
    color: white;
    text-decoration: none;
}

.navbar.navbar-expand-lg.nopdf {
    /* Your styles here */
    background-color: white !important;
    border-color: #dddddd;
}

.navbar {
    margin-bottom: 20px;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

hr {
    background-color: #dddddd !important;
    
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
}

/*navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}*/

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

/*ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}*/
li {
    padding: 10px 15px;
}

/*header-item:hover{
  
}*/

/*.header-item{*/

/*background-color: #55a252 !important;*/
/* width: 1000px;*/
/*}*/

/*.dropdown-menu.db-report > a:hover {
    background-color: #428bca;
color: #fff;*/ /* optional: makes text white on blue */
/*}*/

.dropdown:hover, .db-reports:hover {
    background-color: #55a252 !important;
    /* color: #fff !important;*/
    cursor: pointer;
}

/*.nav-item:hover {
    background-color: #4CAF50 !important;
}*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    text-decoration: none;
}


.navbar-nav {
    height: 50px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .dropdown-menu {
        position: absolute;
        width: max-content;
       
    }
}

.dropdown > .dropdown-menu > .dropdown-submenu > .dropdown-menu > li > a, .dropdown > .dropdown-menu > li > a {
    color: #111111 !important;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
        float: left;
    }
}

.dropdown-menu > li:hover, dropdown-menu > li:focus, .dropdown-menu > li:hover > a, dropdown-menu > li:focus > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #428bca;
}

.dropdown-menu > li {
    height: 30px;
    padding-top: 5px;
}

.dropdown-menu > li:hover >  ul:hover > li:hover > a {
    color:white !important;
}

.form-label {
    font-weight: bold;
}



/* Tempus Dominus Light Mode */
/*.tempus-dominus-widget,
.tempus-dominus-widget .calendar,
.tempus-dominus-widget .date-container,
.tempus-dominus-widget .time-container {
    background: #fff !important;
    color: #212529 !important;
}*/

/*.tempus-dominus-widget .calendar .days .day,
    .tempus-dominus-widget .calendar .months .month,
    .tempus-dominus-widget .calendar .years .year,
    .tempus-dominus-widget .calendar .decades .decade {
        background: #fff !important;
        color: #212529 !important;
    }*/

/* Selected and active day: Bootstrap primary */
/*.tempus-dominus-widget .calendar .days .day.selected,
        .tempus-dominus-widget .calendar .days .day.active {
            background: #0d6efd !important;
            color: #fff !important;
        }*/

/* Past/disabled dates: grey text */
/*.tempus-dominus-widget .calendar .days .day.disabled,
        .tempus-dominus-widget .calendar .days .day.past,
        .tempus-dominus-widget .calendar .days .day[data-day].disabled {
            color: #b0b0b0 !important;
            background: #fff !important;
            opacity: 1 !important;
        }*/

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

a.navbar-brand,
a.navbar-brand:hover,
a.navbar-brand:focus,
a.dropdown-toggle,
a.dropdown-toggle:hover,
a.dropdown-toggle:focus,
a.header-item,
a.header-item:hover,
a.header-item:focus {
    text-decoration: none !important;
}

body {
    padding-top: 0;
    padding-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
}

.dropdown-menu a {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.form-control {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 6px 12px !important; /* Classic Bootstrap 3 padding */
    height: auto !important; /* Prevents forced height from Bootstrap 4/5 */
    box-sizing: border-box;
}

.btn,
.btn-default {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 6px 12px !important; /* Classic Bootstrap 3 padding */
    height: auto !important;
    box-sizing: border-box;
}

.nav-tabs {
    list-style: none !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

    .nav-tabs > li {
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        /*display: flex !important;*/
    }

    .nav-tabs .nav-link,
    .quote-tab {
        margin-right: 5px;
        padding-left: 8px !important;
        padding-right: 8px !important;
        border: 1px solid #ddd !important;
        border-bottom: none !important;
        background: #f4f4f4;
    }

.card,
.card-header,
.card-body {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.card-header,
.card-body {
    padding: 10px !important; /* Adjust as needed for your preferred spacing */
}

input.form-control,
select.form-control,
textarea.form-control,
.input-group-text {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 6px 12px !important;
    height: auto !important;
    box-sizing: border-box;
    line-height: 1.428571429 !important;
}

.form-label {
    text-align: left !important;
}

.hidden {
    display: none !important;
}

.nav-tabs .nav-link,
.quote-tab {
    color: #428bca !important; /* or your preferred link color */
}

    .nav-tabs .nav-link:hover,
    .quote-tab:hover,
    .nav-tabs .nav-link:focus,
    .quote-tab:focus {
        color: #2a6496 !important; /* or your preferred hover color */
    }

    .nav-tabs .nav-link.active,
    .quote-tab.active {
        color: #555 !important; /* Text color for active tab */
        background-color: #fff !important; /* Background for active tab */
        border: 1px solid #ddd !important; /* Border for active tab */
        border-bottom: none !important; /* Remove bottom border to blend with content */
        cursor: default !important;
        text-decoration: none !important;
        /* Optional: add a subtle box-shadow or bold font if you want */
        /* font-weight: bold; */
    }

/* Match Bootstrap 3's form group spacing */
.form-group {
    margin-bottom: 15px !important;
}

.mb-3, .row.mb-3 {
    margin-bottom: 15px !important;
    padding: 0 !important; /* Remove extra padding */
}

.row .mb-3 {
    padding: 0 !important; /* Remove extra padding */
}

/* Match Bootstrap 3's label spacing */
.form-label, label {
    margin-bottom: 5px !important;
}

/* For nav tabs and menu items */
.nav-tabs > li, .nav-item, li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.navbar-nav > li {
    padding: 15px 15px !important; /* Bootstrap 3 default was less vertical padding */
}

   
.login-partial-wrapper .navbar-nav > li {
    padding: 5px 10px !important;
   

}

    .login-partial-wrapper .navbar-nav > li > a {
        color: #9d9d9d;
    }
.login-partial-wrapper  {
    margin-left: auto !important;
}

.nav-item > .nav-link {
    display: block;
    width: 100%;
}

td > a:hover, td > a:focus {
    background: #f0f0f0;
    color: #2a6496;
}

td > a,
td > .action-link {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
    padding: 0; /* Remove extra padding */
    width: auto;
    height: auto;
}


.modal-header {
    min-height: 16.428571429px !important;
    padding: 15px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    display: unset;
    flex-shrink: unset;
    align-items: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

    .modal-header .btn-cancel {
        padding: 0 !important;
        margin-top: -30px;
        float: right !important;
        font-size: 21px !important;
        font-weight: bold !important;
        line-height: 1 !important;
        color: #000 !important;
        text-shadow: 0 1px 0 #fff !important;
        opacity: .2 !important;
        border: 0 !important;
    }

        .modal-header .btn-cancel:hover {
            opacity: unset !important;
        }


.table > :not(caption) > * > * {
    background-color: unset;
}

.bi-check {
    font-size: 1.5em;
}

.btn-success {
    background-color: #5cb85c !important;
    
}

    .btn-success:hover {
        background-color : #47a447 !important;
    }

.btn-display-doc {
    background-color: #E5E5E5;
    color: black;
    
}

.btn-display-doc:hover {
    /* Your styles here */
    background-color: #E5E5E5;
    color: black;
}

/*.pdf-background-darkgreen {
    background-color: #c5e0b3 !important;
}*/