#largeScreenInOrder {
    color: #fff;
    background-color: black;
}
#largeScreenInOrder .row{
    margin-right: 0;
    margin-left: 0;
    margin-top: -40px;
    background-color: black;

}
#largeScreenInOrder .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%;
    
}
#largeScreenInOrder .lar-top img{
    /* margin: 23px auto; */
    margin-left: 8px;
    /* width: 480px; */
    max-width: 480px;
}
#largeScreenInOrder .lar-bg{
    height: calc(100vh - 110px);
    background-image: url('../img/largeScreen/lar-bg.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
}
#largeScreenInOrder .lar-left-content .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;
    
}
#largeScreenInOrder  .table>tbody{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
#largeScreenInOrder  .lar-left-title{
    height: 45px;
    background-image: url('../img/largeScreen/lar-left-title.png');
    background-repeat:no-repeat;
    background-size: 99% 100%;
}
#largeScreenInOrder .lar-left-content{
    height:100%;
    background-image: url('../img/largeScreen/Pedal.png');
    background-repeat:no-repeat;
    background-size: 100% 100%;
    padding: 30px 0px;
    background-position-x: 20px;
    padding-left: 50px;
    padding-right: 40px;
}

#largeScreenInOrder .table>thead>tr>th,
#largeScreenInOrder .table>tbody>tr>th,
#largeScreenInOrder .table>tfoot>tr>th, 
#largeScreenInOrder .table>thead>tr>td, 
#largeScreenInOrder .table>tbody>tr>td, 
#largeScreenInOrder .table>tfoot>tr>td{
        box-shadow: none;
        border: none;

}
#largeScreenInOrder  .table>thead>tr>th{
     line-height: 55px;
        height: 55px;
}
#largeScreenInOrder .table {
    border: none;
}
#largeScreenInOrder tr{
    height: 55px;
    line-height: 55px;
}
#largeScreenInOrder tr:nth-child(even) {
    background: transparent;
    background-image: url('../img/largeScreen/left-even.png');
    background-repeat:no-repeat;
  }

#largeScreenInOrder .lar-right-title{
    height: 45px;
    background-image: url('../img/largeScreen/lar-right-title.png');
    background-repeat:no-repeat;
    background-size: 99% 100%;
}
#largeScreenInOrder .lar-right-content .table>thead>tr{
    background:transparent;
    background-image: url('../img/largeScreen/lar-table.png');
    background-size: 99% 100%;
    background-repeat:no-repeat;
    color: #6DC2FF;
    font-weight: 600;
    border: none;
}

#largeScreenInOrder .lar-right-content  tr:nth-child(even) {
    background: transparent;
    background-image: url('../img/largeScreen/right-even.png');
    background-repeat:no-repeat;
  }
#largeScreenInOrder .lar-top-amplify{
    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;
}

#largeScreenInOrder .lar-top-reduce{
    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;

}
#largeScreenInOrder .txt-width{
    width: 400px;
}
#largeScreenInOrder  .text-nodata{
    font-size: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
