body {
  background: #fafafa;
}

.section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.flash {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  text-align: center;
  margin: 0;
  display: none;
}

.mini-header {
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: #fafbfc;
  border-bottom: 1px solid #e1e4e8;
  width: 100%;
}

.navbar-toggler {
  background: #3897f0;
}

.mini-header h5{
  margin-bottom: 20px;
}

#ordersTabs {
  position: relative;
  top: 1px;
}
.nav-tabs .active {
  border-color: #20C063 #e1e4e8 transparent !important;
}

.search-form {
  color: #fff;
  background-color: rgba(255,255,255,0.125);
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  outline: none;
}

main.container {
  padding-top: 40px;
}

.searching-status-text {
  background: #ea4c89;
  color: #fff;
  padding: 2px 5px;
  width: auto;
  font-weight: bold;
}

.vehicle-card {
  margin-bottom: 25px;
}

.nav-tabs a.nav-link {
  font-size: 14px;
  color: #586069;
}

.nav-tabs a.active {
  color: #24292e !important;
}

.text-font-light {
  font-weight: 300;
}

.ordered-load{
  border-bottom: 5px solid #e9ecef;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

footer {
  margin-top: 100px;
  padding-top: 20px;
}

.clickable-row{
  cursor: pointer;
}

.btn-outline-primary {
  color: #3897f0;
  border-color: #3897f0;
}

.btn-primary {
  color: #fff;
  background-color: #3897f0;
  border-color: #3897f0;
}

a {
  color: #3897f0;
}

.inverse-dark {
  background: #fff !important;
  border-bottom: 1px solid #e1e4e8 !important;
}

.inverse-dark .navbar-nav .nav-link,
.inverse-dark .navbar-nav .nav-link:visited{
  color: #212529 !important;
}

.inverse-dark .navbar-nav .nav-link:hover {
  color: #000 !important;
  background: #fafafa !important;
}

.list-group-item {
	background-color: transparent;
}

.table-borderless td {
	border-top: none;
}

.table-borderless th {
	border-top: none;
	border-bottom: 1px solid #dee2e6;
}

td.total {
	border-top: 1px solid #dee2e6;
}
