/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-dic-2015, 19:36:20
    Author     : it
*/

.selecbolete, .seleclocales{
    width: 100%;
    height: 50vh;
    position: relative;
}

.listabole, .listalocale{
    position: absolute;
    left: 0px;
    right: 75%;
    top: 0px;
    bottom: 0px;
    background-color: #f0f0f0;
}

.svgcontainer{
    
    position: absolute;
    top: 0px;
    right: 0px;
    left: 25%;
    bottom: 0px;
}

#planoboleterias{
    width: 100%;
    height: 100%;
    
}

.titulobole{
    margin-top: 5px;
    font-weight: bold;
    font-size:1.2em;
    background-color: #77f;
}

.svgatm{
    width: 100%;
    height: 40vh;
    
}