@font-face {
    font-family:'digi';
    src:url(digital-7_mono-webfont.eot);
    src:url(digital-7_mono-webfont.eot?#iefix) format("embedded-opentype"),url(digital-7_mono-webfont.woff) format("woff"),url(digital-7_mono-webfont.ttf) format("truetype"),url(digital-7_mono-webfont.svg#webfont) format("svg")
}
 
* {
    margin:0;
    padding:0
}

body {
    font-family:arial,sans-serif;
    background:#2e302f;

}

#container {
    width:100%;
    min-width:1000px;
    max-width:1400px;
    margin:50px auto
}

h1 {
    font-family:'Source Sans Pro',sans-serif;
    color:#ccc;
    font-weight:700;
    text-transform:uppercase;
    font-size:20px;
    padding:50px 0 0 40px
}

h1 span {
    font-style:italic
}

#loader {
    width:1120px;
    margin:0 auto;
    color:#ccc;
    text-align:center;
    font-size:20px;
    display:none
}

#loader img {
    text-align:center;
    display:block;
    width:66px;
    margin:100px auto 20px
}

#mixer {
    display:none;
    position:relative;
    margin:20px 5%;
    width:90%;
    float:left;
    box-shadow:0 10px 100px #000;
}

/* Button colours etc should be #e1e4e9 */
.channel {
    float:left;
    width:8%;
    background:#3e4140;
    border-right:2px solid #555;
    height:920px;
    box-sizing:border-box;
}

.channel {
    padding-top:50px;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none
}

.channel.master-channel {
    float:left
}

