.ul_toast {
    list-style: none;
    padding-left: 0;
}

.css-download-file, .icon-import {
    padding-right: 5px;
}

.text-file, .css-download-file {
    color: white;
}

.dropify-message p {
    font-size: 20px;
}

.select2-container .select2-selection--single {
    height: 47px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

.select2-selection--multiple {
    line-height: 30px;
    height: 45px;
}

.select2-search__field {
    line-height: 20px;
}

.datepicker {
    height: 49px;
}

.datetimepicker .table-sm {
    margin: 10px 15px;
}

.datetimepicker .table-sm thead tr {
    line-height: 1.8em;
    color: black;
    font-weight: bold;
}

.datetimepicker .table-sm thead tr:first-child {
    line-height: 2.1em;
}

.datetimepicker .table-sm thead tr:first-child th {
    background-color: #e9e9e9;
}

.datetimepicker .prev, .datetimepicker .switch {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.datetimepicker .next, .datetimepicker .switch {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.datetimepicker .table-sm tbody tr {
    line-height: 20px;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active:hover {
    background-color: #007fff !important;
    background-image: none;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-float-right {
    float: right;
}

.gr-btn .mdi:before, .gr-btn .mdi-set {
    font-size: 25px;
}

.gr-btn .btn-warning, .gr-btn .btn-primary {
    padding: 5px 10px;
}

.gr-btn .btn {
    text-transform: none;
}

.title-center {
    align-content: center;
}

.title-center h4 {
    margin-bottom: 0;
}

.btn-del-item {
    padding: 16px;
}

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

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

.w-45 {
    width: 55% !important;
}

.odd-row {
    background-color: #edfffa !important;
}

.even-row {
    background-color: #ffffff !important;
}

.not-update {
    color: rgba(169, 169, 169, 0.8);
}

.bgr-red {
    background-color: #ffd2d2 !important;
}
