.academia-filters{
    background-color: #fcfcfc;
    padding-top: 15px;
}
.filter-content{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    border-bottom: solid 5px #ff8600;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff8600;
    height: 30px;

}
.select2-container--default .select2-selection--single {
    border-radius: 0px;
}
.select2-dropdown{
    border-radius: 0px;
}

span.select2-selection.select2-selection--single {
    height: 30px;
}
.filter-item{
    margin-bottom: 15px;
}
.input-control{
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #aaa;
}
.filter-header{
    font-size: 16px;
    margin-bottom: 10px;
}
.control-label{
    font-size: 0.9em;
}

.reset-btn{
    background-color: #dc0b0b;
    color: #ffffff;
    border-radius: 0;
    width: 34% !important;
    padding: 5px;
    margin-right: 33%;
    margin-bottom: 2%;
    border-style: none;
}

.ok-btn{
    background-color: #5cb85c;
    color: #ffffff;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 2%;
    border-style: none;
}

.hideFilters{
    display: none;
    color: #ff8600;
    text-decoration: none;
    border-style: none;
    background-color: #fcfcfc;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}
.hideForm{
    display: block;
}
@media (max-width: 992px) {
    .hideFilters {
        display: block;
    }
}
