.custom-alert{
    position: fixed;
    z-index: 999999999999;
    width: 100%;
    right: 20px;
    top: 40px;
    max-width: 500px;
}

.pos_report_icons{
    cursor: pointer;
    padding: 5px;
}
#timeInBtn .m-menu__link-icon
  {
    font-size:15px;
  }
  .btn-section{
    display: inline !important;
  }
  .btn-section a.btn{
    display: inline-block;
    color: #fff;
  }
  .btn-section  a.btn i{
    color: #fff !important;
    display: inline-block !important;
    width:15px !important;
  }
  .morris-hover{
    z-index: 10!important;
  }
  .select2.select2-container
  {
    max-width: 100%;
  }
  #viewOrderModal .modal-dialog{
    max-width: 800px;
  }
  #viewOrderModal .modal-body{
    max-width: 800px;
    width: 100%;
  }
  .datepicker.datepicker-dropdown{
    z-index: 9999 !important;
  }
  @media (min-width: 993px) and (max-width: 1200px){
    #m_header_nav {
    white-space: nowrap;
    max-width: 800px;
    overflow-x: scroll;
  }
}
@media (min-width: 993px){
    .m-header-menu .m-menu__nav > .m-menu__item{
        padding: 0px 15px;
    }
}
@media (max-width: 992px){
    .btn-section{
        display: block !important;
      }
}

