#map{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top:-30px;
}
#HomeButton {
    position: absolute;
    top: 100px;
    left: 20px;
    z-index: 50;
    position: relative;
    width: 30px;
}
#acerca_de {
    position: fixed;
    right: 80px;
    bottom: 30px;
    color: #000;
    z-index: 1;
}
#acerca_de div{
    width:600px;
    white-space: inherit !important;
    background: rgba(255,255,255,0.4);
}
.md-fab-wrapper-cus{
    bottom: 20px;
    right: 18px;

}
.map-tools-sidebar{
    display: none;
}
.map-tools-sidebar-active{
    display: block !important;
}
.esriBasemapGalleryNode{
    height: 133px;
}
.esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail {
    border: 2px solid #F99 !important;
    margin: 0;
}
.md-fab.md-fab-sinia{
    background:#1E9FA5;
}
.md-fab.md-fab-sinia>i{
    color:#fff;
}
.center-button{
    margin: 0 auto;
}
.tree-content{
    display: none;
}
.tree-content-active{
    display: block !important;
}
.node-button{
    margin-left:30px;
    margin-bottom: 5px;
    display: inline-table;
}
.uk-tooltip {
    z-index: 1235 !important;
}
.temas-btn{
    width: 70px;
    height: 70px;
    display: inline;
}
.md-car-custom{
    box-shadow: none;
}
.agsjsTOCSlider{
    margin-bottom: 15px;
    width: 210px;
}
.menuButtonsLayer{
    margin-bottom: 0;
}
.md-card-custom{
    background: #ececec;
}
.panel-marign{
    margin-bottom: 15px;
}
.title-theme{
    color: #444;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 5px;
}
.ovwButton{
    display: none;
}
.info-coordinates{
    position:absolute;
    left:.5em;
    bottom:5px;
    color:#000;
    z-index:50;
    cursor:pointer;
}
.coordinates{
    background: rgba(255,255,255,0.4);
    display:inline;
    padding-right: 2px;
    padding-left: 2px;
}
.ol-overviewmap {
    bottom: 2.5em !important;
}
.upload-file-inactive{
    display: none;
}
#sidebar_secondary {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    bottom: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), -2px 4px 8px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    position: fixed;
    right: -384px;
    top: 48px;
    width: 360px;
    z-index: 1104;
}
#sidebar_secondary .sidebar_secondary_wrapper, .asidebar_wrapper {
    margin: 16px !important;
}
.content-preloader.preloader-active{
    z-index: 1120;
}
@media only screen
and (min-device-width : 120px)
and (max-device-width : 480px) {
    .temas-btn{
        width: 40px;
        height: 40px;
        display: inline;
    }
    .title-theme{
        color: #444;
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        margin-left: 5px;
    }
    #info_disclaimer{
        display:none;
    }
    #acerca_de{
        display: none;
    }
    .info-coordinates{
        display: none;
    }
}
.uk-placeholder {
    margin-bottom: 5px;
    padding: 5px;
    border: 1px dashed #E5E5E5;
    background: #fafafa;
    color: #666;
}
.error_message{
    color:#e53935;
    font-size: 12px;
    margin-top:3px;
}
.fix-padding select{
    padding:5px;
    width:100%;
    font-size: 12px;
}
.padding-small{
    padding:10px;
}


.hidden{
    display:none;
}


.traduccion-icon{
    width: 30px;
}


.administrador_servicios_mapa .search-bar{
    padding: 0 0 20px 30px;
}
.administrador_servicios_mapa .badge-content{
    max-height: 300px;
    overflow: auto;
}