input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.select2-selection {
    height: 38px !important;
}

.select2-selection__rendered {
    height: 24px !important;
    font-size: 1rem !important;
}

.select2-container--open {
    z-index: 9999999
}

.hover-grey:hover {
    color: #fff !important;
    background-color: #0d6efd !important;
}

.form-control:disabled {
    cursor: not-allowed;
    color: #555555 !important;
    background-color: #eeeeee !important;
    border-color: #ccc !important;
}

#select2-reserve_search_sitting-container {
    text-align: center;
}

*:focus {
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.justify {
    text-align: justify;
}

@media print {
    .print-hide {
        display: none;
    }
}

.pointer {
    cursor: pointer;
}