﻿.test {
    color: #184998;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.form-select:focus {
    outline: none !important;
}

.datepicker.dropdown-menu,
.dropdown-menu.show {
    z-index: 9999 !important;
}

.badge-lg {
    font-weight: normal !important;
    font-size: 90% !important;
}

.bg-critical {
    background-color: #c62943 !important;
}

.page-title-box h4 {
    font-size: 15px !important;
}

.card-title {
    font-size: 13px !important;
}

.modal-title {
    font-size: 0.925rem !important;
}

.offcanvas-header h5 {
    margin: 0 !important;
}

.form-label-sm,
.select2,
.select2-container {
    font-size: 0.7125rem;
}

.select2-container,
.select2-selection--single {
    height: 28px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
    padding-left: 8px !important;
}

.select2-selection__arrow {
    height: 25px !important;
}

em:after {
    content: '*';
    color: #ec536c;
    font-size: .7125rem !important;
    font-weight: normal;
    font-style: normal;
}

.form-label-sm.required:after,
.col-form-label-sm.required:after {
    content: ' *';
    color: #ec536c;
}