#overlay1 {
  font-size: 30px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
#overlay1,
#overlay1 a {
  color: #fff;
  text-shadow: 0 0 4px #000;
}
#overlay1.selected,
#overlay1.selected a {
  color: #f88;
}

#compareSelect
{
	position: fixed;
	left: 1em;
	bottom: 1em;
	background-color: rgba(0,0,0,0.3);
	/* padding: 0.5em 1em; */
	border-radius: 0.4em;
	z-index: 5;
	color: #eee;
}

/* body {
  overflow-x: hidden;
  color: white;
  background: #343436;
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
} */

.CodeMirror-code {
  z-index: 7;
  width: 100%;
  height: 100%;
}
.panel-accordion {
  position: absolute;
  Overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  height:100%;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: flex;       
}

.panel-accordion * {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;   
  box-sizing: border-box; 
}

.seadragon-viewer {
  /*display: inline-block;*/
  width: 100%;
  height: 100%;
}

.openseadragon-container *:focus {
  outline: none !important;
}
/* .openseadragon-container .openseadragon-canvas:focus{
  outline: none !important;  
}
.openseadragon-container canvas:focus {
  outline: none !important;
} */

.sbsparent{
  position: absolute;
  Overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: flex;    
  white-space: nowrap;
}

.abcontainer{
    height: 100%;
    width: 100%; 
}

.abparent{
    display: table;
    margin: 0;
    padding: 0;
    width: 100%; 
}

.abrow{
    display: table-row;
    height: 50%;    
}

.lefthalf {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.righthalf {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 50%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.leftpane {
  position: relative;
  height: 100%;
  float: right;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}
.rightpane {
  position: relative;
  height: 100%;
  float: left;
  overflow: hidden; 
  margin: 0;
  box-sizing: border-box;
}

.divider {
  width: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #242426;
}

.divider_L {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.divider_R {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.dragbar {
  position: absolute;
  width: 20px;
  height: 100%;
  cursor: col-resize;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  background: #242426;
}

.dragbar_L{
  left:0;
}
.dragbar_R{
  right:0; 
}

/* * {
  box-sizing: border-box;
} */

.code-panel {
  float: left;
  position: relative;
  min-height: 100%;
  /*background: #1A1C1D;*/
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.panel {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.panel-container {
  width: 100%;
  height: 100%; 
  position: relative;       
}

.panel-container * {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;   
  box-sizing: border-box; 
}

.upperhalf{
  display: block;
  width: 100%;
  height: 50%;
}

.lowerhalf{
  display: block;
  width: 100%;
  height: 50%;
}

.slider-container {
	position: relative;
	height: 100%;
}

.slider-handle {
	position: absolute;
	height: 44px;
	width: 44px;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
  border-radius: 50%;
  /* rgb(107, 163, 163) */
	background: rgb(123, 123, 123) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="%23FFF" d="M13 21l-5-5 5-5m6 0l5 5-5 5"/></svg>') no-repeat center center;
	cursor: move;
	box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	z-index: 2;
}

.slider-handle.draggable {
	background-color: #445b7c;
}

/* DROPDOWN */
/* Dropdown Button */


/* .dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
} */

.dropbtn {
  cursor: pointer;
	display: block;
	font-size: 1em;
	font-family: sans-serif;
	font-weight: 700;
	color: #CCC;
	line-height: 1.3;
	padding: .3em 1.4em .2em .6em;
	/* width: 100%;
	max-width: 100%;  */
	box-sizing: border-box;
	margin: 0;
	border: 1px solid rgba(100,100,100,0.3); 
	/* box-shadow: 0 1px 0 1px rgba(255,255,255,0.4); */
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
  appearance: none;
  /* background-color: #222; */
  background-color: rgba(0,0,0,0.3);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23DDD%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');  
	/* background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23DDD%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #555 0%,#282828 100%); */
  /* linear-gradient(to bottom, rgba(85,85,85,.05) 0%,rgba(40,40,40,.05) 100%);  */
	background-repeat: no-repeat, repeat;
	background-position: right .4em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.dropbtn:hover{
  border-color: #444;
  background-color: rgba(255,255,255,0.5);
	/* background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23DDD%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),linear-gradient(to bottom, #999 0%,#555 100%); */
}

.dropbtn:focus{
	border-color: #aaa;
	/* box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7); */
	color: #FFF; 
	outline: none;
}

/* .dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
} */

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: absolute;
  right: 1em;
  top: 1em; 
  /* width: 20px;
  height: 100%; */
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  cursor: pointer;  
  display: none;
  position: absolute;
  right:0;
  /* background-color: #f1f1f1; */
  border-radius: .5em;
	border: 1px solid rgba(100,100,100,0.3);  
  background-color: rgba(0,0,0,0.5);
  /* background-image: linear-gradient(to bottom, #555 0%,#282828 100%); */
  background-repeat: repeat;
  background-size: 100%; 

  /* min-width: 10em; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-option {
  color:#DDD;
  white-space: nowrap;
  /* color: black; */
  padding: .75em 1em;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-option:hover {
  /* background-color: #ddd
   */
   border-radius: .5em;
   background-color: rgba(255,255,255,0.5);
   /* background-image: linear-gradient(to bottom, #888 0%,#444 100%); */
   background-repeat: repeat;
   background-size: 100%; 
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
