body{
	background-color: #005bf0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	overflow: hidden;
}
h1{
	color: #fff;
	margin: 5px;
	text-shadow: 2px 2px 3px black;
}
#nav{
	font-size: 1em;
	text-align: center;
	color: #fff;
	margin: 0;
	line-height: 44px;
	-webkit-box-shadow: 0px 0px 3px 1px #000;
	box-shadow: 0px 0px 3px 1px #000;
	border: 1px outset black;
	background: #161c30;
	height: 44px;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
}
#content{
	padding: 5px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	width: 100vw;
	height: auto;
	position: fixed;
	top: 46px;
	left: 0px;
	right: 0px;
	bottom: 125px;
}
#footer{
	text-align: center;
	left: 10%;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.23);
	-webkit-border-radius: 4px;
	border: 1px inset #477bff;
	position: absolute;
	bottom: 20px;
	width: 80%;
	color: #fff;
	position: fixed;
	height: 105px;
}
#footer a{
	color: #fff;
}
#homebtn,
#logout{
	background-image: url('logout.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 60px;
	height: 30px;
	position: fixed;
	top: 7px;
	cursor: pointer;
}
#homebtn{
	background-image: url('//www.besmartkids.com/wp-content/themes/patdude/animate/bsk-cloud-logo.png');
	left: 5px;
}
#logout{
	right: 5px;
}
#bsk-logo{
	background-image: url('bsklogo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 280px;
	height: 160px;
	margin: 5px auto;
}
input[type=text], input[type=password], input[type=number], .signup-field {
	-webkit-border-radius: 5px;
	font-size: 18px;
	padding: 5px;
	color: navy;
	border: none;
	margin: 9px;
	-webkit-box-shadow: 0px 5px 8px -3px rgba(30,30,30.5);
	text-align: left;
}
#login-form{
	text-align: center;
}
* {
	box-sizing: border-box !important;
}
input[type=button], input[type=submit], .neu-btn, .neu-button, #login-btn, .neu-btn-white{
	font-size: 18px;
	padding: 5px;
	color: navy;
	border: none;
	margin: 9px;
	-webkit-box-shadow: 0px 5px 8px -3px rgba(30,30,30.5);
	text-align: left;
	min-width: 242px;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 20px;
	height: 30px !important;
	line-height: 24px;
	text-align: center;
	padding: 5px;
	background: #005bf0;
	border: none;
	color: #eee;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: -1px -1px 2px 0px rgba(255, 255, 255, .7),-6px -5px 7px -2px rgba(255, 255, 255, .5),2px 2px 4px 4px rgba(10, 10, 10, .3),1px 1px 2px 2px rgba(20, 20, 20, .9),9px 9px 13px -1px rgba(20, 20, 20, .6);
	cursor: pointer;
	-webkit-user-select: none;
}
.stacked-btns{
	line-height: 55px;
	
}
#errors{
	color: red; text-decoration: none; font-size: normal; font-weight: bold;
}
#passwordChecker{
	padding: 5px; margin: 5px 5px 5px 20px; width: 250px; height: 200px; font-size: 16px; display: inline-block; text-align: center; background: #98b8cf;overflow: hidden;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: right;
}
.invalid, .valid {
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: 24px;
	color: red;
}
.invalid {
	background-image: url('invalid.png');
}
.valid {
	background-image: url('check-mark.png');
}
.center-pane{
	width:70%;
	min-width: 300px;
	max-width: 700px;
	overflow: visible;
	margin: 0 auto;
	
}
.read-friendly{
	background-color: #ebebff;
	padding: 10px 20px;
	border-radius: 6px;
	box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.86);
}

.column-style{
	display: block;
	width: 98%;
	padding: 5px;
	margin: 1%;
}
.left{
	float: none;border-bottom: 1px solid #555;
}
.right {
	float: none;
}
#bsk-download-table{
	display: block;
}
#bsk-download-table tbody, #bsk-download-table tr, #bsk-download-table td{
	display: block;
	width: auto;
	margin: 0;
}
#bsk-download-table .neu-btn{
	margin: 0px;
}
.loader-container{
	width:50px;
	height: 50px;
	overflow: visible;
	margin: 10px auto;
	background-image: url('//www.besmartkids.com/wp-content/themes/patdude/animate/bsk-cloud-logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px auto;
}
.loader {
	border: 6px solid #f3f3f3;
	border-radius: 50%;
	border-top: 6px solid blue;
	border-right: 6px solid green;
	border-bottom: 6px solid red;
	border-left: 6px solid yellow;
	width: 90px;
	height: 90px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@media screen and (min-width: 480px) {
	.loader-container,
	.loader {
		width: 120px;
		height: 120px;
		background-size: 70px auto;
	}
	.loader {
		border: 16px solid #f3f3f3;
		border-top: 16px solid blue;
		border-right: 16px solid green;
		border-bottom: 16px solid red;
		border-left: 16px solid yellow;
	}
	.column-style{
		display: inline-block;
		width: 44%;
		max-width: 340px;
		min-width: 190px;
		min-height: 300px;
		overflow: hidden;
		overflow-y: auto;
		padding: 0;
		margin: 2%;
		border: none;
	}
	.left{
		float: left;
	}
	.right {
		
		float: right;
	}
	#bsk-download-table{
	display: table;
	}
	#bsk-download-table tr, #bsk-download-table td{
		display: block;
		width: 50%;
		margin: 0px;
	}
	#bsk-download-table tr{
		display: table-row;
	} 
	#bsk-download-table td{
		display: table-cell;
	}
	#bsk-download-table .neu-btn{
		margin: 5px 20px;
	}
}