div.controles-querytextconsulta input {
    max-width: 100%;
}
div.controles-querytextconsulta div.row{
    margin-left: 0;
    margin-right: 0;
}

div.controles-querytextconsulta div.row select {
    min-width: 145px;
    width: 100%;
}
div.controles-querytextconsulta div.row input {
    font-size: 14px;
}
div.controles-querytextconsulta div.row>div {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}


div#controles-holder-setenaprev-p1 {
    width: 300px;
    position: absolute;
    background: #fff;
    left: 10px;
    box-shadow: -1px 3px 9px 0 rgba(0,0,0,0.27);
}
div#controles-holder-setenaprev-p1 {
    width: 435px;
    position: absolute;
    right: 5px;
    left: auto;
    z-index: 1;
}

.leyenda-setena{
    position: absolute;
    bottom: 10em;
    left: 0em;
    z-index: 3;
    display: block;
    background: #fff;
    height: 120px;
    padding: 0;
}
.elemento-leyenda-icon{
    display: inline-block;
    width: 17px;
    height: 17px;
    border-style: solid;
}
.elemento-leyenda-texto{
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.leyenda-setena-body {
    box-sizing: border-box;
    max-height: calc(100% - 41px);
    overflow-y: auto;
    padding: 5px;
}

.leyenda-setena-tab {
    position: absolute;
    width: 15px;
    height: 39px;
    right: -15px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    background: #6B99B7;
    border-top-right-radius: 8px;
    color: #fff;
    border-bottom-right-radius: 8px;
    padding-top: 3px;
    cursor: pointer;
}

.leyenda-setena-head {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid;
    background: #6B99B7;
    height: 39px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}

.elemento-leyenda {
    background: #fff;
    border-bottom: 1px solid #CCC;
    clear: both;
    min-height: 20px;
}

span.elemento-leyenda-texto {
    margin-left: 10px;
    vertical-align: middle;
    line-height: 17px;
}

.elemento-leyenda > span {
    float: left;
}
span.elemento-leyenda-icon{

}
span.elemento-leyenda-icon.Point {
    border-radius: 10px;
}


span.elemento-leyenda-icon.Polygon,
span.elemento-leyenda-icon.MultiPolygon
{
    border-bottom-left-radius: 8px;
}

div.leyenda-setena.col-xs-2.mini {
    height: 120px !important;
    width: 0px;
    overflow: visible !important;
}

select#filtro-especie {
    width: 300px;
}
.filtro-select-setena.filtro-tipopermiso{
    display: none;
}