/*
	Stylesheet for EQA system.

	Version 1.0
	Keith Goatman 02/04/08
*/
* {
	margin: 0;
}

html {
	/* Remove RHS scrollbar */
 	overflow: hidden;
}
/* #00AEC0 GREEN    ---   #F0FFFF  WHITE     GREY #CBC9C7 */
body {
	 color: #F0FFFF;
	 background-color: #00AEC0;
	 padding: 0;
     margin: 0;
	 text-align: left;
	 font-family: "arial","verdana","helvetica",sans-serif;
	 font-size: 10pt;
}

html,body {
	/* Required for floating footer */
	height: 100%;
}

p {
	color:#F0FFFF;
	background: #00AEC0;
	margin-top: 1em;
	padding: 0;
	text-align: left;
    font-family: "arial","helvetica",sans-serif;
    font-size: 11pt;
}

h1 {
	font-size: 30pt;
	font-weight: bolder;
	color: #F0FFFF;
	margin:0;
	padding:0;
	background:transparent;
	text-align:left;
}

h2 {
	color: #F0FFFF;
	background: transparent;
	font-size: 14pt;
	font-weight:900;
	margin:0;
	padding:0;
	border:0;
	text-align: left;
}

h3 {
	font-size: large;
	font-weight: bold;
	color: #696969;
	margin-left: 2%;
	margin-bottom: 2em;
	background: transparent;
	text-align: left;
}

h4 {
	font-size: medium;
	font-weight: normal;
	font-style: italic;
	color: black;
	margin-left: 20px;
	background: transparent;
	text-align: left;
}

.leftmargin {
	padding: 0;
	margin-left: 1.5em;
}

.feature {
	background: transparent;
	color: #777;
	padding:0;
	margin:0;
	text-align: left;
	font-family: "arial","helvetica", sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	height:1.8em;
}

/* Image display control button image style */
.im0 {
	background: #777;
	color: white;
	float: left;
	padding: 2px;
	margin: 0;
}

/* Image display control bright/contrast numbers */
.im3 {
	background: #777;
	color: white;
	float: left;
	font-weight: bold;
	padding:0;
	padding-top:12px;
	width:20px;
	margin: 0;
	text-align: center;
	font-family: "arial","helvetica",sans-serif;
	font-size: 12pt;
}
#EQACV {}
#EQABV {}

/* Change eye view button style */
a.viewbutton:link, a.viewbutton:visited, a.viewbutton:active {
    background: #777;
	color: yellow;
	height: auto;
	font-size: 24pt;
	font-weight: bold;
	font-family: "arial","helvetica",sans-serif;
	text-decoration: none;
	float: right;
	border: none;
	padding: 0;
	margin: 0;	
}

a.viewbutton:hover {
	color: #777;
	background: black;
	text-decoration: none;
}

.viewlabel {
    background: transparent;
	color: #aaffaa;
	font-size: 12pt;
	font-weight: bold;
	font-family: "arial","helvetica",sans-serif;
	float: right;
	border: none;
	padding-top: 6pt;
	margin: 0;	
}


.titlebox {
	border: none;
	width:100%;
}

.title {
	background: transparent;
	color: white;
	border: none;
	float: left;
	height: auto;
	padding: 2px;
	text-align: left;
	font-family: "arial","helvetica",sans-serif;
	font-size: 10pt;
}

