@charset "utf-8";
/* CSS Document */
html {
	background-image: url('../img/background-main.jpg');
	background: url('../img/background-main.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	padding:0;
	height:99%;
}

body {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:#222;
	height:97%;
}

.content {
	width:900px;
	margin:0 auto;
	padding:40px;
	background:rgba(256,256,256,.8);
	min-height:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.7+100 */
	/*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */*/
	/*background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */*/
	/*background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */*/

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+15,0.7+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */

}

/*h1 {
	font-family: Impact, Charcoal, sans-serif;
}*/

p {
	line-height: 18px;
}

/*.answer {
	margin-left: 30px;
}*/

li, ul {
	/*list-style:none;*/
	margin-left:40px;
}

.top_nav {
	text-decoration:none;
	font-weight:bold;
	font-size:120%;
	margin:10px;
	margin-top:35px;
}

.feedback-correct {
	border: 1px solid green;
	border-radius: 10px;
	padding: 10px;
	background: #b5fcb5;
	width:600px;
}

.feedback-incorrect {
	border: 1px solid red;
	border-radius: 10px;
	padding: 10px;
	background: #ffe5e5;
	width:600px;
}
.correctAnswer, .wrongAnswer {
	font-weight:bold;
}

.answerFeedback {
	font-style:italic;
}

.question {
	margin-top:40px;
}

.btn {
	background: #1cc722;
	background-image: -webkit-linear-gradient(top, #1cc722, #1d8a24);
	background-image: -moz-linear-gradient(top, #1cc722, #1d8a24);
	background-image: -ms-linear-gradient(top, #1cc722, #1d8a24);
	background-image: -o-linear-gradient(top, #1cc722, #1d8a24);
	background-image: linear-gradient(to bottom, #1cc722, #1d8a24);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 25px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	box-shadow: none;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	min-width: 150px;
	cursor:pointer;
}

.login {
	border: 1px solid gray;
	border-radius: 10px;
	padding: 10px;
	background: #ccf2ff;
	background: #C0C0C0;
	background: #eee;
	width:450px;
}
.login-buttons, a.btn-next-section {
	background: #1cc722;
	background-image: -webkit-linear-gradient(top, #1cc722, #1d8a24);
	background-image: -moz-linear-gradient(top, #1cc722, #1d8a24);
	background-image: -ms-linear-gradient(top, #1cc722, #1d8a24);
	background-image: -o-linear-gradient(top, #1cc722, #1d8a24);
	background-image: linear-gradient(to bottom, #1cc722, #1d8a24);
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	font-family: Arial;
	color: #ffffff;
	font-size: 25px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	box-shadow: none;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
	float:right;
	min-width: 150px;
	cursor:pointer;
	text-align:center;

}

.btn:hover, .login-buttons:hover,a.btn-next-section:hover {
	background: #46cc25;
	background-image: -webkit-linear-gradient(top, #46cc25, #1c9c2b);
	background-image: -moz-linear-gradient(top, #46cc25, #1c9c2b);
	background-image: -ms-linear-gradient(top, #46cc25, #1c9c2b);
	background-image: -o-linear-gradient(top, #46cc25, #1c9c2b);
	background-image: linear-gradient(to bottom, #46cc25, #1c9c2b);
	text-decoration: none;
	box-shadow: none;
	border:none;
}

.quiz {
	margin-right:50px;
}

.register {
	vertical-align: text-top;
	margin-left: 20px;
	margin-top: 20px;
	float:left;
	border: 1px solid gray;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 50px;
	margin-right: 2000px;
	background: #C0C0C0;
	background: #eee;
	width:620px;
	display: block;
}

.regError {
	vertical-align: text-top;
	padding: 10px;
	float: right;
	color: red;
	display: block;
	margin-right:50px;
}

.volId {
	font-size: 10px;
	color: #C0C0C0;
	font-family: courier;
	float: right;
}

.reg-button {
	margin-top: 20px;
	font-weight: bold;
	font-size: 120%;
}

input[type='text'],input[type='password']{
	float: right;
	width: 300px;
	height: 20px;
	padding: 5px;
	border-radius: 5px;
	background: white;
	border:1px solid #ccc;
}

textarea {
	float: right;
	width: 300px;
	padding: 5px;
	border-radius: 5px;
	background: white;
	border:1px solid #ccc;
}

select {
	width: 310px;
	border-radius:5px;
	background:white;
	padding:5px;
	float:right;

}

li {margin: 5px 0;}
ul {padding:0;}

.logo {
	max-width:100%;
	width:365px;

}

.left {float:left;}
.right {float:right;}

.sections {
	width:480px;
	max-width:100%;
}

.section {
	margin: 5px 0;
	padding:8px 0;
	border-bottom: 1px solid #bbb;
}

iframe {
	max-width: 100%;
}

.go {
	background: green;
	color: white;
	text-decoration: none;
	border-radius: 3px;
	padding: 5px;
	cursor:pointer;
}

.go:hover {
	background:#33cc33;
}

.bold {
	font-weight:bold;
	border-bottom: 1px solid #bbb;

}

.scoring {
	margin-top: 20px;
	/*float: left;*/
	border: 1px solid rgb(215, 139, 0);
	border-radius: 10px;
	padding: 10px;
	background: rgb(255, 244, 165);
	width: 600px;
}

.question_text {
	/*font-weight:bold;*/
}

.custom {
	word-wrap: break-word;
}

/*mobile css*/

@media screen and (max-width: 680px) {

	.namma {
		width: 100%;
		margin:0;
		padding:0;

	}

	img {
		max-width:100%;
		margin:0 auto;
	}

	.logo {
		margin:0 auto;
		max-width:100%;

	}

	.content {
		width:100%;
		padding:0;
	}

	.login, .register {
		padding:10px;
		width: 90%;
		margin:0 auto;
	}

	input[type='text'],input[type='password']{
		width: 95%;
		height:20px;
		border-radius:5px;
		background:white;
		padding:5px;
		font-size:110%;
	}

	textarea {
		width: 95%;
		border-radius:5px;
		background:white;
		padding:5px;
		font-family: Arial;
		font-size:110%;
	}

	select {
		width: 99%;
		border-radius:5px;
		background:white;
		padding:5px;
		font-size:110%;

	}

	/*.reg-button {
		margin-top: 20px;
		font-weight: bold;
		font-size: 120%;
	}*/

	h1 {
		font-size: 150%;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}

	.btn, .login-buttons {width:100%;}

	.custom {
		margin:5%;
		width:90%;
	}

	.sections {
		padding:3%;
		max-width:94%;
	}

	.section_name {
		width:80%;
	}

	.Section.Header {
			font-size: 85%;
	padding: 0 15px;
	}

	.quiz {
		padding: 10px;
		margin:0;
	}

	.feedback-correct, .feedback-incorrect {
		width:90%;
	}

	.scoring {
		width: 90%;
	}

	a.btn-next-section {
		width:89%;
	}

		
}