
 #wrapper {
    overflow-x: hidden;
 }

#sidebar-wrapper {
  background:  #e7e5e5;
  min-height: 100%;
  margin-left: -15rem;
  margin-right: -1px;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#sidebar-wrapper .list-group-item {
  background:  #e7e5e5;
  color: #122850;
  border-bottom: 1px solid #dbd7d7;
}
#page-content-wrapper {
  min-width: 100vw;
}
#menu-toggle,
#sidebar-wrapper .btn-primary:active, #sidebar-wrapper .btn-primary:focus, 
#sidebar-wrapper .btn-primary:hover, #sidebar-wrapper.btn-primary:visited
{
    background: #0e5dac !important;
    outline: 0;
    border: transparent;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
   .main-hero {
    background-position: 100% 100% !important;
    height: 600px !important;
    background-size: cover !important;
  }
  .inner-nav {
    height: 100px !important;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
    /* min-height: 700px; */
    min-height: 100vh;
    
  }

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

}
.mobile-items {
display: none;
}
@media(max-width:823px){
  .mobile-items {
    display: block
  }
  .desktop {
    display: none;
  }
  li.welcome a{
    padding: 0px 23px!important;
  }
  /* navbar */
.navbar-collapse.collapse.show ul{
  width: 50%;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffffdb;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
}
@media (max-width: 768px) {
  #hero-section .navbar {
    background: #022f5b70;
    position: relative;
    z-index: 10;
    padding: 20px;
  }
  .main-hero{
    background-position: 100% 100% !important;
    height: 400px !important;
    background-size: contain !important;
  }

#login_form {
  max-width: 100%;
  width: 100%;
}
/* .mobile-items {
  display: block
} */
.mobile-items a, .Welcome , .Welcome a {
  text-decoration: underline;
}
.Welcome {
  padding: 0px 27px !important;
}
.desktop {
  display: none;
}
}


@media (max-width: 426px) {
  #navbarSupportedContent {
    z-index: 1;
    /* background: #f8f9fa; */
    height: 100%;
    position: relative;
    /* padding: 20px 0; */
  }
  #navbarSupportedContent ul li a {
    color: #000;
  }
.navbar-brand img {
  height: 40px !important;
}
}

/* collapse accordion  */

.accordion-menu  {
  display: block;
  position: relative;
}
/* #headingOne h2:before{
  content: "\f078"; fa-chevron-down */
  /* font-family: 'FontAwesome';
} */
/* .accordion-menu.topic-btn :before {
  content: "\f078"; fa-chevron-down */
  /* font-family: 'FontAwesome';
  position: absolute;
  left: 0;
} */

/* .accordion-menu.topic-btn[aria-expanded="true"] :before {
  content: "\f077"; fa-chevron-up */
/* }  */