.titleright {
	background: transparent;
	color: white;
	border: none;
	float: right;
	height: auto;
	padding: 2px;
	text-align: right;
	font-family: "arial","helvetica",sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.titlebutton {
	background: transparent;
	color: white;
	border: none;
	float: right;
	text-align: left;
	font-family: "arial","helvetica",sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

a.titlebutton:link, a.titlebutton:visited, a.titlebutton:active {
    text-decoration: none;
	background: transparent;
/*	color: white; */
	border: none;
	font-size: 12pt;
	font-weight: bold;
}

a.titlebutton:hover
{
		color: #777;
		background: white;
}

.titlebuttongrey {
	background: transparent;
	color: #555555;
	border: none;
	float: left;
	text-align: left;
	font-family: "arial","helvetica",sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.titlenav1 {
	background: #700;
	color: white;
	float: left;
}

.titlenav2 {
	background: #700;
	color: #777777;
	float: left;
}

.error {
   border: 1px solid #700;
   background-color: #fed;
   color: red;
   padding: 1em;
   text-align: left;
   font-family: "arial","helvetica",sans-serif;
   font-size: 18pt;
}

.errorbox {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

.error p {
	color:#800;
	margin:0;
	margin-top:1em;
	margin-bottom:0em;
	padding:0;
	font-family: "arial","helvetica",sans-serif;
	font-size: 11pt;
}

.error ul {
    text-align: left;
	margin-top:1em;
    margin-left:2em;
	padding: 0;
	color:#800;
	font-family: "arial","helvetica",sans-serif;
	font-size: 12pt;
	list-style-type: square;
	white-space: normal;
}

.error li {
	padding-bottom: 1em;
}

.error h1 {
	color:#ff6;
	background:#700;
	margin-left:-1em;
	margin-right:-1em;
	margin-top:-1em;
	padding:0.5em;
	font-size:18pt;
	font-weight:bold;
}

#floater{float:left; height:50%; margin-bottom:-120px;}
#content{clear:both; height:240px; position:relative;}

a.linkerror:visited, a.linkerror:link,a.linkerror:active {
	color: #fff;
	text-decoration: none;
	font-family: "arial","helvetica",sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	background:transparent;
	border:none;
}

a.linkerror:hover {
	text-decoration:none;
	border-bottom:2px dotted #fff;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* bottom margin negative value of footer height */
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 2em;
}

.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}

div.footer_hr {
	margin: 0 2% 6px 2%;
	border-top: 1px solid #733;
	border-bottom: 0;
}

.foottext {
	margin: 0 2% 6px 2%;
	font-size: 9pt;
	color: black;
	background: transparent;
}

.foottext a {
	color: black;
	text-decoration: none;
}

#rightdiv {
	background: black;
	color: #9f0f35;
	height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	font-family: "arial","helvetica",sans-serif;
	font-size: 12pt;
	float: right;
}

#leftdiv {
	background: black;
	color: white;
	height: auto;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: "arial","helvetica",sans-serif;
	font-size: 12pt;
	float: left;
}

.grade_info {
	color: #555;
	background: black;
	text-align: left;
	font-size: 11pt;
}

.grade_info_danger {
	color: white;
	background: #700;
	text-align: left;
	font-size: 11pt;
}

.grade_info_overgrade {
	color: white;
	background: orange;
	text-align: left;
	font-size: 11pt;
}

.grade_info_excluded {
	color: #777;
	background: #aaa;
	text-align: left;
	font-size: 11pt;
}

#waitdiv {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	float: left;
	z-index: 100;
}


#Im {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0;
}

INPUT,TEXTAREA,SELECT {
	font-family: arial,sans-serif;
	font-size: 10pt;
}

.my_grade {
	float: left;
	color: white;
	font-weight: bold;
}

.your_grade {
	float:right;
	color: #070;
}

.refred {
	display: inline;
	color: #900;
}


#loginbox{
	margin-right:2%;
	float:right;
    width:50%;
  
    
    
}

.loginwrap{
    border:0px solid silver;
	background:#00AEC0;
	color:#555;
	width:100%;
}

#jscriptbox {
    width:100%;
    border:1px solid #aa0000;
	color:#aa0000;
	padding:0; 
    background:#ffffbb;
    text-align:left;
}

#screenbox {
    width:100%;
    border:1px solid #aa0000;
	color:#aa0000;
	padding:0; 
    background:#ffffbb;
    text-align:left;
	display:none;
}

#colourbox {
    width:100%;
    border:1px solid #aa0000;
	color:#aa0000;
	padding:0; 
    background:#ffffbb;
    text-align:left;
	display:none;
}

#cookiebox {
    width:100%;
    border:1px solid #aa0000;
	color:#aa0000;
	padding:0; 
    background:#ffffbb;
    text-align:left;
	display:none;
}

.errorhead {
	 color: #ffffaa;
	 background-color: #aa0000;
	 font-family: "arial","verdana","helvetica",sans-serif;
	 font-size: 12pt;
	 padding:0.5em;
	 font-weight: bold;
	 text-align: center;
}

.errorbody p {
	color:#aa0000;
	padding:8px; 
	margin:0;
    background:#ffffbb;
	font-size: 10pt;
	font-weight: normal;
    text-align:left;
}

