

.panel-heading {
    padding: inherit !important;
}
.panel-default>.panel-heading {
    background: #343A40 !important;
}

.panel {
	background-color: transparent !important;
    border: transparent !important;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #999 !important;
}

.menu{
  width:0px;
  height:400px;
  background-color:#ccc;
  position:fixed;
  left:0;
  border: none;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  overflow: auto;

  
}

.menu.is-visible{
   width:300px;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
   transition: width 0.5s ease-in-out;
}


.btn-sidebar{
	background: bottom !important;
    border-color: transparent !important;
}


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #343a40;
  overflow-x: hidden;
  transition: 0.5s;
  }

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #818181 !important ;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1 !important;
  text-decoration: none;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  margin-left: 20px;
}
		
.refreshbtn {
  position: absolute;
  top: 0;
  margin-top: 10px;
  right: 55px;
  margin-left: 50px;
}

  .cleanbtn {
  position: absolute;
  top: 0;
  margin-top: 10px;
  right: 95px;
  font-size: 5px;
  margin-left: 50px;
}


.openbtn {
  font-size: 15px;
  cursor: pointer;
  background-color: #c1d42f;
  color: white;
  padding: 13.5px 15px;
  border: none;
  float: right;
}

.openbtn:hover {
  background-color: #77bd43;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
  
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #343a40 !important;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 80px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #C1D42F; 
  border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4D9D45; 
}
