.dataTables_wrapper, .buscador-horas-homologadas {
    margin-bottom:40px;
}
.dataTables_length, .dataTables_filter {
    margin-bottom:24px;
}
.dataTables_length label, .dataTables_length select, .dataTables_filter label, .dataTables_info, .dataTables_paginate {
    font-size: 14px;
}

.dataTable tr.dtrg-group.dtrg-start{
    text-align:left;
}
.dataTable .group-header.dtrg-level-0 {
    font-weight: bold;
    background-color: #FAEAE8;
}
.dataTable .group-header.dtrg-level-1 {
    background-color: #E8E8E8;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 500!important;
}


/* Asegura que el contenedor Select2 sea consistente en altura */
.select2-container {
    width: 100%;
    position: relative;
    display: inline-block;
}

.select2-container--default .select2-selection--multiple, .dataTables_length select, .dataTables_filter input {
    box-shadow: none;
    border-color: #ced4da!important;
    padding: 6px 10px;
    position: relative;
    min-height:40px;
}

.select2-container .select2-search--inline {
    position: absolute;
    top: 0;
    left: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    overflow: inherit!important;
    white-space: inherit!important;
    font-size: 14px;
}