
#transOverView {
    color: #fff;
    background-color: black;
}
#transOverView .row{
    margin-right: 0;
    margin-left: 0;
    margin-top: -40px;
}
#transOverView .lar-top{
    position: relative;
    left: -16px;
    top: 0;
    width: 100%;
    height: 100px;
    background-image: url('../img/largeScreen/lar-top2.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#transOverView .lar-top img{
    /* margin: 23px auto; */
    margin-left: 8px;
    /* width: 360px; */
    max-width: 480px;
}
#transOverView .lar-bg{
    height: 100%;
    background-image: url('../img/largeScreen/lar-bg.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#transOverView .lar-top-content{
    height: 60%;
    background-image: url('../img/largeScreen/statistics-bg.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    padding: 30px 35px;
    padding-left: 50px;
    background-position-x: 30px;
}
#transOverView  .lar-statistics-title{
    height: 45px;
    background-image: url('../img/largeScreen/statistics-title.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    margin-top: 5px;
    margin-left: 10px;
}
#transOverView .lar-bottom-content{
    height: 45%;
    background-image: url('../img/largeScreen/10day-bg.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    margin-top: -50px;
    background-position-x: 30px;
    padding: 30px 35px;
    /* padding-left: 50px; */
    background-position-x: 30px;
}
#transOverView  .lar-10day-title{
    height: 45px;
    background-image: url('../img/largeScreen/10day-title.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    margin-left: 25px;
}
#transOverView  .table>tbody{
    color: #fff;
    font-size: 18px;
}
#transOverView  .table>thead>tr {
    background: transparent;
    color: #FFB13B;

}

#transOverView .table>thead>tr>th,
#transOverView .table>tbody>tr>th,
#transOverView .table>tfoot>tr>th,
#transOverView .table>thead>tr>td,
#transOverView .table>tbody>tr>td,
#transOverView .table>tfoot>tr>td{
    box-shadow: none;
    border: none;
    line-height: 45px;
    font-weight: 600;
    
}
#transOverView .table>thead>tr{
    /* background:transparent; */
    background-image: url('../img/largeScreen/lar-table.png');
    background-size: 99% 100%;
    background-repeat:no-repeat;
    color: #FFB13B;
    font-weight: 600;
    border: none;
    font-size: 20px !important;
}
#transOverView .table {
    border: none;
    /* margin-top: 40px; */
    
}
#transOverView tr:nth-child(even) {
    background: transparent;
    background-image: url('../img/largeScreen/even.png');
    background-repeat:no-repeat;
  }

#transOverView .lar-right-content{
    /* height:105%; */
    background-image: url('../img/largeScreen/staff-bg.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    padding: 30px 30px;
    padding-right: 60px;
    /* margin-left: -60px; */
}
#transOverView  .lar-staff-title{
    height: 45px;
    background-image: url('../img/largeScreen/staff-title.png');
    background-repeat:no-repeat;
    background-size: 99% 100%;
    margin-top: 5px;
}
/* #transOverView  .lar-right-content{
    background-image: url('../img/largeScreen/list-bg.png');
    background-size: 100% 100%;
} */
#transOverView .statistics-list{
    margin-top: 20px;
    border-bottom: 2px solid #63605F;
    /* padding: 0 44px; */
    width: 94%;
    margin-left: 3%;
    padding-bottom: 20px;
}
#transOverView .statistics-list-box,#transOverView .statistics-list{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#transOverView .list-box-icon{
    width: 75px;
    height: 75px;
    background-image: url('../img/largeScreen/round.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#transOverView .list-box-txt{
    /* padding: 0 20px; */
    margin-left: 10px;
}
#transOverView .list-box-txt-size{
    font-size: 25px;
}
#transOverView .list-box-txt-size span{
    font-size: 13px;
}
#transOverView .pie-list{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
#transOverView .pie-order,.pie-staff{
    
    width: 50%;
    /* margin-top: 20px; */
}
#transOverView .pie-staff{
    border-left: 2px solid #63605F;
}
#transOverView .column-10day .echart{
    /* margin-top: 30px; */
    margin-top: -40px;
}
#transOverView .idle-tag,.busy-tag{
    display: inline-block;
    padding: 0 15px;
    border:1px solid #00FFFF;
    border-radius: 5px;
    color: #00FFFF;
    background-color:rgba(10, 254, 255, 0.3);
}
#transOverView .busy-tag{
    border:1px solid #E6A23C;
    color: #E6A23C;
    background-color:rgba(230, 162, 60, 0.3);
}
#transOverView .lar-top-btn{
    float: right;

}
#transOverView .lar-top-amplify{
    /* display: none; */
    background: transparent;
    width: 30px;
    height: 30px;
    float: right;
    background-image: url('../img/largeScreen/amplify.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-right: 20px;
}

#transOverView .lar-top-reduce{
    /* display: none; */
    background: transparent;
    width: 30px;
    height: 30px;
    background-image: url('../img/largeScreen/reduce.png');
    background-repeat:no-repeat;
    float: right;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-right: 20px;

}
#transOverView .txt-width{
    width: 200px;
}

#transOverView  .text-nodata{
    font-size: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}