﻿/* New styles */

/* CSS used here will be applied after bootstrap.css */
		html, body {
		  height: 100%;
		}
		
		.container{
		  width:1025px;
		}
		
		.vertical-center {
		  height:100%;
		  width:100%;
		
		  text-align: center;  /* align the inline(-block) elements horizontally */
		  font: 0/0 a;         /* remove the gap between inline(-block) elements */
		}
		
		.vertical-center:before {    /* create a full-height inline block pseudo=element */
		  content: ' ';
		  display: inline-block;
		  vertical-align: middle;  /* vertical alignment of the inline element */
		  height: 100%;
		}
		
		.vertical-center > .container {
		  max-width: 100%;
		  display: inline-block;
		  vertical-align: middle;  /* vertical alignment of the inline element */
		  font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;        /* <-- reset the font property */
		}
		
		@media (max-width: 768px) {
		  .vertical-center:before {
		    /* height: auto; or 0*/
		    display: none;
		  }
		}


label.valid {
	width: 24px;
	height: 24px;
	background: url("/images/icon/valid.png") center center no-repeat;
	display: inline-block;
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}

.span_link_icon
{
  float:left;
  width:auto;
  padding-left:35px;
  height:30px;
  background-repeat:no-repeat;
  line-height:30px;
  vertical-align:middle;
  text-decoration:none;
  
}
.span_link_icon:hover
{
  text-decoration:underline;
}


.tutor_fee
{
	float:left;
	font-size:18px;
	font-weight:bold;
	color:#990000;
}