body{
    margin: 0px;
    background-color: #014051;
    width: 100%;
}

input[type=checkbox] {
	visibility: hidden;
}


@font-face {
	font-family: 'Prosto One', cursive;

}

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

#maincontentcontainer {
	width: 100%;
}

#maincontent{
	clear: both;
	margin: 0 auto;
	padding: 1em 0px;
	position: relative;
}
	
/* background gear selector*/
#OptionBack{
	position: fixed;
	left: 40px;
	cursor: pointer;
	z-index: 99999;

}

#DivBacks{
	position: fixed;
	padding: 12px;
	left: 34px;
	top: 25px;
	z-index: 99999;
	display: none;
}

.boxBack{
	position: relative;
	background-color: green;
	z-index: 9999999;
    width:20px;
    height:20px;
    margin-bottom: 5px;
    color: transparent;
    cursor: pointer;

    border:solid;
    border-color: white;
    border-width: 2px;

}

/* Gear Color Options*/
#OptionColor{
	position: fixed;
	cursor: pointer;
}

#DivColors{
	padding: 10px;
	display: none;
	position: fixed;
	top: 25px;
}

.boxColor{
	background-color: blue;
    width:20px;
    height:20px;
    margin-bottom: 5px;
    color: transparent;
    cursor: pointer;
    border:solid;
    border-color: white;
    border-width: 2px;
}

/* .Gear Color Options */

.login_form_remember_me {
	width: 28px;
	height: 28px;
	background: #fcfff4;
	position: relative;
	top: -14px;
}

.login_form_remember_me label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 4px;
	top: 4px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

}

.login_form_remember_me label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.login_form_remember_me label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.login_form_remember_me input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.lblRemember{
	color: white;
    font-family: 'Prosto One', cursive;
    font-size: 15px;
    position: relative;
    top: -37px;
    left: 35px;
}

#BackgroundUp{
	position: fixed;
	top: 0px;
	left: 0px;
	background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 100%;
	width: 100%;
	z-index: 999;
}

.MetroBox{
	position:absolute;
	bottom:100px;
	left: 70px;

}

#MetroTime{
	color: white;
    font-family: 'Prosto One', cursive;
    font-size: 100px;
}


#MetroDate{
	color: white;
    font-family: 'Prosto One', cursive;
    font-size: 40px;
}


/* Login Box */
.LoginBox{
	max-width: 350px;
	padding-left: 25px;
	z-index: 90;
	display: block;
	display: none;	
}

.LoginBox input[type=text]:focus, input[type=password], input[type=textarea]:focus{
    outline: none;
}

.LoginBox h2{
	color: white;
    font-family: 'Prosto One', cursive;
    font-size: 19px;
    position: relative;
    top: -10px;
}

.LoginBox input{
	padding: 5px;
	width: 236px;
	height: 16px;
	display: block;
}
.LoginBox .fields{
	position: relative;
}
.spacer {
	padding: 20px 0px 0px 0px;

}

/* IE10 specific */
html[data-useragent*='MSIE 10.0'] .LoginBox #form1_button_login {
	height: 22px !important;
	width: 22px !important;        
	top: -25px !important;
	left: 224px !important;
}

.LoginBox #form1_button_login {
	
	border: none;
	background:url(../images/right.png) no-repeat center center;
	height: 23px;
	width: 23px;
	position: relative;
	top: -26px;
	left: 225px;
}

.LoginBox .revealPassword{
	position: relative;
	top: -27px;
	left: 170px;
}


.boxLoading{

	display: none;
	position: relative;
}

.LoginBox .boxLoading{

	color: white;
    font-family: 'Prosto One', cursive;
}

.boxLoading span{
	position: relative;
	top: -20px;
	left: 15px;
}


.loginFail{
	display: none;
	position: relative;
}

.OrangeSpan {
	display: block;
	position: relative;
	padding: 15px 0px 25px 0px;
	color: orange;
    font-family: 'Prosto One', cursive;
}

.welcome{
	color: white;
	font-family: 'Prosto One', cursive;
	font-size: 30px;
	position: relative;
	/*left: 30%;*/
	top: 30%;
}

#form1_button_retry{

	background-color: black;
	border-color: white;
	border-width: 3px;
	border-style: solid;
	color: white;
}

/* css Animations */
.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-o-transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	-moz-animation-name: fadeOutUpBig;
	-o-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}


@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-moz-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}


@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-ms-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

.quick {
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.animated.quick {
	-webkit-animation-duration: 0.4s;
		-moz-animation-duration: 0.4s;
		-ms-animation-duration: 0.4s;
		-o-animation-duration: 0.4s;
		animation-duration: 0.4s;
}
