@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#visual{width: 1050px;margin-left:-30px; ;background: #FFF;clear: both;top: 124px; min-height: 600px;display: none;}
#visual:after{content: '';clear: both;display: block;height: 0;}
#visual .calendar{
    float: left;
    width: 200px;
}
#visual .playWrap{
    overflow: hidden;
}
#visual .playWrap .title{
    background-color: #05b2d2;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    position: relative;
    margin-bottom: 5px;
}
#visual .playWrap .title .date{
    position: absolute;
    right:15px;
    top:2px;
}
#visual .play-list{
    width: 99%;
    margin: 0 auto;
}
#visual .play-list .play-item{
    letter-spacing: normal;
    width: 221px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    box-sizing: border-box;
    margin: 3px;
    height: 148.5px;
}
#visual .play-list .play-item img{
    width: 219px;
    height: 124px;
}

#visual .play-list .play-item a{
    display: block;
    border: 1px solid #a4a4a4;
    text-decoration: none;
}
#visual .play-list .play-item a:hover .img:before{
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
#visual .play-list .play-item .time{
    padding:5px;
    font-size: 14px;
    color:#7d7d7d;
    display: block;
}
#visual .play-list .play-item .time:after{content: '';clear: both;display: block;height: 0;}
#visual .play-list .play-item .time .hr{
    float: right;
}
#visual .play-list .play-item .img{
    display: block;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 219px;
    height: 124px;
}
#visual .play-list .play-item .img:before{
    display: block;
    width: 219px;
    height: 124px;
    background: rgba(255,255,255,.2);
    position: absolute;
    content: '';
    left:0;
    top:0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
#visual .play-list .play-item .img:after{
    display: block;
    width: 219px;
    height: 124px;
    position: absolute;
    content: '';
    left:0;
    top:0;
    z-index: 5;
}

#visual .play-list .play-item .zoom:after{
    background: url(../images/player/visual/btn_zoomin.png) no-repeat center center;
    background-size: 40px auto;
}
#visual .play-list .play-item .img.none{
    background-color: #f8f8f8;
}
#visual .play-list .play-item .none:after{
    background: url(../images/player/visual/img_none.png) no-repeat center center;
    background-size: 40px auto;
}
#visual .play-list .play-item .play:after{
    background: url(../images/player/visual/btn_vsplay.png) no-repeat center center;
    background-size: 40px auto;
}

#visual .play-list .play-item .play-new:after{
    background: url(../images/new_player/icon_video.png) no-repeat center center;
    background-size: 40px auto;
}

#visual .today{
    background-color: #f1f1f1;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    text-align: center;
    padding: 5px;
}
#visual .today .btn-today{
    background-color: #c0c0c0;
    color:#fff;
    text-decoration: none;
    padding: 5px 18px;
    border-radius:50px;
    display: inline-block;
}
#visual .today .btn-today:hover{
    background-color: #05b2d2;
}

#visual .unit {
    letter-spacing: -8px;
    padding: 15px 20px;
    background: url(../images/player/visual/bar.png) no-repeat center center;
}
#visual .unit a{
    width: 50%;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    color:#05b2d2;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}

#visual .unit a:before{
    position: absolute;
    width: 30px;
    height: 5px;
    content: '';
    /*background-color: #c0c0c0;*/
    top:9px;
}
#visual .unit a:after{
    position: absolute;
    width: 14px;
    height: 14px;
    content: '';
    /*background-color: #c0c0c0;*/
    top:5px;
    border-radius:100%;
}
#visual .unit a.active:after{
    border: 2px solid #05b2d2;
    background-color: #05b2d2;
    top:3px;
}
#visual .btn-hour.active:after { animation: toHour 1.2s ease 0s;}

#visual .btn-day.active:after { animation: toDay 1.2s ease 0s;}

@keyframes toHour{ from {right: 95px;} to {right: 51px;}}

@keyframes toDay{ from {right: -32px;} to {right: 13px;}}

#visual .unit .btn-day{
    text-align: left;
}

#visual .unit .btn-day:after{
    right:13px;
}
#visual .unit .btn-hour{
    text-align: right;
}
#visual .unit .btn-hour:after{
    right: 51px;
}
#visualPlayer{
    background-color: rgba(255,255,255,.2);
    padding: 15px;
    display: none;
}
#visualPlayer .player{
    background-color: #000;
    width: 630px;
    height: 350px;
    position: relative;
}
#visualPlayer .player canvas{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#visualPlayer .player .date{
    position: absolute;
    width: 100%;
    top:0;
    left:0;
    text-align: center;
    color:#fff;
    padding: 15px 0 10px;
    z-index: 5;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
