/*驾驶员评分*/
.driverHeader {
    padding-top: 15px;
    background-color: #fff;
}

.diriverTopTxt {
    display: flex;
}

.rightHeader {
    flex: 1;
}

.diriverTopTxt h3 {
    font-weight: 600;
}

/*.ratingNum {*/
    /*width: 92px;*/
    /*min-height: 102px;*/
    /*margin: 0 20px 15px 10px;*/
    /*padding: 30px 6px;*/
    /*color: #fff;*/
    /*font-size: 30px;*/
    /*font-weight: 600;*/
    /*text-align: center;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background: url('/clbs/resources/img/driver-bg.svg') center no-repeat;*/
    /*background-size: 100% 100%;*/
/*}*/

.ratingNum {
    width: 130px;
    height: 102px;
    /*min-height: 102px;*/
    margin: 0 20px 15px 10px;
    padding: 10px 6px;
    color: #fff;
    font-size: 37px;
    font-weight: 600;
    text-align: center;
    /*display: flex;*/
    display: block;
    align-items: center;
    justify-content: center;
    /*background: url("/clbs/resources/img/pingfen.svg") center no-repeat;*/
    background: url("/clbs/resources/img/driver-bg.svg") center no-repeat;
    background-size: 100% 100%;
}

.diriverTopNum {
    display: flex;
}

.numItem {
    flex: 1;
    margin-right: 15px;
    padding: 20px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.itemTop {
    display: flex;
    justify-content: space-between;
    align-items: baseline
}

.itemTop .specificNum {
    flex: 1;
}

.numItem h4 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
}

.lastSpecificNum {
    margin: 0;
}

.numItem h4 span {
    font-size: 14px;
}

#myChart {
    width: 100%;
    height: 280px;
}

.noMargin {
    margin: 0;
}

.greenTxt {
    color: green;
}

.redTxt {
    color: red;
}

.myDriverTable td {
    /*transition: all .3s ease-in;*/
}

#dataTable tr.active td{
    background-color: #dcf5ff;
}

.driverNotices {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.driverNotices p {
    margin: 0;
    color: darkred;
}

.driverNotices p i {
    color: red;
}


#detail .carName {
    width: auto;
    left: 100px;
    right: 100px;
}

#modalDriverTop {
    display: flex;
}

.modalLeftTxt {
    flex: 1;
}

#modalMyChart {
    width: 300px;
}


#detail .driverHeader {
    padding: 0 0 20px;
    padding-top:20px;
}

#detail .diriverTopTxt {
    /*margin-bottom: 20px;*/
}

#detail .specificNum {
    font-size: 30px;
}

#detail .numItem {
    margin-top: 15px;
    padding: 10px;
    width:100%;
}
#detail .diriverTopNum {
    flex-direction: column;
    flex:1;
}
/*#detail .nav-tabs {*/
    /*border: none;*/
/*}*/

/*#detail .nav-tabs a {*/
    /*margin-right: -4px;*/
    /*padding: 5px 20px;*/
    /*font-size: 14px;*/
    /*color: #fff;*/
    /*border-radius: 0;*/
    /*outline: none;*/
    /*border: none;*/
    /*background-color: #ccc;*/
/*}*/

/*#detail .nav-tabs > li.active > a, #detail .nav-tabs > li.active > a:hover, #detail .nav-tabs > li.active > a:focus {*/
    /*padding: 5px 20px;*/
    /*color: #fff;*/
    /*outline: none;*/
    /*border: none;*/
    /*background-color: rgb(25, 158, 216);*/
/*}*/

.driverInfoBox {
    display: flex;
    padding-top: 30px;
    border-top:1px solid #e5e5e5
}

.driverImg {
    width: 200px;
    height:200px;
    margin-right: 20px;
    text-align: center;
    border:1px solid #e5e5e5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
    background-image: url("/clbs/resources/img/default-people.svg");
}

.driverImg img {
    max-width: 100%;
}

.driverInfo {
    flex: 1;
    padding-right: 20px;
}

.driverInfo p {
    font-size: 16px
}

.driverInfo p span {
    margin-left: 10px;
}

.detail-table-title{
    width:130px;
    text-align: right;
    display: inline-block;
}

#riskEventChart {
    height: 300px;
}

.right-panel{
    position: fixed;
    top:0px;
    bottom: 0px;
    width:800px;
    right:-820px;
    /*right:0px;*/

    /*opacity: 0.5;*/
    z-index: 9999;
    background-color: white;
    box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    -webkit-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    -ms-box-shadow: 0px 1px 6px 2px rgba(100, 100, 100, 0.5);
    transition: right 200ms ease-in,opacity 200ms ease-in;
}
.right-panel.active{
    right:0px;
    opacity: 1;
}
.table-hover>tbody>tr:hover>td {
    cursor: pointer;
}
.detail-close{
    transform: translateX(10px);
}
.detail-close:hover{
    color:#ddd;
    cursor: pointer;
}
.detail-footer{
    position: absolute;
    bottom: 0px;
    width:100%;
    left:0px;
    right:0px;
}

.glyphicon.glyphicon-log-out::before{
    content: "";
    background-image: url(/clbs/resources/img/export.svg);
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: -13px;
    left: -14px;
    background-size: 14px 14px;
}

.blind{
    display: none;
}

#dataTable thead tr th.text-center i.monitoringObjI::before{
    content: "";
    background-image: url('/clbs/resources/js/dataTables/images/filter.png');
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 13px;
    background-size: 14px 14px;
    cursor: pointer;
}

#dropDown-q {
    margin: 0;
    overflow-y: scroll;
    position: absolute;
    top: 94px;
    left: 66px;
    display: none;
}
#dropDown-q.show {
    display: block;
}


/*修改后的监控对象评分详情样式*/
.numItem.numItem-wrap {
    position: relative;
    z-index: 0;
    padding: 10px 20px;
    overflow: hidden;
    text-align: right;
    width: 22%;
}
.numItem.numItem-wrap>img.numItem-img {
    position:absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin:auto;
}
.numItem-div1 {
    color: #000;
}
.numItem-div1>b {
    font-size: 34px
}
.numItem-div2 {
    color: #000;
    padding: 0 0 10px 0;
    font-width: 700;
}

.ratingNum-point {
    font-size: 17px;
}
#score-q2 {
    font-weight: 700;
    margin-top: 10px;
    font-size: 35px;
}

/*数据和文字的间隔控制*/
#monitorSize-q,
#alarmTotal-q,
#hundredsAlarmTotal-q,
    /*#score-comment-statusq1,*/
    /*#score-static-numberq2,*/
    /*#score-static-numberq1,*/
#score-comment-numberq1,
#travelSpeed-q {
    padding: 0 15px;
}
.pad-q {
    padding: 0 15px;
}
#score-comment-statusq2,
#score-spanq {
    padding: 0 5px;
}

#averageTravelTime-q,
#alarmRingRatio-q,
#hundredsAlarmRingRatio-q {
    padding: 0 0 0 15px;
}
.glyphicon-q:before {
    content: "";
    background-image: url(/clbs/resources/img/export.svg);
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: -13px;
    left: -14px;
    background-size: 14px 14px;
}

#travelSpeed-q {
    max-width: 300px;
    display: inline-block;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#longTip{
    height:60px;
}