#order_data_table {
    max-width: 100%;
    overflow: auto;
}

@media (min-width:850px) {
 
 #order_data_table {
height:100%;
}
   
}

#order_data_table table {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}


#order_data_table table tr.sticky-row th, #order_data_table table tr.sticky-row td {
    position: relative;
}

#order_data_table table td.sticky-cell, #order_data_table table th.sticky-cell {
    position: relative;
}




#order_data_table::-webkit-scrollbar, #bottom::-webkit-scrollbar {
    width: 6px;
    left:0;
}

#order_data_table::-webkit-scrollbar-button,#bottom::-webkit-scrollbar-button {
    width: 4px;
    height:5px;
}

#order_data_table::-webkit-scrollbar-track, #bottom::-webkit-scrollbar-track {
    background:#eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius:8px;
}

#order_data_table::-webkit-scrollbar-thumb, #bottom::-webkit-scrollbar-thumb {
    background:#3db2e3;
    border: thin solid gray;
    border-radius:8px;
}

#order_data_table::-webkit-scrollbar-thumb:hover, #bottom::-webkit-scrollbar-thumb:hover {
    background:#7d7d7d;
}