.cont-top-left-panel{
    height: 100%;
}
.tab-content>div{
    height: 100%;
}
.cont-top-left-panel .panel-body{
    padding: 0;
    height: calc(100% - 71px);
}
.cont-top-left-panel .panel-body .tab-content{
    height: 100%;
}
.alarmAnalyze-left,.alarmAnalyze-right{
    height: 100%;
    float: left;
}
.alarmAnalyze-left{
    width: 40%;
    position: relative;
}
.alarmAnalyze-right{
    width: 60%;
}
#alarmAnalyzePieChart,#alarmAnalyzeBarChart{
    height: 100%;
}


.btn-box{
    float: left;
    margin: 10px;
}
.video-control-panel{
    margin-top: 5px;
}

#realTimeVideoBox.pos-fix{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1001;
    padding:0;
    background:#eee;
    -webkit-transition: width 2s;
    transition: width 2s;
    /*-webkit-transform-origin: top right;*/
    /*transform-origin: top right;*/
}

#realTimeVideo{
    height: 100%;
}
#realTimeVideoBox{
    width: 100%;
    height: 100%;
    transition: all .6s;
}
#videoCont{
    height: calc(100% - 60px);
    /*height: 300px;*/
}
#videoTool{
    height: 60px;
    padding-top: 5px;
    overflow: hidden;
    width: 100%;
}
#videoTool>div{
    float: left;
}
#videoTool .talkback,.videoSwitch,.monitorSwitch{
    width: 92px;
    height: 46px;
    margin-left: 10px;
    margin-right: 10px;
}
.talkback .icon-area,.videoSwitch .icon-area,.monitorSwitch .icon-area{
    width: 92px;
    height: 40px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.talkback .icon-area .icon,.videoSwitch .icon-area .icon,.monitorSwitch .icon-area .icon {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
}
.talkback .icon-area .icon .icon-off,.videoSwitch .icon-area .icon .icon-off,.monitorSwitch .icon-area .icon-off {
    background-image: url(/clbs/resources/img/jianguan-call-off.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 92px;
    height: 40px;
    display: inline-block;
}
.talkback .icon-area .icon .icon-on,.videoSwitch .icon-area .icon .icon-on ,.monitorSwitch .icon-area .icon-on{
    background-image: url(/clbs/resources/img/jianguan-call-on.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 92px;
    height: 40px;
    display: inline-block;
}
.videoSwitch .icon-area .icon .icon-off{
    background-image: url(/clbs/resources/img/jianguan-video-off.png);
}
.videoSwitch .icon-area .icon .icon-on{
    background-image: url(/clbs/resources/img/jianguan-video-on.png);
}
.monitorSwitch .icon-area .icon .icon-off{
    background-image: url(/clbs/resources/img/jianguan-hear-off.png);
}
.monitorSwitch .icon-area .icon .icon-on{
    background-image: url(/clbs/resources/img/jianguan-hear-on.png);
}
.talkback .icon-area.active .icon,.videoSwitch .icon-area.active .icon, .monitorSwitch .icon-area.active .icon{
    transform: translateX(-96px);
    -ms-transform: translateX(-96px);
    -moz-transform: translateX(-96px);
    -webkit-transform: translateX(-96px);
    -o-transform: translateX(-96px);
}
.talkback .tit,.videoSwitch .tit{
    display: inline-block;
    height: 46px;
    line-height: 46px;
}
.passageway-select>div{
    display: inline-block;
    height: 46px;
    line-height: 46px;
}


/*视频模块*/

#videoCont.pos-fix{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:1000;
    padding:0;
    background:#eee;
}

#videoplayer{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.videoplayer-box{
    width: 100%;
    height: 100%;
}
#videoplayer .video-box {
    height: 50%;
    border: 1px solid #9c9c9c;
    width: 50%;
}
#videoplayer .video-box video{
    background-color: #ececec;
    background-image: url(/clbs/resources/img/realTimeVideo/video_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    object-fit: fill;
}

#video-separated{
    text-align: center;
    /*margin-bottom: 30px;*/
}
.video-control-panel i{
    position: relative;
    display: inline-block;
    width: 31px;
    height: 32px;
    margin: 0 5px;
    cursor: pointer;
}
.full-video {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%!important;
    height: 100%!important;
}

