#map {
    position: absolute;
    left: 5px;
    bottom: 5px;
    right: 5px;
    width: calc(75% - 10px);
    height: 900px;
    padding: 0;
    margin: 0;
    z-index: 600;
}

#form {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    width: calc(25% - 5px);
    height: 800px;
    background: #333333;
}

.leaflet-control-layers {
    visibility: hidden;
}

.imgBarMap {
    width: 80px;
    height: 70px;
    opacity: 2;
    margin-top: 2px;
    cursor: pointer;
}

.w3-bottom-sidebar {
    height: 80px;
    width: 100%;
    position: absolute !important;
    z-index: 999;
    bottom: 0;
    left: 0;
    overflow: auto;
    opacity: 0.85;
}

.mapBarClose {
    padding: 0;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    position: absolute !important;
    z-index: 999;
    top: 2px;
    right: 2px;
    opacity: 0.85;
}

.fa-novertical {
    vertical-align: 0;
}

.showLayerChange {
    width: 90px;
    height: 80px;
    position: absolute !important;
    z-index: 999;
    bottom: 5px;
    left: 5px;
    border-radius: 10px;
    opacity: 0.9;
}

.imgBarMapShowLayer {
    width: 80px;
    height: 70px;
    opacity: 1;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.controles {
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 500;
}

.btnControls {
    width: 45px;
    height: 45px;
    color: #FFF;
    background-color: #2186F3;
    position: fixed;
    z-index: 5010;
    margin: 5px;
    padding: 10px;
    border: 0;
    border-radius: 100%;
    outline: none;
}

.btnControls:hover {
    background-color: #162468;
}

#zoomIn, #zoomOut, #centerMap, #drawMap, #EditDrawMap, #SaveDrawMap, #uploadKml {
    position: relative;
    display: block;
    margin: 3px;
}

.fa-vertical-m {
    margin-top: 7px;
}

.input_s {
    width: 150px;

}

.boton {
    position: relative;
    left: 50px;
    bottom: 50%;
}
.modal{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 600;
    display: none;
}
.modal_res{
    width: 700px;
    height: 360px;
    position: absolute;
    left: calc(50% - 400px);
    top: calc(50% - 200px);
    z-index: 600;
    background: #FC8167;
    color: #fff;
    border-radius: 10px;
}

.header_modal {
    position: relative;
    width: calc(100% - 10px);
    height: 50px;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    text-align: center;
}

.datos {
    position: relative;
    width: calc(100% - 20px);
    height: calc(100% - 75px);
    top: 5px;
    left: calc(50% - 340px);
    bottom: 20px;
    background: #fff;
    border-radius: 10px;
}

.div_enviar {
    position: absolute;
    left: calc(50% - 300px);
    bottom: 60px;
}
.btn_enviar {
    width: 120px;
    height: 40px;
    background: #1A5276  ;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    position: relative;
    left: calc(50% - 220);
    bottom: 10px;
}

.btn_enviar:hover {
    background: #154360;
}
.div_cancelar{
    width: 260px;
    position: absolute;
    left: calc(50% - 130px);
    bottom: 5px;;
}
.btn_cancelar{
    width: 120px;
    height: 40px;
    background: #CB4335;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    position: relative;
    left: calc(50% - 120);
    bottom: 10px;
}
.btn_cancelar:hover{
    background: #B03A2E;
}


.form_div{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 502;
    background: rgba(0, 0, 0, 0.5);
}

.modal_wkt{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0);
    z-index: 600;
    display: none;
}
.modal_res_wkt{
    width: 400px;
    height: 200px;
    position: absolute;
    left: calc(50% - 400px);
    top: calc(50% - 200px);
    z-index: 600;
    background: #C94A4A;
    color: #fff;
    border-radius: 10px;
}
.datos_wkt{
    position: absolute;
    width: 290px;
    height: 80px;
    left: 50px;
    top: 90px;
}
.btn_cerrar_wkt{
    width: 80px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #2186F3;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
}
.btn_cerrar_wkt:hover{
    background: #1A6BC2;
}
table.resumen{
    width: 600px;
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
    position: relative;

}

td.resumentda{
    height: 30px;
    background: rgba(252, 129, 103,0.7);
    width: 200px;
    margin-bottom: 10px;

}
td.resumentd{
    height: 30px;
    background: rgba(252, 129, 103,0.7);
    width: 400px;
    margin-bottom: 10px;
}
.jqx-notification-mail, .jqx-primary {
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-color: #003366 !important;
    *background-color: #003366 !important;
    border-left-color: #003366 !important;
    border-right-color: #003366 !important;
    border-top-color: #003366 !important;
    border-bottom-color: #003366 !important;
}
.leaflet-popup-content{
    width: 301px;
    height: 380px;
}
.leaflet-popup{
    opacity: 1;
    transform: translate3d(732px, 33px, 0px);
    bottom: -7px;
    left: -171px;
    width: 500px;

}
