html{
    width:100%;
    height:100%;
}
body{
    margin:0px;
    width:100%;
    height:100%;
    overflow:hidden;
}
#map{
    position:relative;
    display:inline-block;
    width:100%;
    height:100%;
    z-index:40;
}
.controls{
    position:absolute;
    left:100vw;
    top:0px;
    height:100%;
    z-index:100;
    width:260px;
    background:white;
    color:#222;
    font-size:13px;
    font-family:arial;
    text-align: center;
    overflow-y:auto;
}
.vertical_divisor{
    position: relative;
    width:100%;
    height:8px;
}
.vertical_divisor_b{
    position: relative;
    width:100%;
    height:30px;
}
.controls_wrap{
    position: relative;
    display:inline-block;
    width:85%;
}
.button{
    border: none;
    color: white;
    padding: 6px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
.button_alquilar{
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}
.button_alquilar:hover{
    background-color: #008CBA;
    color: white;
}
.alquilar_trace{
    width:100%;
    font-size:13px;
    color:#213d68;
    text-align:center;
}
.alquilar_trace_b{
    width:100%;
    font-size:13px;
    color:#216839;
    text-align:center;
}
.alquilar_activo{
    position:relative;
    display:none;
}
.alquilar_timer_title{
    width:100%;
    font-size:13px;
    color:#0c5f2c;
    text-align:center;
}
.alquilar_bar_container{
    width:230px;
    height:8px;
    border:1px solid #103b5e;
}
.alquilar_bar_inside{
    position:absolute;
    display:inline-block;
    width:0px;
    height:8px;
    top:0px;
    left:0px;
    background:#2ec568;
}
.minimize_arrow_right{
    position:relative;
    width:100%;
    text-align:left;
    display:inline-block;
    cursor:pointer;
    color:#213d68;
    font-size:55px;
}