body {
  padding-top: 8rem;
}

/* navigation bar in top of page */
#navtop {
    border-bottom: 3px solid;
    border-bottom-color: #17a2b8 !important;
}

#nav-sub-container {	
    color: #fff !important;
    z-index: 10;
    padding-top:0px;
}

#nav-sub {
	width:100%;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: rgba(0,0,0,.125);
	background-color: #f8f9fa !important;
	line-height: 3em;
}

.text-dark-teal {
	color: #157f90 !important;
}

/**
 * Fix for boostrap v.4 modal
 */
.fade.in {
    opacity: 1;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

/**
 * Custom bootstrap listgroup header
 */
.list-group-item.header {
    z-index: 2;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}