
.top {
	background-color: #fff;
	border-bottom:1px solid #6f8428;
	padding: 10px 10px 30px 10px;
	position: fixed;
	top: 0px;
	left: 50px;
	right: 0px;
	color: #8ba633;
	height:15px;
}
a {
	padding:3px 6px;
	color:#000;
	margin:5px;
	margin-left:0px;
	font-size:14px;
	display:inline-block;
	background-color:#eef6d3;
	text-decoration:none;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
button {
	border-radius: 3px;
	padding: 5px 12px;
	font-size: 14px !important;
}
.left {
	width: 30px;
	padding: 10px;
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #eef6d3;
	border-right: 1px solid #6f8428;
	z-index:100;
}
.left a {
	text-align: left;
	min-width: 20px;
	height: 20px;
	font-size: 20px;
	padding: 5px 5px;
	margin:5px 0px;
	cursor:pointer;
	color:#000;
	min-width:20px;
	box-shadow:none;
	display:block;
	border-radius:3px;
}
.left a .fa {
	vertical-align:middle;
	width:20px;
	display:inline-block;
	text-align:center;
}
.left:hover {
	width:auto;
}
@media print {
	@page {
		size: A4;
		margin: 1cm;
	}
	.content, #reportingcontent, #studentdisplay {
		width:auto;
		top:auto !important;
		left:auto !important;
		right:auto !important;
		bottom:auto !important;
		position: static !important;
		overflow-y: visible !important;
	}
	.left, .top, #selectorholder, #allbuttons, #signout, #studentsearch {
		display:none !important;
	}
}
#signout {
	position: fixed;
	top: 3px;
	right: 3px;
	border-radius: 3px;
	background-color: #fff;
	padding: 10px 15px;
	color: #6f8428;
}
.leftnav {
	display:none;
}
.content {
	left: 51px;
	top: 56px;
}
#allbuttons {
	position:fixed;
	top: 3px;
	left: 60px;
	z-index: 99;
	height:50px;
}
#allbuttons a {
	border-radius: 3px;
	background-color: #fff;
	padding: 10px 15px;
	color: #6f8428;
}
#allbuttons label {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	top: -7px;
	color:#fff;
}
#allbuttons a:hover, #signout:hover, .clicked {
	color:#fff !important;
	background-color: #6f8428 !important;
}
#homebuttons{
	display:none;
}
.bigbutton {
	width:120px;
	height:120px;
	border-radius:3px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	text-align:center;
	font-size:16px;
	padding:10px;
	display:inline-block;
	vertical-align: text-bottom;
	margin:10px;
	cursor:pointer;
	color: #000;
	background-color: #fff;
}
.bigbutton i, .bigbutton .material-symbols-outlined {
	font-size:32px !important;
}
.left .buttontitletext {
	display:none;
	font-size:14px;
	vertical-align:middle;
}
.fa, .buttontitletext, .material-symbols-outlined{
	vertical-align:middle;
}
.material-symbols-outlined {
	font-size:20px !important;
}
.left:hover .buttontitletext {
	display: inline-block;
	margin-left:8px;
}
.left:hover a {
	width:auto;
	white-space:nowrap;
}
.clicked {
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5) !important;
}
.left a:hover {
	background-color:#fff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	border-radius:3px;
}
#microsoftlogin {
	border: 1px solid #ccc;
	border-radius:3px;
	color:#444;
	background-color:#fff;
	padding:20px;
	box-shadow:none;
}
.navitem {
	text-decoration:none;
	color:#000;
	border: none;
	margin-bottom:2px;
	width:190px;
	padding:3px;
}
.topbar {
	display:none;
}
.navitem, .navheader {
	font-size:14px;
	padding: 3px;
	padding-left: 5px !important;
	display: block;
}
.navitem {
	cursor:pointer;
	border-radius: 3px;
}
.navitem:hover {
	background:none !important;
	color:#888;
}
.sample {
	width:100px;
	cursor:pointer;
}
#lightbox {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	font-weight: bold;
	text-align:center;
	z-index:4;
}
#lightbox img {
	max-width: calc(100% - 20px);
	max-height: calc(100% - 80px);
	height: auto;
	width: auto;
}
.navheader {
	font-weight: 600;
	color: #999;
	text-transform: uppercase;
	padding-top:15px;
}
.leftnav {
	overflow-y: auto;
	background-color:#fafafa;
	top:0px;
	width:220px;
}
h2,b {
	font-weight:600;
}
.schoolname {
	font-weight:600;
	padding-left: 10px !important;
}
.navselected {
	color:#8BA633;
	text-shadow: 0px 0px 1px #8BA633;
	background:none;
}
.button {
	background-color: #8BA633 !important;
	border: none;
	color: #fff;
	font-size: 16px !important;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	padding: 5px 10px;
	cursor: pointer;
	text-decoration:none;
}
.button:hover {
	background-color: #6f8428 !important;
}
button, .button {
	border-radius: 3px;
	padding: 5px 12px;
	font-size: 14px !important;
}
select, input, textarea {
	border: 1px solid #ccc;
	font-size: 14px;
}
@media print {
	.leftnav {
		display:none;
	}
	.content {
		left: auto;
		width:100%;
		padding:0px;
	}
	body {
		width:100%;
	}
}
.StickyTableHead tr th,
.StickyTableHead tr td {
	position: sticky;
	z-index: 12;
	top: -12px;
	background: white;
	background-clip: content-box;
}
.StudentSurveyViewWrapper{
	position: sticky;
	background-color: #FFF;
	top: -10px;
	z-index: 100;
	padding: 10px;
}