nav {
	background: #cd1117;
}

nav ul li a.nav-link {
	color:  white;
}

span.person, span.company {
	background: #f2f2f2;
	display:  inline-block;
	padding:  2px 10px;
	margin-right:  4px;
	font-weight: bold;
}

span.person {
	font-weight: normal;
}

html {
  font-size: 14px;
}

span.highlight {
	background: yellow;
}

table.table-condensed{
  font-size: 13px;
}

.dataTables_wrapper td:nth-child(5) > form > input[type=text] {
	margin-right: 5px;
}

.dataTables_wrapper tr {
	vertical-align: middle;
}

.modal-dialog.modal-dialog-scrollable.modal-dialog-centered {
	max-width:  90% !important;
}

div.dom_wrapper {
  position: sticky;
  top: 0;
  padding: 5px;
  background: #fff;
}

p {
	margin-bottom: 5px;
}

.dn_total_check {
	margin:  40px 0;
}

.signed_box {
	border:  1px solid #000;
	padding:  20px;
}

.dn_delivery_address {
	font-size:  18px;
}

.customer_specifics ul {
	list-style: none;
	margin:  20px 0;
	padding:  0;
}

.customer_specifics li {
	background: #eee;
	display: inline-block;
	margin:  0px;
	margin-right: 10px;
	padding:  10px 15px;
}

footer {
  background: #cd1117;
  color:  white;
}

.navbar-expand-sm .navbar-nav .nav-link:hover {
    color: white;
}