﻿.brand-color-1 {
  background-color: #4cbcd4;
  color: #fff; }

.brand-color-2 {
  background-color: #686DE0;
  color: #fff; }

.brand-color-3 {
  background-color: #394958;
  color: #fff; }

.brand-color-4 {
  background-color: #F3F3F4;
  color: #333; }

.brand-color-5 {
  background-color: #F2f2f2;
  color: #333; }

.brand-color-6 {
  background-color: #C9C9C9;
  color: #333; }

.brand-color-7 {
  background-color: #F0932B;
  color: #fff; }

.brand-color-8 {
  background-color: #EB4D4B;
  color: #fff; }

.brand-color-9 {
  background-color: #6AB04C;
  color: #fff; }

.brand-color-10 {
  background-color: #fff;
  color: #333; }

a {
  color: #52BED5; }

section {
  margin-bottom: 20px; }

.section-header {
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 5px 5px 0 0; }
  .section-header [data-toggle="collapse"] {
    cursor: pointer; }
  .section-header .section-header-inner-container {
    padding: 14px 20px; }
    .section-header .section-header-inner-container i {
      font-size: 20px; }
    .section-header .section-header-inner-container:hover {
      text-decoration: none; }
    .section-header .section-header-inner-container:not(.collapsed) .section-header-arrow {
      transform: rotate(-180deg); }
    .section-header .section-header-inner-container .section-header-arrow {
      width: 16px;
      height: 15px;
      align-self: center;
      transform: initial;
      font-size: 30px; }
  .section-header h3 {
    margin-bottom: initial; }

.section-body-container h5 {
  font-size: 1rem !important; }

.section-body-container .section-inner {
  padding: 10px;
  font-size: 1rem;
  background-color: #F2f2f2; }
  .section-body-container .section-inner p {
    margin-bottom: 10px; }
  .section-body-container .section-inner .section-inner__header {
    font-size: 1rem;
    min-width: 130px;
    margin-right: 8px; }

.section-body-container .section-inner-fullwidth p,
.section-body-container .section-inner-fullwidth p span {
  font-size: 1.25rem; }

.visuallyhidden, input[type="checkbox"],
input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-control:disabled {
  background: #F1F1F2; }

.radio-group .radio.d-inline-block:not(:last-child) {
  margin-right: 20px; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: 40px;
  line-height: 1.7em;
  margin-bottom: 0;
  padding-top: 7px;
  font-size: 1em; }
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #d8d9db;
    border-radius: 2px; }

input[type="radio"] + label:before {
  border-radius: 20px; }

input[type="checkbox"] + label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #4cbcd4;
  position: absolute;
  top: 2px;
  left: 3px;
  content: ""; }

input[type="checkbox"]:checked + label:after {
  content: "\f00c"; }

input[type="radio"]:checked + label:after {
  content: "";
  background-color: #4cbcd4;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  top: 4px;
  left: 4px; }

body *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F2f2f2; }

body *::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #F2f2f2; }

body *::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #394958; }

body {
  font-family: 'Open Sans', sans-serif; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 2.1875rem; }

h3 {
  font-size: 1.125rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.875rem; }

.font-xl {
  font-size: 3.125rem !important;
  line-height: 1; }

.font-lg {
  font-size: 2.5rem !important;
  line-height: 1; }

.font-md-lg {
  font-size: 1.875rem !important; }

.font-md-md-lg {
  font-size: 1.5625rem !important; }

.font-md {
  font-size: 1.25rem !important; }

.font-sm-md {
  font-size: 1.125rem !important; }

.font-sm {
  font-size: .875rem !important; }

.font-sm-xsm {
  font-size: .8125rem !important; }

.font-xsm {
  font-size: .75rem !important; }

.font-xxsm {
  font-size: .625rem !important; }

.font-light {
  font-weight: 300 !important; }

.text-bold {
  font-weight: 700 !important; }

.text-exbold {
  font-weight: 900 !important; }

.font-white {
  color: #fff; }

table {
  display: block;
  white-space: nowrap;
  table-layout: fixed;
  padding-bottom: 0;
  font-size: 1rem; }
  table thead th {
    font-style: italic;
    background-color: #fff;
    font-weight: 900; }
  table tbody {
    max-height: 90vh; }
    table tbody tr:nth-child(odd) {
      background-color: #F2f2f2; }
    table tbody tr td,
    table tbody tr th {
      padding-top: 2px;
      padding-bottom: 2px;
      padding-left: 2px;
      border-right: 4px solid #fff;
      white-space: initial; }
      table tbody tr td:nth-of-type(1) div,
      table tbody tr th:nth-of-type(1) div {
        width: 15px; }
      table tbody tr td:nth-of-type(2) div,
      table tbody tr th:nth-of-type(2) div {
        width: 30px; }
      table tbody tr td:nth-of-type(3) div,
      table tbody tr th:nth-of-type(3) div {
        width: 50px; }
      table tbody tr td:nth-of-type(4) div,
      table tbody tr th:nth-of-type(4) div {
        width: 200px; }
      table tbody tr td:nth-of-type(5) div,
      table tbody tr th:nth-of-type(5) div {
        width: 200px; }
      table tbody tr td:nth-of-type(6) div,
      table tbody tr th:nth-of-type(6) div {
        width: 40px; }
      table tbody tr td:nth-of-type(7) div,
      table tbody tr th:nth-of-type(7) div {
        width: 200px; }
      table tbody tr td:nth-of-type(8) div,
      table tbody tr th:nth-of-type(8) div {
        width: 150px; }
      table tbody tr td:nth-of-type(9) div,
      table tbody tr th:nth-of-type(9) div {
        width: 150px; }
      table tbody tr td:nth-of-type(10) div,
      table tbody tr th:nth-of-type(10) div {
        width: 150px; }
      table tbody tr td:nth-of-type(11) div,
      table tbody tr th:nth-of-type(11) div {
        width: 300px; }
      table tbody tr td:nth-of-type(12) div,
      table tbody tr th:nth-of-type(12) div {
        width: 200px; }
      table tbody tr td:nth-of-type(13) div,
      table tbody tr th:nth-of-type(13) div {
        width: 150px; }
      table tbody tr td input[type="checkbox"],
      table tbody tr th input[type="checkbox"] {
        width: 18px;
        height: 18px;
        position: initial;
        margin: 3px; }

.price-summary__table {
  margin-top: 24px;
  margin-left: 14px;
  margin-right: 14px; }
  .price-summary__table thead th {
    width: 170px; }
    .price-summary__table thead th.price-summary__table--description {
      width: 505px; }
    .price-summary__table thead th.price-summary__table--account-description {
      width: 545px; }
    .price-summary__table thead th.price-summary__table--due-date {
      width: 300px; }
  .price-summary__table thead tr *:first-of-type,
  .price-summary__table tbody tr *:first-of-type {
    border-left: 4px solid #fff; }
  .price-summary__table thead tr *:last-of-type,
  .price-summary__table tbody tr *:last-of-type {
    border-right: 4px solid #fff; }
  .price-summary__table thead tr:last-of-type,
  .price-summary__table tbody tr:last-of-type {
    border-bottom: 4px solid #fff; }
  .price-summary__table th, .price-summary__table td {
    padding: .3rem;
    border-top: 4px solid #fff; }

.contactlist__table {
  /*   overflow: scroll;*/ }
  .contactlist__table table {
    /* overflow: scroll;*/ }

.contactlist__table--body th, .contactlist__table--body td {
  font-size: 0.8125rem; }

.contactlist__table--body--column-titles th {
  background-color: #fff; }

.contactlist__table--body--column-titles th:nth-of-type(2) {
  min-width: 30px; }

.contactlist__table--body--column-titles th:nth-of-type(3) {
  min-width: 50px;
  padding-right: 30px; }

.contactlist__table--body--column-titles th:nth-of-type(4),
.contactlist__table--body--column-titles th:nth-of-type(5),
.contactlist__table--body--column-titles th:nth-of-type(10) {
  min-width: 200px;
  padding-right: 30px; }

.contactlist__table--body--column-titles th:nth-of-type(6),
.contactlist__table--body--column-titles th:nth-of-type(7),
.contactlist__table--body--column-titles th:nth-of-type(8),
.contactlist__table--body--column-titles th:nth-of-type(11) {
  min-width: 150px;
  padding-right: 30px; }

.contactlist__table--body--column-titles th:nth-of-type(9) {
  min-width: 300px;
  padding-right: 30px; }

.container {
  max-width: 1100px;
  margin-left: 0; }

.dropdown-toggle::after {
  margin-left: .7em !important;
  font-size: 16px; }
  .user-details .dropdown-toggle::after,
  .booking-dropdown .dropdown-toggle::after {
    position: relative;
    top: 7px; }
  .show .dropdown-toggle::after {
    transform: rotate(180deg); }

.action-bar {
  background-color: #fff;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; }
  .action-bar .management-system-name {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 1.25rem; }
    .action-bar .management-system-name img {
      margin-right: 8px;
      width: 66px; }
    .action-bar .management-system-name strong {
      font-family: 'Asap', sans-serif;
      font-weight: 700;
      font-size: 1.25rem; }

.booking-dropdown .dropdown-toggle {
  padding-left: 20px;
  height: 99%; }

.booking-dropdown .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #F2f2f2;
  border: initial;
  min-width: 500px;
  max-height: calc(100vh - 60px); }

.booking-dropdown .booking-dropdowns__wrapper {
  max-height: calc(100vh - 132px);
  overflow: auto;
  margin: 10px 0px 20px; }

.booking-dropdown .booking-dropdown__link {
  display: block;
  padding: 8px;
  border-radius: 5px; }
  .booking-dropdown .booking-dropdown__link:hover {
    text-decoration: none;
    background-color: #d9d9d9; }
  .booking-dropdown .booking-dropdown__link span {
    white-space: nowrap;
    color: #333; }
    .booking-dropdown .booking-dropdown__link span:hover {
      color: #000; }

.nav-wrapper {
  background: #394958;
  color: white;
  font-size: 16px;
  width: 220px;
  height: 100vh; }
  .nav-wrapper a {
    word-break: break-word; }
  .nav-wrapper .user-details {
    height: 60px;
    background-color: #fff;
    color: #555;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px; }
    .nav-wrapper .user-details .dropdown-toggle i {
      font-size: 200%; }
    .nav-wrapper .user-details .dropdown-toggle .username {
      display: inline-block;
      font-size: 14px;
      font-family: 'Asap', sans-serif;
      font-weight: 700; }
    .nav-wrapper .user-details .dropdown-menu {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      z-index: 1000;
      float: left;
      min-width: 10rem;
      padding: .7rem 1.5rem;
      margin: .125rem 0 0;
      font-size: 12px;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: rgba(255, 255, 255, 0.95);
      background-clip: padding-box;
      border: none;
      border-radius: 2px; }
      .nav-wrapper .user-details .dropdown-menu a {
        color: #212529; }
  .nav-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-weight: bold; }
  .nav-wrapper li {
    margin: 0;
    padding: 0; }
    .nav-wrapper li.active a {
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff; }
  .nav-wrapper > ul > li > a {
    color: #C3C3C3;
    display: block;
    padding: 24px 20px;
    display: flex;
    align-items: center; }
    .nav-wrapper > ul > li > a:hover {
      background-color: rgba(255, 255, 255, 0.2);
      text-decoration: none; }
    .nav-wrapper > ul > li > a i {
      margin-right: 10px;
      font-size: 130%; }
  .nav-wrapper .menu-item .dropdown-toggle {
    color: #C3C3C3;
    display: block;
    padding: 24px 20px;
    display: flex;
    align-items: center; }
    .nav-wrapper .menu-item .dropdown-toggle::after {
      position: absolute;
      right: 10px; }
    .nav-wrapper .menu-item .dropdown-toggle:hover {
      background-color: rgba(255, 255, 255, 0.2);
      text-decoration: none; }
    .nav-wrapper .menu-item .dropdown-toggle + .dropdown-menu {
      position: static !important;
      transform: translate3d(0, 0, 0px) !important;
      width: 100%;
      float: none;
      background-color: #2d2e31;
      background-clip: padding-box;
      border: none;
      border-radius: 0;
      padding: 10px 0;
      margin: 0; }
      .nav-wrapper .menu-item .dropdown-toggle + .dropdown-menu a {
        padding: 10px 20px 10px 40px;
        display: block;
        color: #fff; }
        .nav-wrapper .menu-item .dropdown-toggle + .dropdown-menu a:hover {
          text-decoration: none;
          background-color: rgba(57, 73, 88, 0.8); }

body {
  margin-bottom: 0px;
  background: #F3F3F4;
  color: #333333; }

.body-wrapper {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: calc(100vw - 220px); }

.main-contents-wrapper {
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #F2f2f2; }
  .main-contents-wrapper .main-contents-header {
    background: #4cbcd4;
    padding: 21px 20px;
    position: relative; }
    .main-contents-wrapper .main-contents-header.xl_header {
      padding-bottom: 70px; }
  .main-contents-wrapper .banner-notifications {
    position: absolute;
    top: 0px;
    animation-name: bannerOpen;
    right: 0px;
    animation-duration: 2s;
    transition-timing-function: ease-in;
    -webkit-backface-visibility: hidden;
    display: flex;
    width: 50%;
    height: 100%;
    color: #fff;
    background-color: #F0932B; }

@keyframes bannerOpen {
  from {
    right: -5000px; }
  to {
    right: 0px; } }
    .main-contents-wrapper .banner-notifications.close {
      animation-name: bannerClose;
      animation-duration: 2.5s;
      animation: bannerClose 2s forwards;
      transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden; }

@keyframes bannerClose {
  from {
    right: 0px; }
  to {
    right: -5000px; } }
    .main-contents-wrapper .banner-notifications div {
      flex: 3;
      margin-right: 25%; }
    .main-contents-wrapper .banner-notifications .noticon {
      height: 50px;
      width: auto; }
    .main-contents-wrapper .banner-notifications .closicon {
      height: 15px;
      width: auto; }
  .main-contents-wrapper .main-contents {
    overflow: auto;
    height: calc(100% - 80px);
    background-image: url("/img/main-content-watermark.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #E6EDEF; }

.save-button {
  background: #F2f2f2;
  color: white; }

.cancel-button {
  background: #686DE0;
  color: white; }

.page-title {
  color: white;
  padding: 0;
  margin: 0;
  font-weight: 300;
  font-size: 32px; }

.sub-header-bar {
  background: white;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  font-size: 14px; }

.nav-tabs {
  margin: 0 20px;
  font-size: 13px;
  max-width: 1100px;
  width: 100%; }
  .nav-tabs .nav-link {
    color: #CCCCCC; }
    .nav-tabs .nav-link .active {
      color: #999999; }

.tab-pane .scrollable {
  max-height: 550px;
  height: 100vh; }

body .freeprivacypolicy-com---nb-simple {
  max-width: 100%;
  width: 100%; }

.cards {
  margin: 0 -10px;
  flex-wrap: wrap; }

.card {
  margin: 0 10px 20px;
  width: calc(33.33333% - 20px);
  border: 1px solid rgba(0, 0, 0, 0.025);
  font-size: 14px; }
  .card.grey-card {
    background: #F3F3F4; }
  .card:not(.grey-card) {
    border: none; }
  .card .set-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333; }

.dashboard-acceptance__container {
  max-height: 300px;
  overflow: hidden;
  position: relative; }
  .dashboard-acceptance__container.active {
    overflow: visible; }
  .dashboard-acceptance__container .section-header {
    height: 60px;
    align-items: center; }
  .dashboard-acceptance__container .section-body-container {
    height: 240px; }

.dashboard-acceptance__item {
  min-height: 30px;
  margin-bottom: 15px;
  display: flex;
  align-items: center; }
  .dashboard-acceptance__item:first-of-type {
    margin-top: 10px; }
  .dashboard-acceptance__item:nth-of-type(3) {
    margin-bottom: 0px; }
  .dashboard-acceptance__item .col-6 {
    position: relative; }
  .dashboard-acceptance__item .form-check {
    margin-bottom: 5px; }
  .dashboard-acceptance__item input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .dashboard-acceptance__item input[type="checkbox"] + label {
    padding-left: 20px;
    padding-top: 0px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer; }
  .dashboard-acceptance__item input[type="checkbox"] + label:before {
    width: 30px;
    height: 30px;
    top: 50%;
    left: -14px;
    transform: translate(-50%, -50%); }
  .dashboard-acceptance__item input[type="checkbox"] + label:after {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: -14px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center; }

.dashboard-acceptance__activity-links {
  text-align: right;
  background-color: #fff;
  color: #4cbcd4; }
  .dashboard-acceptance__activity-links a {
    display: none;
    cursor: pointer;
    width: 85px;
    margin-left: auto; }
    .dashboard-acceptance__activity-links a.active {
      display: block; }

.dashboard-acceptance__overflow {
  position: absolute;
  z-index: 10;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 0 30px 30px 30px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.7s ease-out; }
  .active .dashboard-acceptance__overflow {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s ease-out; }

.checklist-modal .modal-body {
  height: 200px; }

.checklist-modal .modal-footer {
  border-top: none; }

.btn {
  width: max-content;
  padding: 5px 10px;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center; }
  .btn a {
    color: inherit; }
    .btn a:hover {
      color: inherit;
      text-decoration: none; }

.header-btns__container {
  position: absolute;
  top: 140px;
  left: 240px; }

.header-btns__container--load-spinner {
  position: absolute;
  top: -8px;
  right: -50px;
  color: #fff; }

.btn-white {
  background-color: #fff; }
  .btn-white:hover {
    background-color: #e6e6e6; }

.btn-grey {
  color: #fff;
  background-color: #C9C9C9; }
  .btn-grey:hover {
    color: #fff;
    background-color: #b0b0b0; }

.btn-orange {
  color: #fff;
  background-color: #F0932B; }
  .btn-orange:hover {
    color: #fff;
    background-color: #d97a0f; }

.btn-red {
  color: #fff;
  background-color: #EB4D4B; }
  .btn-red:hover {
    color: #fff;
    background-color: #e6201d; }

.btn-blue {
  color: #fff;
  background-color: #75cbde; }
  .btn-blue:hover {
    color: #fff;
    background-color: #61c4d9; }

.btn-primary {
  background-color: #1FBED0 !important;
  border-color: #1FBED0 !important;
  box-shadow: 0 0 0 0.2rem rgba(31, 190, 208, 0.5); }

.btn-delete {
  margin: 5px auto; }

.passenger-count__container {
  width: min-content;
  margin-left: auto;
  min-width: 280px;
  max-height: 95px;
  border-radius: 5px; }

.infographic {
  min-height: 140px;
  color: #fff;
  width: calc(50% - 10px);
  height: 140px;
  border-radius: 5px; }
  .infographic:first-of-type {
    margin-bottom: 1.2em; }
  .infographic p {
    margin-bottom: .5rem; }
  .infographic.info-globe {
    background-color: #F0932B; }
  .infographic.info-calc {
    background-color: #6AB04C; }
    .infographic.info-calc p {
      margin-bottom: 0; }
  .infographic.info-envelope {
    background-color: #EB4D4B; }
  .infographic.info-address {
    background-color: #686DE0; }
    .infographic.info-address a {
      color: #fff; }
      .infographic.info-address a:hover {
        text-decoration: underline; }

.jtimeline-inner-view {
  display: none !important; }
  .jtimeline-inner-view.active {
    display: block !important; }
  .jtimeline-inner-view h3 {
    margin-top: -15px;
    margin-bottom: -14px; }

.timeline__calendar--date-range {
  color: #333; }
  .timeline__calendar--date-range span {
    font-weight: 700;
    padding: 0 5px 2px; }

.timeline__calendar-controls {
  display: none; }
  .timeline__calendar-controls a {
    color: #C9C9C9;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.875rem;
    margin-right: 1rem; }
  .timeline__calendar-controls a:hover {
    color: #C9C9C9; }
  .timeline__calendar-controls a.active {
    color: #333; }

.timeline__keydates--item--container i {
  color: #686DE0; }

.timeline__keydates--item--container .timeline__keydates--item--user i {
  color: #6AB04C; }

.jtimeline, .jtimeline * {
  box-sizing: border-box; }

.jtimeline {
  max-width: 100%;
  position: relative;
  padding: 70px 200px;
  overflow: hidden; }
  .jtimeline .jtimeline-scroll-left,
  .jtimeline .jtimeline-scroll-right {
    position: absolute;
    cursor: pointer;
    z-index: 20; }
    .jtimeline .jtimeline-scroll-left > .jtimeline-arrow,
    .jtimeline .jtimeline-scroll-right > .jtimeline-arrow {
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: -20px;
      background-color: #fff;
      color: #333;
      border-radius: 999px;
      border: 2px solid #C9C9C9; }
    .jtimeline .jtimeline-scroll-left.is-disabled,
    .jtimeline .jtimeline-scroll-right.is-disabled {
      cursor: not-allowed; }
      .jtimeline .jtimeline-scroll-left.is-disabled > .jtimeline-arrow,
      .jtimeline .jtimeline-scroll-right.is-disabled > .jtimeline-arrow {
        border: 2px solid #F2f2f2; }
      .jtimeline .jtimeline-scroll-left.is-disabled > .jtimeline-arrow i,
      .jtimeline .jtimeline-scroll-right.is-disabled > .jtimeline-arrow i {
        color: #F2f2f2; }
  .jtimeline .jtimeline-scroll-left {
    left: 17px; }
  .jtimeline .jtimeline-scroll-right {
    right: 17px; }
  .jtimeline ul.jtimeline-events {
    min-width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translate(0, 0);
    transition: 0.5s ease-in-out; }
    .jtimeline ul.jtimeline-events:before {
      content: "";
      display: block;
      width: 50000px;
      height: 2px;
      background-color: #C9C9C9;
      position: relative;
      left: -25000px; }
    .jtimeline ul.jtimeline-events > li.jtimeline-event {
      display: block;
      position: absolute;
      z-index: 10;
      align-items: flex-start; }
      .jtimeline ul.jtimeline-events > li.jtimeline-event > .jtimeline-event-bullet {
        display: block;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 9999px;
        border-width: 3px;
        border-color: #0f87ff;
        border-style: solid;
        position: relative;
        top: -9px; }
      .jtimeline ul.jtimeline-events > li.jtimeline-event > .jtimeline-event-label {
        position: absolute;
        top: -89px;
        left: -92.5px;
        width: 200px;
        height: 70px;
        display: flex;
        justify-content: center;
        text-align: center;
        background-color: #fff;
        align-items: flex-end; }
      .jtimeline ul.jtimeline-events > li.jtimeline-event:hover, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-active {
        z-index: 20; }
        .jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-bullet, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-active > .jtimeline-event-bullet {
          border-color: #3abb67;
          background-color: #3abb67; }
        .jtimeline ul.jtimeline-events > li.jtimeline-event:hover > .jtimeline-event-label:after, .jtimeline ul.jtimeline-events > li.jtimeline-event.is-active > .jtimeline-event-label:after {
          background-color: #3abb67; }

.timeline__keydates--item--equity .jtimeline-event-bullet {
  border-color: #686DE0 !important;
  background-color: #686DE0 !important; }

.timeline__keydates--item--user .jtimeline-event-bullet {
  border-color: #6AB04C !important;
  background-color: #6AB04C !important; }

.jtimeline-event.is-in-past {
  opacity: 0.5; }

.jtimeline-event.is-active .jtimeline-event-bullet {
  background-color: #fff !important; }

.jtimeline-scroll-left::after,
.jtimeline-scroll-right::after {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 100%;
  /* position: absolute;
        right: 0;
        z-index: -1;
        top: 0;*/ }

.jtimeline {
  position: relative; }

.jtimeline::before,
.jtimeline::after {
  content: ' ';
  background-color: #fff;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 35px; }

.jtimeline::after {
  left: 0px; }

.is-disabled {
  cursor: default !important; }

.container:last-of-type {
  margin-bottom: 70px; }

.tripdetails__in-resort--usefulllinks-container div {
  margin-bottom: 16px; }

.tripdetails__in-resort--usefulllinks-container div:last-of-type {
  margin-bottom: 0; }

.itnerary-exlusions__item h5 {
  font-size: 14px !important; }

.itnerary-exlusions__item h5, .itnerary-exlusions__item p {
  margin-bottom: 0; }

.itnerary-exlusions__item i {
  font-size: 1.25rem;
  color: #333;
  display: flex;
  margin-right: 10px; }
  .itnerary-exlusions__item i img {
    height: max-content; }

.itnerary-exlusions__item div p {
  font-size: 13px !important; }

.documents-container .section-body-container .row {
  background-color: #F2f2f2;
  color: #333;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px; }
  .documents-container .section-body-container .row:first-of-type {
    margin-bottom: 1em; }
  .documents-container .section-body-container .row:last-of-type {
    margin-bottom: 0em; }
  .documents-container .section-body-container .row .fas {
    font-size: 87px; }
  .documents-container .section-body-container .row p {
    margin-bottom: 0em; }

.documents-download__item {
  margin-bottom: 16px; }
  .documents-download__item:nth-last-of-type(1), .documents-download__item:nth-last-of-type(2) {
    margin-bottom: 0; }
  .documents-download__item a {
    color: #333; }
  .documents-download__item a:hover {
    text-decoration: none; }
    .documents-download__item a:hover div {
      background-color: #C9C9C9; }
    .documents-download__item a:hover h3 {
      text-decoration: underline; }
  .documents-download__item i {
    font-size: 5.625rem;
    color: #EB4D4B; }

.itnerary-table {
  padding: 1em; }
  .itnerary-table .itnerary-table-header {
    margin-bottom: 1em; }
  .itnerary-table .itinerary-day-container:last-of-type {
    margin-bottom: initial !important; }
  .itnerary-table .itinerary-date-container {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-left: 24px;
    margin-right: 5px; }
  .itnerary-table .itinerary-events-container {
    width: 75%; }
    .itnerary-table .itinerary-events-container ul {
      padding-left: initial;
      margin-bottom: initial; }
    .itnerary-table .itinerary-events-container .itinerary-events__item:nth-child(even) {
      background-color: #e4e4e4; }
    .itnerary-table .itinerary-events-container .itinerary-events__item::marker {
      content: ""; }
  .itnerary-table .col-a {
    width: calc(25% - 5px);
    display: block; }
  .itnerary-table .col-b {
    width: 70px;
    display: block; }
  .itnerary-table .col-c {
    max-width: calc(100% - 103px); }
  .itnerary-table .itinerary-events__item--header {
    position: relative; }
  .itnerary-table .itinerary-events__item--header--toggle {
    position: absolute;
    width: calc(100% - 30px);
    display: flex;
    justify-content: flex-end;
    cursor: pointer; }
  .itnerary-table .itinerary-events__item--header--toggle a {
    display: none; }
    .itnerary-table .itinerary-events__item--header--toggle a.active {
      display: block; }
    .itnerary-table .itinerary-events__item--header--toggle a i {
      color: #C9C9C9; }
  .itnerary-table .itinerary-events__item--body {
    background-color: #fff; }
    .itnerary-table .itinerary-events__item--body p {
      font-size: 0.75rem; }

.contact-list-header .contact-port-btn {
  border: none;
  padding: 5px 15px;
  background-color: #fff;
  border-radius: 3px; }
  .contact-list-header .contact-port-btn:focus, .contact-list-header .contact-port-btn:active {
    outline: none; }
  .contact-list-header .contact-port-btn:hover {
    background-color: #F3F3F4; }
  .contact-list-header .contact-port-btn i {
    margin-right: 8px; }

.contact-list-header .dropdown {
  border-radius: 5px;
  margin-left: 3em; }
  .contact-list-header .dropdown .dropdown-toggle {
    width: 300px;
    text-align: left; }
    .contact-list-header .dropdown .dropdown-toggle::after {
      margin-left: 0em !important;
      color: #C9C9C9;
      font-size: 22px;
      position: absolute;
      top: 14px;
      right: 15px;
      transform: none;
      transition: transform .4s ease-in-out; }
  .contact-list-header .dropdown.show .dropdown-toggle::after {
    transform: rotate(-180deg);
    transition: transform .4s ease-in-out; }
  .contact-list-header .dropdown .dropdown-menu {
    width: 300px; }

.contact-list-header input[type="checkbox"] {
  width: 28px;
  height: 28px;
  position: initial;
  margin: 5px;
  margin-left: 10px;
  margin-right: 16px; }

.contactlist__intro-text {
  background-color: #fff;
  max-width: 500px;
  border-radius: 5px; }
  .contactlist__intro-text p {
    margin-bottom: 0; }

.contactlist__table {
  width: max-content; }

.contactlist__table--header {
  display: flex;
  justify-content: flex-start;
  background-color: #C9C9C9;
  width: 100%;
  min-width: max-content;
  height: 70px;
  border-radius: 5px 5px 0 0; }
  .contactlist__table--header .dropdown {
    background-color: #fff;
    width: min-content; }
  .contactlist__table--header .dropdown-toggle {
    padding: 5px 10px;
    height: 100%; }
  .contactlist__table--header .dropdown-toggle::after {
    margin-left: 7rem !important;
    margin-right: .3rem;
    font-size: 24px;
    color: #C9C9C9; }
  .contactlist__table--header .dropdown-menu {
    width: 100%;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-left: 0;
    border-right: 0; }
    .contactlist__table--header .dropdown-menu ul {
      padding-left: 0; }
    .contactlist__table--header .dropdown-menu li {
      list-style-type: none;
      display: flex;
      align-items: center;
      margin-bottom: 10px;
      margin-left: 10px; }
    .contactlist__table--header .dropdown-menu input[type="checkbox"] {
      position: initial;
      width: 30px;
      height: 30px;
      margin-right: 10px; }
  .contactlist__table--header .btn i {
    color: #333; }

.contactlist__table--body {
  background-color: #fff;
  width: max-content;
  padding-top: 40px;
  min-width: max-content; }

.editcontact__form .tab-content {
  margin: 0 20px;
  width: 100%; }

.editcontact__form .editcontact__tab {
  background-color: #fff;
  padding: 30px 0 20px;
  border: 1px solid #dee2e6;
  border-top: none; }
  .editcontact__form .editcontact__tab .col-md-6 {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
  .editcontact__form .editcontact__tab label {
    margin-bottom: 0;
    font-size: .8125rem; }

.editcontact__form select, .editcontact__form input {
  min-height: 50px;
  border: 1px solid #C9C9C9; }
  .editcontact__form select:focus, .editcontact__form input:focus {
    outline: none;
    box-shadow: 0 0 4px 1px #4cbcd4; }

.multiselect-native-select {
  display: block;
  width: 100%; }
  .multiselect-native-select .btn-group {
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-right: -2px; }
  .multiselect-native-select .custom-select {
    height: 50px;
    border: 1px solid #C9C9C9;
    text-align: left; }
  .multiselect-native-select .multiselect-container {
    width: 100%; }
  .multiselect-native-select .dropdown-item {
    padding: 0; }
  .multiselect-native-select .dropdown-item.active, .multiselect-native-select .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 148, 255, 0.05);
    outline: none; }
  .multiselect-native-select .dropdown-item:focus {
    background-color: rgba(0, 148, 255, 0.1);
    outline: none; }
  .multiselect-native-select .multiselect-container .multiselect-group > span, .multiselect-native-select .multiselect-container > .multiselect-option > span {
    padding: 10px 10px; }
  .multiselect-native-select input[type="checkbox"] + label, .multiselect-native-select input[type="radio"] + label {
    padding-top: 3px;
    padding-bottom: 4px; }
  .multiselect-native-select input[type="checkbox"] + label:after {
    color: #000000; }

.create-date__container .create-date__buttons {
  position: absolute;
  top: 140px;
  left: 240px; }

.create-date__container .create-date__inputs {
  background-color: #fff;
  padding-bottom: 6rem; }
  .create-date__container .create-date__inputs input {
    width: 480px;
    height: 50px;
    border: 1px solid #C9C9C9; }
  .create-date__container .create-date__inputs input:focus {
    outline: none;
    box-shadow: 0 0 4px 1px #4cbcd4; }

.datelist__table {
  background-color: #fff;
  padding: 16px;
  width: max-content; }
  .datelist__table th {
    font-size: 0.8125rem; }
  .datelist__table td {
    padding-left: 5px;
    padding-right: 5px; }
