﻿html {
    height: 100%;
    font-size: 90%;
}

.dgic-primary-bg {
    background-color: #003C71;
}

.dgic-secondary-bg {
    background-color: #A6192E;
}

.dgic-tertiary-bg {
    background-color: #75787B;
}

a:not(.btn) {
    text-decoration: underline;
}

.table {
    margin-bottom: 0;
    font-size: 1.1em;
}

.table thead {
    background-color: rgba(10,50,103,.75);
    color: #FFFFFF;
}

.table thead th {
    border-bottom: none;
    font-weight: 600;
}

.sorting_asc, .sorting_desc {
    color: #fec326;
}

.table td, .table th {
    padding: 0.5rem;
}

.table-results-top {
    margin-bottom: 5px;
}

.modal-body .datepicker-days > .table td, .modal-body .datepicker-days > .table th {
    border: inset !important;
    background-color: #FFFFFF !important;
}

.modal-body .datepicker-days > .table thead {
    border: inset !important;
    background-color: #FFFFFF !important;
}

.modal-body .datepicker-days > table thead tr th.prev,
.modal-body .datepicker-days > table thead tr th.next,
.modal-body .datepicker-months > table thead tr th.prev,
.modal-body .datepicker-months > table thead tr th.next,
.modal-body .datepicker-months > table td,
.modal-body .datepicker-years > table thead tr th.prev,
.modal-body .datepicker-years > table thead tr th.next,
.modal-body .datepicker-decades > table thead tr th.prev,
.modal-body .datepicker-decades > table thead td,
.modal-body .datepicker-decades > table thead tr th.next {
    border: inset !important;
    background-color: #FFFFFF !important;
}

.modal-body .datepicker-days > table thead tr th.picker-switch,
.modal-body .datepicker-months > table thead tr th.picker-switch,
.modal-body .datepicker-years > table thead tr th.picker-switch,
.modal-body .datepicker-years > table td,
.modal-body .datepicker-decades > table td,
.modal-body .datepicker-decades > table thead tr th.picker-switch {
    border: inset !important;
    background-color: #FFFFFF !important;
}

.modal-body .bootstrap-datetimepicker-widget table td.active,
.modal-body .bootstrap-datetimepicker-widget table td.active:hover,
.modal-body .bootstrap-datetimepicker-widget table td span.active {
    border: inset !important;
    background-color: #003C71 !important;
    color: #FFFFFF;
}

.modal-body .bootstrap-datetimepicker-widget table td.today:before {
    border: inset !important;
    background-color: #FFFFFF !important;
}

.datepicker-days > .table td, .datepicker-days > .table th {
    border: none;
}

.datepicker-days > .table thead {
    background-color: #FFFFFF;
    color: #212529;
}

.datepicker-days > table thead tr th.prev,
.datepicker-days > table thead tr th.next,
.datepicker-months > table thead tr th.prev,
.datepicker-months > table thead tr th.next,
.datepicker-years > table thead tr th.prev,
.datepicker-years > table thead tr th.next,
.datepicker-decades > table thead tr th.prev,
.datepicker-decades > table thead tr th.next {
    color: #003C71;
}

.datepicker-days > table thead tr th.picker-switch,
.datepicker-months > table thead tr th.picker-switch,
.datepicker-years > table thead tr th.picker-switch,
.datepicker-decades > table thead tr th.picker-switch {
    color: #A6192E;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #003C71;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #003C71;
}

.input-group.date {
    width: 200px;
}

.input-group-append .input-group-text {
    background-color: #FFFFFF;
    border-color: #003C71;
    color: #003C71;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.input-group-append .input-group-text:hover {
    background-color: #003C71;
    color: #FFF;
}

.dgic-autocomplete-grid ~ .input-group-append .input-group-text {
    padding: 0.4rem 0.5rem;
}

.autocompletegrid-dropdown-menu {
    max-height: 400px;
    padding: 10px;
    overflow: auto;
}

.autocompletegrid-dropdown-menu table thead tr th {
    padding: 3px 7px;
}

.autocompletegrid-dropdown-menu table tbody tr td {
    padding: 3px 7px;
    cursor: pointer;
}

.autocompletegrid-dropdown-displayall {
    cursor: pointer;
    display: none;
}

.selected:not(.dropdown-item) {
    background: #fec326 !important;
}

