body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	/* background-color: lightblue; */
	background-color: #033352;
}
a{color: #FFFFFF;}
#bg{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:block; /*!*/
	position:absolute;
	z-index:1;
}
p, h1, form, button{
	border:0;
	margin:0;
	padding:0;
}
.spacer{clear:both; height:10px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width: 95%;
	padding:14px;
	position: relative;
	top: 10px;
	z-index:5;
	min-height: 85vh;
}


.title{
	width: 100%;
	height: 100px;
	position: relative;
	z-index:5;
	background-color: #FFFFFF;
}




.titlereports{
	width: 100%;
	height: 100px;
	position: relative;
	z-index:5;
	background-color: #FFFFFF;

}

.headerbox{
	padding-top: 5px;
	border: 2px solid #000000;
	border-radius: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	width: 100%;
}

 #rightreport{
		 float: right;
		 height: 100px;
		 display: flex;
		 width: auto;
		 text-align: right;
		 align-items: center;
 }

#leftbox{
		float:left;
		width: 100px;
		height: 100px;
		display: flex;
		align-items: center;
		text-align: center;
		border: 2px solid;
		background-position: center;
		background-size: 100px 100px;
		background-color: #ebf4fb;
		background-image: url("UHSN.png");
		background-repeat: no-repeat;
}

#centerbox{
	float:left;
	display: flex;
	align-items: center;
	font-size: 60px;
	color: #033352;
	height: 100px;
	padding-left: 20px;
}


 #rightbox{
		 float:left;
		 width: auto;
		 height: 100px;
		 display: flex;
     margin-left: 10px;

 }

 .report{
 font-size:18px;
 font-family: Lato;
 border-collapse: collapse;
 }

.editstudent{width: 100%; display: inline-block; font-family: Lato; font-weight: bold; font-size: 16px; border: 2px solid #033352; margin-top: 5px; margin-bottom: 5px; text-align: center; background-color: #EDF4F9;}


#editstudentdivs{
float: left;
width: 50%;
display: inline-block;
text-align: left;
align-items: center;
padding-left: 10px;
}



.chartchild{
	background-color: #FFFFFF;
	width: 90%;
	align-items: center;
	text-align: center;
	margin-top: 40px;
	border-top: 1px solid #033352;
}
/* ----------- stylized ----------- */
#stylized{
	border:2px solid #666;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #FFFFFF;
}
#stylized h1 {
font-size:16px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:center;
width: 100%;


}
#stylized .small{
color:#000000;
font-family: Lato;
font-weight: bold;
display:block;
font-size:30px;
text-align:center;
width:800px;
margin: auto;
}

#stylized .scanlabel{
color:#000000;
font-family: Lato;
font-weight: bold;
font-size: 18px;
}

#stylized .small2{
color:#000000;
font-family: Lato;
font-weight: bold;
font-size: 20px;
}

#stylized .student{
font-size: 20px;
font-family: Lato;
font-weight: bold;
border: solid 1px #000000;
width: 50%;
margin: auto;
background-color: #FFFFFF;
margin-top: 10px;
}

#stylized .student_search{
font-size: 16px;
font-family: Lato;
font-weight: bold;
color: #000000;
padding: 5px;
border: solid 1px #000000;
width: 220px;
margin: auto;
margin-bottom: 10px;
}

#stylized .date_search{
font-size: 16px;
font-family: Lato;
font-weight: bold;
color: #000000;
padding: 5px;
border: solid 1px #000000;
width: 220px;
margin: auto;
background-color: #FFFFFF;
}

#stylized .records{
font-size: 16px;
font-family: Lato;
font-weight: bold;
color: #000000;
padding: 2px;
border: solid 1px #aacfe4;
width: 35px;
margin: auto;
margin-bottom: 5px;
}

#stylized .computer{
float:left;
font-family: Lato;
font-weight: bold;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
margin:2px 0 5px 10px;
width: 50px;
}
#stylized .teacher{
float:left;
font-family: Lato;
font-weight: bold;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
margin:2px 0 5px 10px;
width: 100px;
}

.search_button{
clear: both;
width: 35px;
height: 35px;
background-color: #033352;
text-align: center;
color: #aacfe4;
font-size: 16px;
font-weight: bold;
margin-left: 0;

}

