/* admin.css x  */
.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 */
}

.cf:before,
.cf:after {
		content: " ";
		display: table;
}
.cf:after {
		clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
		*zoom: 1;
}

/* Config and console section ----------------------- */
body {
	background-color:white;
}

#hover {
	position:fixed;
	display:block;
	background-color: #f8f8f8;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	padding:10px;
	top:0;
	right:0;
	z-index: 1001;
}

.adminwrapper {
	padding-top: 13px;
	background-color: #fff;
}
.activate {
	margin-left: 5px;
	margin-top: -4px;
}
.pushdown {
	padding-top:6px;
	margin-bottom: -10px !important;
}

#disconnect {
	display:none;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	position:fixed;
	top: 0px;
	left: 0px;
	width:100%;
	font-size: 40px;
	color:rgba(255,255,255,0.1);
	height:100%;
	z-index:2000;
	background-color: rgba(0,0,0,0.85);
	padding-top:100px;
	text-align:center;
	text-transform:uppercase;
}
.disconnect_symbol {
	font-size:300px;
	opacity:0.1;
}
.brightness {
	margin-top:8px;
}
.ui-progressbar-value {
	background-color: #77A;
}
.ui-progressbar {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.ui-slider-range { background: #77A; }
