.mixer {
	position: relative;
	width: 70px;
}

.mixer:not(.ativo) {
	opacity: 0.5;
	cursor: pointer !important;
}
.mixer:not(.ativo) .mixer-fundo {
	pointer-events: none;
}

.mixer .mixer-resultado {
	font-size: 13px;
	border-radius: 3px;
	border:solid 1px #3B3B3B;
	margin-bottom: 3px;
	text-align: center;
	height: 25px;
	line-height: 24px;
	color:#ffffff;
}
.mixer .mixer-resultado {
	margin-top: 5px;
	box-shadow: 0 0 2em 1.5px rgba(255,255,255,0.1);
}
	.mixer .mixer-resultado::before {
		content: " ";
		width: 50px;
		height: 10px;
		border-radius: 2px;
		border: 3px solid #000;
		position: absolute;
		top: -5px;
		left: 50%;
		background-color: #0E0E0E;
		transform: translateX(-50%);
	}
	.mixer.ativo .mixer-resultado::before {
		background-color: #84D339;
	}

.mixer .mixer-alvo {
	padding: 0px 3px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 3px;
	border: solid 1px #3B3B3B;
	margin-top: 3px;
	text-align: center;
	height: 20px;
	line-height: 18px;
	background-color: #E6E6E6;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mixer .mixer-alvo {
	box-shadow: 0 0 2em 1.5px rgba(255,255,255,0.1);
}
.mixer-fundo {
	border-radius: 3px;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	width: 70px;
	height: 580px;
	left: calc(-50%-35px);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 2em 1.5px rgba(255,255,255,0.1);
}

.mixer.h-200 .mixer-fundo {	height: 220px; }
.mixer.h-250 .mixer-fundo {	height: 270px; }
.mixer.h-300 .mixer-fundo {	height: 320px; }
.mixer.h-350 .mixer-fundo {	height: 370px; }
.mixer.h-400 .mixer-fundo {	height: 420px; }
.mixer.h-450 .mixer-fundo {	height: 470px; }
.mixer.h-500 .mixer-fundo {	height: 520px; }
.mixer.h-550 .mixer-fundo {	height: 570px; }
.mixer.h-600 .mixer-fundo {	height: 620px; }
.mixer.h-650 .mixer-fundo {	height: 670px; }
.mixer.h-700 .mixer-fundo {	height: 720px; }
.mixer.h-750 .mixer-fundo {	height: 770px; }

.mixer-container {
	left:18px;
	position: relative;
	width: 6px;
	height: 560px;
	display: block;
}

.mixer.h-200 .mixer-container {	height: 200px; }
.mixer.h-250 .mixer-container {	height: 250px; }
.mixer.h-300 .mixer-container {	height: 300px; }
.mixer.h-350 .mixer-container {	height: 350px; }
.mixer.h-400 .mixer-container {	height: 400px; }
.mixer.h-450 .mixer-container {	height: 450px; }
.mixer.h-500 .mixer-container {	height: 500px; }
.mixer.h-550 .mixer-container {	height: 550px; }
.mixer.h-600 .mixer-container {	height: 600px; }
.mixer.h-650 .mixer-container {	height: 650px; }
.mixer.h-700 .mixer-container {	height: 700px; }
.mixer.h-750 .mixer-container {	height: 750px; }


.mixer-container .slider {
	padding: 2px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	-webkit-appearance: none;
	margin: 0px;
	width: 560px;
	height: 3px;
	outline: none;
	transform: rotate(-90deg) translate(-50%, -50%);
	transform-origin: 0 0;
	background-color: transparent;
}
.mixer.h-200 .mixer-container .slider {	width: 200px; }
.mixer.h-250 .mixer-container .slider {	width: 250px; }
.mixer.h-300 .mixer-container .slider {	width: 300px; }
.mixer.h-350 .mixer-container .slider {	width: 350px; }
.mixer.h-400 .mixer-container .slider {	width: 400px; }
.mixer.h-450 .mixer-container .slider {	width: 450px; }
.mixer.h-500 .mixer-container .slider {	width: 500px; }
.mixer.h-550 .mixer-container .slider {	width: 550px; }
.mixer.h-600 .mixer-container .slider {	width: 600px; }
.mixer.h-650 .mixer-container .slider {	width: 650px; }
.mixer.h-700 .mixer-container .slider {	width: 700px; }
.mixer.h-750 .mixer-container .slider {	width: 750px; }

