/**
 * TimePicker style sheet.
 *
 * Created by Kaminsky Ilya on 21.11.14.
 */
.time-picker
{
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 0;
}
.time-picker.advanced
{
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
}
.time-picker.time-picker-body.compatible
{
    background: url(clock-sm.jpg) #fff 3px 3px no-repeat;
    border: outset;
    padding: 4px;
}
.time-picker.time-picker-body.advanced
{
    background: url(clock-hd.jpg) no-repeat -6px -4px;
    -webkit-background-size: 212px 212px;
       -moz-background-size: 212px 212px;
         -o-background-size: 212px 212px;
            background-size: 212px 212px;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.6);
       -moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.6);
         -o-box-shadow: 2px 3px 5px rgba(0,0,0,0.6);
            box-shadow: 2px 3px 5px rgba(0,0,0,0.6);
}
.time-picker .time-picker-arrow
{
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    padding: 0;
    margin: 0;
}
.time-picker .switch-wrapper
{
    display: block;
    position: absolute;
    width: 86px;
    height: 81px;
    padding-left: 114px;
    padding-top: 119px;
    margin: 0;
}
.time-picker .switch-image
{
    display: block;
    position: absolute;
    width: auto;
    border: solid 1px #ccc;
    background: white;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 8px;
    font-family: sans-serif;
    font-weight: bold;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
    line-height: 16px !important;
    height: 11px !important;
}
.time-picker .switch-button
{
    display: block;
    position: absolute;
    width: 36px;
    height: 22px;

}
.time-picker.advanced .switch-button
{
    background: #6121bc;
    opacity: 0.15;
    filter:Alpha(opacity=15);
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.time-picker.compatible .switch-button
{
    background: 0;
}
.time-picker .time-picker-hour, .time-picker-touch .time-picker-hour
{
    background: url(hour_arrow.png);
}
.time-picker .time-picker-minute, .time-picker-touch .time-picker-minute
{
    background: url(minute_arrow.png);
}





.time-picker-touch
{
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    padding: 0;
    margin: 0;
}

.time-picker-touch.time-picker-body
{
    background: url(clock-hd.jpg) no-repeat -7px -4px;

    -webkit-background-size: 316px 316px;
       -moz-background-size: 316px 316px;
         -o-background-size: 316px 316px;
            background-size: 316px 316px;

    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,0.6);
       -moz-box-shadow: 2px 3px 5px rgba(0,0,0,0.6);
         -o-box-shadow: 2px 3px 5px rgba(0,0,0,0.6);
            box-shadow: 2px 3px 5px rgba(0,0,0,0.6);

    -webkit-border-radius: 150px;
       -moz-border-radius: 150px;
            border-radius: 150px;
}
.time-picker-touch .time-picker-arrow
{
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    opacity: 0;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.time-picker-touch .switch-wrapper
{
    display: block;
    position: absolute;
    width: 129px;
    height: 122px;
    padding-left: 174px;
    padding-top: 179px;
    margin: 0;
}
.time-picker-touch .switch-image
{
    display: block;
    position: absolute;
    width: auto;
    border: solid 1px #ccc;
    background: white;
    border-radius: 6px;
    padding: 6px 15px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.2);
    line-height: 20px !important;
    height: 16px !important;
}
.time-picker-touch .switch-button
{
    display: block;
    position: absolute;
    width: 54px;
    height: 34px;

    background: #6121bc;
    opacity: 0.01;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
}
.time-picker-touch .switch-image.pm_time
{
    background: #9ff393;
}