@font-face{
	font-family: 'Indivisa Text Sans Regular';
	src: url('../../fonts/eot/IndivisaTextSans-Regular.eot');
	src: url('../../fonts/eot/IndivisaTextSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaTextSans-Regular.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaTextSans-Regular.woff') format('woff'),
		url('../../fonts/ttf/IndivisaTextSans-Regular.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaTextSans-Regular.svg#indivisa') format('svg');
}
@font-face{
	font-family: 'Indivisa Text Sans Bold';
	src: url('../../fonts/eot/IndivisaTextSans-Bold.eot');
	src: url('../../fonts/eot/IndivisaTextSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../../fonts/woff2/IndivisaTextSans-Bold.woff2') format('woff2'),
		url('../../fonts/woff/IndivisaTextSans-Bold.woff') format('woff'),
		url('../../fonts/ttf/IndivisaTextSans-Bold.ttf') format('truetype'),
		url('../../fonts/svg/IndivisaTextSans-Bold.svg#indivisa') format('svg');
}
html,body{
	background: #eee;
	font-size: 16px;
	font-family: 'Indivisa Text Sans Regular', Verdana, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
	position: relative;
	padding: 0;
}
*{
	box-sizing: border-box;
}
a{
	color: #00f;
	text-decoration: none;
}
body{
	min-height: 100vh;
	min-width: 370px;
}
body.login{
	background: url(../images/bg.jpg) center;
	background-size: cover;
}
.clearfix{
	clear: both;
	display: block;
	height: 0;
	width: 0;
}
.frmLogin{
	background: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	display: block;
	margin: 50px auto 0 auto;
	padding: 20px;
	width: 350px;
}
.frmLogin .delasalle{
	background: url(../../images/lasalle_Color.png) center no-repeat;
	background-size: auto 50px;
	height: 50px;
	margin: 0 0 20px 30px;
}
.frmLogin h1{
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 10px 0;
	text-align: center;
}
.frmLogin label,
.frmLogin input[type="text"],
.frmLogin input[type="password"],
.frmLogin input[type="email"]{
	display: block;
	font-size: 16px;
	font-family: 'Indivisa Text Sans Regular', Verdana, sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
	width: 100%;
}
.btn{
	background: #142856;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-family: 'Indivisa Text Sans Regular', Verdana, sans-serif;
	line-height: 16px;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
	width: 100%;
}
.socialLogin{
	background-color: #fff;
	background-position: 100px 5px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border: 1px solid #666;
	border-radius: 5px;
	color: #000;
	display: block;
	margin: 5px 0;
	padding: 7px 10px 7px 140px;

}
.socialLogin:hover{
	background-color: #eee;
}
#saving{
	background: rgba(255,255,255,.7);
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 50;
}
#saving #logo{
	animation: loading 2s linear infinite;
	background: url(../../images/loader_lasalle.png);
	background-size: cover;
	height: 100px;
	margin: calc(50vh - 50px) auto;
	width: 100px;
}
@keyframes loading{
	0% {transform: rotate(0deg);}
	50% {transform: rotate(180deg);}
	100% {transform: rotate(360deg);}
}
header{
	background: #1a233e;
	box-shadow: 0 0 5px 5px rgba(0,0,0,.5);
	color: #fff;
	height: 120px;
	position: fixed;
	z-index: 10;
	width: 100%;
}
#portal{
	display: none;
}
#lasalle{
	background-image: url(../../images/l.png);
	background-position: -10px -10px;
	background-repeat: no-repeat;
	background-size: 180px auto;
	height: 120px;
	left: 0;
	position: absolute;
	top: 0;
	width: 180px;
}
#parent{
	bottom: 20px;
	font-size: 16px;
	position: absolute;
	right: 20px;
	text-align: right;
	width: 180px;
}
#cart{
	background: url(../images/ico_cart.png);
	background-size: cover;
	color: #1a233e;
	cursor: pointer;
	height: 30px;
	padding-left: 5px;
	position: absolute;
	right: 20px;
	top: 140px;
	width: 30px;
}
#cart span{
	background: #eee;
	border-radius: 50%;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	margin: -5px auto 0 auto;
	text-align: center;
	width: 15px;
}
#lblMenu{
	height: 40px;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 40px;
}
#lblMenu span{
	background: #fff;
	height: 4px;
	position: absolute;
	top: 18px;
	width: 40px;
}
#lblMenu span:nth-child(1){
	top: 6px;
}
#lblMenu span:nth-child(3){
	top: 30px;
}
#chkMenu{
	display: none;
}
header nav{
	background: url(../../images/l.png) -10px -130px no-repeat #1a233e;
	background-size: 180px auto;
	max-height: 0px;
	overflow: hidden;
	position: absolute;
	top: 120px;
	width: 100%;
}
header label{
	display: block;
	height: 30px;
}
header nav a{
	color: #fff;
	display: block;
	margin: 5px 0;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
header nav a:active,
header nav a:hover{
	background: rgba(255,255,255,.1);
}
header nav span{
	display: block;
	height: 20px;
}
#chkMenu:checked + nav{
	max-height: 5000px;
}
section{
	min-height: calc(100vh - 120px);
	padding: 160px 20px 40px 20px;
}
.wrapper{
	margin: 0 auto;
	max-width: 1480px;
}
section h2{
	color: #1a233e;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 20px 0;
	padding: 0;
	text-shadow: 1px 1px rgba(0,0,0,.3);
	text-transform: uppercase;
}
.student{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	cursor: pointer;
	margin-bottom: 20px;
	padding: 10px;
}
.student > img{
	float: left;
	height: 118px;
	margin: 0 20px 0 0;
	width: 100px;
}
#inner_wrapper{
	max-width:556px;
}
.column{
	margin: 0 auto;
	max-width: 800px;
}
.calendar{
	margin:3px;
	min-width:272px;
}
.cal_detail{
	float:left;
	margin:3px;
	min-width:272px;
}
.cal_detail label{
	display:block;
}
.frmDay{
	display:inline-block;
	height:20px;
	width:20px;
}
#studentHeader{
	background: url(../images/studentHeader.png) 0 0 repeat-y;
	background-size: 20px auto;
	padding-left: 40px;
}
#studentHeader strong{
	color: #1a233e;
	font-size: 26px;
	line-height: 26px;
}
#studentHeader span{
	font-size: 22px;
	line-height: 22px;
}
.tiles{
	padding: 80px 0;
	text-align: center;
}
.tile{
	background: url(../images/tile_bg.png) 0 0;
	background-size: 100% 100%;
	color: #333;
	display: block;
	font-size: 20px;
	height: 100px;
	margin: 0 auto 40px auto;
	padding: 20px 0 0 10px;
	position: relative;
	text-align: left;
	width: 300px;
}
.tile strong{
	display: block;
	font-size: 30px;
	margin-bottom: 20px;
}
.tile img{
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

@media screen and (min-width: 480px){
	section h2{
		font-size: 26px;
		line-height: 26px;
	}
	#parent{
		width: 280px;
	}
}
@media screen and (min-width: 640px){
	.student{
		float: left;
		margin: 0 5px 20px 5px;
		width: calc(50% - 10px);
	}
}
@media screen and (min-width: 768px){
	#parent{
		font-size: 22px;
		width: 500px;
	}
}
@media screen and (min-width: 768px){
	.tile{
		display: inline-block;
		margin: 0 20px 40px 20px;
	}
}
@media screen and (min-width: 960px){
	#lasalle{
		background-position: -20px -20px;
		background-size: 220px auto;
		width: 220px;
	}
	#parent{
		font-size: 22px;
		width: 600px;
	}
	#lblMenu{
		display: none;
	}
	header nav{
		background-position: -20px -140px;
		background-size: 220px auto;
		box-shadow: 0 10px 5px 5px rgba(0,0,0,.5);
		height: calc(100vh - 120px);
		max-height: calc(100vh - 120px);
		width: 200px;
	}
	header nav label{
		height: 80px;
	}
	header nav a{
		padding: 10px 20px;
		text-align: right;
	}
	section{
		margin-left: 200px;
	}
}
@media screen and (min-width: 1280px){
	#portal{
		color: rgba(255,255,255,0.1);
		display: block;
		font-size: 100px;
		font-weight: bold;
		height: 100px;
		line-height: 100px;
		position: absolute;
		text-align: center;
		top: 10px;
		width: 100%;
	}
	.student{
		width: calc(33.33% - 10px);
	}
}
@media screen and (min-width: 1440px){
	.student{
		width: calc(25% - 10px);
	}
}