/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

.bg_head {
  background-color: #5b2a03 !important;
}

.bg_menu {
  background-color: #663004;
}

.bg_menu a {
    
  color: #fff;
  background-color: #663004;
}

.list_active {
  border-left: 2px solid #f7ce61 !important;
  color: #f7ce61;
  background-color: rgba(255,255,255,0.15) !important;
  /* background-color: #5b2a03 !important; */
}

.list_active i{
    color: #f7ce61 !important;
  }
/* .list_active  div span{
    font-size: 14px !important;
  } */

.dropdown-menu-right a{
    color: #663004;
}

.container-fluid{
    overflow: scroll;
    height: 92vh;
    color: #663004 !important;
}

.bg-top{
    background-color: #fff;
    box-shadow      : 0 0px 2px 0 rgba(0, 0, 0, 0.2);
}


.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.bg_menu a {
    color: #fff;
    background-color: #663004;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}



.list_active div div{
    color: #f7ce61;
   
  }


.list-group-item-action:hover {
  border-left: 5px solid #f7ce61;
  color: #fff;
  background-color: #5b2a03 !important;
}


nav a{
    color: #663004 !important;
}

#wrapper {
  overflow-x: hidden;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

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

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

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

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

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

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

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