.search_button:hover {background-color: #427696; color: #FFFFFF;}


.signin_button_small{
	display: inline-block;
width:35px;
height:35px;
font-family: Lato;
background-image: linear-gradient(#000000, #3e8e41);
text-align:center;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
border: 1px solid black;
border-radius: 50%;
 box-shadow: 0 2px #999;
vertical-align: top;
padding: 5px;
text-align: center;
}

.signout_button_small{
display: inline-block;
width:35px;
height:35px;
font-family: Lato;
background-image: linear-gradient(#000000, #A00314);
text-align:center;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
border: 1px solid black;
border-radius: 50%;
 box-shadow: 0 2px #999;
vertical-align: top;
padding: 5px;
text-align: center;
}

.signin_button{
display: inline-block;
clear: both;
width: 30px;
height: 30px;
font-family: Lato;
background-image: linear-gradient(#000000, #3e8e41);
text-align: center;
color:#FFFFFF;
font-size: 20px;
font-weight: bold;
border: 1px solid black;
border-radius: 5px;
 padding: 5px;
 margin-bottom: 10px;
}

.signin_button:hover {
background-image: linear-gradient(#224f24, #00FF00);

}


.login_button{
	display: inline-block;
	width: 210px;
	height: 30px;
	font-family: Lato;
	background-color: #0276db;

	text-align: center;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 2px;
	margin-top: 10px;
	}
	
	.login_button:hover {
		background-color: #00FFFF;
		color:#000000;
	}

	.logout_button{
		display: inline-block;
		clear: both;
		font-family: Lato;
		width: auto;
		height: auto;
		background-image: linear-gradient(#000000, #A00314);
		text-align: center;
		color: #FFFFFF;
		font-size: 16px;
		font-weight: bold;
		margin: auto;
		border: 1px solid black;
		border-radius: 5px;
		box-shadow: 0 2px #999;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 5px;
		}
		
		.logout_button:hover {background-image: linear-gradient(#75020f, #FF0000); color: #FFFFFF;}

		

.signin_button:active {
  background-color: #00FF00;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.health_button{
	display: inline-block;
clear:both;
width: 95%;
height: 40px;
font-family: Lato;
background-color: #033352;
text-align:center;
color: #FFFFFF;
font-size: 20px;
font-weight:bold;
margin-bottom: 10px;
border: 2px solid black;
border-radius: 10px;
 box-shadow: 0 2px #999;
}

.health_button:hover {
background-color: #2B54F9;

}


.signout_button{
display: inline-block;
clear:both;
font-family: Lato;
width:120px;
height:30px;
background-image: linear-gradient(#000000, #A00314);
text-align:center;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
margin: auto;
border: 2px solid black;
border-radius: 10px;
box-shadow: 0 2px #999;
}

.signout_button:hover {background-image: linear-gradient(#75020f, #FF0000);}



.signout_button:active {
  background-color: #FF0000;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

textarea {font-family: 'Lato', sans-serif; font-size: 14px; width: 400px; height: 50px; border: 1px solid #000000;}

textarea::placeholder {
  font-size: 14px;
}

#stylized .myTextBox {
    height: 30px;
	width: 95%;
    position: relative;
    left: 0;
    outline: none;
    border: 1px solid #000000;
    background-color: white;
    font-size: 16px;
	margin-top: 10px;
	padding-left: 10px;
}

#stylized .Notes {padding-left: 5px; position: relative; font-size: 16px;
margin-bottom: 10px; border: 1px solid #000000; width: 95%; height: 60px;}


.chartsbutton {
  display: inline-block;
  padding: 2px;
  font-size: 20px;
	font-family: Lato;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #317392;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px #999;
	margin-bottom: 10px;
}

.chartsbutton:hover {background-color: #75ACC7; color: #000000;}

.chartsbutton:active {
  background-color: #75ACC7;
  box-shadow: 0 2px #666;
	 color: #000000;
  transform: translateY(3px);
}


#dps {
	position: absolute;
	z-index: 5;
	left: 5px;
	top: 15px;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
}

tr.header {
    text-align: left; font-family: Lato; color: #000033; background-color:#ebf4fb; font-weight: bold; font-size: 20px; border: 1px solid #000000;
}

span.checkinout {display: inline-block;}

span.edittitles {display: block; font-size: 16px;}

#rcorners {
    border-radius: 10px;
    border: 2px solid #000000;
    padding: 0px;
    width: 700px;
    height: 90px;
}

tr.parent {font-size: 16px; border-bottom: 1px solid #CCCCCC;}
tr.parent2 {font-size: 16px;}

input::-webkit-calendar-picker-indicator {
              opacity: 100%; font-size: 16px; color: #033352;
           }


@media only screen and (max-device-width: 760px)
{

	tr.header {font-size: 40px;}
	tr.parent {font-size: 40px;}
	tr.parent2 {font-size: 25px;}
 span.checkinout {display: inline-block; font-size: 30px;}
 #stylized .small2{font-size: 40px;}
 .search_button{width:50px; height:50px; font-size:40px;}
 #stylized .student_search{font-size: 40px; width: 400px;}
 #stylized .date_search{font-size: 40px; width: 400px;}
 .editstudent{display: inline-block; font-size: 30px;}
 #editstudentdivs{width: 100%; display: block;}
span.edittitles {display: block; font-size: 40px;}
 #stylized .myTextBox {height: 60px; width: 90%; font-size: 40px;}
 #stylized .Notes {font-size: 40px; height: 200px; width: 90%; margin-bottom: 20px;}
 .health_button{width: 100%; height: 80px; font-size: 40px; border-radius: 0px; margin-bottom: 0;}
 input::-webkit-calendar-picker-indicator {font-size: 50px; opacity: 100%; color: #1A37AB;}
 .signin_button{width: 95%; height: 80px; font-size: 40px;}
 #leftbox{width: 310px; height: 310px; background-size: 310px 310px;}
 .titlereports{height: 310px;}
 .signout_button{width:200px; height:60px; font-size: 25px;}
.circle{ width: 40px; height: 40px; }

}