a.errorhead:link, a.errorhead:visited, a.errorhead:active {
    text-decoration:underline;
	background:transparent;
	color:#000077;
	border:none;
	font-size:10pt;
	font-weight:normal;
}

.failmsg {
		 color: red;
		 font-size: small;
}

.bannertable {
	margin-top:1em;
	margin-left:2%;
	padding: 1em;
	width:96%;
	border: 0px black solid;
	background: #00AEC0;
}

#leftcolumn {
	width: 45%;
	float: left;
	margin-left: 2%;
	padding:0;
}

.optionbox1 {
	color: #aaa;
	background: #00AEC0;
	font-family: "verdana","arial","helvetica",sans-serif;
	font-size: 12pt;
	font-weight: normal;
	padding: 1.25em;
	margin-top:1em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px #007 solid;
}

.optionbox2 {
	background: #00AEC0;
	font-family: "verdana","arial","helvetica",sans-serif;
	font-size: 12pt;
	font-weight: normal;
	padding: 1.25em;
	margin-top:1em;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px #007 solid;
}

.optionbox1 p {
	color: #333;
}

.optionbox2 p {
	color: #333
}

.welcome {
	background: transparent;
	color: #007;
}

.welcome p {
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 12pt;
}

.welcome h1 {
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 20pt;
	font-weight: bold;
}

.outside {
	margin:0;
	padding:0;
	border: 1px orange solid;
}

#rightcolumn {
	width: 45%;
	float: right;
	margin-right: 2%;
	padding:0;
}

