/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
}
.list-group-item {
  cursor: pointer;
}
@media screen and (orientation:portrait) {
  #sidebar-wrapper {
    min-width: 220px;
    max-width:250px;
    min-height: 100vh;
    margin-left: -300px;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
  }
  .SideBarContent{
    position: fixed;
    top:5vh;
    bottom: 0;
    overflow-y: auto;
  }
  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
  }
  .sidebar-heading img{ 
    top: 12%; 
    max-width: 100px;
  }
  #sidebar-wrapper .list-group {
    width: 100%;
  }

  #page-content-wrapper {
    min-width: 100vw;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
  }

  @media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: -35vw;
    }

    #page-content-wrapper {
      min-width: 0;
      width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
      margin-left: 0;
      position: static;
    }
    .SideBarContent{
        position: fixed;
        top:6vh;
        width: 35vw;
        max-width: 200px;
      }
      .sidebar-heading img{ 
        top: 10%;
        max-width: 150px;
      }
  }
}
@media screen and (orientation:landscape) {
  #sidebar-wrapper {
    min-width: 220px;
    max-width:250px;
    min-height: 100vh;
    margin-left: -300px;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
  }
  .SideBarContent{
    position: fixed;
    top:5vh;
    bottom: 0;
    overflow-y: auto;
  }
  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
  }
  .sidebar-heading img{ 
    top: 12%; 
    max-width: 100px;
  }
  #sidebar-wrapper .list-group {
    width: 100%;
  }

  #page-content-wrapper {
    min-width: 100vw;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
  }

  @media (min-width: 768px) {
    #sidebar-wrapper {
      margin-left: -35vw;
    }

    #page-content-wrapper {
      min-width: 0;
      width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
      margin-left: 0;
      position: static;
    }
    .SideBarContent{
        position: fixed;
        top:6vh;
        width: 35vw;
        max-width: 200px;
      }
      .sidebar-heading img{ 
        top: 10%;
        max-width: 150px;
      }
  }
}

