.w3-theme-l5 {color:#000 !important; background-color:#e9ecff !important}
.w3-theme-l4 {color:#000 !important; background-color:#b5c1ff !important}
.w3-theme-l3 {color:#fff !important; background-color:#6a83ff !important}
.w3-theme-l2 {color:#fff !important; background-color:#2045ff !important}
.w3-theme-l1 {color:#fff !important; background-color:#0023d4 !important}
.w3-theme-d1 {color:#fff !important; background-color:#00157c !important}
.w3-theme-d2 {color:#fff !important; background-color:#00126e !important}
.w3-theme-d3 {color:#fff !important; background-color:#001060 !important}
.w3-theme-d4 {color:#fff !important; background-color:#000e53 !important}
.w3-theme-d5 {color:#fff !important; background-color:#4597A6 !important}

.w3-theme-light {color:#000 !important; background-color:#e9ecff !important}
.w3-theme-dark {color:#fff !important; background-color:#000b45 !important}
.w3-theme-action {color:#fff !important; background-color:#000b45 !important}

.w3-theme {color:#fff !important; background-color:#001689 !important}
.w3-text-theme {color:#001689 !important}
.w3-border-theme {border-color:#001689 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#4597A6 !important}
.w3-hover-text-theme:hover {color:#4597A6 !important}
.w3-hover-border-theme:hover {border-color:#4597A6 !important}

.searchbox {
  background-image: url('css/searchicon.png'); /* Add a search icon to input */
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 12px; /* Increase font-size */
  padding: 12px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
}

#content {
   width: 75%;
   margin-left: auto;
   margin-right: auto;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
	border-bottom: 1px solid #ddd;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/* border: 0px solid #999999; */
	display: table-cell;
	padding: 3px 10px;
	border-bottom: 1px solid #ddd;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}