.select-pesquisa > *:first-child > * {
    border-radius: 8px 0 0 8px;
}
.select-pesquisa > *:last-child .input-filter,
.select-pesquisa > *:last-child .select2-selection--single {
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
}
.select-pesquisa > *:last-child:first-child .input-filter,
.select-pesquisa > *:last-child:first-child .select2-selection--single {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.trg-select-label,
.select-pesquisa .input-filter,
.select-pesquisa .select2-selection--single {
    height: 40px;
    background: #fff;
    border-radius: 0px;
    border: 0 !important;
    -webkit-box-shadow: 0 1px 4px #87A7BC;
    box-shadow: 0 1px 4px #87A7BC;
}
/* Quando selecionado */
.select-pesquisa .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #E77570;
    text-align: left;
    line-height: 40px;
    padding-left: 15px;
}
.trg-select-label {
    color: #666777;
    line-height: 40px;
    text-align: center;
    background: #fcfcfc;
}
.select-pesquisa .input-filter {
    font-size: 14px;
    color: #666777;
    text-align: left;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.select-pesquisa .input-filter::placeholder {
    font-size: 14px;
    color: #666777 !important;
/*    font-family: FontAwesome, 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;     */
}
.trg-select-label,
.select-pesquisa .select2-container--default .select2-selection--single .select2-selection__rendered,
.select-pesquisa .select2-container--default .select2-selection--single .select2-selection__rendered span {
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select-pesquisa .select2-selection__placeholder {
    color: #666777 !important;
}
.select-pesquisa .select2-selection__clear {
    color: #E77570 !important;
    position: absolute !important;
    right: 20px;
}
.select-pesquisa .select2-selection__arrow b {
    border-color: #d8e1e7 transparent transparent transparent !important;
}
.select-pesquisa .pull-left:first-child {
    margin-left: 0;
}
.select2-dropdown {
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    box-shadow: 0 1px 4px rgba(1,0,0,0.1);
}
.select2-container--default .select2-results__option--highlighted {
    background-color: #87A7BC !important;
}
.select2-container--default .select2-results__option--highlighted .table-status .pnl_docIco {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.select2-selection__rendered .table-status .pnl_doc-status {
    margin-top: 5px;
    margin-left: -10px;
}

@media (max-width: 575px)
{
    .select-pesquisa {
        margin-bottom: 50px;
        clear: both;
    }
    .trg-select-label {
        font-weight: bold;
        color: #7d6e8c;
        background-color: #d6d8e0;
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !important;
        border-radius: 7px !important;
    }
    .select-pesquisa > div {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .select-pesquisa .input-filter,
    .select-pesquisa .select2-selection--single {
        -webkit-border-radius: 7px !important;
        -moz-border-radius: 7px !important;
        border-radius: 7px !important;
    }
    .select-pesquisa .input-filter {
        margin-bottom: -6px !important;
    }
}