@charset "UTF-8";

div.details *> span {
	cursor: pointer;
}
div.details *> span.school {	
	font-weight: bold;
	font-size: 40px !important;
	background:linear-gradient(transparent 60%, #bbffff 0%);
	padding-right: 8px;
}
div.details *> span.grade {	
	font-weight: normal;
	font-size: 36px !important;
	background:linear-gradient(transparent 60%, #bbffbb 0%);
	padding-right: 8px;
}
div.details *> span.class {	
	font-weight: normal;
	font-size: 36px !important;
	background:linear-gradient(transparent 60%, #ffffbb 0%);
	padding-right: 8px;
}
div.details *> span.subject {	
	font-weight: bold;
	font-size: 36px !important;
	background:linear-gradient(transparent 60%, #ffdd77 0%);
	padding-right: 8px;
}
div.details *> a, span.unavailable {	
	font-family: inherit;
	font-weight: normal;
	font-size: 32px;
	line-height: 56px;
	padding-left: 4px;
	padding-right: 4px;
}
div.details *> a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
	margin: 0 0 0 4px;
	content: '\f35d';
}

a {
	color: #0000EE;
}
a:visited {
	color: #CC1111 !important;
}
li.class, li.subject {
	list-style: none;
	line-height: 72px;
}
li.link {
	list-style: circle;
	line-height: 72px;
}
input[type=checkbox] {
	width: 32px;
	height: 32px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	margin-right: 8px;
}
hr.border1 {
	border-top: double 4px #E0E0C0;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
hr.border2 {
	border-top: dashed 2px #E0E0C0;
	border-left: none;
	border-bottom: none;
	border-right: none;
}
hr.border3 {
	border-top: dotted 2px #E0E0C0;
	border-left: none;
	border-bottom: none;
	border-right: none;
}

div.buttons {
	padding-bottom: 0px;
}
button {
	color: inherit;
	font-family: inherit;
	font-size: 32px;
	height: 80px;
	width: 30%;
	background-color: #E0E0C0;
	border-radius: 24px;
	border-top : 1px #C0C0C0 solid;
	border-left : 1px #C0C0C0 solid;
	border-bottom : 3px #A0A0A0 solid;
	border-right : 3px #A0A0A0 solid;
	cursor: pointer;
}
button:hover {
	background-color: #F0F0D0;
}
button:active {
	border-top : 3px #A0A0A0 solid;
	border-left : 3px #A0A0A0 solid;
	border-bottom : 1px #C0C0C0 solid;
	border-right : 1px #C0C0C0 solid;
}

div.filtering {
	padding-top: 15px;
}
div.filtering > input[type=text] {
	font-family: inherit;
	font-size: 32px;
	height: 64px;
	width: 90%;
	border: 2px #C0C0C0 solid;
}
div.filtering > button {
	font-family: inherit;
	font-size: 18px !important;
	height: 36px !important;
	width: 15% !important;
}

iframe.survey {
	overflow-y: auto;
}

.modal-overlay {
	opacity: 0.8;
	z-index: 1050;
	transition-timing-function: linear;
	transition-duration: .3s;
	transition-property: opacity;
	--tw-bg-opacity: 0.7;
	background-color: rgb(0 0 0/var(--tw-bg-opacity));
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	position: fixed;
}
.modal-wrapper {
	opacity: 1;
	z-index: 1055;
	transition-timing-function: linear;
	transition-duration: .3s;
	transition-property: opacity;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-window {
	margin-left: auto;
	margin-right: auto;
	max-width: 40rem;
	margin-top: 8rem;
	margin-bottom: 4rem;
	width: 91.666667%;
}
.modal-content {
	padding-bottom: 1.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	padding-top: 1.5rem;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255/var(--tw-bg-opacity));
	border-radius: 1rem;
	margin-top: -0.625rem;
}
.modal-header {
	font-size: 1.4rem;
	text-align: center;
    position: relative;
}
.modal-body {
	font-size: 2.1rem;
	min-height: 16rem;
	/* line-height: 1.25rem; */
	padding-top: 0.75rem;
	padding-bottom: 0.5rem;
	position: relative;
}
.modal-table {
	border: none;
	width: 100%;
}
.modal-table >* td {
	padding: 8px 4px 8px 4px;
}
.modal-table >* .select {
	font-size: 1.5rem;
	min-width: 16rem;
	min-height: 4rem;
}
 		
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {
	display: none;
	margin: auto;
	font-size: 10px;
	position: relative;
	top: 200px;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#page_top{
	width: 80px;
	height: 80px;
	position: fixed;
	right: 40px;
	bottom: -80px;
	background: #D0D0B0;
	opacity: 0.6;
	border-radius: 50%;
}
#page_top span{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
	cursor: pointer;
}
#page_top span::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 40px;
	color: #FFFFFF;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

div.promotionTitle  {
	color: #B0B090;
}
#promotion_area_on_modal,
#promotion_area_on_top,
#promotion_area_on_footer {
	display: none;
	width: auto;
}
#promotion_area_on_modal,
#promotion_area_on_footer {
	margin-top: 50px;
}
#promotion_area_on_top {
	margin-bottom: 100px;
}
#promotion_area_on_modal *> img,
#promotion_area_on_top *> img,
#promotion_area_on_footer *> img {
	max-width: 100%;
}
button.promotionClose {
	background-image: url('../img/icons/close.png');
	background-size: 30px;
	height: 30px;
	width: 30px;
	border: none;
	margin-left: 6px;
	vertical-align: middle;
}