/* app css stylesheet */

a {
  color: #007bff !important;
}
.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li + li:before {
  content: "|";
  padding-right: 0.3em;
}

.navbar {
	background-color: #f8f8f8;
}

.navbar-larger {
  font-size: 20px;
}

.clickable {
  cursor: pointer;
}

.thumbnail {
  font-size: 13px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.thumbnail:hover {
  border: 1px solid #aaa;
}

.thumbnailImg {
  object-fit: cover;
  float:left;
  width:100%;
  height:100%;
}

/* Does this work? */
.no-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  opacity: 1;
  background-color: #000;
}

#overlayImage {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  opacity: 1;
}

#overlayYoutube {
  z-index: 1060;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
  height: 90%;
  width: 90%;
  margin-top: 5%;
}

.navtitle {
  position: fixed;
  top: 0;
  height: 10%;
  width: 100%;
  z-index: 1070;
  font-size: 16pt;
  background-color: transparent;
  opacity: 0.0;
  text-shadow: 2px 2px #222222;
}

.navtitle:hover, .hovered {
  opacity: 0.7;
}

.navclose {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1080;
  font-size: 25pt;
  background-color: transparent;
  opacity: 0.0;
  text-shadow: 2px 2px #222222;
  cursor: pointer;
  padding: 10px;
}

.navclose:hover, .hovered {
  opacity: 0.7;
}

.navbutton {
  position: fixed;
  top: 0;
  z-index: 1070;
  font-size: 36pt;
  background-color: transparent;
  height: 100%;
  width: 10%;
  vertical-align: middle;
  opacity: 0.0;
  text-shadow: 2px 2px #222222;
}

.navbutton:hover {
  opacity: 0.7;
  cursor: pointer;
}

.navbutton-button {
  position: relative;
  top: 45%;
}

.navbutton-left {
  left: 0;
}

.navbutton-right {
  right: 0;
}

.white {
  color: #ffffff;
}

.text-blue {
  color: #007bff!important;
}

.text-green {
  color: #28a745!important;
}

.text-red {
  color: #dc3545!important;
}

.text-yellow {
  color: #efb107!important;
}

.text-light-blue {
  color: #17a2b8!important;
}

.text-soft-shadow {
  text-shadow: 2px 2px 8px gray;
}

.box-soft-shadow {
  box-shadow: 2px 2px 8px gray;
}

.transparent {
  opacity: 0.9;
}

.minus2 {
  font-size: 8pt;
  color : #777777;
}

/* File uploader styling */
.my-drop-zone { border-color: lightskyblue !important; }
.nv-file-over {
  border-color: green !important; 
  border-image: linear-gradient(to bottom,#e8f8e8 0,#f5f5f5 100%)
} /* Default class applied to drop zones on over */
.another-file-over-class { border: dotted 3px green; }
html, body { height: 100%; }
canvas {
    background-color: #f3f3f3;
    -webkit-box-shadow: 3px 3px 3px 0 #e3e3e3;
    -moz-box-shadow: 3px 3px 3px 0 #e3e3e3;
    box-shadow: 3px 3px 3px 0 #e3e3e3;
    border: 1px solid #c3c3c3;
    height: 100px;
    margin: 6px 0 0 6px;
}

/* Based on https://stackoverflow.com/questions/22920589/bootstrap-3-input-xs-smaller-than-sm */
.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.2; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

.inputWrapper {
  position: relative;
}

.inputWrapper input {
  padding-right: 10px;
}

.inputWrapper span {
  position: absolute;
  float: right;
  right: -140px;
  bottom: -15px;
  z-index: 10;

}

.panel-heading {
  padding-top: 5px;
  padding-bottom: 5px;
}

.nitrox {
  background: green;
  color: yellow;
  font-family: 'Arial Black';
  font-size: smaller;
}

div#overlayExif {
  background-color: #222;
  border-color: grey;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1070;
  padding: 5px;
  opacity: 0.8;
  border-radius: 8px;
}

table.exifData, td.exifData, th.exifData {
  border: 1px solid #111;
}

a.exifData {
  color: #fff;
}

img.tiny-flag {
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 7px;
}