html {
    font-size: 14px;
}

@media (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
}

.container {
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1800px;
}

nav {
    background-color: #3b8dbd;
}

.nav-title {
    font-weight: bold;
}

.btn-apocomi {
    color: #fff;
    background-color: #3b8dbd;
    border-color: #3b8dbd;
}

.btn-apocomi:hover {
    color: #fff;
    background-color: #33779f;
    border-color: #33779f;
}

.btn-check:focus + .btn-apocomi, .btn-apocomi:focus {
    color: #fff;
    background-color: #33779f;
    border-color: #33779f;
    box-shadow: 0 0 0 0.25rem #00a1ff59;
}

.btn-check:checked + .btn-apocomi, .btn-check:active + .btn-apocomi, .btn-apocomi:active, .btn-apocomi.active, .show > .btn-apocomi.dropdown-toggle {
    color: #fff;
    background-color: #33779f;
    border-color: #33779f;
}

.btn-check:checked + .btn-apocomi:focus, .btn-check:active + .btn-apocomi:focus, .btn-apocomi:active:focus, .btn-apocomi.active:focus, .show > .btn-apocomi.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem #00a1ff59;
}

.btn-apocomi:disabled, .btn-apocomi.disabled {
    color: #fff;
    background-color: #3189b3;
    border-color: #3189b3;
}

.nav-button {
    border-color: aliceblue;
    width: 150px;
}

.nav-button:hover {
    background-color: #1060b5;
}

.bg-cyan {
    background-color: #3b8dbd;
    border-color: #3b8dbd;
}

.bg-cyan * {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
    border-left-color: #ddeeff;
    background-color: #faf6d0;
}

input[type="text"], input[type="date"], input[type="number"], input[type="email"] {
    background-color: aliceblue !important;
}

input[type="number"] {
    text-align: right !important;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

select {
    background-color: aliceblue !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #ffffcc;
}

.btn-outline-success:hover {
    background-color: green !important;
}

.btn-outline-success {
    background-color: #d0f0ca;
}

.btn-outline-primary:hover :active {
    background-color: #335599;
}

.btn-outline-primary {
    background-color: #e0f0ff;
}

.btn-outline-danger:hover :active {
    background-color: #ff5555;
}

.btn-outline-danger {
    background-color: #ffe0f0;
}

.dropdown-menu li a :focus :hover :active {
    color: #333333 !important;
    background-color: #e0e0e0 !important;
}

.dropdown-menu li a {
    color: white;
}

.text-label {
    background-color: white !important;
}

.btn-estimate-pdf-dl {
    background-color: #dfdede;
}

.btn-estimate-pdf-dl i{
    color: red!important;
}

.btn-estimate-pdf-dl:hover i{
    color: white!important;
}

.clickable-row:hover {
    cursor: pointer;
}

.disabled-input {
    background-color: #e9ecef;
    color: #6c757d;
}