@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	
}
a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
h1 {
	font-size:50px;
}

h2 {
	font-size:18px;
}

.classlist h2 {
  font-size: 20px;
  margin: 0 0 -5px 0;
  line-height: 0;
}

.header {
  width: 90%;
  height:200px;
  margin: 0 auto;
  border: 2px solid #003;
  border-left:none;
  border-right:none;
  border-top:none;
  padding: 5px;
  padding-bottom: 0px;
}

.header #logo {
	position:relative;
	width:200px;

}

.header #title {
	margin-left: 275px;
	margin-top: -55px;
	font-size: 50PX;
	color: #003;
}

.uppernav {
  width: 90%;
  margin: 0 auto;
  padding: 5px;
  padding-bottom: 0px;
  text-align:right;
/*  display: none; */
	
}
.uppernav button {
	
}

.uppernav a {
	text-decoration:none;
}

.uppernav2 {
  width: 90%;
  margin: 50px auto;
  padding: 5px;
  padding-bottom: 0px;	
}

.content {
	position:relative;
	margin-top: 10px;
	color: #003;
	
}
.dashboard {
  width: 90%;
  margin: 0 auto 20px;
  padding: 5px 5px 0px 5px;
  overflow:hidden;
}

.dashhead {
  width: 100%;
  height:150px;
  margin: 0 0 0 0px;
  padding-bottom: 0px;
}


.content #bridge {
	position:relative;
	float:left;
}
.btn1 {
  padding: 6px 6px;
  line-height: 1.3333333;
  font-size: 12px;
  border-radius: 6px;
}


.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 
  padding: 3px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
}

.btn3 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 
  padding: 3px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
}
.btn4 {
  display:inline-block;
  margin-top:3px;
  position:relative;
  padding: 6px 6px;
  line-height: .93;
  font-size: 12px;
  border-radius: 6px;
  text-decoration:none;
}
	
.backArrow {
  font-size: 40px;
}
.fullBody {
  width: 85%;
  margin: 0 auto;
  padding: 5px;
  padding-bottom: 0px;

}

.column1 {
	float:left;
	position:relative;
	margin-left: 50px;
	margin-top: 10px;
	width: 45%;

}
.column2 {
	float:left;
	position:relative;
	margin-left: 50px;
	margin-top: 10px;
	width: 45%;
}

.c1v3 {
/*	margin-left:10px; */
	width:20%;
}

.c2v3 {
	width:70%;
	min-height:300px;
	margin-left:0;
	padding-left:50px;
	border-left:1px solid #ccc;
}
#roster {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#roster td, #roster th {
  border: 1px solid #ddd;
  padding: 8px;
}


#roster th:nth-child(2) { border-top-left-radius: 5px; border: 0px; }
#roster th:last-child { border-top-right-radius: 5px; border: 0px; }
#roster td:nth-child(2) { border-radius: 0 0 0 0px; }
#roster tr:last-child td:last-child { border-bottom-right-radius: 0px; }


#roster td {
	font-size: 14px;
}

#roster tr:nth-child(even){background-color: #f2f2f2;}

#roster tr:hover {background-color: #ddd;}

#roster th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #003;
  color: white;
  font-size:16px;
  font-weight: normal;

}
#roster form {
	font-size: 14px;
}
.subroster {
	width:100%;
}
.subroster th {
	background-color: #F00;
}

.subroster th td {
	font-size:8px;
}

#roster2 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#roster2 td, #roster2 th {
  border: 1px solid #ddd;
  padding: 8px;
}

#roster2 td {
	font-size: 14px;
}

/* #roster2 tr:nth-child(odd){background-color: #f2f2f2;}

#roster2 tr:hover {background-color: #ddd;} */

#roster2 th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #003;
  color: white;
  font-size:16px;
}
#questions {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 80%;
  margin:auto;
}

#questions td, #questions th {
  border: 1px solid #ddd;
  padding: 12px;
}

#questions td {
	font-size: 18px;
}

#questions tr:nth-child(even){background-color: #f2f2f2;}

#questions tr:hover {background-color: #ddd;}

#questions th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #003;
  color: white;
  font-size:16px;
}


/*.button{
              background-color:#1C2045;
                color:#E7C254;
                padding:5px 20px;
                max-width: 300px;
                line-height:1.5em;
                text-align:center;
                margin:5px auto;
            }
            .button a{ color:#E7C254;}
*/

.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(207, 207, 207)), color-stop(0.79, rgb(252, 252, 252)));
  background-image: -moz-linear-gradient(center bottom, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
  background-image: linear-gradient(to top, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%); 
  padding: 3px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
}
.btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(207, 207, 207)), color-stop(0.79, rgb(252, 252, 252)));
  background-image: -moz-linear-gradient(center bottom, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
  background-image: linear-gradient(to top, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%); 
  padding: 3px;
  border: 1px solid #000;
  color: black;
  font-size:18px;
  text-decoration: none;
}

