.container {
    width: 100%;
    max-width: 100%;
}


/*.filters-parent {
    padding-top: 20px;
}*/

.map-parent {
    padding: 0;
}

#parentPCfilter .dropdown-menu.show {
    height: min-content;
}


/* 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 .modal-header {
    background-color: white;
    color: #005e5d;
    padding: 5px 15px;
}

#resumenModal {
    text-align: justify;
    font-size: .9em;
}

#infoContainer1, #infoContainer2 {
    margin-top: 7px;
}

.enlace-modal {
    text-overflow: ellipsis;
    width: 90%;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
}

.img-text {
    float: right;
    width: 50%;
}

.modal img {
    width: 100%;
    margin-left: 10px;
    max-height: 230px;
    object-fit: cover;
}

.cont-data-modal {
    margin-top: 10px;
}

#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%;
}

.label-popup {
    color: #b7bf10;
    font-weight: 600;
}

.modal-body a{
    color: #b7bf10;
    text-decoration: underline;
}

.palabra-clave-label {
    background: #b7bf10;
    padding: 3px 12px 5px 12px;
    border-radius: 25px;
    color: #146b6a;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    font-size: 11px;
    font-weight: 600;
}



#btnPDF {
    position: absolute;
    right: 40px;
    background: none;
    background: #146b6a;
    color: white;
}

.modal .close {
    color: #146b6a;
}

#modalBPnombre {
    max-width: 75%;
    text-align: justify;
}

#contModal {
    max-height: 500px;
    overflow-y: scroll;
    padding: 25px;
    background-color: #005e5deb;
    color: white;
}

.modal-body .container {
    padding: 0
}

.modal-body {
    padding: 0;
}

.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;
}


/*
Full screen Modal 
*/

.fullscreen-modal .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.filter-option-inner-inner i {
    display: none;
}

.colaborar-parent {
    padding: 0;
}





@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;
    }
}