.dropdown-item.selected {
    background: #003C71 !important;
}

.select-info {
    margin-left: 10px;
    font-weight: bold;
}

.grid-action-button {
    width: 16px;
    height: 16px;
    padding: 0;
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
}

.grid-action-button:not(:first-of-type) {
    margin-left: 5px;
}

input[disabled] {
    cursor: not-allowed;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

input[type="number"]::-webkit-inner-spin-button:hover,
input[type="number"]::-webkit-inner-spin-button:active {
    opacity: .8;
}

.dropdown-toggle {
    min-width: 189px;
}

.custom-switch .custom-control-label::before {
    width: 3rem !important;
    height: 1.5rem !important;
    border-radius: 5px;
}

.custom-switch .custom-control-label::after {
    height: calc(1.5rem - 4px);
    border-radius: 3px;
}

.custom-switch > input[type="checkbox"].custom-control-input:checked ~ .custom-control-label::after {
    left: calc(-1rem + 2px);
}

.custom-switch > input[type="checkbox"].custom-control-input:checked ~ .custom-control-label::before {
    content: "Yes";
    padding-left: 8px;
    font-weight: 600;
}

.custom-switch > input[type="checkbox"].custom-control-input:not(:checked) ~ .custom-control-label::before {
    content: "No";
    padding-left: 19px;
    color: #003C71;
    font-weight: 600;
}

.custom-switch > input[type="checkbox"].custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #75787B;
    border-color: #75787B !important;
}

.custom-switch > input[type="checkbox"].custom-control-input:disabled:not(:checked) ~ .custom-control-label::before {
    color: #FFF;
}

.custom-switch > input[type="checkbox"].custom-control-input:disabled ~ .custom-control-label::after {
    background-color: #FFF;
}

.ui-corner-all {
    border-radius: .2rem;
}

.ui-widget {
    font-size: .875rem;
}

.nav-link {
    padding: 0.75rem 2rem;
}

.nav.nav-tabs:not(.flex-column) .nav-item:not(:first-child) .nav-link {
    margin-left: 3px;
}

.nav-tabs {
    border: none;
}

#ClientNavigation .nav-link {
    width: 100px;
    padding: 1rem !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: .25rem;
}

#ClientNavigation .fas, #ClientNavigation .fab {
    font-size: 2.2em !important;
    margin: 0 auto;
    padding: 11px;
    border: 1px solid;
    border-radius: 5px;
    display: block;
}

#ClientNavigation .fa-fw {
    width: 2em;
}

#gbl_button_container button {
    font-size: .75rem;
    width: 85%;
}

#gbl_button_container button:not(:first-of-type) {
    margin-top: 1rem;
}

#gblLineOfBusinessInfoContainer {
    margin: 0 25px 25px 25px;
}
#gblRateContainer {
    margin: 0 25px 25px 25px;
}

#gblCurrentPremiumLabel {
    font-size: 1.1em;
    color: #75797B;
    font-weight: 500;
}
#gblTermLength {
    font-size: 1.0em;
    color: #75797B;
    font-weight: normal;
}

#gblQuickQuoteLabel {
    color: #75797B;
    font-weight: 500;
}

#gblReviewRequired {
    color: #A6192E;
}


#gblNonPPDContainer span {
    color: #75797B;
    font-weight: 500;
}

#gblPremiumInfoContainer {
    line-height: 1;
}

#gblViewProposal {
    color: rgba(38,143,255,.75);
}

.premium-indicator {
    margin-top: 3px;
    font-size: .8em;
    text-align: center;
}

#lob_navigation_wrapper {
    margin: 0 25px 0 125px;
}

#lob_navigation_wrapper > div > div.ui-xcontrols-xajaxtabcontrol {
    font-size: .9em;
}

#message-display-container {
    margin: 0 25px 25px;
    font-weight: bold;
}

.message-display-container {
    margin: 0 0 10px !important;
    font-weight: bold;
}

#sldCredit_container {
    white-space: nowrap;
}

.alert {
    margin: 0;
}

.alert:not(:first-child) {
    margin: 5px 0 0 0;
}

.alert:only-child {
    margin: 0 0 5px 0;
}

body .modal-dialog {
    max-width: 100%;
    width: auto !important;
    margin: 0;
}

.modal.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: .9em;
    padding-right: 0 !important;
}

