/*
.error{
	border:1px solid #ff0000;
}
*/

.stmn, .stmn a{
	color: #198a0e;
	font-weight: bold;
}

#stmn-key{
	display:none;
	text-align: center;
}

.hidden{
	display: none;
}

.centered{
	text-align: center;
}

.error-message{
	display:none;
	color:#ff0000;
}

h2.first-time{
	display:block;
	margin:0 0 20px 62px;
	float:none;
	line-height: 40px;
}

#first-time-container label, #forgot-pass-container label, #reset-pass-container label {
	display:block;
	font-weight: 700;
	margin-bottom:10px;
}

#signinbox input[type="text2"],
#first-time-container input[type="text2"],
#first-time-container input[type="email"],
#forgot-pass-container input[type="email"],
#reset-pass-container input[type="text2"]{
	display:block;
	width:100%;
	width:calc(100% - 30px);
	margin-bottom:15px;
	background:#fff;
}

#first-time-container input[type="text2"],
#first-time-container input[type="email"],
#forgot-pass-container input[type="email"],
#reset-pass-container input[type="text2"]{
	width:60%;
}

input[type="text2"]{
	border:1px solid #c3c3c4;
	border-radius:3px;
	background:none;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height: 1.33;
	height:46px;
	padding:0 10px;
	color:#444;
	font-weight: normal;
}

.submitButton{
	padding:10px 25px;
	background:#105f8a;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	text-decoration:none;
	border-radius: 3px;
	color:#fff;
	border:none;
	margin:15px 0;
}

#popup-summary{
	height:350px;
	overflow: auto;
}

#request-email-change-body, #request-account-name-change-body{
	height:300px;
	width:100%;
}

#unavailable-settings .datepicker{
    margin-right: 15px !important;
    width: 180px !important;
    padding: 0 10px !important;
}


.attention-minor{
	text-align: center;
	margin-bottom: 6px;
}











/* throbber */
#sk-folding-cube-holder{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width:50px;
	height:40px;
	margin-left: -25px;
	margin-top: -20px;
	/*background-color: #000000;*/
	z-index:999999999999;
}

.spinner {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


.sorttab a{
	text-decoration: underline !important;
}

.sorttab a:hover{
	text-decoration: none !important;
}
