body, html {
	height: 100%;
	margin:0;
	padding:0;
	-webkit-user-select:none;
}
body {
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
	color:#666666;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-repeat: repeat;
	clip: rect(auto,auto,auto,auto);
	background-color: #2a5478;
}
/* http://www.colorzilla.com/gradient-editor/ */
#grad {
background: #005aab; /* Old browsers */
background: -moz-linear-gradient(top, #005aab 0%, #2c83d2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005aab), color-stop(100%,#2c83d2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #005aab 0%,#2c83d2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #005aab 0%,#2c83d2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #005aab 0%,#2c83d2 100%); /* IE10+ */
background: linear-gradient(to bottom, #005aab 0%,#2c83d2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005aab', endColorstr='#2c83d2',GradientType=0 ); /* IE6-9 */
}
.background-style {
	background-image: url(../img/Login/pinstripes2.png);
	background-repeat: repeat;
	clip: rect(auto,auto,auto,auto);
}
.signup-body {
	max-width:400px;
	margin: auto;
	padding: auto;
}
.timeline-head {
	background-image:-webkit-gradient(linear, 0% 0, 0% 100%, from(#4c4c4c), to(#111));
	background-image:-moz-linear-gradient(top, #4c4c4c, #111);
	background-image:-ms-linear-gradient(top, #4c4c4c, #111);
	background-color:#000;
	height:29px;
	width:100%;
	position:relative;
	color:#fff;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	-webkit-box-align:center;
	-moz-box-align:center;
	-ms-flex-align:center;
	margin-bottom:0px
}
.timeline-head .title {
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none
}
.timeline-head .logo {
	width:117px;
	padding:0 15px
}
.mainlogo {
	align: center;
	margin-right: auto;
	margin-left: auto;
}
.top-patner {
	overflow: hidden;
	min-height:360px;
	background-repeat: repeat;
}
.inputs {
	background-color:#fff;
	border-radius:6px;
	box-shadow:rgba(0, 0, 0, 0.25) 0 1px 4px, rgba(0, 0, 0, 0.04) 0 -1px 0;
	border-image:initial;
	font-size:14px;
	border:0;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
.inputs .signup-container {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	padding:5px 20px;
	border-top:1px solid #e8e8e8;
	width:100%
}
.inputs .signup-container:first-child {
	border-top:0
}
.inputs .signup-input {
	width:100%;
	border-radius:2px;
	-webkit-appearance:none;
	background:0;
	font-size:14px;
	font-family:HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}
.inputs .signup-input.invalid {
	color:red
}
.inputs .signup-input.valid {
	color:#4d7ca2
}
.inputs .signup-field-head {
	min-width:7em;
	font-weight:bold;
	line-height:30px
}
.inputs .signup-field {
	position:relative;
	-webkit-box-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	line-height:30px
}
.inputs .signup-field .placeholder {
	color:darkGray;
	position:absolute;
	left:4px
}
.inputs .signup-field .placeholder.valid {
	color:#4d7ca2
}
.inputs .signup-field .placeholder.invalid {
	color:red
}
.mobile_username_email_sign_in_211-both_subtext.inputs .signup-field-hint {
	-webkit-box-orient:horizontal;
	-moz-box-orient:horizontal;
	-ms-flex-orient:horizontal;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	padding-left:10px
}
.signup-button {
	text-align:center;
	margin:0 25px 20px 25px
}
.signup.button {
	width:100%;
	max-width:400px
}
.signup-step, .signup-field-hint {
	padding:0 25px 10px;
	text-align:center;
	color:#000026;
	text-shadow:#444 0 1px 0;
	font-size:12px;
	line-height:16px
}
.signup-step a:link, .signup-step a:active, .signup-step a:visited, .signup-field-hint a:link, .signup-field-hint a:active, .signup-field-hint a:visited {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	outline:0
}
.signup-field-hint.signup {
	font-size:16px;
	line-height:24px
}
.button.signup {
background: #1d91f4; /* Old browsers */
background: -moz-linear-gradient(top, #1d91f4 50%, #0567c1 50%, #075195 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#1d91f4), color-stop(50%,#0567c1), color-stop(100%,#075195)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1d91f4 50%,#0567c1 50%,#075195 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1d91f4 50%,#0567c1 50%,#075195 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #1d91f4 50%,#0567c1 50%,#075195 100%); /* IE10+ */
background: linear-gradient(to bottom, #1d91f4 50%,#0567c1 50%,#075195 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d91f4', endColorstr='#075195',GradientType=0 ); /* IE6-9 */
	border:1px solid #5598d5;
	color:#fff;
	text-shadow:-1px -1px 0 #39d
}
/*Signup Button-blue
.button.signup{
	background-color:#18aae6;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#29b7eb),to(#028fbe));
	background-image:-moz-linear-gradient(top,#29b7eb,#028fbe);
	background-image:-ms-linear-gradient(top,#29b7eb,#028fbe);
	border:1px solid #1480cc;
	color:#fff;
	text-shadow:-1px -1px 0 #39d
}
*/
/*Signup Button-Orange

.button.signup{
	background-color:#ffab23;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#fe6),to(#ffab23));
	background-image:-moz-linear-gradient(top,#fe6,#ffab23);
	background-image:-ms-linear-gradient(top,#fe6,#ffab23);
	border-color:none;
	border:1px solid;
	border-color:#cbbd55 #c9a239 #ca8a21
}

.button.blue{
	background-color:#34bdef;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#80caff),to(#2988cc));
	background-image:-moz-linear-gradient(top,#80caff,#2988cc);
	background-image:-ms-linear-gradient(top,#80caff,#2988cc);
	border:1px solid #1480cc;
	color:#fff;
	text-shadow:-1px -1px 0 #39d;
	margin:0 15px 20px 15px
}
.button.blue:active{background:#2988cc}*/
.button.signin {
	max-width:60px;
	box-shadow:none;
	-webkit-box-shadow:none;
	border:0;
	position:absolute;
	right:0;
	top:0;
	margin:7px 15px 2px;
	padding:7px 9px 8px;
	font-size:14px
}
.button {
	background-color:#075195;
	background-image:-webkit-gradient(linear, 0% 0, 0% 100%, from(#1d91f4), to(#075195));
	background-image:-moz-linear-gradient(top, #1d91f4, #075195);
	background-image:-ms-linear-gradient(top, #1d91f4, #075195);
	border:1px solid #5598d5;
	border-radius:5px;
	color:#fff;
	display:inline-block;
	font:normal normal 600 14px/15px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:8px 9px 10px;
	text-shadow:#f0f0f0 0 1px;
	text-decoration:none;
	font-size:18px;
	padding:13px 15px 12px
}
.button.disabled, .button.disabled:active {
	background-color:#ddd;
	background-image:-webkit-gradient(linear, 0% 0, 0% 100%, from(#fefefe), to(#dedede));
	background-image:-moz-linear-gradient(top, #fefefe, #dedede);
	background-image:-ms-linear-gradient(top, #fefefe, #dedede);
	border:1px solid;
	border-color:#c6c6c6 #b6b6b6 #acacac;
	border-radius:5px;
	color:#333;
	display:inline-block;
	font:normal normal 600 14px/15px HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
	overflow:hidden;
	text-overflow:ellipsis;
	padding:8px 9px 10px;
	text-shadow:#f0f0f0 0 1px;
	text-decoration:none;
	font-size:18px;
	padding:13px 15px 12px
}
.button:active, .button.inactive, .button.active {
	background-color:#075195;
	background-image:-webkit-gradient(linear, 0% 0, 0% 100%, from(#1d91f4), to(#075195));
	background-image:-moz-linear-gradient(top, #1d91f4, #075195);
	background-image:-ms-linear-gradient(top, #1d91f4, #075195);
	box-shadow:inset 0 0 5px rgba(50, 50, 50, 0.3)
}
.button.disabled {
	color:#999
}
/* === Middle navigation buttons === */
.middle {
	margin-right: 30px;
	margin-left: auto;
	width: 100%;
}
.middleVersion li, .middleVersion li a {
	border-radius: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 100%;
}
.middleVersion li {
	width: 54px;
	height: 54px;
	box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff;
	-webkit-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff;
	-moz-box-shadow: inset 0 2px 0px #ccc, 0 1px 2px #fff;
}
.middleVersion li a {
	top: 7px;
	left: 7px;
	width: 40px;
	height: 40px;
	box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset;
	-webkit-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset;
	-moz-box-shadow: 0 2px 3px #b5b5b5, 0px 1px 0 #fff inset;
}
.middleVersion {
	text-align: center;
}
.middleVersion li {
	position: relative;
	display: inline-block;
	text-align: center;
	border: 1px solid #bebebe;
	background: #e9e9e9;
	background: -moz-linear-gradient(top, #e9e9e9 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #e9e9e9 0%, #eaeaea 100%);
	background: -o-linear-gradient(top, #e9e9e9 0%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #e9e9e9 0%, #eaeaea 100%);
	background: linear-gradient(top, #e9e9e9 0%, #eaeaea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#eaeaea', GradientType=0 );
	margin-right: 25px;
	margin-left: -20px;
}
.middleVersion li a {
	position: absolute;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0%, #AFAFAF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #AFAFAF));
	background: -webkit-linear-gradient(top, #fafafa 0%, #AFAFAF 100%);
	background: -o-linear-gradient(top, #fafafa 0%, #AFAFAF 100%);
	background: -ms-linear-gradient(top, #fafafa 0%, #AFAFAF 100%);
	background: linear-gradient(top, #fafafa 0%, #AFAFAF 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#AFAFAF', GradientType=0 );
	border: 1px solid #AFAFAF;
	transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}
.middleVersion li a > img {
	padding-top: 5px;
}
.middleVersion li > a:hover, .middleNavS li > a:hover {
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e6e6e6));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0 );
}
.middleVersion li > a:active, .middleNavS li > a:active {
	box-shadow: 0 2px 2px #efefef, 0 0px 3px 0px #cdcdcd inset;
	-moz-box-shadow: 0 2px 2px #efefef, 0 0px 2px 0px #cdcdcd inset;
	background: #e6e6e6;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e6e6e6));
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
	background: linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6', GradientType=0 );
	-webkit-transform: translate(0px, 1px);
	-moz-transform: translate(0px, 1px);
}
.footer {
	text-align:center;
	background-image: url(../img/Login/bottom-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
}
.footer .footer-link {
	color:#FFF;
	text-decoration:none
}
.footer .more {
	margin-top:10px;
	font-size:12px;
	color:#FFFFFF;
	font-weight: normal;
}
.footer .copyright {
	margin-top:10px;
	font-size:10px;
	color:#FFFFFF;
	font-weight: normal;
}
.footer .view {
	margin-top:10px;
	font-size:10px;
	color:#FFFFFF;
	font-weight: normal;
}
.footer a:Link, a:visited {
	color:#FFFFFF;
}
