/*
** c1-element.css
** Condition One, Inc.
** 
** Created by David Schmitz (smitty@schmitzware.com) on 3/27/13.
** Copyright (c) 2013 Condition One, Inc. All rights reserved.
** 
*/

*:focus {
    outline: 0;
}

#c1-transport-ui {

    opacity             : 1.0;
    background-color    : rgba(33,33,33,0.65);
    border-color        : rgba(75,75,75,0.85);
}

.c1-select {

    margin-right        : 15px;
    opacity             : 0.5;
    font-family         : Sans-serif;
    font-weight         : bold;
    font-size           : 9pt;
    color               : rgb(225,225,225);
    border-color        : rgba(112,112,112,0.75);
    background          : -webkit-gradient(linear, center top, center bottom, from(#707070), color-stop(0.48, #505050),color-stop(0.5, #505050 ), color-stop(0.52, #303030), to(#101010));
    background          : -moz-linear-gradient(top, #b0b0b0, #cacaca 10%, #505050 48%, #505050 50%, #303030 72%, #101010);
    background          : -ms-linear-gradient(top, #b0b0b0, #cacaca 10%, #505050 48%, #505050 50%, #303030 72%, #101010);
}

.c1-text {

    opacity             : 0.50;
    font-family         : Sans-serif;
    font-size           : 10pt;
    color               : rgb(192,192,192);
    margin              : auto 3px;
}

.c1-transport-button {

    opacity             : 0.5;
    background          : -webkit-gradient(linear, center top, center bottom, from(#707070), color-stop(0.48, #505050),color-stop(0.5, #505050 ), color-stop(0.52, #303030), to(#101010));
    background          : -moz-linear-gradient(top, #b0b0b0, #cacaca 10%, #505050 48%, #505050 50%, #303030 72%, #101010);
    background          : -ms-linear-gradient(top, #b0b0b0, #cacaca 10%, #505050 48%, #505050 50%, #303030 72%, #101010);
}

.c1-transport-button:hover {

    opacity             : 1.0;
    background          : -webkit-gradient(linear, center top, center bottom, from(#a0a0a0), color-stop(0.48, #707070),color-stop(0.5, #707070 ), color-stop(0.52, #404040), to(#303030));
    background          : -moz-linear-gradient(top, #a0a0a0, #dadada 10%, #707070 48%, #707070 50%, #303030 72%, #303030);
    background          : -ms-linear-gradient(top, #a0a0a0, #dadada 10%, #707070 48%, #707070 50%, #303030 72%, #303030);
}

#c1-rewind-button {
}
#c1-play-pause-button {
}

#c1-camera-center-button {
}

#c1-full-screen-button {
}

.c1-slider-bg {
    border-color        : rgba(112,112,112,0.75);
}

.c1-slider-fill {

    background-color    : rgba(112,112,112,0.75);
}

.c1-slider-thumb {

    border              : 1px solid rgba(100,100,100,1.0);
    background-color    : rgba(140,140,140,1.0);
}

#c1-video-slider-bg {
}

#c1-video-slider-fill {
}

#c1-video-slider-thumb {
}

#c1-video-duration-span {
}

#c1-audio-slider-bg {
}

#c1-audio-slider-fill {
}

#c1-audio-slider-thumb {
}

#c1-audio-vol-span {
}

#c1-camera-mode-button {

    opacity             : 1.0;
    background-color    : rgba(33,33,33,0.65);
    border-color        : rgba(75,75,75,0.85);
}

#c1-help-ui {

    opacity             : 1.0;
    background-color    : rgba(33,33,33,0.95);
    background-image    : url(https://s3.amazonaws.com/conditionone/siteUpdate/content/default-help.png);
}

