/***************************/
/* Main layout definitions */
#rec_container{
    display:none;    
    width:100%;
}


/************/
/* PV Infos */
#rec_infos_row {
    height:29vh;
    /* Firefox */
    /* height: -moz-calc(29vh - 50px); */
    /* WebKit */
    /* height: -webkit-calc(29vh - 50px); */
    /* Opera */
    /* height: -o-calc(29vh - 50px); */
    /* Standard */
    /* height: calc(29vh - 50px); */

    margin-top:1vh;
    overflow-y:scroll;
    overflow-x:hidden;
}

/**********/
/* PV GIS */
#rec_gis_row {
    margin-top:0.5vh;
    height:100%;
}

.rec_dbc_row {
    height:100%;
    width:100%;
    margin:0;
    padding:0;
}

#rec_gis {
    width:47vw;
    height:67vh;
    padding:0;
    margin:0;
}

/**************/
/* Bar charts */
.barCharts{
    /* width:100%; */
    width:46.8vw;
    height:33.1vh;
    /* padding:0; */
}
