body {
  padding-top: 50px;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.navbar-fixed-top {
  border: 0;
}

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
}

.sidebar li .thumbnail.visible-xs-block {
  font-size: 150%;
  padding: 5px 0px;
}

.main {
  padding: 20px;
}
.main .page-header {
  margin-top: 0;
}

#image-processing .image-item {
  overflow: auto;
  display: none;
}

#image-processing .image-item.active {
  display: block;
}

#info-content .info-item {
  display: none;
  overflow: auto;
}

#info-content .info-item.active {
  display: block;
}

/*
#image-processing .tab-pane {
  overflow: auto;
}
*/

#image-processing .snapshot {
  cursor: pointer;
  max-width: 100%;
}

#image-editor {
  margin-top: 15px;
  margin-bottom: 3px;
}

.sidebar .thumbnail IMG {
  max-width: 100%;
}

/* Fix Windows mobile devices for jQuery UI Touch Punch */
.ui-slider-handle {
  -ms-touch-action: none;
  touch-action: none;
}
