#cat.form-group, #blocoSubCat.form-group, #freg.form-group{
    margin-bottom: 10px;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #e1e5ec;
    color: #000;
    font-size: 13px !important;
    padding: 5px 12px !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #dddddd !important;
    color: #000 !important;
    font-size: 14px !important;
    font-family: 'Raleway',sans-serif !important;
    padding: 6px 12px !important;
    height: 30px !important;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    color: #000;
    font-size: 13px !important;
    padding: 5px 12px !important;
}

.select2-results__option {
    font-size: 13px !important;
    padding: 6px 12px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-top: -4px !important;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap .select2-selection--single{
    color: #000;
    background-color: #ffffff;
    border: 2px solid #cccccc !important;
}

.select2-container--bootstrap .select2-selection--single, .select2-container--bootstrap .select2-search--dropdown .select2-search__field, .select2-container--bootstrap .select2-selection, .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection{
    padding: 12px !important;
    height: 45px !important;
    width: 100% !important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #cccccc !important;
    border-width: 2px !important;
}

.listaEmpresas .w30 .input-group {
    display: block !important;
    height: 45px !important;
}

.clearFilter{
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #000;
    font-size: 12px;
    cursor: pointer;
}