/* design selectbox layout */

#ensino, 
#paises,
#cidade,
#coordenates_cpt,
#coordenates_manual{
color: #444444;
font-size: 17px;
font-weight: bold;
background-color: transparent;
border-top: none;
border-left: none;
border-right: none;
border-bottom: solid 2px #3d3d3b;
width:177px;
margin: 60px 15px 59px 15px;
background: url(/wp-content/uploads/2019/11/read_more-2.svg) no-repeat right 10px center;
}
.modulo_testimonials_filtro #ensino,
.modulo_testimonials_filtro #paises{
    width:250px;
}

.escritorios_dropdown{margin-bottom:0;}
.escritorios_dropdown .select-style .layout-selectbox{
    color:#ffffff;
    margin: 0;
    border-bottom: solid 2px #ffffff;
    font-weight: bold;
    background-color:transparent;
    width: 196px;
    font-size: 15px;
    background:url('/wp-content/uploads/2019/11/read_more-white.svg') no-repeat right 10px center;
}
.chosen-container-single .chosen-single{
    background:none!important;
}
.select-style .chosen-container {font-size:15px;}
.select-style .chosen-container-single .chosen-single span {
    text-overflow: unset;
    text-align: left;
    white-space: normal;
}
.select-style .chosen-container{
    color: #444444;
    font-weight: bold;
    background-color: transparent;
    border: none;
    border-bottom: solid 2px #3d3d3b;
    margin: 60px 15px 59px 15px;
}
.select-style .chosen-container-single .chosen-single {
    padding: 5px 15px 5px 0;
    height: 38px;
    border: none;
    border-radius: 0;
    background: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3d3d3b;
    text-decoration: none;
    white-space: nowrap;
    line-height: 23px;
    font-weight:bold;
}
.select-style .chosen-container-active.chosen-with-drop .chosen-single{
    border:none;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select-style .chosen-container .chosen-drop,
.select-style .chosen-container-active.chosen-with-drop .chosen-drop{
    border:none;
    border-top: solid 2px #3d3d3b;
    -webkit-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.12);
    border-radius:0;
    font-weight: normal;
}

.select-style .chosen-container .chosen-results li{
    padding:16.5px 23px;
    color:#3d3d3b;
}
.select-style .chosen-container .chosen-results li.highlighted{
    background-color: #fff684;
    background-image: none;
    color:#3d3d3b;
}
.select-style .chosen-container .chosen-results{
    padding:0;
    margin:0;
    z-index: 999;
    text-align: left;
}
.select-style .chosen-container-single .chosen-single div b{
    background:url('/wp-content/uploads/2019/11/read_more-2.svg') no-repeat center!important;
}
.select-style .chosen-container-active.chosen-with-drop .chosen-single div b{
    background-position:center;
}

/************** selectbox no footer escritorios **************/

.escritorios_dropdown .select-style .chosen-container{
    color:#ffffff;
    margin:0;
    border-bottom: solid 2px #ffffff;
    max-width: 196px;
}
.escritorios_dropdown .select-style .chosen-container-single .chosen-single{
    color:#ffffff;
}
.escritorios_dropdown .select-style .chosen-container-single .chosen-single div b{
    background:url('/wp-content/uploads/2019/11/read_more-white.svg') no-repeat center!important;
}
.escritorios_dropdown .select-style .chosen-container .chosen-drop{
    background: #3d3d3b;
}
.escritorios_dropdown .select-style .chosen-container .chosen-results li{
    color:#ffffff;
}
.escritorios_dropdown .select-style .chosen-container .chosen-results li.highlighted{
    color:#3d3d3b;
}
.escritorios_dropdown .select-style .chosen-container .chosen-results{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #ffffff;
}
.escritorios_dropdown .select-style .chosen-container-single .chosen-single div {
    right: 10px;
}
/* chosen-with-drop chosen-container-active */