.content{
  padding-top: 70px;
}

.checkbox{
  border-radius: 3px;
  border-color: silver;
  border-style: solid;
  border-width: thin;
  text-align: left;
  font-size: 15px;
  width: auto;
}

.js_feedback {
  position: fixed;
  top: 5px;
  left: 0;
  right: 0;
  width: 50em;
  margin: auto;

  text-align: center;

  z-index: 10000;
}

div.wrapper{
  position: relative;
}

div.panel-heading {
  word-wrap:break-word;
}

div.card-header {
  word-wrap:break-word;
  font-size: 0.9rem;
  font-weight: bold;
  padding: .25rem .25rem;
  background-color: #e5e5e5;
}
.card-footer {
  padding: .25rem .25rem
}

#image_list, #imageGrid {
  max-height: 35vh;
  overflow-y: scroll;
}

#statistics_tabs_content {
  overflow-y: scroll;
}

#annotation_type_select {
  width: 100%;
}

div.annotation{
  border-radius: 5px;
  border-color: silver;
  border-style: solid;
  border-width: thin;
  padding: 5px;
  margin-top: 5px;
}

#additional_feature_table{
  width: 90%;
}

a.exact-logo{
  padding-top: 5px;
}

.team-table {
  margin-top: 1em;
}
.team-table td {
  padding: 0 2rem 0 2rem;
}
.team-table td:nth-of-type(2), .team-table td:nth-of-type(3) {
  text-align: right;
  width: 10em;
}
.stats-table {
  margin-top: 1em;
}
.stats-table td {
  padding: 0 .25rem 0 .25rem;
  vertical-align: center;
}

.form-inline {
  margin-left: -0.8em;
  display: inline;
}

.align-right {
  text-align: right;
}


.annotate_image_link {
  display: block;
}

.annotate_image_link.active, .annotate_image_link.active:active,
.annotate_image_link.active:hover, .annotation_link.active,
.annotation_link.active:active, .annotation_link.active:hover {
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

table#coordinate_table tr td:nth-of-type(1) {
  width: 3.5em;
}

.annotation-filter {
  padding: 3px;
}

.annotation-filter .form-control, .set-search .form-control {
  width: 50%;
}


input.form-control[type="checkbox"] {
  height: auto;
}

.tag-delete {
  cursor: pointer;
}

.tag-container > span, .tag-container > a {
  margin: 2px;
}

.upper-bandage {
  padding: 1px 3px;
  position: absolute;
  top: 0;
  right: 0;
  font-size : 70%;
  background-color : red;
}

.upper-bandage-parent {
  position: absolute; 
  top: 50%; 
  transform: translateY(-50%);
  display: inline-block;
  position: relative;
  padding: 3px 10px;
  color: #777;
  text-decoration: none;
}

.upper-bandage-parent:hover {
  color: #333;
  text-decoration: none;
}



/* Autocomplete (from https://www.devbridge.com/sourcery/components/jquery-autocomplete/) */
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.autocomplete-suggestion:hover {
  background: #DDD;
}

.autocomplete-selected {
  background: #DDD;
}

.autocomplete-suggestions strong {
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/* Sticky footer styles (from http://holdirbootstrap.de/examples/sticky-footer-navbar/sticky-footer-navbar.css)
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}*/

html{height:100%;}

body {
  /* Margin bottom by footer height */
  height: 100%;
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  background-color: #f5f5f5;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  background-color: #f5f5f5;
}

.container.text-muted {
  margin: 20px 0;
}

.login-panel-footer {
  margin-top: 1em;
}

.login-panel {
  margin-top: 2em;
}

.card-img-top {
  width: 128px;
  height: 128px;  
  cursor: pointer;
}

.card {
  text-align: center;
  background-color: #f5f5f5
}

.cover-container {
  height: 150px;
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}
.cover-item {
  position: relative;
  display: inline-block;
  margin: 8px 8px;
  box-shadow: 2px 2px 4px #bbb;
  border-top-right-radius: 4px;
  width: 128px;
  height: 128px;
  vertical-align: bottom;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-thumbnail {
  padding: .01rem;
  width: 50%;
}
.card-columns-thumbnail {
  column-count:10;
  column-gap: .5rem;
}

.card-body {
  padding: .25rem;
}
.card-body-image_list {
  text-align: left;

}

.bg-purple {
  background: rgb(48,0,50);
}
.bg-gray {
  background: rgb(74,74,74);
}
.bg-blue {
  background: rgb(50,101,196);
}
.bg-red {
  background: rgb(196,50,53);
}
.navbar-default {
  background-color: #3072AC;
  border-color: #3072AC;
}
.navbar {
  padding: 0.0rem 0.1rem
}
.nav-link-header {
  color: #ffffff;
  font-size: 1.0rem;
  padding: .5rem 1rem;
  display: block;
}
.h5, h5 {
  font-size: 0.9rem;
  font-weight: bold;
}
.h3, h3 {
  font-size: 1.1rem;
}
.h2, h2 {
  font-size: 1.25rem;
}
.btn {
  font-size: 0.8rem;
  line-height: 0.75;
  padding: .25rem .5rem
}
.form-control {
  font-size: 0.8rem;
  height: calc(1.2rem + 2px);
  padding: .05rem .01rem;
  
}

.btn-primary {
  background-color: #3072AC;
}
.btn-primary:hover {
  background-color: #3a6992;
}
.nav-tabs {
  line-height: 0.5;
  padding: 5px 5px;
  background-color: #f5f5f5
}
.nav-link {
  padding: .5rem .4rem;
}

.nav-tabs .nav-link.active {
  background-color: #FFF;
  font-weight: bold;
}
.nav-tabs .nav-link:hover {
  background-color: #dee2e6 ;
}
.btn-small {
  padding: .2rem .2rem;
}
.list-group-item {
  padding: 0.1rem 0.75rem;
  background-color: #FFF;
}
.list-group-item:hover {
  padding: 0.1rem 0.75rem;
  background-color: #e5e5e5;
}
.a {
  color: #3072AC;
}



/* Webkit CSS */

/* Scroll Bar Customization */
::-webkit-scrollbar
{
  width: 8px;  /* for vertical scrollbars */
  height: 8px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track
{
  background: rgba(0, 50, 0, 0.1);
}
::-webkit-scrollbar-thumb
{
  background: #999;
}