.ui-xcontrols-xtextbox, .ui-xcontrols-xdropdownlist {
    display: inline-flex;
}

.MainRegion {
    width: 100%;
    padding: 25px !important;
    background-color: #FFFFFF;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.Field {
    display: inline-flex;
}

.FieldLabel {
    width: 175px;
    font-weight: bold;
    font-size: 1.1em;
}

.FieldSpacing {
    margin-top: 10px;
}

.FieldColumnSpacing {
    margin-left: 25px;
}

.GridActionSpacing {
    margin-top: 5px;
}

.Well {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 15px !important;
}

.Well[style*="display: block"]:not(:first-of-type) {
    margin-top: 25px;
}

.table th {
    border-top: none;
}

.dataTable thead th:first-child {
    border-top-left-radius: 5px;
}

.dataTable thead th:last-child {
    border-top-right-radius: 5px;
}

.dataTable tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}

.dataTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.ui-widget-content {
    background-color: #fff !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
}

.dgic-accordion > div {
    background-color: #F5F5F5;
    padding: 15px !important;
    border: 1px solid rgba(10, 50, 103, .75);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.dgic-accordion > .xaccordion-sectionheader.active + div {
    display: block;
}

.dgic-accordion .xaccordion-sectionheader {
    background-color: rgba(10, 50, 103, .75);
    color: #FFF;
    margin: 0;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 5px;
    cursor: pointer;
}

.dgic-accordion .xaccordion-sectionheader::before {
    width: .5em;
    text-align: center;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    margin-right: .5rem;
    display: inline-block;
}

.dgic-accordion .xaccordion-sectionheader.active::before {
    content: "\f0d7";
    color: #fec326;
}

.dgic-accordion .xaccordion-sectionheader.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dgic-accordion .xaccordion-sectionheader:not(:first-child) {
    margin-top: 5px;
}

.sw-200 {
    width: 200px !important;
}

/* BEGIN BOOTSTRAP COLOR OVERRIDES */

.dropdown-menu {
    border: 1px solid #003C71;
}

    /*PNGCIR4-18931 - for non-autocomplete ddl's, set top to 25px to display under ddl and not over it*/
.dropdown-menu:not(.autocompletegrid-dropdown-menu) {
    padding: 0;    
    top: 25px !important;
}

/* Prevent hidden/unselectable items by limiting only modal, non-autocompletegrid, dropdown-menu class max-height. */
.modal-body .dropdown-menu:not(.autocompletegrid-dropdown-menu) {
    max-height: 425px !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-toggle:focus::-ms-value {
    outline: none !important;
}

.dropdown-item {
    text-decoration: none !important;
}

.dropdown-item:hover {
    background-color: rgba(0,40,93,.75);
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item.selected {
    background-color: rgba(0,40,93,.75);
    color: #fff !important;
}

.btn.focus, .btn:focus {
    box-shadow: none !important;
}

.btn-group .btn {
    color: #003C71;
    border-color: #003C71;
}

.btn-group-error .btn{
    border-color: #A6192E !important;
}

.btn-group .btn.focus, .btn-group .btn:focus {
    box-shadow: none;
}

.btn-error {    
    border-color: #A6192E !important;
}

.btn-group .btn.active {
    background-color: #003C71;
    color: #FFF;
}

.crystal-main a,
.modal.show a {
    color: #003C71;
    font-weight: bold;
}

.crystal-main a:hover,
.modal.show a:hover {
    /*color: #0056b3;*/
    text-decoration: underline;
}

.btn-primary {
    background-color: #003C71;
    border-color: #003C71;
    color: #FFF !important;
    font-weight: normal !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #75787B;
    border-color: #75787B;
    color: #000;
}

.btn-primary:hover {
    background-color: rgba(10, 50, 103, .85) !important;
    border-color: rgba(10, 50, 103, .85);
    box-shadow: 0 0 0 .2rem rgba(10, 50, 103, .5) !important;
    text-decoration: none !important;
}

.btn-primary.focus,
.btn-primary:focus {
    background-color: rgba(10, 50, 103, .85) !important;
    border-color: rgba(10, 50, 103, .85) !important;
    box-shadow: 0 0 0 .2rem rgba(10, 50, 103, .5) !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #003C71;
    border-color: #003C71;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-secondary {
    background-color: #75787B;
    border-color: #75787B;
    color: #FFF !important;
    font-weight: normal !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #75787B;
    border-color: #75787B;
    color: #000;
}

.btn-secondary:hover {
    background-color: #424548 !important;
    border-color: #424548;
    box-shadow: 0 0 0 .2rem rgba(117, 130, 133, .5) !important;
    text-decoration: none !important;
}

.btn-secondary.focus,
.btn-secondary:focus {
    background-color: #424548 !important;
    border-color: #424548 !important;
    box-shadow: 0 0 0 .2rem rgba(117, 130, 133, .5) !important;
}

.btn-outline-primary:hover {
    background-color: #003C71;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn-success:active:focus {
    background-color: #00285D;
    border-color: #003C71;
}

.custom-control-label::before {
    border-color: #003C71 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #003C71;
    border-color: #003C71;
}

.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:not(:disabled) ~ .custom-control-label:hover::before {
    box-shadow: 0 0 0 .2rem rgba(10,50,103,.5) !important;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):checked:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #00285D;
    border-color: #00285D;
}

.custom-control-input:not(:disabled):not(:checked):active ~ .custom-control-label::before {
    color: #003C71;
    background-color: #fff;
}

.custom-switch .custom-control-label::after {
    background-color: #003C71;
}

.form-control {
    border: 1px solid #003C71;
}

.form-control-invalid {    
    border-color: #A6192E !important;
}

.form-control.focus, .form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(10,50,103,.5) !important;
    border: 1px solid #003C71;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJzb3J0IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtc29ydCBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9IiMwMDNDNzEiIGQ9Im01OC42MDYwNiwxMzUuMjQyNGwyMzgsMGMyMS40LDAgLTEwNSwwIDAsMGwtMTE5LC0xMTljLTkuNCwtOS40IC0yNC42LC05LjQgLTMzLjksMGwtMTE5LjEsMTE5Yy0xNS4xLDE1LjEgLTQuNCw0MSAxNyw0MWwyMzgsMGMyMS40LDAgMzIuMSwtMjUuOSAxNywtNDFsLTIzOCwweiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMDNDNzEiIGQ9Im00MS42MDYwNiwzMzEuOTM5MzhsMjM4LDBjMjEuNCwwIDMyLjEsMjUuOSAxNyw0MWwtMTE5LDExOWMtOS40LDkuNCAtMjQuNiw5LjQgLTMzLjksMGwtMTE5LjEsLTExOWMtMTUuMSwtMTUuMSAtNC40LC00MSAxNywtNDF6bTI1NSwwIj48L3BhdGg+PC9zdmc+) no-repeat center center;
    width: 1em;
    color: #003C71;
}

input[type="number"]:not(:enabled)::-webkit-outer-spin-button,
input[type="number"]:not(:enabled)::-webkit-inner-spin-button {
    background: #e9ecef url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJzb3J0IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtc29ydCBmYS13LTEwIiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGZpbGw9IiMwMDNDNzEiIGQ9Im01OC42MDYwNiwxMzUuMjQyNGwyMzgsMGMyMS40LDAgLTEwNSwwIDAsMGwtMTE5LC0xMTljLTkuNCwtOS40IC0yNC42LC05LjQgLTMzLjksMGwtMTE5LjEsMTE5Yy0xNS4xLDE1LjEgLTQuNCw0MSAxNyw0MWwyMzgsMGMyMS40LDAgMzIuMSwtMjUuOSAxNywtNDFsLTIzOCwweiI+PC9wYXRoPjxwYXRoIGZpbGw9IiMwMDNDNzEiIGQ9Im00MS42MDYwNiwzMzEuOTM5MzhsMjM4LDBjMjEuNCwwIDMyLjEsMjUuOSAxNyw0MWwtMTE5LDExOWMtOS40LDkuNCAtMjQuNiw5LjQgLTMzLjksMGwtMTE5LjEsLTExOWMtMTUuMSwtMTUuMSAtNC40LC00MSAxNywtNDF6bTI1NSwwIj48L3BhdGg+PC9zdmc+) no-repeat center center;
}

input[type=range] {
    background-color: transparent;
}

.dropdown-toggle::after {
    color: #003C71;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.dropdown-toggle.btn-primary::after {
    color: #FFF;
}

.btn-light {
    background-color: #fff;
    border-color: #003C71;
    color: #495057;
}

.btn-light-error {   
    border-color: #A6192E !important;
}

.btn-light:not(:disabled):not(.disabled):hover {
    background-color: #fff !important;
    border-color: #003C71;
    color: #495057;
}

.btn-light.focus:not(:disabled):not(.disabled), .btn-light:not(:disabled):not(.disabled):focus {
    background-color: #fff !important;
    box-shadow: 0 0 0 .2rem rgba(10,50,103,.5) !important;
    outline-style: none !important;
    border-color: #003C71 !important;
    color: #495057;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    border: 1px solid #003C71 !important;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    border: 1px solid #003C71 !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: #fff;
    color: #495057;
}

.btn-light.disabled,
.btn-light.disabled:hover,
.btn-light.disabled:active,
.btn-light:disabled,
.btn-light:disabled:hover,
.btn-light.active:disabled {
    background-color: #e9ecef;
    border-color: #003C71;
    opacity: 1;
}

.nav-tabs:not(.breadcrumb) .nav-item.show .nav-link,
.nav-tabs:not(.breadcrumb) .nav-link.active {
    color: #fff !important;
    background-color: #003C71;
    border-color: #003C71;
}

.nav:not(.breadcrumb) .nav-link {
    padding: 0.75rem 2rem;
    background-color: #003C71;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.nav:not(.breadcrumb).nav-tabs .nav-link:focus {
    border-color: rgba(10,50,103,.75) !important;
    box-shadow: 0 0 0 .15rem rgba(10,50,103,.5) !important;
    outline: none !important;
}

.nav:not(.breadcrumb).nav-tabs .nav-link:hover:not(.active) {
    border-color: rgba(10,50,103,.75) !important;
    box-shadow: 0 0 0 .15rem rgba(10,50,103,.5) !important;
}

.nav:not(.breadcrumb).nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: rgba(0,40,93,.25) !important;
}

