html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  background-color: black;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
  background-color: #fff;
  /**background-color: #72a735;**/
}
.wrap>.container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #34822e;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
h1 {
  font-weight: 800;
}
form label.control-label {
  font-weight: 600;
}
form div.required label.control-label:after {
  content: " *";
  color: #d9534f;
}
form div.required label.control-label:hover:after {
  color: #c9302c;
}

/* add sorting icons to gridview sort links */

a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view td {
  white-space: nowrap;
}
.grid-view .filters input, .grid-view .filters select {
  min-width: 50px;
}
.grid-view thead th {
  background: #286090;
  border: 1px solid #286090;
  color: #efefef;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.clear {
  clear: both;
}

/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
  padding: 15px;
  border: none;
}
@media(max-width:767px) {
  .nav li>form>button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
  .block {
    width: 100% !important;
  }
  .q2 {
    min-width: 0;
    /* width: 54px; */
    max-width: 100%;
  }
  .timeslot {
    display: none;
  }
  .table-row {
    /*width: calc(100% + 65px);*/
    background-color: #656565;
  }
  body {
    overflow-x: hidden;
  }
  .navbar-toggle {
    display: none;
  }
}
.nav>li>form>button.logout:focus, .nav>li>form>button.logout:hover {
  text-decoration: none;
}
.nav>li>form>button.logout:focus {
  outline: none;
}
.search-results-section {
  background: lightskyblue;
}
/*.block-container {
  background-image: repeating-linear-gradient(180deg, #000000, #4e4e4e 100px, #c5c5c5 100px, #a9a9a9 100px) !important;
}*/
.block {
  /*position: absolute;*/
  width: 100%;
  text-align: center;
  background-color: #34822e;
  border: 1px solid rgb(0, 0, 0);
  color: white;
}
.bg-info {
  background-color: #000000;
}
.breadcrumb {
  background-color: #72a735;
}
.breadcrumb > .active {
    color: #fff;
}
a {
  color: white;
}
.table-head .table-cell {
  background-color: #34822e !important;
  color: #fff !important;
  border: 1px solid #34822e !important;
}
.table-cell .hl .hlw {
  background-color: #34822e !important;
  color: #fff !important;
  border: 1px solid #34822e !important;
}
.table-cell .hl .hlmd {
  color: black !important;
}
.table-cell:first-child {
  height: 42px;
}
.btn-success {
  background-color: #72a735 !important;
  border-color: #797979 !important;
}
.btn-success:hover {
  color: #fff !important;
  background-color: #94cf50 !important;
  border-color: #797979 !important;
}
