*:not(i) {
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight:500;
}
body,
p {
	color:#484e5a;
}
strong {
	font-weight:500;
}

a,
a:hover {
	text-decoration: none;
}
table {
	width: 100%;
}
.single-lesson th {
	width: 200px;
}
header {
	padding:30px 0 60px;
}
.grecaptcha-badge {
	display:none;
}
.header_3 {
	text-align: right;
}
.form_changer {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form_changer p,
.form_changer label {
	width: 100%;
	margin-bottom: 1rem;
}
.form_changer select {
	height: 41px;
	margin-bottom: 7.5px;
}
.form_changer input[type="submit"] {
	height:41px;

}
.btn-outline-primary {
	border-color:#00ADD8;
	color:#00ADD8;
}
.btn-outline-primary:hover,
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
	background:#00ADD8;
	color:#fff;
}
.class_filters {
	margin-bottom:30px;
	max-width: 100%;
	overflow-y: scroll;
}
.nav-tabs .nav-link {
	color:#000;
}
.header_3 a {
	color:#00ADD8;
}
.nav.nav-tabs {
	margin-bottom: 30px;
}
.dataTables_paginate {
	padding-top: 0.85em;
}
.profile_row {
	margin-top:30px;
}
.profile_items {
	display: flex;
}
.profile_top_img {
	border: solid thin #dee1ea;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	position: relative;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	border-radius: 7px;
}
.select_homework {
	margin-bottom:15px;
}
.filter_calendar * {
	width:auto;
}
.filter_calendar a {
	margin-right: 15px;
}
.quick_links a {
	margin-right: 7.5px;
	margin-bottom: 7.5px;
}
#add-more-files {
	margin-bottom: 30px;
}
#new-assignment-form {
	margin-top: 15px;
}
footer {
	margin-top:60px;
}
#new-assignment-form label {
	margin-top:15px;
}
.file-upload-group {
	margin-bottom: 30px;
}
.processing-message {
	margin-top:7.5px;
}
.class_homework .dataTables_wrapper {
	display: none;
}
.login_form {
	margin-top: 20px;
	margin-left: 0;
	padding: 30px 30px 30px !important;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	max-width: 450px !important;
	margin-top: 2%;
	background: #fff;
	position: relative;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,.8);
	border-radius: 5px;
	margin:2% auto;
}
.login_form p.text-align-center {
	text-align: center;
}
.login_form img {
	margin-bottom:30px;
	text-align: center;
	max-width:100%;
	height:auto;
}
#loginform input[type="text"],
#loginform input[type="password"] {
	box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
}
#loginform .input,
#loginform input[type="text"] {
	height: 48px;
	color: #7f7f7f;
	border-color: #bdbdbd;
	padding-left: 27px;
	font-weight: normal;
	border-radius: 5px;
	margin-bottom: 18px;
	font: normal 15px "Roboto", sans-serif;
	width: 100%;
	border-width: .0625rem;
	padding: .1875rem .3125rem;
	margin: 0 6px 16px 0;
	min-height: 40px;
	max-height: none;
  }
#wp-submit {
	height: auto;
	line-height: 20px;
	padding: 13px;
	float: none;
	width: 100%;
	box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
	background: #fff;
	min-height: 32px;
	margin: 7px 0 7px;
	border-radius: 5px;
	color:#008ec2;
	border:solid thin #008ec2;
}
#wp-submit:hover {
	background:#008ec2;
	color:#fff;
}
table.dataTable th {
	font-weight: 500;
}
.margin-top-15 {
	margin-top: 15px;
}
#upload-assignment-form .btn {
	margin-top: 15px;
}
#troubleshoot {
max-width: 600px;
}
.wpcf7-form-control-wrap {
	margin-bottom: 12.25px;
	display: inline-block;
	width: 100%;
}
.wpcf7-form input:not([type="submit"]) {
	width: 100%;
	height: 35px;
	padding: 0 10px;
	margin-bottom: 3.75px;
}
.wpcf7-form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 3.75px;
}
.wpcf7-form input[type="submit"] {

} 
table.dataTable {
	width: 100% !important;
}
#new-assignment-form input[type="submit"] {
	margin-top:15px;
}
.outer_btn {
	position: relative;
}
.remove_file {
	display: none;
	position: absolute;
	top: -12px;
	right: 0px;
	width: 20px;
	height: 20px;
	color: #fff;
	background: white;
	border: solid thin red;
	border-radius: 100%;
	fill: red;
	font-size: 10px;
	justify-content: center;
	align-items: center;
	
}
.remove_file:hover {
	background:red;
	fill:white;
}
.update_files {
	display: none;
}
#processing-message {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center; 
	display: flex;
	justify-content: center;
  	align-items: center;
}
#processing-message i {
	font-size: 52px;
	margin-bottom: 15px;
}
#processing-message span {
	font-size: 22px;
	text-transform: capitalize;
}
.overflow-loading {
	overflow: hidden;
	height:100vh;
}
.acf-checkboxes ul {
	padding-left: 0;
	list-style: none;
	column-count: 4;
}
.fancybox-button.fancybox-button--print {
	background: transparent;
	color: #000;
	border: solid thin #000;
	margin-top: -30px;
}
.upload_zip_file {

}
.upload_zip_file h3 {
	margin-bottom: 15px;
}
#running {
	width: 100%;
}
.upload_zip_file .form-control{
	width: auto;
	width: 100%;
	max-width: 350px;
	margin-right: 15px;
}
.upload_zip_file form {
	display: flex;
	flex-wrap: wrap;
}
.existing_backups {
	margin-top: 60px;
}
.existing_backups h3 {

}