body {
  background: #FBFBFB;
  height: 100%;
}
.validation-summary-errors {
  background: #fdf7f7;
  color: #000;
  border-left: 3px solid #d9534f;
  padding: 10px;
  padding-left: 20px;
  margin: 10px 20px 0px 20px;
}
.validation-summary-errors span {
  font-size: 18px;
  margin-bottom: 15px;
  color: #d9534f;
}
.section {
  border: solid 1px #CCC;
  background: #FFF;
  width: 100%;
}
.section .section-header {
  background: #FAFAFA;
  border-bottom: solid 1px #CCC;
  height: 54px;
}
.section .section-header h1 {
  float: left;
  position: relative;
  border: 0px;
  margin: 0px;
  margin-left: 10px;
  font-size: 18px;
  color: #CCC;
  line-height: 54px;
  text-shadow: 1px 1px 0 white;
  text-transform: uppercase;
}
.section .section-header h1 small {
  margin-left: 10px;
  margin-top: -5px;
  font-size: 13px;
}
.section .section-header .buttons {
  line-height: 54px;
  float: right;
  margin-right: 20px;
}
.section .section-header .buttons #search-box {
  margin-right: 15px;
  line-height: 20px;
}
.section .section-header .buttons .dropdown li {
  line-height: 25px;
}
.section .section-header .buttons .dropdown,
.section .section-header .buttons a {
  display: inline;
}
.section .section-content {
  padding: 10px;
}
.section .section-content label {
  width: 170px;
  color: #4F4F4F;
}
.section .section-content label:after {
  content: ":";
}
.section .section-content h4 {
  color: #788996;
  padding-bottom: 10px;
  border-bottom: solid 1px #F2F2F2;
}
.section .section-content h4 .glyphicon-small {
  margin-left: 5px;
  font-size: 13px;
}
.section .tab-content {
  margin-top: -18px;
  padding: 15px;
  padding-top: 25px;
  height: 100%;
}
.region h5 {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.large-section {
  min-height: 500px;
  height: 100%;
}
#nav-bar-image {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-top: 3px;
  margin-left: 10px;
  margin-right: 20px;
}
#login #login-header {
  margin-bottom: 20px;
  background: #FFF;
}
#login #login-header img {
  margin: 15px;
}
#login legend {
  color: #5c2130;
}
a {
  color: #878485;
}
#footer {
  color: #C4C4C4;
  font-size: 12px;
  margin-top: 20px;
}
#footer a {
  color: #C4C4C4;
}
form h1 {
  font-size: 15px;
  color: #AAA;
  margin-bottom: 15px;
}
form p label {
  width: 170px;
}
form p label:after {
  content: ":";
}
form p input[type="text"] {
  border: solid 1px #CCC;
  width: 225px;
  height: 25px;
  line-height: 25px;
}
form .buttons {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
form textarea {
  border: solid 1px #CCC;
  width: 420px;
  height: 130px;
  resize: none;
}
form .input-validation-error {
  border: solid 1px #d9534f !important;
}
form .datepicker {
  width: 100px !important;
}
form .numeric {
  width: 60px !important;
}
form .price-info {
  font-size: 12	px;
  color: #AAA;
}
form .yellow {
  background-color: #EDCA98;
}
.campaign-form .row {
  margin-bottom: 15px;
}
.campaign-form .region {
  min-height: 100px;
}
.filebrowser .directory .content,
.search-results .directory .content {
  padding-left: 15px;
  border-left: 1px dotted gray;
  margin-bottom: 10px;
}
.filebrowser .directory > div.header > .name ~ a,
.search-results .directory > div.header > .name ~ a,
.filebrowser .file > .name ~ a,
.search-results .file > .name ~ a {
  display: none;
}
.filebrowser .directory > div.header:hover > .name ~ a,
.search-results .directory > div.header:hover > .name ~ a,
.filebrowser .file:hover > .name ~ a,
.search-results .file:hover > .name ~ a {
  display: inline;
}
.filebrowser .closed > .content,
.search-results .closed > .content {
  display: none;
}
.filebrowser .upload-progress,
.search-results .upload-progress {
  display: none;
  text-align: center;
  width: 100%;
}
.login {
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background: #FFF;
  text-align: center;
}
.darkorange {
  background-color: #FF9900 !important;
  background: #FF9900 !important;
}
.darkorange td {
  background-color: #FF9900 !important;
  background: #FF9900 !important;
}
