/*!
 * WARNING: CSS files are generated, do not edit by hand!
 * Please see README
 */
body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  padding: 0;
}

body.login {
  background: url(/images/login_bg.png) repeat-x;
}

body div#body {
  position: absolute;
  width: 1000px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  min-height: 768px;
}

body.login div#body {
  width: 900px;
}

body.login div#login-body {
  width: 900px;
  margin: 0 auto;
}

body.login #login-banner {
  color: #fff;
  line-height: 140px;
  font-size: 225%;
  font-weight: bold;
  text-align: center;
  text-shadow: black 1px 1px 1px;
}

body:not(.login) #login-banner {
  line-height: 140px;
  font-size: 225%;
  font-weight: bold;
  text-align: center;
}

body:not(.login) img#logo {
  vertical-align: middle;
  margin-left: 20px;
}

#login-header {
  height: 73px;
  padding: 9px 0;
  color: #235590;
  font-size: 22px;
  line-height: 28px;
}

#login-header img {
  float: left;
  height: 44px;
  margin-top: 6px;
  margin-right: 15px;
}

#login-text {
  float: left;
  width: 400px;
  margin-right: 40px;
  color: #fff;
  line-height: 1.25em;
}

#login-text #please-login-sub-caption {
  font-size: 110%;
}

#login-text a {
  font-weight: bold;
  text-decoration: none;
}

#login-box {
  float: left;
  width: 386px;
  height: 272px;
  padding: 20px;
  font-size: 120%;
  line-height: 1.5em;
  background: #efedee;
  color: #235590;
  border: 1px solid #fff;
}

#login-box #login-box-caption {
  font-size: 28px;
  text-align: center;
}

#login-box label {
  display: inline-block;
  width: 7em;
  color: #444;
  text-align: right;
  padding-right: 0.5em;
  font-weight: bold;
}

#login-box input,
#login-box select {
  width: 240px;
  border: 1px solid #adb5c4;
  font-size: inherit;
  padding: 7px;
  box-sizing: border-box;
}

#login-box input[type=submit] {
  border: 0 none;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #290300;
  background: url(/images/login_submit_bg.png) 0px;
  height: 30px;
}

#login-box a {
  color: #9bca54;
  font-weight: bold;
  text-decoration: none;
}

#login-footer-container {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
}

#login-footer {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #444;
  clear: both;
  margin-top: 2em;
}

a, a:link, a:visited, a:active {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

#errors {
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

table.summary {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

table.summary th {
  text-align: left;
}

table.summary th,
table.summary td {
  padding: 3px 8px;
  border: 1px solid #000000;
}

table.summary a {
  text-decoration: none;
}

table.summary a:hover {
  text-decoration: underline;
}

.clear {
  margin: 0;
  padding: 0;
  clear: both;
}

.text-center {
  text-align: center !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.red {
  color: #ff0000 !important;
}

#signature_container {
  display: inline-block;
  margin-bottom: 20px;
}

#attendee-edit .field-required:after {
  content: ' *';
  color: red;
}

.note {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

#signin-form {
  display: inline-block;
  text-align: left;
}