.container {
    width: 100%;
    max-width: 100%;
}

.leaflet-container.pointer-cursor-enabled {
    cursor:context-menu;
}

.filters-parent {
    /* padding-top: 20px; */
}

.map-parent {
    padding: 0;
}

#parentPCfilter .dropdown-menu.show {
    height: min-content;
}


#mapCanaryContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 27%;
    z-index: 1000;
    float: right;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
}

#mapCanary {
    width: 100%;
    height: 100%;
}

#ne {
    height:10px;
    width:10px;
    background-color:#000;
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:ne-resize;
}

#mapPDF {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 160mm;
    height: 80mm;
    z-index: 1000;
}

#contComarcasLayers {
    position: absolute;
    top: .6em;
    left: .6em;
    z-index: 1000;
    background: #ffffff;
    height: fit-content;
    padding: 1em 1em 1em .5em;
    border: 1px solid grey;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

#contComarcasLayers label {
    margin-left: 1.5em;
    color: black;
    font-weight: 100;
}

#contComarcasLayers label::before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 15px;
    margin-right: 5px;
    border-radius: 5px;
}
.legend-com-ganaderas::before {
    border: 2px solid #009CA6;
    background: rgb(0 156 166 / 22%);
}
.legend-com-agrarias::before {
    border: 2px solid #F2A900;
    background: rgb(242 169 0 / 22%);
}


/* detalle de oca */
.cont-detail-oca {
    margin: 2.5em .5em .5em .5em;
    border-radius: 20px;
    border: 1px solid #006c73;
    padding: 1em;
    background: white;

}

.cont-detail-oca h3 {
    color: #006C73;
    font-family: opensans_semibold;
    font-weight: normal;
    font-size: 1.1em;
    margin: 0.5em;
    border-bottom: 1px solid;
    text-align: center;
    padding: 0em .3em .5em .3em;
}


/* MODAL DETALLE BP*/

.modal-dialog {
    max-height: 10px;
    margin-top: 0px;
    max-width: 700px;
    width: min-content;
    margin-top: 15px;
}

.modal-content {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.modal-header {
    background-color: #a5c726;
    color: white;
}

#resumenModal {
    text-align: justify;
}

.enlace-modal {
    text-overflow: ellipsis;
    width: 90%;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
}

.modal img {
    width: 100%;
}

#btnPDF {
    background: #005e5d;
    padding: .5em 1em;
}

.bt_limpiar.bt_excel {
    background: #005e5d;
    padding: .5em 1em .5em 1em;
}

.bt_limpiar.bt_excel:hover {
    background: #009ca6;
    color: white;
}

.bt_limpiar.bt_nuevo:focus {
    background: #009ca6 url("../images/ico_limpiar.png") no-repeat 1em 0.5em;
}

#datailOCA .close{
    color: #006c73;
    opacity: 1;
}

#mapDetail {
    height: 200px;
}

.label-map-detail p {
    color: #044c50;
    font-size: 1.2em;
    text-align: center;
    font-weight: 700;
    background: #ffffffd1;
    width: fit-content;
    padding: 1px 3px;
    border-radius: 5px;
}

.leaflet-popup-content {
    margin: 3px 9px;
    line-height: 1.4;
    background-color: #18a194;
    border: 1px solid #18a194;
    color: white;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #18a194;
}

.leaflet-tooltip {
    position: absolute;
    padding: 2px 5px;
    background-color: #18a194;
    border: 1px solid #18a194;    
    border-radius: 3px;
    color: white;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #18a194;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #18a194;
}
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #18a194;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #18a194;
}


/*
Full screen Modal 
*/

.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 768px) {
    .fullscreen-modal .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .fullscreen-modal .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fullscreen-modal .modal-dialog {
        width: 1170px;
    }
}

@media (min-height: 870px) {
    dl {       
        max-height: 31em;
    }
}