html,body
{
    font-family: 'Roboto', sans-serif;
    height:100%;
    margin: 0;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.sidebar
{
    position: fixed;
    left:0;
    width: 250px;
    height:100%;
    background: #042331;
}
.sidebar header{
    font-size: 22px;
    color: white;
    text-align: center;
    line-height: 68.5px;
    border-right: 1px solid black;
    background: #063146;
}
.sidebar ul a
{
    display: block;
    height: 100%;
    width: 100%;
    line-height: 65px;
    font-size: 18px;
    color: white;
    padding-left: 40px;
    box-sizing: border-box;
    border-top: 1px solid rgb(255, 255, 255,.1);
    border-bottom: 1px solid black;
    transition: .4s;
}
ul li:hover a{
    padding-left: 50px;
}
.sidebar ul a i{
    margin-right: 16px;
}
.selectbox 
{
    background: #063146;
    height: 70px;
    vertical-align: middle;
    line-height: 70px;
    

}
.bar{
    background: #063146;
    height: 70px;
    vertical-align: middle;
    line-height: 70px;
 
}
.selectbox select
{
    
    margin-left: 10px;
    width: 200px;
    
}
#container
{
    margin-left:250px;
    background-color:#f0eee9;
    height:100%;
    overflow: auto;
}
.link
{
    margin-left:20px;
}
input , select{
    font-size:14px !important;
    margin-top:5px;
}
form 
{
    vertical-align: center!important;
    top: 3%!important;
    
    
}

.input-group-text
{
    font-size:14px !important;
    width:120px;
    margin-top:5px;
}
.re-prest-group-text
{
    width:220px !important;
}
.width-190
{
    width: 190px;
}
.width-250
{
    width:250px;
}
.table-prj
{
    font-size:14px;
}
.loading-bar
{
    display:none;
    left:0;
    top:0;
    position:fixed;
    z-index:1000;
    width: 100%;
    height: 100%;
    background-image:url('https://rea.medafif.com/img/loading.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);

}