body {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #555;
}

.btn-primary {
  background-color: indianred;
  border-color: indianred;
}

.btn-primary:hover {
  background-color: lightslategray;
  border-color: lightslategray;
}

.img-rounded {
  border-radius: 0px;
}
.img-tile {
  padding: 0px;
}

.thumbnails {
  list-style: none;
  z-index: 100;
  padding: 0px;
}

.pbthumbnail {
  display: block;
  line-height: 1.42857143;
  cursor: pointer;
}

.pbthumbnail:hover {
  /* border: 5px solid indianred; */
}

.pbimg {
  position:relative;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%; /* % of width, defines aspect ratio*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.detail-view {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: ghostwhite;
  z-index: 10000;
  cursor: default;
  padding-bottom: 20px;
}

.detail-header {
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  color: indianred;
  background-color: ghostwhite;
  cursor: pointer;
  height: 40px;
  font-size:1.6em;
}

.detail-header:hover {
  background-color: indianred;
  color: ghostwhite;
}

#content-view {
  height: inherit;
  text-align: center;
  overflow: scroll;
}

#image-view {
  height: inherit;
  padding: 20px;
}

.img-full {
  max-height: 90%;
  max-width: 90%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#image-stats {
  position: absolute;
  padding-top: 10px;
  padding-bottom: 10px;
  top:80px;
  float: right;
  font-size: 1.6em;
  line-height: 1.6em;
  right: 0px;
  background-color: indianred;
  color: ghostwhite;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.stats-button {
  padding-left: 5px;
  padding-right: 5px;
}

.stats-button-disabled {
  padding-left: 5px;
  padding-right: 5px;
}

.stats-button:hover {
  cursor: pointer;
  background-color: #9c4747;
}

.clear-float {
  clear: both;
}

#image-data {
  background-color: indianred;
  color: ghostwhite;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0px auto;
  padding-top: 5px;
  padding-bottom: 5px;
}


#img-link {
  position: absolute;
  top: 70px;
  margin-left: -80px;
  background-color: indianred;
  font-size: 2em;
  color: ghostwhite;
  padding-left: 0.7em;
  padding-right: 0.7em;
  padding-top: 0.5em;
  padding-bottom: 0.4em;
  vertical-align: top;
  border-radius: 5px;
  opacity: 0.3;
}

#img-link:hover {
  opacity: 1;
}

#back-icon {
  position: absolute;
  right: 10px;
  padding-top: 7px;
}

.navigation {
  position: absolute;
  width: 100%;
  bottom: 50%;
  font-size: 4em;
  color: lightslategray;
  opacity: 0.0;
  left: 0px;
}

.navigation:hover{
  opacity: 1;
}

#nav-left {
  float: left;
  left: 30px;
}

#nav-left:hover {
  cursor: pointer;
  color: indianred;
}

#nav-right {
  float: right;
  right: 30px;
}

#nav-right:hover {
  cursor: pointer;
  color: indianred;
}

#image-exif {
  padding: 5px;
}

#image-title {
  display: none;
}
