/*
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 : 11. 8. 2021, 14:16:48
    Author     : Jaroslav Liška
*/

div{margin :0; padding: 0;}
body{
    font-family: Roboto,Helvetica Neue,sans-serif;
    margin: 1em auto;
}

#layout_top{
    height: 70px;
    width: 100%;
    background-color: #323a46;
}
#logo_rcc a{
    background-image: url("../images/logo-rcc-white.png");
    background-repeat: no-repeat;
    width: 15%; height: 70px; 
    background-size: 70px 70px;
    background-position: center;  

    color: transparent;
    float: left;

}

#logo_user{  
    height: 70px;
    vertical-align: middle; 
    color: white; 
    float: left;
}
#logo_right{
    left:  20%;
    width: 25%;
    height: 70px;
    text-align: right;
    vertical-align:middle ;
    float: right;
}

#layout_left{ min-width: 15%;  float: left;min-height: 350px; }

#layout_right{width: 85%; float:right; background-color: #f5f7fb;min-height: 350px; }

#layout_bottom{background-color: #ecf0f7;}

.float-left{float: left;}
.float-right{float: right;}
.float-clear{clear: both; }

.text-center{text-align: center;}
.text-vertical{  margin-right: 1em}

.test{margin: 1em;}

.blue{background-color: blue;}
.gray{background-color: gray;}
