html {
    background-color: #036!important;
}

.it-header-slim-right-zone .btn {
    --bs-btn-active-color: white!important;
}

.callout {
    max-width: 100%!important;
}

footer .Footer-block  a {
    color: white!important;
}

input.fac {
    position: relative !important;
    opacity: 90 !important;
    left: -5px !important;
    top: 0px !important;
    margin-left: 0 !important;
    margin-top: 5px !important;
    min-height: 0.5rem !important;
}

.btn-primary {
  color: #fff;
}

.btn-primary:hover {
  color: #fe7;
}

div.input-group.mb-4.float-right {
  display: block !important;
}

.form-check.fixML {
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y);
}

.netteFormsModal { 
    border: none!important; 
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1)!important; 
} 
.netteFormsModal button { 
    --bs-btn-color: #06c;
    --bs-btn-hover-color: #004d99;
    --bs-btn-active-color: #003366;
    white-space: initial;
    text-decoration: none;
    box-shadow: none;
    color: #fff!important;
    border-radius: 6px!important;
    padding: 6px 24px!important;
    font-size: 1rem!important;
    line-height: 1.5rem!important;
    background-color: #06c!important;
    border-color: #06c!important;			
}

.textareaDisabled {
    background-color: #d8d9da!important;
    opacity: 1!important;
}
form .row small {
    font-style: italic !important;
}
.logo-img {
    max-height: 2rem!important;
}
.dropdown.ml-1 {
    margin-left: 1rem!important;
}
.fixed-table-body #table tr td .link a {
    display: block;
}

.dropdown-item.active, .dropdown-item:active {
    color: #000!important;
}

textarea.form-control {
    background-size: 32px 32px !important;
}


@media (min-width: 992px){
    .it-header-navbar-wrapper {
        background-color: #0066CC!important;
        /* background-color: #036!important; */
    }
}

@media (max-width: 991px){
    .fix-sticky {
        top: 60px!important;
    }
}


