.bg-dark-blue {
    background-color: #0a3c61;
    background: #0a3c61;
}

.text-bluez {
    color: #0a3c61 !important;
}

.text-8 {
    font-size: 8px !important;
}

.text-9 {
    font-size: 9px !important;
}

.text-10 {
    font-size: 10px !important;
}

.text-11 {
    font-size: 11px !important;
}

.text-12 {
    font-size: 12px !important;
}

.text-13 {
    font-size: 13px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-15 {
    font-size: 17px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-22 {
    font-size: 22px !important;
}

.text-25 {
    font-size: 25px !important;
}

.icon-27,
.text-27 {
    font-size: 27px !important;
}

.icon-30,
.text-30 {
    font-size: 30px !important;
}

.icon-32,
.text-32 {
    font-size: 32px !important;
}

.bg-blue {
    background-color: #0a3c61;
}

.text-gray {
    color: rgb(114, 114, 114) !important;
}

.text-li {
    color: rgb(114, 114, 114) !important;
}

.text-fav {
    color: gold !important;
}

.modal-full {
    min-width: 20%;
    margin-left: 80;
}

.modal-full .modal-content {
    min-height: 97vh;
}

.select2-selection__rendered {
    font-size: 14px;
}

thead,
th {
    text-transform: uppercase;
    font-size: 11px;
}

td {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

form label {
    font-size: 10px;
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 5px;
}

.hidden {
    display: none;
}

.w-33 {
    width: 33% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.btn-float-add {
    position: absolute;
    bottom: 70px;
    right: 1.25rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    z-index: 999;
    opacity: 2 !important;
}

.opacity-75 {
    opacity: .7 !important;
}

.text-silver {
    color: silver !important;
}