html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  background-color: black;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -30px;
  padding: 0 0 30px;
  background-color: #000;
  color: #fff7f7;
}
.wrap>.container {
  padding: 70px 15px 20px;
}
.footer {
  height: 30px;
  /*background-color: #f5f5f5;
  border-top: 1px solid #ddd;*/
  padding-top: 3px;
}
.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;
}
.breadcrumb li a {
    color: #2196F3;
}
form label.control-label {
  font-weight: 600;
  color: #06f70b;
}
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;
  }
  
  h1 {
      font-size: 18px;
  }
}

@media(max-width:497px) {
    .footer .container .pull-left,
    .footer .container .pull-right{
        float: none;
        text-align: center;
        width: 100%;
    }
}

.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: rgba(0, 0, 0, 0.73);
  border: 1px solid rgb(0, 0, 0);
  color: white;
}*/
.bg-info {
  background-color: #000000;
}
.breadcrumb {
  background-color: black;
}
a {
  color: #000;
}
.table-head .table-cell {
  background-color: #656565 !important;
  color: #fff !important;
  border: 1px solid #656565 !important;
}
.table-cell .hl .hlw {
  background-color: #656565 !important;
  color: #fff !important;
  border: 1px solid #656565 !important;
}
.table-cell .hl .hlmd {
  color: black !important;
}
.table-cell:first-child {
  height: 42px;
}
.btn-success {
  background-color: #484848 !important;
  border-color: #797979 !important;
}
.btn-success:hover {
  color: #fff !important;
  background-color: #000000 !important;
  border-color: #f7f7f7 !important;
}

a.developer-company-link {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}