.dial {
    border-radius:50%;
    background:#fff;
    top:9px;
    transform:rotate(180deg);
    width:20px;
    height:20px;
    margin:0 auto 35px;
    box-shadow:0 -4px 13px #222;
    position:relative;
    border:1px solid #474b4a;
    background:-webkit-gradient(radial,center center,0,center center,35,from(#fff),to(#ccc));
    cursor:pointer
}

.dial div {
    height:14px;
    transform:rotate(0deg);
    transform-origin:8px 0;
    width:3px;
    background:#474b4a;
    position:absolute;
    top:calc(50% - 2px);
    left:calc(50% - 2px);
    box-shadow:none;
    cursor:pointer;
    touch-action:pinch-zoom;
}

.dial.panner {
    background:#549670
}

.dial.mid {
    background:#93a6b8;
    background:#b3cce0;
/* Old browsers */
    background:-moz-radial-gradient(center,ellipse cover,#b3cce0 0%,#93a6b8 23%,#72808e 23%,#93a6b8 23%);
/* FF3.6+ */
    background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#b3cce0),color-stop(23%,#93a6b8),color-stop(23%,#72808e),color-stop(23%,#93a6b8));
/* Chrome,Safari4+ */
    background:-webkit-radial-gradient(center,ellipse cover,#b3cce0 0%,#93a6b8 23%,#72808e 23%,#93a6b8 23%);
/* Chrome10+,Safari5.1+ */
    background:-o-radial-gradient(center,ellipse cover,#b3cce0 0%,#93a6b8 23%,#72808e 23%,#93a6b8 23%);
/* Opera 12+ */
    background:-ms-radial-gradient(center,ellipse cover,#b3cce0 0%,#93a6b8 23%,#72808e 23%,#93a6b8 23%);
/* IE10+ */
    background:radial-gradient(ellipse at center,#b3cce0 0%,#93a6b8 23%,#72808e 23%,#93a6b8 23%);
/* W3C */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3cce0',endColorstr='#93a6b8',GradientType=1)
/* IE6-9 fallback on horizontal gradient */;

    }

.button-container.solo {
    color:#ccc;
    width:40px;
    font-size:10px;
    margin:0 auto
}

.solo div {
    height:14px;
    background:#777;
    margin-top:3px;
    border:1px solid #666;
    border-bottom:4px solid #666;
    box-shadow:0 1px 1px #222;
    cursor:pointer
}

.solo.on div {
    border-bottom:4px solid orange
}

.button-container.mute.off {
    color:#666;
    border:1px solid #666;
    text-shadow:none
}

.button-container {
    font-size:12px;
    text-align:center;
    width:40px;
    margin:0 auto
}

.button-container.mute {
    margin-top:30px;
    height:14px;
    padding:10px 0;
    background:#383b3a;
    color:orange;
    text-shadow:1px 0 20px #ff0;
    border:1px solid;
    box-shadow:0 1px 1px #222;
    cursor:pointer
}

.button-container.highpassButton {
    text-align:left;
    color:#ccc;
    margin-bottom:40px
}

.button-container.highpassButton .button-control {
    height:10px;
    width:13px;
    float:right;
    background:#777;
    border:1px solid #666;
    border-bottom:4px solid #666;
    cursor:pointer;
    box-shadow:0 1px 1px #222
}

#transport {
    float:right;
    width:28%;
    height:920px;
    background:#3e4140
}

#transport .controls {
    padding-left:40px
}

#transport .controls button {
    padding:10px;
    color:#ccc;
    background:#777;
    border:1px solid #666;
    border-bottom:4px solid #666;
    box-shadow:0 2px 2px #333;
    margin:20px 5px 20px 0;
    font-weight:700;
    width:41%;
    cursor:pointer;
    margin-right:3px
}

#transport .controls button#play {
    margin-right:7px
}

#transport .controls button.on {
    border-bottom:4px solid orange
}

.fader-container {
    margin:20px 10px;
    padding-top:15px;
    position:relative
}

.fader-container.master {
    margin-top:445px
}

.fader-container.master .fader {
}

.fader-container .fader-track {
    width:4px;
    background:#333;
    height:300px;
    margin:0 auto;
    position:relative
}

.fader-container .label {
    color:#333;
    white-space:nowrap;
    background:#b6baba;
    -webkit-box-shadow:inset 1px 1px 7px 1px rgba(0,0,0,0.5);
    -moz-box-shadow:inset 1px 1px 7px 1px rgba(0,0,0,0.5);
    box-shadow:inset 1px 1px 7px 1px rgba(0,0,0,0.5);
    text-align:center;
    border-radius:5px;
    font-size:10px;
    padding:5px 2px;
    margin-bottom:20px;
    overflow:hidden
}

.fader-container .fader-no {
    text-align:center;
    color:#ccc;
    margin-bottom:35px;
    font-size:20px
}

.fader-container .fader {
}

.fader {
    position:relative;
    display:inline-block;
    width:29px;
    height:75px;
    background-color:#bbb;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-align:center;
    position:absolute;
    top:30px;
    left:-13px;
    touch-action:pinch-zoom;
}

.fader div {
    display:block;
    position:absolute;
    cursor:pointer;
    top:1px;
    right:1px;
    bottom:1px;
    left:1px;
    background-image:-webkit-linear-gradient(top,#ddd 0%,#aaa 50%,#ddd 50%,#bbb 100%);
    background-image:-moz-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);
    background-image:-ms-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);
    background-image:-o-linear-gradient(top,#fff 0%,#ddd 50%,#fff 50%,#eee 100%);
    background-image:-webkit-linear-gradient(top,#ccc 0%,#999 50%,#ccc 50%,#999 100%);
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.4),inset 0 -1px 1px red,inset 0 -5px 1px blue,inset 0 -6px 0 #fff;
    -moz-box-shadow:0 2px 3px rgba(0,0,0,0.4),inset 0 -1px 1px #888,inset 0 -5px 1px #bbb,inset 0 -6px 0 #fff;
    box-shadow:0 2px 3px rgba(0,0,0,0.4),inset 0 -1px 1px #888,inset 0 -5px 1px #666,inset 0 -6px 0 #ccc;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font:normal 11px Arial,Sans-Serif;
    color:#666;
    text-shadow:0 1px 0 #fff;
    cursor:pointer
}

.fader-container.master .fader {
    background:#672931
}

.fader-container.master .fader div {
    background-image:-webkit-linear-gradient(top,#d65868 0%,#672931 50%,#d65868 50%,#672931 100%);
    box-shadow:0 2px 3px rgba(0,0,0,0.4),inset 0 -1px 1px #d65868,inset 0 -5px 1px #672931,inset 0 -6px 0 #d65868
}

.zero {
    width:0;
    height:0;
    border-left:2px solid transparent;
    border-right:2px solid transparent;
    background:none!important;
    border-top:6px solid #ccc;
    position:relative;
    left:18px!important
}

.notches {
    display:block;
    width:41px;
    position:relative;
    margin:0 auto;
    -webkit-border-radius:180px;
    -moz-border-radius:180px;
    border-radius:180px
}

.minutes {
    position:absolute;
    width:2px;
    height:4px;
    top:0;
    left:20px;
    background:#888;
    -webkit-transform-origin:50% 20px;
    -moz-transform-origin:50% 20px
}

.minutes.long {
    height:7px;
    left:22px
}

.dial-container {
    position:relative
}

.dial-container p {
    color:#ccc;
    font-size:7px;
    position:absolute;
    left:7%
}

.channel-notches {
    position:absolute;
    top:110px;
    left:7%
}

.channel-notches .channel-notch {
    color:#ccc;
    font-size:10px;
    margin-bottom:21px;
    font-family:Tahoma
}

.channel-notches .channel-notch:after {
    content:'--';
    color:#ccc
}

.channel-notch.zeroed {
    position:relative;
    left:-9px
}

.channel-notch.zeroed:after {
    padding-left:3px
}

.master-channel .channel-notches {
    top:68px
}

#display {
    background:#222;
    padding:10px;
    border-radius:10px;
    width:72%;
    margin:10px 0 0 40px
}

#display #time-secs,#display #time-milli,#display #time-min,#display span {
    float:left;
    font-family:'digi';
    font-size:40px;
    color:#0bbf0b
}

.clear {
    clear:left
}

#hints {
    position:absolute;
    left:-25px;
    top:-10px;
    display:none
}

#hints li {
    list-style:none
}

#hints li span {
    color:#000;
    height:12px;
    font-size:11px;
    padding-top:0;
    width:8px;
    cursor:pointer;
    padding-left:4px;
    background:#dfd8b0;
    font-weight:700;
    margin:20px 0 5px;
    display:block;
    border:2px solid #ccc;
    border-radius:15px
}

#hints div {
    display:none;
    background:#dfd8b0;
    width:400px;
    padding:10px;
    border-radius:10px;
    z-index:3;
    position:relative
}

#hints div p {
    font-size:12px;
    margin-top:5px
}

#hints #info-highshelf {
    position:absolute;
    top:42px
}

#hints #info-peaking {
    position:absolute;
    top:102px
}

#hints #info-lowshelf {
    position:absolute;
    top:212px
}

#hints #info-pan {
    position:absolute;
    top:272px
}

#hints #info-solo {
    position:absolute;
    top:342px
}

#hints #info-mute {
    position:absolute;
    top:402px
}

#hints #info-fader {
    position:absolute;
    top:562px
}

.external-url {
    text-align:center
}
