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

/* School Pricelist */

.SchoolPricelist {
	background: url(../../module/school-info/img/BgrSchoolInf.svg) no-repeat center center #2091d2;
	background-size: auto;
	color: #FFF;
}



.SchoolPricelist button {
	background: #FFF;
	color: #2091d2;
}

.SchoolPricelist button:hover {
	background: rgba(255, 255, 255, 0.7);
	transition: background-color 300ms;
	}
	
	
.ForSchoolsTable table {
	text-shadow: none;
	margin: 20px auto;
}

.ForSchoolsTable tr {
	border-top:1px solid #FFF;
}

.ForSchoolsTable td {
	background: none;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1em;
	color: #FFF;
	font-weight: 200;
	border-top:1px solid #FFF;
	max-width: 180px;
	text-align: center;
	vertical-align: text-top;
}

.ForSchoolsTable th {
	background: none;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1em;
	color: #FFF;
	font-weight: 400;
	border-top:1px solid #FFF;
	text-align: left;
	vertical-align: text-top;
}

.ForSchoolsTable.Delivery th {
	text-align: center;
	padding: 10px 5px;
}

.ForSchoolsTable td h3 {
	font-size: 1.3em;
	color:#FFF;
	font-weight: 600;
	margin: auto;
}


.ForSchoolsTable .tHead {
	padding-top: 30px;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
}

.ForSchoolsTable.Delivery .tHead {
	font-size: 1.6em;
}

.ForSchoolsTable .Yes {
	display: block;
	width:28px;
	height:28px;
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	background: #FFF;
	color: #2091d2;
	font-size: 0.9em;
	font-weight: 600;
	padding-top: 5px;
	box-sizing: border-box;
	margin: auto;
}

.ForSchoolsTable .No {
	display: block;
	width:28px;
	height:28px;
	border-radius:14px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	background: #2091d2;
	color: #FFF;
	font-size: 0.9em;
	font-weight: 600;
	padding-top: 3px;
	border: 3px solid #FFF;
	box-sizing: border-box;
	margin: auto;
}


.ForSchoolsTable table button {
	background: #8bb431;
	font-size: 1.15em;
	padding: 5px 15px;
	height: auto;
	width: auto;
	display: block;
	margin: 5px auto;
	color: #FFF;
}

.ForSchoolsTable table button:hover {
	background: rgba(139, 180, 49, 0.8);
}

.ForSchoolsTable table td.Col1 {
	/*#2091d2*/
	background:#3fa9e7;
}

.ForSchoolsTable table td.Col2 {
	background:#0f78b5;
}

.ForSchoolsTable table td.Col3 {
	background:#13a1f3;
}