.login-register {
  background: url(../images/background.gif) center center/cover no-repeat !important;
  height: 100%;
  position: fixed;
}

.login-box {
  width: 500px;
}

.white-box-login {
  background: #fff;
  padding: 55px;
  margin-bottom: 30px;
}

.top-left-part {
  width: auto !important;
  background: #fd8f4b;
  height: 50px;
  margin-top: 5px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.logo b {
  color: #ffffff;
  margin-top: -4px;
}

.navbar-header {
  background: #ffece1;
}

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
  background-image: linear-gradient(#fd8f4b, #fd8f4b), linear-gradient(rgba(120, 130, 140, .13), rgba(120, 130, 140, .13));
}

#side-menu>li>a.active {
  background: #fd8f4b;
  color: #ffffff;
  font-weight: 500;
}

.sidebar {
  background: #5271FF;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
}

#side-menu li a {
  color: #ffffff;
  border-left: 0px solid #2f323e;
}

#side-menu .nav-second-level>li>a {
  color: #97999f;
}

.bg-primary {
  background: #34495e;
}

.bg-warning {
  background: #fd8f4b;
}

.bg-success {
  background: #2ecc71;
}

.bg-info {
  background: #3498db;
}

.btn-primary {
  background: #34495e;
}

.btn-warning {
  background: #fd8f4b;
}

.btn-success {
  background: #2ecc71;
}

.btn-info {
  background: #3498db;
}

.text-primary {
  color: #34495e;
}

.text-warning {
  color: #fd8f4b;
}

.text-success {
  color: #2ecc71;
}

.text-info {
  color: #3498db;
}

.color-table.primary-table thead th {
  background-color: #34495e;
  color: #fff;
  text-align: center;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: 27%;
  margin-left: 103%;
}

.list-group-item {
  padding: 10px 5px;
}

/*CARS ACTIVE MAP*/
.cars-active {
  height: 400px;
  border: 1px solid #ddd;
}

.cars-active .panel-heading {
  background: #34495E;
}

.cars-active .panel-wrapper {
  overflow-y: scroll;
  height: 334px;
}

.cars-active .panel-wrapper .list-group {
  margin-bottom: 0px !important;
}

.leaflet-bottom, .leaflet-top {
  z-index: 899 !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #34495E;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #37516b;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 4px;
  height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 12px;
  line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.text-nowrap {
  width: 1%;
  white-space: nowrap;
}