
.table.dataTable {
  border: 1px #ddd solid !important;
  width: 100% !important;
}
.table.dataTable thead > tr {
  background-color: #eee !important;
  border-bottom: 1px #ddd solid !important;
}

table.dataTable > thead > tr > th {
  border-bottom: 0px #ddd solid !important;
}

.table.dataTable tbody tr {
  border-bottom: 1px #ddd solid !important;
}
.table.dataTable tbody tr:nth-last-of-type(odd) {
  background-color: #f5f5f5;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border: 0 !important;
}

#ffmwp-left-col {
  background-color: transparent !important;
}
#ffmwp-right-col {
  border: 1px solid #eee !important;
}

/* Warranty */
.archive-action-btn {
  background-color: transparent !important;
  border: 0;
  color: #697a8d !important;
}

.warranty-videos {
  grid-template-columns: repeat(3, 1fr);
}

.warranty-videos video {
  height: 148px;
  background: #222;
}

.booking_form .select2-container {
  width: 100% !important;
}

/* Booking Form */
.booking_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px !important;
}

.booking_form .select2-container .select2-selection--single {
  height: 43px !important;
}

.booking_form .select2-container--default .select2-selection--single .select2-selection__arrow,
.booking_form .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 100% !important;
}

.booking_form .wpbc_wrap_select {
  position: relative;
}

.booking_form .wpbc_wrap_select .spinner-border {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.form-check-input {
  position:relative;
}
.form-check {
  padding: 0;
}
.form-check-input:checked {
  background-color:#444;
}