body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.icon-bar {
  color: black;
  border-color: black;
  background-color: black;
}
.left-menu {
  float: left;
  width: 176px;
  font-size: 14px;
  margin-top: 30px;
  margin-right: 5px;
  z-index: 999;
  outline: 0;
}
.left-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.left-menu a {
  color: #666;
  text-decoration: none;
  padding: 10px 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  display: block;
}
.left-menu li {
  margin-bottom: 10px;
}
.row-eq-height {
  display: table;
  width: 100%;
}
textarea {
  box-sizing: border-box;
}
.hidden-item {
  display: none;
}
