.navbar-nav > a {
    font-size: 1.2em;
    transition: 0.5s;
}

.navbar-nav > a:hover {
    color: #FBBE09 !important;
}

.navbar-nav > .active {
    color: #FBBE09 !important;
}

#nav_menu {
    background-color: white !important;
}

textarea {
    height: 50px;
    min-height: 40px;
    max-height: 100px;
}


#navbardetail {
    padding-left: 200px;
    padding-top: 0;
    font-size: 0.85em;
}

.btn-primary:disabled {
    background-color: #64778c;
    border-color: #64778c;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row > div[class*='col-'] {
~ display: flex;
}

h4, h5 {
    font-family: 'PT Sans', sans-serif;
    font-size: 1.7em;
    padding: 1em;
    margin-bottom: 0;
}

h5 {
    font-size: 1.3em;
}

.card-body {
    padding-top: 0;
}

.col {
~ padding-top: 20 px;
}

.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-right: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 0.9em;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 0.9em;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 0.9em;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 0.9em;
}

#copy_reg_addr, #find_third_party {
    margin-top: 10px;
}


#coverages_tbl > tbody > tr.not_show {
    display: none;
}

#coverages_tbl > tbody > tr:nth-child(odd) {
    background-color: #f6fbff;
}

#coverages_tbl {
    font-size: 0.75em;
}

.hide_on_load {
    display: none;
}

#page_loader {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100;
    height: 100%;
    overflow: hidden;
    padding-top: 20%;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #fbbe07;
    background: -moz-linear-gradient(left, #fbbe07 10%, rgba(251, 190, 7, 0) 42%);
    background: -webkit-linear-gradient(left, #fbbe07 10%, rgba(251, 190, 7, 0) 42%);
    background: -o-linear-gradient(left, #fbbe07 10%, rgba(251, 190, 7, 0) 42%);
    background: -ms-linear-gradient(left, #fbbe07 10%, rgba(251, 190, 7, 0) 42%);
    background: linear-gradient(to right, #fbbe07 10%, rgba(251, 190, 7, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #fbbe07;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

.loader:after {
    background: white;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#coverages_tbl input {
    width: 100px;
    background: transparent;
    border: none;
}

i:hover {
    cursor: pointer;
}


.objects_metadata input[type='checkbox'] {
    transform: scale(1.5);
}

.checkbox_grid li {
    display: block;
    float: left;
    width: 25%;
}

.checkbox_grid li > label {
    font-size: 0.75em;
}

.content-header .col {
    padding-top: 0.2rem;
}

.content-header p {
    margin-bottom: 0;
    font-size: 0.8em;
}

.header_nav {
    margin: 0;
    padding-inline-start: 20px;
}

.header-info {
    height: 44px;
    background: #FBBE09;
}

.header-info-test {
    height: 44px;
    background: #09fba1;
}


.header-top {
    background: #FBBE09;
    padding: 8px 0px;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin: auto;
}

.header-top-test {
    background: #6aff97;
    padding: 8px 0px;
    color: #fff;
    font-size: 13px;
    position: relative;
    margin: auto;
}

.product_category, .menu_item {
    display: inline;
    margin-right: 25px;
}

.user_holder {
    display: inline-block;
    max-width: 35em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.product_category, .product_category a, .product_category button, .menu_item a {
    font-family: 'Roboto', sans-serif;
    color: black;
    transition: 0.5s;
    text-decoration: none;
}
.product_category button{
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.product_category button:hover,.product_category a:hover {
    cursor: pointer;
    color: #FFFFFF;
}

.product_category a.dropdown-item:hover {
    cursor: pointer;
    color: #FBBE09;
}

.menu_item a:hover {
    cursor: pointer;
    color: #FBBE09;
}


.header_menu_nav {
    padding: 8px 0px;
    color: #fff;
    font-size: 16px;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #cccccc;
}

.menu_item.float-right {
    padding-top: 12px;
}

#prem_btn {
    background-color: #28a745;
    margin-top: 20px;
    width: 210px;
}

#print_statement_btn,
#print_policy_btn,
#save_btn,
#done_btn {
    width: 210px
}

#prem_btn .btn-info {
    border-color: #28a745;
}

label[for='credit_sum']:after,
label[for='credit_count_periods']:after,
label[for='month_sum']:after {
    content: "*";
    color: #28a745;
}

.invalid-feedback {
    margin-top: 0;
}

.output_sums {
    font-weight: bold;
    font-style: italic;
}

.output_sums td:not(:first-child),
#coverages_tbl > thead th:not(:first-child) {
    text-align: right;
}

input:read-only {
    text-align: left;
}

label {
    margin-bottom: 0 !important;
}

.object_MP label {
    font-size: 0.8em;
}

.object_MP .add_files label {
    font-size: initial;
    text-align: center;
}

.card-title {
    padding-bottom: 0;
}

.preview_button[disabled] > i {
    cursor: default;
}

.add_files .preview {
    display: none;
    z-index: 100;
    position: absolute;
    white-space: nowrap;
}

.add_files .preview.visible {
    display: initial;
    right: 0;
}

.add_files .row {
    margin: auto;
}

.add_files .card-body {
    padding: 0.25rem;
}

.form-group {
    margin-bottom: 0.3rem;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.content-body {
    position: relative;
}

.car_txt, .add_equip {
    display: none;
}


.dropdown-menu {
    right: 0;
    left: auto;
}


.dropdown-submenu > .dropdown-menu {
    left: -100% !important;
    right: 100%;
}

.container.content-header {
    max-width: initial;
}
