/* ------------------theme setting begins---------------------- */
body,
body.login-page {
  background: #d6d6d6;
  --main-bg-color: #212171;
  --second-bg-color: #018a87;
}
.header-btns > div > button:focus {
  color: #666666;
}
.header-btns > div > button:hover {
  color: #242424;
}
.navbar {
  background-color: var(--main-bg-color);
  background-image: none;
  border-right: 1px solid var(--main-bg-color);
}
#topbar {
  background-color: var(--second-bg-color);
  background-image: none;
  border: var(--second-bg-color);
}
.breadcrumb li {
  color: rgb(255, 255, 255);
}
.breadcrumb li a {
  color: rgb(255, 255, 255);
}
.breadcrumb li a i.fa {
  color: rgb(255, 255, 255);
}
.panel-title {
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-shadow: none;
}
.panel-title .fa {
  font-size: 17px;
}
.panel-heading {
  background-color: var(--main-bg-color);
  background-image: none;
}
.breadcrumb .glyphicon,
.breadcrumb .glyphicons {
  color: #ffffff;
  font-size: 12px;
  top: 0;
}
.breadcrumb > .active {
  color: #ffffff;
}
#sidebar ul.sidebar-nav {
  border-right: 1px solid #242424;
}
#sidebar:before {
  background: #feffff;
}
#sidebar ul.sidebar-nav > li > a {
  background: var(--main-bg-color);

  border-color: #cecece;
}
#sidebar,
body.sidebar-collapsed #sidebar {
  background: #0077b9;
  border-color: #cecece;
}
ul.sidebar-nav > li > a .glyphicons {
  border-right: 1px solid #cecece;
}
#sidebar ul.sidebar-nav li ul.sub-nav {
  background: #303030;
  border-color: #cecece;
}
ul.sidebar-nav li a {
  color: #ffffff;
}
ul.sidebar-nav ul.sub-nav > li > a:hover span.glyphicons,
body.sidebar-collapsed
  ul.sidebar-nav
  ul.sub-nav
  > li
  > a:hover
  span.glyphicons {
  color: #eeaf19;
}
ul.sidebar-nav li a:hover,
ul.sidebar-nav li a:focus {
  color: #eeaf19;
}
ul.sidebar-nav li.active > a .glyphicons {
  color: #eeaf19;
}
#sidebar::before {
  background: #ffffff;
  color: #ffffff;
}
ul.sidebar-nav > li > a,
body.sidebar-collapsed ul.sidebar-nav > li > a {
  text-shadow: 0 1px #242424;
  color: #ffffff;
}
#content,
#content::after {
  background: #d6d6d6;
}
.btn-primary,
.btn-blue,
.btn-info.btn-gradient,
.label-info {
  background-color: #1a6598;
  border-color: #242424;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #242424;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  padding: 5px;
}
.header-menu-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  float: left;
  margin-right: 20px;
}
.header-menu-link:hover,
.header-menu-link:focus {
  color: #242424;
  text-decoration: none;
}
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  /* bottom: 125%;*/
  left: 50%;
  margin-left: -80px;
}
/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555555 transparent transparent transparent;
}
/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#topbar {
  height: 46px;
}
#topbar .breadcrumb {
  padding-top: 12px;
}
.table-bordered,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #cccccc;
}
table thead {
  background: #242424;
}
table thead th {
  text-align: center;
  color: #ffffff;
}
table td {
  vertical-align: middle !important;
  text-align: center;
}
table tr td:last-child {
  min-width: 55px;
}
.table-responsive {
  overflow-x: auto;
}
.button1 {
  color: #ffffff !important;
  text-transform: uppercase;
  background: #242424;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.button1:hover {
  background: #434343;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
  transition: all 0.4s ease 0s;
}
.btn-primary.btn-gradient {
  background: #242424;
}
.chosen-container-single .chosen-single {
  height: 34px !important;
  line-height: 30px !important;
}
.chosen-container-single .chosen-single div b {
  background: url("../vendor/plugins/chosen/chosen-sprite.png") no-repeat 0 8px !important;
}
#generate_barcode_btn {
  padding: 5px 10px;
}
#logout_btn {
  font-size: 25px;
  display: inline-block;
  position: relative;
  padding: 2px 5px;
}
.full-width {
  float: left;
  width: 100%;
}
/*-------------logo style begins----*/
.navbar-logo {
  position: relative;
  padding: 0px 0;
  background: #ffffff;
  width: 240px;
}
.navbar-logo img {
  width: 240px;
  aspect-ratio: 4/1;
  object-fit: contain;
}
.logo-title-beta {
  position: absolute;
  top: 0;
  left: 108px;
  color: #e21b22;
  font-weight: bold;
}
.login-page-logo {
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.login-page-logo img {
  width: 170px;
}
.login-page-logo-beta-title {
  position: absolute;
  top: 5px;
  left: 215px;
  color: #e21b22;
  font-weight: bold;
}
/*-------------logo style ends----*/
/*-------------header notification icon styles begins-----------*/
/* Define how each icon button should look like */
.notify_button {
  color: white;
  font-size: 25px;
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 2px 5px; /* Add some padding so it looks nice */
}
/* Make the badge float in the top right corner of the button */
.notify_button_badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 1px 5px;
  font-size: 12px;
  position: absolute; /* Position the badge within the relatively positioned button */
  top: -8px;
  right: -4px;
}
.tasks-menu {
  margin-top: 5px;
}
.tasks-menu a {
  float: left;
  margin-left: 15px;
  color: #ffffff;
}
.tasks-menu a:hover {
  color: #f0ad4e;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header_sys_notification {
  position: absolute;
  top: 10px;
  width: 350px;
  text-align: center;
  left: 37.5%;
}
.ticket-info-button {
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 200;
}
.ticket-info-button a i {
  color: #535353;
}
/*-------------header notification icon styles ends-----------*/
/* ------------------theme setting ends---------------------- */
#checkout_filter_container {
  float: left;
  width: 100%;
  margin: 5px 0;
}
#checkout_txt_from,
#checkout_txt_to {
  max-width: 116px;
  margin-left: 5px;
}
#checkout_filter_search,
#checkout_filter_search_clear {
  margin-left: 5px;
}
.panel {
  overflow: initial !important;
}
.panel-body #searchform .form-control,
.panel-body #searchform .btn {
  margin-top: 10px;
}
.bootstrap-datetimepicker-widget table thead {
  background: none;
}
.bootstrap-datetimepicker-widget table thead th {
  color: inherit;
}
.bootstrap-datetimepicker-widget table tr td:last-child {
  min-width: auto;
}
.bootstrap-datetimepicker-widget .btn {
  color: inherit;
}
.bootstrap-datetimepicker-widget .fa {
  color: #000000;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #c3c3c3 !important;
}
.bootstrap-datetimepicker-widget table td.disabled:hover,
.bootstrap-datetimepicker-widget table td.disabled {
  background: none !important;
  color: #c3c3c3 !important;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  border-radius: 0;
}
/* car image upload style */
.car-diagram-container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.car-diagram-footer-content {
  float: left;
  width: 100%;
}
.car-diagram-img-content {
  float: left;
  width: 100%;
  position: relative;
}
.car-diagram-img {
  float: left;
  width: 100%;
}
.car_diagram_file_browse {
  display: none;
}
label.car_diagram_btn {
  padding: 1%;
  position: absolute;
  cursor: pointer;
  background: #195f91;
  color: #ffffff;
  text-shadow: none;
  font-size: 0.9em !important;
  border-radius: 5%;
  font-weight: normal;
}
label.car_diagram_btn:hover {
  background: #545454;
}
label.car_diagram_btn span {
  display: none;
  border-radius: 50%;
  padding: 2px 5px;
  background: #c0392b;
  font-size: 0.6em;
  vertical-align: middle;
}
#car_diagram_btn1 {
  top: 48%;
  left: -2%;
  transform: rotate(90deg);
}
#car_diagram_btn2 {
  top: 46%;
  right: -3%;
  transform: rotate(-90deg);
}
#car_diagram_btn3 {
  top: 5%;
  left: 10%;
}
#car_diagram_btn4 {
  bottom: 4%;
  left: 10%;
}
#car_diagram_btn5 {
  top: 9%;
  right: 10%;
}
#car_diagram_btn6 {
  bottom: 6%;
  right: 9%;
}
#car_diagram_btn7 {
  top: 48%;
  left: 10%;
}
#car_diagram_btn8 {
  top: 48%;
  right: 9%;
}
#car_diagram_btn9 {
  top: 48%;
  left: 30%;
  transform: rotate(90deg);
}
#car_diagram_btn10 {
  top: 48%;
  right: 15%;
  transform: rotate(-90deg);
}
#car_diagram_btn11 {
  top: 22%;
  left: 0%;
}
#car_diagram_btn12 {
  bottom: 18%;
  left: 0%;
}
#car_diagram_btn13 {
  top: 22%;
  right: 0%;
}
#car_diagram_btn14 {
  bottom: 19%;
  right: 0%;
}
#car_diagram_btn15 {
  top: 8%;
  left: 38%;
}
#car_diagram_btn16 {
  bottom: 5%;
  left: 38%;
}
#car_diagram_btn17 {
  top: 8%;
  left: 58%;
}
#car_diagram_btn18 {
  bottom: 5%;
  left: 58%;
}
#car_diagram_btn19 {
  top: 48%;
  left: 55%;
}
#car_diagram_btn_other {
  padding: 6px 12px;
}
.vehicle_image_view_container {
  float: left;
  width: 100%;
}
.vehicle_image_thumb_container {
  float: left;
  max-width: 200px;
  width: 100%;
  margin: 5px;
  position: relative;
}
.vehicle_image-delete-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.vehicle_image-delete-btn a {
  border-radius: 0;
  padding: 8px 0 6px 0;
}
