*{ color:#666; font-family: Verdana, sans-serif; font-size:13px;	}
a{color:#3f3fff;text-decoration:underline}
a:hover{text-decoration:none}
.footmenu a{color:#666}

body{
	background:#fff;
	a-background:#fff url(../images/login_bg.png) repeat-x;
	a-background:url(../images/login_bg_glow.png) no-repeat 50% 0,url(../images/login_bg.png) repeat-x,#fff;
	padding-bottom:70px;
}
.main{-moz-border-radius:5px;border-radius:5px;padding:5px 15px;border:3px solid #0a94d6;
	background:#fff;
	width:784px; height:552px;  
	text-align: left; margin:auto;
	margin-top:77px;
	position:relative;
}
.logo{position:absolute;left:-50px;top:-59px;}
.logo img{border:none;}
.lang{position:absolute;right:-50px;top:-59px}
.lang .tooltip-holder{position:absolute;right:0px;display:none;z-index:1;}
.lang .tooltip{-moz-border-radius:5px;border-radius:5px;padding:5px 15px;border:3px solid #0a94d6;
	background:#fff;
	margin-top:30px;
	-moz-box-shadow: #ddd 0 0 6px 2px; box-shadow: #ddd 0 0 6px 2px;
}
.lang .tooltip ul,.lang .tooltip li{padding:5px 10px;margin:0;list-style:none}
.lang .tooltip .corner{position:absolute;background:url(../images/login_arrow_top.png) no-repeat 0 0;
	width:40px;height:31px;right:5px;top:2px;
}
.lang.active .tooltip-holder{display:block}
.footmenu{position:absolute;text-align:center;width:100%;height:20px;bottom:-29px;overflow:show}
.footmenu ul,.footmenu li{margin:0;padding:0}
.footmenu ul{list-style:none;text-align:center}
.footmenu li{display:inline;border-left:1px solid #ddd;padding:3px 10px}
.footmenu ul li:first-child{border-left:none}
.footmenu ul li:first-of-type{border-left:none}

h1{font-size:26px;font-weight:normal;color:#229eda;margin:32px 0 0 50px}
p.h1{margin:0 0 0 50px}

.login_win{ margin: 10px 50px 0px 10px; float:left; width:420px}
.login_win td:first-child{text-align:right;width:170px}
.login_win tr{height:60px}

input{ border:1px solid #999; background: #fff; color:black; }
.entry{ width: 200px; -moz-box-shadow: inset #ccc 0px 1px 3px; box-shadow: inset #ccc 0px 1px 3px;
	padding: 5px 8px; }

.contact_box{ border-left:1px solid #ddd;padding-left:10px; float:left;width:290px;margin-top: 30px}
.contact_box ul{list-style-type: none;padding: 0;margin: 0;}
.contact_box li{background: url(../images/login_bullet.png) no-repeat 0px 5px; padding-left: 14px; }

h2 {font-size: 18px;padding: 0px 0px 0px 0px;margin-top: 0px;}

.centeringIE{ width: 100%; text-align:center;}

.btnlog {
	display:block;a-float:left;margin-left:
	-moz-border-radius:5px;border-radius:5px;padding:5px 15px;border:1px solid #0a5;
	background:#3b6 !important;color:#fff !important;font-weight:bold;text-shadow:0px 1px 2px #0a592f;font-size:18px;
	-moz-box-shadow:inset #6c8 0px 5px 5px,inset #0a5 0px -5px 5px;box-shadow:inset #6c8 0px 5px 5px,inset #0a5 0px -5px 5px;
}
.btnlog:hover {
	-moz-box-shadow:#999 0 0 5px 1px,inset #6c8 0px 10px 10px,inset #0a5 0px -10px 10px;box-shadow:#999 0 0 5px 1px,inset #6c8 0px 10px 10px,inset #0a5 0px -10px 10px;
}
.btnlog.active:hover {
	-moz-box-shadow:#999 0 0 5px 1px,inset #6c8 0px -10px 10px,inset #0a5 0px 10px 10px;box-shadow:#999 0 0 5px 1px,inset #6c8 0px -10px 10px,inset #0a5 0px 10px 10px;
}

.logo {
    width: 150px;
    height: 26px;
    background: url(/images/login_logo.png) no-repeat;
}

.allLink {
    display: none;
}

/* user activation page */

body {
  font-family: 'Open Sans',sans-serif;
  color: #383838;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
}
html, body {
  font-size: 14px;
}
header{
	border-bottom: #eee solid 1px;
	padding:25px 15px 5px;
}
header .logo{
	display: inline-block;
	position:static;
	left:0px;
	top:0px;
	a-margin-left: 15px;
	a-margin-top: 15px;
}
header .lang{
	display: inline-block;
	position:static;
	right:0px;
	bottom:0px;
}
header .col-md-8 {
  text-align: right;
}
section, footer {
  padding: 50px 0 0;
  text-align: center;
}
footer{
	padding-left: 30px;
	padding-bottom: 50px;
	text-align: left;
}
footer a{
	color: #383838;
}
p, div, section a {
  font-size: 1em;
}
bold, .bold {
  font-weight: bold;
}
.activation img {
  vertical-align: middle;
}
header.row *,
.activation * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.activation :after, .activation :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:after, .container:before, .row:after, .row:before , footer:after{
  display: table;
  content: " ";
}
.container:after, .row:after, footer:after {
  clear: both;
}

.col-md-4,.col-md-6,.col-md-8,.col-md-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
@media only screen and (min-width: 992px) {
	.col-md-4,.col-md-6,.col-md-8,.col-md-12{float:left}
	.col-md-12{width:100%}
	.col-md-8 {width:66.66666667%}
	.col-md-6{width:50%}
	.col-md-4{width:33.33333333%}
}


section.activation label, section.activation input, section.activation h1, section.activation h4, section.activation p, section.activation div {
  display: block !important;
  text-align: left;
  font-weight: normal;
}
section.activation label > input[type=radio],
section.activation .inline {
  display: inline !important;
}
section.activation select,
section.activation input[type="password"],
section.activation input[type="text"] {
  box-shadow: 2px 3px 5px rgba(204,204,204,0.37) inset !important;
  padding: 6px 9px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
section.activation .input-spacing,
section.activation select,
section.activation input[type="password"],
section.activation input[type="text"] {
  margin: 5px 0 20px;
  width: 100%;
}
section.activation .input-spacing + small,
section.activation select + small,
section.activation input[type="password"] + small,
section.activation input[type="text"] + small {
  position:relative;
	top: -20px;
	font-size:0.95em;
}
section.activation input[readonly]{
	background-color:#EAEFF4;
}
section.activation h4 {
  padding: 0;
  margin: 0 0 15px;
  font-size: 1em;
  font-weight: bold;
}

.activation .disclaimer {
  margin: 0 0 20px;
}
.activation .grey {
  background: #eee;
  padding: 25px 15px 35px;
  border-radius: 5px;
}
.activation .blue {
  a-background: transparent;
  a-color: inherit;
  padding: 25px 30px;
	border-radius: 3px;
	border-top-right-radius: 0px;
}
.activation .blue * {
  a-color: inherit;
}
.activation label span, /*todo obsolete?*/
.activation label z { /*asterisk*/
  color: #f87449;
	a-margin-left: 0.25em; /*a space*/
}

.activation #activateYourAccount {
  color: #229eda;
  text-align: left;
  padding: 0;
  font-size: 1.7142857142857142em;
  margin: 0 0 30px;
  font-weight: normal;
}
.activation h4#needHelp {
  color: #224687;
  margin: 0 0 5px;
}
.activation div#triangle {
  width: 0;
  height: 0;
  border-bottom: 40px solid transparent;
  top: -40px;
  border-right: 52px solid transparent;
  position: absolute;
  right: 0;
}
.activation img#phone {
  position: relative;
  top: -20px;
  left: -15px;
}
.intro-main {
    min-width: 324px;
    max-width: 1024px;
    margin: 0 auto;
}

#error span {color:#F73577;}
#error i.icon-close {float:right;padding:1px 3px;}
#error i.icon-close:after {content:"X";a-font-family:FontAwesome;}
#error.noicon i.icon-close {display:none;}
#error {display:none !important;}
#error.show {display:block !important;}
#error.show ~ div.grey input{background:#FDC1D7;color:#F73577;border:1px solid #F73577;outline:none}

section.activation input[type]:-webkit-autofill,
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
