.btn-primary {
    background-color: #40403D !important;
    border-color: #40403D !important;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #31312F !important;
  border-color: #40403D !important;
}
.btn-primary:hover {
  background-color: #31312F !important;
  border-color: #40403D !important;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #40403D !important;
  border-color: #40403D !important;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #31312F !important;
  border-color: #40403D !important;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #40403D !important;
  border-color: #40403D !important;
}
.btn-primary .badge {
  color: #40403D !important;
}
.info-panel {
    background-color: #EEEEEE !important;
}
h1, h2 {
    color:#40403D !important;
}
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #40403D;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #40403D !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #40403D !important;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #40403D !important;
}
.panel-primary > .panel-heading {
  background-color: #40403D !important;
  border-color: #40403D !important;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #40403D !important;
}
.panel-primary > .panel-heading .badge {
  color: #40403D !important;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #40403D !important;
}
.trip-button {
  border-color: #40403D !important;
  color: #40403D !important;
}

.trip-button:hover, .trip-button:active, .open > .dropdown-toggle.trip-button {
  color: #40403D !important;
}
.clientID{
  color: #40403D !important;
}

.progress-bar {
  background-color:#40403D !important;
}

footer {
  background-color: #40403D !important;
}

.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid white;
  border-top: 5px solid green;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% { transform: rotate(360deg); }
}