/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.str_bg_green {
background: repeating-linear-gradient(
  45deg,
  rgba(0, 0, 0, 0.025),
  rgba(0, 0, 0, 0.025) 10px,
  rgba(0, 0, 0, 0.05) 10px,
  rgba(0, 0, 0, 0.05) 20px
),
rgba(210, 255, 210);
}

body {
  background-color: #eee;
  -webkit-transition: color 1s ease, background-color 1s ease;
  transition: color 1s ease, background-color 1s ease;
}
body.dark {
  background-color: #202123;
  color: #fff;
}
body.dark nav {
  background-color: #26A69A;
}
body.dark .card {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark .btn {
  background-color: #EE6F73;
}
body.dark .divider {
  opacity: 0.2;
}
body.dark .sidenav {
  background-color: #2D2D31;
}
body.dark .dropdown-content {
  background-color: #2D2D31;
}
body.dark .dropdown-content .disabled span {
  color: #9AA0A6;
}
body.dark .sidenav li a:not(.subheader) {
  color: #89B2F5;
}
body.dark .sidenav li a:not(.subheader):hover {
  background-color: #3B4043;
}
body.dark .sidenav li a.subheader {
  color: #9AA0A6;
}
body.dark .input-field input, body.dark label {
  color: rgba(255, 255, 255, 0.2);
}
body.dark .file-path-wrapper input, body.dark span {
  color: #9AA0A6;
}
body.dark .input-field textarea {
  color: #9AA0A6;
}
body.dark .sidenav li a .material-icons {
  color: #9AA0A6;
}
body.dark .collection {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
body.dark .collection .collection-item {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
body.dark option {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.lmenu {
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    background-color: #37474f !important;
}
.lmenu .collection-item {
  background-color: #37474f !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.lmenu .collection-item:hover {
  background-color: #263238 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.row-flex {
  display: flex !important;
  margin: 0;
}
.row-flex .col-flex {
  min-height: 100% !important;
}

.collapsible-body {
    padding: 0  !important;
}