canvas{
	display: none;
}

body {
	overflow: auto;
	margin: 0;
	padding: 0;
	background: hsl(0, 0%, 10%);
	}

ul{
	padding:0px;
	padding-inline-start:0px;
	margin-block-end: 0px;
	}

#movable{
	position: absolute;
	}

#g_header,.button {
	display: block;
	line-height: 1.5em;
	background-color: #d7dfea;
	padding:.2em;
	padding-left:.6em;
	padding-right:.6em;
	margin: .1em;
	text-align: center;
	select:none;
  min-width:200px;
	touch-action: none;
	user-select: none;
			}

.button{
  text-align: left;
    }

.sub_label{
  margin: 40px;
    }

#g_header{
	background-color: #E8DED4;
	select:none;
	/*cursor:grab;*/
	font-weight: bold;
	min-height: 24px;/* changed!!!*/
		}

#all{
	margin-top: 8px;
	background-color: #FFFFFF;
  font-style: italic;
	padding-right: 40px;
  text-align: center;
  cursor: pointer;
	}

.wrapper{
	position: absolute;
	z-index: 99;
	left: 2%;
	top: 2%;
		}

.wrap{
		display: none;
		position: absolute;
		z-index: 99;
		right: 2%;
		top: 2%;
	}

.popup_text{
		position: absolute;
		left: 35%;
		display: none;
		z-index: 100;
		border-color: white;
		background-color: #D7DFEA;
		border-width: thick;
		top:20%;
		max-width:30%;
		padding: 10px 10px 10px 20px;
		margin-bottom: 30px;
		transform-origin: 50% 50%;
	}

#close{
	float:right;
	width: 25px;
	padding:1px 1px 1px 1px;
}
#mov{
	margin-left: 7px;
	width: 25px;
	padding-top: 1px;
	padding:1px 1px 1px 1px;
}
#expand{
	width: 25px;
	padding:1px 1px 1px 1px;
	margin-left:2px;
}

#mov_close{
	vertical-align:middle;
	width: 106px;
	float:right;
	height:30px;
}

.title{
}
.eye{
  width: 24px;
  padding-bottom: 2px;
  vertical-align: middle;
    }

.eyeC{
  width: 23px;
  padding-bottom: 2px;
  vertical-align: middle;
      }

.grab{
  width: 20px;
  padding-bottom: 2px;
  vertical-align: middle;
	/*cursor: grab;*/
    }

.drop{
  width: 14px;
  vertical-align: middle;
  margin: 0 auto;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right:2px;
    }

.rtWedge{
  width: 7px;
  vertical-align: middle;
  margin: 0 auto;
  padding-bottom: 2px;
  margin-left: 15px;
    }

.dropHolder{
  width: 25px;
  display: inline-block;
  float: left;
    }

.grabHolder{
  width: 26px;
  display: inline-block;
  float: right;
  margin-right: 1px:
    }

.eyeHolder{
  width:24px;
  display: inline-block;
  float: right;
  margin-right: 1px;
  cursor: pointer;
    }

.rtWedgeHolder{
  width:25px;
	height: 10px;
  margin-right: 3px;
  display: inline-block;
  float: left;
    }

.nullHolder{
		  width:10px;
			height: 10px;
		  margin-right: 3px;
		  display: inline-block;
		  float: left;
		    }

.butt_down{
  display:inline-block;
  /*cursor: pointer;*/
    }

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	cursor: default!important;
	}

progress[value] {
	  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;
  width: 250px;
  height: 20px;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  position: relative;
  background-color: #eee;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;

}

#prog{
	position: absolute;
	z-index: 1;
    width: 100%;
	color: red;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
	background-color: black;
}

#cent{
	position: relative;
	top: 50%;
    transform: perspective(1px) translateY(-50%);

}

.groups{
	display: none;
}

#slidecontainer{
	width: 100%;
	display: none;
	color: white;
	/*cursor: pointer;*/
	padding-left: 12%;
}

.cross_tit{
	height: 16px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #C2D4ED;/*changed this to black*/
	background: #C2D4ED;/*changed this to black*/
	font-weight: normal;
}

.ui-slider .ui-slider-handle {
	width: .8em;
	height: 1em;
}

.ui-slider-horizontal {
	height: .5em;
	width: 50%;
}

.slides{
	position:relative;
	display: inline-block;
	left: 5%;
}

.slide_title {
 display: inline-block;
 left: 3%;
}

/*
.flex-container{
	display:flex;
	flex-wrap:nowrap;
}
*/
.sl-container > div{
	height:.5em;
}

.rotated {
  transform: rotate(90deg);
}
.rtWedge {
  display: inline-block;
  transition: all 0.5s;
}

#reset_container,#reset_wrap{
	padding-top: 25px;
	width:2em;
}

.icon:hover {
  filter: grayscale(100%) sepia(100%);
}



svg.hide_menu path {
	stroke-linecap:round;
	stroke: black;
	stroke-width:3;
}

svg.show_menu path {
	stroke-linecap:round;
	stroke: white;
	stroke-width:3;
}

svg.show_menu path{
	fill:none;
	}

#box{
	stroke-width: 2;
}

#lines{
	stroke-width: 3;
}

.hide_menu{
	float: left;
}

.show_menu{
	display: none;
	position: absolute;
	z-index: 99;
	left: 4%;
	top: 10%;
	cursor: default;
}
/*
svg.hide_menu:hover path{
  transition: d 0.9s;
  stroke: #1851ad;
  stroke-width: 2;
  fill: #1851ad;
  d: path("M 2,5 L 27,5 M 17,13 L 27,13 M 17,19 L 27,19 M 2,27 L 27,27 M 4,16 L 12,13 v 6 Z");
}

svg.show_menu:hover path#lines{
  transition: d 0.9s;
  stroke: #5496f9;
  stroke-width: 2;
  d: path("M 5,9 L 25,9 M 5,16 L 25,16 M 5,23 L 25,23");
}

svg.show_menu:hover path#box{
  transition: d 0.9s;
  stroke: #5496f9;
}
*/
svg.show_menu:hover, svg.hide_menu:hover{
	cursor: pointer;
}

.ui-slider-handle{
	-ms-touch-action: none;
	touch-action: none;
}

img{
	position:relative;
	width:98%;
}
