
@font-face {
  font-family: 'Open Sans';
  src: url('../../css/font/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../css/font/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
}

html{
	margin: 0px;
	padding: 0px;
}
body{
	font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#444;
	height:100%;
	background-size: 100% 100%;
	background-attachment: fixed;
	/*padding:0px 6px;*/
	padding: 0px;
	margin: 0px;
	background-image: url('/datacloud/static/img/as_bg.jpg');
	-webkit-font-smoothing: antialiased;
	min-width: 460px;
}

a{
	color: #08C;
	text-decoration: none;
}

.clear{
	clear:both;
}

.center {
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
}

.bodyWrapper{
	border-radius: 3px;
	box-shadow: 0 4px 75px rgba(0,0,0,1);
	height: 580px;
	width: 860px;
	overflow: hidden;
	margin: 0 auto;
}
.bodyHeader{
	border-bottom: 1px solid #E8E8E8;
	min-width: 860px;
	position: relative;
	height: 75px;
	width: 100%;
	background-color: #FFF;
	background-image: url('../../img/login/tealium_login_logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}
.bodyContent{
	background-color: #fff;
	margin: 0px 0px;
	position: relative;
}
.bodyFooter{
	color: #5f7e99;
	margin: 40px auto 0;
	text-align: center;
	width: 860px;
}
.bodyMain {
	position: relative;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}
.headerCellLogo{
	display: table-cell;
	padding-left: 10px;
	min-width: 160px;
	height:72px;
}
.headerCellSpan{
	display: table-cell;
	width: 100%;
}
.headerCellLogin{
	display: table-cell;
	vertical-align: middle;
	min-width: 120px;
	text-align: right;
	background-color: red;
}
.signinButton{
	display: inline-block;
	width: 120px;
	height: 100%;
	padding:0px 20px;
	background-color: #FDA92A;
	line-height: 75px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.signinButton:hover{
	background-color: #FD9F11;
}

/************* Sign Up Banner ************/


.signupSplashContent{
	margin: 0px 0px;
	padding-top: 275px;
	text-align: center;
	padding-bottom: 200px;
}
.signupSplashBanner{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../../img/login/soft_fade3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	height: 275px;
	width: 100%;
}
.signupSplashBanner .spotlightBox{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 275px;
	width: 100%;
	overflow: hidden;
}
.signupSplashBanner .spotlight1{
	position: absolute;
	top: 10px;
	left: 10%;
	height: 200px;
	width: 200px;
	opacity: 0.8;
	z-index: 1;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(249,221,200,1) 0%, rgba(249,221,200,0) 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 70%, color-stop(0%,rgba(249,221,200,1)), color-stop(70%,rgba(249,221,200,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(249,221,200,1) 0%,rgba(249,221,200,0) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(249,221,200,1) 0%,rgba(249,221,200,0) 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(249,221,200,1) 0%,rgba(249,221,200,0) 70%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(249,221,200,1) 0%,rgba(249,221,200,0) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.signupSplashBanner .spotlight2{
	position: absolute;
	top: 10px;
	left: 25%;
	height: 800px;
	width: 800px;
	opacity: 0.5;
	z-index: 1;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(241,169,151,1) 0%, rgba(241,169,151,0) 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 70%, color-stop(0%,rgba(241,169,151,1)), color-stop(70%,rgba(241,169,151,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(241,169,151,1) 0%,rgba(241,169,151,0) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(241,169,151,1) 0%,rgba(241,169,151,0) 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(241,169,151,1) 0%,rgba(241,169,151,0) 70%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(241,169,151,1) 0%,rgba(241,169,151,0) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.signupSplashBanner .spotlight3{
	position: absolute;
	top: 10px;
	left: 50%;
	height: 200px;
	width: 200px;
	opacity: 0.6;
	z-index: 1;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(120,144,155,1) 0%, rgba(120,144,155,0) 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 70%, color-stop(0%,rgba(120,144,155,1)), color-stop(70%,rgba(120,144,155,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(120,144,155,1) 0%,rgba(120,144,155,0) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(120,144,155,1) 0%,rgba(120,144,155,0) 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(120,144,155,1) 0%,rgba(120,144,155,0) 70%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(120,144,155,1) 0%,rgba(120,144,155,0) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.signupSplashBanner .spotlight4{
	position: absolute;
	top: 10px;
	left: 75%;
	height: 50px;
	width: 50px;
	opacity: 0.5;
	z-index: 1;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(151,151,158,1) 0%, rgba(151,151,158,0) 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 70%, color-stop(0%,rgba(151,151,158,1)), color-stop(70%,rgba(151,151,158,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(151,151,158,1) 0%,rgba(151,151,158,0) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(151,151,158,1) 0%,rgba(151,151,158,0) 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(151,151,158,1) 0%,rgba(151,151,158,0) 70%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(151,151,158,1) 0%,rgba(151,151,158,0) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.signupSplashBanner .spotlight5{
	position: absolute;
	top: 10px;
	left: 90%;
	height: 150px;
	width: 150px;
	opacity: 0.4;
	z-index: 1;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(127,122,136,1) 0%, rgba(127,122,136,0) 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 70%, color-stop(0%,rgba(127,122,136,1)), color-stop(70%,rgba(127,122,136,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,122,136,1) 0%,rgba(127,122,136,0) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(127,122,136,1) 0%,rgba(127,122,136,0) 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(127,122,136,1) 0%,rgba(127,122,136,0) 70%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(127,122,136,1) 0%,rgba(127,122,136,0) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.signupSplashBanner .spotlight6{
	position: absolute;
	top: 10px;
	left: 90%;
	height: 150px;
	width: 150px;
	opacity: 0.4;
	z-index: 1;
	background: -moz-radial-gradient(center, ellipse cover,  rgba(205,190,192,1) 0%, rgba(205,190,192,0) 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 70%, color-stop(0%,rgba(205,190,192,1)), color-stop(70%,rgba(205,190,192,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(205,190,192,1) 0%,rgba(205,190,192,0) 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(205,190,192,1) 0%,rgba(205,190,192,0) 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(205,190,192,1) 0%,rgba(205,190,192,0) 70%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(205,190,192,1) 0%,rgba(205,190,192,0) 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/************* Login Banner ************/


.loginSplashContent{
	margin: 0px 0px;
	padding-right: 380px;
	padding-top: 400px;
	text-align: center;
	padding-bottom: 200px;
}
.loginSplashBanner{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../../img/login/soft_fade5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	/*height: 275px;*/
	height: 350px;
	width: 100%;
}
.loginSplashBanner .spotlightBox{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 275px;
	width: 100%;
	overflow: hidden;
}

/************* Universal Banner ************/

.loginSplashBannerText{
	position: absolute;
	top: 160px;
	left: 0px;
	height: 90px;
	line-height: 90px;
	width: 280px;
	padding-left: 40px;
	background-color: rgba(0, 136, 204, 0.6);
	text-rendering: optimizelegibility;
	text-align: left;
	color: #FFF;
	letter-spacing: -1px;
	font-size: 32px;
	z-index: 8;
	font-weight: 300;
	-webkit-animation: splashTextFlyIn 0.9s ease-out;
	-webkit-animation-iteration-count: 1;
}

.splashBannerText{
	position: absolute;
	top: 160px;
	left: 0px;
	height: 90px;
	width: 280px;
	padding-top: 15px;
	padding-left: 40px;
	background-color: rgba(0, 136, 204, 0.6);
	text-rendering: optimizelegibility;
	text-align: left;
	color: #FFF;
	z-index: 8;
	-webkit-animation: splashTextFlyIn 0.9s ease-out;
	-webkit-animation-iteration-count: 1;
}
.bannerBigText{
	letter-spacing: -1px;
	font-size: 32px;
	font-weight: 300;
	}
.bannerSmallText{
	margin-top: 5px;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: 400;
	}
@-webkit-keyframes splashTextFlyIn {
	0% {
		left: -500px;
	}
	100% {
		left: 0px;
	}
}
.splashHeadline{
	margin: 20px 0px;
	padding: 0px 40px;
	font-size: 24px;
	font-weight: 600;
}
.splashBody{
	text-align: left;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	-webkit-animation: SplashFadeIn 1s ease-out;
	-webkit-animation-iteration-count: 1;
}
@-webkit-keyframes SplashFade {
	0% {
		color: rgba(0,0,0,0.0);
	}
	100% {
		color: rgba(0,0,0,1.0);
	}
}

.splashBody b{
	font-weight: 600;
	color: #444;
}
.splashBody p{
	padding: 0px 10px;
}
.splashBody ul{
	/*font-size: 14px;*/
}
.signupSplashBanner img{
	position: absolute;
	left: 50%;
	top: -30px;
	width: 400px;
	margin-left: -200px;
	z-index: 7;
	-webkit-animation: splashImageFlyIn 0.4s ease-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay:0s;
}
@-webkit-keyframes splashImageFlyIn {
	0% {
		position: absolute;
		left: -800px;
	}
	100% {
		position: absolute;
		left: 50%;
	}
}

/*** Login Marketing Conent ***/

.loginSplashBanner img{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 500px;
	margin-left: -250px;
	z-index: 7;
	-webkit-animation: splashImageFlyIn 0.4s ease-out;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay:0s;
}
#promo-banner{
	width: 100%;
}
.promos h1,.promos h2,.promos h3,.promos h4,.promos h5,.promos h6,.promos p,.promos blockquote,.promos pre,.promos abbr,.promos acronym,.promos address,.promos cite,.promos code,.promos del,.promos dfn,.promos em,.promos img,.promos q,.promos s,.promos samp,.promos small,.promos strike,.promos strong,.promos sub,.promos sup,.promos tt,.promos var,.promos dd,.promos dl,.promos dt,.promos li,.promos ol,.promos ul,.promos fieldset,.promos form,.promos label,.promos legend,.promos button,.promos table,.promos caption,.promos tbody,.promos tfoot,.promos thead,.promos tr,.promos th,.promos td{
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	/*line-height:1;*/
	font-family:inherit;
}
.promos table{border-collapse:collapse;border-spacing:0;}
.promos ol,.promos ul{list-style:none;}
.promos q:before,.promos q:after,.promos blockquote:before,.promos blockquote:after{content:"";}
.promos .small {font-size:11px;line-height:16px;}
.promos .post {border-bottom:1px solid #eaeaea;clear:both;margin:30px 0 30px 0;}
.promos strong {font-weight: bold!important;}
.promos h1 {color:#444444;font-size:30px;line-height:30px;font-weight:normal;margin-bottom:30px;}
.promos h2 {color:#444444;font-size:18px;line-height:26px;font-weight:normal;margin-bottom:10px;}
.promos h3 {color:#444444;font-size:15px;line-height:21px;font-weight:bold;margin-bottom:10px;}
.promos h4 {color:#444444;font-size:14px;line-height:21px;font-weight:bold!important;margin-bottom:10px;text-transform:uppercase;}
.promos .content p, .promos .content ul, .promos .navigation p {margin-bottom:20px;line-height: 20px}
.promos .content li {margin:0 10px 10px 20px;list-style-type: disc;line-height: 20px}
.promos dt {font-weight:bold;margin-bottom:5px;}
.promos dl {margin-left:0px;}
.promos .middle {border:1px solid #eaeaea;border-top:0;border-bottom:0;}

#custom-content{
	text-align: left;
	/*width: 80%;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	-webkit-animation: SplashFadeIn 1s ease-out;
	-webkit-animation-iteration-count: 1;
}
@-webkit-keyframes SplashFade {
	0% {
		color: rgba(0,0,0,0.0);
	}
	100% {
		color: rgba(0,0,0,1.0);
	}
}
.promos {
	display:inline-block;
	width:100%;
	margin:15px 0 0 0;
}

.promos .promo {
	display:inline-block;
	height:100%;
	font-size: 12px;
}
.promos .promo .icon a {
	display:inline-block;
	height:75px;
	width:75px;
	float:right;
	background-color: #eee;
	margin:0 0 0 15px;
}
.promos .promo h3 {
	font-size:11px;
	line-height:21px;
	padding-top:0px;
	padding-bottom:15px;
	text-transform:uppercase;
	font-weight:bold!important;
}
.promos .promo h3 a, .promos .promo h3 {
	color:#888888;
	text-decoration:none;
	font-weight: bold;
}
.promos .promo h4 {
	color:#444444;
	font-size:14px;
	line-height:21px;
	margin-bottom:0px;
	text-transform: none
}
.promos .promo P a {
	color:#555;
	text-decoration:none;
}
.promos .promo li {
	list-style:none;
}
.promos .promo li a {
	text-decoration:underline;
}
.promos .promo ul, .promos .promo li {
	margin-bottom:0;
}
.promos #promo-info {
}
.promos #promo-info strong {
	display:inline-block;
	line-height:18px;
	margin-bottom:8px;
}
.promos #promo-info li {
	margin-left:0;
}
.promos #promo-info .news {
	margin-bottom:15px;
}
.promos #promo-info .links{
	margin-top: 10px;
	font-size: 0px;
}
.promos #promo-info .links a{
	border-left: 1px solid #CCC;
	padding: 0px 5px;
	display: inline-block;
	font-size: 13px;
}
.promos #promo-info .links a:first-child{
	border-left: none;
}

.promos #promo-offers {
}

.promos #promo-blog strong {
	display:inline-block;
	line-height:18px;
	margin-bottom:8px;
}
.promos #promo-blog li {
	margin-left:0;
}
.promos #promo-blog .news {
	margin-bottom:15px;
}

.promos #promo-blog .actions li {
	list-style: none;
	display:inline-block;
	margin:0 5px 0 5px;
}
.promos #promo-blog .actions .rss {
	background:transparent url(/assets/img/rss-icon.jpg) no-repeat;
	position:relative;
	padding:0 0 0 22px;
}
.promos #promo-blog .posts {
	margin-bottom:25px;
}
.promos #promo-blog .posts li {
	list-style: disc;
	margin-bottom:15px;
}
.promos #promo-blog .posts li a {
	text-decoration: none;
	color:#727272;
}
.promos #promo-blog .posts li a:hover {
	color:#1daeb3;
}

/**** Payment Plans *****/
.paymentPlans{
	padding: 40px 0px;
	background-color: #f7f6f4;
	}
	.plan {
		position:relative;
		display:inline-block;
		width:20%;
		min-height:370px;
		background-color:#FFF;
		margin:5px 5px;
		border:1px solid #DDD;
		border-radius:4px;
		vertical-align:top;
		white-space:normal;
		min-width: 240px;
		}
		.planHeader{
			/*background-color: #F8F8F8;*/
			min-height: 95px;
			border-bottom: 1px solid #DDD;
			padding: 10px;
			}
			.planHeader .btn {
				margin: 10px 0px;
				}
			.planTitleBar{
				text-align:left;
				}
				.planTitleBar i{
					font-size:40px;
					color:rgba(0,0,0,0.3);
				}
			.planAction{
				margin:10px 0px;
			}
		.planContent{
			padding: 15px;
			}
		.planOverage{
			margin:12px 0px;
			display: none;
			}
		.planName{
			font-size:17px;
			font-weight:bold;
			}
		.planPrice{}
		.planVisits{
			font-size:17px;
			font-weight:bold;
			color: #666;
			}
		.planVisitsLabel{
			color: #888;
		}
		.planSupport{
			font-size:12px;
			font-weight:600;
			/*color: #888;*/
			}
		.planDescription{
			margin-top:20px;
			text-align:left;
			}
		.plan-bronze{}
			.plan-bronze .planHeader i{
				color: #965A38;
			}
		.plan-silver{}
			.plan-silver .planHeader i{
				color: #A8A8A8;
			}
		.plan-gold{}
			.plan-gold .planHeader i{
				color: #D9A441;
			}
		.plan-platinum{}
			.plan-platinum .planHeader i{
				color: #CCC2C2;
			}

/**** Form Styling *****/
.indicatorAuthentication {
	position: relative;
	height: 500px;
	width: 100%;
	background: #F8FAFC;
}
.indicatorAuthentication .title {
	position: absolute;
	top: 35%;
	font-size: 2em;
	width: 100%;
	text-align: center;
}
#validationContainer + .bodyMain .indicatorAuthentication {
	margin-top: -40px;
}
@keyframes blink {
	0% {
		opacity: .2;
	}

	20% {
		opacity: 1;
	}
	100% {
		opacity: .2;
	}
}
.indicatorAuthentication .dotAnimation {
	position: absolute;
	bottom: 45%;
	left: 50%;
	width: 400px;
	margin-left: -200px;
}
.dotAnimation .dot {
	display: inline-block;
	height: 15px;
	width: 15px;
	margin: 0px 20px;
	border-radius: 5px;
	background-color: #000;
}
.dotAnimation .dot {
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}
.dotAnimation .dot:nth-child(2) {
	animation-delay: .2s;
}
.dotAnimation .dot:nth-child(3) {
	animation-delay: .4s;
}

.formContainer{
	display: inline-block;
	font-size: 13px;
	height: 500px;
	line-height: 16px;
	min-width: 470px;
	overflow-y: auto;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	width: 60%;
}
.loginForm{
	text-align:left;
	display:inline-block;
	width: 430px;
}


.formSection{
	margin: 10px 0px;
	border-top: 1px solid #DDD;
	padding: 0px 15px;
}
.formSection:first-child{
	border-top:none;
}
.formSectionHeader{
	position: relative;
}
.formSectionNumber{
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 24px;
	background-color: #fafafa;
	color: #333;
	position: absolute;
	top: -5px;
	left:0px;
	border-radius: 24px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	font-size: 18px;
	font-weight: bold;
	border: 2px solid rgba(0, 136, 204,1.0);
	display: none;
}
.formSectionTitle{
	/*font-weight: bold;*/
	font-size: 16px;
	margin:24px 0px;
	font-weight: 600;
	/*color:#444;*/
	color: #08C;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow:-1px -1px rgba(255,255,255,1.0);
}
.signupCompleteTable{
	margin: 10px 0px;
}
.signupCompleteImage{
	vertical-align: middle;
	text-align: center;
	font-size: 40px;
}
.signupCompleteText{
	vertical-align: middle;
	width: 100%;
	font-size: 13px;
	padding: 15px;
}

.formTextBlock{
	margin: 10px 0px;
	color: #555;
	font-size: 11px;
	line-height: 14px;
}
.formImageBlock{
	margin: 10px 0px;
	color: #555;
	text-align: center;
}
.formField{
	margin:18px 4px;
}
.formFieldLabel{
	/*color:#666;
	  font-weight: bold;*/
	color:#000;
	letter-spacing: 0.06em;
	font-size: 12px;
	text-shadow:-1px -1px #FFF;
}
.formFieldCheckboxLabel{

}
.formFieldInput{

}
.formFieldInputHelp{
	color: #888;
	font-size: 11px;
}
.formFieldInputError{
	display: none;
}
.formFieldInputField{
	position: relative;
}
.formFieldInputField input{
	font-size: 12px;
	padding: 10px 30px 10px 10px;
	width: 410px;
	border: 1px solid #AAA;
	/*border:none;*/
	border-radius: 3px;
	/*background-color: #FEFEFE;*/
	color: #444;
}
.formContainer .loginForm .formFieldInputField input{
	width: 350px;
}
.formFieldInputField input::-webkit-input-placeholder {
	/*color: rgba(0,0,0,0.4);*/
	/*font-weight: 600;*/
	text-transform: uppercase;
}
.formFieldInputField input:-moz-placeholder { /* Firefox 18- */
	/*color: rgba(0,0,0,0.4);  */
	/*font-weight: 600;*/
	text-transform: uppercase;
}
.formFieldInputField input::-moz-placeholder {  /* Firefox 19+ */
	/*color: rgba(0,0,0,0.4);  */
	/*font-weight: 600;*/
	text-transform: uppercase;
}
.formFieldInputField input:-ms-input-placeholder {
	/*color: rgba(0,0,0,0.4);  */
	/*font-weight: 600;*/
	text-transform: uppercase;
}
.formCheckboxField{
	display: table;
}
.formCheckboxField .formCheckboxInputField{
	display: table-cell;
	padding:2px;
}
.formFieldInputField input[type='checkbox']{}
.formCheckboxField label{
	display: table-cell;
	padding:2px;
	width: 100%;
	font-weight: normal;
	color: #333;
	cursor: pointer;
}

.formCheckboxes > div.formField {
	display: none;
}
.formCheckboxes.selected > div.formField {
	display: block;
}

.formSectionFooter{
	text-align: right;
}
.formButtons a{}
.formHelpLinks{
	text-align: left;
	margin-top: 5px;
	border-top: 1px solid #DDD;
	padding-top: 10px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}
.formErrors{
	text-align: left;
	margin-top: 5px;
	border-top: 1px solid #DDD;
	padding-top: 10px;
	color: rgb(157, 38, 29);
	font-weight: 600;
}
.formErrors i{
	display: inline-block;
	margin-right: 5px;
}

.errorMsg .formFieldLabel, .errorMsg{
	color: red;
}
.errorMsg input{
	border:1px solid red;
}
.errorMsg .formFieldInputError{
	display: block;
	color: red;
}

/*Pulse Input border*/
input:focus {
	color: #000;
	background-color: #FFF;
	text-transform: none;
}

.formFieldInputField input:focus::-webkit-input-placeholder {
	color: rgb(0, 136, 204);
}
.formFieldInputField input:focus:-moz-placeholder { /* Firefox 18- */
	color: rgb(0, 136, 204);
}
.formFieldInputField input:focus::-moz-placeholder {  /* Firefox 19+ */
	color: rgb(0, 136, 204);
}
.formFieldInputField input:focus:-ms-input-placeholder {
	color: rgb(0, 136, 204);
}

#firstname_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f007";
	font-size: 20px;
}
#lastname_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f007";
	font-size: 20px;
}
#title_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f0a1";
	font-size: 20px;
}
#companyname_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f0f7";
	font-size: 20px;
}
#account_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f024";
	font-size: 20px;
}
#email_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f003";
	font-size: 20px;
}
#password_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f023";
	font-size: 20px;
}
#confirmpassword_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f023";
	font-size: 20px;
}
#phone_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f10b";
	font-size: 20px;
}
#code_input:after{
	position: absolute;
	top: 14px;
	right: 10px;
	font-family: FontAwesome;
	content: "\f12e";
	font-size: 20px;
}

#formStep2,#formStep3,#verificationCode{
	display: none;
}
#step1Button{
	/*display: none;*/
}


/* --------------------------------------
//        CLICK CAPTURE
// -------------------------------------- */

.clickCapture{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}




/* --------------------------------------
//        BUTTONS
// -------------------------------------- */

.btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	*zoom: 1;
	padding: 4px 18px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 21px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	*margin-left: .3em;
	font-weight: 700;
	/*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
}
a.btn, .btn a{
	text-decoration: none;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.btn:active,
.btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
	*margin-left: 0;
}
.btn:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */

	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 9px 14px;
	font-size: 12px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-large [class^="icon-"] {
	margin-top: 1px;
}
.btn-small {
	padding: 0px 6px;
	font-size: 11px;
	line-height: 18px;
}
.btn-small [class^="icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 1px 6px;
	font-size: 11px;
	line-height: 14px;
}
.btn-micro {
	padding: 1px 6px;
	font-size: 11px;
	line-height: 12px;
}
.btn-primary,
.btn-primary:hover,
.btn-secondary,
.btn-secondary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active,
.btn-secondary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn {
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-primary {
	background-color: #08C;
	background-image: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-color: #007AB8;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #723315 \9;
}



.btn-secondary {
	background-image: none;
	background-color: #FDA92A;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
	background-color: #FD9F11;
}
.btn-secondary:active,
.btn-secondary.active {
	background-color: #723315 \9;
}

.btn-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #f89406;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #bd362f;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #51a351;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	background-color: #51a351;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2f96b4;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	background-color: #414141;
	background-image: -moz-linear-gradient(top, #555555, #222222);
	background-image: -ms-linear-gradient(top, #555555, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
	background-image: -webkit-linear-gradient(top, #555555, #222222);
	background-image: -o-linear-gradient(top, #555555, #222222);
	background-image: linear-gradient(top, #555555, #222222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #222222;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 2px;
	*padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
button.btn.btn-micro,
input[type="submit"].btn.btn-micro {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-group {
	position: relative;
	*zoom: 1;
	*margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
	display: table;
	content: "";
}
.btn-group:after {
	clear: both;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	margin-top: 10.5px;
	margin-bottom: 10.5px;
}
.btn-toolbar .btn-group {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
}
.btn-group > .btn {
	position: relative;
	float: left;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 4px;
	*padding-bottom: 4px;
}
.btn-group > .btn-micro.dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
}
.btn-group > .btn-mini.dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
}
.btn-group > .btn-small.dropdown-toggle {
	*padding-top: 4px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #9d461d;
}
.btn-group.open .btn-secondary.dropdown-toggle {
	background-color: #9d461d;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222222;
}
.btn .caret {
	margin-top: 7px;
	margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
.btn-micro .caret {
	margin-top: 5px;
}
.btn-mini .caret {
	margin-top: 5px;
}
.btn-small .caret {
	margin-top: 6px;
}
.btn-large .caret {
	margin-top: 6px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.dropup .btn-large .caret {
	border-bottom: 5px solid #000000;
	border-top: 0;
}
.btn-primary .caret,
.btn-secondary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

/* --------------- Select2 Input Style Overrides ---------- */
.select2-container{
	display: block;
}
.select2-drop {
	margin-top:-2px;
}
.select2-container .select2-choice div {
	display: block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;

	border-left: 1px solid #aaa;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.select2-container .select2-choice div b {
	margin-top: 3px;
	display: block;
	width: 100%;
	height: 100%;
	background: url('../img/select2.png') no-repeat 0 1px;
	background-position:
}

.select2-container .select2-choice {
	font-size: 12px;
	height: inherit;
	line-height: inherit;
	border:1px solid #AAA;
	color: #444;
	background-image: none;
	font-weight: 600;
	height: 34px;
	line-height: 34px;

	display: block;
	/*height: 26px;
	  line-height: 26px;*/
	padding: 0 0 0 10px;
	overflow: hidden;
	position: relative;
	border: 1px solid #AAA;
	white-space: nowrap;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: #FFF;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	-webkit-box-shadow: 0 0 6px #0e67c2;
	-moz-box-shadow: 0 0 6px #0e67c2;
	-o-box-shadow: 0 0 6px #0e67c2;
	box-shadow: 0 0 6px #0e67c2;
}

/* New & Overrides */
.formCheckboxes { margin:0; }
.formCheckboxes .formFieldLabel { letter-spacing:normal; font-size:13px; }
.form-error { display:none; margin:10px 15px; color:#990000; font-weight:600; }
.form-error i { display:inline-block; margin-right:5px; }
.form-error.success { color:#017700 }
.form-error.success .icon-warning-sign { display:none; }
.formSectionNotice {
	display: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}
.formSectionNotice i {
	color: #008000;
	font-size: 14px;
}

.formSectionNoticeExisting {
	display: none;
}
.formSectionNoticeExisting i {
	color: #F86100;
	font-size: 14px;
	margin-right: 5px;
}
.formSectionNoticeExisting .account-success {
	color: #008000;
}

.formTitle {
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 5px;
}
#formMFA {
	display: none;
}

.signupActivate {}
.signupLogin { display:none; }

.state-field { display:none; }

#spinner_modal {
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10000;
}
#spinner_container {
	margin:200px auto;
	width:24px;
	height:24px;
}

/* Locales */
#locale_selector {
	display: none;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	position: relative;
	text-align: left;
	width: 90px;
}
.select-locale {
	background: none repeat scroll 0% 0% transparent;
	border: 1px solid transparent;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #08C;
	line-height:13px;
}
.select-locale:hover {
	cursor: pointer;
}
.select-locale .icon-globe {
	color: #444;
	float: left;
	font-size: 13px;
	margin-right: 4px;
}
#locales {
	background-color: #F8F8F8;
	border: 1px solid #AAA;
	border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
	min-width: 200px;
	padding: 10px 0px;
	position: absolute;
	top: 35px;
	left: -7px;
	z-index: 200;
}
#locales:before {
	border-color: transparent transparent #BBB;
	border-image: none;
	border-style: solid;
	border-width: 7px;
	content: "";
	height: 0px;
	left: 10px;
	position: absolute;
	top: -14px;
	width: 0px;
	z-index: 11;
}
#locales > div:hover {
	background-color: #D3EAF4;
	color: #222 !important;
	cursor: pointer;
}
.locale {
	color: #666 !important;
	font-size: 12px;
	padding: 3px 3px 3px 10px;
	position:relative;
}

.locale .icon { display:inline-block; vertical-align:bottom; margin-right:7px; width:21px; height:16px; }
.locale .early-access-icon { background-image: url(../../img/early-access-icon-small.png); }

.early-access { padding:20px 0; }
.early-access .ticket { display:inline-block; vertical-align:top; width:30%; margin-top:20px; }
.early-access .ticket img { width:95%; height:95%; }
.early-access .content { display:inline-block; vertical-align:top; width:70%; margin-right:-6px; }

.productSelect {
	background-color: #F8FAFC;
	border-right: 1px solid #888;
	display: inline-block;
	height: 580px;
	min-width: 340px;
	text-align: left;
	vertical-align: top;
	width: 40%;
}
.productSelect ul {
	margin: 10px;
	padding: 0;
}
.productSelect li {
	border: 1px solid rgba(0, 0, 0, 0);
	border-right: none;
	list-style-type: none;
	padding: 20px;
	margin-right: -10px;
	white-space: normal;

	transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
}
.productSelect li:not(.selected):not(.ui-state-disabled):hover {
	background: rgba(255, 255, 255, 0.8);
	border-color: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}
.productSelect li.selected {
	background: #FFF;
	border-color: #888;
	color: #666;
	-webkit-box-shadow: -4px 4px 5px 0px #CCC;
	-moz-box-shadow: -4px 4px 5px 0px rgba(204,204,204,1);
	box-shadow: -4px 4px 5px 0px #CCC;
	margin-right: -20px;
	position: relative;
	padding-right: 30px;
}
.productSelect .productLogo {
	width: inherit;
	height: 40px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}

li[data-product=iq] > .productLogo {
	max-width: 64%;
}

li[data-product=as] > .productLogo {
	max-width: 67%;
}

li[data-product=tlc] > .productLogo {
	max-width: 79%;
}

#abTestBtn {
	cursor: pointer;
	display: none;
	margin: 5px;
}
#abTest, #mfaSetup {
	background-color: #FFFFFF;
	border: 1px solid #AAA;
	border-radius: 4px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	display: none;
	height: 580px;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
}
#abTest:before, #mfaSetup:before {
	border-color: transparent transparent #BBB;
	border-image: none;
	border-style: solid;
	border-width: 7px;
	content: "";
	height: 0px;
	right: 4px;
	position: absolute;
	top: -15px;
	width: 0px;
}
#abTest.selected, #mfaSetup.selected {
	display: block;
}
#abTest header, #mfaSetup header {
	border-bottom: 1px solid #E8E8E8;
	min-width: 810px;
	position: relative;
	height: 75px;
	width: 100%;
	background-color: #FAFAFA;
	background-image: url('../../img/login/tealium_login_logo.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}

#abTest ul, #mfaSetup ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}
#abTest li {
	padding: 5px 0;
}
#mfaSetup li {
	margin-left: 50px;
}
#abTest input:not([type=text]):hover, #abTest label:hover,
#mfaSetup input:not([type=text]):hover, #mfaSetup label:hover {
	cursor: pointer;
}
#abTestBtn i, #abTest i {
	font-size: 18px;
}
.iq-ab-test i {
	padding-right: 10px;
}
.ab-test-disclaimer {
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 15px;
	vertical-align: top;
	width: 700px;
}
#mfa_setup_qr_code_img {
	position: absolute;
	right: 20px;
	top: 180px;
}
#mfaSetup input[type="text"] {
	height: 20px;
}
#mfaSetup .btn-primary {
	margin-left: 25px;
}
#mfaSetup .errorMsg .formFieldInputError {
	margin-top: -18px;
}
.mfa-setup-complete {
	margin: 100px auto;
	text-align: center;
	width: 550px;
}
#contact-us {
	display: none;
	margin: 0 auto;
	width: 250px;
}
.content-body {
	height: 380px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 30px;
}
.content-footer {
	padding: 10px 30px;
}
#abTest .warning {
	color: #F69227;
}
.iq-ab-test label > div {
	margin-left: 20px;
}
.title {
	font-weight: bold;
}
#mfaSetup .icon-question-sign {
	font-size: 15px;
}

.hide {
	display: none;
}

#validationContainer {
	height: 40px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-danger,
.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
