@media screen and (max-width: 767px)
{
  main.margin
  {
    margin-left: 0;
  }

  .sidebar
  {
    display: none;

    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    width: auto;
    height: auto;

    border-right: 0;
    border-bottom: 2px solid #ccc;

    background: #fff;

    z-index: 20;
  }

  .sidebar-toggle
  {
    position: absolute;
    position: fixed;
    bottom: 8px;
    left: 8px;

    z-index: 30;

    i {
    color: #000;}
  }

  main
  {
    margin: 0;
    padding: 0 8px;
  }

  .header-fixed
  {
    left: 0;
  }

  .alert
  {
    top: 8px;
    left: 8px;
    right: 8px;
  }

  .search
  {
    input[type=search]
    {
      width: 100%;
      font-size: 16px;
    }

    button
    {
      display: none;
      width: 10%;
      font-size: 14px;
    }
  }

  /*.actions-menu
  {
    position: fixed;
    bottom: 8px;
    right: 8px;

    z-index: 15;

    padding: 0;
  } */

  span.hidden-sm
  {
    display: none;
  }

}


@media screen and (min-width: 768px) and (max-width: 991px)
{
  .sidebar
  {
    width: 319px;
    width: 255px;
  }

  main
  {
    margin-left: 256px;
  }

  .header-fixed
  {
    left: 256px;
  }
}
