body
{
	background-image: url(ipath_background.jpg);
	font-family: 'Open Sans', sans-serif;
}
#loginproduct
{
	height: 70px;
	margin-right: 50px;
	margin-bottom: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 180px;
}
.loginform
{
	width: 750px;
	height: 567px;;
	background-image: url(img/login_back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.loginform label
{
	display: block;
	color: #999;
}
.cf:before, .cf:after
{
    content: ""; 
    display: table;
}

.cf:after
{
    clear: both;
}
.cf
{
    *zoom: 1;
}
:focus
{
	outline: 0;
}
.loginform
{
	border-radius: 5px;
	border: medium solid #CCC;
	margin-top: 156px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYTdlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iIzRhYWRlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMC40NCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(46,167,232,1) 0%, rgba(74,173,232,1) 35%, rgba(125,185,232,0.44) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(46,167,232,1)), color-stop(35%,rgba(74,173,232,1)), color-stop(100%,rgba(125,185,232,0.44))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(46,167,232,1) 0%,rgba(74,173,232,1) 35%,rgba(125,185,232,0.44) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(46,167,232,1) 0%,rgba(74,173,232,1) 35%,rgba(125,185,232,0.44) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(46,167,232,1) 0%,rgba(74,173,232,1) 35%,rgba(125,185,232,0.44) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(46,167,232,1) 0%,rgba(74,173,232,1) 35%,rgba(125,185,232,0.44) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea7e8', endColorstr='#707db9e8',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

}
.login_header {
	color: #FFF;
	margin-left: 25px;
	margin-top: 25px;
}
.pop_up {
	height: 65%;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #000;
	background: -webkit-linear-gradient(#F2F2F2
, #B0B0B0); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#F2F2F2
, #B0B0B0); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#F2F2F2
, #B0B0B0); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#F2F2F2
, #B0B0B0); /* Standard syntax */
	width: 50%;
	padding-top: 30px;
	margin-top: 150px;
}
.popup_heading {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	;
}
.sch_name {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.pop_up .sch_name input {
	border: thin solid #0CF;
	height: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-left: 20px;
	width: 80%;
}
.enable_check {
	width: 100%;
	font-size: 14px;
	color: #000;
	padding-top: 10px;
	margin-left: 80px;
	margin-top: 5px;
}
.container_sch {
	width: 100%;
}
.span3_sch {
width: 28%;
height: 20%;
float: left;
margin: 16px;
margin-left: 2%;
margin-right: 2%;
margin-top: 6%;
}
.span_temp {
width: 28%;
height: 120px;
float: left;
margin-left: 2%;
margin-right: 2%;
margin-top: 15%;
background-image: url(img/itemp_back.png);
background-repeat: no-repeat;
margin-bottom: 16px;
}
.span_ccp {
width: 28%;
height: 120px;
float: left;
margin-left: -24%;
margin-right: 2%;
margin-top: 5%;
background-image: url(img/i.ccp_back.png);
background-repeat: no-repeat;
margin-bottom: 16px;
}
.span_path {
width: 28%;
height: 120px;
float: left;
margin-left: 2%;
margin-right: 2%;
margin-top: 6%;
background-image: url(img/ipath_back.png);
background-repeat: no-repeat;
margin-bottom: 16px;
}
.span_mdcpm {
width: 28%;
height: 120px;
float: left;
margin-left: 2%;
margin-right: 2%;
margin-top: 14%;
background-image: url(img/i.mdCPM_back.png);
background-repeat: no-repeat;
margin-bottom: 16px;
}
.span_cook {
width: 28%;
height: 120px;
float: left;
margin-left: 25%;
margin-right: 2%;
margin-top: 6%;
background-image: url(img/i.cook_back.png);
background-repeat: no-repeat;
margin-bottom: 16px;
}
.span_print {
width: 28%;
height: 120px;
float: left;
margin-left: 34%;
margin-right: 2%;
margin-top: -4%;
background-image: url(img/iprint_back.png);
background-repeat: no-repeat;
margin-bottom: 16px;
}
.span4_sch {
width: 29.67%%;
float: left;
margin-right: -1%;
margin-left: -5%;
height: 1%;
margin-top: -58px;
color: #000;
display: block;
padding-top: 6%;
padding-left: 1%;
text-align: center;
}
.span9_sch {
	width: 228px;
	height: 127px;
	float: left;
	margin: 16px;
}
.span10_sch {
width: 29%;
height: 22%;
float: left;
margin: 16px;
margin-left: 35%;
}
.month_box {
	width: 48%;
	float: left;
	padding-top: 5px;
	margin-right: 1%;
	margin-left: 1%;
}
.span5_sch {
	width: 28.67%;
	border: thin solid #999;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-left: 5px;
	margin-top: 20px;
	background-color: #E4E4E4;
	padding-right: 5px;
	color: #000;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}
.span6_sch {
	width: 28.67%;
	border: thin solid #999;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-left: 5px;
	margin-top: 20px;
	background-color: #E4E4E4;
	padding-right: 5px;
	color: #000;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	height: 100px;
}.Submit_pop {
	float: right;
	width: 36%;
	margin-top: 30px;
}
.pop_up .container_sch .Submit_pop .btn.btn {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: 100px;
	font-size: 16px;
}
.Name_Header {
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	;
	font-size: 18px;
	
}.Name_Header2{
	font-weight: 700;
	font-size: 57px;
	font-family: 'mv_boliregular';
	src: url('mvboli-webfont.eot');
	src: url('mvboli-webfont.eot?#iefix') format('embedded-opentype'),
	 url('mvboli-webfont.woff') format('woff'),
 	url('mvboli-webfont.ttf') format('truetype'),
 	url('mvboli-webfont.svg#mv_boliregular') format('svg');
	font-weight: normal;
	font-style: normal;
}.Name_Header3 {
	font-weight: 700;
	font-size: 1.8em;
	font-family: 'mv_boliregular';
	src: url('mvboli-webfont.eot');
	src: url('mvboli-webfont.eot?#iefix') format('embedded-opentype'),
 url('mvboli-webfont.woff') format('woff'),
 url('mvboli-webfont.ttf') format('truetype'),
 url('mvboli-webfont.svg#mv_boliregular') format('svg');
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	padding-left: 4%
}
.loginform.cf a .Name_Header3 {
	color: #000;
}
.loginform.cf a:hover .Name_Header3 {
	color: #E8F6FF;
}.view_comp {
color: #137946;
width: 50%;
font-family: 'Open Sans', sans-serif;
margin-left: 48%;
margin-top: -1%;
font-size: 2.4em;
font-weight: 700;	
}
