@import url(//fonts.googleapis.com/css?family=Inconsolata);/*
 * Cropper.js v1.5.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-03-10T09:55:50.492Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-canvas,
.cropper-crop-box,
.cropper-drag-box,
.cropper-modal,
.cropper-wrap-box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-canvas,
.cropper-wrap-box {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51,153,255,0.75);
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:after,
.cropper-center:before {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/*# sourceMappingURL=node_modules/cropperjs/dist/cropper.min.css.map */html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot");
  src: url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot") format('embedded-opentype'), url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff") format('woff'), url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf") format('truetype'), url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  color: #434241;
  font-size: 16px;
  font-weight: 400;
  font-family: "brandon-grotesque", sans-serif;
}
body input,
body textarea,
body button,
body select {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 16px;
}
.page-title,
h1 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 15px;
}
.todo > h2 {
  margin-bottom: 5px;
}
.section > h2,
.section-title {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
  color: #464342;
}
.section > h2:last-child,
.section-title:last-child {
  margin-bottom: 0;
}
.section > h2 .fa-stack,
.section-title .fa-stack {
  margin-left: -0.33em;
  font-size: 0.7em;
}
.section > h2.warning-text,
.section-title.warning-text {
  color: #f58104;
}
.section-sub-heading {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f6f3eb;
}
.sub-section-title {
  font-size: 22px;
}
.light-font-weight {
  font-weight: 300;
  line-height: 1.2em;
}
.normal-font-weight {
  font-weight: 400;
  line-height: 1.2em;
}
.sub-title,
.map-status,
.map-eta {
  font-size: 20px;
}
p {
  margin-bottom: 1em;
  line-height: 1.5;
}
.strong {
  font-weight: 700;
}
strong {
  font-weight: 700;
}
.small,
small {
  font-size: 0.9em;
}
.uppercase {
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
a.nounderline {
  text-decoration: none;
}
.error-text,
.error-text span,
.error-text li {
  color: #bd3100 !important;
}
.success-text {
  color: #219c35;
}
.warning-text,
.heading-section .greeter_required {
  color: #f58104;
}
.greytext {
  color: #c8c3be;
}
.nowrap,
.sv-location-picker {
  white-space: nowrap;
}
.highlighted-number,
.lightly-highlighted-number {
  margin-right: 0.5em;
  padding: 0.125em 0.6em;
  border-radius: 1.25em;
  background-color: #c8c3be;
  color: #000;
  font-weight: 400;
  min-width: 1em;
}
.lightly-highlighted-number {
  background: #f2efeb;
  color: #716f6d;
  margin: 0 0.3em;
}
h1 .highlighted-number {
  font-size: 0.75em;
  margin-right: 0.125em;
}
.light-text,
.heading-section .booking-source {
  color: #c8c3be;
}
.danger-text {
  color: #bd3100;
}
.blue-text {
  color: #00f;
}
.yellow-text {
  color: #fde541;
}
.small-text {
  font-size: 14px;
}
.display-linebreak {
  white-space: pre-line;
}
.padding,
.sv-table .message,
.modal-header,
.modal-footer {
  padding: 20px;
}
.padding-2x,
.box,
.heading-section,
.section,
.section:first-of-type,
.modal-content {
  padding: 40px;
}
.padding-4x {
  padding: 80px !important;
}
.padding-v-2x {
  padding: 40px 0;
}
.padding-t-2x {
  padding-top: 40px;
}
.padding-t-3x {
  padding-top: 60px;
}
.padding-b-2x {
  padding-bottom: 40px;
}
.padding-h-2x {
  padding: 0 40px;
}
.padding-v {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-h {
  padding: 0 20px;
}
.padding-l-half {
  padding-left: 10px;
}
.padding-l {
  padding-left: 20px;
}
.padding-l-2x {
  padding-left: 40px;
}
.padding-r-half {
  padding-right: 10px;
}
.padding-r {
  padding-right: 20px;
}
.padding-r-2x {
  padding-right: 40px;
}
.padding-t,
.form-group.v2 .notification-preferences.open,
.groundwork-mission {
  padding-top: 20px;
}
.padding-t-quarter {
  padding-top: 5px;
}
.padding-b {
  padding-bottom: 20px;
}
.no-padding {
  padding: 0 !important;
}
.margin {
  margin: 20px;
}
.margin-v,
.form-group.v2 .form-actions,
.todo {
  margin: 20px 0;
}
.margin-v-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-h {
  margin: 0 20px;
}
.small-margin-l {
  margin-left: 5px;
}
.margin-l,
.heading-section .booking-source,
.heading-section .greeter_required {
  margin-left: 20px;
}
.margin-l-4 {
  margin-left: 4px;
}
.margin-h-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-r,
.status-block .status {
  margin-right: 10px;
}
.margin-r-em {
  margin-right: 0.4em;
}
.margin-r-2x,
.form-group.v2 .column,
.form-group.v2 .recipient .contact-info,
.form-group.v2 .recipient .reservations-options .action-title {
  margin-right: 20px;
}
.margin-r-4x {
  margin-right: 40px;
}
.margin-t,
.sv-tab-bar .sv-group-tab {
  margin-top: 20px;
}
.margin-t-2x {
  margin-top: 40px;
}
.margin-b,
.section-head,
input.filter,
.form-group.v2 .notification-preferences.open {
  margin-bottom: 20px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-4 {
  margin-bottom: 4px;
}
.margin-negative {
  margin-left: -10px;
}
.no-margin {
  margin: 0 !important;
}
html,
body {
  background-color: #464342;
  height: 100%;
}
.app-container {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.scrollable-content {
  flex: 1 1 auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.container {
  width: 1148px;
  margin: 0 auto;
  position: relative;
  flex: 1 0 auto;
}
.heading-section,
.section:first-of-type {
  border-bottom: 1px solid #f2efeb;
}
.section {
  border-bottom: 1px solid #f2efeb;
}
.section.no-border {
  border-bottom: 0;
}
.section .section {
  padding: 20px 0;
  background-color: transparent !important;
}
.section .section:last-child,
.section .section.last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.section .section.flex-1 {
  border: 0;
}
.section-head {
  display: flex;
}
.section-head .section-title {
  flex: 1;
  font-weight: 300;
  font-size: 32px;
}
.section-head .section-actions {
  flex: 1;
  text-align: right;
}
.section-head .section-actions form {
  text-align: left;
}
.search-background,
.todo-scoping {
  background-color: #f2efeb;
  border-radius: 4px;
  padding: 15px 30px 15px 30px;
  margin-top: 5px;
}
.todo-scoping {
  display: flex;
}
.todo-scoping.tagging {
  padding-top: 15px;
  margin-bottom: 15px;
}
.content {
  background-color: #f9f8f6;
}
.inline {
  display: inline-block;
}
.border {
  border-left-width: 1px;
  border-right-width: 1px;
  border: 1px solid #eee;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.full-width,
.mock-input,
.form-group.v2,
.form-group.v2 > *,
.form-group.v2 input,
.form-group.v2 .mock-input,
.form-group.v2 .styled-select,
.form-group.v2 .styled-select select,
.form-group.v2 .radio-buttons,
.form-group.v2 .error-text-placeholder,
.form-group.v2 .icon-input-wrapper,
.form-group.v2 textarea,
.form-group.v2 .recipients,
.form-group.v2 .phone-number-form,
.form-group.v2 .time-info,
.float-label,
.hint,
.passengers,
.passenger {
  width: 100%;
}
.half-width {
  width: 50%;
}
.push-right {
  margin-left: 10px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.push-down-10 {
  margin-top: 10px;
}
.border-box,
.form-group.v2 .column {
  box-sizing: border-box;
}
.flex,
.form-group.v2 .phone-number-form,
.heading-section,
.groundwork-mission {
  display: flex;
}
.flex.margin-r,
.form-group.v2 .phone-number-form.margin-r,
.heading-section.margin-r,
.groundwork-mission.margin-r {
  margin-right: 0;
}
.flex.margin-r > *,
.form-group.v2 .phone-number-form.margin-r > *,
.heading-section.margin-r > *,
.groundwork-mission.margin-r > * {
  margin-right: 10px;
}
.flex.margin-r > *:last-child,
.form-group.v2 .phone-number-form.margin-r > *:last-child,
.heading-section.margin-r > *:last-child,
.groundwork-mission.margin-r > *:last-child {
  margin-right: 0;
}
.vertical-flex {
  display: flex;
  flex-direction: column;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-7 {
  flex: 7;
}
.flex-30 {
  flex: 30;
}
.flex-three-fourth,
.flex-three-fourths {
  flex: 0 0 calc(75% - 2px);
}
.flex-two-thirds {
  flex: 0 0 calc(66.66% - 2px);
}
.flex-half,
.flex-one-half,
.form-group.v2 .floating-valid-flight {
  flex: 0 0 calc(50% - 2px);
}
.flex-third,
.flex-one-third {
  flex: 0 0 calc(33.33% - 3px);
}
.flex-fourth,
flex-one-fourth {
  flex: 0 0 calc(25% - 2px);
}
.flex-fifth,
.flex-one-fifth {
  flex: 0 0 calc(20% - 2px);
}
.flex-end {
  align-self: flex-end;
}
.no-flex {
  display: block;
}
.align-baseline {
  align-items: baseline;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-items-bottom {
  align-items: flex-end;
}
.align-bottom {
  align-self: flex-end;
}
.v-align-top {
  vertical-align: top !important;
}
.v-align-baseline {
  vertical-align: baseline !important;
}
.flex-padded {
  padding: 1em 1em 1em 0;
}
.editable-section {
  position: relative;
}
.editable-section .edit-section-actions {
  position: absolute;
  top: 20px;
  right: 40px;
}
.editable-section .edit-section-actions .sv-button {
  margin-left: 10px;
  margin-right: 0;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard {
  display: flex;
}
.dashboard .sidebar {
  align-content: flex-start;
  flex: 1;
  margin-right: 40px;
  background-color: #f9f8f6;
}
.dashboard .sidebar > label {
  flex: 0 100%;
  font-weight: 700;
  line-height: 1.5;
}
.dashboard .sidebar p {
  font-size: 0.75em;
}
.dashboard .sidebar .checkbox-button {
  margin-top: 2px;
}
.dashboard .sidebar .checkbox-button label {
  width: 100%;
  box-sizing: border-box;
}
.dashboard .vendor-sidebar {
  padding-top: 65px;
}
.dashboard .section {
  background-color: #f9f8f6;
  flex: 4;
  margin: 0;
  padding-top: 0;
}
.clip-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.croppable img {
  width: 100%;
}
.photo-upload {
  width: 80% !important;
}
pre.wrapped {
  white-space: pre-line;
}
.visuallyhidden,
.pref-checkbox input[type='checkbox'],
.apply-to-reservation-checkbox input[type='checkbox'],
.checkbox input[type='checkbox'],
.checkbox-button input[type='checkbox'],
.radio-buttons input[type='checkbox'],
.checkbox-button input[type='radio'],
.radio-buttons input[type='radio'],
.lock-button input[type='checkbox'] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.address > span {
  display: inline-block;
}
.address .street {
  white-space: nowrap;
  width: 100%;
}
.address .city + .state:before {
  content: ", ";
}
.address.implicit-state .state,
.address.implicit-state .country {
  display: none;
}
.address.implicit-country .country {
  display: none;
}
.allow-line-break {
  white-space: pre;
}
a:link,
a:visited {
  color: #cc8f77;
}
a:hover,
a:active {
  cursor: pointer;
  color: #e2dfde;
  text-decoration: underline;
}
.link,
.link:visited {
  color: #cc8f77;
  text-decoration: underline;
}
.link:hover,
.link:active {
  cursor: pointer;
  color: #e2dfde;
  text-decoration: underline;
}
.form-group .sv-button {
  min-height: 36px;
  line-height: 1.5em;
}
.form-group .sv-button.infield {
  min-height: 28px;
}
.sv-button {
  background-color: transparent;
  color: #cc8f77;
  display: inline-block;
  padding: 0.438em;
  line-height: 1.5em;
  font-weight: 400;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid #cc8f77;
  box-sizing: border-box;
  vertical-align: top;
  min-height: 28px;
}
.sv-button + .sv-button {
  margin-left: 4px;
}
.sv-button.circular {
  border-radius: 1em;
  padding: 0.21em 0.26em;
  margin-right: 5px;
  width: 1.5em;
  max-width: 1.5em;
  height: 1.5em;
  line-height: 1;
  min-height: 1.5em;
}
.sv-button.small-circular {
  font-size: 13px !important;
  border-radius: 1em;
  padding: 0.16em 0.23em;
  margin-right: 5px;
  width: 1.5em;
  max-width: 1.5em;
  height: 1.5em;
  line-height: 1;
  min-height: 1.5em;
}
.sv-button.small-circular.disabled {
  color: #434241;
  background-color: #c8c3be;
  border-color: #c8c3be;
  opacity: 0.3;
  cursor: not-allowed;
}
.sv-button.left-outdent {
  margin-left: -24px;
}
.sv-button.cancel {
  color: #716f6d;
  border-color: #c8c3be;
}
.sv-button.danger {
  color: #bd3100;
  border: 2px solid #bd3100;
}
.sv-button.success {
  color: #219c35;
  border-color: #219c35;
}
.sv-button.prominent {
  color: #fff;
  background-color: #464342;
  border-color: #464342;
}
.sv-button.cancel-prominent {
  color: #fff;
  background-color: #716f6d;
  border-color: #716f6d;
}
.sv-button.add-button {
  padding-right: 0.75em;
}
.sv-button.add-button:before {
  content: "+ ";
}
.sv-button.full-width {
  display: block;
  width: 100%;
}
.sv-button.optional {
  position: relative;
  width: calc(100% - 2em);
}
.sv-button.optional::before {
  content: "or ";
  position: absolute;
  left: -2em;
  color: #c8c3be;
  font-size: 0.9em;
}
.sv-button:disabled {
  color: #434241;
  background-color: #c8c3be;
  border-color: #c8c3be;
  opacity: 0.3;
  cursor: not-allowed;
}
.sv-button:last-child {
  margin-right: 0;
}
.sv-button:focus {
  outline: 0;
  border: 2px solid #464342;
}
.sv-button i {
  padding-right: 3px;
}
.sv-remove-button {
  cursor: pointer;
}
.sv-remove-button:hover {
  color: #c68167;
}
.sv-image-button,
.add-stop-button {
  cursor: pointer;
  line-height: 19px;
  height: inherit;
}
.sv-image-button:hover,
.add-stop-button:hover {
  color: #cc8f77;
}
.sv-image-button:hover .sv-button,
.add-stop-button:hover .sv-button {
  color: #fff;
  background-color: #c68167;
  border-color: #c68167;
}
.sv-image-button .sv-button,
.add-stop-button .sv-button {
  margin-right: 0.5em;
}
.sv-button:hover {
  color: #fff;
  background-color: #c68167;
  border-color: #c68167;
}
.sv-button.prominent:hover {
  background-color: #383635;
  border-color: #383635;
}
.sv-button.cancel-prominent:hover {
  background-color: #5a5957;
  border-color: #5a5957;
}
.sv-button.cancel:hover {
  color: $gray-0;
  background-color: #c8c3be;
  border-color: #f6f3eb;
}
.sv-button.danger:hover {
  color: #fff;
  background-color: #bd3100;
  border-color: #bd3100;
}
.sv-button:disabled:hover {
  background-color: #c8c3be;
  border-color: #c8c3be;
  color: #434241;
}
a.sv-button:link,
a.sv-button:visited,
a.sv-button:active {
  color: #cc8f77;
  text-decoration: none;
}
a.sv-button:hover {
  color: #fff;
}
a.sv-button.cancel:link,
a.sv-button.cancel:visited,
a.sv-button.cancel:hover,
a.sv-button.cancel:active {
  color: #434241;
}
.sv-action-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.small-button {
  padding: 0.125em 0.5em;
  margin-right: 5px;
  height: 30px;
}
.sv-table .sv-button.danger {
  background: transparent;
  color: #bd3100;
  font-size: 1em;
}
.sv-table .sv-button.danger:hover {
  background-color: #bd3100;
  color: #fff;
}
.sv-button.subtle.cancel,
.sv-button.subtle.cancel span {
  color: #716f6d;
}
.sv-button.subtle.success,
.sv-button.subtle.success span {
  color: #219c35;
}
.sv-button.subtle.success:hover,
.sv-button.subtle.success span:hover {
  background-color: #219c35;
  color: #fff;
  border-color: #ccffc2;
}
.case .note-input {
  width: 350px;
  height: 200px;
}
.divider1 {
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  margin-bottom: 0;
  padding: 0;
}
.divider2 {
  border: 1px solid #fff;
  border-width: 1px 0 0 0;
  margin-top: 0;
  padding: 0;
}
.vertical-divider {
  display: inline-block;
  width: 1px;
  border-left: 1px solid #fff;
  height: 1em;
  line-height: 1em;
  margin: 0 0.5em;
  background-color: #f6f3eb;
  vertical-align: middle;
}
.dropdown-menu {
  position: absolute;
  width: auto;
  min-width: 400px;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
  background: #fff;
  border-radius: 0 4px 4px 4px;
  overflow: hidden;
  z-index: 1100;
}
.dropdown-menu li {
  cursor: pointer;
  padding: 0;
}
.dropdown-menu li a {
  box-sizing: border-box;
  display: block;
  padding: 0.75em;
  color: #716f6d;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}
.dropdown-menu li a strong {
  color: #5b5654;
}
.dropdown-menu li.group {
  border-top: 2px solid #f9f8f6;
}
.dropdown-menu li.group:first-of-type {
  border: none;
}
.dropdown-menu li.active a,
.dropdown-menu a:hover {
  background-color: #f6f3eb;
  text-decoration: none;
}
.header .has-dropdown {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  position: relative;
}
.header .has-dropdown:hover .dropdown-menu {
  display: block;
}
.header .dropdown-menu {
  display: none;
  margin-top: 0.5em;
  left: -0.5em;
  width: auto;
}
.header .dropdown-menu li a {
  white-space: nowrap;
  text-decoration: none;
  text-transform: none;
}
.nav-item.has-dropdown {
  cursor: default;
}
.hover-form {
  position: fixed;
  padding: 12px;
  top: 72px;
  box-shadow: 1px 1px 15px rgba(0,0,0,0.2);
  background: #fff;
  border-radius: 0 4px 4px 4px;
  overflow: hidden;
  z-index: 1100;
  display: block;
}
#faq #faq-container .underline {
  text-decoration: underline;
}
#faq #faq-container h1 {
  margin-bottom: 1em;
}
#faq #faq-container h4 {
  margin-top: 0.75em;
}
#faq #faq-container ul {
  margin-left: 2.5em;
  list-style-type: circle;
}
#faq #faq-container ul li {
  padding-bottom: 1em;
  line-height: 1.5;
}
#faq #faq-container ol {
  margin-left: 2.5em;
  list-style-type: lower-alpha;
}
#faq #faq-container ol li {
  padding-bottom: 1em;
  line-height: 1.5;
}
#faq #faq-container ol ol {
  list-style-type: lower-roman;
}
#faq #faq-container ol ol ol {
  list-style-type: decimal;
}
.sv-file-upload .custom-file-upload {
  color: #464342;
  font-size: 2em;
  border: 5px dashed #ccc;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.5);
  margin: auto;
  padding: 50px 150px;
  min-height: 120px;
  cursor: pointer;
  text-align: center;
}
.sv-file-upload .custom-file-upload i {
  font-size: 75px;
  display: block;
}
.sv-file-upload small {
  display: block;
  font-size: 0.66em;
  line-height: 1.5;
}
.signage-preview {
  width: 100%;
  height: 12em;
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 90px;
}
.signage-preview .helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.signage-preview .signage-full-screen-preview {
  max-height: 12em;
  vertical-align: middle;
  width: 100%;
}
.signage-preview .signage-logo-preview {
  max-height: 25%;
}
.signage-preview p {
  font-size: 20px;
  white-space: pre-wrap;
}
.signage-preview.full {
  vertical-align: middle;
  height: 33em;
}
.signage-preview.full .signage-full-screen-preview {
  max-height: 33em;
  max-width: 100%;
}
.signage-preview-logo-plus-text .dasimage {
  min-height: 15em;
  text-align: center;
  background-color: #fff;
}
.signage-preview-logo-plus-text .dasimage img {
  max-height: 10em;
  max-width: 100%;
}
.signage-preview-logo-plus-text .dastext {
  height: 15em;
  text-align: center;
  background-color: #fff;
}
.signage-preview-logo-plus-text .dastext p {
  font-size: 72px;
  word-break: break-all;
}
.footer {
  padding: 1.33em 1.33em 0;
  background-color: #fff;
  text-align: right;
  flex: 0 0 3.5em;
  box-sizing: border-box;
}
.inline-edit {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.inline-edit input,
.inline-edit .sv-button {
  font-size: 0.9em;
  margin: 0;
  margin-left: 5px;
}
.inline-edit .styled-select:after {
  top: 20%;
}
.center-row {
  display: flex;
  align-items: center;
}
.center-row input,
.center-row .styled-select {
  margin: 0;
}
.center-row > *:not(:first-child) {
  margin-left: 4px;
}
input {
  display: inline-block;
  padding: 0.5em;
  line-height: 1.4em;
  border: 1px solid #efefef;
  margin-bottom: 4px;
  box-sizing: border-box;
}
input:focus {
  outline: 1px solid #464342;
  border: 1px solid #464342;
}
input.searching {
  background-image: url("/images/spinner.gif");
  background-position: 100% 35%;
  background-origin: content-box;
  background-repeat: no-repeat;
}
input.ng-valid-is-object:not(.no-check) {
  padding-right: 2em;
  background-image: url("/images/icon-check.svg");
  background-position: 99% 44%;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: 1.5em;
}
input.filter {
  padding-left: 1.75em;
  border-radius: 2em;
  outline: none;
  background-image: url("/images/icon-magnifying-glass.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 8px 54%;
}
input.filter:focus {
  box-shadow: 0 0 7px #137fe2;
}
input.time {
  width: 4.5em;
}
input.date {
  width: 6em;
}
input.small-number {
  width: 45px !important;
}
input.read-only {
  background: none;
  border: none;
}
input:disabled,
textarea:disabled {
  color: #c8c3be;
  background-color: #fbfbf9;
}
input[type='checkbox'],
input[type='radio'] {
  display: inline-block;
  width: auto;
  margin-left: 0;
}
.options-list {
  color: #716f6d;
  font-size: 0.9em;
}
.options-list .option-row {
  width: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.options-list .option-row .dummy-cell {
  min-height: 1.75em;
}
.options-list .option-row .aligned {
  line-height: 1.65em;
  height: 1.75em;
}
.options-list .type {
  display: inline-block;
}
.options-list label {
  margin: 0;
}
.options-list .spacer {
  width: 1.75em;
  display: inline-block;
}
.removable-list-item,
.removable-passenger {
  margin-left: -1.3em;
}
.removable-passenger {
  overflow: hidden;
  line-height: 3.2em;
  clear: both;
  margin-bottom: 10px;
}
.removable-passenger .guests {
  margin-right: 1.5em;
}
.removable-passenger > div {
  float: right;
}
.removable-passenger:nth-child(even) {
  background-color: rgba(240,242,242,0.8);
}
.removable-passenger .notification-options-list {
  line-height: 1em;
  margin-top: 1.1em;
}
.notification-options-list {
  max-width: 180px;
  min-width: 180px;
  width: 180px;
}
.notification {
  display: inline-flex;
  margin-bottom: 0.25em;
  padding: 0 0.5em;
  font-size: 0.8em;
  border-radius: 1em;
  border: 1px solid #f9f8f6;
  background-color: #f9f8f6;
}
.notification span {
  position: relative;
  top: 0.1em;
}
.pref-checkbox,
.apply-to-reservation-checkbox {
  vertical-align: middle;
  display: inline-block;
}
.pref-checkbox input[type='checkbox'] + label,
.apply-to-reservation-checkbox input[type='checkbox'] + label {
  position: relative;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.65em;
  text-align: center;
  color: #c8c3be;
  user-select: none;
}
.pref-checkbox input[type='checkbox'] + label:before,
.apply-to-reservation-checkbox input[type='checkbox'] + label:before {
  content: attr(data-contact);
  position: absolute;
  top: -4.2em;
  left: -1em;
  padding: 0 0.5em;
  line-height: 3;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 4px #f6f3eb;
  white-space: nowrap;
  display: none;
}
.pref-checkbox input[type='checkbox'] + label:after,
.apply-to-reservation-checkbox input[type='checkbox'] + label:after {
  content: '';
  position: absolute;
  top: -1em;
  left: 0;
  border-style: solid;
  border-width: 1em 1em 0 1em;
  border-color: #f6f3eb transparent transparent transparent;
  display: none;
}
.pref-checkbox input[type='checkbox'] + label.has-contact:hover:before,
.apply-to-reservation-checkbox input[type='checkbox'] + label.has-contact:hover:before,
.pref-checkbox input[type='checkbox'] + label.has-contact:hover:after,
.apply-to-reservation-checkbox input[type='checkbox'] + label.has-contact:hover:after {
  display: block;
}
.pref-checkbox input[type='checkbox']:checked + label,
.apply-to-reservation-checkbox input[type='checkbox']:checked + label {
  color: #cc8f77;
}
.pref-checkbox input[type='checkbox']:focus + label,
.apply-to-reservation-checkbox input[type='checkbox']:focus + label {
  color: #5a5957;
}
.pref-checkbox input[type='checkbox']:checked:focus + label,
.apply-to-reservation-checkbox input[type='checkbox']:checked:focus + label {
  color: #ba6848;
}
.checkbox {
  display: inline;
  line-height: 2.5em;
}
.checkbox input[type='checkbox'] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.8em;
  user-select: none;
  width: auto;
}
.checkbox input[type='checkbox'] + label:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 1.5em;
  height: 1.5em;
  padding-left: 0.4em;
  border-radius: 0.2em;
  border: 1px solid #e2dfde;
  background-color: #fff;
  color: #fff;
  line-height: 1.65em;
  content: '';
}
.checkbox input[type='checkbox']:checked + label:before {
  border: none;
  background-color: #cc8f77;
  content: '\2713';
}
.checkbox-button,
.radio-buttons {
  vertical-align: middle;
  display: inline;
  line-height: 2.5em;
}
.checkbox-button input[type='checkbox'] + label,
.radio-buttons input[type='checkbox'] + label,
.checkbox-button input[type='radio'] + label,
.radio-buttons input[type='radio'] + label {
  display: inline-block;
  white-space: nowrap;
  padding: 0 1em 0 1.75em;
  line-height: 50px;
  border-radius: 3px;
  background: #f9f8f6;
  color: #716f6d;
  background-image: url("/images/icon-circle.svg");
  background-size: 1em;
  background-position: 0.4em 50%;
  background-repeat: no-repeat;
  background-color: #ebe8e1;
}
.checkbox-button input[type='checkbox'] + label::selection,
.radio-buttons input[type='checkbox'] + label::selection,
.checkbox-button input[type='radio'] + label::selection,
.radio-buttons input[type='radio'] + label::selection {
  background: transparent;
}
.checkbox-button input[type='checkbox'] + label:hover,
.radio-buttons input[type='checkbox'] + label:hover,
.checkbox-button input[type='radio'] + label:hover,
.radio-buttons input[type='radio'] + label:hover {
  cursor: pointer;
  background-color: #ddd8cc;
}
.checkbox-button input[type='checkbox']:active + label,
.radio-buttons input[type='checkbox']:active + label,
.checkbox-button input[type='radio']:active + label,
.radio-buttons input[type='radio']:active + label,
.checkbox-button input[type='checkbox']:focus + label,
.radio-buttons input[type='checkbox']:focus + label,
.checkbox-button input[type='radio']:focus + label,
.radio-buttons input[type='radio']:focus + label {
  border: #464342;
}
.checkbox-button input[type='checkbox'].prominent:checked + label,
.radio-buttons input[type='checkbox'].prominent:checked + label,
.checkbox-button input[type='radio'].prominent:checked + label,
.radio-buttons input[type='radio'].prominent:checked + label {
  background-color: #464342;
}
.checkbox-button input[type='checkbox'].prominent:checked + label:hover,
.radio-buttons input[type='checkbox'].prominent:checked + label:hover,
.checkbox-button input[type='radio'].prominent:checked + label:hover,
.radio-buttons input[type='radio'].prominent:checked + label:hover {
  background-color: #464342;
}
.checkbox-button input[type='checkbox']:checked + label,
.radio-buttons input[type='checkbox']:checked + label,
.checkbox-button input[type='radio']:checked + label,
.radio-buttons input[type='radio']:checked + label {
  color: #fff;
  background-color: #cc8f77;
  background-image: url("/images/icon-check-circle.svg");
}
.checkbox-button input[type='checkbox']:checked + label:hover,
.radio-buttons input[type='checkbox']:checked + label:hover,
.checkbox-button input[type='radio']:checked + label:hover,
.radio-buttons input[type='radio']:checked + label:hover {
  background-color: #c68167;
}
.checkbox-button input[type='checkbox']:checked + label.prominent,
.radio-buttons input[type='checkbox']:checked + label.prominent,
.checkbox-button input[type='radio']:checked + label.prominent,
.radio-buttons input[type='radio']:checked + label.prominent {
  background-color: #464342;
}
.lock-button {
  vertical-align: middle;
  display: inline;
  line-height: 2.5em;
}
.lock-button input[type='checkbox'] + label {
  display: inline-block;
  white-space: nowrap;
  padding: 0 1em 0 1.75em;
  line-height: 30px;
  border-radius: 3px;
  background: #f9f8f6;
  color: #716f6d;
  background-image: url("/images/icon-circle.svg");
  background-size: 1em;
  background-position: 0.4em 50%;
  background-repeat: no-repeat;
  background-color: #ebe8e1;
}
.lock-button input[type='checkbox'] + label::selection {
  background: transparent;
}
.lock-button input[type='checkbox'] + label:hover {
  cursor: pointer;
  background-color: #ddd8cc;
}
.lock-button input[type='checkbox']:checked + label {
  color: #fff;
  background-color: #cc8f77;
  background-image: url("/images/icon-check-circle.svg");
}
.lock-button input[type='checkbox']:checked + label:hover {
  background-color: #c68167;
}
.lock-button input[type='checkbox']:checked + label.prominent {
  background-color: #464342;
}
.large {
  width: 21.3em;
}
.medium {
  width: 10.5em;
}
.small {
  width: 4.5em;
}
.x-small {
  width: 3em;
}
textarea {
  width: 100%;
  padding: 1em 0.5em;
  border: 1px solid #efefef;
  box-sizing: border-box;
  resize: none;
  height: 96px;
}
textarea:focus {
  outline: 1px solid #464342;
  border: 1px solid #464342;
}
textarea.short {
  height: 73px;
}
textarea.tall {
  height: 192px;
}
textarea.wide {
  width: 600px;
}
input.ng-invalid.ng-dirty {
  border: 1px solid #b50000;
}
label {
  display: block;
}
td > label,
td > input,
td > input[type='text'],
td > input[type='number'],
td > textarea {
  margin: 0;
}
td input.full-width {
  width: auto;
}
.sv-table .form-tr .location-cell .checkbox {
  max-width: 45px;
}
.sv-table .form-tr .location-cell input:not([type="checkbox"]) {
  max-width: 105px;
}
.sv-table .form-tr td > .styled-select {
  margin-left: -0.7em;
}
.sv-table input[name=city],
.sv-table input[name=airport] {
  width: 12em;
}
.input-group {
  margin: 15px 0;
}
.text-field-with-radio-buttons input,
.text-field-with-radio-buttons label {
  display: inline-block;
}
.text-field-with-radio-buttons td {
  padding: 0 10px 0 10px;
}
.dark-alternate .form-group {
  border-top-color: #f6f3eb;
  border-bottom-color: #f9f8f6;
}
.dark-alternate .form-group:nth-child(even) {
  background-color: rgba(249,248,246,0.2);
}
.sv-location-picker input.inline {
  width: 77%;
  margin-left: 5px;
  margin-bottom: 0;
}
.icon-input-wrapper {
  position: relative;
}
.icon-input-wrapper input {
  padding-right: 2.2em;
  width: 100%;
}
.icon-input-wrapper .icon {
  position: absolute;
  top: 0.8em;
  right: 0.6em;
}
.icon-input-wrapper-with-label {
  position: relative;
}
.icon-input-wrapper-with-label input {
  padding-right: 2.2em;
  width: 100%;
}
.icon-input-wrapper-with-label .icon {
  position: absolute;
  top: 2em;
  right: 0.6em;
}
.mock-input {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.mock-input.focused {
  outline: 1px solid #464342;
  border: 1px solid #464342;
}
.mock-input input {
  color: #434241;
  background: none;
  border: none;
}
.mock-input input:focus {
  outline: none;
}
.closable,
.stop .column,
.form-group.v2 .recipient,
.sv-credit-cards .card,
.passenger {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.closable:nth-of-type(odd),
.stop .column:nth-of-type(odd),
.form-group.v2 .recipient:nth-of-type(odd),
.sv-credit-cards .card:nth-of-type(odd),
.passenger:nth-of-type(odd),
.closable:nth-of-type(odd) .cancel,
.stop .column:nth-of-type(odd) .cancel,
.form-group.v2 .recipient:nth-of-type(odd) .cancel,
.sv-credit-cards .card:nth-of-type(odd) .cancel,
.passenger:nth-of-type(odd) .cancel {
  background-color: #f5f3f0;
}
.closable .cancel,
.stop .column .cancel,
.form-group.v2 .recipient .cancel,
.sv-credit-cards .card .cancel,
.passenger .cancel {
  height: 1em;
  width: 2.1em;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: -2.1em;
  text-align: center;
  border: 0;
}
.closable .cancel:hover,
.stop .column .cancel:hover,
.form-group.v2 .recipient .cancel:hover,
.sv-credit-cards .card .cancel:hover,
.passenger .cancel:hover {
  color: #bd3100;
  cursor: pointer;
}
.stop-controls {
  height: 1em;
  width: 1.1em;
  position: absolute;
  box-sizing: border-box;
  top: 1.5em;
  left: -1.05em;
  text-align: center;
  border: 0;
}
.stop-controls:hover {
  cursor: pointer;
}
.stop-controls.top {
  top: 0em;
}
.cancel:hover {
  cursor: pointer;
  color: #bd3100;
}
.cancel-margin {
  margin-top: 2em;
  margin-bottom: 2em;
}
.definition-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0.5em 5px;
}
.definition-list dd {
  font-weight: 700;
}
.definition-list.closable .cancel {
  padding-top: 0.5em;
}
.definition-list.normal-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.stop {
  margin: 0 -40px;
  padding: 10px 40px;
}
.stop .column {
  background-color: transparent;
}
.stop .column:nth-of-type(odd),
.stop .column:nth-of-type(odd) .cancel {
  background-color: transparent;
}
.stop:nth-of-type(odd),
.stop:nth-of-type(odd) .column,
.stop:nth-of-type(odd)::after {
  background-color: #f5f3f0;
}
.stop .map-wrapper {
  margin: 5px 0 5px 20px;
}
.add-stop-button {
  margin: 1em 0;
}
.estimated-travel-time-wrapper .estimated-travel-time {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: auto;
  flex: 1;
  align-items: center;
  height: 60px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-color: #fff;
  border: 1px solid #efefef;
  box-sizing: border-box;
  width: 495px !important;
}
.estimated-travel-time-wrapper .estimated-travel-time .travel-time {
  background: #cc8f77;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #fff;
  position: relative;
}
.estimated-travel-time-wrapper .estimated-travel-time .travel-time >.number {
  font-size: 24px;
  position: absolute;
  width: 100%;
  top: 8px;
}
.estimated-travel-time-wrapper .estimated-travel-time .travel-time >.unit {
  font-size: 18px;
  position: absolute;
  bottom: 8px;
  width: 100%;
}
.estimated-travel-time-wrapper .estimated-travel-time .travel-time >.loading {
  border: 5px solid rgba(240,242,242,0.5);
  border-top: 5px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 10px auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.estimated-travel-time-wrapper .estimated-travel-time .travel-eta {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  align-items: center;
}
.estimated-travel-time-wrapper .estimated-travel-time .travel-eta >.text {
  font-size: 20px;
  padding: 10px;
}
.estimated-travel-time-wrapper .disclaimer-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: auto;
  flex: 1;
  align-items: center;
  width: 495px !important;
}
.estimated-travel-time-wrapper .disclaimer-text p {
  color: #cc8f77 !important;
}
.form-group.v2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}
.form-group.v2 > .form-group {
  margin-right: 0;
}
.form-group.v2 .form-group {
  border: 0;
}
.form-group.v2 .error-text {
  padding-bottom: 5px;
}
.form-group.v2 .column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
}
.form-group.v2 .column:last-child {
  margin-right: 0;
}
.form-group.v2 .column:only-of-type {
  margin-right: 50%;
  padding-right: 17px;
}
.form-group.v2 .column.three-fourths {
  margin-right: 25%;
}
.form-group.v2 .column .dropdown-menu {
  width: auto;
}
.form-group.v2 .warning-column {
  display: flex;
  max-width: 415px;
}
.form-group.v2 .warning-column .fa {
  line-height: 30px;
}
.form-group.v2 .warning-column p {
  padding: 4px;
}
.form-group.v2 input,
.form-group.v2 .mock-input,
.form-group.v2 .styled-select,
.form-group.v2 .styled-select select,
.form-group.v2 .radio-buttons {
  height: 50px;
}
.form-group.v2 input.inline-radio,
.form-group.v2 .mock-input.inline-radio,
.form-group.v2 .styled-select.inline-radio,
.form-group.v2 .styled-select select.inline-radio,
.form-group.v2 .radio-buttons.inline-radio {
  width: unset;
  height: unset;
}
.form-group.v2 .checkbox {
  margin-right: 1em;
}
.form-group.v2 .location-cell .checkbox {
  margin-right: 0.25em;
}
.form-group.v2 .no-right-margin {
  margin-right: 0;
}
.form-group.v2 .radio-buttons {
  margin-bottom: 4px;
}
.form-group.v2 input.country-code {
  width: calc(100% - 4px);
}
.form-group.v2 .recipient .contact-info {
  flex: 2;
}
.form-group.v2 .recipient .notification-options-list {
  flex: 1;
}
.form-group.v2 .recipient .reservations-options {
  width: 100%;
}
.form-group.v2 .recipient .reservations-options .options-container {
  background-color: #e9e6de;
  display: flex;
  width: 100%;
}
.form-group.v2 .recipient .reservations-options .action-title {
  flex: 2;
  padding: 0.5em;
}
.form-group.v2 .recipient .reservations-options .reservations-options-list {
  flex: 1;
  max-width: 180px;
  min-width: 180px;
  width: 180px;
  padding-top: 0.4em;
}
.form-group.v2 .notification-preferences {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 0;
  overflow: hidden;
}
.form-group.v2 .notification-preferences.open {
  height: auto;
}
.form-group.v2 .form-group-title {
  flex: 0 100%;
}
.form-group.v2 .phone-number-form .type {
  padding-left: 4px;
}
.form-group.v2 .time-info {
  font-size: 14px;
  position: relative;
  text-align: right;
  top: -2.4em;
  margin-right: 13px;
  height: 0;
}
.form-group.v2 .floating-valid-flight {
  position: relative;
}
.form-group.v2 .floating-valid-flight >.valid-flight {
  position: absolute;
  margin-top: 5px;
  top: 0;
  right: 5px;
}
.form-group.v2 .floating-valid-flight >.valid-flight >button {
  font-size: 13px;
}
.form-group.v2 .floating-valid-flight >.valid-flight >button,
.form-group.v2 .floating-valid-flight >.valid-flight >.hint {
  height: 40px;
  width: 140px;
  box-sizing: border-box;
}
.form-group.v2 .floating-valid-flight >.valid-flight >.hint {
  text-align: center;
}
.form-group.v2.stop {
  border-bottom: 0;
}
.form-group.v2 .x-small {
  width: 3em;
}
.float-label {
  height: 0;
  position: relative;
  top: 1.1em;
  left: 10px;
  color: #c8c3be;
  transition: all 0.3s ease-in-out;
}
.float-label.floating {
  top: 0.65em;
  font-size: 0.8em;
  color: #cc8f77;
}
.float-label.floating + input {
  padding-top: 0.9em;
  padding-bottom: 0.1em;
}
.float-label.floating + .styled-select select {
  line-height: 3.75em;
}
.file-upload-button + .file-upload {
  visibility: hidden;
}
.header {
  width: 100%;
  padding: 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  flex: 0 0 auto;
  position: fixed;
  z-index: 10001;
}
.header .container {
  height: 4.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  padding-top: 7px;
  width: 129px;
}
@media screen and (max-width: 1148px) {
  .header .logo {
    padding-left: 10px;
  }
}
.header .nav-item {
  display: inline;
  font-weight: 400;
  font-size: 1.1em;
  text-decoration: none;
  color: #989898;
  text-transform: uppercase;
  margin: 0 0 0 1em;
}
.header .nav-item:hover {
  color: #cc8f77;
}
.header input {
  margin-bottom: 0;
  margin-left: 1.5em;
  vertical-align: top;
}
.header .sv-button {
  vertical-align: top;
}
.heading-section {
  justify-content: space-between;
  align-items: baseline;
}
.heading-section .page-title {
  margin-bottom: 0;
}
.heading-section .booking-source {
  font-size: 0.5em;
  font-weight: 400;
}
.heading-section .greeter_required {
  font-size: 0.5em;
  font-weight: 400;
}
.status-block .status {
  display: inline-block;
}
.status-block .status .danger-text,
.status-block .status .warning-text {
  font-weight: 500;
}
.status-block .status .tag {
  margin: 0;
}
.header-padding {
  padding-top: 4.5em;
}
.nav-util-holder .nav-util {
  float: left;
  display: block;
}
@media screen and (max-width: 1148px) {
  .nav-util-holder .nav-util {
    display: none;
  }
}
.nav-util-holder button.nav-util,
.nav-util-holder .resource-holder {
  margin-top: 5px;
}
.help-text {
  position: relative;
  color: #5b5654;
  cursor: default;
  top: -1em;
  left: 1em;
}
.help-text:hover dl {
  display: block;
  width: 200px;
}
.help-text dl {
  display: none;
  font-family: 'Inconsolata', 'Monaco';
  position: absolute;
  bottom: -5.2em;
  left: 33px;
  padding: 0.5em;
  box-shadow: 5px 5px 10px rgba(200,195,190,0.2);
  background-color: #c8c3be;
  border-radius: 4px;
  box-sizing: border-box;
}
.help-text dl:before {
  content: "";
  border-style: solid;
  border-width: 0.5em;
  border-color: transparent #c8c3be transparent transparent;
  position: absolute;
  bottom: 5em;
  margin-left: -1.5em;
  filter: drop-shadow(0px 5px 5px rgba(113,111,109,0.2));
}
.help-text dl .help-hover {
  display: block;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
}
.help-text dl dt {
  padding: 0;
  margin: 0;
  font-size: 12px !important;
  line-height: 16px !important;
  display: inline-block;
  color: $black;
  text-align: left;
}
.help-text.expand-right dl {
  left: 0;
}
.help-text.expand-right dl:before {
  left: 0.75em;
  margin: 0;
}
.hint {
  padding: 10px 5px;
  background-color: #f2efeb;
  color: #c8c3be;
  border-radius: 2px;
  box-sizing: border-box;
}
h3 .hint {
  margin-left: 1em;
  font-size: 0.8em;
}
.highlighted-border {
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #f58104;
  border-radius: 4px;
}
.update {
  padding: 1em 1em 0 1em;
  margin: 0 -1em 0.5em;
}
.update .update-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.update .update-header:before {
  content: '\2713';
  color: #219c35;
  display: inline-block;
  width: 1.2em;
  margin-top: 4px;
}
.update .update-header .title,
.update .update-header .creation-details {
  flex: 1;
}
.update .update-header .title {
  font-size: 1.2em;
  font-weight: bold;
}
.update .update-header .creation-details {
  text-align: right;
  font-size: 0.9em;
  color: #c8c3be;
}
.update .summary {
  margin: 0 0 0 1.2em;
  color: #716f6d;
  line-height: 1.3;
}
.update .report {
  margin: 0.5em 0 0 1.5em;
  font-size: 0.8em;
}
.sv-blue-icon {
  color: #cc8f77;
}
.sv-dark-blue-icon {
  color: #464342;
}
.sv-success-icon {
  color: #219c35;
}
.sv-warning-icon {
  color: #f58104;
}
.sv-danger-icon,
a.sv-danger-icon {
  color: #bd3100;
}
a.sv-danger-icon {
  text-decoration: none;
}
a.sv-danger-icon:hover {
  color: #ed3d00;
}
.sv-white-icon {
  color: #fff;
}
.vendor-icon {
  color: #505050;
}
.groundwork-mission {
  justify-content: center;
}
.groundwork-mission img {
  height: 55px;
  width: 55px;
}
.fa-fw.fa-car,
.fa-fw.fa-building {
  width: 2em;
}
.fa.fa-thumbs-o-down,
.fa.fa-thumbs-o-up {
  font-size: 3em;
}
.fa.fa-phone {
  color: #219c35;
}
.fa.fa-phone.system {
  color: #cc8f77;
}
.sv-editable {
  cursor: pointer;
  border-bottom: 1px solid #f6f3eb;
}
.sv-editable:hover {
  border-bottom-color: #c8c3be;
}
.calendar-container {
  position: relative;
}
.calendar-container .calendar {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
  padding: 10px;
}
.calendar-container .calendar .actions {
  text-align: right;
}
.calendar-container .calendar .controls {
  margin: 10px 0;
}
.calendar-container .calendar .shadeDay {
  background-color: #f4f4f4;
}
.calendar-container .calendar table thead {
  font-weight: bold;
}
.calendar-container .calendar table td {
  padding: 5px;
}
.calendar-container .calendar table tbody td:hover {
  cursor: pointer;
  background-color: #f2efeb;
}
.sv-credit-cards ul {
  width: 100%;
}
.sv-credit-cards .card {
  min-height: 2em;
  padding-top: 1em;
}
.sv-loading-mask {
  position: relative;
/* Loading animation container */
}
.sv-loading-mask .dimmer {
  opacity: 0.4;
  min-height: 10em;
}
.sv-loading-mask .spinner-container {
  position: absolute;
  z-index: 1000;
  top: 125px;
  left: 50%;
  width: 112px;
  height: 112px;
  margin: -56px 0 0 -56px;
/* Spinning circle (inner circle) */
/* Spinning circle mask */
/* Spinner */
}
.sv-loading-mask .spinner-container .maskedCircle {
  width: 80px;
  height: 80px;
  border-radius: 48px;
  border: 12px solid #cc8f77;
}
.sv-loading-mask .spinner-container .mask {
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.sv-loading-mask .spinner-container .spinner {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 104px;
  height: 104px;
  animation: spin 1s infinite linear;
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sv-table .message {
  margin: 0 -1.7%;
  position: relative;
  background-color: #fee2a1;
}
.sv-table .message:nth-of-type(even) {
  background-color: #fee2a1;
}
.modal-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(226,223,222,0.9);
  z-index: 800;
  overflow-y: auto;
}
.modal-background.grey {
  background-color: rgba(200,195,190,0.9);
}
.modal-container {
  position: absolute;
  width: 600px;
  top: 200px;
  left: 50%;
  margin-left: -300px;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.15);
  z-index: 900;
  margin-bottom: 100px;
}
.modal-container.wide {
  margin-left: -500px;
  width: 1000px;
}
.modal-header {
  position: relative;
  border-radius: 4px 4px 0 0;
  background-color: #fbfbf9;
}
.modal-header + .modal-content {
  border-radius: 0;
}
.modal-header.thin {
  padding-bottom: 10px;
}
.close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-content {
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  overflow-y: hidden;
}
.modal-content pre {
  line-height: 1.35;
}
.modal-content.thin {
  padding: 10px;
}
.modal-footer {
  background-color: #fbfbf9;
  border-radius: 0 0 4px 4px;
}
.flash-container {
  flex: 0 0 auto;
  z-index: 1000;
  overflow: hidden;
  position: relative;
}
.covering-flash-container {
  flex: 0 0 auto;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  top: 4.5em;
  width: 100%;
}
.flash-section {
  width: 100%;
}
.animated-flash {
  animation: expose 5s;
}
.sticky-flash {
  padding: 15px 0;
}
.flash-message {
  text-align: center;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  overflow: hidden;
}
.flash-message p {
  margin: 0;
}
.flash-message .dismiss {
  line-height: 1.2em;
  font-weight: 700;
  font-size: 20px;
}
.flash-message .dismiss:hover {
  cursor: pointer;
}
.flash-message.dismissed {
  display: none;
}
.flash-message.flash-success {
  background-color: #ccffc2;
  color: #219c35;
  border-color: #219c35;
}
.flash-message.flash-success .dismiss {
  font-weight: 700;
}
.flash-message.flash-success .dismiss:hover {
  color: #24a93a;
}
.flash-message.flash-error {
  background-color: #ffc7c7;
  color: #bd3100;
  border-color: #bd3100;
}
.flash-message.flash-error .dismiss {
  font-weight: 700;
}
.flash-message.flash-warning {
  background-color: #fee2a1;
  color: #f58104;
  border-color: #f58104;
}
.flash-message.flash-warning .dismiss {
  font-weight: 700;
}
.flash-message.flash-pinned {
  width: 100%;
  position: fixed;
  margin: 0;
  color: #000;
  border-color: #000;
  background-color: #fee2a1;
}
.flash-message.flash-pinned + .flash-message {
  margin-top: 50px;
}
@-moz-keyframes expose {
  0% {
    padding: 0 0;
    height: 100%;
  }
  25% {
    padding: 15px 0;
    height: 100%;
  }
  75% {
    padding: 15px 0;
    height: 20px;
  }
  100% {
    padding: 0 0;
    height: 0;
  }
}
@-webkit-keyframes expose {
  0% {
    padding: 0 0;
    height: 100%;
  }
  25% {
    padding: 15px 0;
    height: 100%;
  }
  75% {
    padding: 15px 0;
    height: 20px;
  }
  100% {
    padding: 0 0;
    height: 0;
  }
}
@-o-keyframes expose {
  0% {
    padding: 0 0;
    height: 100%;
  }
  25% {
    padding: 15px 0;
    height: 100%;
  }
  75% {
    padding: 15px 0;
    height: 20px;
  }
  100% {
    padding: 0 0;
    height: 0;
  }
}
@keyframes expose {
  0% {
    padding: 0 0;
    height: 100%;
  }
  25% {
    padding: 15px 0;
    height: 100%;
  }
  75% {
    padding: 15px 0;
    height: 20px;
  }
  100% {
    padding: 0 0;
    height: 0;
  }
}
.sv-pagination {
  margin: 40px auto;
}
.sv-pagination li {
  display: inline-block;
}
.sv-pagination li:nth-child(2),
.sv-pagination li:nth-child(3),
.sv-pagination li:nth-last-child(1),
.sv-pagination li:nth-last-child(2) {
  margin-left: -4px;
}
.sv-pagination li:first-child a {
  border-left: 1px solid #f6f3eb;
  border-radius: 3px 0 0 3px;
}
.sv-pagination li:last-child a {
  border-radius: 0 3px 3px 0;
}
.sv-pagination a {
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-right: 1px solid #f6f3eb;
  border-top: 1px solid #f6f3eb;
  border-bottom: 1px solid #f6f3eb;
  background-color: rgba(255,255,255,0.5);
}
.sv-pagination a:hover {
  cursor: pointer;
  background-color: #f9f8f6;
  color: #464342;
}
.sv-pagination .active > a {
  background-color: #cc8f77;
  border-color: #cc8f77;
  color: #fff;
}
.passenger {
  display: flex;
  justify-content: space-between;
  padding: 1em 0.5em;
}
.passenger .contact-info p {
  margin-bottom: 0;
}
.passenger .guest-count > input {
  width: 2.9em;
}
.passenger .passenger-notification-prefs {
  width: 34%;
}
.reservation {
  background: #fff;
  padding: 0;
  margin: 0 -1em 1.5em;
  border-radius: 0.5em;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  border: 2px solid transparent;
  border-top-color: #fbfbf9;
}
.reservation .res-header {
  padding: 1em;
  background-color: #fbfbf9;
  position: relative;
  border-radius: 0.5em 0.5em 0 0;
  border-bottom: 1px solid #f9f8f6;
}
.reservation .res-header .date-time {
  font-size: 1.2em;
}
.reservation .res-header .date,
.reservation .res-header .id-numbers dd:first-of-type {
  padding-right: 0.75em;
  border-right: 1px solid #f9f8f6;
}
.reservation .res-header .time,
.reservation .res-header .id-numbers dt:first-of-type {
  padding-left: 0.5em;
  border-left: 1px solid #fff;
}
.reservation .res-header .id-numbers {
  position: absolute;
  right: 1em;
  top: 1em;
}
.reservation .res-header .id-numbers dt,
.reservation .res-header .id-numbers dd {
  display: inline-block;
}
.reservation .res-header .id-numbers dt {
  color: #5b5654;
  margin-left: 0.5em;
}
.reservation .res-details {
  display: flex;
}
.reservation .res-details > * {
  padding: 1em;
  border-left: 1px solid #f9f8f6;
}
.reservation .res-details > *:first-child {
  border: 0;
}
.reservation .res-details dt,
.reservation .res-details .status {
  font-size: 0.9em;
  margin-bottom: 1em;
  color: #5b5654;
}
.reservation .res-details dt a,
.reservation .res-details .status a,
.reservation .res-details dt i,
.reservation .res-details .status i {
  float: right;
}
.reservation .res-details .passengers {
  flex: 1.25;
}
.reservation .res-details .vehicle {
  flex: 0.75;
}
.reservation .res-details .itinerary {
  flex: 2.5;
}
.reservation .res-details .itinerary .itinerary-steps {
  font-size: 0.9em;
}
.reservation .res-details .itinerary .itinerary-steps li {
  margin-bottom: 0.75em;
}
.reservation .res-details .actions {
  flex: 1.25;
}
.reservation .res-details .actions .sv-button,
.reservation .res-details .actions input {
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 0.25em;
}
.reservation .res-notes {
  padding: 1em;
  background-color: #fbfbf9;
  border-radius: 0 0 0.5em 0.5em;
  border-top: 2px solid #fff;
  position: relative;
}
.reservation .res-notes:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f9f8f6;
  position: absolute;
  top: -2px;
  left: 0;
}
.reservation .res-notes p {
  margin: 0;
  line-height: 1;
}
.reservation .res-notes p:before {
  content: 'Note';
  font-size: 0.75em;
  padding: 0.125em 0.5em;
  margin-right: 0.5em;
  background-color: #f5d600;
  border-radius: 1.5em;
}
.reservation.cancelled {
  opacity: 0.6;
  box-shadow: none;
}
.reservation:hover.viewable {
  border: 2px solid #e2dfde;
  cursor: pointer;
  background-color: #fafafa;
}
.reservation:hover.viewable .res-header {
  background-color: #f7f7f3;
}
.reservation:hover.viewable .actions {
  cursor: auto;
}
.styled-select {
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.4em;
  border: 1px solid #efefef;
  box-sizing: border-box;
  color: #c8c3be;
  background: #fff;
  background-image: url("/images/icon-bracket-down.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
  height: 50px;
  min-width: 10em;
}
.styled-select.v-middle {
  vertical-align: middle;
}
.styled-select.locked {
  background-image: url("/images/lock-solid.svg");
}
.styled-select select {
  -moz-appearance: window;
  -webkit-appearance: none;
  height: 50px;
  padding: 0 0.5em;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
}
.styled-select select option {
  padding: 0.25em 0.5em;
}
.styled-select select:focus {
  border: 2px solid #464342;
  outline: 0;
}
.styled-select select.ng-pristine {
  color: #c8c3be;
}
td .styled-select {
  display: block;
  width: 100%;
  vertical-align: top;
}
.sign-in,
.password-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e2dfde;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex: 1 1 auto;
}
.sign-in .logo,
.password-reset .logo {
  margin-bottom: 10px;
  width: 175px;
}
.sign-in form,
.password-reset form {
  margin-top: 10px;
}
.sign-in .container,
.password-reset .container {
  flex: initial;
  width: 350px;
  margin-top: -15%;
}
.sign-in input,
.password-reset input {
  width: 100%;
}
.sign-in .email-field,
.password-reset .email-field {
  background-image: url("/images/ic-user.png");
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 35px;
}
.sign-in .password-field,
.password-reset .password-field {
  background-image: url("/images/ic-login-password.png");
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 35px;
}
.sign-in .flash-section,
.password-reset .flash-section {
  top: 0;
}
.sign-in a:hover,
.password-reset a:hover {
  color: #434241;
}
.summary .summary-group > dt label {
  color: #716f6d;
}
.summary .summary-group > dt {
  width: 155px;
  color: #000;
}
.summary .summary-group > dt,
.summary .summary-group > dd {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.2em;
}
.summary .summary-group > dd {
  width: 345px;
  color: #5b5654;
}
.summary .summary-group.slim > dt,
.summary .summary-group.slim > dd {
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
}
.summary.wide dt {
  width: 600px;
}
.summary.indented dt {
  padding-left: 20px;
}
.summary .summary-group-title {
  font-weight: 500;
  color: #716f6d;
  font-size: 1.2em;
  letter-spacing: 0.06em;
  margin-bottom: 1.5em;
}
.summary .SE-modal-text {
  color: #cc8f77 !important;
}
.summary .SE-modal-group {
  margin-top: 30px;
}
.summary.stacked .summary-group {
  padding-bottom: 1em;
  padding-top: 1em;
  margin: 0;
  border-bottom: 1px solid #f6f3eb;
  border-top: 1px solid #f9f8f6;
}
.summary.stacked .summary-group:first-of-type {
  border-top: 0;
}
.summary.stacked .summary-group:last-of-type {
  border-bottom: 0;
}
.summary.stacked .summary-group > dt,
.summary.stacked .summary-group > dd {
  display: block;
  width: auto;
  margin-bottom: 0.25em;
  padding-bottom: 0;
}
.summary.stacked .summary-group > dt {
  opacity: 0.8;
}
.summary.stacked .summary-group > dd .tel {
  white-space: nowrap;
  min-width: 8.4em;
  padding-left: 1em;
}
.summary.stacked .summary-group .flex,
.summary.stacked .summary-group.flex {
  margin: 0.5em 0;
  display: flex;
  justify-content: space-between;
}
.summary-title {
  padding: 25px 40px;
  background-color: #fbfbf9;
}
.summary-title .reference-number {
  font-size: 0.6em;
  margin-left: 0.6em;
}
.summary-title.vendor {
  background-color: #505050;
  color: #fff;
}
.summary-title.vendor .section-title {
  color: #fff;
}
.summary-title.vendor .inline-edit {
  color: #fff;
}
.summary-title.vendor-dashboard {
  padding: 5px 40px;
  background-color: #505050;
}
.summary-title .section-title {
  margin: 0;
}
.price-sheet .summary dt {
  width: 600px;
  padding-left: 20px;
}
.itinerary-steps {
/*position: relative;*/
  margin-top: 1em;
}
.itinerary-steps > li {
  position: relative;
  margin-bottom: 1.2em;
}
.itinerary-steps > li:before {
  content: '';
  display: inline-block;
  height: 1em;
  width: 1em;
  background-color: #fff;
  margin: 0 0.66em 0 0;
  box-sizing: border-box;
  border: 6px solid #e2dfde;
  border-radius: 50% 50% 0 50%;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
}
.itinerary-steps > li .time {
  display: inline-block;
  font-weight: 700;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.itinerary-steps > li .location-name {
  font-weight: 700;
}
.itinerary-steps > li .location,
.itinerary-steps > li .flight-details {
  margin-left: 1.5em;
  line-height: 1.5em;
}
.itinerary-steps > li .flight-details {
  margin-left: 1.9em;
  margin-top: 1em;
  font-size: 0.8em;
}
.itinerary-steps > li .time,
.itinerary-steps > li .time-conversions {
  color: #808080;
}
.itinerary-steps .step-details {
  display: flex;
  width: 100%;
  padding-left: 4.66em;
  box-sizing: border-box;
}
.itinerary-steps .detail {
  box-sizing: border-box;
  min-width: 80px;
  margin: 0.5em 1em 0 0;
  padding-right: 1em;
  border-right: 1px solid #bebebe;
}
.itinerary-steps .detail.time-comparison {
  min-width: 100px;
}
.itinerary-steps .detail:last-of-type {
  border-right: 0;
}
.itinerary-steps .detail dt,
.itinerary-steps .detail dd {
  font-size: 0.8em;
  margin: 0;
}
.itinerary-steps .detail dt *,
.itinerary-steps .detail dd * {
  font-size: 1em;
}
.itinerary-steps li:last-of-type .step-details {
  float: left;
}
.timezone {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.33em;
  margin: 0 0 0 0.25em;
  border-radius: 5px;
  float: right;
}
.sv-table {
  width: 101.4%;
  margin: 0 0 20px -0.7%;
}
.sv-table.no-offset {
  margin-left: 0px;
}
.sv-table th {
  text-align: left;
  font-weight: normal;
  padding: 1.5em 0.5em 0.5em 0.5em;
  color: #716f6d;
}
.sv-table th.text-center {
  text-align: center;
}
.sv-table th h4 {
  color: #c8c3be;
  text-transform: uppercase;
  font-size: 1.1em;
}
.sv-table th.task {
  width: 25%;
}
.sv-table th.sortable {
  cursor: pointer;
}
.sv-table tr.bg-mod-grey-4:nth-child(even) {
  background-color: #f9f8f6;
}
.sv-table tr {
  padding-left: 0;
}
.sv-table tr:first {
  padding-left: 0;
}
.sv-table tr:nth-child(even) {
  background-color: #fff;
}
.sv-table tr.running-total {
  background-color: #f9f8f6;
}
.sv-table tr.running-total td,
.sv-table tr.subtotal td {
  font-weight: 700;
}
.sv-table tr.subtotal {
  background-color: #f6f3eb;
}
.sv-table tr.total {
  background-color: #716f6d;
  color: #fff;
  font-weight: 800;
}
.sv-table tr.form-tr {
  background-color: transparent !important;
}
.sv-table tr.align-bottom td {
  vertical-align: bottom;
}
.sv-table tr.short td,
.sv-table tr th {
  padding: 0;
}
.sv-table tr.short td.for-checkboxes,
.sv-table tr th.for-checkboxes {
  display: table-cell;
  line-height: 3.5em;
}
.sv-table tr.overdue > td:first-child {
  position: relative;
}
.sv-table tr.overdue > td:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  width: 4px;
  background-color: #bd3100;
  border-radius: 3px 0 0 0;
}
.sv-table td {
  padding: 0.7em 0.7em 0.7em 0.5em;
  vertical-align: middle;
  line-height: 1.5;
}
.sv-table td.status {
  width: 13%;
}
.sv-table td.full-row {
  width: 100%;
}
.sv-table td.value,
.sv-table td.date-time {
  width: 14%;
  text-align: right;
  border-left: 1px solid #f6f3eb;
}
.sv-table td.value:first-of-type,
.sv-table td.date-time:first-of-type {
  border-left: 0;
}
.sv-table td.units {
  width: 5%;
  color: #c8c3be;
}
.sv-table td.date-time span.date {
  color: #c8c3be;
  margin-right: 0.5em;
}
.sv-table td.multiply,
.sv-table td.subtract,
.sv-table td.add,
.sv-table td.equals {
  padding-left: 3em;
  background-size: 0.75em;
  background-repeat: no-repeat;
  background-position: 1em 50%;
}
.sv-table td.multiply {
  background-image: url("/images/icon-times.svg");
}
.sv-table td.subtract {
  background-image: url("/images/icon-minus.svg");
}
.sv-table td.add {
  background-image: url("/images/icon-plus.svg");
}
.sv-table td.equals {
  background-image: url("/images/icon-equals.svg");
}
.sv-table td.disabled:before {
  content: '--';
  color: #d3d3d3;
}
.sv-table td.three-quarters-width {
  width: 75%;
}
.sv-table a {
  color: #464342;
}
.sv-table.linkable tbody tr:hover {
  background-color: rgba(242,239,235,0.5);
  cursor: pointer;
}
.sv-table.hoverable tbody tr:hover {
  background-color: #fff;
}
.sv-table.expanded td {
  line-height: 2em;
}
.sv-table.fixed {
  table-layout: fixed;
}
.sv-table.transparent tr {
  background-color: transparent !important;
}
.sv-table.condensed {
  margin: 0 0 20px 0;
}
.sv-table.condensed th {
  padding-left: 0;
}
.sv-table.condensed td {
  padding-left: 0;
  padding-right: 0;
}
.sv-table .adjust-float-label .float-label {
  top: 0.5em;
}
.sv-table .adjust-float-label .floating {
  top: 0.2em;
}
.sv-table-actions {
  margin-bottom: 30px;
  height: 30px;
}
.sv-table-actions .sv-action-item {
  vertical-align: top;
  display: inline-block;
}
.sv-table-actions .sv-action-item:nth-child(2) {
  padding-top: 5px;
}
.bottom-border {
  border-bottom: 1px solid #e2dfde;
}
.sv-table thead tr {
  background-color: transparent !important;
}
.sv-table thead tr + tr th {
  padding-top: 0.5em;
}
.sv-tab-container {
  border-bottom: 1px solid #c8c3be;
  margin-left: -40px;
  padding-left: 40px;
  margin-right: -40px;
  padding-right: 40px;
}
.sv-tab-bar {
  padding-left: 20px;
}
.sv-tab-bar .sv-tab,
.sv-tab-bar .sv-group-tab {
  display: inline-block;
  padding: 20px;
  background: #c8c3be;
  margin-right: 4px;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -7px 15px -7px rgba(153,153,153,0.25) inset;
}
.sv-tab-bar .sv-tab-heading {
  color: #222;
  text-decoration: none;
}
.sv-tab-bar .sv-tab,
.sv-tab-bar .sv-group-tab {
  opacity: 0.8;
}
.sv-tab-bar .sv-tab.active,
.sv-tab-bar .sv-group-tab.active {
  background: #f9f8f6;
  border: 1px solid #c8c3be;
  border-bottom: 1px solid #f9f8f6;
  margin-bottom: -1px;
  box-shadow: none;
  opacity: 1;
}
.sv-tab-bar .sv-tab.active:hover,
.sv-tab-bar .sv-group-tab.active:hover {
  cursor: default;
}
.sv-tab-bar .sv-tab.active a,
.sv-tab-bar .sv-group-tab.active a {
  color: #464342;
}
.sv-tab-bar .sv-tab.active a:hover,
.sv-tab-bar .sv-group-tab.active a:hover {
  cursor: default;
}
.sv-tab-bar .sv-tab:hover,
.sv-tab-bar .sv-group-tab:hover {
  cursor: pointer;
}
.sv-tab-bar .sv-tab:hover .sv-tab-heading,
.sv-tab-bar .sv-group-tab:hover .sv-tab-heading {
  text-decoration: none;
  color: #464342;
}
.sv-tab-bar .sv-group-tab {
  margin-right: 8px;
  padding: 20px 35px 20px 35px;
}
.tags {
  margin-top: 0.25em;
}
.tag {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 0.5em 0.25em;
  line-height: 1.4em;
  border-radius: 4px;
  color: #716f6d;
  background-color: #f6f3eb;
  white-space: nowrap;
  border: 1px solid;
  border-color: #c8c3be;
}
.tag > .fa-times {
  margin-right: 3px;
  text-decoration: none;
}
.tag > .fa-times:hover {
  color: #fff;
  cursor: pointer;
}
.tag input {
  display: inline-block;
  width: 2.6em;
  margin: 0 0.25em 0 0;
  padding: 0 0.25em;
  font-size: 1em;
  border: 0;
  background-color: #fbfbf9;
  border-radius: 2px;
}
.tag.success,
.tag.quote,
.tag.pending,
.tag.garage-assigned,
.tag.garage-confirmed,
.tag.driver-assigned,
.tag.driver-onsite,
.tag.passenger-onboard,
.tag.passenger-dropped,
.tag.confirmed,
.tag.completed,
.tag.invoiced,
.tag.closed-out,
.tag.billed,
.tag.paid {
  background-color: #ccffc2;
  color: #219c35;
  border-color: #29c443;
}
.tag.warning,
.tag.mod-pending,
.tag.driver-waiting {
  background-color: #fee2a1;
  color: #f58104;
  border-color: #f58104;
}
.tag.danger,
.tag.canceled,
.tag.canceled-billable,
.tag.lost,
.tag.canceled-quote {
  color: #bd3100;
  background-color: #ffc7c7;
  border-color: #ed3d00;
}
.time-conversions {
  position: relative;
  color: #5b5654;
  cursor: default;
}
.time-conversions:hover dl {
  display: block;
}
.time-conversions dl {
  display: none;
  font-family: 'Inconsolata', 'Monaco';
  position: absolute;
  bottom: 1.8em;
  left: -63px;
  padding: 0.5em;
  box-shadow: 5px 5px 10px rgba(113,111,109,0.2);
  background-color: #404040;
  border-radius: 4px;
  box-sizing: border-box;
}
.time-conversions dl:before {
  content: "";
  border-style: solid;
  border-width: 0.5em;
  border-color: #404040 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -0.9em;
  margin-left: -0.25em;
  filter: drop-shadow(0px 5px 5px rgba(113,111,109,0.2));
}
.time-conversions dl .conversion {
  display: block;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
}
.time-conversions dl dt,
.time-conversions dl dd {
  padding: 0;
  margin: 0;
  font-size: 12px !important;
  line-height: 16px !important;
  display: inline-block;
  color: #fff;
}
.time-conversions dl dd {
  text-align: right;
}
.time-conversions dl dt {
  text-align: left;
  width: 4em;
}
.time-conversions.expand-right dl {
  left: 0;
}
.time-conversions.expand-right dl:before {
  left: 0.75em;
  margin: 0;
}
.time-conversions.expand-left dl {
  right: 0;
  left: auto;
}
.time-conversions.expand-left dl:before {
  right: 0.75em;
  left: auto;
  margin: 0;
}
.clickable {
  cursor: pointer;
}
.hidden {
  visibility: hidden;
}
.no-scroll {
  overflow-y: hidden;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.block.sv-button {
  margin-left: 0;
}
.fade-out {
  opacity: 0.3;
}
.map-wrapper {
  position: relative;
  width: 100%;
}
.map-wrapper > .hint {
  margin-top: -2.25em;
}
@media screen {
  .map-wrapper {
    width: 80%;
    margin: auto;
  }
}
.map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  padding: 0;
}
.live {
  width: 100%;
  height: 50em;
  border: 1px solid #f2efeb;
}
@media screen {
  .live {
    height: 40em;
  }
}
header.short {
  height: 5em;
  margin-bottom: 7px;
}
.placeholder {
  width: 100%;
  height: 50em;
}
.placeholder .background-image {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  background-image: url("/images/boulder.png");
  background-repeat: no-repeat;
  background-position: top center;
  filter: blur(5px);
  height: 50em;
}
@media screen {
  .placeholder .background-image {
    height: 40em;
    width: 80%;
    margin: auto;
  }
}
.placeholder .text {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 10px;
}
.map-status {
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #f2efeb;
  background: #fff;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  .map-status {
    z-index: 60;
    position: fixed;
    top: 110px;
    right: 40px;
  }
}
.map-eta {
  z-index: 999;
  position: absolute;
  top: 40px;
  right: 10px;
  max-width: 570px;
  padding: 0 0.75em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #f2efeb;
  background: #fff;
  font-family: "brandon-grotesque", sans-serif;
  text-align: right;
}
@media screen and (max-width: 580px) {
  .map-eta {
    z-index: 60;
    position: fixed;
    top: 140px;
    right: 40px;
  }
}
.status-pre-onboard {
  color: #801b15;
}
.status-onboard {
  color: #2b6115;
}
.status-post-onboard {
  color: #183f76;
}
.internal-tc-dashboard .command-center,
.internal-company-dashboard .command-center {
  height: 800px;
}
.internal-tc-dashboard .command-center .map-wrapper,
.internal-company-dashboard .command-center .map-wrapper {
  height: 100%;
}
.internal-tc-dashboard .command-center .current-missions,
.internal-company-dashboard .command-center .current-missions {
  padding: 15px 0px;
  text-align: center;
  margin-bottom: 0.875rem;
  width: 100%;
  background-color: #d6d3d3;
}
.internal-tc-dashboard .command-center .current-missions .flexRowBase,
.internal-company-dashboard .command-center .current-missions .flexRowBase {
  display: flex;
}
.internal-tc-dashboard .command-center .no-missions,
.internal-company-dashboard .command-center .no-missions {
  height: 100%;
  padding: 15px 0px;
  text-align: center;
}
.internal-tc-dashboard .command-center .sidebar,
.internal-company-dashboard .command-center .sidebar {
  color: #464342;
  background-color: #f5f4f3;
  flex: 0 0 20%;
}
.internal-tc-dashboard .command-center .on-complete,
.internal-company-dashboard .command-center .on-complete {
  background-color: #d5bfb8;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.internal-tc-dashboard .command-center .on-complete.hide,
.internal-company-dashboard .command-center .on-complete.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}
.internal-tc-dashboard .command-center .on-complete.fade,
.internal-company-dashboard .command-center .on-complete.fade {
  background-color: #f5f4f3;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
.internal-tc-dashboard .command-center .scrolls,
.internal-company-dashboard .command-center .scrolls {
  height: 750px;
  overflow: auto;
}
.internal-tc-dashboard .command-center .scrolls .flexRowBase,
.internal-company-dashboard .command-center .scrolls .flexRowBase {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
}
.internal-tc-dashboard .command-center .scrolls .shield-row,
.internal-company-dashboard .command-center .scrolls .shield-row {
  text-align: center;
}
.internal-tc-dashboard .command-center .scrolls .shield-row .shield,
.internal-company-dashboard .command-center .scrolls .shield-row .shield {
  background-image: url("/imagesV2/shield-menu.svg");
  background-repeat: no-repeat;
  background-position: 50% -70%;
  height: 30px;
  padding-top: 4px;
  margin-top: 4px;
  font-weight: bold;
}
.internal-tc-dashboard .command-center .scrolls .focus-crosshair,
.internal-company-dashboard .command-center .scrolls .focus-crosshair {
  padding-bottom: 1rem;
  padding-left: 3rem;
}
.internal-tc-dashboard .command-center .scrolls .error-text span,
.internal-company-dashboard .command-center .scrolls .error-text span {
  font-size: 0.95rem;
  color: red1 !important;
  padding: 5px;
}
.internal-tc-dashboard .command-center-footer,
.internal-company-dashboard .command-center-footer {
  margin-top: 30px;
  padding: 15px 0px;
  justify-content: flex-end;
}
.internal-tc-dashboard .live-ops-debug,
.internal-company-dashboard .live-ops-debug {
  flex-direction: column;
  justify-content: center;
}
main.flush {
  height: 100vh;
  padding-top: 3.5rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 670px) {
  main.flush {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
main .command-center {
  height: 100%;
  border: 0;
}
main .command-center .map-wrapper {
  height: 100%;
}
main .command-center .sidebar {
  color: #464342;
  background-color: #f5f4f3;
}
main .command-center .on-complete {
  background-color: #d5bfb8;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
main .command-center .on-complete.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s, opacity 0.5s linear;
  transition: visibility 0s 0.5s, opacity 0.5s linear;
}
main .command-center .on-complete.fade {
  background-color: #f5f4f3;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}
main .command-center .current-missions {
  padding: 1.125rem 0 0.75rem 1rem;
  margin-bottom: 0.875rem;
  width: 100%;
  background-color: #d6d3d3;
}
main .command-center .scrolls {
  height: 98%;
  max-height: 750px;
  overflow: auto;
}
main .command-center .scrolls .shield-row {
  text-align: center;
}
main .command-center .scrolls .shield-row .shield {
  background-image: url("/imagesV2/shield-menu.svg");
  background-repeat: no-repeat;
  background-position: 50% -70%;
  height: 2rem;
  padding-top: 0.3125rem;
  font-weight: bold;
}
main .command-center .scrolls .focus-crosshair {
  padding-bottom: 1rem;
  padding-left: 3rem;
}
main .command-center .scrolls .error-text span {
  font-size: 0.95rem;
  color: red1 !important;
  padding: 5px;
}
main .command-center .no-missions {
  height: 100%;
  padding: 1.125rem 0 0.75rem 1rem;
}
main .command-center .reset-view {
  z-index: 999;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 14em;
}
main .command-center-footer {
  margin-top: 20px;
  padding: 10px;
  justify-content: flex-end;
}
.command-center .flex-eighth {
  flex: 0 0 12.5%;
  margin-bottom: 0;
  margin-right: 0;
  height: 100%;
  overflow: scroll;
}
@media screen and (max-width: 1900px) {
  .command-center .flex-eighth {
    flex: 0 0 15%;
  }
}
@media screen and (max-width: 1640px) {
  .command-center .flex-eighth {
    flex: 0 0 17.5%;
  }
}
@media screen and (max-width: 1210px) {
  .command-center .flex-eighth {
    flex: 0 0 20%;
  }
}
.command-center .flex-seven-eighth {
  flex: 0 0 87.5%;
  margin-bottom: 0;
  margin-right: 0;
  height: 100%;
}
@media screen and (max-width: 1900px) {
  .command-center .flex-seven-eighth {
    flex: 0 0 85%;
  }
}
@media screen and (max-width: 1640px) {
  .command-center .flex-seven-eighth {
    flex: 0 0 82.5%;
  }
}
@media screen and (max-width: 1210px) {
  .command-center .flex-seven-eighth {
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 1060px) {
  .command-center .flex-seven-eighth {
    flex: 0 0 100%;
  }
}
.flexRowFoot.command-center .flex-half {
  margin-bottom: 0;
}
.flexRowFoot.command-center .flex-full {
  margin-bottom: 0;
}
.flexRowFoot.command-center .flexRow.right {
  justify-content: flex-end;
}
.todo label {
  display: inline;
}
/*# sourceMappingURL=app/styles/main.css.map */