﻿body {
  background-color: #f0f0f0;
}
.inputfield {
  padding: 4px 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f9f9f9;
  margin: 2px 8px 0 0;
}
.inputfield:focus {
  background-color: #ffffe6;
}
.dropdownsmall {
  width: 100px;
}
.dropdownmedium {
  width: 100px;
}
.textInput {
  width: 200px;
}
.textboxEmail {
  width: 345px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#frmLogin .input-validation-error {
  background-color: #ffeeee;
}
#container {
  position: absolute;
  left: 50%;
  margin-top: 100px;
  margin-left: -196px;
}
.dialog {
  width: 360px;
  position: absolute;
  margin: auto;
  padding: 1.5em;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 5px 5px 10px #333;
  -moz-box-shadow: 5px 5px 10px #333;
  box-shadow: 5px 5px 10px #333;
}
#login label {
  color: #333;
  font-weight: bold;
  font-size: 1.3em;
}
#login input[type=checkbox] {
  margin: 3px 3px 3px 0;
}
#login p {
  margin: 12px 0px;
}
#payment label {
  color: #333;
  font-weight: bold;
  font-size: 1.3em;
  float: left;
  width: 135px;
  line-height: 2.5em;
  text-align: right;
}
#payment label.card-group {
  line-height: 3.3em;
}
#payment p {
  margin: 4px 0px;
}
#payment p .textInput {
  width: 190px;
  margin: 2px 2px 2px 8px;
}
#payment p .textInput.small {
  width: 80px;
}
#payment p .textInput.medium {
  width: 110px;
}
#payment p .dropdownsmall {
  width: 80px;
  margin: 2px 2px 2px 8px;
}
#payment p .dropdownmedium {
  width: 110px;
  margin: 2px 2px 2px 8px;
}
#payment span.soui-card-group {
  margin: 0 6px;
}
#payment span.soui-card-type {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#payment span.soui-card-type i.visa {
  color: #192062;
}
#payment span.soui-card-type i.mc {
  color: #555;
}
#payment span.soui-card-type i.amex {
  color: #6F9F8A;
}
#payment span.soui-card-type.selected {
  background-color: #8ac865;
}
#payment span.soui-card-type.selected i {
  color: #fff;
}
#payment span.soui-card-type.selected:hover {
  background-color: #7CB45B;
  color: #fff;
}
#payment span.soui-card-type:hover {
  background-color: #0e76bd;
}
#payment span.soui-card-type:hover i {
  color: #fff;
}
#errMsg {
  color: #0e76bd;
  font-size: 1.3em;
  font-weight: bold;
}
#Msg {
  color: #24618E;
  font-size: 1.2em;
  font-weight: bold;
}
h1 {
  color: #333;
  font-size: 1.8em;
  margin: 12px 0 4px 0;
  padding-left: 0.2em;
  font-variant: small-caps;
}
h3 {
  color: #b20000;
  font-weight: bold;
  font-size: 1.3em;
}
.button {
  width: 7em;
  margin-top: 0.8em;
  font-size: 1.3em;
  font-weight: bold;
  border: 1px solid #999;
}
a {
  font-size: 1.2em;
  color: #0e76bd;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}
a.button {
  padding: 0.3em 1.4em;
}
a.terms {
  font-size: 1em;
}
#progress {
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: center;
  color: #0e76bd;
  display: none;
  margin-left: -100px;
  margin-top: -50px;
  width: 200px;
  height: 100px;
  background-color: #fff;
  border: 2px solid #0e76bd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  z-index: 999;
}
#progress p {
  padding: 6px;
}
#progress p img {
  width: 175px;
}
#progress p span {
  font-size: 1.8em;
  padding: 0 1em;
}
#reg label {
  color: #333;
  font-weight: bold;
  font-size: 1.3em;
  float: left;
  width: 135px;
  line-height: 2em;
}
#reg label.clear {
  float: none;
}
#reg p {
  margin: 4px 0px;
  float: left;
}
#reg p.captcha {
  width: 93%;
  text-align: right;
}
#reg input[type="checkbox"].disabled {
  opacity: 0.1;
}
#newcaptcha_reg {
  position: relative;
  top: -10px;
  color: #8ac865;
  cursor: pointer;
}
.buttons {
  clear: both;
  width: 100%;
  text-align: center;
}
#form_reg .input-validation-error {
  background-color: #ffeeee;
}
#form_res .input-validation-error {
  background-color: #ffeeee;
}
.attempts {
  display: none;
}
#meter {
  width: 212px;
  float: left;
  margin-left: 136px;
  margin-top: -13px;
}
#meter .entropizer-track {
  background-color: #f9f9f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 4px;
}
#meter .entropizer-track .entropizer-bar {
  height: 4px;
}