html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
p{
    margin: 0;
}
table{
    width: 100%;
    table-layout: fixed;
}
td,th{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
body {
    overflow-x: auto;
}
#container{
    height: 100%;
}
.sidebar{
    height: 100%;
    overflow-y: auto;
}
.main-content-wrapper{
    height: calc(100% - 80px);
    background: #fff;
}

#container-box {
    height: 100%;
}

.fl {
    float: left;
}

.data-show-box-left{
    position: absolute;
    left: 0;
    top: 0;
    border-left: 4px solid #38d1fa;
    padding: 10px 20px;
    background: rgba(221,221,221,0.8);
}
.yesterday-data-show-box-left.data-show-box-left,.data-show-box-right.online-data-show-box-right{
    top:100px;
}
.data-show-box-right{
    position: absolute;
    right: 0;
    top: 0;
    border-right: 4px solid #38d1fa;
    padding: 10px 20px;
    background: rgba(221,221,221,0.8);
}
.data-show-box-left>p:nth-child(1),.data-show-box-right>p:nth-child(1),#onlineVehicle>p:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
#onlinePercent p{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-align: right;
}
.top-right-box{
    position: absolute;
    right: 0;
    top: 0;
}
#onlineVehicle{
    border-right: 4px solid #38d1fa;
    padding: 10px 20px;
    background: rgba(221,221,221,0.8);
    float: right;
}
.tool-box{
    float: right;
    position: relative;
    min-width: 700px;
}
.warning-number{
   font-weight: bold;
    color: #000;
    text-align: right;
}
.warning-number span{
    display: inline-block;
    width: 20px;
    height: 30px;
    text-align: center;
    background: #38d1fa;
    line-height: 30px;
    font-size: 20px;
    margin: 0 1px;
    color: #fff;
    font-weight: normal;
}
.toolClickArea{
    right: 20px;
}
.toolOperateClick{
    margin-right: -600px;
}
.mapDropSettingMenu{
    right: 461px;
}
.disSetMenu{
    right: 62px;
}

.warning-rank {
    position: absolute;
    right: -400px;
    bottom: 100px;
    background: rgba(255,255,255,0.6);
    padding: 10px;
    width: 400px;
}
.warning-rank-tit{
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.warning-rank table{
    width: 100%;
    text-align: center;
}
.warning-rank table th{
    text-align: center;
}
.table-left-arrow{
    position: absolute;
    width: 20px;
    height: 20px;
    left: -17px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.charts-content>div {
    height: 33.333%;
    padding-bottom: 15px;
    padding: 0;
    padding-left: 5px;
    padding-bottom: 5px;
    position: relative;
}
.charts-content .chart-box{
    width: 100%;
    height: 100%;
    border: 1px solid #e7e7e7;
    padding: 10px;
}
.form-group.clearfix.mb-5,.form-group.clearfix.mb-5>div{
    margin-bottom: 5px;
}

.chart-text {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    padding-right: 5px;
}
.chart-text p{
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chart-text p:nth-child(1){
    max-width: 60%;
}
.chart-text p:nth-child(2){
    max-width: 45%;
}
.chart-box .table-tit{
    /*margin-bottom: 10px;*/
    font-size: 16px;
    color: #767676;
}
.chart-box table,.chart-box table th,.chart-box table tr{
    text-align: center;
}

a.table-tit-a{
    cursor: pointer;
    color: #767676;
}
a.table-tit-a.active{
    color: #428bca;
}
#vehOnlineRankTable,#orgAlarmRankTable{
    display: none;
}
#vehOnlineRankTable.active,#orgAlarmRankTable.active{
    display: table;
}

#riskEventWarningRank,#riskEventWarningRank2{
    opacity: 0;
}
#riskEventWarningRank.active,#riskEventWarningRank2.active{
    opacity: 1;
}