/* 
    Document   : controlTrack
    Created on : 07.10.2012, 22:48:36
    Author     : Andreas
    Description:
        Purpose of the stylesheet follows.
*/

.controlTrack {
    background-color: transparent;
    color: white;
    width: 29cm;
    height: 1.2cm;
    margin: 1mm;
}

.controlTrack .buttonControl {
    border-radius: 2mm 2mm 2mm 2mm;
    height: 4mm;
    margin: 4mm;
    width: 4mm;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0.5mm 0.7mm 0.5mm #FFFFFF inset, -0.3mm -0.4mm 0.5mm #DDDDDD inset;
    color: transparent;
    font-size: 4mm;
    font-weight: bold;
    line-height: 8.5mm;
    text-align: center;
    position: relative;
}

.controlTrack .label {
    background-color: #555555;
    width: 4cm;
    height: 100%;
    padding: 2mm;
    font-size: 5mm;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 8mm;
}

.controlTrack .mute:hover, 
.controlTrack .solo:hover {
    box-shadow: 1.3mm 0.3mm 0.1mm #444444, 0 0 2mm #AAAAAA inset, 0 0 2mm #FFFFFF inset, 0 0 3mm #FFFFFF !important;
}

.controlTrack .activeMute {
    background-color: #FFFF33;
    cursor: default;
    box-shadow: 0mm 0mm 5mm 0.6mm #FFFF33, 0.5mm 0.7mm 0.5mm #FFFFFF inset, -0.3mm -0.4mm 0.5mm #DDDDDD inset;
}

.controlTrack .activeSolo {
    background-color: #FF3333;
    cursor: default;
    box-shadow: 0mm 0mm 5mm 0.6mm #FF3333, 0.5mm 0.7mm 0.5mm #FFFFFF inset, -0.3mm -0.4mm 0.5mm #DDDDDD inset;
}

.controlTrack .activeStep {
    background-color: #83E610;
    box-shadow: 0mm 0mm 5mm 0.6mm #83E610, 0.5mm 0.7mm 0.5mm #FFFFFF inset, -0.3mm -0.4mm 0.5mm #DDDDDD inset;
}

.controlTrack .inactiveStep {
    background-color: #404040;
}

.controlTrack .antiSelect {
    height: 4mm;
    position: absolute;
    width: 4mm;
}

.controlTrack .label {
    background: none;
}

.controlTrack .mute {
    cursor: default;
}

.controlTrack .inactiveMute {
    background-color: #AAAA44;
}


.controlTrack .solo {
    cursor: default;
}

.controlTrack .inactiveSolo {
    background-color: #AA4444;
}
            