#ClientNavigation.nav-tabs .nav-item.show .nav-link,
.nav:not(.breadcrumb).nav-tabs .nav-link.active {
    color: #003C71 !important;
    background-color: #fff;
    border-color: #fff;
    border-bottom: 1px solid #fff !important;
}

#ClientNavigation .nav-link:not(.active) {
    background-color: transparent;
    color: #75797B !important;
}

#ClientNavigation .nav-tabs .nav-link:focus,
#ClientNavigation .nav-tabs .nav-link.focus {
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

#ClientNavigation .nav-tabs .nav-link:focus:not(.active) {
    border-color: transparent !important;
    box-shadow: none !important;
    background-color: #003C71 !important;
    color: #fff !important;
}

#ClientNavigation .nav-tabs .nav-link:hover:not(.active) {
    border-color: transparent !important;
    box-shadow: none !important;
    background-color: #003C71 !important;
    color: #fff !important;
}

#ClientNavigation .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: rgba(0,40,93,.25) !important;
}

.alert-warning {
    background-color: rgba(254, 195, 38, 1);
    border-color: rgba(254, 195, 38, 1);
    color: #555;
}

.alert-warning .close {
    color: #555;
}

.alert-primary {
    background-color: rgba(0,40,93,.75);
    border-color: rgba(0,40,93,.75);
    color: #fff;
}

