/* @override http://groovelab/assets/theme/css/mixer.css */

@CHARSET "ISO-8859-1";

#mixer {
	margin: 20px;
	padding: 20px;
	background: url(../img/bkg_mixer.jpg);
	clear: both;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#mixer #mixerelement {
	position: relative;
}

#mixer #channels {
	clear:both;
}

#mixer .channel {
	float:left;
	margin: 0px 6px 6px 0px;
	width: 90px;
	/*border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;*/
	padding: 12px;
}

#mixer .channel > * {
	margin-bottom: 12px;
}

#mixer .eqbkg {
	margin: 0px 40px;
}

#mixer .eq {
	height:250px;
}

#mixer .label {
	display: block;
	text-align: center;
}

#mixer .btn {
	background: none black;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: none;
	background: #3d3d3d; /* Old browsers */
	background: -moz-linear-gradient(top,  #3d3d3d 0%, #040404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#040404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3d3d3d 0%,#040404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3d3d3d 0%,#040404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3d3d3d 0%,#040404 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3d3d3d 0%,#040404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#040404',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, 0.7); 
    box-shadow: inset 0px 2px 2px 2px rgba(0, 0, 0, 0.7);
    color: black;
    text-shadow: none;
    filter: none;
    height: 36px;
    margin-right: 24px;
    padding:0px 12px;
}

#mixer .btnPlay span {
	width: 70px;
	background: url(../img/ico_pause.png) center center no-repeat;
	display:block;
	height: 36px;
}

#mixer .btnPlay.paused span{
	background: url(../img/ico_play.png) center center no-repeat;
}

#mixer .btnLoop span {
	width: 70px;
	height: 36px;
	display:block;
	background: url(../img/ico_loop_on.png) center center no-repeat;
}

#mixer .btnLoop.noloop span {
	background: url(../img/ico_loop_off.png) center center no-repeat;
}
#mixer .additionals{
    padding-top: 16px;
}
#mixer .additionals .clear{
    clear:both;
}

#mixer .alternativeVersions{
    float:right;
}
#mixer .alternativeVersions label{
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-weight: bold;
}
#mixer .altBtns{
    margin-top: 12px;
}
#mixer .alternativeVersions .btn{
    height: 20px;
    width: 40px;
    margin-right: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 2px;
}
#mixer .alternativeVersions .btn:before{
    height: 12px;
    width: 82px;
    margin: -12px 0 0 -30px;
    background: url(../img/mixer_altline_c.png) 0 0 no-repeat;
    display: block;
    content: "";
}
#mixer .alternativeVersions .btn:first-child:before{
    background: url(../img/mixer_altline_l.png) 0 0 no-repeat;
}
#mixer .alternativeVersions .btn:last-child:before{
    background: url(../img/mixer_altline_r.png) 0 0 no-repeat;
}
#mixer .filelinks label{
    text-transform: uppercase;
    text-align: center;
    color: #070707;
    font-weight: bold;
}
#mixer .filelinks{
    float:left;
}
#mixer .filelinks .filelink{
    text-shadow: none;
	border: none;
    background-color: none;
    height: 30px;
    width: 80px;
    display: block;
    float: left;
    text-align: center;
    padding-top: 50px;
    color: #797979;
    font-size: 12px;
}
#mixer .filelinks .filelink.book{
    background: url(../img/mixer_book_icon.png) center top no-repeat;
}
#mixer .filelinks .filelink.book:hover{
    background: url(../img/mixer_book_icon_hover.png) center top no-repeat;
}
#mixer .filelinks .filelink.movie{
    background: url(../img/mixer_cam_icon.png) center top no-repeat;
}
#mixer .filelinks .filelink.movie:hover{
    background: url(../img/mixer_cam_icon_hover.png) center top no-repeat;
}
#mixer span.mute label,
#mixer span.solo label{
	padding: 6px;
	margin: 0px;
}

#mixer span.mute label {
	margin-right: 7px;
}

.ui-button.ui-state-active {
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset, 0 2px 2px rgba(12, 106, 106, 0.5) inset !important;
    background: none repeat scroll 0 0 #0A54A5;
}

#controls {
	clear: both;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 12px;
	position: relative;
}

.timebar {
	width: 100%;
	height: 8px;
	margin: 12px 0px 24px;
	display: block;
}

.timebar .ui-slider-handle {
	display: none;
}

.loopPoint {
	width: 97%;
	height: 0px;
	position: absolute;
	top:23px;
	display:none;
}

.loopPoint.ui-slider .ui-slider-handle {
	background: url(../img/loopstart.png) no-repeat;
	width: 11px;
	height: 11px;
	margin: 0px;
	margin-left: -1px;
}

#endLoopPoint.loopPoint .ui-slider-handle {
	background: url(../img/loopend.png) no-repeat;
	margin-left: -10px;
}

#mixer video {
	float: left;
	margin-right: 12px;
}

#mixer .preloader {
	position: absolute;
	display: none;
	background: url(../img/preloader.gif) no-repeat center center rgba(0,0,0,0.5);
}