﻿body {
  padding-top: 87px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}
/* Set padding to display errors that occur during databinding */
.padding-error {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .nofloat {
    float: none;
    padding: 10px 15px;
  }
}
.clear-both {
  clear: both;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.display-none {
  display: none;
}
.message-icon {
  font-size: 63px;
}
.verically-align {
  display: inline-block;
  vertical-align: middle;
}
.message-wrapper {
  width: 79%;
}
.icon-wrapper {
  width: 20%;
}
/* Override styles so datepicker contrast is better. */
.btn-info.active .text-info {
  color: #FFF;
}
.no-padding {
  padding: 0 !important;
}
.alert {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}
.nav-logo {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 77px;
  margin-right: 50px;
}
.brand-logo {
  display: none;
}
/*wrap long strings*/
.word-wrap {
  word-wrap: break-word;
}
/* Tiny MCE Preset styles - START */
.alert-text {
  color: #a94442;
}
.success-text {
  color: #3c763d;
}
/*# sourceMappingURL=Site.css.map */