.activeSafety{
    width: 36px;
    /*height: 100px;*/
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 998;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #c4c4c4;
    padding: 10px 10px 10px 6px;
    cursor: pointer;
    writing-mode: vertical-lr;
}

.driverInfoBox{
    /*height: calc(100% - 600px);*/
}
.driverPhoto{
    height: 140px;
}
.infoCont div{
    margin-bottom: 10px;
}
#realTimeVideoReal{
    padding-right: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}
.infoScrollBox{
    width: 100%;height: 100%;position: relative;overflow: hidden;
}
.infoScrollCont{
    position: relative;
    left: 0;
    top: 0;
    transition: left .5s;
}
.prevBtnBox{
    position: absolute;left: 0px;top: 50px;z-index: 99;cursor: pointer;
}
.prevBtnBox i,.nextBtnBox i{
    font-size: 30px;
    color: #6dcff6;
}
.nextBtnBox{
    position: absolute;right: 0px;top: 50px;z-index: 99;cursor: pointer;
}
.singleInfoCont{
    float: left;
}
.risk_img {
    width: 18px;
    height: 18px;
    padding-top: 5px;
    background-image: url(../../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(../../resources/img/combatVideo.png);
    background-size: 20px 14px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: 0 3px;
    cursor: pointer;
}
#activeSafety{
    position: relative;
}
#activeSafetyPop.popover{
    left: 50%;
    transform: translateX(-50%);
    max-width: 560px;
    /*top: -50px;*/
    /*bottom: 0;*/
}
.popover-title{
    text-align: right;
}
#popoverBox{
    max-height: 256px;
    overflow-y: auto;
}
.activeSafetyInfo-tr.active td{
    background-color: #fff8b0!important;
}
.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);
}
.activeSafetyInfo-tr .editBtn{
    padding: 2px 10px;
    font-size: 14px;
    padding-left: 10px!important;
}
.main-content-wrapper #main-content .fa-pencil::before {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
}
#picCount,#videoCount{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}