.sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2000;
}

.sidebar.collapsed {
    width: 40px;
}

@media (min-width: 768px) {
    .sidebar {
        top: 10px;
        bottom: 10px;
        transition: width 500ms;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        width: 290px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar {
        width: 290px;
    }
}

@media (min-width: 1200px) {
    .sidebar {
        width: 360px;
    }
}

.sidebar-left {
    left: 0;
}

@media (min-width: 768px) {
    .sidebar-left {
        left: 10px;
    }
}

.sidebar-right {
    right: 0;
}

@media (min-width: 768px) {
    .sidebar-right {
        right: 10px;
    }
}

.sidebar-tabs {
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: #fff;
}

.sidebar-left .sidebar-tabs {
    left: 0;
}

.sidebar-right .sidebar-tabs {
    right: 0;
}

.sidebar-tabs,
.sidebar-tabs>ul {
    position: absolute;
    width: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sidebar-tabs>li,
.sidebar-tabs>ul>li {
    width: 100%;
    height: 40px;
    color: #333;
    font-size: 12pt;
    overflow: hidden;
    transition: all 80ms;
}

.sidebar-tabs>li:hover,
.sidebar-tabs>ul>li:hover {
    color: #000;
    background-color: #eee;
}

.sidebar-tabs>li.active,
.sidebar-tabs>ul>li.active {
    color: #fff;
    background-color: #a5c726;
}

.sidebar-tabs>li.disabled,
.sidebar-tabs>ul>li.disabled {
    color: rgba(51, 51, 51, 0.4);
}

.sidebar-tabs>li.disabled:hover,
.sidebar-tabs>ul>li.disabled:hover {
    background: transparent;
}

.sidebar-tabs>li.disabled>a,
.sidebar-tabs>ul>li.disabled>a {
    cursor: default;
}

.sidebar-tabs>li>a,
.sidebar-tabs>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: inherit;
    text-decoration: none;
    text-align: center;
}

.sidebar-tabs>ul+ul {
    bottom: 0;
}

.sidebar-content {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-left .sidebar-content {
    left: 40px;
    right: 0;
}

.sidebar-right .sidebar-content {
    left: 0;
    right: 40px;
}

.sidebar.collapsed>.sidebar-content {
    overflow-y: hidden;
}

.sidebar-pane {
    display: none;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 10px 0px;
    height: 100%;
    overflow: hidden;
}

.sidebar-pane.active {
    display: block;
}

.collapsed.sidebar {
    height: 40px;
}

.sidebar-right .container {
    height: 100%;
    width: 100%;
    padding: 0px;
}

.sidebar-right .sidebar-tabs {
    height: 40px;
    z-index: 10;
}

.sidebar-right .sidebar-content {
    width: 100%;
    top: 0px;
}

.sidebar-right .sidebar-header {
    margin-top: -40px;
}

.container-third {
    height: 33%;
    border-bottom: 1px solid grey;
}

.btn-span:hover {
    cursor: pointer;
}

.expand-btn,
.compress-btn {
    position: absolute;
    top: 0;
    /* float: right; */
    cursor: pointer;
    color: grey;
    margin-right: 5px;
    right: 5px;
    display: none;
}

#modalDescGO {
    text-align: justify;
}

dl {
    overflow: inherit;
    max-height: inherit;
    margin-bottom: 0;
}

#listGGOOcolumn .expand-btn,
#listGGOOcolumn .compress-btn {
    color: white;
    top: 5px;
    right: 30px;
}

#downloadExcel {
    position: absolute;
    cursor: pointer;
    bottom: 5px;
    right: 40px;
    border: 1px solid;
    padding: 4px 9px;
    border-radius: 10px;
    color: #006c73;
    background: white;
    font-size: .7em;
}

#downloadExcel:hover {}

.expandible {
    background-color: white;
    overflow-y: auto;
}

.expandible.expanded {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
}


/* Tree view https://codepen.io/marcomtr/pen/eJOepz */

#treeResultsList a {
    text-decoration: none;
    color: #a5c726;
    font-weight: bold;
    cursor: pointer;
}

#treeResultsList li li a {
    color: #5f5e5e;
    font-weight: 200;
    /*text-decoration: underline;*/
}

#treeResultsList li li li:hover a {
    color: #a5c726;
    cursor: pointer;
}

#treeResultsList li a span {
    display: inline !important;
    /*background-color: #a5c726; color: white; border-radius: 15px; */
    padding: 2px 7px !important;
}