.video-four:before{
    content: "";
    background-image: url(/clbs/resources/img/realTimeVideo/four.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px;
    /*left: 122px;*/
    left: 0;
    background-size: 100%;
}
.video-four.video-check:before{
    background-image: url(/clbs/resources/img/realTimeVideo/four_blue.svg);
}
.video-six:before{
    content: "";
    background-image: url(/clbs/resources/img/realTimeVideo/six.svg);
    width: 31px;
    height: 32px;
    position: absolute;
    top: 4px;
    /*left: 173px;*/
    left: 0;
    background-size: 100%;
}
.video-six.video-check:before{
    background-image: url(/clbs/resources/img/realTimeVideo/six_blue.svg);
}
.video-nine:before{
    content: "";
    background-image: url(/clbs/resources/img/realTimeVideo/nine.svg);
    height: 32px;
    width: 32px;
    position: absolute;
    top: 4px;
    /*left: 224px;*/
    left: 0;
    background-size: 100%;
}
.video-nine.video-check:before{
    background-image: url(/clbs/resources/img/realTimeVideo/nine_blue.svg);
}

.video-ten:before{
    content: "";
    background: url(/clbs/resources/img/realTimeVideo/ten.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px;
    /*left: 275px;*/
    left: 0;
    background-size: 100%;
}
.video-ten.video-check:before{
    background-image: url(/clbs/resources/img/realTimeVideo/ten_blue.svg);
}

.video-sixteen:before{
    content: "";
    background-image: url(/clbs/resources/img/realTimeVideo/sixteen.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px;
    /*left: 326px;*/
    left: 0;
    background-size: 100%;
}
.video-sixteen.video-check:before{
    background-image: url(/clbs/resources/img/realTimeVideo/sixteen_blue.svg);
}


.video-full-screen:before{
    content: "";
    background: url(/clbs/resources/img/realTimeVideo/full_screen.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px;
    /*left: 377px;*/
    left: 0;
    background-size: 100%;
}
.video-full-screen-check:before{
    content: "";
    background: url(/clbs/resources/img/realTimeVideo/full_screen_blue.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px;
    /*left: 377px;*/
    left: 0;
    background-size: 100%;
}

#riskAnalyzeBoxL,#riskAnalyzeChartRight{
    height: 100%;
    float: left;
}
#riskAnalyzeBoxL{
    width: 60%;
    padding: 10px;
}
#riskAnalyzeChartLeft{
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}
#riskAnalyzeChartRight{
    width: 40%;
}
#timeAnalyzeTop{
    height: 50%;
}
#timeAnalyzeBtm{
    height: 50%;
    padding-top: 15px;
}
.timeTableBox{
    height: 100%;
    overflow: auto;
}

#riskTableBox{
    height: 100%;
    background: #fff;
    position: relative;
}

.riskTable-head{
    border-color: #eff2f7;
    background: #fafafa;
    color: #767676;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
    border-bottom: 1px solid #eff2f7;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.actions.pull-right{
    position: absolute;
    right: 30px;
    top: 15px;
}
.riskTable-body{
    padding: 15px;
    height: calc(100% - 50px);
    overflow: auto;
}

/*.risk_img {*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*padding-top: 5px;*/
    /*background-image: url(/clbs/resources/img/compic.png);*/
    /*background-size: 14px 14px;*/
    /*background-repeat: no-repeat;*/
    /*display: inline-block;*/
    /*margin-right: 5px;*/
    /*background-position: 0 3px;*/
    /*cursor: pointer;*/
/*}*/
/*.risk_video {*/
    /*width: 20px;*/
    /*height: 18px;*/
    /*padding-top: 5px;*/
    /*background-image: url(/clbs/resources/img/combatVideo.png);*/
    /*background-size: 20px 14px;*/
    /*background-repeat: no-repeat;*/
    /*display: inline-block;*/
    /*background-position: 0 3px;*/
    /*cursor: pointer;*/
/*}*/
.editBtn {
    position: relative;
    color: #fff;
    background-color: #6dcff6;
}
.ml-10{
    margin-left: 10px;
}
.editBtn[disabled]{
    background-color: #bdc3c7;
    border-color: #bdc3c7;
}
#dataTable .dropdown-menu{
    min-width: 100px;
}

