/* CSS para el desarrollador */

/* Fix for Filter Select (Habitaciones) to match sidebar aesthetics */
.search-filters select,
.search-filters .selectpicker,
.search-filters .bootstrap-select .dropdown-toggle,
.search-filters .bootstrap-select .dropdown-menu li a {
    font-size: 12px !important;
    font-weight: normal !important;
}

.search-filters .bootstrap-select .dropdown-toggle {
    padding: 6px 12px !important;
    height: auto !important;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.search-filters .text-muted {
    color: #333 !important;
    /* Ensure placeholder/selected text isn't too faint */
}