#export {
	text-decoration:none;
	font-size:10px;
	color:#003;
}

.tableHead {
	font-size:18px;
}
.Tbl1 {
	 border: 1px solid #ddd;
	 padding: 5px;
}
.smallHeadtext {
	 font-size:12px;
}

.wide {
	width: 100%;
	margin:0 auto;
}
[id^="myFormx"]{
	background:red;
}
#myForm {
	display: none;
/*	margin-top: -5px; */
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	font-size: 12px;
}

#myForm2 {
	display: none;
/*	margin-top: -5px; */
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	font-size: 14px;
}

#myForm3 {
	display: none;
/*	margin-top: -5px; */
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	font-size: 12px;
}
#myForm5 {
	display: none;
/*	margin-top: -5px; */
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	font-size: 12px;
}
#SGList {
	display: none;
/*	margin-top: -5px; 
	padding: 5px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	font-size: 12px; */
}

#adminformHead {
  border: 1px solid #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 8px;
}

#adminformh2 {
	font-size:14px;
	font-weight:bold;
}

#adminformHead {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #003;
  color: white;
  font-size:16px;
}

#adminform {
  padding: 8px;
  text-align: left;
  background-color: #f2f2f2;
  font-size:14px;
  line-height: 1.6;
}

#adminform label {
	display:inline-block;
	width: 120px;
}
#adminform input[type="text"] {
	font-size:14px;
}

	
#footerwrap {
/*	width:100%;
	margin:30px auto;
	padding-bottom: 15px; */
}

.footer {
  width: 90%;
  clear:both;
  margin: 50px auto;
  border-top: 2px solid #003;
  text-align:center;
  padding-top: 10px;
  padding-bottom: 5px;
}

.wrapper
{ width: 350px; 
padding: 20px; 
}
.wrapper2
{ width: 800px; 
padding: 20px; 
}

/* ---- Manage Menu Section - for Heaven Questions ----*/
.managemenu ul {
	list-style-type: none;
    margin-left: -10px;
}
.managemenu li {
}
.managemenu li a {
  text-decoration: none;
}
.instruction {
	color:red;
	font-size:11px;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

#classIcon {
  width: 20%;
}

.modalDialog > div {
	width: 475px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
/*	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999); */
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #F00;color:#ffffff; }
.close2 {
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.attendance {
	padding-top:20px;
	font-size:20px;
	text-align:center;
}
.attendance a {
	font-size:16px;
	padding-top:10px;
}
#wait_msg {
  position:fixed;
  padding:0;
  margin:0;
  top:0;
  left:0;
  align-items: center;
  height:100vh; 
  width:100vw;
  background:rgba(0, 0, 0, 0.75); 
  display:none;
}

.adminNotice {
  width: 75%;
  margin: -10px auto 20px;
  padding: 15px;
  border: 1px solid red;
  background-color:lightgray;
  box-shadow: 5px 5px #888888;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #c9302c;
}
@media (max-width: 900px) {
  .body {font-size:12px;}
  .column1, .column2  {width:100%; margin:auto;}
  .header {height:150px;}
  .header #logo img {width:70%; height:auto;}
  .header #title {width:70%; float:right; font-size:35px;}
}
@media (max-width: 620px) {
  .column1, .column2 {width:100%; margin:auto;}
  .header {height:50px;}
  .header #logo {display: none;}
  .header #title {font-size:25px; clear:both; margin:auto; width:100%; text-align:center;}
  .uppernav {text-align:center;}
}

/* ---- Print Section - for Heaven Questions ----*/

@media print {
	.header {
  height:200px;
  width:100%;
  margin: 0 auto;
  border: 2px solid #003;
  border-left:none;
  border-right:none;
  border-top:none;
  padding: 5px;
  padding-bottom: 0px;
}

.header #logo {
	position:relative;
	width:200px;

}

.fullBody {
  margin: 0 auto;
  padding: 5px;
  padding-bottom: 0px;
  width:100%;

}

.header #title {
	margin-left: 275px;
	margin-top: -20px;
	font-size: 20px;
	color: #003;
}

#questions {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  margin:auto;
}

#questions td, #questions th {
  border: 1px solid #ddd;
  padding: 12px;
}

#questions td {
	font-size: 14px;
}

#questions tr:nth-child(even){background-color: #f2f2f2;}

#questions tr:hover {background-color: #ddd;}

#questions th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #003;
  color: white;
  font-size:16px;
}
.correct {
  font-size:14px;
  color: #060;
}
.false {
  font-size:14px;
  color: #F00;
}
}
