body {
  height: calc(100% - 62px);
}
body,
table,
div,
td,
th,
input,
textarea,
select {
  font-family: 'Source Sans Pro', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto', sans-serif;
}
h5 {
  text-transform: uppercase;
  color: #667798;
  font-size: 14px;
}
current-view {
  display: block;
  height: 100%;
}
.DEBUG {
  background: #ffff00;
  color: #0000cc;
  padding: 2px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  font-size: 11px;
  font-weight: 600;
  z-index: 1;
  display: none;
}
/*
    ========================================================================================================================================================================================
*/

.global-search .results-container {
  display: none;
}
a,
a:visited {
  color: #ffffff;
}
.generic_pager {
  color: #ffffff;
  margin: 0 0 20px 0;
}
.generic_pager input[type=text] {
  width: 3em !important;
  color: #ffffff;
}
.form_controls {
  display: flex;
  justify-content: center;
}
.form_controls button {
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 50px;
  min-width: 120px;
}
.form_controls button.active {
  background: #FFED00;
  border-color: #FFED00;
  color: #000 !important;
}
.form-fields .section > div > label {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.filter-button,
button,
a.btn {
  color: #7F90B2 !important;
  border: 1px solid #7F90B2;
  padding: 12px 15px;
  background: transparent;
  transition: opacity ease 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 13.3px;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 10px;
  font-family: 'Roboto', sans-serif;
}
.filter-button.no-border,
button.no-border,
a.btn.no-border {
  border: none;
}
.search-advanced .filter-button {
  font-size: 15px;
  font-weight: 500;
}
.multi-toggle button {
  width: 12em;
}
button > i,
a.btn i {
  padding-right: 0.5em;
}
button.text,
a.btn.text {
  color: #7F90B2;
  width: unset;
}
button:before,
a.btn:before {
  text-transform: lowercase;
  font-family: Material Icons;
  font-size: 1.5em;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  color: #7F90B2;
  line-height: 20px;
}
button:after,
a.btn::after {
  padding-left: 0px;
}
button.text-only:after,
a.btn.text-only:after {
  padding-left: 0;
}
button.text-only > i,
a.btn.text-only i {
  padding-right: 0;
}
button.checked,
a.btn.checked {
  color: #14CCC5 !important;
  border-color: #14CCC5;
}
button:hover,
a.btn:hover,
button.toggle:hover,
a.btn.toggle:hover {
  background: #14CCC5;
  color: #202446 !important;
  transition: all ease 0.7s;
  border-color: #202446;
}
.section.secondary h2 {
  font-weight: 500;
  letter-spacing: 1px;
}
.portal-content .row .section .booking_section h2 {
  font-weight: 600;
  font-size: 19px;
  margin: 0;
}
.section.secondary .logical-container {
  width: 100%;
}
.open_booking {
  display: flex;
  justify-content: flex-end;
}
.booking_section h2 .normal-text {
  font-weight: 200;
}
button.text_button {
  background: none;
  color: #7485A6;
  text-transform: capitalize;
  font-weight: 500;
}
.customer_name_header {
  color: #14CCC5;
}
button.text_button:hover {
  background: none;
  color: #536588 !important;
  border-color: #536588 !important;
}
button.text_button svg {
  width: 36px;
  height: 36px;
  top: 2px;
  position: relative;
  margin-left: 5px;
}
button.toggle.check:before {
  font-family: Material Icons;
  content: 'clear';
}
button.toggle.check.checked:before {
  content: 'check';
  color: #14CCC5 !important;
}
button.delete {
  background: #ff5400;
  color: #ffffff !important;
  border: 1px solid #ff905a;
}
button.delete:hover {
  filter: brightness(75%);
}
button.undo:before {
  content: 'undo';
}
button.close img,
button.cancel img {
  display: block;
  width: 40px;
}
.popup.quick-confirm {
  z-index: 100;
}
.popup.quick-confirm > div {
  left: 20%;
  right: 20%;
  height: 50%;
}
.popup.quick-confirm > div > div.text {
  padding-left: 40px;
  padding-right: 40px;
  height: 65%;
}
.popup.mini > div {
  left: 20%;
  right: 20%;
}
.popup.mini > div {
  left: 0;
  right: unset;
}
.popup > div > h2 > button.close {
  width: auto !important;
  top: 5px;
  height: 33px;
  font-size: 22px;
  font-weight: 200;
  padding: 0 10px 0;
}
h2 button.close:before {
  content: 'clear';
  text-transform: lowercase;
  font-family: Material Icons;
}
h2 button.close:after {
  content: 'Close';
  text-transform: uppercase;
}
button.save:after {
  content: 'Save';
}
button.save.with-text:after {
  content: unset;
}
button.save.with-close:after {
  content: 'Save & Close';
}
button.add-child:before {
  font-family: Roboto;
  content: 'Add Sub';
}
button.add-range:before {
  font-family: Roboto;
  content: 'Add Tier';
}
button.begin-paste:before {
  font-family: Roboto;
  content: 'Paste';
}
button.add-new svg {
  display: block;
  width: 36px;
  margin-left: 1rem;
}
button.unsaved:before {
  content: 'warning';
  color: #ffff00;
}
button.edit-partial-item {
  border: none;
  top: 0;
  padding: 10px;
  margin: 0;
}
button.edit-partial-item svg {
  width: 20px;
}
button.edit-partial-item svg .cls-1 {
  fill: none;
}
button.edit-partial-item svg .cls-2 {
  fill: #14ccc5;
}
button.edit-partial-item:hover {
  background: none;
}
.sortable-item {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.sortable-item svg {
  width: 12px;
  position: absolute;
  left: 0;
  top: -1px;
}
.sortable-item svg .cls-1 {
  fill: #14b7dd;
}
input[type=text],
input[type=password],
select,
textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #7F90B2;
  outline: none;
  color: #ffffff !important;
  font-size: 19px;
  font-family: 'Source Sans Pro', sans-serif;
}
input[type=text]:focus,
input[type=password]:focus {
  border-color: #14CCC5;
}
select.clean-dropdown {
  border: none;
  width: auto !important;
  font-size: 14px;
  padding: 0 !important;
}
select.user-title {
  padding: 19px 0 18px 0 !important;
}
.centred_form {
  min-width: 300px;
  margin: auto;
  padding: 40px;
}
.centred_form.cf_70 {
  width: 480px;
}
.centred_form .section > div {
  padding: 20px 0;
}
.row .section > div {
  display: flex;
  align-items: center;
  margin: 0;
}
.row .section > div > label {
  width: 200px;
}
option {
  background: #FFFFFF;
  color: #222222;
  border: none;
  border-bottom: 1px solid #444444;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4f5f80;
  text-shadow: none;
  text-transform: none;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4f5f80;
  text-shadow: none;
  text-transform: none;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #4f5f80;
  text-shadow: none;
  text-transform: none;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #4f5f80;
  text-shadow: none;
  text-transform: none;
}
input::placeholder {
  color: #4f5f80;
  text-shadow: none;
  text-transform: none;
}
.popup > div > div.text {
  height: 85%;
}
td a.jump {
  background: #1293b5;
  color: #7F90B2;
  border: none;
  transition: opacity ease 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 1em;
}
td a.jump:before {
  font-family: Material Icons;
  content: 'transit_enterexit';
  transform: rotate(180deg);
}
td.has-jump {
  white-space: nowrap;
}
td.has-jump :first-child {
  width: calc(80%);
  display: inline-block;
}
.popup > div {
  background: #1B2B4B;
  color: #ffffff;
}
.popup > div a {
  color: #ffffff;
}
.popup > div > h2 {
  background: #1B2B4B;
}
.popup.overlay button,
.popup.overlay a.btn {
  width: 120px;
  font-weight: bold;
}
.popup.overlay button.toggle,
.popup.overlay a.btn.toggle {
  font-weight: 100;
}
.popup.overlay.paste > div > h2:before {
  content: 'assignment_return';
  font-family: Material Icons;
}
.popup.partialscreen {
  top: 62px;
  left: 120px;
}
.popup.partialscreen:before {
  content: unset;
}
.popup.partialscreen > div > h2:before {
  content: unset;
}
.popup.partialscreen > div {
  top: 62px;
  right: 0;
  left: 120px;
  min-height: 100vh;
}
.warning-box {
  display: flex;
  background: #FE6565;
  padding: 10px;
  font-weight: 400;
  align-items: center;
}
.warning-box:before {
  font-family: Material Icons;
  content: 'warning';
  font-size: 1.5em;
  color: #FFFFFF;
  padding-right: 10px;
  font-weight: normal;
  /*animation: warningPulse 1s ease infinite;*/

}
.booking-summary .warning-box {
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 2px;
}
.booking-summary .warning-box::before {
  content: 'close';
  color: #000;
}
textarea.copy-paste-source {
  height: 70vh;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-family: Inconsolata;
  font-size: 13px;
}
/* DASHBOARD */

.dashboard_page {
  display: flex;
  min-height: 100%;
}
.dash_tiles,
.dash_alerts {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.dash_tiles {
  width: calc(100% - 600px);
  padding: 40px;
}
.user-name {
  align-items: center;
  display: flex;
}
.user-name:hover {
  cursor: pointer;
}
.user-name .user-image {
  overflow: hidden;
  border-radius: 50%;
  width: 34px;
  height: 32px;
  display: inline-block;
  margin-left: 10px;
}
.user-name .user-image img {
  display: block;
  width: 100%;
}
.dash_alerts {
  width: 600px;
  background: #06193E;
  padding: 20px;
}
.dash_tiles > div {
  width: calc(33.333% - 40px);
  margin: 10px 20px;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #536588;
}
.dash_tiles > div.controls {
  width: 100%;
  border: none;
}
.dash_tiles > div.controls select {
  width: 268px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  height: 34px;
  background: url(/images/icons/down-arrow-white.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 244px;
  border-bottom: 1px solid #7F90B2;
}
.dash_tiles h4 {
  font-size: 15px;
  color: #7F90B2;
  font-weight: 200;
}
.dash_tiles .val {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 21px;
}
.dash_tiles .tile_data > div.tile_val {
  text-align: right;
}
.dash_tiles .tile_data > div.tile_val .val,
.dash_tiles .tile_data > div.tile_val .alert {
  font-weight: 600;
  font-size: 21px;
}
.dash_tiles .note {
  display: block;
  color: #7F90B2;
  font-size: 13px;
  font-weight: 600;
}
.dash_tiles .tile_data > div.tile_val .note.alert {
  font-size: 13px;
}
.dash_tiles .note.pink {
  color: #CA64A3;
}
.dash_tiles .note.turq {
  color: #14CCC5;
}
.dash_tiles .green {
  color: #09BF48;
}
.dash_tiles .alert {
  color: #FF6565;
}
.dash_tiles .tile_data {
  display: flex;
  align-items: center;
  margin: 20px;
}
.dash_tiles .tile_data > div {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
}
.dash_tiles .tile_data > div:nth-child(1) {
  width: 35%;
  min-width: 80px;
}
.dash_tiles .tile_data > div:nth-child(2) {
  width: 65%;
}
.dash_tiles .val.blue {
  color: #7F90B2;
}
.dash_tiles .tile_data .tile_icon.short-stay-gauge svg,
.dash_tiles .tile_data .tile_icon.long-stay-gauge svg {
  width: 100px;
}
.dash_tiles .tile_data .tile_icon svg {
  width: 60px;
  max-height: 60px;
}
.dash_alerts > div {
  width: calc(50% - 40px);
  background: #1B2B4B;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #536588;
  margin: 20px;
}
.dash_alerts h4 {
  width: 75%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.dash_alerts .alert_num {
  width: 25%;
  font-size: 44px;
}
.dash_alerts > div.has_num {
  background: #E83131;
  background: linear-gradient(to left, #E83131, #CA64A3);
  color: #FFFFFF;
}
/* Booking edit customer details */

.customer-details-overview {
  padding: 20px;
}
.customer-details > * {
  display: block;
  margin: 0 0 10px 0;
}
.account-type {
  margin-top: 40px;
}
.form-fields .section > div.audit-trail-data {
  color: #7E8EB0;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 20px;
}
.audit-trail-data a {
  text-decoration: none;
  color: #11B9B2;
}
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;
}
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;
}
.car-reg-number {
  margin-right: 20px;
}
.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;
}
.field-label,
.field_label {
  text-transform: uppercase;
  color: #7485A6;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  font-size: 15px;
  display: block;
  margin: 0 0 10px 0;
}
.flight-number {
  text-transform: uppercase;
}
.meet,
.land,
.car {
  position: relative;
}
.meet > i,
.land > i,
.product-category > i,
.customer-driver > i,
.vehicle > i,
.additional-charge > i {
  width: 24px;
  height: 24px;
  display: inline-block;
}
.meet > i {
  background-image: url('/images/icons/icon-meet.svg');
  background-repeat: no-repeat;
  filter: invert(100%) brightness(60%) sepia(100%) saturate(300%) hue-rotate(180deg);
}
.land.airport.transfer > i {
  background-image: url('/images/icons/icon-swap.svg');
  background-repeat: no-repeat;
  filter: invert(100%) brightness(40%) sepia(100%) saturate(400%) hue-rotate(245deg);
}
.land > i {
  background-image: url('/images/icons/icon-land.svg');
  background-repeat: no-repeat;
  filter: invert(100%) brightness(45%) sepia(100%) saturate(300%) hue-rotate(245deg);
}
.product-category.parking > i {
  background-image: url('/images/icons/icon-parking.svg');
  background-repeat: no-repeat;
  filter: invert(100%) brightness(75%) sepia(100%) saturate(1000%) hue-rotate(10deg);
}
.product-category.carwash > i {
  background-image: url('/images/icons/icon-car-wash.svg');
  background-repeat: no-repeat;
  filter: invert(100%) brightness(65%) sepia(100%) saturate(1000%) hue-rotate(120deg);
}
.customer-driver > i {
  background-image: url('/images/icons/icon-driver.svg');
  background-repeat: no-repeat;
  filter: invert(100%) brightness(65%) sepia(100%) saturate(1000%) hue-rotate(120deg);
  width: 54px;
}
.vehicle > i {
  background-image: url('/images/icons/icon-vehicle.svg');
  background-repeat: no-repeat;
  filter: invert(100%) brightness(65%) sepia(100%) saturate(1000%) hue-rotate(120deg);
  width: 52px;
}
.additional-charge > i:before {
  content: '+';
  font-weight: 900;
  font-style: normal;
  color: #dbe430;
}
.date_picker {
  position: relative;
  background-image: url(/images/icons/icon-datepicker.svg) !important;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 17px 20px;
}
.hh-mm.ui-time-editor:after {
  content: "";
  display: block;
  position: relative;
  background-image: url(/images/icons/icon-clock-mauve.svg) !important;
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 21px 26px;
  width: 40px;
  top: 1px;
}
.date_picker span {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 17px;
  display: block;
}
.flex_row {
  display: flex;
  flex-wrap: wrap;
}
.flex_row.fr_nowrap {
  flex-wrap: nowrap;
}
.flex_row.fr_nowrap.fly_to_from {
  width: 100%;
}
.flex_row.fr_nowrap.fly_to_from > div.fly_from {
  width: 50%;
  padding-right: 20px;
}
.flex_row.fr_nowrap.fly_to_from > div.fly_to {
  width: calc(50% - 160px);
  padding-right: 20px;
}
.flex_row > * {
  box-sizing: border-box;
}
.col_1_2 {
  width: 50%;
}
.form-fields .section > div.no_flex,
.no_flex {
  display: block;
}
.form-fields .section.flex_row.fr_nowrap div:first-of-type {
  margin-right: 20px;
}
.form-fields .section > div input[type=text].car-reg-number {
  width: auto;
}
.login_box {
  height: 100%;
  background: #06193e;
  color: #FFFFFF;
  padding: 60px;
  display: flex;
  align-items: center;
}
.login_box > div {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.login_box > div input {
  padding: 10px 0px;
}
.login_box > div button {
  margin: 0;
  border: none;
  background: #FFED00;
  color: #222222 !important;
  width: 200px;
}
.login_box > div button:hover {
  color: #222222 !important;
  opacity: 0.7;
}
.login_box h2 {
  font-weight: 500;
  letter-spacing: 1px;
}
.login_box .si_gen_forgot {
  margin-left: 0;
  letter-spacing: 1px;
}
.login_controls {
  display: flex;
  align-items: flex-end;
  padding-top: 10px;
}
.login_controls > div {
  flex-grow: 1;
}
.login_controls .login_button {
  display: flex;
  justify-content: flex-end;
}
.login_box .help {
  letter-spacing: 1px;
  line-height: 26px;
}
.fp_username {
  width: 100%;
  margin: 40px 0;
}
.pui_login,
.pui_login .flex_row {
  height: 100%;
}
.pui_login .flex_row {
  align-items: center;
}
.login_container input {
  width: 100%;
  display: block;
  margin: 20px 0;
}
/*
    ========================================================================================================================================================================================
*/

.tree-view {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.tree-view .tree-nav {
  flex-basis: 15%;
  background: #7f90b2;
  color: #ffffff;
  padding: 10px;
}
.tree-view .tree-content {
  padding: 10px;
  position: relative;
  min-width: 33%;
  background: none;
  color: #ffffff;
}
.tree-view .tree-nav a {
  display: block;
  padding: 3px 10px 3px 10px;
  cursor: pointer;
}
.tree-view .tree-nav a:hover {
  background: #11add4;
  color: #ffffff;
}
/*
    ========================================================================================================================================================================================
*/

.tools {
  position: fixed;
  top: 60px;
  background: #7F90B2;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 5px;
  box-shadow: -5px 5px 5px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  right: 0;
  width: 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.tools li {
  padding: 10px;
}
.tools li.handle {
  padding: 0;
  width: 15px;
  flex-shrink: 0;
}
.tools.open {
  width: auto;
}
.portal-content .tool .row.inline-container {
  margin-top: 5px;
  margin-bottom: 5px;
}
.app-events-bar {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  z-index: 10000;
}
.app-events-bar > li {
  margin-right: 1px;
  color: #7F90B2;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}
.header-events {
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.app-events-bar li button {
  color: #7F90B2;
  padding: 0;
  cursor: pointer;
  font-weight: 600;
}
.app-events-bar li button i {
  padding: 0;
}
.app-events-bar li button:hover {
  background: #FFFFFF;
}
.app-events-bar > li .app-events {
  animation: fadeOutAnimation ease 0.5s forwards;
  position: absolute;
  top: 100%;
  background: #11add4;
  padding: 15px;
  padding-bottom: 10px;
  box-shadow: 2px -2px 5px 0px rgba(0, 0, 0, 0.15);
  min-width: 250px;
  font-weight: 100;
}
.app-events-bar > li .app-events .controls {
  text-align: center;
  padding-top: 10px;
}
.app-events-bar > li .app-events.show {
  animation: fadeInAnimation ease 0.5s forwards;
}
.app-events-bar .count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #41427f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.app-events.messages textarea {
  width: 100%;
  min-height: 60px;
  border: none;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  padding: 5px;
  font-size: 13px;
  box-sizing: border-box;
}
.app-events.messages .message {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.25);
  padding: 5px;
}
.app-events.messages .from {
  font-size: 1.2em;
}
.app-events.messages .message-text {
  white-space: pre-line;
  margin-left: 10px;
}
.section-home {
  display: flex;
  margin: 10px;
  flex-wrap: wrap;
}
.section-home > a.jump {
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #06193e;
  margin: 10px;
  width: 100%;
  height: 150px;
  font-size: 36px;
}
.section-home > a.jump > * {
  padding: 20px;
}
.section-home > a.jump:hover {
  opacity: 0.5;
}
.section-home > a.jump svg {
  width: 48px;
  height: 48px;
  fill: #ffffff;
}
.section-home > a.jump > span {
  display: flex;
  flex-direction: column;
}
.section-home > a.jump > span .description {
  font-size: 14px;
  color: #7F90B2;
}
/*
    ========================================================================================================================================================================================
*/

input [type=checkbox] {
  zoom: 1.5;
}
input[type=text] {
  padding: 5px;
}
input[type=text].total {
  font-weight: bold;
}
input[type=text].vat {
  border: 1px dotted #dddddd;
  color: #aaaaaa;
}
.ui-magic-placeholder-input {
  width: calc(100% - 24px);
}
.ui-magic-placeholder-input .copy-paste-source {
  width: 100%;
}
.ui-magic-placeholder-input {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block;
  width: 100%;
}
.ui-magic-placeholder-input input {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.ui-magic-placeholder {
  position: absolute;
  opacity: 0;
  z-index: 1;
  left: 2px;
  top: -10px;
  font-size: 15px !important;
  color: rgba(255, 255, 255, 0.35);
  transition: opacity ease 0.3s;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.ui-magic-placeholder.show {
  opacity: 1;
}
.uc-small-label {
  color: #67789B;
  font-size: 11px;
  width: auto !important;
  margin-right: 10px;
}
.highlight {
  background: rgba(255, 225, 0, 0.9);
}
.indicator-text {
  color: #ca64a3;
}
.total_price {
  font-size: 24px;
}
.currency.gbp {
  position: relative;
  background-repeat: no-repeat;
  background-position: 2px 6px;
}
.currency.gbp.sign:before {
  content: '\00A3';
}
.readonly {
  display: inline-block;
  padding: 5px;
  border: 1px dotted #cccccc;
  width: 100%;
  min-height: 16px;
}
.label_col,
.label_col h5 {
  color: #7F90B2;
  text-transform: uppercase;
  margin: 0;
}
.booking_section {
  padding: 10px 0;
  border-top: 1px solid #7F90B2;
  display: flex;
}
.booking_section.bs_top > * {
  width: 100%;
}
.label_col,
.booking_section .label_col {
  width: 130px;
}
.booking_section:first-of-type {
  border: none;
}
.booking-breakdown li {
  display: flex;
  padding: 10px 0;
  align-items: center;
}
.meet-section {
  border-top: 1px solid #7F90B2;
  padding-top: 20px;
}
button.meet-timer {
  margin: 20px 0 10px 0;
  border: none;
  background: #FE6565;
  color: #FFFFFF !important;
}
.meet-time {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.no-show-section {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.no-show-section button {
  margin: 0 20px 0 0;
}
.form-fields .section > div.booking-payment {
  display: block;
}
.booking-payment > div {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.readonly.currency.gbp {
  padding-left: 16px;
  background-position: 2px 10px;
}
.portal-content .row.inline-container {
  margin: 0;
  align-items: center;
}
.booking-breakdown .transfer svg {
  width: 16px;
}
.booking-breakdown .transfer svg .cls-1 {
  fill: none;
  stroke: #ff4f9a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}
/*
    This makes the Material Icons behave more like Font Awesome without additional styles required specifically for MI
*/

.material-icons {
  font-size: 1.15em;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}
.header h1 {
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-size: 24px;
}
.header .breadcrumb-start {
  color: #ffffff;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 4px;
  position: relative;
  top: -2px;
}
.header .breadcrumb-sep {
  color: #ffffff;
}
.header a {
  color: #ffffff;
}
.header .location {
  display: none;
}
ul.table-list li input[type=text],
table td input[type=text] {
  background-color: transparent;
}
/* ===================================================================================================================================================================== */

/*
    FLEXPORTAL APP SETTINGS
*/

.portal-ui .logo {
  margin-left: 10px;
}
.portal-ui .logo > * {
  z-index: -1;
  /* Fix to allow link containing an object to work */

}
.portal-ui .logo-link img {
  height: 38px;
  position: relative;
  top: 2px;
}
.portal-ui .header {
  background-color: #222222;
  color: #ffffff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  display: flex;
  transition: all ease-in-out 1.27s;
}
.portal-ui .header .primary {
  padding: 10px;
}
.portal-ui .header a {
  color: #ffffff;
  cursor: pointer;
}
.portal-ui .nav {
  padding-top: 10px;
  background-color: #06193E;
  color: #ffffff;
  top: 62px;
  width: 120px;
  height: 100%;
}
.portal-ui .nav ul {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.portal-ui .nav ul li {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.portal-ui .nav ul li:hover {
  background: rgba(0, 0, 0, 0.25);
  transition: all ease 0.7s;
}
.portal-ui .nav a {
  color: #7F90B2;
  text-align: center;
  padding-top: 10px;
}
.portal-ui .nav a.current {
  color: #14CCC5;
}
.portal-ui .nav a svg {
  max-width: 32px;
  max-height: 32px;
  fill: #7F90B2;
}
.portal-ui .nav ul li:hover svg {
  fill: #FFFFFF;
  transition: all ease 0.7s;
}
.portal-ui .nav a.current svg {
  fill: #14CCC5;
}
.portal-ui .nav a i {
  font-size: 42px;
}
.portal-ui .nav li:hover a i,
.portal-ui .nav li:hover a span {
  transition: all ease 0.7s;
  color: #FFFFFF;
}
.portal-ui .nav li a.current i,
.portal-ui .nav li a.current span {
  color: #14CCC5;
}
.nav_label {
  display: block;
  font-size: 14px;
  padding: 10px;
}
.portal-ui .nav a.current .nav_label {
  font-weight: 600;
}
.portal-content {
  margin-left: 120px;
  margin-top: 62px;
  background: #1B2B4B;
  height: 100%;
}
.portal-content > .content {
  height: 100%;
}
.portal-content > .content .ko-deferred-module {
  height: 100%;
}
.portal-ui .header > .secondary {
  align-items: stretch;
  width: calc(100% - 160px);
  flex-grow: 1;
}
.portal-ui .header > .secondary > .global-search-container,
.portal-ui .header > .secondary > .global-search-container div,
.portal-ui .header > .secondary > .global-search-container input {
  height: 100%;
}
.portal-ui .header .results-container {
  height: auto !important;
}
.global-search-container {
  width: calc(100% - 200px);
}
.global-search-container input[type=text] {
  width: 100%;
  border: none;
  background: #FFFFFF;
  color: #222222 !important;
  padding: 10px 20px 10px 60px;
  background-image: url(/images/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: 16px 50%;
  background-size: 32px 32px;
}
.global-search-container .global-search.waiting input[type=text] {
  background-image: none;
}
.global-search.waiting .controls:before {
  font-family: Material Icons;
  content: 'hourglass_empty';
  position: absolute;
  color: #000000;
  top: 16px;
  left: 16px;
  font-size: 32px;
  animation: spin 2s linear infinite running;
}
.portal-ui .header > .secondary .account-info {
  position: relative;
  justify-content: flex-end;
  background: #FFFFFF;
  color: #000000;
  padding-left: 10px !important;
}
.new-booking {
  background: #FFFFFF;
  display: flex;
  align-items: center;
}
.new-booking svg {
  display: block;
  width: 35px;
  margin-right: 15px;
}
.new-booking button {
  margin: 0;
  padding: 10px 20px;
  color: #FFED00 !important;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  border: 0;
  white-space: nowrap;
  background: #222222;
}
.new-booking button:hover {
  cursor: pointer;
  color: #222222 !important;
  background: #FFED00;
  transition: 0.7s;
}
.portal-ui .header > * > * {
  padding-right: 0;
}
.portal-ui .header .secondary > *:last-child {
  border: none;
}
.portal-ui .account-info > * {
  white-space: nowrap;
}
.portal-ui .account-info > .account-options {
  position: absolute;
  right: 0;
  top: 100%;
  background: #3b3b3b;
  width: 100%;
  display: none;
}
.account-options a {
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-align: right;
  letter-spacing: 1px;
}
.account-options a:hover {
  transition: all 0.7s;
  background: #14CCC5;
}
.portal-content {
  position: relative;
}
.portal-content.inactive:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% + 120px);
  height: 100%;
  left: -120px;
  top: 0;
  position: absolute;
  z-index: 10;
}
.portal-content .row .section {
  background: #06193E;
  color: #FFFFFF;
  padding: 20px;
}
.embedded .item-context-control .row .section {
  padding: 20px;
}
.portal-content .row .section h2 {
  margin-bottom: 10px;
  font-weight: 400;
}
.portal-ui .back-to-dashboard {
  border-right: none !important;
  margin-right: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: stretch;
}
.portal-ui .save-and-return {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.portal-ui .save-and-return i {
  padding-left: 10px;
  /* Is flipped! */

}
.portal-ui .back-to-dashboard:hover {
  background: #008f3a;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.row .section.primary {
  padding: 2rem;
  box-sizing: border-box;
  width: calc(100% - 360px);
}
.row .section.secondary {
  width: 360px;
  background: #000000;
  padding: 1.5rem;
  box-sizing: border-box;
}
.booking-overview .row .section.primary {
  padding: 0;
}
.row .section.secondary .customer-details-overview {
  background: #1B2B4B;
}
.search-options label {
  color: #7f90b2;
}
.row .section.secondary h4 {
  color: #7F90B2;
  margin: 0 0 20px 0;
}
.selector {
  display: flex;
  flex-direction: column !important;
  height: 100%;
}
.selector .controls {
  margin-top: auto;
}
.selector .search-options {
  margin-bottom: 10px;
}
.summary-box-container {
  border: 2px solid #14ccc5;
  background: #97d9d6 !important;
  color: #000000 !important;
  display: flex !important;
  flex-direction: column !important;
}
.summary-box-container .summary-box > * {
  padding: 0.75rem 1rem;
}
.summary-box .name {
  font-size: 18px;
  font-weight: 600;
}
.summary-box .summary-box-content {
  background: #1b2b4b !important;
  color: #ffffff !important;
}
.add-more-options {
  flex-wrap: wrap;
  padding-top: 10px;
}
.other-bookings-on-order {
  justify-content: space-between;
}
.other-bookings-on-order > div {
  width: calc(50% - 6px);
}
.add-more-options button {
  font-size: 13px;
  box-sizing: border-box;
  margin: 5px 10px 5px 0;
}
.popout {
  position: absolute !important;
  width: 100%;
  left: -100%;
  top: 0;
  background: #1B2B4B;
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}
.booking-details .popout {
  left: 0;
  padding: 0;
  box-shadow: none;
  background: #071532;
}
.booking-details ul.search-results > li,
.booking-details ul.search-advanced > li {
  width: calc(13.333%);
}
.booking-details ul.search-results.sr-products > li.selected > a,
.booking-details ul.search-results > li.selected > a .item-data {
  border: 2px solid #14ccc5;
  background: #97d9d6 !important;
  color: #000000;
}
.booking-details ul.search-results.sr-products > li.selected > a .item-data {
  border: none;
  background: none !important;
}
.booking-details .car-and-driver ul.search-results > li.selected > a {
  border: none;
}
ul.search-results > li.selected > a .item-price {
  color: #000000;
}
.booking-details ul.search-results > li.selected > a .item-data {
  background: none;
}
.booking-details .car-and-driver ul.search-results > li.selected > a .item-data {
  border: 2px solid #14ccc5;
}
.popout.booking-products-selector {
  padding: 2rem;
  background: #1B2B4B;
}
.popout h2 > .close {
  position: absolute;
  right: 0;
  top: 10px;
  height: 26px;
  width: 26px;
  padding: 0;
  font-size: 18px;
  justify-content: center;
  border: none;
}
.popout h2 > .close::after {
  content: "";
}
.selector .search-main button {
  font-size: 14px;
  padding: 7px 12px;
}
.search-main {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.search-filters-and-sort {
  display: flex;
  justify-content: space-between;
}
.product-category-parking i {
  background-image: url('file:///C:\Users\Rob\Downloads\baseline-local_car_wash-24px.svg');
}
.meet,
.land {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
}
.meet {
  color: #14B7DD;
}
.land {
  color: #CA64A3;
}
.meet svg,
.land svg {
  height: 47px;
}
.booking-breakdown .meet svg,
.booking-breakdown .land svg {
  width: 36px;
}
.booking-breakdown .airport svg {
  width: 24px;
}
.meet .airport svg .cls-1 {
  fill: #AAB5E0;
}
.meet svg .cls-1 {
  fill: #14B7DD;
}
.land svg .cls-1 {
  fill: #CA64A3;
}
.cls-ab1 {
  fill: #14b7dd;
}
.cls-ab2 {
  fill: #fff;
}
.date-time svg {
  width: 18px;
  margin-right: 10px;
}
.date-time .date svg .cls-1 {
  fill: #7f90b2;
}
.date-time .time svg .cls-1 {
  fill: none;
  stroke: #7f90b2;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
.date-time .time svg .cls-2 {
  fill: #7f90b2;
}
.date-time .date + .time {
  margin-left: 0.5em;
}
.booked-car-overview-list .date-time > * {
  margin: 10px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.location-details svg {
  width: 22px;
}
.location-details svg .cls-1 {
  fill: #7f90b2;
}
.location-details {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.date > span:first-of-type,
.time > span:first-of-type,
.location-details > span:first-of-type {
  width: 40px;
}
.booking-breakdown .meet,
.booking-breakdown .land {
  color: #FFFFFF;
}
.booking-breakdown .label_icon {
  width: 54px;
}
/*
    ===============================================================================================================================================================================
*/

.prices-info {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
}
.prices-info {
  font-weight: 600;
}
.prices-info .breakdown {
  font-weight: 400;
}
.prices-info .total .currency.total {
  font-size: 24px;
  font-weight: 600;
}
.item-detail-control {
  width: 300px;
  box-sizing: border-box;
  padding: 20px;
  background: #06193E;
  position: fixed;
  right: 0;
  height: 100%;
}
.item-detail-control h3,
.item-actions > * {
  color: #7485A6;
  font-weight: 300;
}
.item-actions .has-data > * {
  color: #14CCC5;
}
.search-results .item-actions > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-results .item-actions svg {
  width: 26px;
  fill: #7f90b2;
}
.search-results .item-actions .has-data svg {
  fill: #14CCC5;
}
.search-results .item-actions .bookings svg {
  width: 16px;
}
.item-detail-control h3 {
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #7485A6;
  padding-bottom: 10px;
}
.item-actions > * a {
  cursor: default;
  font-size: 15px;
}
.item-actions > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  opacity: 0.5;
  transition: 0.7s;
}
.item-actions > li a {
  text-transform: uppercase;
  color: #7485A6;
  font-weight: 500;
  padding-right: 20px;
}
.item-actions > li.active a {
  color: #FFFFFF;
}
.item-actions > .active {
  opacity: 1;
}
.item-actions > .active a {
  cursor: pointer;
}
.item-actions > .key-action {
  font-size: 19px;
  border-bottom: 2px solid #475A7D;
  padding: 20px 0;
}
.item-actions > .key-action.ka-new-account.active {
  border-bottom: 2px solid #14CCC5;
}
.item-actions > .key-action.ka-add-booking.active {
  border-bottom: 2px solid #FFED00;
}
.item-detail-control .item-actions a {
  width: calc(100% - 38px);
}
.item-detail-control .item-actions svg {
  width: 36px;
  padding: 1px;
}
.item-actions > .key-action.active:hover {
  border-bottom: 2px solid #FFED00;
  transition: all ease 0.7s;
}
.item-actions > .key-action.active:hover a {
  color: #FFFFFF;
  transition: all ease 0.7s;
}
/* icon-go-to */

.item-detail-control .item-actions svg .cls-1,
.item-detail-control .item-actions svg .cls-2 {
  fill: none;
}
.item-detail-control .item-actions svg .cls-3,
.item-detail-control .item-actions svg .cls-5 {
  fill: #536588;
}
.item-detail-control .item-actions svg .cls-4,
.item-detail-control .item-actions svg .cls-5 {
  stroke: #536588;
}
.item-detail-control .item-actions .active svg .cls-3,
.item-detail-control .item-actions .active svg .cls-5 {
  fill: #FFFFFF;
}
.item-detail-control .item-actions .active svg .cls-4,
.item-detail-control .item-actions .active svg .cls-5 {
  stroke: #FFFFFF;
}
/* icon-create-new */

.add-new svg .cls-1,
.add-new svg .cls-3,
.insert-car svg .cls-1,
.insert-car svg .cls-3,
.text_button svg .cls-1,
.text_button svg .cls-3,
.item-detail-control .item-actions .key-action svg .cls-1,
.item-detail-control .item-actions .key-action svg .cls-3 {
  fill: none;
}
.add-new svg .cls-2,
.add-new svg .cls-4,
.insert-car svg .cls-2,
.insert-car svg .cls-4,
.text_button svg .cls-2,
.text_button svg .cls-4,
.item-detail-control .item-actions .key-action svg .cls-2,
.item-detail-control .item-actions .key-action svg .cls-4 {
  fill: #536588;
}
.item-detail-control .item-actions .key-action svg .cls-2 {
  stroke: #536588;
}
.item-detail-control .item-actions .key-action svg .cls-3,
.item-detail-control .item-actions .key-action svg .cls-4 {
  stroke: none;
}
.item-detail-control .item-actions .key-action.active svg .cls-2,
.item-detail-control .item-actions .key-action.active svg .cls-4 {
  fill: #14CCC5;
}
.item-detail-control .item-actions .key-action.active svg .cls-2 {
  stroke: #14CCC5;
}
.item-detail-control .item-actions .key-action.ka-new-account.active svg .cls-2,
.item-detail-control .item-actions .key-action.ka-new-account.active svg .cls-4 {
  fill: #14CCC5;
}
.item-detail-control .item-actions .key-action.ka-add-booking.active svg .cls-2,
.item-detail-control .item-actions .key-action.ka-add-booking.active svg .cls-4 {
  fill: #FFED00;
}
.item-detail-control .item-actions .key-action.ka-add-booking.active svg .cls-2 {
  stroke: #FFED00;
}
.car-and-driver-header {
  display: flex;
  justify-content: space-between;
}
.car-and-driver-header h2 {
  margin: 0;
}
.customer-driver-details .driver-tel {
  margin-left: 20px;
  text-align: center;
}
.customer-driver-details svg {
  width: 46px;
}
.customer-driver-details .cls-1 {
  fill: #536588;
}
/*
    CAR ICONS
*/

.car-icon svg {
  width: 24px;
  margin-right: 20px;
}
.car-icon svg .cls-1 {
  fill: #536588;
}
.car-icon svg .cls-2 {
  fill: #1b2f55;
}
.car-icon svg .cls-3 {
  fill: none;
  stroke: #222;
  stroke-width: 0.5px;
}
.car-icon.yellow svg .cls-1 {
  fill: #FFED00;
}
.car-icon.yellow svg .cls-2 {
  fill: #716109;
}
.car-icon.yellow svg .cls-3 {
  fill: none;
  stroke: #716109;
  stroke-width: 0.5px;
}
.car-icon.green svg .cls-1 {
  fill: #11D956;
}
.car-icon.green svg .cls-2 {
  fill: #09712D;
}
.car-icon.green svg .cls-3 {
  fill: none;
  stroke: #09712D;
  stroke-width: 0.5px;
}
.car-icon.pink svg .cls-1 {
  fill: #CA64A3;
}
.car-icon.pink svg .cls-2 {
  fill: #693455;
}
.car-icon.pink svg .cls-3 {
  fill: none;
  stroke: #693455;
  stroke-width: 0.5px;
}
.car-icon.white svg .cls-1 {
  fill: #CCE2FF;
}
.car-icon.white svg .cls-2 {
  fill: #6A7584;
}
.car-icon.white svg .cls-3 {
  fill: none;
  stroke: #6A7584;
  stroke-width: 0.5px;
}
.selected .car-icon svg .cls-1 {
  fill: #14CCC5;
}
.driver-icon {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background: #1B2B4B;
}
.driver-icon svg {
  display: block;
  width: 40px;
}
.driver-icon svg .cls-1 {
  fill: #536588;
}
.selected .driver-icon svg .cls-1 {
  fill: #536588;
}
/* Dashboard icons */

.car-park-icon svg .cls-1 {
  fill: #7f90b2;
}
.sales-icon svg .cls-1 {
  fill: #7f90b2;
}
.car-park-icon svg .cls-1 {
  fill: #7f90b2;
}
/* drivers cash icon */

.drivers-cash-icon svg .cls-1 {
  fill: none;
}
.drivers-cash-icon svg .cls-2 {
  fill: #3cc480;
}
.drivers-cash-icon svg .cls-3,
.drivers-cash-icon svg .cls-4 {
  stroke: none;
}
.drivers-cash-icon svg .cls-4 {
  fill: #0bba47;
}
/* Invoices icon */

.invoices-icon svg .cls-1 {
  fill: none;
}
.invoices-icon svg .cls-2,
.invoices-icon svg .cls-4 {
  fill: #14ccc5;
}
.invoices-icon svg .cls-3,
.invoices-icon svg .cls-4 {
  stroke: none;
}
/* sales icons */

.sales-icon svg .cls-1 {
  fill: url(#linear-gradient-sales);
}
/* long stay gauge icon */

.long-stay-gauge svg icon.cls-1 {
  fill: #3cc480;
}
.long-stay-gauge svg .cls-2 {
  fill: #06193e;
}
.long-stay-gauge svg .cls-3 {
  clip-path: url(#clip-path-ls);
}
.long-stay-gauge svg .cls-4 {
  fill: url(#linear-gradient-ls);
}
.long-stay-gauge svg .cls-5,
.cls-6 {
  fill: #fff;
  font-family: SourceSansPro-Regular, Source Sans Pro;
  opacity: 0.5;
}
.long-stay-gauge svg .cls-5 {
  font-size: 2px;
}
.long-stay-gauge svg .cls-6 {
  font-size: 3px;
}
.long-stay-gauge svg .cls-7 {
  fill: #6f80a1;
  font-size: 17px;
  font-family: SourceSansPro-Bold, Source Sans Pro;
  font-weight: 700;
}
/* short stay gauge icon */

.short-stay-gauge svg .cls-1 {
  fill: #3cc480;
}
.short-stay-gauge svg .cls-2 {
  fill: #06193e;
}
.short-stay-gauge svg .cls-3 {
  clip-path: url(#clip-path);
}
.short-stay-gauge svg .cls-4 {
  fill: url(#linear-gradient);
}
.short-stay-gauge svg .cls-5,
.cls-6 {
  fill: #fff;
  font-family: SourceSansPro-Regular, Source Sans Pro;
  opacity: 0.5;
}
.short-stay-gauge svg .cls-5 {
  font-size: 2px;
}
.short-stay-gauge svg .cls-6 {
  font-size: 3px;
}
.short-stay-gauge svg .cls-7 {
  fill: #6f80a1;
  font-size: 17px;
  font-family: SourceSansPro-Bold, Source Sans Pro;
  font-weight: 700;
}
/* icon-create-new - hover state */

.item-detail-control .item-actions .key-action.active:hover svg .cls-2,
.item-detail-control .item-actions .key-action.active:hover svg .cls-4 {
  fill: #FFED00;
  transition: all ease 0.7s;
}
.item-detail-control .item-actions .key-action.active:hover svg .cls-2 {
  stroke: #FFED00;
  transition: all ease 0.7s;
}
.small .pager_info span:last-child {
  display: none;
}
.insert-car svg {
  width: 56px;
  z-index: 2;
  padding: 0 3px;
}
.booked-car-overview-list .car-details .scheduling-details > .flex_row {
  width: 100%;
  background: linear-gradient(to right, #0a2940, #391e4d);
}
.booked-car-overview-list .car-details .scheduling-details > .flex_row > div {
  position: relative;
  display: flex;
  flex-direction: unset;
  align-items: center;
  width: 33.333%;
  justify-content: center;
}
.insert-car:before,
.insert-car:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: calc(50% - 36px);
  border-bottom: 2px dotted #7F90B2;
  z-index: 1;
  margin-top: -6px;
  right: 0;
}
.insert-car:before {
  left: 0;
}
/*
    ===============================================================================================================================================================================
*/

cfit-instance {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
a.logo-link {
  overflow: hidden;
  display: inline-block;
  width: 140px;
}
.marked {
  background: repeating-linear-gradient(135deg, rgba(0, 0, 0, 0) 10%, rgba(0, 255, 149, 0.5) 20%, rgba(0, 0, 0, 0) 30%);
}
.formula-override {
  background: rgba(255, 225, 0, 0.9);
}
.bistate {
  color: #ffffff;
  background: #dddddd;
  margin-right: 10px;
  width: 60px;
}
.bistate.true.checked {
  background: #009000;
}
.bistate.false.checked {
  background: #900000;
}
.popup.organisation > div > h2:before {
  font-family: Material Icons;
  content: 'business';
}
.ui-time-editor {
  display: inline-flex;
}
.ui-time-editor.hh-mm .ui-sep-hhmm {
  padding-left: 5px;
  padding-right: 5px;
  top: 6px;
  position: relative;
  color: #FFFFFF;
}
.ui-time-editor.hh-mm .ui-sep-mmss,
.ui-time-editor.hh-mm .ui-ss {
  display: none;
}
.ui-time-editor > input {
  text-align: center;
  width: 1.5em !important;
}
.form-fields .section > div input[type=text].hasDatepicker {
  width: calc(72%);
}
.form-fields .date-time-combo {
  display: flex;
  align-items: center;
}
.meet-details.meet .date-time-combo {
  margin-right: 10px;
}
.daterangepicker {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25) !important;
}
.daterangepicker tr:nth-child(odd) {
  background-color: unset !important;
}
.daterangepicker .calendar-time {
  margin: 2rem auto !important;
}
.daterangepicker.show-calendar {
  background: #06193E !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 2rem !important;
}
.form-fields .date-time-combo .ui-time-editor {
  padding-left: 5px;
  border-bottom: 2px solid #7F90B2;
  margin-left: 1rem;
}
.form-fields .date-time-combo .ui-time-editor input[type=text] {
  border: none;
  color: #7F90B2;
}
.tile-list li {
  position: relative;
}
.tile-list .controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tile-list li .controls {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px !important;
  padding: 10px;
  min-height: 50px;
  box-sizing: border-box;
}
.tile-list li .controls button {
  font-size: 0.85em;
}
.tile-list li .controls button.undo {
  z-index: 2;
}
.tile-list li.car-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.tile-list li.car-details > * {
  margin-bottom: 5px;
}
.tile-list li.car-details > *:last-child {
  margin-bottom: 0;
}
.tile-list .tile-selector li {
  cursor: pointer;
}
.booked-cars-details .tile-list li.car-details > * {
  margin: 0;
}
.tile-list > li.selected {
  background: #14CCC5;
  color: #ffffff;
}
.tile-list li.deleting:before {
  content: 'clear';
  font-family: Material Icons;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: rgba(255, 255, 255, 0.75);
  font-size: 228px;
  text-align: center;
}
.ui-front {
  z-index: 1000;
}
li.ui-menu-item {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 5px 2px 5px;
}
li.ui-menu-item:hover {
  background-color: #d5e9f1;
}
.split-screen {
  display: flex;
  width: 100%;
}
.split-screen .item-context-control {
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.split-screen .item-context-control.active {
  width: 480px;
  min-width: 380px;
  opacity: 1;
  transition: all 0.6s ease;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  margin-right: 300px;
}
.split-screen .item-context-control.active:last-child {
  margin-right: 0;
}
.selected-items li {
  cursor: pointer;
}
.multi-selector table td {
  padding-top: 9px;
  padding-bottom: 9px;
}
.multi-selector .selected-items li {
  padding: 10px;
}
.multi-selector .selected-items li {
  position: relative;
  padding: 10px;
  background: #14ccc5;
  margin: 5px;
  font-size: 20px;
}
.multi-selector .selected-items li:after {
  font-family: Material Icons;
  content: 'check';
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 28px;
}
.multi-selector .selected-items li:hover:after {
  content: 'clear';
}
.summary-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.summary-list li {
  margin: 5px;
}
.summary-list li > * {
  padding: 5px;
}
.form-fields .section > div.booking_section.bs-top {
  align-items: center;
}
.form-fields .section > div.booking_section.bs-top > * {
  width: 50%;
}
.date-time {
  display: inline-flex;
  align-items: center;
}
.booked-car-overview-list .date-time {
  display: block;
}
.flight-details.meet-land div.date-time {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1rem 0;
  color: #7F90B2;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}
.flight-details.meet-land .date-time > .date > span:first-child,
.flight-details.meet-land .date-time > .time > span:first-child {
  position: relative;
  top: 4px;
}
.flight-details.meet-land .date-time .date + .time {
  margin: 0.5rem 0 0 0;
}
.date-time *:last-child {
  padding-right: 0;
}
.date-time *:after {
  color: #7F90B2;
  padding-left: 5px;
}
.customer_section {
  padding: 20px;
}
.customer_section .row {
  padding: 20px 0 !important;
}
span.input-sign {
  position: relative;
  margin-left: -30px;
  width: 30px;
}
.pdf-viewer,
.file-viewer {
  height: 100%;
}
.popup .pdf-viewer,
.popup .file-viewer {
  height: calc(100% - 20px);
}
.popup .file-viewer {
  border: none;
  background: rgba(255, 255, 255, 0.05);
  width: calc(100% - 10px);
}
.single-item-list li {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 5px 0px 5px 10px;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 2px;
}
.single-item-list button i {
  padding: 0;
}
.single-item-list button {
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
ul.dl li > span:first-child {
  display: inline-block;
  width: 120px;
}
ul.dl li {
  display: flex;
}
.popup.force-top {
  z-index: 10000;
}
.popout {
  box-shadow: 2px 2px 20px 5px #03050d;
}
.flexible {
  font-weight: normal;
  font-size: 1.5em;
  color: #dbe430;
}
.edit-list li {
  margin-left: 20px;
}
.edit-list .item-controls button {
  font-size: 14px;
  font-weight: 400;
}
.search-special-mode-controls {
  display: flex;
  background: #7e8fb2;
  padding: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.search-special-mode-controls > :not(:last-child) {
  padding-right: 40px;
}
.search-special-mode-controls h3 {
  color: #ffffff;
}
.search-special-mode-controls div {
  color: #ffffff;
}
.search-special-mode-controls {
  font-size: 20px;
}
.search-special-mode-controls a.action,
.search-special-mode-controls button.action {
  background: #000000;
  display: flex;
  align-items: center;
  padding: 10px;
}
.search-special-mode-controls a.action svg,
.search-special-mode-controls button.action svg {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.search-special-mode-controls a.action span,
.search-special-mode-controls button.action span {
  color: #FFED00;
  text-transform: uppercase;
}
.multi-toggle {
  display: flex;
}
.input-container {
  width: 100%;
}
.popup-content h4 {
  color: #7F90B2;
}
.item-context-toggles > div {
  margin-bottom: 5px !important;
  display: flex;
  justify-content: space-between;
}
.item-context-toggles > div > label {
  font-weight: 100 !important;
  color: #7F90B2 !important;
  position: relative;
}
.item-context-toggles .controls {
  justify-content: center;
}
.item-context-toggles .controls button {
  height: 40px;
  margin-top: 10px;
}
div.section.fixed-side-bar {
  width: 480px;
  flex-grow: 0;
  flex-shrink: 0;
}
.pre-icon {
  display: inline-flex;
  align-items: center;
}
.pre-icon i.material-icons {
  font-size: 2em;
  display: inline-block;
  margin-right: 10px;
}
.labelled-input {
  display: inline-flex;
  align-items: center;
}
.popup input[type=checkbox] {
  zoom: 1.75;
}
/*
    ===============================================================================================================================================
*/

booking-details-overview-component .row .section > div {
  align-items: stretch;
}
booking-details-overview-component .secondary {
  background: #1B2B4B;
}
ul.item-actions {
  width: 260px;
  flex-shrink: 0;
  flex-grow: 0;
}
/*
    ===============================================================================================================================================
*/

i .parent-org:before {
  font-family: Material Icons;
  content: 'device_hub';
  font-style: normal;
}
/*
    ===============================================================================================================================================
*/

@keyframes highlightResult {
  100% {
    filter: brightness(75%);
  }
}
@keyframes warningPulse {
  0% {
    color: #ffffff;
    transform: scale(1);
  }
  50% {
    color: #ffff00;
    transform: scale(0.9);
  }
  100% {
    color: #ffffff;
    transform: scale(1);
  }
}
/*
    ======================================== MEDIA QUERIES ========================================================================================
*/

@media all and (max-width: 1440px) {
  .dash_tiles > div {
    width: calc(50% - 40px);
  }
  .dash_tiles .tile_data {
    margin: 10px;
  }
}
@media all and (max-width: 1280px) {
  input.car-reg-number,
  .car-reg-number {
    font-size: 1em;
  }
  .dash_tiles {
    width: calc(100% - 480px);
    padding: 20px;
  }
  .dash_alerts {
    width: 480px;
    padding: 10px;
  }
  .dash_alerts h4 {
    font-size: 15px;
  }
  .dash_alerts > div {
    width: calc(50% - 20px);
    padding: 10px;
    margin: 10px;
  }
}
@media all and (max-width: 960px) {
  .dash_tiles {
    width: 320px;
    padding: 10px;
  }
  .dash_tiles > div {
    width: calc(100% - 10px);
    margin: 5px;
  }
  input.car-reg-number,
  .car-reg-number {
    font-size: 1em;
  }
  .dash_alerts h4 {
    font-size: 15px;
  }
  .dash_alerts {
    width: 320px;
  }
  .dash_alerts > div {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px;
  }
}
