﻿
@font-face {
	font-family: "Segoe UI";
	src: url('/fonts/segoe-ui.ttf'), url('/fonts/segoe-ui.eot'), /* IE9+ */ url('/fonts/segoe-ui.svg'); /* iOS */
}
body {
	/* background: gray; */
	background-image: url('../images/bg-tile.gif');
	background-repeat: repeat;
	margin: auto;
	padding: 0px;
	border: none;
	max-width: 800px;
	font-family: 'Segoe UI';
}

#qrcode {
	width: 500px;
	height: 500px;
	margin-top: 15px;
}

#speakEmoji {
	font-size: xx-large;
}
.superscript { font-variant-position:super; font-size: 80%; text-align: left; padding:0px; margin:0px 0px 0px 0px;}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	font-size: inherit;
}

#ParentGuardianMessage {
	color: black;
	font-size: small;
	font-weight: bold;
	display: block;
	margin: 2px 0px 5px 0px;
	background-color: #ffffa7;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 4px 4px 4px 10px;
	}

input[type=tel] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	font-size: inherit;
}

input[type=email] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	font-size: inherit;
}

input[type=date] {
	width: 200px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
	font-size: inherit;
}

/* Style the label to display next to the inputs */
label {
	padding: 12px 12px 12px 0;
	display: inline-block;
}

.header img {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0px 10px 10px;
	height: 150px;
	width: 150px;
}

.header span {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 15px 0px 20px 0px;
	font-size: x-large;
	color: white;
}
span.superscript  { 
	font-variant-position:super; 
	font-size:small; 
	text-align: left; 
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

#btnPrivacy { padding: 10px; margin: 0px 0px 20px 20px; }

/* Style the submit button */
input[type=submit] {
	background-color: #07c144;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
	height: 60px;
}
input[type=reset] {
	background-color: #808080;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: left;
	height: 60px;
}

/* Style the container */
.container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* Floating column for labels: 25% width */
.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
	text-align: right;
}

/* Floating column for inputs: 75% width */
.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.col-25, .col-75 {
		width: 100%;
		margin-top: 0;
		text-align: left;
	}
	input[type=submit] {
		width: 100%;
		margin-top: 10px;
		text-align: center;
		font-size: larger;
	}
		input[type=reset] {
		width: 100%;
		margin-top: 10px;
		text-align: center;
		font-size: larger;
	}
	#btnPrivacy { padding: 10px; margin-left: 20px;}
	
	.flag.f-md {width: 42px;height: 27px}
}

