.fcf-ds-calendar-shortcode {
  padding: 2em 0; }

.fcf-vue-calendar-ui {
  padding: 0;
  font-size: 14px;
  color: #e3e6e8; }
  .fcf-vue-calendar-ui .fcf-vue-calendar-header {
    margin-bottom: 40px; }
    .fcf-vue-calendar-ui .fcf-vue-calendar-header h2 {
      margin-top: 0;
      margin-bottom: 0; }
    .fcf-vue-calendar-ui .fcf-vue-calendar-header h3 {
      margin-bottom: 0;
      font-size: 1.3em;
      font-weight: 300;
      text-transform: uppercase; }
  .fcf-vue-calendar-ui .row + .row {
    margin-top: 15px; }
  .fcf-vue-calendar-ui table {
    width: 100%;
    table-layout: fixed;
    border: none; }
  .fcf-vue-calendar-ui thead tr,
  .fcf-vue-calendar-ui thead th {
    height: 20px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    font-size: 13px;
    font-family: "Roboto", serif;
    color: #535353; }
    .fcf-vue-calendar-ui thead tr:last-child, .fcf-vue-calendar-ui thead tr.month-11,
    .fcf-vue-calendar-ui thead th:last-child,
    .fcf-vue-calendar-ui thead th.month-11 {
      border-right: 1px solid #e1e1e1; }
    .fcf-vue-calendar-ui thead tr:first-child, .fcf-vue-calendar-ui thead tr.month-0,
    .fcf-vue-calendar-ui thead th:first-child,
    .fcf-vue-calendar-ui thead th.month-0 {
      border-left: 1px solid #e1e1e1; }
    .fcf-vue-calendar-ui thead tr.year,
    .fcf-vue-calendar-ui thead th.year {
      border-left: 1px solid #e1e1e1;
      border-right: 1px solid #e1e1e1; }
  .fcf-vue-calendar-ui thead > tr:first-child > th {
    border-top: 1px solid #e1e1e1; }
  .fcf-vue-calendar-ui thead th.table-label {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    line-height: 25px;
    font-weight: 400;
    vertical-align: bottom;
    color: #5e6977;
    width: 80px; }
  .fcf-vue-calendar-ui tbody tr {
    border: none; }
    .fcf-vue-calendar-ui tbody tr:first-child td {
      border-top: 1px solid #e1e1e1; }
      .fcf-vue-calendar-ui tbody tr:first-child td.blank {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none; }
    .fcf-vue-calendar-ui tbody tr:last-child td {
      border-bottom: 1px solid #e1e1e1; }
      .fcf-vue-calendar-ui tbody tr:last-child td.blank {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none; }
  .fcf-vue-calendar-ui tbody td {
    position: relative;
    height: 44px;
    padding: 0;
    text-align: center;
    border: none;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    font-family: "Roboto", serif;
    white-space: nowrap; }
    .fcf-vue-calendar-ui tbody td.blank {
      border-left: none;
      border-right: none; }
    .fcf-vue-calendar-ui tbody td .fcf-seats-container {
      position: relative; }
      .fcf-vue-calendar-ui tbody td .fcf-seats-container .fcf-seats-tooltip {
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 170px;
        padding: 10px;
        font-size: .85em;
        line-height: 1.4;
        color: #fff;
        background-color: #1e1e1e;
        white-space: normal;
        border-radius: 3px;
        -webkit-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        visibility: hidden;
        opacity: 0; }
        .fcf-vue-calendar-ui tbody td .fcf-seats-container .fcf-seats-tooltip:after {
          content: '';
          position: absolute;
          bottom: -20px;
          left: 50%;
          margin-left: -10px;
          border: 10px solid transparent;
          border-top: 10px solid #1e1e1e; }
        .fcf-vue-calendar-ui tbody td .fcf-seats-container .fcf-seats-tooltip p {
          margin: 0; }
        .fcf-vue-calendar-ui tbody td .fcf-seats-container .fcf-seats-tooltip .fl-button {
          margin-top: 10px; }
      .fcf-vue-calendar-ui tbody td .fcf-seats-container:hover .fcf-seats-tooltip {
        visibility: visible;
        opacity: 1; }
    .fcf-vue-calendar-ui tbody td .seats {
      display: block;
      position: relative;
      height: 100%; }
      .fcf-vue-calendar-ui tbody td .seats > span {
        top: 10px;
        bottom: 10px; }
    .fcf-vue-calendar-ui tbody td.table-label {
      padding-left: 15px;
      padding-right: 15px;
      text-align: right;
      color: #5e6977;
      border-top-color: transparent; }
    .fcf-vue-calendar-ui tbody td .fcficon-seat-alt {
      font-size: 1em; }
      .fcf-vue-calendar-ui tbody td .fcficon-seat-alt + .fcficon-seat-alt {
        margin-left: -.3em; }
  .fcf-vue-calendar-ui.vertical table {
    border: 1px solid #e1e1e1; }
    .fcf-vue-calendar-ui.vertical table thead tr th {
      position: relative;
      width: 25%;
      line-height: 1.1;
      padding: 10px;
      text-align: center;
      border-top: none;
      border-bottom: 1px solid #e1e1e1; }
      .fcf-vue-calendar-ui.vertical table thead tr th .fcficon {
        position: absolute;
        top: 50%;
        right: -10px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .fcf-vue-calendar-ui.vertical table tbody tr:nth-child(odd) {
      background-color: #f1f2f4; }
    .fcf-vue-calendar-ui.vertical table tbody tr {
      border: none; }
      .fcf-vue-calendar-ui.vertical table tbody tr:last-child td {
        border-bottom: none; }
    .fcf-vue-calendar-ui.vertical table tbody td {
      width: 25%;
      height: inherit;
      padding: 10px;
      color: #272727; }
    .fcf-vue-calendar-ui.vertical table tbody td.date {
      line-height: 1.1;
      text-transform: uppercase; }
    .fcf-vue-calendar-ui.vertical table + table {
      border-top: none; }
  .fcf-vue-calendar-ui label[for="fcf-vue-calendar-route"] {
    line-height: 42px; }
  .fcf-vue-calendar-ui .fcf-vue-calendar-route-wrapper select {
    height: 42px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 42px;
    color: #25a8d4;
    border-radius: 3px; }
  .fcf-vue-calendar-ui .label-right {
    text-align: right; }
  .fcf-vue-calendar-ui .table-label {
    font-size: .8em;
    text-transform: uppercase;
    line-height: 44px; }
    .fcf-vue-calendar-ui .table-label.top {
      padding-top: 26px;
      line-height: 12px; }
    @media screen and (min-width: 768px) {
      .fcf-vue-calendar-ui .table-label {
        font-size: 1em;
        text-transform: none; }
        .fcf-vue-calendar-ui .table-label.top {
          padding-top: 40px; } }
  .fcf-vue-calendar-ui .seats {
    position: relative; }
    .fcf-vue-calendar-ui .seats > span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 100px;
      background-color: #25a8d4; }
    .fcf-vue-calendar-ui .seats.seat1 {
      opacity: 0.25; }
    .fcf-vue-calendar-ui .seats.seat2 {
      opacity: 0.5; }
  .fcf-vue-calendar-ui .fcficon-seat-alt {
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    color: #25a8d4; }
    .fcf-vue-calendar-ui .fcficon-seat-alt + .fcficon-seat-alt {
      margin-left: -.5em; }
  .fcf-vue-calendar-ui .table-legend {
    display: inline-block; }
    .fcf-vue-calendar-ui .table-legend .seats {
      display: inline-block;
      width: 30px;
      height: 24px; }
    .fcf-vue-calendar-ui .table-legend .table-legend-label {
      display: inline-block;
      vertical-align: top;
      line-height: 24px;
      color: #272727; }
    .fcf-vue-calendar-ui .table-legend + .table-legend {
      margin-left: 15px; }
  .fcf-vue-calendar-ui .table-row + .table-row {
    margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .fcf-vue-calendar-ui th.table-label {
      width: 120px; }
    .fcf-vue-calendar-ui tbody td .fcficon-seat-alt {
      font-size: 1.5em; } }
  .fcf-vue-calendar-ui.months .fcf-vue-calendar-months {
    border: 1px solid #e1e1e1; }
    .fcf-vue-calendar-ui.months .fcf-vue-calendar-months td {
      text-transform: uppercase;
      padding: 10px;
      color: #272727; }
      .fcf-vue-calendar-ui.months .fcf-vue-calendar-months td .fcficon {
        font-size: 1.2em;
        color: #25a8d4; }
  .fcf-vue-calendar-ui.months.horizontal .fcf-vue-calendar-months {
    width: inherit; }
    .fcf-vue-calendar-ui.months.horizontal .fcf-vue-calendar-months tbody tr:nth-child(odd) {
      background-color: white; }
    .fcf-vue-calendar-ui.months.horizontal .fcf-vue-calendar-months tbody td {
      width: 100px; }
      .fcf-vue-calendar-ui.months.horizontal .fcf-vue-calendar-months tbody td:nth-child(odd) {
        background-color: #f1f2f4; }
