.iviewThumbnail {
  line-height: 1.428571429;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  position: absolute;
  padding: 25px;
  height: 245px;
  width: 245px;
}
.iviewThumbnail.selected {
  background-color: rgba(255,255,255,0.2);
}
.iviewThumbnail .imgSpacer {
  height: 90%;
}
.iviewThumbnail img {
  max-width: 90%;
  max-height: 90%;
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.center {
	background-color: rgba(255,255,255,0.1);
}
.center .horizontalBar,
.center .verticalBar {
  position: absolute;
  display: block;
  z-index: 30;
  background-color: #f1f1f1;
}
.center .horizontalBar .slider,
.center .verticalBar .slider {
  background-color: #bcbcbc;
  position: absolute;
}
.center .horizontalBar .slider:hover,
.center .verticalBar .slider:hover {
  background-color: #949494;
}
.center .horizontalBar .endButton,
.center .verticalBar .endButton {
  position: absolute;
  cursor: pointer;
}
.center .horizontalBar .startButton,
.center .verticalBar .startButton {
  position: absolute;
  cursor: pointer;
}
.center .verticalBar {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 16px;
}
.center .verticalBar .startButton {
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid #000000;
  left: 3px;
  top: 5px;
}
.center .verticalBar .endButton {
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #000000;
  left: 3px;
  bottom: 5px;
}
.center .verticalBar .slider {
  left: 1px;
  right: 1px;
  min-height: 20px;
  border: 1px solid #a8a8a8;
  top: 50px;
}
.center .horizontalBar {
  left: 0px;
  right: 15px;
  bottom: 0px;
  height: 16px;
}
.center .horizontalBar .startButton {
  width: 0;
  height: 0;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid #000000;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  left: 5px;
  top: 3px;
}
.center .horizontalBar .endButton {
  width: 0;
  height: 0;
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid #000000;
  border-top: 5px solid rgba(0, 0, 0, 0);
  right: 5px;
  bottom: 3px;
}
.center .horizontalBar .slider {
  top: 1px;
  bottom: 1px;
  min-width: 20px;
  border: 1px solid #a8a8a8;
  left: 50px;
}
.center canvas {
  width: 100%;
  height: 100%;
  -ms-user-select: none;
  touch-action: none;
}
.center canvas.pdfCanvas {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 800px) {
  .center canvas.overview {
    display: none;
  }
}
.center canvas.overview {
  position: absolute;
  bottom: 1px;
  right: 1px;
  opacity: 0.9;
  border: 1px solid #000000;
}
.metadata {
  padding: 10px 10px 10px 10px;
}
.metadata * {
  padding-left: 3px;
  padding-right: 3px;
}
.metadata .titles {
  font-weight: bold;
  color: #3276b1;
}
.metadata .date:before {
  content: '[';
}
.metadata .date:after {
  content: ']';
}
*[class*="icon-"] {
  width: 14px;
  height: 14px;
  background-size: cover;
}
.dropdown-toggle *[class*="icon-"] {
  top: 2px;
}
.icon-sidebar-right {
  background-image: url("../../images/thulbviewer/sidebar-right.svg");
  background-position: center center;
}
.icon-sidebar-left {
  background-image: url("../../images/thulbviewer/sidebar-left.svg");
  background-position: center center;
}
.glyphicon- {
  display: none;
}
.matched {
  font-weight: bold;
}
textarea.form-control {
  min-height: 300px;
}
.textContainer .highlighted.line {
  background: rgba(0, 0, 255, 0.12);
}
.textContainer .highlighted.line .highlighted {
  background: rgba(0, 0, 255, 0.5);
  color: white;
}
.textContainer ::selection {
  background: #65a9e4;
  color: white;
}
.textContainer ::-moz-selection {
  background: #65a9e4;
  color: white;
}
.textContainer .line {
  cursor: text;
  color: transparent;
}
.navbar div img {
  margin-top: 11px;
}
.navbar .btn-group {
  margin-left: 25px;
}
.navbar .btn-group .dropdown-menu {
  cursor: pointer;
}
.navbar .btn-group .dropdown-toggle .glyphicon {
  margin-right: 5px;
}
@media (max-width: 620px) {
  .navbar div[data-id=ImageChangeControllGroup] {
    display: none;
  }
}
.navbar .navbar-right {
  margin-right: 25px;
  float: right !important;
}
.navbar .navbar-fixed-top {
  margin-bottom: 0px;
}
.navbar .dropdown {
  z-index: initial;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-expand: none;
  appearance: none;
  height: 34px;
  max-width: 80px;
  text-indent: 0.25px;
  text-overflow: " ";
  overflow: hidden;
}
.navbar .dropdown::-ms-expand {
  display: none;
}
.navbar img {
  max-height: 26px;
}
.navbar .caret {
  margin-left: 5px;
}
.chapterTreeDesktop .expander + *,
.textSearch .expander + * {
  margin-left: 0.8em;
}
.chapterTreeDesktop .expander,
.textSearch .expander {
  cursor: pointer;
  font-size: 0.7rem;
  top: 0;
  width: 10px;
  height: 10px;
  display: inline-block;
  line-height:120%;
}
.chapterTreeDesktop ol[data-opened=false],
.textSearch ol[data-opened=false] {
  display: none;
}
.chapterTreeDesktop ol,
.textSearch ol {
  border: none;
  border-radius: 0px;
  padding-left: 1.5rem;
}
.chapterTreeDesktop .list-group-item,
.textSearch .list-group-item {
  padding: 0.4rem 0.8rem;
}
.chapterTreeDesktop li.list-group-item,
.textSearch li.list-group-item {
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}
.chapterTreeDesktop li.list-group-item span.childLabel,
.textSearch li.list-group-item span.childLabel {
  color: gray;
  float: right;
}
.chapterTreeDesktop li a,
.textSearch li a {
  cursor: pointer;
  margin-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 72px);
}
.chapterTreeDesktop li[data-selected=true],
.textSearch li[data-selected=true] {
  background: #3276b1;
  border-color: #285e8e;
  color: red;
  font-weight:bold;
}
.chapterTreeDesktop li[data-selected=true] .expander,
.textSearch li[data-selected=true] .expander {
  color: red;
  font-weight:bold;
}
.chapterTreeDesktop li[data-selected=true] a,
.textSearch li[data-selected=true] a,
.chapterTreeDesktop li[data-selected=true] span.childLabel,
.textSearch li[data-selected=true] span.childLabel {
  color: red;
  font-weight:bold;
}
.textSearch li a {
  white-space: normal;
  overflow: visible;
}
.sidebar {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: none;
}
.debugCanvas {
  position: relative;
}
.resizer {
  z-index: 10;
}
.informationBar {
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  padding: 2px;
  margin: 0;
  text-align: center;
}
.informationBar * {
  padding-left: 10px;
  padding-right: 10px;
}
.informationBar .scale {
  float: left;
}
.informationBar .rotation {
  float: right;
}
.north,
.south,
.east,
.west {
  z-index: 10;
}
.north .list-group,
.south .list-group,
.east .list-group,
.west .list-group {
  padding-bottom: 35px;
}
.panel.search {
  padding: 1em;
}
.panel.search .progress-bar {
  transition: width .1s ease;
}
/*	MOD JO */
#joViewerContent div,
#joViewerContent li{
	border-radius: 0;
}
.panel-default{
	border:0px;
	border-radius: 0;
}
.btn-group{
	margin-top:0.5rem;
}

.horizontalBar,
.verticalBar{
	display:none !important;
}
.iviewThumbnail .caption,
.west a,
.west span,
.informationBar span,
.panel-heading span{
	font-size:0.9rem;
	color:#ffffff;
	line-height:120%;
	vertical-align:top;
}
.west li{
	margin:0;
	line-height:0;
}
.informationBar,
.navbar-default,
.panel-heading,
.list-group-item {
	background-color:transparent !important;
	border:0px !important;
	color:#ffffff;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.informationBar{
	padding-top:0.4rem;
}
.west{
	background-color: rgba(255,255,255,0.1);
	border-right:#000000 2px solid;
}
ol{
	margin:0;
	padding:0;
}
.iviewThumbnail .caption {
  padding: 0.5rem;
  text-align: center;
  color:#000000;
}
#joViewerClose{
	position:absolute;
	top:-3.2rem;
	right:-3.2rem;
	width:3rem;
}
#joViewerClose img{
	width:100%;
	height:auto;
}