.body {
	background-color: #ececec;
	color: purple;
	font: Tahoma, Arial, sans-serif;
	padding-top: 5px;
	padding-right: 50px;
	width: 80%;
	height: 80%;
	vertical-align: middle;
}

.full_screen_invisible_btn {
	z-index: 1;
	position: absolute;
	width: 80%;
	height: 80%;
	background: transparent;
}

.logo_image {
	width: 250px;
	cursor: pointer;
}

.logo_image_display {
	width: 150px;
}

.logo_text_wrap {
	height: 150px;
	margin: 0 auto;
	align-content: center;
}

.logo_text_display {
	font-size: 20px;
	top: -40px;
	position: relative;
	margin-bottom: 50px;
	margin-left: 10px;
	text-align: center;
	color: purple;
}

.logo_text {
	font-size: 30px;
	margin-bottom: 50px;
	margin-left: 10px;
	text-align: center;
	color: purple;
}

.logo_text_mobile {
	font-size: 16px;
	margin-bottom: 50px;
	margin-left: 10px;
	text-align: center;
	color: purple;
}
.btn_small {
	margin-left: 10px;
	margin-right: 10px;
	width: 80px;
	height: 30px;
	font-size: 10px;
	cursor: pointer;
}

.addQeueu_btn {
	position: absolute;
	right: 250px;
	top: 25px;
	width: 180px;
	height: 50px;
	font-size: 20px;
	z-index: 10;
	cursor: pointer;
}

.btn_normal_link {
	width: 300px;
	height: 60px;
	font-size: 20px;
	cursor: pointer;
}

.btn_normal {
	margin: 10px;
	width: 180px;
	height: 50px;
	font-size: 20px;
	cursor: pointer;
}

.btn {
	background-color: gray;
	color: #FFFFFF;
	width: 150px;
	height: 60px;
	margin-left: 50px;
	cursor: pointer;
	font-size: 30px;
}

.sound_btn {
	background-color: gray;
	color: #FFFFFF;
	width: 120px;
	height: 50px;
	margin-left: 50px;
	cursor: pointer;
	font-size: 20px;
}

.set_btn {
	background-color: gray;
	color: #FFFFFF;
	width: 120px;
	height: 50px;
	margin-left: 50px;
	position: absolute;
	font-size: 20px;
	cursor: pointer;
}

.queue_number {
	size: 200;
	font-size: 50px;
	text-align: center;
	color: purple;
	padding: 15px;
	width: 150px;
	border: solid 2px;
	color: purple;
}

.my_post_number {
	size: 200;
	font-size: 40px;
	text-align: center;
	color: purple;
	padding: 15px;
	width: 100px;
	height: 20px;
	border: solid 2px;
	color: purple;
}

.checkbox_ {
	font-size: 50px;
	text-align: center;
	color: purple;
	padding-left: 15px;
	margin-top: 5px;
	width: 25px;
	height: 25px;
	border: solid 2px;
	color: purple;
}

.sound_img_ {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.sound_img_display {
	width: 30px;
	height: 30px;
}

.settings_img_ {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.table_ {
	
}

html, body {
	width: 100%;
	height: 100%;
}

#overlay-back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 5;
	display: none;
}

.settigs_frame_wrap_div_full_screen {
	background-color: black;
	z-index: 200;
	width: 100%;
	height: 100%;
}

.settigs_frame_wrap_div {
	top: 20px;
	right: 20px;
	background-color: #ececec;
	z-index: 200;
	width: 100%;
	height: 100%;
}

.settigs_div_wrap_ {
	position: absolute;
	top: 20px;
	right: 80px;
	background-color: #ececec;
	z-index: 200;
}

.settigs_div_wrap_mobile {
	position: absolute;
	top: 20px;
	right: 5px;
	background-color: #ececec;
	z-index: 200;
}
.cb_text_title {
	size: 200;
	font-size: 18px;
	text-align: center;
	color: purple;
	padding-left: 15px;
}

.cb_text {
	size: 200;
	font-size: 16px;
	text-align: center;
	color: purple;
	padding-left: 15px;
	margin-bottom: 15px;
	position: relative;
}

.table_td {
	vertical-align: middle;
	border-bottom: 1px solid;
	height: 35px;
}

.table_td_last {
	vertical-align: middle;
	height: 35px;
}

.section {
	height: auto;
	margin: auto 0;
	right: 50px;
	position: absolute;
}

.slider {
	horizontal-align: middle;
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #777 #333;
	border-radius: 15px;
	width: 155px;
	height: 6px;
	background-color: #000000;
	background: url(' . ./ images/ bg-track.png ") repeat top left;
	box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5), 0 1px 0 0px
		rgba(250, 250, 250, .5);
}

.tooltip {
	display: block;
	position: absolute;
	left: 0px;
	float: left;
	width: 35px;
	height: 20px;
	color: #fff;
	text-align: center;
	font: 10pt Tahoma, Arial, sans-serif;
	border-radius: 3px;
	border: 1px solid #333;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(69, 72, 77, 0.5) 0%,
		rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69,
		72, 77, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(69, 72, 77, 0.5) 0%,
		rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(69, 72, 77, 0.5) 0%,
		rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(69, 72, 77, 0.5) 0%,
		rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(69, 72, 77, 0.5) 0%,
		rgba(0, 0, 0, 0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8045484d',
		endColorstr='#80000000', GradientType=0); /* IE6-9 */
}

.volume {
	content: "";
	display: inline-block;
	position: relative;
	top: 9px;
	width: 25px;
	height: 25px;
	left: 5px;
	background: url('../images/volume.png') no-repeat 0 -50px;
	margin-top: -35px;
}

.ui-slider-handle {
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: url('../images/handle.png') no-repeat 50% 50%;
	font-weight: bold;
	color: #1C94C4;
	outline: none;
	top: -7px;
	margin-left: -12px;
}

.ui-slider-range {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
	/* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
	border: 0;
	top: 0;
	height: 100%;
	border-radius: 25px;
}