#treeResultsList ul.tree,
.tree li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#treeResultsList .tree ul {
    display: none;
}

#treeResultsList .tree>li {
    display: block;
    background: #fff;
    margin-bottom: 2px;
}

#treeResultsList .tree span {
    display: block;
    padding: 1px 12px;
}

#treeResultsList .icon {
    display: inline-block;
}


/*#treeResultsList .tree .hasChildren > .expanded {background:#fff;}
#treeResultsList .tree .hasChildren > .expanded a {color:#a5c726;}*/

#treeResultsList .icon:before {
    content: "+";
    display: inline-block;
    min-width: 20px;
    text-align: center;
    color: #a5c726;
    font-weight: bold;
}

#treeResultsList .tree .expanded .icon:before {
    content: "-";
    color: #a5c726;
    font-weight: bold;
}

#treeResultsList .show-effect {
    display: block!important;
}

#treeResultsList .tree li ul li.last-item-list {
    border-bottom: none;
}


/*.sector-title {color: #a5c726 !important; text-decoration: none !important;}*/


/* fin tree view */


/* Modal */

.modal {
    z-index: 10000;
}

#modalTitleGO {
    width: 80%;
    font-size: 1.4em;
}


#btnPDF {
    position: absolute;
    right: 40px;
    background: none;
    background: white;
    color: #146b6a;
}

.modal-dialog {
    max-height: 10px;
    margin-top: 0px;
    max-width: 700px;
    width: 700px;
    margin-top: 50px;
}

.modal-content {
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.modal-body {
    padding: 0;
}

.modal-body-content {
    margin: 0;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
}

.modal-header {
    background-color: #a5c726;
    color: white;
}

.modal-header h4 {
    float: left;
}

/* .modal .close {
    position: absolute;
    right: 10px;
    top: 5px;
} */

#changePNDR {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1000;
    background-color: #ff8d1a;
    border: 0px;
    color: white;
    font-weight: 600;
}

.modal-map-container {
    width: 100%;
    height: 65mm;
}

.enlace-modal {
    text-overflow: ellipsis;
    width: 90%;
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
}

.back-white {
    background-color: white;
}

#mapPDFcanary {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 80mm;
    height: 40mm;
    z-index: -1;
}

#mapCanary {
    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;
}

#mapModal {
    width: 100%;
    height: 100%;
    border: 2px solid grey;
}

#mapModalcanary {
    position: absolute;
    bottom: 0;
    left: unset;
    width: 46%;
    height: 28%;
    z-index: 2000;
    float: right;
    border-top: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 2px solid grey;
    border-left: 2px solid grey;
}

#mapModal .leaflet-tile-container img {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

#btnBusquedaLibre {
    margin-right: 5px;
    border-right: 3px solid white;
    border-radius: 0px;
    cursor: pointer;
}


/*
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;
    }
}


/*fin Modal*/


/* CHARTS */

.chart-canvas {
    padding: 10px 10px;
}

.chart-parent {
    overflow-x: hidden;
    overflow-y: hidden;
}