.helpbox {
	background:#00AEC0;
	color:#777;
	border: 1px solid #2F4F4F;
	padding: 1.25em;
	margin-top:1em;
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 11pt;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.helpbox p {
	color: whitesmoke;
	margin-top:0;
	padding:0;
	margin-bottom: 1.5em;
}

.helpbox ul {
	color: #fff;
    text-align: left;
    margin: 1em;
	padding: 0;
	list-style-type: square;
	white-space: normal;
}

.helpbox li {
	color: #fff;
	padding-bottom: 1em;
}

.helpbox a:link {
	color: #fff;
	text-decoration: none;
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.helpbox a:visited {
	color: #fff;
	text-decoration: none;
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.helpbox a:hover {
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 2px dotted #fff;
}

.helpbox a:active {
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration:none;
	border-bottom: 2px dotted #fff;
}

.tablechoice {
	background:#eee;
	border: 1px #007 solid;
	margin-top:1.5em;
}

.helpwrap {
	margin-left:2%;
	margin-right:2%;
	margin-top:2em;
}

.formselect {
	background:#ccc;
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 11pt;
	border:1px #acf solid;
}

.navbutton {
	color:white;
	background:#e1a75c;
	font-size:8pt;
	font-weight:900;
	border: 1px white solid;
}

.navbutton2 {
	color:#222;
	background:#777;
	font-size:8pt;
	font-weight:normal;
	border: 1px #bbb solid;
}

.bluerule {
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px #c77 solid;
	line-height:1px;
}

.gradingheader {
	color:#222;
	background:#777;
	font-size:8pt;
	font-weight:normal;
}

.halfem {
	padding:0;
	margin-top:0.5em;
}

.fsoverlay {
	font-family: "verdana","arial","helvetica",sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #700;
	background: #ddd;
	background: rgba(255,255,255,0.7);
	padding: 10px;
	border: 1px white solid;	
	width: 100%;
	text-align: center;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#mycontainer {
	margin-top:2em;
	margin-left:2%;
	margin-right:2%;
}

#newsbox {
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 11pt;
	color:#333;
	margin-left: 2%;
	float: left;
	width: 38%;
}

/* --- Code for hover info boxes in review ------------------------- */

a.info {
    position: relative; /* this is essential */
    z-index: 0;
 	background-color: transparent;
    color: inherit;
    text-decoration: none
}

a.info:hover {
	z-index: 25;
	border-bottom: 1px solid #fff;
	color: #eee;
}

a.info span {
	display: none;
}

a.info:hover span {
	/* the span will display just on the hover state */
    display: block;
    position: absolute;
	left: -7em;
	top: 1.5em;
	margin-left: 1em;
    margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 5px;
	width: 20em;
    border: 1px solid #777;
    background-color: #ffc;
	color: #333;
    text-align: left;
    font-family: "arial","helvetica",sans-serif;
    font-size: 9pt;
	font-weight: normal;
}

/* ------------------------------------------------------------------ */

.hlight_diff {
	color: #f52;
	font-weight: bold;
}

.row_norm {
	background:transparent;
	height: 1.6em;
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
}

.row_hlight {
	background:#ccc;
	height: 1.6em;
	text-align: left;
	font-weight: bold;
	font-size: 11pt;
}


.table_norm {
	background:transparent;
	border: 0;
	padding: 0;
	margin: 2px;
}

.table_hlight {
	background: white;
	border: 0;
	padding: 0;
	margin: 0;
	border: 2px solid white;
}

/* ------------------------------------------------------------- */

.msg {
   border: 1px solid #007;
   background-color: #eee;
   color: #007;
   padding: 1em;
   text-align: left;
   font-family: "arial","helvetica",sans-serif;
   font-size: 18pt;
}

.msgbox {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

.msg p {
	color:#007;
	margin:0;
	margin-top:1em;
	margin-bottom:0em;
	padding:0;
	font-family: "arial","helvetica",sans-serif;
	font-size: 11pt;
}

.msg ul {
    text-align: left;
	margin-top:1em;
    margin-left:2em;
	padding: 0;
	color:white;
	font-family: "arial","helvetica",sans-serif;
	font-size: 12pt;
	list-style-type: square;
	white-space: normal;
}

.msg li {
	padding-bottom: 1em;
}

.msg h1 {
	color:#bbf;
	background:#007;
	margin-left:-1em;
	margin-right:-1em;
	margin-top:-1em;
	padding:0.5em;
	font-size:18pt;
	font-weight:bold;
}

.hidden {
	background:#e1a75c;
	color:#777;
	border: 1px solid #007;
	padding: 1.25em;
	margin-top:1em;
	font-family: "arial","verdana","helvetica",sans-serif;
	font-size: 11pt;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}


/*   test code by steve   

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
        
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		box-shadow: inset 0 0 0 3px #fff;
		color: #fff !important;
		border-radius: 15px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-size: .75em;
		font-weight: 400;
		height: 3.75em;
		line-height: 3.85em;
		letter-spacing: 2px;
		padding: 0 4em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(108, 192, 145, 0.15);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(108, 192, 145, 0.15);
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].alt,
		input[type="reset"].alt,
		input[type="button"].alt,
		button.alt,
		.button.alt {
			background-color: transparent;
			box-shadow: inset 0 0 0 3px #FFF;
			color: #fff !important;
		}

			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			input[type="button"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: #fff;
			}

			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			input[type="button"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: #fff;
			}

			input[type="submit"].alt.icon:before,
			input[type="reset"].alt.icon:before,
			input[type="button"].alt.icon:before,
			button.alt.icon:before,
			.button.alt.icon:before {
				color: #bbb;
			}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		.button.special {
			background-color: #fff;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			button.special:hover,
			.button.special:hover {
				background-color: #fff;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #fff;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #9a9a9a !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

		@media screen and (max-width: 480px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				padding: 0;
				width: 100%;
			}

		}

/*    steve test code username and password */

<div class="field half first">
							<label for="name">Name</label>
							<input name="name" id="name" type="text" placeholder="Username">
						</div>

/*   steve test code form   */

/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form .field {
			margin-bottom: 1.5em;
		}

			form .field.half {
				display: inline-block;
				width: 48%;
			}

				form .field.half.first {
					margin-right: 3%;
				}

		@media screen and (max-width: 980px) {

			form .field.half {
				display: block;
				width: 100%;
			}

				form .field.half.first {
					margin-right: 0;
				}

		}

	label {
		color: #555;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: transparent;
		border-radius: 10px;
		border: none;
		border: solid 2px #fff;
		color: #fff;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: #fff;
			box-shadow: 0 0 0 1px #fff;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #fff;
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #9a9a9a;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border-radius: 0;
				border: solid 1px #8dcca9;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #fff;
			border-color: #fff;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #fff;
			box-shadow: 0 0 0 1px #fff;
		}

	input[type="checkbox"] + label:before {
		border-radius: 0;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #c4e5d3 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #c4e5d3 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #c4e5d3 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #c4e5d3 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #c4e5d3 !important;
		opacity: 1.0;
	}


 