#makeAnnos{
	top:8em;
	height: 10em ;
	overflow-y: auto;
}	
.untermenu{
	position: absolute;
	right:8em;
	float: right;
	width:0;
	*text-align: right;
	border-radius:0.571em;
    overflow-x: auto;
	overflow-y: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	cursor:pointer;
	z-index: 100;
}
.untermenu:hover {
    color: #ad9b64;
}
.submenu1{
	height: 2.3em ;
	background-color: #cccc;
	border-radius:0.571em;
}
#histolupe-select{
	position: absolute;
	left:0.5em;
	top:0.4em;
	color:#666666;
}
#histolupe-select:hover{
	color: #ad9b64;
}
#histolupe-buttons {
	position: absolute;
	top:0.3em;
	right:0.5em;
}
i.material-icons {
	color: #555769;
}
i:hover{
	color: #ad9b64;
}
.untermenu-drops{
	position: absolute;
	top:0.3em;
	left:2.3em;
}
.dropdown{
	position: relative;
    display: inline-block;
	text-align:left;
}
.panel_dropdown{
	border-radius: 0.214em;
	cursor: pointer;
	background: #fff;
	margin: 0 0.357em 0 0;
	width: 4.286em;
	height: 1.429em;
	overflow: hidden;
	display: inline-block;
    border: solid 0.071em #666666;
    padding-left: 0.357em;
    vertical-align: middle;
	z-index: 200;
	overflow-y: auto;
}
.panel_dropdown .material-icons {
    position:relative;
	padding-bottom:1.429em;
	display: inline-block;
    font-size: 1em;
	color: #666666;
	padding-right: 1em;
	vertical-align: middle 
}
.panel_dropdown .icon{
	font-size:1.429em;
	display: inline-block;
}
.dropdown-content{
	cursor: pointer;
	display: none;
    position: absolute;
    background-color: #f9f9f9;
	width: 60px;
	height:100px;
	border-radius:5px;
	border:solid 0.5px;
	border-color:black;
    list-style-type: none;
	text-align:center;
    padding-left: 1px;
	font-size:1em;
	line-height: 0;
    z-index: 200;
}
.dropdown-content .icon{
	font-size:40px;
	color: #555769;
}
	i.icon:hover {
	color: #ad9b64;
}
.dropdown:hover .dropdown-content {
    display: block;
	z-index: 200;
}
#menu-settings{
	height: 12em ;
	top:11.7em;
}
.box {
	margin-top: 0.4em;
    float: left;
	margin-right: 0.5em;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
.box3{
	margin-top: 0em;
    float: left;
	margin-right: 0.3em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.slider_dropdown{
	float:left;
	padding: 1.429em;
	cursor: pointer;
	display: none;
    position: absolute;
	top: 1.929em;
	left: 0;
    text-align:left;
    font-size:1em;
	margin: 0 0.357em 0 0;
	width: 6em;
	height: 6.6em;
    padding-left: 0.714em;
	padding-top: 0.357em;
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
	background: #555769;
	border-radius: 8px;
    z-index: 1000;
}
.slider_dropdown .icon{
	font-size:40px;
}
.dropdown:hover .slider_dropdown {
    display:inline-block;
}
.colorslider_dropdown {
	display: none;
	position: absolute;
	top: 1.929em;
	left: 0;
	/* float: left; */
	cursor: pointer;
	/* text-align: left; */
	/* font-size: 1em; */
	/* margin: 0 0.357em 0 0; */
	width: 20em;
	height: 6.6em;
	padding-left: 0.714em;
	padding-top: 0.2em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #555769;
	border-radius: 8px;
	z-index: 1000;
}
.dropdown:hover .colorslider_dropdown {
    display:inline-block;
}
.range-value{
	position: absolute;
	left:2.2em;
	top: 1.4em;
	font-size: 1.2em;
}
.color-range-value{
	position: relative;
	left:-0.3em;
	top: -2.00em;
	font-size: 1em;
	left:2.0em;
	font-size: 1.2em;
}
.color-slider{
	float: left;
    width: 30%;
    margin-right: 3.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.color-label{
	position: relative;
	top:0px;	
	margin-left:30px;
	font-size:1.2em;
	color:white;
	text-align:right;
}
label {
    display: inline-block;
    max-width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}
.label{
	position: absolute;
	top:0px;
	font-size:1.2em;
	color:green;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	top: 0.2em;
	left: 0.2em;
}
input[type='range'], input[type='range']::-webkit-slider-runnable-track, input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type='range'] {
	display: inline-block;
	margin-top: 1.9em;
	margin-left: -2.9em;
	-ms-flex-item-align: center;
	    align-self: center;
	border: solid 0 transparent;
	border-width: 0.05em 0.05em;
	padding: 0;
	width: 6.5em;
	height: 2em;
	border-radius: .25em;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	font-size: 1em;
	background-color:#55576900;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
}

/*bis hier bearbeitet*/	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	




#annotation-mode{
	color: red;
	font-size: 4em;
	}




.annotation-config-button{
	display: inline-block;
	width: 60px;
	height: 25px;
	margin: 0 10px 0 0;
	border-radius: 3px;
	border: solid 1px #91765d;
	cursor: pointer;
	background: #eee;
	overflow: hidden;
	vertical-align: middle;
}










input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: rgba(59,173,227,1);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(59,173,227,1)), color-stop(25%, rgba(87,111,230,1)), color-stop(51%, rgba(152,68,183,1)), color-stop(100%, rgba(255,53,127,1)));
  background: linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1 );
  height: 2px;
  
  -webkit-box-sizing: border-box;
  
          box-sizing: border-box;
  border: solid 1px #291f23;
  width: 6.5em;
  height: 0.5em;
  border-radius: 0.25em;
  
}

