/** mobile UI **/


  .mob-ui .talert .alert_round{ display: none; }
  .mob-ui .talert button,.mob-ui .talert .btn,.mob-ui .talert .btn:not([href]):not([tabindex]),.mob-ui .talert .btn [type=button]
  {
    background: #f00;
    padding: 0.4rem 0.6rem;
  }
  .mob-ui button,.mob-ui [type=button],.mob-ui .btn{ padding: 0.4rem 0.6rem; height: auto; }
  .mob-ui .table td,.mob-ui .table th {
    padding: 0.4rem 0.5rem;
    font-size: 14px;
    line-height: 2rem;
  }
  .mob-ui button {
    background-color: #333;
    border: 1px;
    color: #fff;
    font-weight: 500;
  }
  .mob-ui table button{ background-color: #0070ca; }
  .mob-ui .sidebar ul li a {
      font-size: 1rem;
  }

  .mob-ui .wapper .side-bar .menu ul li a {
    font-size: 1rem;
  }

  .mob-ui .modal-header .reload, .mob-ui  .modal-header .close{
    padding: 6px 7px !important;
    border-radius: 3px;
    line-height: 1;
    cursor: pointer;
    border: 1px;
    height: 28px !important;
  }
  
  @media(max-width:650px){
    .mob-ui .talert { background:#ff001947;}
  }