html, body {
  height: 100%;
  min-height: 100%;
}

body {
  background-color: #EEE;
  width: 100%;
  min-width: 960px;
  font-weight: 400;
  font-size: 14px;
}
body * {
  font-family: 'Roboto', "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

#content {
  margin: 0 auto;
  width: 960px;
  min-height: 100%;
  background-color: #FFF;
  border: solid 1px #DDD;
}
#content #header {
  padding: 15px 0;
}
#content #content-body {
  padding: 0 10px;
}
#content h1, #content h2 {
  text-align: center;
}
#content h1::after, #content h2::after {
  content: ' ';
  display: block;
  width: 5rem;
  border-top: 1px solid #DDD;
  margin: 1.3rem auto 1rem auto;
}

.bg-bluess {
  background-color: #0260aa;
}

.upload-success {
  color: #07B7A7;
}

.field-validation-error {
  position: absolute;
  z-index: 10;
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  color: #b94a48;
  padding: 4px 8px;
  background-color: #f2dede;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px #eed3d7 solid;
}

.field-validation-error:after {
  content: '';
  display: block;
  position: absolute;
  border: 5px solid transparent;
  top: 0;
  left: -10px;
  border-right: 5px solid #eed3d7;
}

.validation-summary-errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 11px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