#set_brightness::-webkit-slider-runnable-track{
	background: -webkit-gradient(linear, left top, right top, from(#000000) , to(#ffffff));
	background: linear-gradient(to right, #000000 , #ffffff);
}
#set_brightness::-moz-range-track{
	background: linear-gradient(to right, #000000 , #ffffff);
}
#set_brightness::-ms-track{
	background: linear-gradient(to right, #000000 , #ffffff);
}
#set_hue::-webkit-slider-runnable-track{
    background: -webkit-gradient(linear, left top, right top, from(#ff0000), color-stop(17%, #ffff00), color-stop(33%, #00ff00), color-stop(50%, #00ffff), color-stop(67%, #0000ff), color-stop(83%, #ff00ff), to(#ff0000));
    background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
#set_hue::-moz-range-track{
    background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
#set_hue::-ms-track{
    background: linear-gradient(to right, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}


#set_red::-webkit-slider-runnable-track{
	background: -webkit-gradient(linear, right top, left top, from(red) , to(cyan));
	background: linear-gradient(to left, red , cyan);
}
#set_red::-moz-range-track{
	background: linear-gradient(to left, red , cyan);
}
#set_red::-ms-track{
	background: linear-gradient(to left, red , cyan);
}


#set_green::-webkit-slider-runnable-track{
	background: -webkit-gradient(linear, right top, left top, from(green) , to(magenta));
	background: linear-gradient(to left, green , magenta);
}
#set_green::-moz-range-track{
	background: linear-gradient(to left, green , magenta);
}
#set_green::-ms-track{
	background: linear-gradient(to left, green , magenta);
}
#set_blue::-webkit-slider-runnable-track{
	background: -webkit-gradient(linear, right top, left top, from(blue) , to(yellow));
	background: linear-gradient(to left, blue , yellow);
}
#set_blue::-moz-range-track{
	background: linear-gradient(to left, blue , yellow);
}
#set_blue::-ms-track{
	background: linear-gradient(to left, blue , yellow);
}


