.mixer-container .slider::-webkit-slider-thumb {
	background-image: url(mixer.png);
	background-position: center;
	background-size: cover;
	-webkit-appearance: none;
	width: 45px;
	height: 22px;
	/*background-color: #ffe53b;*/
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	cursor: pointer;
	transition: .1s ease-in-out;
}
	.mixer-container .slider::-webkit-slider-thumb:hover,
	.mixer-container .slider::-webkit-slider-thumb:active {
		box-shadow: 0 0em 0.8em 0.8px rgba(255,255,255,0.3);
	}

.mixer-container .bar,
.mixer-container .fill {
	position: absolute;
	left: 0;
	right: 0;
}

.mixer-container .fill {
	border-left: 2px solid #000;
	border-right: 2px solid #000;	
}

.mixer-container .bar {
	position: absolute;
	z-index: 1;
	top: 20px;
	bottom: 20px;
	background-color: #000;
}

.mixer-container .bar::before,
.mixer-container .bar::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 10px;
}
	.mixer-container .bar::before {
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
	}
	.mixer-container .bar::after {
		border-bottom: 2px solid #000;
		border-left: 2px solid #000;
		border-right: 2px solid #000;
	}

.mixer-container .bar::before {
	bottom: 100%;
	background-color: #000;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.mixer .mixer-container .bar::after {
	top: 100%;
	left: 0;
	right: 0;
	background-color: #A5A5A5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.mixer.ativo .mixer-container .bar::after {
	background-color: #84D339;
}
.mixer.inativo .mixer-container .bar::after {
	background-color: #252727;
}

.mixer-container .fill {
	z-index: 2;
	bottom: 0;
	height: 0%;
	overflow: hidden;
}

