html {
  font-size: 14px;
}
body {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: black;
  background-color: #444;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.nav-link {
	background-color:#666;
}

.footer {
	background-color: #444;
    color: black;
}

.nav-tabs .nav-link {
    border: 1px solid #444;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}


.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .75); }

.phighlight {
	background-color: rgba(0,0,0, 0.5);
}

.card {
	background-color:#999;
	
}
.text-dark {
	color: black !important;
}

.icon-background {
    color: rgba(64,64,60, 1);
}
.icon-foreground {
    color: #FFF;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.25);
}
tbody {
	color: white;	
}

a {
	color: black;
}

.dropdown-menu {
	background-color: #999;
}

.mapcontainer {
	background-color: #999;
}

.breadcrumb {
	background-color: #777;
}
.breadcrumb-item.active {
    color: #EEF;
}

.list-group {
	background-color: #999;
}

.list-group-item {
	background-color:  rgba(0,0,0, 0.33);
}

.list-group-item.phighlight {
	background-color:  rgba(0,0,0, 0.66);
}

/*  more contracts than std boostrap */
.form-control {
	background-color:#FFF;
	border: 1px solid #444;
	color: black;
}
