.footer {
    height: 60px;
}


.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
}

.table th {
    border-top: none;
}

.btn.dropdown-toggle {
    border: 1px solid #ced4da;
}

/* datepicker */

.datepicker td, .datepicker th {
    width: 35px !important;
}

.datepicker.dropdown-menu {
    font-size: 16px !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    border-color: #80bdff;
    outline: 0 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.select2-container--default .select2-selection {
    padding: 0;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.dataTables_filter {
    display: none;
}

table.table tr {
    cursor: pointer;
}
