html,
body {
    height: 100%;
}

.img-thumbnail{
    height: 200px;
    width: 200px;

}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 20px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    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;
}

/* 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: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\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 th {
    white-space: nowrap;
}

.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;
}

.banner {
  position: relative;
  display: block;;
  top: 0px;
  height: auto;
  width: 100%;
  background-color: black;
  z-index: 100;
}
.banner::after {
  content: "";
  background-size: 100%;
  background-image: url("../images/pills_1.jpeg");
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.banner-content {
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  text-align: center;
}
.banner-content span{
  color: white;
  z-index: 200;
  opacity: 0.7;
  margin-left: 10px;
}
.banner-content div {
  display: inline-block;
}

nav#w0 {
  background-color: rgba(0, 0, 0, 1);
}
.container .row {
  padding-top: 0px;
}

.not-available {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.9;
  text-align: center;
  color: rgba(250,53,40,0.3);
  font-size: 28px;

  padding-top: 70px;
  margin-left: -20px;
}

.navbar-brand {
  /*text-shadow: -2px -2px 1px #f4f4f4;*/
  /*border: 1px solid #747474;*/

  background-color: black;
  background-image: url("../images/pill.png");
  background-size:100%;
  background-position: left;
  font-weight: bold;


}
ul.dropdown-menu {
  max-height: 400px;
  overflow-y: scroll;
}

.ln-bl {
  padding-bottom: 15px;
  font-size: 18px;
}

/*.btn-default {
  border-color: rgba(156, 64, 64, 1) !important;
  background-color: rgba(156, 64, 64, 0.9) !important;
  color: #fff !important;
}

.btn-default:hover {
  border-color: rgba(156, 64, 64, 1) !important;
  background-color: rgba(156, 64, 64, 1) !important;
  color: #fff !important;
}*/
