.myActive{
    display: block !important;
}






.plane-sidebar{
    position: absolute;
    width: 550px;
    height: 100%;
    background-color: #fff;
    z-index: 999;

    margin-top: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 0;
    top: 0;
    box-shadow: 0 0 1.2em 0 rgba(50,50,50,0.5);
}
.plane-sidebar .title{
    margin: 0;
    padding: 0;
}
.plane-sidebar .p-title{
    height: 48px;
    line-height: 48px;
    background-color: #222121;
    color: #fff;
    font-size: 18px;
}

.plane-sidebar .p-title>i{
    font-size: 24px;
}

.plane-sidebar .my-plane-back:hover{
    cursor: pointer;
}


.my-plane-back .left-arrow2{
    float: left;
    display: inline-block;
    margin-left: 5px;
    margin-top: -3px;
}

.plane-sidebar .left-arrow{
    cursor: pointer;
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 11px;
    width: 22px;
    height: 22px;
    background: url(../img/LeftIcon/left-arrow.png) -22px 0 no-repeat;
}

.plane-sidebar .left-arrow:hover {
    background-position: 0 0;
}


 .right-close{
    float: right;
    display: inline-block;
    margin-right: 20px;
    margin-top: 11px;
    width: 22px;
    height: 22px;
    background: url(../img/LeftIcon/close.png) 0 0 no-repeat;
}

 .right-close:hover{
    cursor: pointer;
    background: url(../img/LeftIcon/close.png) -22px 0 no-repeat;
}

.plane-sidebar .p-company-find{
    margin: 4px 0;
    padding: 0;
    background-color: #fff;
}
.plane-sidebar .p-company-C{
    color: #4a4a4a;
    background-color: #dcdcdc;
}

.plane-sidebar .p-company-C-select{
    color: #fff !important;
    margin: 0;
    background-color: #f8c023 !important;
}

.plane-sidebar .p-company-name{
    background-color: #2e6da4;
    color: #fff;
}

.plane-sidebar .alphabet-box{
    height: 25px;
    width: 25px;
    color: #a5a1a2;
    text-align: center;
    margin: 1px -1px;
    line-height: 25px;
    display: inline-block;
    background-color: #dcdcdc;
}

.plane-sidebar .alphabet-box:hover{
    cursor: pointer;
}


.plane-sidebar .alphabet-box-active{
    color: #fff;
    background-color: #f8c023;
}


.plane-sidebar .alphabet-name{
    font-size: 20px;
    margin-left: 20px;
}

.plane-sidebar .p-company-name{
    height: 40px;
    /*background-color:#EDEDED;*/
    background-color: #fff;
    color: #000;
    line-height: 40px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 0.1em solid #ffffff;
}

.plane-sidebar .p-company-name:hover{
    cursor: pointer;
}

.plane-sidebar .company-select{
    background-color: #000 !important;
    color: #fff !important;
}

.plane-sidebar .p-c-name{
    margin-left: 8px;
}

.plane-sidebar .p-c-arrow{
    margin-top: 11px;
    width: 18px;
    height: 18px;
    float: right;
    background: url("../img/LeftIcon/up-arrow.png") -18px 0 no-repeat;
}

.plane-sidebar .p-c-arrow-s{
    background: url("../img/LeftIcon/up-arrow.png") 0px 0 no-repeat !important;
}

.plane-sidebar .p-c-driver-info{
    float: right;
    margin-right: 20px;
}

.plane-sidebar .p-c-get-more{
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #3a90d1;
    text-align: center;
}

.plane-sidebar .p-c-get-more:hover{
    cursor: pointer;
}

.p-company-airplane .table{
    margin-bottom: 0;
}

.p-company-airplane .p-c-type-logo{
    background-color: #fff;
    padding: 8px 0px 10px 20px;
}

.p-company-airplane .p-replay-table{
    /*padding: 0 20px 0 40px;*/
}

.p-company-airplane .p-replay-table .col-xs-3{
    /*padding-left: 0;*/
}

.plane-sidebar .fa-angle-left{
    margin-left: 15px;
    color: #f8c023  ;
}

.plane-sidebar .my-plane{
    cursor: pointer;
    float: left;
    margin-top: -1px;
    margin-left: 8px;
    font-size: 14px;
    color: #fff;
}



.plane-sidebar .my-plane:hover{
    color: #f8c023;
}

.plane-sidebar .p-c-content{
    overflow: auto;
}

