﻿.btn-so-ida-alterar-pesquisa {
    font-weight: 800;
    cursor: pointer;
    text-align: left;
    padding-left: 0px;
    margin-left: -7px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
    height: 34px !important;
    border: none !important;
    background-color: #f5f5f5 !important;
}

.select2-container--default .select2-selection__arrow {
    background: #fdb714;
    height: 33px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
    color: #6d6d6d !important;
}

.select2-container--open .select2-dropdown--below {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: solid 1px #e1e1e1 !important;
}

.select2-dropdown {
    background-color: whitesmoke !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e5e5;
    height: 37px;
    border-radius: 0px;
}

.btn-so-ida {
    font-weight: 800;
    color: #fdb714;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 5px;
}

@media only screen and (min-width: 992px) {
    .btn-so-ida {
        margin-bottom: -15px;
    }
}

@media only screen and (max-width: 992px) {
    .btn-so-ida {
        margin-bottom: -10px;
    }
}
