/*
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 : 26 mai 2017, 10:40:17
    Author     : pierre
*/
.logo_index{
  padding:20px;
  height:50%;
}
#login_form{
    width:300px;
    height:300px;
    margin-top:200px;
    margin-left:auto;
    margin-right:auto;
    background: url('../images/logo1000.png');
    background-size: cover;
    text-align: center;
    display: none;
}

#login_form input{
    font-size:14px;
    font-weight: bold;
    margin:5px;
}

#image_upload_div{
    height:100px;
    display:inline;
}
#loading_div{
    height:100px;
    display:none;
}
#loading_div img{
    height:100px;
    width:100px;

}


.admin label{
	display : inline-block;
	width:200px;
	text-align:right;
	margin:10px;
}
.admin input[type=text]{
	width:300px;
}
.admin input[type=submit]{
	margin-left:300px;
	margin-top:20px;
}


.floating-btn{
  display:block;
  position:fixed;
  width:60px;
  height:60px;
  bottom:0px;
  right:0px;
  margin:20px;
  border-radius: 50px;
  padding:5px;
  font-size: 30px;
  box-shadow: 2px 2px 10px black;
}

.eval-item{
    height:200px;
}