.prevMedia,.nextMedia{
    display: inline-block;
    width: 45px;
    height: 55px;
    background-image: url(/clbs/resources/img/left_icon_1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 160px;
    cursor: pointer;
}
.nextMedia{
    background-image: url(/clbs/resources/img/right_icon_1.svg);
}

#riskDetailCont{
    height: 100%;
    /*width: 80%;*/
    position: absolute;
    right: 0;
    top: 100%;
    transition: top 0.5s;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    z-index: 1000;
}
#riskDetailCont.active{
    top: 0;
}

.alarm-msg,.ICcard-msg,.photo-msg{
    float: left;
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
}
.alarm-msg{
    width: 600px;
}
.ICcard-msg{
    width: 500px;
    border-left: 1px solid #ddd;
    position: relative;
}
.photo-msg{
    width: 300px;
    border-left: 1px solid #ddd;
}
.msg-tit{
    border-left: 3px solid #6dcff6;
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
}
.alarm-msg-cont{
    padding-left: 30px;
    height: calc(100% - 20px);
}
.alarm-msg-cont .col-md-2,.alarm-msg-cont .col-md-8,.alarm-msg-cont .col-md-4,.alarm-msg-cont .col-md-6{
    padding: 0;
}
.alarm-msg-cont label{
    float: left;
    padding-right: 5px;
}
.alarm-event-list{
    height: calc(100% - 160px);
    padding-bottom: 30px;
    overflow: hidden;
}
.alarm-event{
    line-height: 35px;
    cursor: pointer;
}
.alarm-event.active{
    background: #eee;
}
.alarm-event-time{
    float: left;
    margin-right: 10px;
    padding: 5px 20px 5px 0;
    position: relative;
}
.alarm-event-time:after{
    width: 2px;
    height: 100%;
    background: #c8c8c8;
    position: absolute;
    top: 0;
    right: 4px;
    content: '';
}
.alarm-event-time:before{
    z-index: 10;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 10px;
    background: #f66d6d;
    top: 50%;
    right: 0;
    content: '';
    transform: translateY(-50%);
}
.alarm-event-des{
    min-width: 220px;
    float: left;
    height: 35px;
    border: 2px solid #e94c4c;
    border-radius: 2px;
    padding-left: 10px;
    color: #e94c4c;
    line-height: 31px;
    margin-top: 5px;
}
.alarm-event-media{
    display: inline-block;
    border-left: 1px solid #e94c4c;
    height: 20px;
    float: right;
    margin-top: 7px;
    line-height: 20px;
    padding: 0 10px;
}
.alarm-msg-cont span{
    color: #888;

}
.alarm-msg-cont .alarm-event-des .media-span{
    color: #e94c4c;
}
.alarm-msg-cont span:not(.media-span){
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ICcard-bg{
    width: 400px;
    height: 250px;
    /*background: #c1c3db;*/
    border-radius: 10px;
    margin: auto;
    background-image: url(/clbs/resources/img/cardBg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.ICcard-msg-pic,.ICcard-msg-detail{
    float: left;
}
.ICcard-msg-pic{
    width: 120px;
    height: 150px;
    padding-left: 10px;
    margin-top: 20px;
}
.ICcard-msg-detail{
    width: 280px;
    height: 100%;
    padding: 10px;
    position: relative;
}
.ICcard-msg-detail table{
    height: 100%;
}
#ICcard-box{
    width: 1000px;
    position: relative;
    top: 40px;
    left: 0;
    transition: left 0.5s;
}
.ICcard-bg-box{
    width: 500px;
    float: left;
}
.ICcard-msg-detail tr td{
    color: #5D5F63;
}
.ICcard-msg-detail tr td:nth-child(1){
    width: 60px;
}
.ICcard-msg-detail tr td:nth-child(2){
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
}
.prevCard{
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 100%;
}
.nextCard{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
}
.prevCard .prevCardBtn,.nextCard .nextCardBtn{
    display: inline-block;
    width: 45px;
    height: 55px;
    background-image: url(/clbs/resources/img/left_icon_1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-top: 180px;
    cursor: pointer;
}
.nextCard .nextCardBtn{
    background-image: url(/clbs/resources/img/right_icon_1.svg);
}

.riskListTr.activeTr td{
    background: #ddf5ff !important;
}
.riskListTr.activeTr td:hover{
    background: #ddf5ff;
}
#photoMsgCont{
    width:200px ;
    height: 240px;
    margin:60px auto 0;
    background-image: url(/clbs/resources/img/photoCard.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.oversee-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width:15px ;
    height: 15px;
}