.tabs .tab a {background-color: #f3f3f3;}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover,
.tab.disabled i.material-icons{
  color:#a7a7a7
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  background-color: #f3f3f3;
  color:#a7a7a7
}
.file-selected {
	color: #039be5;
	background-color: #f3f3f3;
}

#url-list .card-panel.selected {
  background-color: #fff8dc;
}

.chip {
	background-color: #fff!important;
}

.chip.selected {
	color: #fff;
	background-color: #258528!important;
}


ul.logs li.log_INFO {
  color: black;
}

ul.logs li.log_DEBUG {
  color: #606060;
}

ul.logs li.log_WARNING {
  color: orange;
}

ul.logs li.log_ERROR {
  color: #8B0000;
}