.alert-primary .close {
    color: #fff;
    opacity: .75;
}

.alert-danger {
    background-color: #A6192E;
    border-color: #A6192E;
    color: #fff;
}

.alert-danger .close {
    color: #fff;
}

.alert-success {
    background-color: rgba(47,176,74,.75);
    border-color: rgba(47,176,74,.75);
    color: #fff;
}

.alert-success .close {
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #A6192E;
    margin-bottom: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    color: #FFF !important;
    background-color: #003C71 !important;
    border: 1px solid #003C71 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #003C71 !important;
}

.ui-widget-content {
    border: 1px solid #003C71 !important;
}

.ui-menu .ui-state-focus {
    color: white;
    background:#003C71 !important;
    border: 1px solid #003C71 !important;
}

.modal-header {
    background-color: #003C71;
    color: white;
}
/* END BOOTSTRAP COLOR OVERRIDES */

/* Force button width to 100px*/
.btn-w-100 {
    width: 100px !important;
}

#xinjector + #ClientNavigation {
    display: none;
}

/** Force ddl to have required asterik on same line as other fields in LocatinoADdress*/
#xrgn_WCLocationAddress_State_Col_2 > div {
    display: inline-flex !important;
    color: red !important;
}

#ddlLocationState{
    width: 70px !important;
}
/*#xrgn_WCLocationAddress_City_Col_1 {
    display: inline-flex;
}
#xrgn_WCLocationDetails {
    display: inline-grid;
}*/
#xrgn_det_LocationDetHeader {
    display: block;
}


