.dark,.modal .modal-footer,.dark *{
  background-color: #222;
  color: #e6e6e6;
  border-color: #e6e6e6;
}

.dark .material-icons{
  background:transparent;
}

.dark .tabs,.dark .collapsible-header,.dark .collection .collection-item{
  background:transparent !important;
}

.dark .modal .modal-footer{
  background-color: #222 !important;
  color: #e6e6e6;
  border-color: #e6e6e6;
}

.dark .autocomplete-content li .highlight{
  color:#e6e6e6 !important
}
