body{ background-image:url("/images/blur-26347-27038-hd-wallpapers.jpg");
	padding:1px;
	color:#fff;
	height: 100%;
	width: 100%;
}

.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}

.login-form .form-control {
	background: #f7f7f7 none repeat scroll 0 0;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}
.main-div {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 2px;
	margin: 10px auto 30px;
	max-width: 90%;
	/*padding: 50px 70px 70px 71px;*/
	padding: 4%;
}

.hodnoceni-div {
	position:absolute;
	background: #ffffff none repeat scroll 0 0;
	border-radius: 2px;
	margin: 5px auto 30px;
	left:2%;
	width: 96%;
	height: 88%;
	/*padding: 50px 70px 70px 71px;*/
	padding: 20px;
	line-height: 50px;
}

.admin-div {
	background: #ffffff ;
	margin: 10px;
	padding: 10px;
	line-height: 12px;
	font-size: 12px;
	overflow: auto;
}
.center {
	margin: 10px;
	position: relative;
	width: 350px;
	left: 50%;
	transform: translate(-50%);
}
.center input{
	width: 250px;
}
.adminFlash{
	position: absolute;
	text-align: center;
	left: 50%;
	top: 20px;
	transform: translate(-50%);
	font-size: large;
	font-weight: bold;
}
.hodnoceni-inner {
	 margin: 0;
	 position: absolute;
	 width: 100%;
	 left: 50%;
	 transform: translate(-50%);
	 text-align: center;
 }
.lekce-info-inner {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: normal;
}
.photo{
	margin: 15px 0px 40px 0 ;
	text-align: center;
}

.frm-width{
	width:280px;
}

.flash{
	position: absolute;
	top:220px;
	text-align: center;
	left: 50%;
	transform: translate(-50%);
}
.debug{
	position: absolute;
	bottom:10px;
	line-height: 15px;
	font-size: 12px;
}


#btnsend {
}
.btn.btn-rating {
	height: 100px;
	width: 200px;
	font-size: 30px;
}
.btn.btn-video-rating {
	height: 50px;
	width:150px;
	font-size: 20px;
}



.login-form .form-group {
	margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
	color: #777777;
	font-size: 14px;
	text-decoration: underline;
}
.login-form  .btn.btn-default {
	background: #f0ad4e none repeat scroll 0 0;
	border-color: #f0ad4e;
	color: #ffffff;
	font-size: 14px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.forgot {
	text-align: left; margin-bottom:30px;
}
.botto-text {
	color: #ffffff;
	font-size: 14px;
	margin: auto;
}
.login-form .btn.btn-default.reset {
	background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

.stars{
	width: 350px;
	position: absolute;
	padding-left: 30px;
	text-align: center;
	left: 50%;
	transform: translate(-50%);
}
.rating {
	float:left;
}
input[type=radio] {
	display:none;
}
option:disabled {
	background: #ccc;
}

.rating input + label
{
	background-position: bottom;
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-size: 48px;
	height: 120px;
	width: 35px;
}

.rating input#star1 + label {background-image: url("/images/smile1.png");}
.rating input#star2 + label {background-image: url("/images/smile2.png");}
.rating input#star3 + label {background-image: url("/images/smile3a.png");}
.rating input#star4 + label {background-image: url("/images/smile4a.png");}
.rating input#star5 + label {background-image: url("/images/smile5a.png");}
.rating input#star6 + label {background-image: url("/images/smile6a.png");}

label {display:block;}

.error li{
	font-weight: bold;
	color:red;
	font-size: large;
}