.chart-container {
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.expanded .chart-container {
    margin-top: 0;
}


/* fin CHARTS*/

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-pane {
        min-width: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-pane {
        min-width: 250px;
    }
}

@media (min-width: 1200px) {
    .sidebar-pane {
        min-width: 320px;
    }
}

.sidebar-header {
    margin: -10px -20px 0;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14.4pt;
    color: #fff;
    background-color: #a5c726;
}

.sidebar-right .sidebar-header {
    padding-left: 40px;
    margin: -10px 0px 0;
}

.sidebar-close {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.sidebar-left .sidebar-close {
    right: 0;
}

.sidebar-right .sidebar-close {
    left: 0;
}

.sidebar-left~.sidebar-map {
    margin-left: 0px;
}

@media (min-width: 768px) {
    .sidebar-left~.sidebar-map {
        margin-left: 0;
    }
}

.sidebar-right~.sidebar-map {
    margin-right: 0px;
}

@media (min-width: 768px) {
    .sidebar-right~.sidebar-map {
        margin-right: 0;
    }
}

.sidebar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.sidebar.leaflet-touch {
    box-shadow: none;
    border-right: 2px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .sidebar {
        border-radius: 4px;
    }
    .sidebar.leaflet-touch {
        border: 2px solid rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 768px) {
    .sidebar-left~.sidebar-map .leaflet-left {
        transition: left 500ms;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-left~.sidebar-map .leaflet-left {
        left: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-left~.sidebar-map .leaflet-left {
        left: 300px;
    }
}

@media (min-width: 1200px) {
    .sidebar-left~.sidebar-map .leaflet-left {
        left: 370px;
    }
}

@media (min-width: 768px) {
    .sidebar-left.collapsed~.sidebar-map .leaflet-left {
        left: 50px;
    }
}

@media (min-width: 768px) {
    .sidebar-right~.sidebar-map .leaflet-right {
        transition: right 500ms;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-right~.sidebar-map .leaflet-right {
        right: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-right~.sidebar-map .leaflet-right {
        right: 300px;
    }
}

@media (min-width: 1200px) {
    .sidebar-right~.sidebar-map .leaflet-right {
        right: 370px;
    }
}

@media (min-width: 768px) {
    .sidebar-right.collapsed~.sidebar-map .leaflet-right {
        right: 50px;
    }
}

.leaflet-control-layers-group-name {
    font-weight: bold;
    margin-bottom: .2em;
    margin-left: 3px;
}

.leaflet-control-layers-group {
    margin-bottom: .5em;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 10px;
}

.main-container {
    min-width: 100%;
    padding-right: 0;
    padding-left: 15px;
    margin-right: 0;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.filters-container {
    margin-top: 15px;
}

.grid-h-100 {
    height: 100%;
}

.hidden-map {
    display: none;
}

#info-cont {
    padding-left: 0;
}

.visor-square {
    border: 1.5px solid grey;
    margin-top: 0;
}

.no-padding {
    padding: 0;
}

#popupContent {
    padding: 10px;
    position: absolute;
    z-index: 1000;
    bottom: 0;
    right: 0;
    background-color: #006c73;
    color: white;
    width: 40%;
    border-top-left-radius: 20px;
}

#totalesContent {
    padding: 10px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    background-color: #006c73;
    color: white;
    width: 100%;
}

#totalesContent  dt{
    color: white;
}

#totalesContent  dd{
    color: #ff8d1a;
    font-size: 1.2em;
    font-weight: 800;
}

#totalesContent p {
    display: inline-block;
}

#popupContent h3 {
    margin-top: 0;
}

#ggooList {
    margin-top: 20px !important;
}

.boton {
    border: 1.5px solid grey;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
}

.h-30 {
    height: 30%;
}

.h-35 {
    height: 35%;
}

.h-40 {
    height: 40%;
}

.h-60 {
    height: 60%;
}

.h-65 {
    height: 65%;
}

.h-70 {
    height: 70%;
}

#titleBusqueda {
    background: #006c73;
    margin: 0;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
    color: white;
    margin-bottom: 15px;
    font-family: opensans_semibold;
    font-weight: normal;
    font-size: 1.3em;
}

#titleLegendCharts {
    background: #006c73;
    margin: 0;
    padding: 10px;
    color: white;
    margin-bottom: 0px;
    font-family: opensans_semibold;
    font-weight: normal;
    font-size: 1.3em;
}


/* GRÁFICAS */

.chart-title {
    text-align: center;
    font-size: 14px;
    margin: 10px 0 0 0;
    color: #006c73;
    font-weight: 600;
}

.v_grafica_2,
.v_grafica_1 {
    padding: 10px;
    border-right: none;
}


/* LEYENDA GRÁFICOS */

.outer {
    display: table;
    padding: 0;
}

#chartLegendContainer {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
}

#chartLegendContainer .text-chart-legend {
    display: block;
    margin: 1px 3px 0px 0px;
    font-family: 'opensans_semibold';
    color: grey;
}

#chartLegendContainer span:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 15px;
    margin-right: 5px;
    border-radius: 5px;
}

span.colorLegend0:before {
    background-color: #00baad;
}

span.colorLegend1:before {
    background-color: #ff5733;
}

span.colorLegend2:before {
    background-color: #ff8d1a;
}

span.colorLegend3:before {
    background-color: #2a7b9b;
}

span.colorLegend4:before {
    background-color: #ffc300;
}

span.colorLegend5:before {
    background-color: #eddd53;
}

span.colorLegend6:before {
    background-color: #add45c;
}

span.colorLegend7:before {
    background-color: #57c785;
}

span.colorLegend8:before {
    background-color: #3d3d6b;
}

span.colorLegend9:before {
    background-color: #511849;
}


/* GRID RESPONSIVE*/

@media (min-width: 768px) {
    .h-md-50 {
        height: 50% !important;
    }
}