.mixer .mixer-container .fill::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 560px;
	bottom: 0;
	background-color: #A5A5A5;
}
.mixer.ativo .mixer-container .fill::before {
	background-image: linear-gradient(0deg, #84D339 50%, #ff2525 100%);
}

.indicadores {
	font-size: 12px;
	color:#A5A5A5;
	line-height: 0px;
	position: absolute;
	right: 200%;
	top: 21px;
	bottom: 25px;
	width: 35px;
	text-align: right;
	margin-right: 5px;
}

.indicadores>span::before {
	content: attr(txt) " -";
	position: absolute;
	left: 0;
	right: 0;
	bottom: attr(pct);
}


.indicadores>span.pct0::before { bottom: 0%; }
.indicadores>span.pct1::before { bottom: 1%; }
.indicadores>span.pct2::before { bottom: 2%; }
.indicadores>span.pct3::before { bottom: 3%; }
.indicadores>span.pct4::before { bottom: 4%; }
.indicadores>span.pct5::before { bottom: 5%; }
.indicadores>span.pct6::before { bottom: 6%; }
.indicadores>span.pct7::before { bottom: 7%; }
.indicadores>span.pct8::before { bottom: 8%; }
.indicadores>span.pct9::before { bottom: 9%; }
.indicadores>span.pct10::before { bottom: 10%; }
.indicadores>span.pct11::before { bottom: 11%; }
.indicadores>span.pct12::before { bottom: 12%; }
.indicadores>span.pct13::before { bottom: 13%; }
.indicadores>span.pct14::before { bottom: 14%; }
.indicadores>span.pct15::before { bottom: 15%; }
.indicadores>span.pct16::before { bottom: 16%; }
.indicadores>span.pct17::before { bottom: 17%; }
.indicadores>span.pct18::before { bottom: 18%; }
.indicadores>span.pct19::before { bottom: 19%; }
.indicadores>span.pct20::before { bottom: 20%; }
.indicadores>span.pct21::before { bottom: 21%; }
.indicadores>span.pct22::before { bottom: 22%; }
.indicadores>span.pct23::before { bottom: 23%; }
.indicadores>span.pct24::before { bottom: 24%; }
.indicadores>span.pct25::before { bottom: 25%; }
.indicadores>span.pct26::before { bottom: 26%; }
.indicadores>span.pct27::before { bottom: 27%; }
.indicadores>span.pct28::before { bottom: 28%; }
.indicadores>span.pct29::before { bottom: 29%; }
.indicadores>span.pct30::before { bottom: 30%; }
.indicadores>span.pct31::before { bottom: 31%; }
.indicadores>span.pct32::before { bottom: 32%; }
.indicadores>span.pct33::before { bottom: 33%; }
.indicadores>span.pct34::before { bottom: 34%; }
.indicadores>span.pct35::before { bottom: 35%; }
.indicadores>span.pct36::before { bottom: 36%; }
.indicadores>span.pct37::before { bottom: 37%; }
.indicadores>span.pct38::before { bottom: 38%; }
.indicadores>span.pct39::before { bottom: 39%; }
.indicadores>span.pct40::before { bottom: 40%; }
.indicadores>span.pct41::before { bottom: 41%; }
.indicadores>span.pct42::before { bottom: 42%; }
.indicadores>span.pct43::before { bottom: 43%; }
.indicadores>span.pct44::before { bottom: 44%; }
.indicadores>span.pct45::before { bottom: 45%; }
.indicadores>span.pct46::before { bottom: 46%; }
.indicadores>span.pct47::before { bottom: 47%; }
.indicadores>span.pct48::before { bottom: 48%; }
.indicadores>span.pct49::before { bottom: 49%; }
.indicadores>span.pct50::before { bottom: 50%; }
.indicadores>span.pct51::before { bottom: 51%; }
.indicadores>span.pct52::before { bottom: 52%; }
.indicadores>span.pct53::before { bottom: 53%; }
.indicadores>span.pct54::before { bottom: 54%; }
.indicadores>span.pct55::before { bottom: 55%; }
.indicadores>span.pct56::before { bottom: 56%; }
.indicadores>span.pct57::before { bottom: 57%; }
.indicadores>span.pct58::before { bottom: 58%; }
.indicadores>span.pct59::before { bottom: 59%; }
.indicadores>span.pct60::before { bottom: 60%; }
.indicadores>span.pct61::before { bottom: 61%; }
.indicadores>span.pct62::before { bottom: 62%; }
.indicadores>span.pct63::before { bottom: 63%; }
.indicadores>span.pct64::before { bottom: 64%; }
.indicadores>span.pct65::before { bottom: 65%; }
.indicadores>span.pct66::before { bottom: 66%; }
.indicadores>span.pct67::before { bottom: 67%; }
.indicadores>span.pct68::before { bottom: 68%; }
.indicadores>span.pct69::before { bottom: 69%; }
.indicadores>span.pct70::before { bottom: 70%; }
.indicadores>span.pct71::before { bottom: 71%; }
.indicadores>span.pct72::before { bottom: 72%; }
.indicadores>span.pct73::before { bottom: 73%; }
.indicadores>span.pct74::before { bottom: 74%; }
.indicadores>span.pct75::before { bottom: 75%; }
.indicadores>span.pct76::before { bottom: 76%; }
.indicadores>span.pct77::before { bottom: 77%; }
.indicadores>span.pct78::before { bottom: 78%; }
.indicadores>span.pct79::before { bottom: 79%; }
.indicadores>span.pct80::before { bottom: 80%; }
.indicadores>span.pct81::before { bottom: 81%; }
.indicadores>span.pct82::before { bottom: 82%; }
.indicadores>span.pct83::before { bottom: 83%; }
.indicadores>span.pct84::before { bottom: 84%; }
.indicadores>span.pct85::before { bottom: 85%; }
.indicadores>span.pct86::before { bottom: 86%; }
.indicadores>span.pct87::before { bottom: 87%; }
.indicadores>span.pct88::before { bottom: 88%; }
.indicadores>span.pct89::before { bottom: 89%; }
.indicadores>span.pct90::before { bottom: 90%; }
.indicadores>span.pct91::before { bottom: 91%; }
.indicadores>span.pct92::before { bottom: 92%; }
.indicadores>span.pct93::before { bottom: 93%; }
.indicadores>span.pct94::before { bottom: 94%; }
.indicadores>span.pct95::before { bottom: 95%; }
.indicadores>span.pct96::before { bottom: 96%; }
.indicadores>span.pct97::before { bottom: 97%; }
.indicadores>span.pct98::before { bottom: 98%; }
.indicadores>span.pct99::before { bottom: 99%; }
.indicadores>span.pct100::before { bottom: 100%; }




.mixers .ajustes {
	/*width: 300px;*/
	height: 65px;
	border-radius: 5px;
	border:solid 1px #343434;
	margin-top: 13px;
	position: relative;
}

.mixers .ajustes .titulo {
	width: 200px;
	height: 26px;
	border-radius: 5px;
	background-color: #0E0E0E;
	color: #fff;
	font-size: 16px;
	text-align: center;
	left: 50%;
	position: absolute;
	top: -13px;
	transform: translateX(-50%);
	border-bottom-right-radius: 
	border-top-left-radius
}


.mixers .ajustes .tempos {
	margin-top: 20px;
	text-align: center;
	font-size: 18em;
}


.mixers .ajustes > .fader > .content {
	height: 65px;
	color: #808080;
	text-align: center;
}
.mixers .ajustes > .fader > .content > .tempo {
	cursor: pointer;
}
	.mixers .ajustes > .fader > .content > .tempo.ativo {
		color: #E9A646;
	}

.mixers .ajustes > .fader > .content > .status > .icone {
	width: 25px;
	height: 25px;
	margin: auto;
	margin-top: -18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}
.mixers .ajustes > .fader > .content > .status:not(.ativo) > .icone {
	background-image: url(../../img/icones/mixer_off.png);
}
	.mixers .ajustes > .fader > .content > .status.ativo > .icone {
		background-image: url(../../img/icones/mixer_on.png);
	}
		.mixers .ajustes > .fader > .content > .status > .icone::before {
			text-align: center;
			position: absolute;
			width: 100%;
			height: 10px;
			font-size: 9px;
			color: #808080;
			left: 0px;
			top: 28px;
			transition: 0.3s;
		}
		.mixers .ajustes > .fader > .content > .status:not(.ativo) > .icone::before {
			content: "OFF";
		}
		.mixers .ajustes > .fader > .content > .status.ativo > .icone::before {
			content: "ON";
			color: #84D339;
		}


.monitor .monitor-bg {
	width: 100%;
	background-color: #0E0E0E;
	border-radius: 5px;
	padding: 10px;
	margin: 20px 00px;
	min-height: 70px;
}

.monitor .monitor-titulo {
	color: #ffffff;
	font-size: 25px;
	margin: 20px 10px;
}


.monitor.player {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	min-height: 220px;
}

.monitor.player .canal {
	font-size: 13px;
	border-radius: 3px;
	border:solid 1px #3B3B3B;
	margin-bottom: 3px;
	text-align: center;
	line-height: 30px;
	color:#ffffff;
	margin-top: 5px;
	width: 80px;
	height: 30px;
	position: relative;
}
.monitor.player .canal::before {
	content: " ";
	width: 50px;
	height: 6px;
	border-radius: 2px;
	/*border: 2px solid transparent;*/
	position: absolute;
	top: -3px;
	left: 50%;
	background-color: #84D339;
	transform: translateX(-50%);
}

.monitor.player .player .content {
	margin-top: 20px;
	height: 150px;
}

.monitor.player .player .content .prev {
	cursor: pointer;
	width: 40px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../img/icones/monitor_player_prev.png);
}
.monitor.player .player .content .play {
	cursor: pointer;
	width: 100px;
	height: 115px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../img/icones/monitor_player_play.png);
	transition: 0.3s;
}
.monitor.player .player .content .play.pause {
	background-image: url(../../img/icones/monitor_player_pause.png);
}
.monitor.player .player .content .next {
	cursor: pointer;
	width: 40px;
	height: 45px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../../img/icones/monitor_player_next.png);
}


