/*
Theme Name:     Divi Child
Description:    Divi child theme
Author:         Alta Vista
Template:       Divi
Author URL:     
Version		1.0.0


(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*Winit form */
.ws-join-group:hover{
    cursor: pointer;
}

.bootstrap-select.bs-container .dropdown-menu{
    width: 100%;
}
.bootstrap-select .dropdown-item.active, .dropdown-item:active{
    background-color: #a43f9d;
}
/*MAPA*/
.esri-view-surface {
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000000 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 600;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ffb165;
    border-radius: 4px;
}
@media (min-width: 768px){
.geo-form {
    grid-column-gap: 10px;
    margin-bottom: 10px;
	}
}
@media only screen and (max-width: 768px) {
.geo-form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    grid-row-gap: 10px;
    margin-bottom:10px;
}
.select2-container {
    width: 100%!important;
}

.btn-arcgis-map {
    width: 100%;
}
    .btn-arcgis-map::after{
    content: "\55";
    line-height: inherit;
    font-size: inherit!important;
    display: inline-block;
    font-family: ETmodules!important;
    font-weight: 900!important;
    color:#ffffff;
    margin-left: 5px;
}
}
