@font-face {
    font-family: raleway;
    src: url(fonts/raleway.bold.ttf);
  }
  @font-face {
    font-family: mullerbold;
    src: url(fonts/MULLERBOLD.OTF);
  }
  @font-face {
    font-family: mullerextra;
    src: url(fonts/MULLEREXTRABOLD.OTF);
  }
  @font-face {
    font-family: mullerregular;
    src: url(fonts/MULLERREGULAR.TTF);
  }
#contMapa {
    height: 60vh;
    width: 100%;
    border: 1px solid #c0c0c0;
    min-height: 400px;
}

#map {
    height: 100%;
    width: 100%;
    min-width: 200px;
    min-height: 200px;
}

#tblZonasSIM {
    height: 60vh;
    overflow: auto;
    border: 1px solid #C0C0C0;
    padding: 10px;
    margin-top: 10px;
    background: #e6e6e6;
    min-height: 400px;
}



.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;
}




.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);
}
.navbar {
    border-radius: 0px;
}

.navbar-default {
   
    background-color: #ffffff;
    border-color: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top:0;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 1px 0 0 rgb(139 141 157 / 5%), 0 5px 10px 0 rgb(65 71 108 / 15%);
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

    color:#39B3BA;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
    color: #39B3BA;
}




.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;
}


.site-footer {
    background-color: #999999;
    padding: 30px 0;
    box-shadow: 0 -2px 0 rgb(0 0 0 / 7%);
    color: black;
}
.enlaces a {
    color: black !important;
    text-decoration: none;
}

.btn-warning {
    color: #fff;
    background-color: #39B3BA;
    border-color: #39B3BA;
}
ul.leyenda li{
    display:inline;
    padding:5px 10px;
    text-align:center;
    color:#000;
    font-weight: 600;
    }

.lpzli{
    font-weight: 600; 
    font-size: 16px; 
    color: #000000; 
    padding-right: 16px !important; 
    padding-left: 16px !important;
}

.footer-bar, .footer-bar span {
    background-color: black;
    color: #ffffff;
    font-weight: 400;
}
.footer-bar {
    padding-top: 10px;
}

.footer-text {
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
}
.footer-text a:visited, .footer-text a:link, .footer-text a:active {
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}



.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #39B3BA;
}
.bs-callout-info h4 {
    color: #39B3BA;
}

.enlacest{
    color:#39B3BA;
}
.picture { 
    
    font: 10px/1.2em mullerBold, sans-serif; 
}
.picture img { 
    border: 0px ;
    vertical-align:middle; 
    margin-bottom: 3px;
}
.right { 
    margin: 0.5em 0pt 0.5em 0.8em; 
    float:right; 
}
.left { 
    margin: 0.5em 0.8em 0.5em 0; 
    float:left;
}
#sub-footer {
    background-color: black;
    color: #ffffff;
    font-weight: 400;
    vertical-align: baseline;
    font-size: 14px;
}
.principal{
    margin-top:4%; 
    font-family: mullerregular;
}
.legend{
    padding-left: 0 !important;
    display: block;
}

.legendm{
    padding-left: 0 !important;
    display: none;
}

.decripcion{
    display: block;
}

.decripcionm{
    display: none;
}

/* For mobile phones: */
@media screen and (max-width: 992px) {
    .principal {
        margin-top:11%;
    }
    .legend{
        display: none;
    }
    .legendm{
        display: block;
    }
    .decripcion{
        display: none;
    }
    
    .decripcionm{
        display: block;
        margin-top: 30%;
        text-align: justify;
    }
    .angel{
        display: block !important;
        width: 100%;
    }
    .angel label{        
        width: 50%;
        text-align: right;
    }
    
  }

  .angel{
      display: inline;
  }

  .sit-search-cont .panel-results li {
    /* list-style: none; */
    border-bottom: thin solid #cecece9e !important;
    margin-bottom: 5px !important;

        border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.225);
    box-shadow: 0 5px 15px rgba(0,0,0,.225);
    z-index: 1000 !important;
    max-width: 700px;
    background-color: #F0F0F0;
}
.dg-header {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
}
.dg-panel{
    position: absolute;
    left: 250px;
    top: 390px;
    box-sizing: border-box;
    display: block;
}
.dg-panel, .InfoTabla_form {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 23%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 23%);
    z-index: 1000 !important;
    max-width: 700px;
    background-color: #F0F0F0;

}
.dg-panel > .dg-body {
    background-color: #FFF;
    min-width: 350px;
    max-width: 430px;
    min-height: 200px;
    max-height: 430px;
}
.dg-body {
    width: 100%;
    max-height: 70vh;
    min-height: 400px;
    overflow-y: auto;
    padding: 5px 10px 5px 10px;
}
.dg-footer {
    border-top: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
}
.dg-close{
    float: right; 
}

.panel-results ul {
    padding: 5px;
}

.panel-results li {
    list-style: none;
    border-bottom: thin solid #cecece9e;
    margin-bottom: 5px;
}