#visualPlayer .player .control{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    text-align: center;
    background-color: rgba(0,0,0,.2);
    z-index: 10;
    display: none;
}
#visualPlayer .player .control a{
    display: inline-block;
    width: 50px;
    vertical-align: middle;
    margin: 22% 20px 0;
}
#visualPlayer .player .control a img{
    width: 100%;
    max-width: 100%;
}
#visualPlayer .player.stop .control{
    display: block;
}

#datepicker{
    border-top:1px solid #dfdfdf;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
}
#visual .ui-datepicker{
    width: 100%;
    border-radius:0;
    padding: 0;
}
#visual .ui-datepicker th{
    padding: 5px 0;
}
#visual .ui-datepicker td{
    width: 25px;
    padding-top: 5px;
}
#visual .ui-widget.ui-widget-content{
    border:none;
}
#visual .ui-datepicker .ui-datepicker-header{
    padding: 6px 0;
}
#visual .ui-widget-header{
    background-color: #f1f1f1;
    border-radius:0;
    border:none;
    font-size: 12px;
}
#visual .ui-datepicker-month{
    font-size: 16px;
    color: #05b2d2;
}
#visual .ui-datepicker-year:before{
    content: ',';
    display: inline-block;
    margin-right: 5px;
}
#visual .ui-datepicker-calendar thead{
    background-color: #f1f1f1;
}
#visual .ui-state-default, #visual .ui-widget-content .ui-state-default, #visual .ui-widget-header .ui-state-default, #visual .ui-button, html #visual .ui-button.ui-state-disabled:hover, html #visual .ui-button.ui-state-disabled:active{
    background: none;
    border: none;
    text-align: center;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
#visual .ui-state-active,
.ui-widget-content .ui-state-active, 
#visual .ui-widget-header .ui-state-active, 
#visual a.ui-button:active, 
#visual .ui-button:active, 
#visual .ui-button.ui-state-active:hover{
    background-color: #05b2d2 !important;
    border-radius:100%;
    color:#fff;
}
#timeSlider.ui-widget-content .ui-state-active{
    background-color: transparent !important;
    border-radius:0;
}
#visual .ui-datepicker .ui-datepicker-next{
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    right:5px;
    top:7px;
    cursor: pointer;
}
#visual .ui-datepicker .ui-datepicker-next span{
    width: 24px;
    height: 24px;
    background: transparent url(../images/player/visual/arrow_right.png) no-repeat center center;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    font-size: 0;
}
#visual .ui-state-active:hover, .ui-datepicker-next:hover{
    right:5px;
    top:7px;
    opacity:.6;
}
#visual .ui-datepicker .ui-datepicker-prev{
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    left:5px;
    top:7px;
    cursor: pointer;
}
#visual .ui-datepicker .ui-datepicker-prev span{
    width: 24px;
    height: 24px;
    background: transparent url(../images/player/visual/arrow_left.png) no-repeat center center;
    left: 0;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    font-size: 0;
}
#visual .ui-state-active:hover, .ui-datepicker-prev:hover{
    left:5px;
    top:7px;
    opacity:.6;
}
#visual-hour {
    display: none;
}

#replaytime{
    position: absolute;
    top: 5px;
    left: 41%;

}
#replay{
    position: absolute;
    top: 130px;
    left:50%;
    margin-left: -45px;

    width: 90px;
    height: 100px;
    background: transparent url(../images/video_replay.png) no-repeat left center;
    cursor: pointer;
}
#replay:hover{
    background: transparent url(../images/video_replay.png) no-repeat right center;
}
#loading{
    position: absolute;
    top: 150px;
    left: 46%;

    width: 50px;
    height: 50px;
    background: url(../images/loading.png) no-repeat center center;
    background-size: cover;
}
.spin {
    animation: spin .5s steps(32) infinite
}
@keyframes spin {
    from {transform: rotate(0deg);}
      to {transform: rotate(360deg);}
}
#previous{
   position: absolute;
    top: 130px;
    left: 120px;
    transform: rotate(180deg);
    width: 90px;
    height: 100px;
    background: transparent url(../images/video_next.png) no-repeat left center;
    cursor: pointer;
}
#previous:hover{
    background: transparent url(../images/video_next.png) no-repeat right center;
}
#next{
   position: absolute;
    top: 130px;
    right: 120px;

    width: 90px;
    height: 100px;
    background: transparent url(../images/video_next.png) no-repeat left center;
    cursor: pointer;
}
#next:hover{
    background: transparent url(../images/video_next.png) no-repeat right center;
}
#cutvideoplayer{
    position: relative;
    left: -3px;
    top: 0px;
    height: 360px;
    width: 643px;
    background-color: #b8b8b8;
}
#cutvideoplayer video{
    position: relative;
    left: 1px;
}