.search-control {
  box-sizing: border-box;
  overflow-x: auto;
  padding: 20px 0 20px 20px;
  width: calc(100% - 540px);
}
.search-control .search-options {
  margin-bottom: 10px;
}
.search-control::-webkit-scrollbar {
  height: 10px;
}
.search-control::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.search-control::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 1px solid rgba(255, 255, 255, 0.25);
}
ul.search-results,
ul.search-advanced {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
}
ul.search-advanced {
  padding: 20px 0;
  font-family: 'Roboto', sans-serif;
}
.popup ul.search-results,
.popup ul.search-advanced {
  width: 100%;
}
ul.search-advanced {
  width: 50%;
}
ul.search-advanced.sort {
  justify-content: flex-end;
}
/*
ul.search-advanced {
    margin: 0;
    margin-top: -10px;
    margin-bottom: 15px;
}
    */

ul.search-results > li,
ul.search-advanced > li {
  margin: 10px;
  box-sizing: border-box;
  display: flex;
  width: calc(50% - 20px);
  position: relative;
}
ul.search-advanced > li {
  width: auto;
  align-items: center;
  margin-top: 0;
}
ul.search-results > li > a {
  display: flex;
  flex-basis: 100%;
  align-items: stretch;
  justify-content: space-between;
}
ul.search-results > li.selected > a {
  border-width: 3px;
  border-color: #14ccc5;
  background: #2C426E;
  color: #222222;
}
ul.search-advanced label {
  font-size: 13px;
  padding-right: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  top: 2px;
}
.search-main input[type=text]::-webkit-input-placeholder {
  color: #FFFFFF;
}
.search-main input[type=text]:-ms-input-placeholder {
  color: #FFFFFF;
}
.search-main input[type=text]::placeholder {
  color: #FFFFFF;
}
.booking-details ul.search-results > li > a {
  background: #06193E;
  padding: 1rem;
}
.booking-details .car-and-driver ul.search-results > li > a {
  padding: 0;
}
.booking-details .car-and-driver ul.search-results > li > a .item-additional {
  width: 50%;
  flex-basis: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 0;
}
.booking-details .car-and-driver ul.search-results.sr-driver > li > a .item-additional {
  margin-left: 2rem;
}
.booking-details .car-and-driver ul.search-results > li > a .item-additional > * {
  padding: 0.5rem;
}
ul.search-results.sr-driver .selected .item-additional {
  background: #3CC480;
  color: #FFFFFF;
}
.sr-driver .selected .item-additional svg {
  display: block;
  width: 36px;
}
.sr-driver .selected .item-additional svg .path-1,
.sr-driver .selected .item-additional svg .path-2 {
  fill: #FFF;
}
.booking-details ul.search-results > li > a .item-data,
.booking-details ul.search-results > li > a .item-price {
  background: none;
}
.booking-details .sr-driver ul.search-results > li > a .item-data {
  background: #273550;
}
.sortable-item {
  display: inline-block;
  margin: 0 10px;
}
.sortable-item,
ul.search-advanced select {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #7F90B2 !important;
  font-weight: 500;
  border: none;
}
ul.search-results > li > a .item-data {
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  background: #06193E;
  line-height: 32px;
  width: calc(100% - 200px);
  color: #7f90a8;
  position: relative;
}
ul.search-results.sr-driver > li > a .item-data {
  background: #1B2B4B;
}
ul.search-results > li.selected > a .item-data {
  color: #000;
}
.selector ul.search-results > li > a .item-data {
  line-height: normal;
}
ul.search-results > li > a .item-flags {
  display: flex;
  align-items: center;
  padding: 0 5px 0 5px;
  background: #06193E;
  line-height: 32px;
  box-sizing: border-box;
  width: 100px;
}
ul.search-results > li.selected > a .item-flags {
  background: #97d9d6;
}
ul.search-results > li > a .item-flags i {
  font-size: 24px;
}
ul.search-results > li > a .item-price {
  background: #273550;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 10px 0 10px;
  color: #ffffff;
}
ul.search-results > li > a .item-additional {
  background: #273550;
  font-weight: 400;
  color: #7f90a8;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px 0 10px;
  margin-left: auto;
  flex-basis: 100px;
  flex-shrink: 0;
  text-transform: uppercase;
}
ul.search-results.sr-driver > li > a .item-additional {
  background: transparent;
}
ul.search-results > li > a.no-additional .item-data {
  width: calc(100% - 80px);
}
ul.search-results > li > a.no-additional .item-additional {
  flex-basis: 10px;
}
ul.search-results > li.selected > a .item-data {
  background: #97d9d6;
}
.selector.side ul.search-results > li > a .item-data .name {
  font-size: 16px;
  font-weight: 400;
}
.selector.side ul.search-results > li > a .item-data {
  padding: 10px;
  line-height: auto;
}
.email {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}
ul.search-results > li > a .item-data .account-type {
  text-transform: uppercase;
  font-size: 13px;
  color: #7485A6;
}
ul.search-results > li > a .item-data .account-type span {
  color: #FFFFFF;
  font-weight: 900;
}
ul.search-results > li.selected > a .item-data .account-type span,
ul.search-results > li.selected > a .item-data .account-type {
  color: #222222;
}
ul.search-results > li > a .item-actions {
  background: #273550;
  display: flex;
  flex-direction: column;
  padding: 20px;
  line-height: 32px;
  width: 100px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  justify-content: space-evenly;
}
ul.search-results > li > a:hover {
  animation: highlightResult ease 0.3s forwards;
}
.item-data .name {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 600;
}
ul.search-results > li.selected > a {
  border-width: 3px;
  border-color: #14ccc5;
}
body.has-selected-item .search-results tr.selected,
.search-results tr.selected {
  background: #2C426E;
}
body.has-selected-item .search-control,
body.has-selected-item .search-results tr,
body.has-selected-item .search-results tr:nth-child(odd):not(.selected) {
  background: #070b13;
}
body.has-selected-item .search-results tr td,
body.has-selected-item .search-results tr:nth-child(odd) td {
  color: #464646;
}
body.has-selected-item .search-results tr.selected td,
.search-results tr.selected td {
  color: #FFFFFF;
}
body.has-selected-item .search-results input.car-reg-number,
body.has-selected-item .search-results .car-reg-number {
  background: #5f5e5e !important;
  text-shadow: unset;
}
body.has-selected-item .car-reg-number:after {
  border-right: 2px solid #222222;
}
body.has-selected-item .search-results tr.selected input.car-reg-number,
body.has-selected-item .search-results tr.selected .car-reg-number,
input.car-reg-number,
.car-reg-number {
  background: #ffffff !important;
  border: 2px solid rgba(0, 0, 0, 0.9) !important;
  color: #222222 !important;
  padding: 0px 10px 0px 18px;
  font-family: IBM Plex Mono !important;
  font-weight: 900;
  font-size: 1.2em;
  text-rendering: optimizeLegibility;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  line-height: 30px;
  width: 5.5em !important;
  display: inline-block;
}
input.car-reg-number {
  padding: 0.2em 0.45em !important;
  font-family: IBM Plex Mono !important;
  font-weight: 900 !important;
  font-size: 1.2em !important;
  width: 7em !important;
}
body .popup .search-results .car-reg-number::after,
body .popup .search-results .car-reg-number {
  background-color: transparent !important;
  color: #7f90a8 !important;
  border-color: #7f90a8 !important;
  border-right: 2px solid;
}
body .popup .search-results .selected .car-reg-number::after {
  background-color: #0000ff !important;
  border-color: #222222 !important;
}
body .popup .search-results .selected .car-reg-number {
  background-color: #ffffff !important;
  color: #222222 !important;
  border-color: #000000 !important;
}
.car-reg-number {
  margin-right: 0 !important;
}
body.has-selected-item .search-results tr.selected .car-reg-number:after,
.car-reg-number:after {
  content: "";
  display: block;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #0000ff;
}
.car-make-and-model {
  text-transform: uppercase;
  font-weight: 600;
  color: #7f90a8;
}
.car-make-and-model > span {
  display: block;
}
.search-main input[type=text] {
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  background: none;
  box-sizing: border-box;
  border: none !important;
  border-bottom: 2px solid #FFFFFF !important;
  width: 90%;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0;
  color: #FFFFFF;
}
tr.group-header td {
  background: #06193E !important;
}
tr.group-header.l1of2 td {
  font-size: 1.25em !important;
}
tr.group-header.l2of2 td {
  font-weight: 400 !important;
  font-size: 1em !important;
}
tr.group-header.l2of2 td {
  font-weight: 400 !important;
}
tr.group-items.l2 {
  font-size: 0.9em !important;
}
tr.group-sep td {
  height: 20px;
}
td.account-details > * {
  display: block;
}
td.account-details .org-name {
  text-transform: uppercase;
  font-size: 0.9em;
}
table td .meet,
table td .land {
  font-size: 14px;
}
table td .meet .time,
table td .land .time {
  font-weight: normal;
}
td .vip-flag:before {
  font-family: Material Icons;
  content: 'new_releases';
  position: absolute;
  font-size: 24px;
  top: calc(34%);
  right: 0px;
  color: #a400b1;
  text-shadow: 0 0 2px #0000ff, 0 0 2px #0000ff, 0 0 2px #0000ff, 0 0 2px #0000ff, 0 0 2px #0000ff, 0 0 2px #0000ff, 0 0 2px #0000ff, 0 0 2px #0000ff;
}
.row.equal .section .search-results li {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 !important;
  width: auto !important;
}
.row.equal .search-results li a:nth-child(odd) {
  margin-right: 10px;
}
.row.equal .search-results li a {
  margin-bottom: 10px;
}
.search-results .linker {
  position: absolute;
  box-sizing: border-box;
  padding: 5px 7px 5px 9px;
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 17px;
  border: none;
  background: none;
}
.search-results .linker:hover {
  background: #14CCC5;
}
.search-results .linker svg {
  display: block;
  width: 35px;
  fill: #7f90a8;
}
.search-results .linker:hover svg {
  fill: #000000;
}
.search-results .linker.selected {
  background: #ffed33;
}
.search-results .selected .linker svg,
.search-results .linker.selected svg {
  fill: #000000;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFFFFF;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFFFFF;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #FFFFFF;
}
@media all and (max-width: 1440px) {
  ul.search-results > li {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 1100px) {
  ul.search-results > li {
    margin: 10px 0;
    width: calc(100%);
  }
}
