/* .z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
} */

.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1em;
  margin: 2px 0;
  background-color: rgb(240, 240, 240);
  border-radius: 5px;
  font-weight: 500;
  
  
  
}
  

.collapsible-body {
  display: none;

  padding: 1em;
  background-color:rgb(255, 255, 255);
  border-radius: 5px;
  
 
}


.collapsible .collapsible .collapsible-body {
  display: none;

  padding: 1em;
  background-color:rgb(255, 255, 255);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(110, 110, 110, 0.1);
          box-shadow:   0 5px 10px 0 rgba(110, 110, 110, 0.1);
 
}


.collapsible .collapsible   {
  margin: 10px; 
}

.collapsible .collapsible .collapsible-header   {
  color: rgb(145, 145, 145);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1em;
  margin: 2px 0;
  background-color: rgb(240, 240, 240);
  border-radius: 5px;
  font-weight: 500;
  
}

.collapsible-header:focus {
  outline: 0;
  color: rgb(0, 0, 0);
}
  
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}




.collapsible li {
  padding: 0px;
}

.collapsible-header:hover{
  background-color: rgb(201, 201, 201);
  color: black;
}



.collapsible .collapsible .collapsible-header:hover{
  background-color: rgba(253,213,113, 0.5);
  color: black;
}

.collapsible .collapsible .active  .collapsible-header{
  background-color: rgba(253,213,113, 1);
  color: black;
  z-index: 5;
}
.active .collapsible-header {
  background-color: #172730;
  color: rgb(231, 231, 231);
}

/* .collapsible-header {
  background-color: #172730;
  color: rgb(231, 231, 231);
} */


ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: ;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.452);
}


.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-effect img {
  position: relative;
  z-index: -1;
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}