.plane-sidebar .p-c-content::-webkit-scrollbar-thumb {
    background: #f8c023;
    border-radius: 0.2em;
}

.plane-sidebar .p-c-content::-webkit-scrollbar {
    width: 0em;
}

.plane-sidebar .p-c-content::-webkit-scrollbar-track {
    background: #efeff5;
}


.MAIN_LOGO{
    margin-top: -8px;
}

/* 鼠标悬停，默认样式 */

.p-c-content .flight-record-logo{
    width: 64px;
    height: 23px;
    display: block;
    float: right;
    margin-top: 15px;
    background: url("../img/sidebar/record.png") 0px 0px no-repeat;
}

.p-c-content .flight-record-logo-active{
    background-position: 0px -23px;
}

.p-c-content th{
    border-bottom: 0 !important;
    padding: 4px 10px !important;
}

.p-c-content td{
    vertical-align: middle !important;
    border-top:0 !important;
    padding: 4px 10px !important;
}

.flight-record .l-play{
    height: 100%;
    line-height: 48px;
}

.flight-record .flight-record-more{
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #dcdcdc;
    color: #3a90d1;

}

.flight-record .flight-record-more >span{

}

.plane-sidebar {
    position: absolute;
    width: 450px;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    margin-top: 54px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    bottom: 0;
    top: 0;
    left: -450px;
    box-shadow: 0 0 1.2em 0 rgba(50,50,50,0.5);

    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
}

.flight-record .record-list-content {
    background-color: #f4f4f4;
    cursor: context-menu;
    color: #333333;
    height: 60px;
    width: 100%;
    padding-top: 8px;
    border-bottom: 0.2em solid #ffffff;
}

.flight-record .record-list-content {
    background-color: #f4f4f4;
    cursor: context-menu;
    color: #333333;
    height: 60px;
    width: 100%;
    padding-top: 8px;
    border-bottom: 0.2em solid #ffffff;
}

#id_record_content .record-list-content {
    padding-top: 0px;
}

#id_record_content .l-data2{
line-height: 58px;
    padding-right: 0;
}

.flight-record .record-list-content:hover {
    background-color: #e5f3ff;
}

.flight-record .playback-Active{
    background-color: #e5f3ff;
}

.flight-record .record-list-content .l-data {
    height: 100%;
    font-weight: 600;
    padding: 15px 15px;
    line-height: 16px;
    border-right: 0.2em solid #ffffff;
}

.playBack-bottom{
    height: 220px;
    width: 100%;
    z-index: 89;
    bottom: -320px;
    position: absolute;


    -moz-transition: bottom 1.5s;
    -ms-transition: bottom 1.5s;
    -o-transition: bottom 1.5s;
    transition: bottom 1.5s;

}
.playBack-bottom, .playBack-bottom .row{
    margin: 0;
    padding: 0;;
}

.playBack-bottom .bottom-content{
    height: 100%; margin-left: 450px;color: #fff;
}
.playBack-bottom .left-content{
    margin: auto;
    width: 686px;
    height: 100%; background-color:#393939;;padding: 0;
}

.playBack-bottom .right-content{
    height: 100%; background-color:rgba(51, 51, 51, 0.92);padding: 0;margin: 0
}

.playBack-bottom .left-title{
    height: 40px;line-height: 40px; background-color: #4a4a4a ;width: 100%;padding: 0;margin: 0;
}

.playBack-bottom .left-title>span{
    color: #f8c023  ;font-size: 16px;margin-left: 25px;
}
.playBack-bottom .left-flight-time{
    padding: 0;margin: 0;
    height: 90px;
    display: none;
}

.playBack-bottom .left-flight-time div{
    text-align: center;

}

.left-flight-time .time-num{
    cursor: pointer;
    font-weight: 600;
    font-size: 40px;color: #fff;margin-top: 4px;
    margin-bottom: -10px;
}

.left-flight-time .time-text{
    cursor: pointer;
    /*font-size: 16px;*/
    color: #999e95;
    margin: 0;
}

.left-flight-time .time-utc {
    cursor: pointer;
    color: #999e95;
}

.left-flight-time .left-distance{
    cursor: pointer;
    bottom: 0;
    margin-top: 10px;
    color: #dddddd;
}

.left-content .left-flight-details{
    text-align: left;
}

.left-content .left-flight-details .detail-title{
    color: #9d9d9d;
    margin-bottom: 4px;
}

