
html,body{
	height: 100%;
	padding:0;
	margin: 0;
	background-color: white;
}
#header,#footer {
	background-color: white;
}
#header{
	height: 18%;
}
#footer{
	height: 5%;
}
h5,h4{
	font-family: 'Anton', sans-serif;
}
.school-name{
	text-transform: uppercase;
	color: #384289;
	letter-spacing: 2px;
	text-shadow: 1px 2px 3px #848484;
	font-weight: bolder;
	padding-top: 10px;
}
#body{
	background-color: #008bb1;
	/*height: 75%*/
}
.bluelight{background:#38cefb;}
h2 {
	text-shadow: 1px 1px 0px black;
	color:white;
	font-weight: bolder;
	font-size: 1.3rem !important;
}
.rate{
	width: 100%;
	height: 60%;
}
.rate li{
	list-style: none;
	display: inline;
}
.name-rate li {
	list-style: none;
	display: inline;
	text-align: center;
}
.avatar{
	float: left;
	color: white;
	width: 20%;
}
.avatar:hover {
	color: yellow;
}
.sub-title{
	font-size: .9em;
}

.avatar img {
	border-radius: 50%;
}
.avatar_rate{
	border: 3px solid white;
}
fieldset, label { margin: 0; padding: 0; }
/*	body{ margin: 20px; }
h1 { font-size: 1.5em; margin: 10px; }*/

/****** Style Star Rating Widget *****/

.rating { 
	border: none;
	float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
	margin: 5px;
	font-size: 7.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating > .half:before { 
	content: "\f089";
	position: absolute;
}

.rating > label { 
	color: #ddd; 
	float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 



.btn-screend{
	position: absolute;
	right: 50;
	top: 11px;
}
.btn-logout{
	position: absolute;
	right: 10;
	top: 11px;
}

/*login*/
.login-form {
	width: 340px;
	margin: 50px auto;
}
.login-form form {
	margin-bottom: 15px;
	background: #f7f7f7;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	padding: 30px;
}
.login-form h2 {
	margin: 0 0 15px;
}
.form-control, .btn {
	min-height: 38px;
	border-radius: 2px;
}


.rate-icon{
	font-size: 5em;
	position: relative;
	/*padding-top:1%;*/
	cursor: pointer;
	
}
.title-rate{
     position: absolute;
    /* bottom: -20%; */
  	    right: 29%;
     color: white; 
    font-size: 20px;

}

.avatar_rate{
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.avatar{
	font-size: .8em;
	color: black;
}
.good{
	right: 38%;
}
#bgLandscape{background: #24c2f1; width: 100%; height: 100%; text-align: center; color: #fff; line-height: 20; display: none;}