html, body {
	height:100%;
} 

body {
	margin:0px;
	font-family: 'Ubuntu', sans-serif;
	background: url(../images/login_bg.jpg) no-repeat center center fixed;
	background-color: #2852be;
	background-size: 100% 100%;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6, a, p {
	margin:0;
	padding:0;
}

.page-container {
	margin:0 auto;
	max-width:500px;
}

.page-header {
	margin-top: 30px;
	color:#fff;
	text-align:center;
	font-size:1.1em;
}

.page-subheader {
	padding-top: 5px;
	color:#fff;
	text-align:center;
	font-size:1.1em;
}

.the_date {
	text-align: center;
	float: left;
	width: 50%;
	padding-top: 10px;
}

.the_nav {
	float: left;
	width: 25%;
	font-size: 35px;
}

.the_nav a {
	text-decoration: none;
	color: #ffffff;
}

.login-form h3 {
	text-align:left;
	margin-left:40px;
	color:#fff;
}

.login-form {
	box-sizing:border-box;
	padding-top:15px;
	padding-bottom:10%;
	margin:5% auto;
	text-align:center;
}

.page-container input[type="text"],
.page-container input[type="password"] {
	max-width:400px;
	width: 80%;
	line-height:3em;
	font-family: 'Ubuntu', sans-serif;
	margin:1em 2em;
	border-radius:5px;
	border:2px solid #f2f2f2;
	outline:none;
	padding-left:10px;
}

.login-form input[type="submit"] {
	height:30px;
	width:100px;
	background:#fff;
	border:1px solid #f2f2f2;
	border-radius:20px;
	color: slategrey;
	text-transform:uppercase;
	font-family: 'Ubuntu', sans-serif;
	cursor:pointer;
}

.entry-box {
	background:#ffffff;
	border-radius:10px;
	box-shadow:0px 0px 5px #888;
	border: 1px solid #aaaaaa;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	margin-left: 3%;
	margin-right: 3%;
}

.entry-box p {
	padding-left: 20px;
	font-size: 0.8em;
}

.time-box{
	background-color: #bbb;
	font-weight: bold;
	padding: 3px;
	width: 100px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 0.8em;
}

.eval-box{
	background-color: #bbb;
	font-weight: bold;
	padding: 5px 3px 3px 3px;
	width: 200px;
	text-align: center;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}

.eval-box a{
	text-decoration: none;
	color: #000;
}

.no-eval-box{
	font-weight: bold;
	padding: 5px 3px 3px 3px;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}
.clear {
	clear: both;
}

.well {
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well h4{
	text-align: center;
	padding-bottom: 10px;
}

.cancel_btn{
	cursor: pointer;
}

.testresult{
	margin: auto;
	width: 95%;
	bottom: 0; left:0; right: 0; top:0;
	padding: 0;
}

.testresult ul{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.testresult ul li{
	color: #666;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 45px;
	/*border-bottom: 1px solid #111111;*/
}

.testresult ul li input[type=radio]{
	position: absolute;
	visibility: hidden;
}

.testresult ul li label{
 	display: block;
	position: relative;
	font-weight: 300;
	font-size: 20px;
	padding: 10px 0px 0px 80px;
	margin-top: 2px;
	height: 30px;
	z-index: 9;
	text-align: left;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}

.testresult ul li:hover label{
	color: #AAAAAA;
}

.testresult ul li .check{
	display: block;
	position: absolute;
	border: 4px solid #666;
	border-radius: 100%;
	height: 19px;
	width: 19px;
	top: 10px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.testresult ul li:hover .check {
	border: 4px solid #AAAAAA;
}

.testresult ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
	top: 2px;
	left: 2px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

/*FORM STYLES*/
input[type=radio]:checked ~ .check {
	border: 4px solid #27AE60;
}

input[type=radio]:checked ~ .check::before{
	background: #27AE60;
}

input[type=radio]:checked ~ label{
	color: #27AE60;
}

.input_label {
	font-size: 12px;
}

.cert_input {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 10px;
	width: 95%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}

.action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

.action-button:hover, .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}

.last {
	border-bottom: 0px !important;
}

/*Media Queries*/
@media only screen and (min-width : 150px) and (max-width : 530px){
	.login-form h3 {
		text-align:center;
		margin:0;
	}

	.login-button {
		margin-bottom:10px;
	}

	.well {
		width: 80%;
		padding: 15px 3%;
	}

}

@media screen and (min-width: 530px){
	.well {
		width: 350px;
		padding: 2%;
	}
}