#contMapa {
    height: 49vh;
    width: 100%;
    border: 1px solid #c0c0c0;
    margin-bottom: 10px;
}

#map {
    height: 100%;
    width: 100%;
    min-width: 200px;
    min-height: 200px;
}

#tblZonasSIM {
    height: 40vh;
    overflow: auto;
    border: 1px solid #C0C0C0;
    padding: 10px;
    margin-top: 10px;
}

#tblZonasSIM > table > thead {
    background-color: #f0f0f0;
}

table.scroll {
    width: 522px; /* 100px * 5 columnas + 22px ancho scrollbar */
    border-spacing: 0;
    border: 2px solid black;
  }
  
  table.scroll tbody,
  table.scroll thead tr {
    display: block;
  }
  
  table.scroll tbody.wrapper {
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  
  table.scroll tbody td,
  table.scroll thead th {
    width: 100px;
    border-right: 1px solid black;
  }
  
  table.scroll thead th:last-child,
  table.scroll tbody:not(.wrapper) td:last-child{
      width: 122px; /* 100px + 22px ancho scrollbar */
  }
  
  table.scroll tbody td input {
    box-sizing: border-box;
    width: 100%;
  }


/*
.container {
  display: flex;
  flex-direction: column;
}
.centered {
  align-self: center;
}
*/

.ui-dialog {
    z-index: 10000 !important;
}

.legendbox {
    display: inline-block;
    width: 2em;
    height: 1em;
    opacity: 0.6;
}

.customToolbar {
    width: 30px;
    background-color: #F0F0F0;
}

.customToolbar div {
    margin: 2px;
    width: 24px;
    height: 24px;
}

.info-lusu {
    /* border:1px solid dimgray; */
    background-color: lightgray;
    display: none;
}

.imggrey {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    /* filter: url('../img/gray.svg#grayscale'); */
    filter: gray;
}

.filter-table .quick {
    margin-left: 0.5em;
    font-size: 0.8em;
    text-decoration: none;
}

.fitler-table .quick:hover {
    text-decoration: underline;
}

td.alt {
    background-color: #ffc;
    background-color: rgba(255, 255, 0, 0.2);
}


.layer-info-x-panel {
    /* border-top:2px solid #c0c0c0; */
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 5px;
    background-color: #FAFAFA;
    max-width: 11em;
}

.layer-info-x-desc {
    font-size: 0.90em;
    color: #101060;
    margin-bottom: 5px;
}

.layer-info-x-close {
    position: relative;
    float: right;
    left: 12px;
    font-weight: bold;
}

.ol-layerswitcher .panel li label {
    font-weight: normal;
    font-family: Arial;
}

.waitImage {
    margin: 0px; 
    padding: 0px; 
    position: fixed; 
    right: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%;
    z-index:2000 !important;
    background-color: #f0f0f010;
    pointer-events: none;
}
.waitImage > p {
    position: absolute; 
    top: 50%; 
    left: 50%;
    width: 50px;
    height: 50px;
    background-image: url("../../images/spinner.gif");
    background-repeat: no-repeat;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #ecf0f1;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #dbe2ff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #dbe2ff;
        background-color: #354ec4;
    }
}