.glyphicon {
    font-family: "Font Awesome 5 Free";
}
.glyphicon-eye-open:before {
    content: "\f06e";
    color: var(--success);
}
.glyphicon-pencil:before {
    content: "\f044";
    color: var(--primary);
}
.glyphicon-trash:before {
    content: "\f2ed";
    color: var(--danger);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 12px;
}


.custom-delete-icon *, .custom-update-icon * {
    pointer-events : none;
}

.datatable-basic tbody tr.group, .dataTable tbody tr.group {
    font-weight: 500;
    background-color: #e8eaf6;
}

th.action-column.sorting, th.sorting_asc {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
}

input[type="checkbox"], input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem;
}

.nav-tabs-solid .nav-link.active, .nav-tabs-solid .nav-item.show .nav-link.active {
    color: #fff;
    background-color: #0c60a1;
}

i.loader {
    color: #0c60a1;
    font-size: 40px;
}

.was-validated select.form-control:valid, select.form-control.is-valid {
    background-image: none;
}

.dn {display: none; !important;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.form-group label {
    font-weight: bold;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: #FFEBEE !important;
    color: #777777 !important;
    cursor: default !important;
}

div.required label:after {
    content:" * ";
    color:red;
}
.dropdown-item.form-check .form-check-label:after {
    content:none!important;
    color: transparent;
}

.card-body.with-scroll {
    overflow-y: auto;
    max-height: 75vh!important;
}

.form-control {
    border-radius: 5px!important;
    padding: .5rem;
    border: 1px solid #ddd!important;
}

.form-control:disabled, .form-control[readonly] {
    border: 1px dashed #ddd!important;
}

/*save btn*/
.btn.btn-outline-save {
    color: #4CAF50;
    background-color: #fff;
    border-color: #4CAF50;
}
.btn.btn-outline-save:hover {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
}