.w_50{
    width:50px;
}
.w_100{
    width:100px;
}
.w_300{
    width:300px !important;
}
th.sorted.ascending:after {
	content: "  \2191";
}

th.sorted.descending:after {
	content: " \2193";
}
.table_scroller{
    overflow-x:scroll;
}
.min_w_800{
    min-width: 800px;
}
.is_current_user{
    color:#f00;
    font-weight:bold;
}

/* Estilos para el selector de usuarios con búsqueda */
.user-search-container {
    margin-bottom: 15px;
}

/* Estilo para mostrar el nombre del usuario seleccionado */
.selected-user-name {
    font-size: 20pt;
    text-align: center;
    margin: 15px 0 25px;
    font-weight: 500;
    color: #333;
}

.user-search-container .select2-container {
    width: 100% !important;
}

.user-search-container .select2-selection {
    height: 38px;
    border-radius: 4px;
    border: 1px solid #ced4da;
}

.user-search-container .select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 12px !important;
}

.user-search-container .select2-selection__arrow {
    height: 36px !important;
}

.user-search-container .select2-selection__clear {
    margin-right: 10px;
    font-size: 18px;
    color: #6c757d;
}

.user-search-container .select2-search__field {
    padding: 8px 12px !important;
}

.user-search-container .select2-results__option {
    padding: 8px 12px;
}

.user-search-container .select2-results__option--highlighted {
    background-color: #007bff !important;
}