div.dataTables_wrapper {
        margin-bottom: 3em;
}


.dataTables_wrapper {
    width: 100%;
    overflow-x: scroll;
}
.listitems{
        position: relative;
        top: 100px;
        list-style: none !important;
        height: 400px;
        overflow-y: scroll;
        padding-right: 8px;

}


.listitems li{
        padding: 12px 8px;
        border-bottom: 1px solid #f1f1f1;
        width: 100%;
}

.datatableorder table{
        width: 80%;
        overflow-x: scroll;
}

.datatableorder{
        position: relative;
        top: 100px;
        bottom: 34px;
}

.hamburger{
        position: relative;
        top: 100px;
        list-style: none;
        padding: 16px;
        background: #00ab9b;
        color: #fff;
        margin-bottom: 32px;
}

.hamburger a{
        color: #fff;
}

@media only screen and (max-width: 767px) {

.hide-small-device{
        display: none;
}
}


.btn-accept{
   padding:2px 4px;      ;
   background: green;
   font-size: 12px;
   cursor: pointer;
   color: #fff;
   text-align: center;
   border-radius: 4px;
   width: auto;
    margin: 8px 0;
}


.btn-reject{
   padding: 2px 4px;
   background: red;
   font-size: 12px;
   cursor: pointer;
    width: auto;
    border-radius: 4px;
   color: #fff;
   margin: 8px 0;
   text-align: center;
}


.hamburger-my-order{
         position: relative;
        top: 100px;
        list-style: none;
        padding: 16px;
        background: #00ab9b;
        color: #fff;
        margin-bottom: 32px;
}
.hamburger-my-order ul li{
     list-style: none;
}

.hamburger-my-order a{
        color: #fff;
}

.hamburger-my-order ul li:last-child{
   z-index: 99;
}


.hamburger-my-order ul.dr-hamburger {

        line-height: none;
       display: inline-flex;
}

.dr-msg-icon{

float: right;
    position: absolute;
    cursor: pointer;
    right: 0;
    padding-right: 49px;

}
.dr-msg-list{
  position: absolute;
    visibility: hidden;
    list-style: none;
    height: auto;
    padding-left: 0;
    background: #fff;
        margin-right: 39px;
    width: 320px;
    right: 0;
        border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.dr-msg-list li{
 padding: 12px;
    border-bottom: 1px solid #ccc;
    color: #000;
    cursor: pointer;
    font-size: 14px;
}

.dr-msg-list li:hover{
  background: #f1f1f1;
}


.hamburger-my-order .dr-msg-icon:hover > .dr-msg-list{
    visibility: visible;
}


.hamburger-my-order .dr-fline, .hamburger-my-order .dr-place{
   color: #011239;
   font-size: 10px;
}

.dr-name{
    font-size: 16px;    
    font-weight: 400;
    color: #000;
}


.dr-count{
   background: red;
   color: #fff;
   border-radius: 50%;
   padding: 4px;
  display: inline-block;
    width: auto;
    height: auto;
    min-width: 25px;
    border: none;
    text-align: center;
}
                