input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: rgba(59,173,227,1);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(59,173,227,1)), color-stop(25%, rgba(87,111,230,1)), color-stop(51%, rgba(152,68,183,1)), color-stop(100%, rgba(255,53,127,1)));
  background: linear-gradient(45deg, rgba(59,173,227,1) 0%, rgba(87,111,230,1) 25%, rgba(152,68,183,1) 51%, rgba(255,53,127,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bade3 ', endColorstr='#ff357f ', GradientType=1 );
  height: 2px;
  
  
  box-sizing: border-box;
  border: solid 1px #291f23;
  width: 6.5em;
  height: 0.5em;
  border-radius: 0.25em;
}



input[type='range']::-ms-track {
  box-sizing: border-box;
  border: solid 1px #291f23;
  width: 6.5em;
  height: 0.5em;
  border-radius: 0.25em;
  color: transparent;
}



input[type=range]::-webkit-slider-thumb {
  margin-top: -0.315em;
  border: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: -.125em .125em .125em #6a6a6a;
          box-shadow: -.125em .125em .125em #6a6a6a;
  background: radial-gradient(at 50% 0, #888888, rgba(136, 136, 136, 0) 71%) no-repeat 50% 0 border-box, radial-gradient(at 50% 100%, #888888, rgba(136, 136, 136, 0) 71%) no-repeat 50% 100% border-box, -webkit-gradient(linear, left top, right top, color-stop(37%, rgba(136, 136, 136, 0)), color-stop(rgba(136, 136, 136, 0.32)), color-stop(63%, rgba(136, 136, 136, 0))) repeat-y 50% 0 #f7f7f7;
  background: radial-gradient(at 50% 0, #888888, rgba(136, 136, 136, 0) 71%) no-repeat 50% 0 border-box, radial-gradient(at 50% 100%, #888888, rgba(136, 136, 136, 0) 71%) no-repeat 50% 100% border-box, linear-gradient(90deg, rgba(136, 136, 136, 0) 37%, rgba(136, 136, 136, 0.32), rgba(136, 136, 136, 0) 63%) repeat-y 50% 0 #f7f7f7;
  background-size: 85% 50%;
 }

input[type=range]::-moz-range-thumb {
 
  
  
  
  
  
  margin-top: -0.315em;
  border: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: rotate(-45deg);
  box-shadow: -.125em .125em .125em #6a6a6a;
  background: radial-gradient(at 50% 0, #888888, rgba(136, 136, 136, 0) 71%) no-repeat 50% 0 border-box, radial-gradient(at 50% 100%, #888888, rgba(136, 136, 136, 0) 71%) no-repeat 50% 100% border-box, linear-gradient(90deg, rgba(136, 136, 136, 0) 37%, rgba(136, 136, 136, 0.32), rgba(136, 136, 136, 0) 63%) repeat-y 50% 0 #f7f7f7;
   background-size: 85% 50%;
}



input[type='range']::-ms-thumb {
  margin-top: -0.315em;
  border: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  transform: rotate(-45deg);
  box-shadow: -.125em .125em .125em #6a6a6a;
  background: radial-gradient(at 50% 0, #888888, rgba(136, 136, 136, 0) 71%) no-repeat 50% 0 border-box, radial-gradient(at 50% 100%, #888888, rgba(136, 136, 136, 0) 71%) no-repeat 50% 100% border-box, linear-gradient(90deg, rgba(136, 136, 136, 0) 37%, rgba(136, 136, 136, 0.32), rgba(136, 136, 136, 0) 63%) repeat-y 50% 0 #f7f7f7;
   background-size: 85% 50%;
}












.range.blue::-webkit-slider-thumb {
   border-color: rgb(59,173,227);
}

.range.ltpurple::-webkit-slider-thumb {
   border-color: rgb(87,111,230);
}

.range.purple::-webkit-slider-thumb {
   border-color: rgb(152,68,183);
}

.range.pink::-webkit-slider-thumb {
   border-color: rgb(255,53,127);
}

.range.blue::-moz-range-thumb {
   border-color: rgb(59,173,227);
}

.range.ltpurple::-moz-range-thumb {
   border-color: rgb(87,111,230);
}

.range.purple::-moz-range-thumb {
   border-color: rgb(152,68,183);
}

.range.pink::-moz-range-thumb {
   border-color: rgb(255,53,127);
}

input[type=range]::-webkit-slider-thumb:active {
  cursor: -webkit-grabbing;
}

input[type=range]::-moz-range-thumb:active {
  cursor: -moz-grabbing;
}



.editcont{
	width:100%;
	margin-top:15px;


}
#blalbal{
	border-width: 5px;
	border-color: black;
}
