/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'EurolandToolsCommonIcons';
    src: url(./assets/FrontendResources/fonts/EurolandToolsCommonIcons-webfont.woff?fee66e712a8a08eef580);
    font-weight: normal;
    font-style: normal;
}

.etci {
    display: inline-block;
    font: normal normal normal 14px/1 EurolandToolsCommonIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.etci-remove:before,
.etci-close:before,
.etci-times:before {
    content: "\F00D";
}

.etci-chevron-left:before {
    content: "\F053";
}

.etci-chevron-right:before {
    content: "\F054";
}

.etci-calendar:before {
    content: "\F073";
}

.etci-minus:before {
    content: "\F068";
}

.etci-plus:before {
    content: "\F067";
}

.etci-mail-box:before {
    content: "\F003";
}

.etci-rss-square:before {
    content: "\F143";
}

.etci-caret-down:before {
    content: "\F0D7";
}html.sv-se .selected-date {
  text-transform: capitalize; }

body {
  color: #4a4a4a;
  font-family: Arial;
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  /*Prevent user from text selection*/
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

.calendar .calendar-body.view .view-body .view-row .view-row-cell, .calendar .calendar-body.view .view-header-row .view-row-cell {
  font-size: 1em; }

.other-box {
  margin-top: 15px;
  color: #1650c5; }
  .other-box a {
    padding-top: 6px; }

.overflow-hidden {
  overflow: hidden; }

.supply-by a {
  padding-bottom: 6px; }

.timezone-text-value:focus {
  outline: 2px solid #005fcc;
  /* Adjust color and width as necessary */
  outline-offset: 2px; }

.body-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.accessibility {
  position: absolute !important;
  clip: rect(0.0714em 0.0714em 0.0714em 0.0714em);
  /* IE6, IE7 */
  clip: rect(0.0714em, 0.0714em, 0.0714em, 0.0714em);
  padding: 0 !important;
  border: 0 !important;
  height: 0.0714em !important;
  width: 0.0714em !important;
  overflow: hidden;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; }

[dir="rtl"] .accessibility {
  right: -0.0714em; }

.app-width {
  max-width: 72.8571em;
  width: 100%;
  margin: 0 auto; }

a {
  color: #1650c5;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

input, button, select, textarea {
  font-family: inherit; }

.clear-both {
  clear: both; }

.display-none {
  display: none; }

.loading {
  background: url(./assets/FrontendResources/images/loading.gif?e6611f867d63754b7a2a);
  background-repeat: no-repeat;
  background-position: center; }

.modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .modal .modal-wrapper {
    width: 90%;
    max-width: 48.5714em;
    border-radius: 0.4286em;
    background-color: white;
    margin: 5.7143em auto 0; }
  .modal .existed-email-wrapper {
    max-width: 41.4286em; }
  .modal .header {
    padding: 1.4286em 1.4286em 0.7143em;
    border-bottom: 0.0714em solid #ececec; }
  .modal .title {
    font-weight: bold; }
    .modal .title .modal-close {
      float: right;
      width: 1.1429em;
      height: 1.1429em;
      opacity: 0.7;
      cursor: pointer;
      color: #000; }
      .modal .title .modal-close i {
        font-size: 1.2em; }
    .modal .title .modal-close:hover {
      opacity: 1; }
  .modal .body {
    padding: 1.4286em; }
    .modal .body .policy-content {
      padding: 0 0.7143em; }
      .modal .body .policy-content p:first-child {
        margin-top: 0; }
      .modal .body .policy-content p:last-child {
        margin-bottom: 0; }
      .modal .body .policy-content hr {
        height: 0.0714em;
        border: 0;
        border-top: 0.0714em solid #f2f2f2; }
      .modal .body .policy-content a {
        color: #3198d9;
        text-decoration: underline; }
    .modal .body .policy-agree {
      margin-top: 1.4286em;
      margin-left: 0.3571em;
      position: relative; }
    .modal .body .require-agree-alert {
      display: none;
      color: #f54646; }
    .modal .body .existed-email-content .text-content {
      text-align: center; }
      .modal .body .existed-email-content .text-content p {
        text-align: left;
        padding-left: 1.4286em; }
    .modal .body .verify-email-content {
      padding: 15px; }
      .modal .body .verify-email-content .resend-img {
        height: 5.7143em;
        width: 5.7143em;
        float: left;
        text-align: center; }
        .modal .body .verify-email-content .resend-img i {
          font-size: 5em; }
      .modal .body .verify-email-content .text-content {
        width: 85%;
        margin-left: 7.1429em;
        padding-top: 0.3571em; }
        .modal .body .verify-email-content .text-content .complete-registration {
          margin: 0; }
      .modal .body .verify-email-content .clear-borth {
        clear: both; }
    .modal .body .countdown {
      font-weight: bold; }
  .modal .footer {
    padding: 1.4286em 1.4286em 2.1429em;
    text-align: center; }
    .modal .footer .btn-ok {
      background-color: #3d8be7;
      border: none;
      color: white;
      padding-left: 1.4286em;
      padding-right: 1.4286em;
      padding-top: 0.3571em;
      padding-bottom: 0.3571em;
      border-radius: 0.2857em;
      box-shadow: 0 0.1429em 0.3571em 0 grey; }
    .modal .footer .btn-confirm {
      display: inline-block;
      padding: 0.3571em 1.4286em;
      border-radius: 0.2143em;
      cursor: pointer; }
    .modal .footer .btn-confirm.btn-cancel {
      border: 0.0714em solid #ccc;
      background-color: #fff;
      margin-right: 0.3571em; }
    .modal .footer .btn-confirm.btn-proceed {
      background-color: #428bca;
      border: 0.0714em solid #428bca;
      color: white;
      margin-left: 0.3571em;
      text-transform: uppercase; }
    .modal .footer div {
      text-align: left; }
      .modal .footer div .resend-button {
        display: inline-block; }
    .modal .footer .link-to-sc {
      min-height: 2.5em; }
      .modal .footer .link-to-sc i {
        font-size: 2.4em;
        vertical-align: middle;
        color: #ff9800;
        margin-right: 0.3em; }
  .modal .existed-email-footer {
    padding: 0 2.1429em 1.4286em;
    text-align: right; }

.modal.alert .footer {
  position: relative;
  overflow: hidden; }
  .modal.alert .footer .btn-close {
    padding: 0.3571em 0.7143em;
    border-radius: 0.2143em;
    cursor: pointer;
    border: 0.0714em solid #ccc;
    float: right; }
  .modal.alert .footer .btn-close:hover {
    background-color: #ececec; }

.verify-email {
  position: relative;
  background: #FFF; }
  .verify-email .modal-wrapper {
    border: solid 0.0714em #ececec; }
    .verify-email .modal-wrapper .footer {
      text-align: left !important;
      padding: 0.3571em 1.4286em 0.7143em !important;
      text-align: center;
      border-top: solid 0.1429em #ececec; }
      .verify-email .modal-wrapper .footer div {
        line-height: 2.2857em; }
      .verify-email .modal-wrapper .footer .notify-text {
        font-style: italic;
        color: black; }
      .verify-email .modal-wrapper .footer .link-to-sc {
        padding-top: 0.1429em; }

.heading .heading-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #808080;
  line-height: 1em;
  padding: 1.0em 0 1.0em 1.5em;
  background-color: transparent; }

.rtl .heading .heading-title {
  padding-left: 0;
  padding-right: 2.5em; }

.rtl .modal .title .modal-close {
  float: left; }

.rtl .booking-wrapper .time-schedule .icon-calendar {
  float: right;
  margin-right: 0em;
  margin-left: 0.5em; }

.rtl .booking-wrapper .time-schedule .time-and-duration {
  float: right; }

.booking-wrapper .time-schedule {
  padding: 1.0714em 1.4286em;
  overflow: hidden; }
  .booking-wrapper .time-schedule .icon-calendar {
    float: left;
    margin-right: 0.5em; }
    .booking-wrapper .time-schedule .icon-calendar i {
      font-size: 2.2em; }
  .booking-wrapper .time-schedule .time-and-duration {
    float: left; }

.navigation {
  padding: 0.7143em 2.1429em; }

.page-footer {
  text-align: right;
  margin: 1.4286em 0 0;
  clear: both; }

.alert-expired, .simple-notify {
  position: fixed;
  bottom: 0;
  background-color: #5f94ee;
  color: #fff;
  text-align: center;
  display: none; }
  .alert-expired .alert-content, .simple-notify .alert-content {
    padding: 1.0714em 0.4286em; }
    .alert-expired .alert-content i, .simple-notify .alert-content i {
      font-size: 1.1429em; }

.simple-notify {
  z-index: 1000; }

.close-alert {
  float: right;
  width: 1.1429em;
  height: 1.1429em;
  opacity: 0.7;
  cursor: pointer;
  color: white; }
  .close-alert:hover {
    opacity: 1; }

.error-notification {
  font-size: 0.95em; }

@media screen and (max-width: 91.4286em) {
  body .app-width {
    width: 100%;
    margin: 0 auto; } }

@media screen and (max-width: 40.5714em) {
  html.rtl body .heading .heading-title {
    padding-right: 0.9523em; }
  body .heading .heading-title {
    padding-left: 0.9523em;
    z-index: 9; }
  body .booking-wrapper .time-schedule {
    padding: 1.0714em 1.4286em; }
    body .booking-wrapper .time-schedule .icon-calendar {
      display: none; }
  body .modal .modal-wrapper {
    margin: 3.5714em auto 0; }
    body .modal .modal-wrapper .body {
      padding-bottom: 0.7143em; }
    body .modal .modal-wrapper .footer {
      margin-right: 0;
      padding: 0.7143em 1.4286em 1.4286em; } }

@media screen and (max-width: 29.5714em) {
  body .modal .body .verify-email-content .resend-img {
    height: 5.7143em;
    width: 5.7143em;
    margin-top: 0.7143em;
    margin: 0 auto;
    float: none; }
  body .modal .body .verify-email-content .text-content {
    width: 100%;
    margin-left: 0; } }

@media screen and (max-width: 22.8571em) {
  .modal.policy .modal-wrapper .header {
    padding: 0.7143em; }
  .modal.policy .modal-wrapper .body {
    padding: 0.7143em; }
    .modal.policy .modal-wrapper .body .policy-agree {
      margin-top: 0.7143em; }
  .modal.policy .modal-wrapper .footer {
    padding: 0.7143em; }
  .other-box {
    white-space: nowrap; } }

@media screen and (max-height: 52.8571em) {
  body .modal .modal-wrapper {
    margin-top: 2.1429em; }
    body .modal .modal-wrapper .header {
      padding: 0.7143em; }
    body .modal .modal-wrapper .body .policy-content {
      overflow-y: auto;
      max-height: 23.5714em; } }

@media screen and (max-height: 45.7143em) {
  body .modal .modal-wrapper {
    margin-top: 2.1429em; }
    body .modal .modal-wrapper .body {
      padding: 0.7143em; }
      body .modal .modal-wrapper .body .policy-agree {
        margin-top: 0.7143em; }
      body .modal .modal-wrapper .body .policy-content {
        max-height: 20em; }
    body .modal .modal-wrapper .footer {
      padding: 0.7143em; } }

@media screen and (max-height: 34.2857em) {
  body .modal .modal-wrapper {
    margin-top: 1.4286em; }
    body .modal .modal-wrapper .body .policy-content {
      max-height: 16.4286em; } }

@media screen and (max-height: 26.7857em) {
  body .modal .modal-wrapper .body .policy-content {
    max-height: 11.4286em; } }

@media screen and (max-height: 22.8571em) {
  body .modal .modal-wrapper .body .policy-content {
    max-height: 7.8571em; } }

/* 
    Google reCAPTCHA
    Google reCAPTCHA v3 allow to hide badge in the tool.
*/
.grecaptcha-badge {
  visibility: hidden; }

.google-recapcha {
  margin-top: 15px;
  text-align: center;
  font-size: 0.7em;
  color: #cbcbcb; }

/* END Google reCAPTCHA */
.visibility-hidden {
  visibility: hidden; }

body.touch-screen .schedule-more {
  pointer-events: auto !important; }

.calendar {
  /******calendar-header****/
  /******small VIEW ******/
  /*STYLE FULL CALENDAR BODY*/ }
  .calendar ul, .calendar li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .calendar .calendar-title {
    padding: 1.5em 0 1.5em 2.25em;
    line-height: normal;
    word-break: break-word; }
  .calendar .calendar-container {
    border-radius: 0.4286em;
    background-color: #fff; }
  .calendar .calendar-header {
    height: 4.8571em; }
    .calendar .calendar-header .direction-wrapper {
      position: relative;
      padding: 0 2.8571em;
      height: 2.8571em; }
      .calendar .calendar-header .direction-wrapper .btn-direction {
        border: 0.0714em solid #dcdcdc;
        background-color: transparent;
        border-radius: 50%;
        width: 2.5714em;
        height: 2.5714em;
        position: absolute;
        top: 0;
        user-select: none;
        -webkit-transition: all .2s;
        /* Safari */
        transition: all .2s;
        padding: 0;
        padding-top: 0.5em;
        opacity: 0.7; }
        .calendar .calendar-header .direction-wrapper .btn-direction:hover, .calendar .calendar-header .direction-wrapper .btn-direction:focus {
          opacity: 1; }
        .calendar .calendar-header .direction-wrapper .btn-direction i {
          height: 100%;
          width: 100%;
          display: block;
          background-size: cover;
          font-size: 1.5em; }
      .calendar .calendar-header .direction-wrapper .btn-direction.disable {
        border-color: transparent;
        background-color: transparent;
        opacity: 0.5;
        display: none; }
      .calendar .calendar-header .direction-wrapper .direction-info {
        text-align: center; }
        .calendar .calendar-header .direction-wrapper .direction-info .selected-date {
          font-weight: 500;
          font-size: 1.57em;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          outline: none; }
        .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown {
          margin: 0 auto;
          width: 32.1429em;
          position: relative;
          font-size: 1em; }
          .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .btn-timezone {
            width: 100%;
            border: solid 0.0714em transparent;
            padding: 0.4286em 0.8571em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            background-color: transparent;
            border-radius: 0.3571em;
            position: relative;
            outline: none; }
          .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .btn-timezone:focus {
            border: solid 0.0714em; }
          .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .timezone-arrow-down {
            display: inline-block;
            right: 0;
            width: 0;
            height: 0;
            margin-left: 0.1429em; }
          .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .btn-timezone:hover {
            background-color: rgba(0, 0, 0, 0.01); }
          .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .timezone-dropdown-menu {
            max-height: 40vh;
            max-width: 100%;
            list-style: none;
            background-color: #fff;
            border: 0.0714em solid rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.4286em 0.8571em rgba(0, 0, 0, 0.15);
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            /*overflow-x: hidden;*/
            z-index: 999;
            box-sizing: border-box; }
            .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .timezone-dropdown-menu li > a {
              display: block;
              padding: 0.2143em 1.4286em;
              font-weight: 400;
              color: #333;
              white-space: nowrap;
              text-decoration: none;
              text-align: left;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .timezone-dropdown-menu li > a:hover {
              background-color: whitesmoke; }
            .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .timezone-dropdown-menu li > a.timezone-selected {
              background-color: #cfcfcf;
              outline: none; }
        .calendar .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown.show-dropdown .timezone-dropdown-menu {
          display: block; }
  .calendar .calendar-body .calendar-view-large .schedule-available {
    color: #00008B;
    text-decoration: none; }
    .calendar .calendar-body .calendar-view-large .schedule-available:hover {
      text-decoration: underline; }
  .calendar .calendar-body .calendar-view-large .schedule-reserved {
    color: #a1a1a1; }
  .calendar .calendar-body .calendar-view-large .schedule-out-date {
    color: #a1a1a1; }
  .calendar .calendar-body .calendar-view-large .schedule-in-progress {
    color: #4A90E2; }
  .calendar .calendar-body .calendar-view-small {
    /*.view-footer {
                padding: 0.7143em;

                ul {
                    li.fc-type-item {
                        position: relative;
                        padding-left: 1.4286em;
                        display: inline-block;
                        margin-right: 0.7143em;

                        .fc-type-item-color {
                            width: 1.0714em;
                            height: 1.0714em;
                            position: absolute;
                            left: 0;
                        }
                    }
                }
            }*/ }
    .calendar .calendar-body .calendar-view-small .schedule-available {
      background-color: #00008B;
      color: white; }
    .calendar .calendar-body .calendar-view-small .schedule-reserved {
      background-color: #a1a1a1;
      color: white; }
    .calendar .calendar-body .calendar-view-small .schedule-out-date {
      background-color: #a1a1a1;
      color: white; }
    .calendar .calendar-body .calendar-view-small .schedule-in-progress {
      background-color: #4A90E2;
      color: white; }
    .calendar .calendar-body .calendar-view-small .schedule-type-color {
      padding: 0.2143em 0.3571em;
      border-radius: 0.2857em; }
    .calendar .calendar-body .calendar-view-small .view-small-wrapper {
      border-top: 0.2857em solid #f5f5f5;
      border-bottom: 0.2857em solid #f5f5f5;
      padding: 0.2857em; }
      .calendar .calendar-body .calendar-view-small .view-small-wrapper .col-date {
        width: 12%;
        padding-right: 0.7143em;
        display: inline-block;
        text-align: center; }
      .calendar .calendar-body .calendar-view-small .view-small-wrapper .col-schedule {
        max-width: 72%;
        display: inline-block; }
      .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-header {
        height: 2.5em;
        line-height: 2.5em; }
        .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-header .col-date, .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-header .col-schedule {
          overflow: hidden;
          height: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row:not(:last-child) {
        border-bottom: solid 0.0714em #f9f9f9;
        padding: 0.3571em 0; }
      .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row {
        /*.col-schedule::-webkit-scrollbar {
                            height: 0.1429em;
                            background-color: rgba(0,0,0,0.15);
                        }

                        .col-schedule::-webkit-scrollbar-track {
                            // -webkit-box-shadow: inset 0 0 0.4286em rgba(0,0,0,0.3);
                            -webkit-border-radius: 0.7143em;
                            border-radius: 0.7143em;
                        }

                        .col-schedule::-webkit-scrollbar-thumb {
                            -webkit-border-radius: 0.7143em;
                            border-radius: 0.7143em;
                            background: #7c7c7c;
                        }*/ }
        .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date {
          color: #979797;
          position: relative; }
          .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date .col-date-number {
            font-weight: 600; }
          .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date .fc-events {
            position: absolute;
            top: 0;
            left: 60%; }
            .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date .fc-events .fc-events-types {
              overflow: hidden; }
              .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date .fc-events .fc-events-types .fc-events-types-item {
                width: 0.7143em;
                height: 0.7143em;
                border-radius: 50%;
                float: left; }
              .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date .fc-events .fc-events-types .fc-events-types-item:not(:first-child) {
                margin-left: -0.2857em; }
            .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date .fc-events .list-fc-events {
              display: none; }
        .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule {
          /*overflow-x: hidden;
                            -webkit-overflow-scrolling: touch;*/
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0 1.0714em;
          position: relative; }
          .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls {
            position: absolute;
            top: 0.4286em; }
            .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls .image-back {
              background-image: url(./assets/FrontendResources/images/prev-512.png?a64133a3450d58ad6067); }
            .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls .image-next {
              background-image: url(./assets/FrontendResources/images/next-512.png?d02ea12d65ac06c8e75e); }
            .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls .image-back, .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls .image-next {
              width: 1em;
              height: 1em;
              background-size: cover; }
          .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls.control-back {
            left: -1.0714em; }
          .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls.control-next {
            right: -1.0714em; }
          .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-outer {
            overflow-x: hidden; }
          .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-inner {
            width: 142.8571em;
            overflow: hidden; }
            .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-inner .schedule-item {
              float: left;
              padding: 0.2143em 0;
              border-radius: 0.2857em;
              color: #fff;
              width: 5em;
              text-align: center; }
            .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-inner .schedule-item.schedule-available {
              cursor: pointer; }
            .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-inner .schedule-item:not(:last-child) {
              margin-right: 0.3571em; }
        .calendar .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule:not(.has-control) .col-schedule-controls {
          display: none; }
  .calendar .loading-wrapper {
    /*display: none;*/
    position: absolute;
    background-color: #fff;
    z-index: 99;
    opacity: 0.5; }
    .calendar .loading-wrapper .img-loading-data {
      margin-top: 28.5714em;
      margin: 0 auto;
      width: 2.2857em;
      height: 2.2857em;
      background-image: url(./assets/FrontendResources/images/loading.gif?e6611f867d63754b7a2a);
      background-size: 2.2857em 2.2857em;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .calendar .calendar-body.view {
    position: relative; }
    .calendar .calendar-body.view .view-row {
      width: 100%;
      height: 8.5714em; }
    .calendar .calendar-body.view .view-header-row {
      height: 2.8571em;
      line-height: 2.8571em;
      text-align: center; }
      .calendar .calendar-body.view .view-header-row .view-row-cell {
        width: 14.28561428571428%;
        height: 100%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        border-right: 0.0714em solid #f1f3f5;
        border-bottom: 0.0714em solid #f1f3f5;
        border-top: 0.0714em solid #f1f3f5;
        position: relative; }
        .calendar .calendar-body.view .view-header-row .view-row-cell .cal-weekend {
          background-color: #fbfcfc; }
      .calendar .calendar-body.view .view-header-row .view-row-cell:first-child {
        border-left: 0.0714em solid #f1f3f5; }
    .calendar .calendar-body.view .view-body .view-row .view-row-cell {
      width: 14.28561428571428%;
      height: 100%;
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      border-right: 0.0714em solid #f1f3f5;
      border-bottom: 0.0714em solid #f1f3f5;
      position: relative;
      float: left; }
      .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-top {
        height: 1.4286em;
        padding: 0.2143em 0.0714em;
        position: relative;
        padding-bottom: 0; }
        .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-top .view-cell-number {
          float: right;
          width: 1.4286em;
          height: 1.4286em;
          line-height: 1.4286em;
          text-align: center;
          border-radius: 50%; }
        .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-top .fc-events {
          float: right;
          margin-top: 0.4286em;
          margin-right: 0.2143em;
          cursor: pointer; }
          .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-top .fc-events .fc-events-item {
            width: 0.7143em;
            height: 0.7143em;
            float: left;
            border-radius: 50%;
            margin-left: -0.2857em; }
          .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-top .fc-events .list-fc-events {
            display: none; }
      .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-bottom {
        padding: 0.6429em 0.1429em 0.3571em 0.1429em;
        position: relative; }
        .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-bottom .schedule-events {
          text-align: center;
          padding-bottom: 0; }
          .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-bottom .schedule-events .schedule-events-item {
            cursor: default;
            font-size: 0.9em;
            margin-bottom: 0.3571em;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
            .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-bottom .schedule-events .schedule-events-item .available-schedule {
              display: block;
              cursor: pointer;
              text-decoration: none;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-bottom .schedule-events .schedule-events-item .available-schedule:hover {
              text-decoration: underline; }
          .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-bottom .schedule-events .add-class-item {
            display: inline-block; }
          .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-bottom .schedule-events .schedule-events-item.item-more {
            display: none; }
        .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-bottom .schedule-arrow-down {
          height: 1.1429em;
          width: 100%;
          text-align: center; }
          .calendar .calendar-body.view .view-body .view-row .view-row-cell .view-cell-bottom .schedule-arrow-down i {
            font-size: 2em;
            color: #000;
            height: 0.5714em;
            vertical-align: top;
            margin-top: -0.2em; }
      .calendar .calendar-body.view .view-body .view-row .view-row-cell .schedule-more {
        pointer-events: none; }
      .calendar .calendar-body.view .view-body .view-row .view-row-cell .schedule-popup {
        border: solid 0.0714em #EEE;
        background: #FFF;
        z-index: 990;
        position: relative;
        box-shadow: 0 0.2857em 0.5714em 0 rgba(0, 0, 0, 0.2), 0 0.4286em 1.4286em 0 rgba(0, 0, 0, 0.19); }
      .calendar .calendar-body.view .view-body .view-row .view-row-cell .more-schedule-popout .schedule-events {
        padding: 0.2857em 0.2857em 0 0.2857em;
        position: absolute;
        left: -0.2143em;
        z-index: 1;
        border: solid 0.0714em #EEE;
        background-color: #FFF;
        box-shadow: 0 0.2857em 0.5714em 0 rgba(0, 0, 0, 0.2), 0 0.4286em 1.4286em 0 rgba(0, 0, 0, 0.19); }
      .calendar .calendar-body.view .view-body .view-row .view-row-cell .more-schedule-popout .schedule-more {
        display: none; }
    .calendar .calendar-body.view .view-body .view-row .view-row-cell:focus {
      outline: 0.2143em solid #a8c1e4;
      z-index: 100; }
    .calendar .calendar-body.view .view-body .view-row .cal-weekend {
      background-color: #fbfcfc; }
      .calendar .calendar-body.view .view-body .view-row .cal-weekend .view-cell-bottom {
        border: none; }
    .calendar .calendar-body.view .view-body .view-row .cal-outmonth {
      color: #c9c9c9; }
      .calendar .calendar-body.view .view-body .view-row .cal-outmonth .view-cell-bottom {
        border: none; }
    .calendar .calendar-body.view .view-body .view-row .view-row-cell:first-child {
      border-left: 0.0714em solid #f1f3f5; }
    .calendar .calendar-body.view .view-body .view-row .cal-today .view-cell-top .view-cell-number {
      background-color: #454b62;
      color: #fff; }

.popup-calendar {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-y: auto; }
  .popup-calendar .popup-wrapper {
    margin: 4.2857em auto; }
    .popup-calendar .popup-wrapper .popup-title {
      padding: 1.0714em;
      font-weight: bold;
      border-bottom: 0.0714em solid #f9f9f9; }
      .popup-calendar .popup-wrapper .popup-title .close-popup {
        float: right;
        cursor: default;
        width: 1.1429em;
        height: 1.1429em;
        opacity: 0.7;
        cursor: pointer;
        color: #000; }
        .popup-calendar .popup-wrapper .popup-title .close-popup i {
          font-size: 1.1429em; }
      .popup-calendar .popup-wrapper .popup-title .close-popup:hover {
        opacity: 1; }
    .popup-calendar .popup-wrapper .popup-body {
      padding: 1.0714em; }

.view-footer {
  display: block; }
  .view-footer .legends-title {
    margin-top: 1.4286em;
    padding: 0.3571em 0;
    border-bottom: solid 0.0714em #f1f3f5;
    text-transform: uppercase;
    font-weight: 600; }
  .view-footer .legends-content {
    margin: 0.3571em; }
    .view-footer .legends-content .fc-legends, .view-footer .legends-content .meeting-legends {
      padding: 1.0714em 0; }
    .view-footer .legends-content .fc-legends {
      display: none; }
    .view-footer .legends-content .legends-content-label {
      float: left;
      margin-right: 1.4286em; }
    .view-footer .legends-content .legends-content-inner {
      overflow: hidden; }
  .view-footer ul {
    display: block; }
    .view-footer ul .fc-type-item {
      list-style: none;
      padding: 0;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      float: left; }
      .view-footer ul .fc-type-item .fc-type-item-color {
        width: 0.7143em;
        height: 0.7143em;
        margin-bottom: 0.3571em;
        margin-top: 0.3571em;
        float: left; }
      .view-footer ul .fc-type-item .fc-type-item-name {
        padding-left: 0.3571em;
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 1.4286em; }
    .view-footer ul .schedule-type {
      list-style: none;
      padding: 0;
      margin: 0;
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .view-footer ul .schedule-type .schedule-type-color {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    .view-footer ul .schedule-type:not(:last-child) {
      margin-right: 2%; }

.etooltip {
  box-shadow: 0.2143em 0.2143em 0.2143em #888888;
  color: #7a7a7a;
  border: solid 0.0714em #dfdfdf; }
  .etooltip .tip-scroller .tip-content {
    display: block;
    font-size: 0.96em;
    padding: 0; }
    .etooltip .tip-scroller .tip-content ul {
      max-width: 22.8571em;
      padding: 0.7143em 0.7143em 0 0.7143em;
      max-height: 17.1429em;
      overflow-y: auto;
      margin: 0; }
      .etooltip .tip-scroller .tip-content ul .list-fc-events-item {
        position: relative;
        padding-bottom: 0.3571em;
        list-style-type: none; }
        .etooltip .tip-scroller .tip-content ul .list-fc-events-item .fc-event-top {
          display: block;
          padding-top: 0.3571em;
          padding-bottom: 0.7143em; }
          .etooltip .tip-scroller .tip-content ul .list-fc-events-item .fc-event-top .fc-event-type {
            width: 0.7143em;
            height: 0.7143em;
            border-radius: 50%;
            margin-top: 0.0714em;
            float: left; }
          .etooltip .tip-scroller .tip-content ul .list-fc-events-item .fc-event-top .fc-event-start-date {
            padding-left: 1.4286em; }
        .etooltip .tip-scroller .tip-content ul .list-fc-events-item .fc-event-bottom {
          padding-bottom: 0.4286em;
          border-bottom: 0.0714em solid #e3e3e3;
          margin-left: 2.2857em; }
        .etooltip .tip-scroller .tip-content ul .list-fc-events-item ul li.list-fc-events-item:not(:last-child) .fc-event-bottom .fc-event-title {
          border-bottom: solid 0.0714em #e2e2e2; }
      .etooltip .tip-scroller .tip-content ul .list-fc-events-item:last-child .fc-event-bottom {
        border: none; }
    .etooltip .tip-scroller .tip-content ul.show-scroll {
      overflow-y: auto; }
    .etooltip .tip-scroller .tip-content .view-more {
      float: right;
      padding: 0.7143em 1.4286em 0 0;
      line-height: 2.1429em;
      margin-bottom: 0.7143em; }
  .etooltip .tip-arrow-bottom {
    margin-left: 0; }

html:not(.rtl) .calendar-header .direction-wrapper .btn-direction.btn-prev {
  left: 0;
  padding-right: 0.35em; }
  html:not(.rtl) .calendar-header .direction-wrapper .btn-direction.btn-prev .etci-chevron-left {
    display: block; }
  html:not(.rtl) .calendar-header .direction-wrapper .btn-direction.btn-prev .etci-chevron-right {
    display: none; }

html:not(.rtl) .calendar-header .direction-wrapper .btn-direction.btn-next {
  right: 0;
  padding-left: 0.35em; }
  html:not(.rtl) .calendar-header .direction-wrapper .btn-direction.btn-next .etci-chevron-left {
    display: none; }
  html:not(.rtl) .calendar-header .direction-wrapper .btn-direction.btn-next .etci-chevron-right {
    display: block; }

/**CSS for Arabic**/
html.rtl .calendar .calendar-title {
  padding-left: 0;
  padding-right: 2.5em; }

html.rtl .calendar-header .direction-wrapper .btn-direction.btn-next {
  left: 0;
  padding-right: 0.35em; }
  html.rtl .calendar-header .direction-wrapper .btn-direction.btn-next .etci-chevron-left {
    display: block; }
  html.rtl .calendar-header .direction-wrapper .btn-direction.btn-next .etci-chevron-right {
    display: none; }

html.rtl .calendar-header .direction-wrapper .btn-direction.btn-prev {
  right: 0;
  padding-left: 0.35em; }
  html.rtl .calendar-header .direction-wrapper .btn-direction.btn-prev .etci-chevron-left {
    display: none; }
  html.rtl .calendar-header .direction-wrapper .btn-direction.btn-prev .etci-chevron-right {
    display: block; }

html.rtl .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .timezone-arrow-down {
  margin-left: 0;
  margin-right: 0.1429em;
  right: auto;
  left: 0.3571em; }

html.rtl .calendar-body.view .view-header-row .view-row-cell {
  float: right;
  border-right: none;
  border-left: 0.0714em solid #f1f3f5; }

html.rtl .calendar-body.view .view-header-row .view-row-cell:first-child {
  border-right: 0.0714em solid #f1f3f5; }

html.rtl .calendar-body.view .view-body .view-row .view-row-cell {
  float: right;
  border-right: none;
  border-left: 0.0714em solid #f1f3f5; }
  html.rtl .calendar-body.view .view-body .view-row .view-row-cell .view-cell-top .view-cell-number {
    float: left; }
  html.rtl .calendar-body.view .view-body .view-row .view-row-cell .view-cell-top .fc-events {
    float: left;
    margin-right: 0;
    margin-left: 0.2143em; }
    html.rtl .calendar-body.view .view-body .view-row .view-row-cell .view-cell-top .fc-events .fc-events-item {
      float: right;
      margin-left: 0;
      margin-right: -0.2857em; }

html.rtl .calendar-body.view .view-body .view-row .view-row-cell:first-child {
  border-right: 0.0714em solid #f1f3f5; }

html.rtl .calendar-body .calendar-view-small .view-small-wrapper .col-date {
  padding-right: 0;
  padding-left: 0.7143em; }

html.rtl .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date .fc-events {
  left: auto;
  right: 60%; }
  html.rtl .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date .fc-events .fc-events-types .fc-events-types-item {
    float: right; }
  html.rtl .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-date .fc-events .fc-events-types .fc-events-types-item:not(:first-child) {
    margin-right: -0.2857em;
    margin-left: auto; }

html.rtl .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls .image-back {
  background-image: url(./assets/FrontendResources/images/next-512.png?d02ea12d65ac06c8e75e); }

html.rtl .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls .image-next {
  background-image: url(./assets/FrontendResources/images/prev-512.png?a64133a3450d58ad6067); }

html.rtl .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls.control-back {
  left: auto;
  right: -1.0714em; }

html.rtl .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-controls.control-next {
  right: auto;
  left: -1.0714em; }

html.rtl .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-inner .schedule-item {
  float: right; }

html.rtl .calendar-body .calendar-view-small .view-small-wrapper .view-body .view-body-row .col-schedule .col-schedule-inner .schedule-item:not(:last-child) {
  margin-right: 0;
  margin-left: 0.3571em; }

html.rtl .view-footer .legends-content .legends-content-label {
  float: right;
  margin-right: 0;
  margin-left: 1.4286em;
  text-align: right; }

html.rtl .view-footer ul .fc-type-item {
  float: right; }
  html.rtl .view-footer ul .fc-type-item b {
    float: right; }
  html.rtl .view-footer ul .fc-type-item .fc-type-item-name {
    padding-left: 0;
    padding-right: 0.3571em;
    margin-left: 1.4286em;
    margin-right: 0;
    text-align: right; }

html.rtl .etooltip ul .list-fc-events-item .fc-event-top .fc-event-type {
  float: right !important; }

html.rtl .etooltip ul .list-fc-events-item .fc-event-top .fc-event-start-date {
  padding-right: 1.4286em;
  text-align: right; }

html.rtl .etooltip ul .list-fc-events-item .fc-event-bottom {
  margin-right: 2.2857em !important;
  text-align: right; }

html.rtl .etooltip .tip-content .view-more {
  float: left;
  padding: 0 0 0 2.4286em; }

html.rtl .popup-calendar .popup-wrapper .popup-title .close-popup {
  float: left; }

html.rtl .page-footer {
  text-align: left; }

/*@media screen and (max-width: 73.1429em) {
    .calendar {
        .calendar-container {
            margin-left: 4.2857em;
            margin-right: 4.2857em;
        }
    }
}*/
@media screen and (max-width: 54.8571em) {
  .calendar .calendar-container {
    margin-top: 1.4286em; }
    .calendar .calendar-container .calendar-body {
      margin-left: 0; }
  .view-footer {
    margin-top: 0.7143em; }
    .view-footer ul .fc-type-item {
      margin-right: 0;
      margin-left: 0; }
  .calendar-header .direction-wrapper .btn-direction {
    background-color: transparent;
    border-radius: 50%;
    width: 1.7143em;
    height: 1.7143em;
    position: absolute;
    top: 0; }
  .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .timezone-dropdown-menu li > a {
    padding: 0.2143em 0.3571em; }
  .popup-calendar .popup-wrapper .popup-body {
    padding: 1.0714em 0; } }

@media screen and (max-width: 40.5714em) {
  .calendar .calendar-container {
    margin: 0; }
    .calendar .calendar-container .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown {
      width: 100%; }
      .calendar .calendar-container .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .btn-timezone {
        position: relative; }
        .calendar .calendar-container .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .btn-timezone .timezone-arrow-down {
          position: absolute;
          margin: 0;
          width: 0.8571em;
          height: 0.8571em; }
  .calendar .calendar-title {
    padding: 1.0714em;
    line-height: 1.7857em; }
  .view-footer .legends-content .legends-content-label {
    width: 100%;
    float: none; }
  .view-footer .legends-content .legends-content-inner {
    margin-top: 0.3571em;
    margin-left: 0.7143em; }
  html:not(.rtl) .calendar .calendar-container .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .btn-timezone .timezone-arrow-down {
    right: 0.1429em; }
  html.rtl .calendar .calendar-container .calendar-header .direction-wrapper .direction-info .timezone .timezone-dropdown .btn-timezone .timezone-arrow-down {
    left: 0.1429em; }
  html.rtl .calendar .view-footer .legends-content .legends-content-label {
    float: none;
    margin: 0; }
  html.rtl .view-footer .legends-content .legends-content-inner {
    margin-right: 0.7143em; } }

@media screen and (max-width: 25.7143em) {
  .view-footer ul .schedule-type {
    max-width: 8.5714em; } }

@media screen and (min-width: 54.8571em) and (max-width: 70.7857em) {
  .calendar-body.view .view-body .view-row .view-row-cell.show-popup-schedule .view-cell-bottom:hover .schedule-events {
    padding-left: 0.3571em;
    padding-right: 0.3571em;
    left: 0.0714em; } }

select::-ms-expand {
  display: none; }

select::before {
  content: ")";
  position: absolute;
  top: 43%;
  left: 93%;
  font-size: 0.43em; }

.loading-header {
  display: none;
  position: absolute;
  background-color: #fff;
  z-index: 99;
  opacity: 1; }
  .loading-header .img-loading-header {
    margin-top: 28.5714em;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 0.8571em;
    background-image: url(./assets/FrontendResources/images/loading-header.gif?4c24439a9152d1837035);
    background-size: 100%;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    max-width: 30%;
    margin-bottom: 0.3571em; }

ul {
  -webkit-padding-start: 0; }

.img-loading-wrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 100;
  opacity: 0.8; }
  .img-loading-wrapper .img-loading {
    margin-top: 28.5714em;
    margin: 0 auto;
    width: 2.2857em;
    height: 2.2857em;
    background-image: url(./assets/FrontendResources/images/loading.gif?e6611f867d63754b7a2a);
    background-size: 2.2857em 2.2857em;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }

select::-ms-expand {
  display: none !important; }

.booking-form-container {
  padding: 1.4286em; }

.booking-navigation {
  padding-right: 1.4286em;
  padding-left: 1.4286em;
  margin-top: 1.4286em; }
  .booking-navigation .navigation-title {
    display: none;
    padding: 1.6667em;
    font-size: 1.29em;
    font-weight: bold; }
  .booking-navigation .booking-navigation-inner {
    width: 100%;
    overflow: hidden; }
  .booking-navigation .navigation {
    padding: 0;
    margin: 0;
    background-color: #FFF;
    white-space: nowrap;
    /*.first-li:before {
            border-color: transparent;
        }*/
    /*.inn .end {
            color: transparent;

            &:after {
                border-color: transparent;
            }
        }*/ }
    .booking-navigation .navigation li {
      display: inline-block;
      position: relative;
      padding: 0;
      width: 20%; }
      .booking-navigation .navigation li:before {
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        border-style: solid;
        border-width: 2.1429em 0 2em 1.0714em;
        border-color: transparent transparent transparent #fff;
        z-index: 0; }
      .booking-navigation .navigation li:after {
        content: " ";
        height: 0;
        width: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        right: -1.0714em;
        border-style: solid;
        border-width: 2.1429em 0 2em 1.0714em;
        border-color: transparent transparent transparent #e2e2e2;
        z-index: 10; }
    .booking-navigation .navigation li.active:after {
      border-left-color: #4d73a8; }
    .booking-navigation .navigation li.first-li {
      border-color: transparent; }
    .booking-navigation .navigation li > a {
      color: #000000;
      display: block;
      background: #e2e2e2;
      height: 4.1429em;
      line-height: 4.1429em;
      padding-left: 1.2857em;
      text-decoration: none; }
    .booking-navigation .navigation li > a:hover,
    .booking-navigation .navigation li > a:active,
    .booking-navigation .navigation li > a:visited {
      color: inherit; }
    .booking-navigation .navigation li > a {
      outline: none; }
      .booking-navigation .navigation li > a > span {
        padding: 0.3571em; }
    .booking-navigation .navigation li > a:focus {
      /*outline: none;*/ }
      .booking-navigation .navigation li > a:focus > span {
        padding: 0.3571em; }
    .booking-navigation .navigation li.first-li:before {
      border-style: none;
      border-width: 0; }
    .booking-navigation .navigation li.end-li:after {
      border-style: none;
      border-width: 0; }
    .booking-navigation .navigation li.active > a {
      background: #4d73a8;
      z-index: 100;
      color: white; }
      .booking-navigation .navigation li.active > a:after {
        border-left-color: #4d73a8; }
    .booking-navigation .navigation li.current-selected:after {
      border-left-color: #333333; }
    .booking-navigation .navigation li.current-selected > a {
      background: #333333;
      /*&:after {
                border-left-color: #333333;
            }*/ }
    .booking-navigation .navigation .pointer-cursor {
      cursor: pointer; }
    .booking-navigation .navigation .pointer-cursor-removed {
      cursor: default; }
    .booking-navigation .navigation #step0 {
      min-width: 11.4286em; }
    .booking-navigation .navigation #step1 {
      min-width: 15.3571em; }
    .booking-navigation .navigation #step2 {
      min-width: 7.1429em; }
    .booking-navigation .navigation #step3 {
      min-width: 11.4286em; }

.button-wrapper {
  clear: both;
  float: right;
  margin-top: 5.7143em;
  margin-bottom: 1.0714em; }
  .button-wrapper .btn-next {
    -moz-border-radius: 0.1429em;
    -webkit-border-radius: 0.1429em;
    border-radius: 0.1429em;
    text-decoration: none;
    border: 0.0714em solid #4D73A8;
    background-color: #4D73A8;
    color: white;
    width: 8.5714em;
    height: 2em;
    text-align: center;
    display: inline-block;
    line-height: 2em; }
  .button-wrapper .btn-back {
    margin-right: 1.7143em;
    text-decoration: none;
    color: #000000; }

.rtl .booking-wrapper .booking-navigation .navigation li > a {
  padding-right: 1.2857em; }
  .rtl .booking-wrapper .booking-navigation .navigation li > a:before {
    z-index: 11 !important;
    display: none; }

.rtl .booking-wrapper .booking-navigation .navigation li.current-selected:before {
  border-right-color: #333333 !important; }

.rtl .booking-wrapper .booking-navigation .navigation li.current-selected > a {
  background: #333333 !important; }
  .rtl .booking-wrapper .booking-navigation .navigation li.current-selected > a:before {
    border-right-color: transparent !important;
    display: none; }

.rtl .booking-wrapper .booking-navigation .navigation li::after {
  right: 0;
  border-width: 2.1429em 1.0714em 2em 0;
  border-color: transparent #fff transparent transparent;
  z-index: 0; }

.rtl .booking-wrapper .booking-navigation .navigation li::before {
  left: -1.0714em;
  border-width: 2.1429em 1.0714em 2.0714em 0;
  border-color: transparent #e2e2e2 transparent transparent;
  z-index: 10; }

.rtl .booking-wrapper .booking-navigation .navigation li.active::before {
  border-right-color: #4d73a8; }

.rtl .button-wrapper {
  float: left; }
  .rtl .button-wrapper .btn-back {
    margin-right: 0;
    margin-left: 1.7143em; }

@media screen and (max-width: 91.4286em) {
  .booking-wrapper .inner-arrow {
    padding-right: 0; }
  .booking-wrapper .button-wrapper {
    margin-right: 2.1429em; } }

@media screen and (max-width: 73.1429em) {
  .booking-wrapper .booking-navigation .navigation {
    /*.inner-arrow {
                    }

                    .common {
                        width: 26%;
                        text-indent: 1.5714em !important;
                    }

                    .first-li {
                        width: 22% !important;
                    }

                    .third-li {
                        width: 14% !important;
                    }

                    .end-li {
                        width: 7%;
                    }*/ }
  .rtl .booking-wrapper .booking-navigation .navigation .common {
    /*text-indent: 1.5714em !important;*/ } }

@media screen and (max-width: 54.8571em) {
  .img-loading-wrapper {
    position: fixed; }
  .booking-wrapper .booking-navigation .navigation-title {
    display: block;
    padding-bottom: 0; }
  .booking-wrapper .booking-navigation .navigation {
    display: none; }
  .booking-wrapper .booking-form-container {
    padding: 1.4286em; } }

@media screen and (max-width: 40.5714em) {
  .booking-wrapper .booking-navigation .navigation-title {
    padding: 1.4286em;
    padding-bottom: 0; }
  .booking-wrapper .booking-form-container {
    padding: 1.4286em; }
  .booking-wrapper .button-wrapper {
    margin-top: 2.1429em; } }

.rtl .booking-wrapper .booking-navigation .navigation {
  padding-right: 2.1429em;
  padding-left: 0.7143em; }
  .rtl .booking-wrapper .booking-navigation .navigation .active .inner-arrow:before {
    border-right-color: #4d73a8; }
  .rtl .booking-wrapper .booking-navigation .navigation .common {
    margin: 0.3571em 0 0 0.0714em; }
    .rtl .booking-wrapper .booking-navigation .navigation .common:after {
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      border-style: solid;
      border-width: 2.1429em 1.0714em 2em 0;
      border-color: transparent #fff transparent transparent;
      right: -0.0714em;
      top: 0; }
    .rtl .booking-wrapper .booking-navigation .navigation .common:before {
      display: none; }
  .rtl .booking-wrapper .booking-navigation .navigation .first-li:after {
    border-color: transparent; }
  .rtl .booking-wrapper .booking-navigation .navigation .inner-arrow {
    text-align: right !important; }
    .rtl .booking-wrapper .booking-navigation .navigation .inner-arrow:before {
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      left: -1.0714em;
      border-style: solid;
      border-width: 2.1429em 1.0714em 2em 0;
      border-color: transparent #e2e2e2 transparent transparent;
      z-index: 10; }
    .rtl .booking-wrapper .booking-navigation .navigation .inner-arrow:after {
      display: none; }
  .rtl .booking-wrapper .booking-navigation .navigation .end {
    color: transparent; }
    .rtl .booking-wrapper .booking-navigation .navigation .end:before {
      border-color: transparent; }

.meeting-type-content {
  width: 100%;
  height: auto;
  margin: auto;
  background: white;
  border-top: 0.0714em solid #e1e1e1;
  margin-top: 0.7143em; }
  .meeting-type-content .title {
    margin-top: 2.1429em; }
  .meeting-type-content .button-meetingType {
    margin-top: 1.7143em; }
    .meeting-type-content .button-meetingType .tabs {
      margin: 0;
      padding: 0; }
      .meeting-type-content .button-meetingType .tabs li {
        display: inline-block; }
        .meeting-type-content .button-meetingType .tabs li .meeting-type {
          text-align: center;
          line-height: 3em;
          min-width: 11.5714em; }
        .meeting-type-content .button-meetingType .tabs li .face-to-face {
          background: white;
          color: black;
          margin-right: 1.0714em;
          border: 0.0714em solid transparent;
          border-color: #9B9B9B; }
        .meeting-type-content .button-meetingType .tabs li .video-conference {
          background: white;
          color: black;
          margin-right: 1.0714em;
          border: 0.0714em solid transparent;
          border-color: #9B9B9B; }
        .meeting-type-content .button-meetingType .tabs li .teleconference {
          background: white;
          color: black;
          margin-right: 1.0714em;
          border: 0.0714em solid transparent;
          border-color: #9B9B9B; }
        .meeting-type-content .button-meetingType .tabs li .meetingType-active {
          background: #4A90E2;
          color: white;
          margin-right: 1.0714em;
          border: 0.0714em solid transparent;
          border-color: #9B9B9B;
          border-color: #4A90E2 !important; }
  .meeting-type-content .content-note {
    margin-top: 2.6429em;
    padding: 0.7143em;
    font-size: 1em;
    width: 100%;
    box-sizing: border-box;
    background: #F3F3F3; }
    .meeting-type-content .content-note .text-note {
      display: none; }
    .meeting-type-content .content-note .cssClassTextNoteActive {
      display: block; }

@media only screen and (max-width: 54.8571em) {
  .meeting-type-wrapper .meeting-type-content {
    width: 100%;
    margin-top: auto; }
    .meeting-type-wrapper .meeting-type-content .tabs {
      display: block; }
      .meeting-type-wrapper .meeting-type-content .tabs li {
        display: unset; }
        .meeting-type-wrapper .meeting-type-content .tabs li .meeting-type {
          width: 100%;
          display: block;
          margin-bottom: 1.0714em;
          margin-right: unset; }
    .meeting-type-wrapper .meeting-type-content .content-note {
      line-height: 1.2857em; } }

.otherAttendees-content {
  width: 100%;
  height: auto;
  margin: auto;
  background: white;
  margin-top: 0.7143em;
  border-top: 0.0714em solid #e1e1e1;
  position: relative; }
  .otherAttendees-content .note {
    margin-top: 2.1429em; }
  .otherAttendees-content .form {
    margin-top: 2.1429em; }
    .otherAttendees-content .form .form-item:first-child {
      padding: 0.1429em;
      position: relative; }
      .otherAttendees-content .form .form-item:first-child .form-group-delete {
        cursor: pointer;
        line-height: 1.3em;
        margin-top: 1.4285em; }
      .otherAttendees-content .form .form-item:first-child .clear-both {
        clear: both; }
    .otherAttendees-content .form .form-item {
      clear: both;
      margin-bottom: 1.0714em;
      padding: 0.1429em;
      position: relative; }
      .otherAttendees-content .form .form-item .form-group {
        width: 45%;
        float: left;
        margin-right: 1.2143em; }
        .otherAttendees-content .form .form-item .form-group .title-name {
          text-align: center;
          margin-bottom: 0.3571em; }
        .otherAttendees-content .form .form-item .form-group .title-name-none {
          display: none; }
        .otherAttendees-content .form .form-item .form-group .row {
          width: 100%; }
          .otherAttendees-content .form .form-item .form-group .row .txt-value {
            width: 100%;
            height: 2.7143em;
            border: 0.0714em solid #ccc;
            border-radius: 0.2857em;
            padding: 0.4286em 0.8571em 0.4286em 0.8571em;
            box-sizing: border-box;
            font-size: inherit; }
          .otherAttendees-content .form .form-item .form-group .row .dropdown {
            width: 100%;
            height: 2.7143em;
            display: inline-block;
            position: relative;
            overflow: hidden; }
          .otherAttendees-content .form .form-item .form-group .row .dropdown:before, .otherAttendees-content .form .form-item .form-group .row .dropdown:after {
            content: '';
            position: absolute;
            z-index: 2;
            top: 0.9286em;
            right: 0.7143em;
            width: 0;
            height: 0;
            border: 0.2857em dashed;
            border-color: #0c0c0c transparent;
            pointer-events: none; }
          .otherAttendees-content .form .form-item .form-group .row .dropdown:after {
            border-bottom-style: solid;
            border-top: none; }
          .otherAttendees-content .form .form-item .form-group .row .dropdown:before {
            margin-top: 0.5em;
            border-top-style: solid;
            border-bottom: none; }
          .otherAttendees-content .form .form-item .form-group .row .dropdown-select {
            position: relative;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0.4286em 0.8571em 0.4286em 0.8571em;
            text-shadow: 0 0.0714em white;
            -webkit-appearance: none;
            border: 0.0714em solid #ccc;
            border-radius: 0.2857em;
            font-size: inherit;
            background-color: white; }
          .otherAttendees-content .form .form-item .form-group .row .error-notification {
            padding-left: 0.2857em;
            padding-top: 0.5em;
            color: red;
            display: none; }
      .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown {
        margin: 0 auto;
        position: relative;
        font-size: 1em;
        border: none;
        background-color: #fff;
        background-color: transparent; }
        .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .btn-position {
          width: 100%;
          height: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          background-color: transparent;
          height: 2.7143em;
          border: 0.0714em solid #ccc;
          border-radius: 0.2857em;
          padding: 0.4286em 1.2857em 0.4286em 0.8571em;
          box-sizing: border-box;
          position: relative; }
        .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .position-arrow-down {
          width: 0;
          height: 0;
          position: absolute;
          top: 0.8em; }
        .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .selected-text-dropdown {
          display: block;
          margin-left: 0.5714em; }
        .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .position-dropdown-menu {
          max-height: 14.2857em;
          min-width: 100%;
          list-style: none;
          background-color: #fff;
          border: 0.0714em solid rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.4286em 0.8571em rgba(0, 0, 0, 0.15);
          overflow-y: auto;
          -webkit-overflow-scrolling: touch;
          z-index: 999;
          box-sizing: border-box; }
          .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .position-dropdown-menu li > a {
            display: block;
            padding: 0.2143em 1.4286em;
            font-weight: 400;
            color: #333;
            white-space: nowrap;
            text-decoration: none;
            text-align: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .position-dropdown-menu li > a:hover {
            background-color: whitesmoke; }
          .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .position-dropdown-menu li > a.position-selected {
            background-color: #cfcfcf; }
      .otherAttendees-content .form .form-item .form-group-delete {
        width: 1em;
        height: 1em;
        float: left;
        font-size: 1.4285em;
        line-height: 2em;
        margin-top: 0.0333em;
        cursor: pointer; }
        .otherAttendees-content .form .form-item .form-group-delete span.onmobile {
          display: none; }
      .otherAttendees-content .form .form-item .clear-both {
        clear: both; }
  .otherAttendees-content .add-number {
    margin: 0.1429em;
    display: block;
    font-size: 1.4285em;
    font-weight: bold;
    width: 0.9258em;
    cursor: pointer;
    color: #333;
    text-decoration: none; }

html:not(.rtl) .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .btn-position {
  text-align: left; }

html:not(.rtl) .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .position-arrow-down {
  right: 1em; }

html.rtl .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .btn-position {
  text-align: right;
  padding: 0.4286em 0.8571em 0.4286em 1.2857em; }

html.rtl .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .position-arrow-down {
  left: 1em; }

html.rtl .otherAttendees-content .form .form-item .form-group-position .applicant-dropdown .position-dropdown-menu li > a {
  text-align: right; }

html.rtl .form .form-item {
  width: 100%; }
  html.rtl .form .form-item .form-group {
    float: right;
    margin-left: 1.2143em;
    margin-right: 0; }
    html.rtl .form .form-item .form-group .row .dropdown:before, html.rtl .form .form-item .form-group .row .dropdown:after {
      right: unset;
      left: 0.7143em; }
  html.rtl .form .form-item .form-group-delete {
    float: right; }

@media only screen and (max-width: 54.8571em) {
  .form .form-item {
    border: 0.0714em solid #C0C0C0;
    border-radius: 0.3571em; }
    .form .form-item .form-group-delete {
      float: right !important;
      position: absolute;
      top: 0.8571em;
      right: 0.3571em;
      text-align: center;
      margin-top: 0 !important; }
      .form .form-item .form-group-delete span.ondesktop {
        display: none; }
      .form .form-item .form-group-delete span.onmobile {
        display: block !important;
        width: 1.1429em;
        height: 1.1429em;
        opacity: 0.5;
        cursor: pointer;
        margin-top: -0.2em; }
      .form .form-item .form-group-delete span:hover {
        opacity: 1; }
  .form .select {
    background: #fffae7; }
  .form .form-item {
    border: 0.0714em solid #C0C0C0;
    border-radius: 0.3571em; }
    .form .form-item .form-group {
      clear: left;
      width: 100% !important;
      padding: 0.8571em 0.7143em 0 0.7143em;
      margin-bottom: 0 !important;
      box-sizing: border-box;
      margin-right: 0 !important; }
      .form .form-item .form-group .title-name {
        margin-bottom: 0.2143em;
        display: inline-block !important; }
      .form .form-item .form-group .title-name-none {
        display: inline-block !important; }
      .form .form-item .form-group .txt-email {
        margin-bottom: 0.7143em; }
    .form .form-item .form-group-position {
      padding-bottom: 1.0714em; }
  html.rtl .form-item:first-child .form-group-delete {
    right: unset;
    left: 0; }
  html.rtl .form-item .form-group-delete {
    right: unset;
    left: 0; } }

.agendar-content {
  height: auto;
  margin: auto;
  background: white;
  margin-top: 0.7143em;
  position: relative;
  border-top: 0.0714em solid #e1e1e1; }
  .agendar-content .input-summary {
    display: inline-block;
    width: 100%;
    margin-top: 2.1429em;
    display: flex; }
    .agendar-content .input-summary .editor-wrapper {
      width: 98%;
      border-radius: 0.3571em;
      border: solid 0.0714em #CCC;
      text-align: center;
      display: block;
      float: left;
      padding-top: 0.3571em;
      padding-bottom: 0.3571em; }
    .agendar-content .input-summary .summary-meeting {
      height: 7.1429em;
      border: none;
      padding: 1%;
      width: 97%;
      outline: 0; }
    .agendar-content .input-summary .compulsory-field {
      float: right;
      color: red;
      display: block; }
  .agendar-content .upload-file .title-upload {
    margin: 2.8571em 0; }
  .agendar-content .upload-file .dragandrophandler {
    /*border: 0.0714em dotted #808080;
                    border-radius: 0.4286em;
                    width: 34.2857em;*/
    color: #92AAB0;
    text-align: left;
    vertical-align: middle;
    /*padding: 0.7143em 0.7143em 0.7143em 0.7143em;*/
    margin-bottom: 0.7143em; }
    .agendar-content .upload-file .dragandrophandler .custom-file {
      width: 0 0.0714em;
      height: 0 0.0714em;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .agendar-content .upload-file .dragandrophandler .file-upload {
      background: url(./assets/FrontendResources/images/file_icon@1x.png?7228bd1a2409ced345fd) no-repeat center;
      background-size: contain; }
    .agendar-content .upload-file .dragandrophandler .file-upload-icon {
      width: 100%;
      height: 4.2857em;
      display: block;
      margin: 1.0714em 0;
      border: none;
      border-radius: 0.2143em; }
    .agendar-content .upload-file .dragandrophandler .title-drag {
      display: block;
      text-align: center;
      font-size: 1.43em;
      color: black;
      opacity: 0.4; }
    .agendar-content .upload-file .dragandrophandler .title-browse {
      display: block;
      text-align: center;
      font-size: 1em;
      color: black;
      opacity: 0.4; }
      .agendar-content .upload-file .dragandrophandler .title-browse a {
        color: #0094ff; }
    .agendar-content .upload-file .dragandrophandler .title-condition {
      display: block;
      font-size: 1em;
      text-align: center;
      color: black;
      opacity: 0.3; }
  .agendar-content .error-notification {
    color: red;
    margin-top: 0.7143em; }

.compulsory-field.compulsory-attachment {
  vertical-align: middle; }

.not-compulsory-field {
  display: none; }

.compulsory-field {
  color: red;
  line-height: 2.8571em;
  text-align: center;
  vertical-align: top; }

.booking-form-container .applicant-wrapper hr {
  background-color: #e1e1e1;
  height: 0.0714em;
  border: 0;
  margin-bottom: 1.4286em; }

.booking-form-container .applicant-wrapper h4 {
  margin-bottom: 0.7143em;
  margin-top: 2.1429em; }

.booking-form-container .applicant-wrapper .required-text {
  margin-top: 2.5em !important; }
  .booking-form-container .applicant-wrapper .required-text span {
    color: red; }

.booking-form-container .applicant-wrapper .company-form {
  clear: both; }

.booking-form-container .applicant-wrapper .form-control {
  margin-bottom: 1.4286em;
  width: 48%;
  /*.dropdown:before, .dropdown:after {
                content: '';
                position: absolute;
                z-index: 2;
                top: 0.9286em;
                right: 0.7143em;
                width: 0;
                height: 0;
                border: 0.2857em dashed;
                border-color: #0c0c0c transparent;
                pointer-events: none;
            }

            .dropdown:before {
                border-bottom-style: solid;
                border-top: none;
            }

            .dropdown:after {
                margin-top: 0.5em;
                border-top-style: solid;
                border-bottom: none;
            }

            .dropdown-title:before, .dropdown-title:after {
                display: none;
            }

            .dropdown-select {
                position: relative;
                width: 100%;
                height: 100%;
                margin: 0;
                padding: 0.4286em 0.8571em 0.4286em 0.8571em;
                text-shadow: 0 0.0714em white;
                -webkit-appearance: none;
                border: 0.0714em solid #ccc
            }*/ }
  .booking-form-container .applicant-wrapper .form-control .label {
    width: 30%;
    float: left;
    padding-top: 0.5em; }
    .booking-form-container .applicant-wrapper .form-control .label .control-label {
      display: inline-block;
      padding-right: 0.7143em;
      padding-left: 0; }
  .booking-form-container .applicant-wrapper .form-control table {
    border-collapse: unset; }
  .booking-form-container .applicant-wrapper .form-control .phone-container,
  .booking-form-container .applicant-wrapper .form-control .telephone-container {
    width: 65%;
    float: left; }
    .booking-form-container .applicant-wrapper .form-control .phone-container .country-code,
    .booking-form-container .applicant-wrapper .form-control .telephone-container .country-code {
      text-align: center;
      border: 0.0714em solid #ccc;
      width: 3.5714em;
      background-color: #EEF1F7;
      border-right: 0;
      border-radius: 0.25em;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
      .booking-form-container .applicant-wrapper .form-control .phone-container .country-code .country-code-input,
      .booking-form-container .applicant-wrapper .form-control .phone-container .country-code .country-code-input-telephone,
      .booking-form-container .applicant-wrapper .form-control .telephone-container .country-code .country-code-input,
      .booking-form-container .applicant-wrapper .form-control .telephone-container .country-code .country-code-input-telephone {
        border: 0 !important;
        width: 3.5714em !important;
        height: 2.5714em !important;
        padding-left: 0;
        text-align: center; }
    .booking-form-container .applicant-wrapper .form-control .phone-container #txtMobilePhone,
    .booking-form-container .applicant-wrapper .form-control .phone-container #txtTelephone,
    .booking-form-container .applicant-wrapper .form-control .telephone-container #txtMobilePhone,
    .booking-form-container .applicant-wrapper .form-control .telephone-container #txtTelephone {
      width: 100%;
      border-bottom-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
      padding-left: 0.7143em;
      box-sizing: border-box; }
  .booking-form-container .applicant-wrapper .form-control .txtOtherProfession {
    /*width: 60%;*/
    width: 65%; }
  .booking-form-container .applicant-wrapper .form-control .other-profession-label {
    /*width: 35% !important;*/
    width: 30% !important;
    font-style: italic; }
  .booking-form-container .applicant-wrapper .form-control .error-notification-other-profession {
    margin-left: 30%;
    margin-top: 0.7143em;
    color: red;
    display: none; }
  .booking-form-container .applicant-wrapper .form-control .mobilephone-star,
  .booking-form-container .applicant-wrapper .form-control .telephone-star {
    line-height: 2.8571em;
    padding-left: 0.2857em; }
  .booking-form-container .applicant-wrapper .form-control input {
    width: 65%;
    height: 2.7142em;
    border: 0.0714em solid #ccc;
    border-radius: 0.2857em;
    padding-left: 0.7143em;
    box-sizing: border-box; }
  .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown {
    margin: 0 auto;
    /*width: 32.1429em;*/
    position: relative;
    font-size: 1em;
    background-color: #fff;
    background-color: transparent; }
    .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .btn-timezone {
      width: 100%;
      height: 100%;
      border: 0.0714em solid #ccc;
      padding: 0.4286em 1.2857em 0.4286em 0.8571em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      background-color: transparent;
      border-radius: 0.2857em;
      position: relative; }
    .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .timezone-arrow-down {
      width: 0;
      height: 0;
      position: absolute;
      top: 0.8em; }
    .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .selected-text-dropdown {
      text-align: left;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .btn-timezone:hover {
      background-color: rgba(0, 0, 0, 0.01); }
    .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .applicant-dropdown-menu {
      max-height: 14.2857em;
      width: 100%;
      list-style: none;
      background-color: #fff;
      border: 0.0714em solid rgba(0, 0, 0, 0.15);
      box-shadow: 0 0.4286em 0.8571em rgba(0, 0, 0, 0.15);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      /*overflow-x: hidden;*/
      z-index: 999;
      box-sizing: border-box; }
      .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .applicant-dropdown-menu li > a {
        display: block;
        padding: 0.2143em 1.4286em;
        font-weight: 400;
        color: #333;
        white-space: nowrap;
        text-decoration: none;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .applicant-dropdown-menu li > a:hover {
        background-color: whitesmoke; }
      .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .applicant-dropdown-menu li > a.dropdown-selected {
        background-color: #cfcfcf;
        outline: none; }
  .booking-form-container .applicant-wrapper .form-control select {
    width: 65%;
    height: 2.7142em;
    border: 0.0714em solid #ccc;
    border-radius: 0.2857em;
    background-color: white; }
  .booking-form-container .applicant-wrapper .form-control .dropdown {
    width: 65%;
    height: 2.7142em;
    border-radius: 0.2143em;
    display: inline-block;
    position: relative;
    /*overflow: hidden;*/
    background: #f2f2f2;
    border-color: white #f7f7f7 #f5f5f5; }
    .booking-form-container .applicant-wrapper .form-control .dropdown .txtTitle {
      width: 100%; }
  .booking-form-container .applicant-wrapper .form-control .error-notification {
    margin-left: 30%;
    text-align: left;
    padding-top: 0.5em;
    color: red;
    display: none;
    clear: both; }

.booking-form-container .applicant-wrapper .floatLeft {
  clear: both;
  float: left; }

.booking-form-container .applicant-wrapper .floatRight {
  float: right; }

html:not(.rtl) .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .timezone-arrow-down {
  right: 1em; }

html.rtl .booking-form-container .applicant-wrapper .floatLeft {
  float: right !important; }

html.rtl .booking-form-container .applicant-wrapper .form-control .label {
  width: 20% !important;
  float: right !important; }
  html.rtl .booking-form-container .applicant-wrapper .form-control .label .control-label {
    padding-right: 0;
    padding-left: 0.7143em; }

html.rtl .booking-form-container .applicant-wrapper .form-control input {
  padding-left: 0 !important;
  padding-right: 0.7143em; }

html.rtl .booking-form-container .applicant-wrapper .form-control .phone-container,
html.rtl .booking-form-container .applicant-wrapper .form-control .telephone-container {
  width: 65%;
  float: right; }
  html.rtl .booking-form-container .applicant-wrapper .form-control .phone-container .country-code,
  html.rtl .booking-form-container .applicant-wrapper .form-control .telephone-container .country-code {
    text-align: center;
    border: 0.0714em solid #ccc;
    width: 3.5714em;
    background-color: #EEF1F7;
    border-right: 0.0714em solid #ccc;
    border-left: 0;
    border-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
    html.rtl .booking-form-container .applicant-wrapper .form-control .phone-container .country-code .country-code-input,
    html.rtl .booking-form-container .applicant-wrapper .form-control .phone-container .country-code .country-code-input-telephone,
    html.rtl .booking-form-container .applicant-wrapper .form-control .telephone-container .country-code .country-code-input,
    html.rtl .booking-form-container .applicant-wrapper .form-control .telephone-container .country-code .country-code-input-telephone {
      padding-right: 0.8571em; }
  html.rtl .booking-form-container .applicant-wrapper .form-control .phone-container #txtMobilePhone,
  html.rtl .booking-form-container .applicant-wrapper .form-control .phone-container #txtTelephone,
  html.rtl .booking-form-container .applicant-wrapper .form-control .telephone-container #txtMobilePhone,
  html.rtl .booking-form-container .applicant-wrapper .form-control .telephone-container #txtTelephone {
    width: 100%;
    border-bottom-left-radius: 0.2857em !important;
    border-top-left-radius: 0.2857em !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding-left: 1.0714em;
    box-sizing: border-box; }

html.rtl .booking-form-container .applicant-wrapper .form-control .mobilephone-star {
  padding-left: 0 !important;
  padding-right: 0.2857em; }

html.rtl .booking-form-container .applicant-wrapper .form-control .dropdown #txtTitle {
  height: 91%;
  margin-top: 0.1429em;
  margin-right: 0.0714em; }

html.rtl .booking-form-container .applicant-wrapper .form-control .dropdown:before, html.rtl .booking-form-container .applicant-wrapper .form-control .dropdown:after {
  right: unset;
  left: 0.7143em; }

html.rtl .booking-form-container .applicant-wrapper .form-control .error-notification {
  margin-left: 0;
  margin-right: 20%;
  text-align: right !important; }

html.rtl .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .btn-timezone {
  padding: 0.4286em 0.8571em 0.4286em 1.2857em; }

html.rtl .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .timezone-arrow-down {
  left: 1em; }

html.rtl .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .applicant-dropdown-menu li > a {
  text-align: right; }

html.rtl .booking-form-container .applicant-wrapper .form-control .custom-dropdown .applicant-dropdown .selected-text-dropdown {
  text-align: right; }

@media screen and (max-width: 73.1429em) {
  html.rtl .booking-form-container .applicant-wrapper .form-control .label {
    width: 26% !important; }
  html.rtl .booking-form-container .applicant-wrapper .form-control .error-notification {
    margin-left: 0;
    margin-right: 26%;
    text-align: right !important; }
  html.rtl .booking-form-container .applicant-wrapper .floatLeft {
    margin-left: 2em !important; } }

@media screen and (max-width: 54.8571em) {
  .booking-form-container {
    padding-left: 2.1428em;
    padding-right: 2.1428em; }
    .booking-form-container .applicant-wrapper .applicant-form h4 {
      margin-top: 0; }
    .booking-form-container .applicant-wrapper .form-control {
      width: 100% !important; }
      .booking-form-container .applicant-wrapper .form-control .phone-container,
      .booking-form-container .applicant-wrapper .form-control .telephone-container {
        width: 95%; }
      .booking-form-container .applicant-wrapper .form-control .label {
        width: 100%; }
      .booking-form-container .applicant-wrapper .form-control input,
      .booking-form-container .applicant-wrapper .form-control .dropdown {
        width: 95%; }
      .booking-form-container .applicant-wrapper .form-control select {
        width: 90%; }
      .booking-form-container .applicant-wrapper .form-control .floatLeft,
      .booking-form-container .applicant-wrapper .form-control .floatRight {
        float: none; }
      .booking-form-container .applicant-wrapper .form-control .error-notification {
        margin-left: 0%; }
  html.rtl .booking-form-container .applicant-wrapper .form-control .phone-container,
  html.rtl .booking-form-container .applicant-wrapper .form-control .telephone-container {
    width: 100% !important; }
    html.rtl .booking-form-container .applicant-wrapper .form-control .phone-container #txtMobilePhone,
    html.rtl .booking-form-container .applicant-wrapper .form-control .phone-container #txtTelephone,
    html.rtl .booking-form-container .applicant-wrapper .form-control .telephone-container #txtMobilePhone,
    html.rtl .booking-form-container .applicant-wrapper .form-control .telephone-container #txtTelephone {
      width: 95% !important; }
  html.rtl .booking-form-container .applicant-wrapper .form-control .error-notification {
    margin-left: 0;
    margin-right: 0%;
    text-align: right !important; } }

@media screen and (max-width: 40.5714em) {
  .booking-form-container .applicant-wrapper .required-text {
    margin-top: 1.4286em !important; } }

.qq-uploader {
  width: 100%;
  background-color: white;
  max-height: 714.2857em !important;
  box-sizing: border-box; }
  .qq-uploader .qq-upload-drop-area {
    box-sizing: border-box; }
  .qq-uploader .qq-upload-button {
    display: inline;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    float: left;
    background: white;
    color: #FFFFFF;
    border-radius: 0;
    border: none;
    box-shadow: none; }
  .qq-uploader .qq-upload-list {
    max-height: 714.2857em !important; }
    .qq-uploader .qq-upload-list .qq-upload-status-text {
      display: unset; }
    .qq-uploader .qq-upload-list .qq-upload-cancel {
      float: right;
      background: #404040;
      color: white;
      border: unset;
      width: 1.4286em;
      text-align: center;
      margin: unset; }
    .qq-uploader .qq-upload-list .wait-delay-delete {
      opacity: 0.5; }
    .qq-uploader .qq-upload-list .qq-upload-fail {
      background: #ccc;
      min-height: 1.2857em; }
      .qq-uploader .qq-upload-list .qq-upload-fail .qq-upload-file {
        width: 17.8571em; }
      .qq-uploader .qq-upload-list .qq-upload-fail .qq-upload-retry {
        padding: 0.5714em 0.7143em;
        text-align: center;
        text-decoration: none;
        background: #ccc;
        color: black; }
      .qq-uploader .qq-upload-list .qq-upload-fail .delete-file {
        background: url(./assets/FrontendResources/images/Delete@1x_preview.png?7b886b2def7585ec3cb8) no-repeat center !important;
        background-size: contain !important;
        width: 1.0714em !important;
        height: 1.2857em !important;
        float: right;
        cursor: pointer; }
      .qq-uploader .qq-upload-list .qq-upload-fail .qq-upload-file {
        height: 1.1429em !important;
        width: 17.8571em !important;
        margin-top: 0.3571em; }
      .qq-uploader .qq-upload-list .qq-upload-fail .status {
        margin-top: 1.7857em; }
        .qq-uploader .qq-upload-list .qq-upload-fail .status .message {
          display: inline-block;
          color: red; }
      .qq-uploader .qq-upload-list .qq-upload-fail .nameFile {
        width: 15em;
        position: absolute !important;
        text-overflow: ellipsis;
        overflow-x: hidden;
        height: 1.2857em;
        white-space: nowrap; }
      .qq-uploader .qq-upload-list .qq-upload-fail .cancel {
        float: right;
        cursor: pointer; }
    .qq-uploader .qq-upload-list .qq-upload-success {
      background: #EEF1F7;
      min-height: 1.2857em; }
      .qq-uploader .qq-upload-list .qq-upload-success .delete-file {
        background: url(./assets/FrontendResources/images/Delete@1x_preview.png?7b886b2def7585ec3cb8) no-repeat center !important;
        background-size: contain !important;
        width: 1.0714em !important;
        height: 1.2857em !important;
        float: right;
        cursor: pointer; }
      .qq-uploader .qq-upload-list .qq-upload-success .qq-upload-file {
        height: 1.1429em !important;
        width: 17.8571em !important;
        margin-top: 0.3571em; }
      .qq-uploader .qq-upload-list .qq-upload-success .status {
        margin-top: 1.7857em; }
        .qq-uploader .qq-upload-list .qq-upload-success .status .message {
          color: green;
          display: inline-block !important; }
      .qq-uploader .qq-upload-list .qq-upload-success .message-delete-fail {
        display: block !important;
        margin-top: 0.8571em !important;
        color: red !important; }
      .qq-uploader .qq-upload-list .qq-upload-success .viewFile {
        margin-left: 70%;
        text-decoration: none;
        color: #424242 !important;
        cursor: pointer; }
      .qq-uploader .qq-upload-list .qq-upload-success .nameFile {
        width: 60%;
        position: absolute !important;
        z-index: 1;
        text-overflow: ellipsis;
        overflow-x: hidden;
        height: 1.2857em;
        white-space: nowrap;
        cursor: pointer; }
      .qq-uploader .qq-upload-list .qq-upload-success .inputFileName {
        z-index: 2;
        position: absolute !important;
        width: 60%;
        padding: 0.5714em 0.8571em;
        height: 1.7857em;
        border: 0.0714em solid #ccc;
        border-radius: 0.2143em;
        padding: 0.4286em 0.8571em 0.4286em 0.8571em;
        box-sizing: border-box; }

.rtl .qq-uploader .qq-upload-list .qq-upload-fail .cancel {
  float: left; }

.rtl .qq-uploader .qq-upload-list .qq-upload-cancel {
  float: left; }

.rtl .qq-uploader .qq-upload-list .qq-upload-success .delete-file {
  float: left; }

.rtl .qq-uploader .qq-upload-list .qq-upload-success .viewFile {
  margin-left: 0;
  margin-right: 75%; }

@media only screen and (max-width: 54.8571em) {
  .qq-uploader {
    width: 60%; } }

@media only screen and (max-width: 40.5714em) {
  .qq-uploader {
    width: 100%;
    padding: 0.3571em; }
    .qq-uploader .qq-upload-list .qq-upload-fail .delete-file {
      height: 1.1429em !important; }
    .qq-uploader .qq-upload-list .qq-upload-success .delete-file {
      height: 1.1429em !important; } }

/*

@include responsive_375 {
    .qq-uploader {
        width: 100%;
        padding: unset;

        .qq-upload-list {
            .qq-upload-success {
                .delete-file {
                    height: 1.1429em !important;
                }
            }
        }
    }
}

@include responsive_320 {
    .qq-uploader {
        width: 100%;
        padding: unset;

        .qq-upload-list {
            .qq-upload-success {
                .delete-file {
                    height: 1.1429em !important;
                }
            }
        }
    }
}

    */
.confirmation .modal-wrapper, .cancellation .modal-wrapper {
  border: 0.0714em solid #CCC;
  width: 35em !important; }
  .confirmation .modal-wrapper .header, .cancellation .modal-wrapper .header {
    border-bottom: none;
    position: relative; }
    .confirmation .modal-wrapper .header .title, .cancellation .modal-wrapper .header .title {
      font-size: 1.4em;
      color: #4a4a4a;
      margin: 1.4286em 0; }
      .confirmation .modal-wrapper .header .title .text, .cancellation .modal-wrapper .header .title .text {
        margin-top: 2.1429em; }
    .confirmation .modal-wrapper .header .modal-close, .cancellation .modal-wrapper .header .modal-close {
      position: absolute;
      top: 1.0714em;
      right: 0.7143em;
      width: 1.1429em;
      height: 1.1429em;
      opacity: 0.5;
      cursor: pointer; }
    .confirmation .modal-wrapper .header .modal-close:hover, .cancellation .modal-wrapper .header .modal-close:hover {
      opacity: 1; }
  .confirmation .modal-wrapper .body, .cancellation .modal-wrapper .body {
    background-color: #f8f8f8;
    border-top: dashed 0.0714em #ccc;
    border-bottom: dashed 0.0714em #ccc; }
  .confirmation .modal-wrapper .footer, .cancellation .modal-wrapper .footer {
    text-align: left;
    border-top: none !important;
    padding: 1.4286em 1.4286em 2.1429em; }
    .confirmation .modal-wrapper .footer .commands, .cancellation .modal-wrapper .footer .commands {
      text-align: right; }
      .confirmation .modal-wrapper .footer .commands a:hover, .cancellation .modal-wrapper .footer .commands a:hover {
        text-decoration: none; }
      .confirmation .modal-wrapper .footer .commands .btn-no, .cancellation .modal-wrapper .footer .commands .btn-no {
        border: 0.0714em solid #ccc;
        margin-right: 0.3571em;
        padding: 0.3571em 1.0714em;
        border-radius: 0.2143em;
        cursor: pointer; }
      .confirmation .modal-wrapper .footer .commands .btn-yes, .cancellation .modal-wrapper .footer .commands .btn-yes {
        padding: 0.3571em 1.0714em;
        border-radius: 0.2143em;
        cursor: pointer;
        background-color: #428bca;
        border: 0.0714em solid #428bca;
        color: white; }
    .confirmation .modal-wrapper .footer div, .cancellation .modal-wrapper .footer div {
      line-height: 1.2857em; }
      .confirmation .modal-wrapper .footer div .link-to-sc, .cancellation .modal-wrapper .footer div .link-to-sc {
        min-height: 2.5em; }
        .confirmation .modal-wrapper .footer div .link-to-sc i, .cancellation .modal-wrapper .footer div .link-to-sc i {
          font-size: 2.4em;
          vertical-align: middle;
          color: #ff9800;
          margin-right: 0.3em; }

.cancellation .modal-wrapper .footer .commands {
  text-align: center; }

@media screen and (max-width: 40.5714em) {
  .confirmation .modal-wrapper, .cancellation .modal-wrapper {
    width: 90% !important; } }