.left-content .detail-text{
    font-size: 16px
}

.left-content .in-time{
    text-align: left;
}

.left-content .details-panel{
    height: 200px;width: 100%
}



.left-content .time-button-left{
    float: left;
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #4a4a4a;
    border-right: 0;
    border-radius: 3px 0 0 3px;
    background-color: #9d9d9d;
}
.left-content .time-button-right{
    float: left;
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid #4a4a4a;
    border-radius: 0 3px 3px 0;
}

.left-content .play-logo{
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url("../img/sidebar/play.png") 0 0 no-repeat;
}

.left-content .play-logo:hover{
    /*background: rgba(255, 255, 255, 0.20);*/
}



.left-content .play-img-box1{
    cursor: pointer;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

.left-content .play-img-box2{
    cursor: pointer;
    margin-right: -4px;
    border:1px solid #fff;
    border-radius:5px 0 0 5px;
}

.left-content .play-img-box3{
    cursor: pointer;
    margin-left: -4px;
    border:1px solid #fff;
    border-radius:0 5px 5px 0;
}

.left-content .box-clickOn{
    background: rgba(255, 255, 255, 0.20);
}

.left-content .play-img-box1:hover,
.left-content .play-img-box2:hover,
.left-content .play-img-box3:hover{
    background: rgba(255, 255, 255, 0.20);
}

.new-company-plane-list-body-right-more{
    background: url(../img/complayList/info.svg);
    width: 23px;
    height: 23px;
    margin-top: 7px;
    float: left;
    cursor: pointer;
}

.new-company-plane-list-body-right-replay {
    width: 64px;
    height: 23px;
    display: block;
    float: right;
    margin-top: 7px;
    cursor: pointer;
    background: url(../img/sidebar/record.png) 0 -23px no-repeat;
}

.new-company-plane-list-body-right-replay:hover {
    background-position: 0 0;
}


.new-company-plane-list{
    width: 100%;
    overflow: scroll;
}
.new-company-plane-list-head{
    cursor: pointer;
    width: 100%;
    height: 45px;
    background-color: #eaeaea;
    border-bottom: 1px solid #dedede;
}

.new-company-plane-list-head:hover{
    background-color: #dedede;
}

.new-company-plane-list-head-logo{
    display: inline-block;
    width: 155px;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.new-company-plane-list-head-text{
    display: inline-block;
    width: 232px;
}
.new-company-plane-list-head-arrow{
    margin-right: 20px;
}

/* 演示机组 dataLine */
.new-company-plane-list-beichuan-head{
    width: 100%;
    height: 30px;
    background-color: #000000;
}

.new-company-plane-list-white-color{
    color: #fff!important;
}

.new-company-plane-list-beichuan-head>ul>li{
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    list-style-type:none;
    width: 25%;
    color: #9d9d9d;
    cursor: pointer;
}

.new-company-plane-list-beichuan-head>ul>li:hover{
    color: #fff!important;
}

.new-company-plane-list-beichuan-head-ul .active{
    color: #fff!important;
    border-bottom: 3px solid #f8c023;
}

.new-company-plane-list-body{
    width: 100%;
    height: 40px;
}
.new-company-plane-list-body:hover{
    background-color: #eef7ff;
}

.new-company-plane-list-body-logo{
    background-color: #9d9d9d;
    width: 5px;
    height: 34px;
    margin: 3px 0;
    float: left;
}

.new-company-plane-list-body-logo-active{
    background-color: #5acd6c!important;
}

.new-company-plane-list-body-id{
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    padding: 0 10px;
}

.new-company-plane-list-body-right{
    height: 40px;
    line-height: 40px;
    padding-right: 18px;
}

.new-company-plane-list-body-text{
    height: 40px;
    line-height: 40px;
    padding-left: 9px;
}

.new-company-plane-list-title2-margin{
    padding-left: 36px;
}



.new-company-plane-list::-webkit-scrollbar-thumb,.new-company-plane-list::-webkit-scrollbar-thumb,.new-company-plane-list::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-radius: 0.2em;
}

.new-company-plane-list::-webkit-scrollbar,.new-company-plane-list::-webkit-scrollbar,.new-company-plane-list::-webkit-scrollbar {
    width: 0.5em;
}

.new-company-plane-list::-webkit-scrollbar-track,.new-company-plane-list::-webkit-scrollbar-track,.new-company-plane-list::-webkit-scrollbar-track {
    background: #efeff5;
}


