/* Add here all your CSS customizations */

.datepicker {
    z-index: 99999999999 !important;
}

*:focus {
    outline: none !important;
}

.btn-primary:active,
.btn-primary:focus {
    color: #ffffff !important;
    background-color: #2075c1 !important;
    border-color: #2075c1 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2075c1 !important;
    border-color: #2075c1 !important;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #2075c1 !important;
    border-color: #2075c1 !important;
    box-shadow: #2075c1 !important;
}

.bold {
    font-weight: bold;
}

.vertical-middle {
    vertical-align: middle !important;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

/* ul.nav-main li .nav-children {
    background: white !important;
}

ul.nav-main > li.nav-active > a {
    box-shadow: 2px 0 0 white inset;
}

ul.nav-main > li.nav-active.nav-expanded > a {
    background: white !important;
    color: white;
} */

ul.nav-main li .nav-children li.nav-active.nav-expanded > a,
li.nav-active.nav-expanded > a {
    color: white;
}

/* li.nav-active.nav-expanded, li::not(.nav-parent.nav-active.nav-expanded) > a {
    color: white;
}

ul.nav-main li .nav-children li.nav-active.nav-expanded > a {
    color: white;
} */

.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.block {
    display: block;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
}

.datepicker table thead tr th.dow:hover {
    color: inherit;
    cursor: default;
}

.italic {
    font-style: italic !important;
}

.text-nui {
    color: #103f60 !important;
}

.btn,
.btn + .btn {
    margin: 1.5px 0 !important;
}

.select2-container--bootstrap4 .select2-selection--single,
.select2-container--default .select2-selection--single {
    height: 2.4rem !important;
    min-height: 2.4rem !important;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    overflow: hidden;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.8rem !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    width: 2rem;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