.custom-control-label.active::before {
    color: #fff;
    border-color: #003c71;
    background-color: #003c71;
}

.custom-control-label.active::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}

.breadcrumb{
    background-color: #fff;
    margin-bottom: 0;
}

.breadcrumb ul {
    display: flex;
}

ul.breadcrumb li {
    font-size: 1.3rem;
}

.breadcrumb li::before {
    content: "|";
}

.breadcrumb li:first-child::before {
    content: "";
}
ul.breadcrumb li a {
    display: inline-block;
    color: #003C71;
    text-decoration: none;
    cursor: pointer !important;
    border-color: transparent !important;
    font-size: medium;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
    border-color: transparent !important;
}
    
.breadcrumb.nav-tabs .nav-link.active
{
    border-color: transparent;
    text-decoration: underline;
}

#xaccLocations h3 {
    background: #003C71;
    color: white;
    font-size: large;
    padding-left: 10px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    border-radius: 5px 5px 0pc 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.xaccordion-content-wcstate {
    padding-top: 5px;
}

.cardRadioButtonLeft {
    margin-right: 33%;
    width: 33%;
}

.cardRadioButtonRight {
    width: 33%;
}

.card {
    margin: 0 3% 3% 0;
    display: inline-block;
    width: 400px;
}

.cardAccordion {
    margin: 0 3% 3% 0;
    display: inline-block; 
    width: 395px;
}

.cardContent {
    border-bottom: solid;
    border-right: solid;
    border-left: solid;
    border-width: 2px;
    border-color: gray;
    padding-top: 15px;
    border-radius: 0 0 .2rem .2rem;
}

.cardControlRegion {
    display: block;
    height: 40px;
    margin-bottom: 3%;
}

.cardControlLabelRegion {
    width: 40%;
    display: inline-block;
}

.cardInput {
    display: inline-flex;
    width: 55%;
    float: right;
}

.cardHeader .collapsed {
    transform: rotate(180deg);
}

.cardHeader {
    padding: 15px;
    margin: 0;
    background-color: rgba(10, 50, 103, .75);
    color: white;
    border-radius: .2rem .2rem 0 0;
    font-size: 0.9em;
}

.cardChevron {
    transition: .3s transform ease-in-out;
    padding-left: 15px;
    color: #fec326;
}

.cardAdd {
    float: right;
}

.cardAdd:hover {
    opacity: 0.5;
}

.cardEdit {
    float: right;
}

.cardEdit:hover {
    opacity: 0.5;
}

.cardDelete {
    float: right;
    margin-left: 1em;
}

.cardDelete:hover {
    opacity: 0.5;
}

.cardButtonDeleteRegion {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
}

.cardButtonDelete {
    font-size: 0.9em;
    text-align: left;
}

.cardButtonLabel {
    display: inline-block;
    width: 190px;
}

.cardOverlay {
    box-shadow: 0 0 0 100vmax rgba(0,0,0,0.80);
    position: relative;
    z-index: 2;
    pointer-events: all;
}

.cardLabel {
    font-size: 0.9em;
    font-weight: bolder;
}

.cardFoo {
    height: 1.5em;
}
.standAloneRegion{
    display: block;
}

.inlineRegion{
    display: inline;
}

.krakenChevron .collapsed {
    transform: rotate(180deg);
}

.krakenChevron {
    transition: .3s transform ease-in-out;
    cursor: pointer;
}

.krakenFormLine {
    display: flex;
    flex-direction: row;
}
.krakenFormLineInput {
    display: flex;
    flex-direction: column;
}

.coverageLink:link,
.coverageLink:hover,
.coverageLink:active,
.coverageLink:visited {
    color: white;
}

#xddl_SmartAlarm_ARD_rfv_ind{
    margin: 0;
    position: absolute;
    left: 13rem;
}

.toolTipDialogTheme {
    background-color: white !important;
    color: black !important;
    max-width: 200px !important;
    padding: .25rem .5rem !important;
    text-align: left !important;
    border-radius: .25rem !important;
    font-size: 14px !important;
    position: absolute !important;   
}