.monitor .monitor-fone .titulo {
	font-size: 20px;
	color:#ffffff;
	margin-left: 10px;
	text-transform: uppercase;
}

.monitor .monitor-fone .fone {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../../img/icones/monitor_fone_inativo.png);
	transition: 0.3s;
	margin-right: 10px;
}

.monitor .monitor-fone.ativo .fone {
	background-image: url(../../img/icones/monitor_fone.png);
}

.monitor .monitor-fone .status > .icone {
	width: 25px;
	height: 25px;
	margin: auto;
	margin-top: -18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}
.monitor .monitor-fone .status:not(.ativo) > .icone {
	background-image: url(../../img/icones/mixer_off.png);
}
	.monitor .monitor-fone .status.ativo > .icone {
		background-image: url(../../img/icones/mixer_on.png);
	}
		.monitor .monitor-fone .status > .icone::before {
			text-align: center;
			position: absolute;
			width: 100%;
			height: 10px;
			font-size: 9px;
			color: #808080;
			left: 0px;
			top: 28px;
			transition: 0.3s;
		}
		.monitor .monitor-fone .status:not(.ativo) > .icone::before {
			content: "OFF";
		}
		.monitor .monitor-fone .status.ativo > .icone::before {
			content: "ON";
			color: #84D339;
		}