.toolTipDialogThemeLarge {
    background-color: white !important;
    color: black !important;
    max-width: 600px !important;
    padding: .25rem .5rem !important;
    text-align: left !important;
    border-radius: .25rem !important;
    font-size: 14px !important;
    position: absolute !important;
    width: 600px !important;
}

.grid-align-center {
    align-items: center;
    height: 37px;
}

.btn-disable-click {
    cursor:default !important;
}

.fit-content {
    width: 200px !important;
}

.gblReviewGreen {
    color: green;
}

.gblReviewRed {
    color: #A6192E;
}

/*PNAPPR-214 - Correct positioning of autocomplete for Classification Details screen*/
#xrgn_CLBOPBuildingClassificationDetails_ClassificationDescription_Value_AutoComplete > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show {
    max-height: 400px;
    padding: 10px;
    overflow: auto;
    margin-top: 18em;
}

/*PNAPPR-215 - Correct positioning of autocomplete for Vehicle Details screen*/
#xrgn_CLAutoVehiclesDetails_SecondaryClassCode_Trucks_Dropdown > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show {
    max-height: 400px;
    padding: 10px;
    overflow: auto;
    margin-top: 31em;
}

/*ABP-585 - Correct positioning of autocomplete for BOPLite Risk Details screen*/
#xrgn_CLBOPLiteBuildingClassificationDetails_ClassificationDescription_Value_AutoComplete > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show {
    max-height: 400px;
    padding: 10px;
    overflow: auto;
    margin-top: 6em;
}

/*ABP-937 - Correct positioning of autocomplete for Manual New Biz Assign Client screen.*/
#xrgn_Search_Agency > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show {
    max-height: 400px;
    padding: 10px;
    overflow: auto;
    margin-top: 2em;
}

#tblShoppingCart {
    width: 100%;
    border: 1px solid #003C71;
}

    #tblShoppingCart th, #tblShoppingCart td {
        width: 100%;
        border: 1px solid #003C71;
    }

    #tblShoppingCart th {
        background-color: #003C71;
        color: white !important;
    }

    #tblShoppingCart td {
        background-color: white;
        color: #003C71;
    }

/*AUT-508 - Correct positioning of address autocomplete for PLClientInformation screen*/
#xrgn_ClientInformation_AddressSearch_Person > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show,
#xrgn_ClientInformation_AddressSearch_Person_Physical > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show {
    max-height: 400px;
    padding: 10px;
    overflow: auto;
    margin-top: 34em;
}

#xrgn_ClientInformation_AddressSearch_Company > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show,
#xrgn_ClientInformation_AddressSearch_Company_Physical > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show {
    max-height: 400px;
    padding: 10px;
    overflow: auto;
    margin-top: 23.4em;
}

/*AUT-508 - Correct positioning of address autocomplete for CLClientInformation screen*/
#xrgn_CLClientInformation_AddressSearch_Person > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show,
#xrgn_CLClientInformation_AddressSearch_Person_Physical > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show {
    max-height: 400px;
    padding: 10px;
    overflow: auto;
    margin-top: 27em;
}

#xrgn_CLClientInformation_AddressSearch_Company > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show,
#xrgn_CLClientInformation_AddressSearch_Company_Physical > div > div.dropdown-menu.autocompletegrid-dropdown-menu.show {
    max-height: 400px;
    padding: 10px;
    overflow: auto;
    margin-top: 17em;
}

/* PNAPPR-1311 - new style for coverage read-only labels to look like disabled textboxes */
.ValueLabel {
    border-style: solid;
    border-color: darkblue;
    border-radius: 5px;
    border-width: 1px;
    background-color: gainsboro;
    padding: 6px;
}

/* WK-563 border colors for outline buttons*/
.btn-outline-donegal-blue {
    border-color: #003c71;
    color: #003c71;
}
.btn-outline-donegal-blue:hover {
    border-color: #003c71;
    background-color: #003c71;
    color: #fff;
    text-decoration: none;
}

.btn-outline-donegal-red {
    border-color: #a6192e;
    color: #a6192e;
}
.btn-outline-donegal-red:hover {
    background-color: #a6192e;
    border-color: #a6192e;
    color: #fff;
    text-decoration: none;
}