/* Custom admin */
/*
--- Global
--- Login
--- Sortable
--- Todo task list
--- Form group list
--- Circuit table
--- Circuit Luggages
--- Circuit Task Reminder
--- Circuit Documents
--- Help block
--- Tooltip
--- Responsive
*/
/* Global */
.form-control.form_datepicker,
.form-control.form_datetimepicker {
  background-color: #fff;
  background-image: url(../images/calendar.svg);
  background-position: right 5px center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  padding-right: 33px;
  line-height: 22px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding-right: 27px; }
  .form-control.form_datepicker::-ms-clear,
  .form-control.form_datetimepicker::-ms-clear {
    display: none !important; }
  .form-control.form_datepicker::-webkit-inner-spin-button,
  .form-control.form_datetimepicker::-webkit-inner-spin-button {
    display: none !important; }
  .form-control.form_datepicker::-webkit-clear-button,
  .form-control.form_datetimepicker::-webkit-clear-button {
    display: none !important; }
  .form-control.form_datepicker::-webkit-calendar-picker-indicator,
  .form-control.form_datetimepicker::-webkit-calendar-picker-indicator {
    display: none !important; }

.easyadmin .ui-datepicker .ui-datepicker-title {
  margin: 0 2em; }

.easyadmin .ui-datepicker .ui-datepicker-prev,
.easyadmin .ui-datepicker .ui-datepicker-next,
.easyadmin .ui-datepicker .ui-datepicker-prev-hover,
.easyadmin .ui-datepicker .ui-datepicker-next-hover {
  top: 5px; }

.input-group .input-group-btn {
  padding-left: 10px; }
  .input-group .input-group-btn a button {
    color: #FFF;
    font-weight: 700;
    background-color: #205081;
    transition: opacity 0.3s; }
    .input-group .input-group-btn a button:hover {
      opacity: 0.5; }
    .input-group .input-group-btn a button:active, .input-group .input-group-btn a button:focus {
      margin-top: 0;
      color: #fff;
      background-color: #205081; }

.modal-container.task-reminder-edit .modal-footer-close {
  border-top: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 0; }
  .modal-container.task-reminder-edit .modal-footer-close a {
    text-align: center;
    display: block;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px; }
  @media (max-width: 767px) {
    .modal-container.task-reminder-edit .modal-footer-close {
      top: 0;
      right: 0; }
      .modal-container.task-reminder-edit .modal-footer-close a {
        font-size: 18px; } }
.modal-container.task-reminder-edit .modal-title.modal-title-circuit {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd; }
  .modal-container.task-reminder-edit .modal-title.modal-title-circuit a {
    font-size: 21px; }
  .modal-container.task-reminder-edit .modal-title.modal-title-circuit span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #444;
    margin-top: 5px; }
.modal-container.task-reminder-edit .nav-tabs-custom > .tab-content {
  padding: 0; }
.modal-container.task-reminder-edit .form-group .task-reminder-content {
  padding-left: 15px;
  padding-right: 15px; }
.modal-container.task-reminder-edit .task-reminder-content {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0; }
  .modal-container.task-reminder-edit .task-reminder-content .task-reminder {
    width: 100%; }
    .modal-container.task-reminder-edit .task-reminder-content .task-reminder th {
      border-bottom: 1px solid #ddd;
      padding-right: 15px;
      padding-bottom: 7px;
      font-size: 14px; }
    .modal-container.task-reminder-edit .task-reminder-content .task-reminder tbody tr:nth-child(2n) td {
      background: #ecf1f5; }
    .modal-container.task-reminder-edit .task-reminder-content .task-reminder td {
      padding-top: 5px; }

@-moz-document url-prefix() {
  .form-control.form_datepicker,
  .form-control.form_datetimepicker {
    padding-right: 27px !important; }

  .ui-datepicker {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important; }
    .ui-datepicker.enable-datetimepicker {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important; } }
@supports (-ms-ime-align: auto) {
  .form-control.form_datetimepicker {
    background-image: none; }

  .ui-datepicker {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important; }
    .ui-datepicker.edge-datetimepicker {
      display: block !important;
      visibility: visible !important;
      opacity: 1 !important; } }
.form-group .nullable-control {
  display: none; }

/* Login Page */
html.admin-layout {
  height: 100%; }

body.login-page-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: sans-serif; }
  body.login-page-wrapper * {
    box-sizing: border-box; }

.login-wrapper {
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background-color: #f0f3f4;
  display: table; }
  .login-wrapper .login-box-outer {
    display: table-cell;
    vertical-align: top;
    padding-top: 10%; }
  .login-wrapper .login-box {
    color: #58666e;
    background-color: #fff;
    border-color: #dee5e7 #dee5e7 #d8e1e3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px; }
    .login-wrapper .login-box .login-box-header {
      background-color: #f5f5f5;
      text-align: center;
      padding: 25px 15px; }
      .login-wrapper .login-box .login-box-header h1 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 400;
        color: #58666e; }
        .login-wrapper .login-box .login-box-header h1 span {
          text-transform: uppercase;
          color: #205081;
          font-weight: 700; }
    .login-wrapper .login-box .alert-wrapper {
      padding: 20px 20px 0 20px; }
      .login-wrapper .login-box .alert-wrapper .alert.error {
        font-size: 15px;
        padding: 13px 15px;
        border-radius: 4px;
        color: #721c24;
        background-color: #f8d7da;
        text-align: center;
        border: 1px solid #f5c6cb; }
    .login-wrapper .login-box form {
      padding: 20px; }
      .login-wrapper .login-box form label {
        display: block;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 2px; }
      .login-wrapper .login-box form input[type=text],
      .login-wrapper .login-box form input[type=password] {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        border: 0;
        border-bottom: 2px solid #ddd;
        outline: none;
        transition: border-bottom 0.5s;
        height: 33px;
        line-height: 33px;
        font-size: 16px; }
        .login-wrapper .login-box form input[type=text]:focus,
        .login-wrapper .login-box form input[type=password]:focus {
          border-bottom: 2px solid #205081; }
      .login-wrapper .login-box form .checkbox-wrapper label {
        display: inline-block; }
    .login-wrapper .login-box input[type=submit] {
      margin-top: 20px;
      background-color: #205081;
      display: block;
      width: 100%;
      border: 0;
      height: 36px;
      line-height: 36px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 16px;
      color: #FFF;
      cursor: pointer;
      outline: none;
      letter-spacing: 1px;
      transition: opacity 0.4s; }
      .login-wrapper .login-box input[type=submit]:hover {
        opacity: 0.5; }

.global-actions .action-search input[type=search] {
  max-width: 270px;
  float: right; }
@media (max-width: 1230px) {
  .global-actions {
    display: flex !important;
    display: -webkit-flex !important;
    flex-flow: wrap;
    justify-content: flex-end; }
    .global-actions > .form-action {
      display: block !important;
      margin-bottom: 10px; }
    .global-actions > .button-action {
      display: inline-block !important;
      width: auto !important;
      padding-left: 0 !important;
      padding-right: 10px; }
      .global-actions > .button-action:last-child {
        padding-right: 0; } }
@media (max-width: 860px) and (min-width: 768px) {
  .global-actions > .button-action a {
    font-size: 12px; } }
@media (max-width: 767px) {
  .global-actions {
    justify-content: flex-start; }
    .global-actions .action-search input[type=search] {
      float: none;
      max-width: 450px; }
    .global-actions > .button-action {
      margin-bottom: 6px; }
      .global-actions > .button-action:last-child {
        margin-bottom: 0; }
    .global-actions > .form-action .input-group {
      display: flex;
      display: -webkit-flex;
      flex-wrap: nowrap; }
      .global-actions > .form-action .input-group > .input-group-btn {
        width: auto; } }

/* Sortable */
ul.ui-sortable {
  margin: 0;
  list-style: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  ul.ui-sortable > .ui-state-default {
    border: 1px solid #aaa;
    border-bottom: 0;
    background: #fff;
    padding: 15px 10px 10px 10px; }
  ul.ui-sortable > li.group-panel {
    margin-bottom: 0;
    position: relative; }
    ul.ui-sortable > li.group-panel > input.addItem {
      margin-right: 0;
      background: #27c24c;
      font-weight: 400;
      padding: 0 12px;
      border-radius: 0 4px 4px 0;
      margin-left: -10px;
      outline: none;
      transition: opacity 0.3s; }
      ul.ui-sortable > li.group-panel > input.addItem:hover {
        opacity: 0.5; }
    ul.ui-sortable > li.group-panel:last-child {
      margin-bottom: 10px;
      border-bottom: 1px solid #AAA; }
    ul.ui-sortable > li.group-panel:nth-child(even) {
      background: #f4f4f4; }
    ul.ui-sortable > li.group-panel > ul {
      margin: 1em 0 0 0;
      list-style: none;
      box-shadow: none; }
      ul.ui-sortable > li.group-panel > ul > li {
        padding: 8px 40px 8px 10px;
        margin: 0;
        border-bottom: 0;
        background: #fff;
        overflow: hidden;
        position: relative; }
        ul.ui-sortable > li.group-panel > ul > li:last-child {
          margin-bottom: 10px;
          border-bottom: 1px solid #AAA; }
        ul.ui-sortable > li.group-panel > ul > li:nth-child(even) {
          background: #f9f9f9; }
        ul.ui-sortable > li.group-panel > ul > li.sub input {
          margin-right: 5px; }
        ul.ui-sortable > li.group-panel > ul > li.sub a.remove {
          position: absolute;
          right: 9px;
          top: 10px; }
          ul.ui-sortable > li.group-panel > ul > li.sub a.remove:active {
            position: absolute !important; }
    ul.ui-sortable > li.group-panel a.remove {
      background: transparent;
      color: #d45151;
      position: relative;
      padding: 4px 6px 5px 6px;
      border-radius: 3px;
      font-size: 12px;
      transition: all 0.3s;
      font-size: 0;
      display: inline-block; }
      ul.ui-sortable > li.group-panel a.remove:hover {
        opacity: 0.9;
        color: #fff;
        background-color: #d45151; }
      ul.ui-sortable > li.group-panel a.remove:before {
        font-size: 16px;
        line-height: 1em;
        display: inline-block;
        content: '\F00D';
        font-family: FontAwesome; }
    ul.ui-sortable > li.group-panel .field-group-wrap a.remove {
      float: right;
      margin-right: -11px;
      border-radius: 3px 0 0 3px;
      padding: 6px 8px 4px 8px;
      background-color: #d45151;
      font-size: 12px;
      color: #FFF; }
      ul.ui-sortable > li.group-panel .field-group-wrap a.remove:hover {
        opacity: 0.5; }
      ul.ui-sortable > li.group-panel .field-group-wrap a.remove:before {
        font-size: 12px;
        margin-right: 4px; }
    ul.ui-sortable > li.group-panel > a.remove {
      position: absolute;
      right: -1px;
      top: 15px;
      margin-right: 0;
      background: #d45151;
      color: #fff;
      font-size: 12px;
      border-radius: 3px 0 0 3px;
      padding-top: 6px; }
      ul.ui-sortable > li.group-panel > a.remove:active {
        position: absolute !important; }
      ul.ui-sortable > li.group-panel > a.remove:before {
        margin-right: 4px;
        font-size: 12px; }
      ul.ui-sortable > li.group-panel > a.remove:hover {
        opacity: 0.5; }
    ul.ui-sortable > li.group-panel .field-group-wrap {
      display: block; }
    ul.ui-sortable > li.group-panel .field-wrap {
      display: inline-block; }
    ul.ui-sortable > li.group-panel .field-group-wrap,
    ul.ui-sortable > li.group-panel .field-wrap {
      font-weight: 700; }
      ul.ui-sortable > li.group-panel .field-group-wrap input,
      ul.ui-sortable > li.group-panel .field-wrap input {
        font-weight: 400;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 7px;
        padding-right: 7px;
        border: 1px solid #c9c9c9;
        box-shadow: none;
        color: #222;
        height: 28px;
        outline: none; }
        ul.ui-sortable > li.group-panel .field-group-wrap input:focus,
        ul.ui-sortable > li.group-panel .field-wrap input:focus {
          border: 1px solid #aaa; }

input[type=button].addItem {
  font-weight: 400;
  color: #FFF;
  background-color: #3a3f51;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  padding: 5px 14px;
  transition: opacity 0.3s;
  outline: none; }
  input[type=button].addItem:hover {
    opacity: 0.5; }

/* Todo task list */
ul.task-list {
  margin: 0;
  list-style: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
  ul.task-list li {
    background: #fff;
    border: 1px solid #aaa;
    border-bottom: 0;
    margin-bottom: 0;
    padding: 9px 15px 9px 8px;
    position: relative; }
    ul.task-list li input, ul.task-list li select {
      border: 1px solid #bdbdbd;
      padding: 6px 7px;
      outline: none;
      height: 28px;
      display: inline-block;
      vertical-align: bottom; }
      ul.task-list li input:-moz-ui-invalid, ul.task-list li select:-moz-ui-invalid {
        box-shadow: none; }
    ul.task-list li select {
      margin-left: 7px;
      padding-top: 4px;
      width: 18%; }
    ul.task-list li label {
      font-weight: 700;
      display: inline-block;
      margin-right: 5px; }
    ul.task-list li .field-wrap {
      margin-left: 7px;
      display: inline-block;
      width: 40%; }
      ul.task-list li .field-wrap label, ul.task-list li .field-wrap input {
        display: block;
        width: 100%; }
      ul.task-list li .field-wrap.small-field {
        width: 19%; }
    ul.task-list li:nth-child(even) {
      background: #f3f3f3; }
    ul.task-list li:last-child {
      margin-bottom: 13px;
      border-bottom: 1px solid #aaa; }
    ul.task-list li a.remove {
      background: transparent;
      color: #d45151;
      position: absolute;
      padding: 4px 6px 5px 6px;
      border-radius: 3px;
      font-size: 12px;
      transition: all 0.3s;
      font-size: 0;
      display: block;
      right: 6px;
      top: 5px; }
      ul.task-list li a.remove:hover {
        opacity: 0.9;
        color: #fff;
        background-color: #d45151; }
      ul.task-list li a.remove:before {
        font-size: 16px;
        line-height: 1em;
        display: inline-block;
        content: '\F00D';
        font-family: FontAwesome; }
      ul.task-list li a.remove:active {
        position: absolute !important; }
    ul.task-list li.task-item {
      font-size: 0; }
    ul.task-list li > span {
      font-size: 14px;
      vertical-align: bottom;
      padding-left: 7px;
      margin-left: 0 !important; }
      ul.task-list li > span input[type=checkbox] {
        display: inline-block;
        width: 20px;
        height: 15px;
        margin: 0 0 5px 0;
        vertical-align: top; }
        ul.task-list li > span input[type=checkbox] + span {
          display: inline-block;
          vertical-align: top;
          width: calc(100% - 30px);
          margin-bottom: 5px;
          line-height: 15px;
          font-size: 13px; }
      ul.task-list li > span:nth-child(1) {
        width: 15% !important;
        padding-bottom: 7px; }
      ul.task-list li > span:nth-child(2) {
        width: 10% !important;
        padding-bottom: 7px; }
      ul.task-list li > span:nth-child(3) {
        width: 26% !important;
        padding-bottom: 7px; }
        ul.task-list li > span:nth-child(3) input {
          width: 29%;
          display: block;
          float: left; }
        ul.task-list li > span:nth-child(3) select {
          width: 32%; }
      ul.task-list li > span:nth-child(4) {
        width: 14% !important;
        padding-bottom: 7px; }
      ul.task-list li > span:nth-child(5) {
        width: 12% !important;
        padding-bottom: 7px; }
      ul.task-list li > span:nth-child(4) select, ul.task-list li > span:nth-child(5) select {
        width: 100%;
        margin-left: 0; }
      ul.task-list li > span:nth-child(6) {
        width: 23%;
        padding-bottom: 7px; }
        ul.task-list li > span:nth-child(6) textarea {
          width: 100%;
          min-height: 56px;
          height: 56px;
          border: 1px solid #bdbdbd;
          padding: 6px 7px;
          outline: none;
          resize: vertical;
          display: block; }

/* Form group list */
.form-group .ui-sortable > div.form-group {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 20px 0 13px 0;
  border: 1px solid #ddd;
  border-top: 3px solid #f3f3f3; }
  .form-group .ui-sortable > div.form-group:nth-of-type(even) {
    background: #fafafa; }
  .form-group .ui-sortable > div.form-group:first-of-type {
    border-top: 1px solid #ddd; }
  .form-group .ui-sortable > div.form-group:last-of-type {
    margin-bottom: 20px; }

/* Circuit table */
.row-head,
.row-data > div,
.price-options-row-item .price-options-data-inner {
  display: table;
  width: 100%;
  min-width: 800px;
  table-layout: fixed; }
  .row-head .col,
  .row-data > div .col,
  .price-options-row-item .price-options-data-inner .col {
    font-size: 13px;
    display: table-cell;
    width: 15%;
    vertical-align: top; }
    .row-head .col:first-of-type,
    .row-data > div .col:first-of-type,
    .price-options-row-item .price-options-data-inner .col:first-of-type {
      width: 20%; }

#circuit_costs .row-head .col:first-of-type,
#circuit_costs .row-data .col:first-of-type {
  width: 10%; }
  @media (max-width: 1550px) {
    #circuit_costs .row-head .col:first-of-type,
    #circuit_costs .row-data .col:first-of-type {
      width: 14%; } }
  @media (max-width: 1200px) {
    #circuit_costs .row-head .col:first-of-type,
    #circuit_costs .row-data .col:first-of-type {
      width: 16%; } }
#circuit_costs .row-head .col:nth-child(2),
#circuit_costs .row-data .col:nth-child(2) {
  width: 35%; }

.row-head .col {
  font-weight: 700;
  background: #4d616c;
  border: 0;
  padding: 12px;
  color: #fff;
  border-left: 1px solid #617580; }
  .row-head .col:first-of-type {
    border-radius: 5px 0 0 0;
    border-left: 0; }
  .row-head .col:last-of-type {
    border-radius: 0 5px 0 0;
    width: 8%;
    padding-left: 0;
    padding-right: 0; }
  .row-head .col.no-action {
    width: 15%;
    padding-left: 12px;
    padding-right: 12px; }

.row-data > div,
.price-options-row-item,
.child-content-options {
  background: #fff; }
  .row-data > div .price-options-data-inner,
  .price-options-row-item .price-options-data-inner,
  .child-content-options .price-options-data-inner {
    background: #fff; }
  .row-data > div:nth-child(2n),
  .price-options-row-item:nth-child(2n),
  .child-content-options:nth-child(2n) {
    background: #ecf1f5; }
    .row-data > div:nth-child(2n) .price-options-data-inner,
    .price-options-row-item:nth-child(2n) .price-options-data-inner,
    .child-content-options:nth-child(2n) .price-options-data-inner {
      background: #ecf1f5; }
  .row-data > div .col,
  .price-options-row-item .col,
  .child-content-options .col {
    padding: 7px 10px;
    border-left: 1px solid #fff;
    text-align: center; }
    .row-data > div .col:first-of-type,
    .price-options-row-item .col:first-of-type,
    .child-content-options .col:first-of-type {
      border-left: 0; }
    .row-data > div .col.form-actions,
    .price-options-row-item .col.form-actions,
    .child-content-options .col.form-actions {
      background: transparent;
      width: 8% !important;
      padding-left: 0;
      padding-right: 0; }
    .row-data > div .col a.collection-remove,
    .price-options-row-item .col a.collection-remove,
    .child-content-options .col a.collection-remove {
      background: transparent;
      color: #ff5340;
      transition: opacity 0.4s; }
      .row-data > div .col a.collection-remove:hover,
      .price-options-row-item .col a.collection-remove:hover,
      .child-content-options .col a.collection-remove:hover {
        opacity: 0.5; }
    .row-data > div .col.sticky-wrapper,
    .price-options-row-item .col.sticky-wrapper,
    .child-content-options .col.sticky-wrapper {
      display: none; }
    .row-data > div .col input[type=text],
    .row-data > div .col input[type=date],
    .row-data > div .col input[type=tel],
    .row-data > div .col input[type=number],
    .row-data > div .col select,
    .row-data > div .col textarea,
    .price-options-row-item .col input[type=text],
    .price-options-row-item .col input[type=date],
    .price-options-row-item .col input[type=tel],
    .price-options-row-item .col input[type=number],
    .price-options-row-item .col select,
    .price-options-row-item .col textarea,
    .child-content-options .col input[type=text],
    .child-content-options .col input[type=date],
    .child-content-options .col input[type=tel],
    .child-content-options .col input[type=number],
    .child-content-options .col select,
    .child-content-options .col textarea {
      border: 1px solid #cfdbe0;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      padding-left: 8px;
      padding-right: 8px;
      font-weight: 400; }
      .row-data > div .col input[type=text]:focus,
      .row-data > div .col input[type=date]:focus,
      .row-data > div .col input[type=tel]:focus,
      .row-data > div .col input[type=number]:focus,
      .row-data > div .col select:focus,
      .row-data > div .col textarea:focus,
      .price-options-row-item .col input[type=text]:focus,
      .price-options-row-item .col input[type=date]:focus,
      .price-options-row-item .col input[type=tel]:focus,
      .price-options-row-item .col input[type=number]:focus,
      .price-options-row-item .col select:focus,
      .price-options-row-item .col textarea:focus,
      .child-content-options .col input[type=text]:focus,
      .child-content-options .col input[type=date]:focus,
      .child-content-options .col input[type=tel]:focus,
      .child-content-options .col input[type=number]:focus,
      .child-content-options .col select:focus,
      .child-content-options .col textarea:focus {
        border: 1px solid #a8c3ce;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    .row-data > div .col textarea,
    .price-options-row-item .col textarea,
    .child-content-options .col textarea {
      resize: vertical; }
    .row-data > div .col input[type=date],
    .price-options-row-item .col input[type=date],
    .child-content-options .col input[type=date] {
      padding-right: 2px;
      background-image: url(../images/calendar.svg);
      background-position: right 5px center;
      background-repeat: no-repeat;
      background-size: 18px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .row-data > div .col input[type=date]::-webkit-inner-spin-button,
      .price-options-row-item .col input[type=date]::-webkit-inner-spin-button,
      .child-content-options .col input[type=date]::-webkit-inner-spin-button {
        display: none; }
      .row-data > div .col input[type=date]::-webkit-clear-button,
      .price-options-row-item .col input[type=date]::-webkit-clear-button,
      .child-content-options .col input[type=date]::-webkit-clear-button {
        display: none; }
      .row-data > div .col input[type=date]::-webkit-calendar-picker-indicator,
      .price-options-row-item .col input[type=date]::-webkit-calendar-picker-indicator,
      .child-content-options .col input[type=date]::-webkit-calendar-picker-indicator {
        display: none; }

.price-options-sections .row-head .col:first-of-type {
  width: 15%; }
.price-options-sections .row-head .col:last-of-type {
  width: 6%; }

.price-options-row-item .row-child-data {
  position: relative;
  padding-bottom: 20px; }
  .price-options-row-item .row-child-data .child-head,
  .price-options-row-item .row-child-data .child-content-options {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-left: 60px;
    margin-top: 10px; }
    .price-options-row-item .row-child-data .child-head .col,
    .price-options-row-item .row-child-data .child-content-options .col {
      display: table-cell;
      vertical-align: top;
      width: 15%;
      background: #6b8490;
      border-left: 1px solid #7694a2;
      text-align: left;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      padding: 10px 12px; }
      .price-options-row-item .row-child-data .child-head .col:first-of-type,
      .price-options-row-item .row-child-data .child-content-options .col:first-of-type {
        display: none; }
      .price-options-row-item .row-child-data .child-head .col:nth-child(2),
      .price-options-row-item .row-child-data .child-content-options .col:nth-child(2) {
        border-left: 0;
        border-radius: 5px 0 0 0; }
      .price-options-row-item .row-child-data .child-head .col:last-of-type,
      .price-options-row-item .row-child-data .child-content-options .col:last-of-type {
        width: 4%;
        border-radius: 0 5px 0 0; }
  .price-options-row-item .row-child-data .collection-add + .price-child-content-list,
  .price-options-row-item .row-child-data .collection-add + .child-content-options {
    margin-top: -19px; }
  .price-options-row-item .row-child-data .child-content-options {
    background: transparent;
    margin-top: 0; }
    .price-options-row-item .row-child-data .child-content-options .col {
      padding: 7px 10px;
      text-align: center;
      background: #fff !important;
      border-radius: 0 !important;
      border-left: 1px solid #fff; }
      .price-options-row-item .row-child-data .child-content-options .col:first-of-type {
        border-left: 0; }
    .price-options-row-item .row-child-data .child-content-options:nth-child(odd) .col {
      background: #FFF !important; }
    .price-options-row-item .row-child-data .child-content-options:nth-child(even) .col {
      background: #ecf1f5 !important; }
  .price-options-row-item .row-child-data .collection-add,
  .price-options-row-item .row-child-data .collection-add:focus {
    margin-top: 10px;
    background: #00adb7;
    color: #fff;
    font-size: 16px;
    height: 34px;
    transition: opacity 0.4s;
    margin: 0;
    position: absolute;
    left: 10px;
    bottom: 27px; }
    .price-options-row-item .row-child-data .collection-add:active,
    .price-options-row-item .row-child-data .collection-add:focus:active {
      position: absolute !important;
      top: auto !important; }
    .price-options-row-item .row-child-data .collection-add:hover,
    .price-options-row-item .row-child-data .collection-add:focus:hover {
      opacity: 0.5; }

#price_options_content {
  display: table; }
  #price_options_content .price-options-data-inner .col:first-of-type {
    width: 15%; }
  #price_options_content .price-options-data-inner .col:last-of-type {
    width: 6%;
    padding-left: 0;
    padding-right: 0; }

.price-options-sections .main-table + a.collection-add, .price-options-sections .main-table + a.collection-add:focus,
.tablelist-wrapper + a.collection-add,
.tablelist-wrapper + a.collection-add:focus {
  margin-top: 10px;
  background: #00b797;
  color: #fff;
  font-size: 16px;
  height: 34px;
  transition: opacity 0.4s; }
  .price-options-sections .main-table + a.collection-add:hover, .price-options-sections .main-table + a.collection-add:focus:hover,
  .tablelist-wrapper + a.collection-add:hover,
  .tablelist-wrapper + a.collection-add:focus:hover {
    opacity: 0.5; }

/* Circuit Luggages */
.field-luggage .luggage-fieldset {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 13px 19px;
  margin-bottom: 20px;
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .field-luggage .luggage-fieldset .sub-form-title {
    font-weight: 700;
    margin-bottom: 15px; }

/* Circuit Task Reminder */
.task-reminder tbody tr:nth-child(even),
.document-list tbody tr:nth-child(even) {
  background: #f1f1f1; }
  .task-reminder tbody tr:nth-child(even) td,
  .document-list tbody tr:nth-child(even) td {
    background: #f1f1f1; }
.task-reminder tbody td,
.document-list tbody td {
  padding-bottom: 5px; }

.task-reminder-content .addnew-section {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  padding: 20px;
  margin: 20px 0;
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .task-reminder-content .addnew-section h3 {
    margin-top: 0px; }

/* Circuit Documents */
.task-document-content .filter-section {
  margin-bottom: 15px; }
  .task-document-content .filter-section select {
    margin-top: 5px;
    margin-bottom: 0;
    padding: 5px 8px; }
.task-document-content .upload-document-section .nav-tabs-custom .tab-content {
  padding: 0; }
.task-document-content .upload-document-section .upload-files-queue {
  margin-bottom: 13px;
  border-bottom: 1px solid #e0e0e0; }
.task-document-content .upload-document-section .take-file-name {
  padding-top: 5px; }
.task-document-content .upload-document-section #_easyadmin_form_design_element {
  padding: 20px 20px 30px 20px; }
  .task-document-content .upload-document-section #_easyadmin_form_design_element h3 {
    margin: 0;
    font-size: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 19px; }
  .task-document-content .upload-document-section #_easyadmin_form_design_element .upload-block {
    padding: 25px 0 10px 0; }
    .task-document-content .upload-document-section #_easyadmin_form_design_element .upload-block:nth-child(even) {
      background: #f3f4f7; }

.custom-tab-content {
  /* Style the tab */ }
  .custom-tab-content table {
    width: 100%; }
    .custom-tab-content table thead th {
      background: #EEE;
      padding: 0;
      border-bottom: 2px solid #CCC;
      padding: 10px 6px; }
    .custom-tab-content table tbody td {
      padding: 5px 6px; }
      .custom-tab-content table tbody td .tootip-detail {
        cursor: pointer;
        color: #3c8dbc; }
  .custom-tab-content .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1; }
    .custom-tab-content .tab button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;
      font-size: 17px; }
      .custom-tab-content .tab button:active {
        background-color: #ccc; }
      .custom-tab-content .tab button:hover {
        background-color: #ddd; }
  .custom-tab-content .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none; }

/* Help block */
.help-block-wrap {
  margin-top: 20px;
  color: #3a3f51; }
  .help-block-wrap .help-block {
    color: #3a3f51; }
    .help-block-wrap .help-block .fa {
      font-size: 16px;
      margin-right: 2px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -3px; }

/* Circuit */
.new-circuit .hide-section {
  display: none; }
.new-circuit .tab-content .task-document-content label.col-sm-2 {
  display: none; }
.new-circuit .tab-content .task-document-content label.col-sm-2.showblock {
  display: block; }
.new-circuit .tab-content .task-document-content table.document-list {
  width: 100%; }
  .new-circuit .tab-content .task-document-content table.document-list thead th {
    background: #EEE;
    padding: 0;
    border-bottom: 2px solid #CCC;
    padding: 10px 6px; }
  .new-circuit .tab-content .task-document-content table.document-list tbody td {
    padding: 5px 6px  0; }

.edit-circuit .hide-section, .edit-order .hide-section {
  display: none; }
.edit-circuit .tab-content .task-reminder-content label.col-sm-2, .edit-circuit .tab-content .task-document-content label.col-sm-2, .edit-order .tab-content .task-reminder-content label.col-sm-2, .edit-order .tab-content .task-document-content label.col-sm-2 {
  display: none; }
.edit-circuit .tab-content .task-reminder-content label.col-sm-2.showblock, .edit-circuit .tab-content .task-document-content label.col-sm-2.showblock, .edit-order .tab-content .task-reminder-content label.col-sm-2.showblock, .edit-order .tab-content .task-document-content label.col-sm-2.showblock {
  display: block; }
.edit-circuit .tab-content .task-reminder-content table.task-reminder, .edit-circuit .tab-content .task-reminder-content table.document-list, .edit-circuit .tab-content .task-document-content table.task-reminder, .edit-circuit .tab-content .task-document-content table.document-list, .edit-order .tab-content .task-reminder-content table.task-reminder, .edit-order .tab-content .task-reminder-content table.document-list, .edit-order .tab-content .task-document-content table.task-reminder, .edit-order .tab-content .task-document-content table.document-list {
  width: 100%; }
  .edit-circuit .tab-content .task-reminder-content table.task-reminder thead th, .edit-circuit .tab-content .task-reminder-content table.document-list thead th, .edit-circuit .tab-content .task-document-content table.task-reminder thead th, .edit-circuit .tab-content .task-document-content table.document-list thead th, .edit-order .tab-content .task-reminder-content table.task-reminder thead th, .edit-order .tab-content .task-reminder-content table.document-list thead th, .edit-order .tab-content .task-document-content table.task-reminder thead th, .edit-order .tab-content .task-document-content table.document-list thead th {
    background: #EEE;
    padding: 0;
    border-bottom: 2px solid #CCC;
    padding: 10px 6px; }
  .edit-circuit .tab-content .task-reminder-content table.task-reminder tbody td, .edit-circuit .tab-content .task-reminder-content table.document-list tbody td, .edit-circuit .tab-content .task-document-content table.task-reminder tbody td, .edit-circuit .tab-content .task-document-content table.document-list tbody td, .edit-order .tab-content .task-reminder-content table.task-reminder tbody td, .edit-order .tab-content .task-reminder-content table.document-list tbody td, .edit-order .tab-content .task-document-content table.task-reminder tbody td, .edit-order .tab-content .task-document-content table.document-list tbody td {
    padding: 5px 6px; }
    .edit-circuit .tab-content .task-reminder-content table.task-reminder tbody td .tootip-detail, .edit-circuit .tab-content .task-reminder-content table.document-list tbody td .tootip-detail, .edit-circuit .tab-content .task-document-content table.task-reminder tbody td .tootip-detail, .edit-circuit .tab-content .task-document-content table.document-list tbody td .tootip-detail, .edit-order .tab-content .task-reminder-content table.task-reminder tbody td .tootip-detail, .edit-order .tab-content .task-reminder-content table.document-list tbody td .tootip-detail, .edit-order .tab-content .task-document-content table.task-reminder tbody td .tootip-detail, .edit-order .tab-content .task-document-content table.document-list tbody td .tootip-detail {
      cursor: pointer;
      color: #3c8dbc; }
.edit-circuit .task-note, .edit-order .task-note {
  min-height: 100px;
  width: 100%; }

.edit-circuit #main.content {
  position: relative; }

.edit-circuit.loaded .no-freeze-spinner {
  visibility: hidden;
  opacity: 0; }

.no-freeze-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s; }

#no-freeze-spinner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1; }
  #no-freeze-spinner > div {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0 0 2000px rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 60px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.5); }
    #no-freeze-spinner > div > div {
      animation-play-state: paused;
      border: 5px solid #5375f1;
      border-radius: 50%;
      animation: rotate 1s infinite linear;
      border-left-color: rgba(200, 200, 200, 0.4);
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5); }

.no-freeze-spinner #no-freeze-spinner div div {
  animation-play-state: running; }

@keyframes loadicons {
  0% {
    transform: scale(0) translate3d(0, 0, 0); }
  11% {
    transform: scale(1.2) translate3d(0, 0, 0); }
  22% {
    transform: scale(1) translate3d(0, 0, 0); }
  33% {
    transform: scale(0) translate3d(0, 0, 0); } }
@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
.no-freeze-spinner #no-freeze-spinner span {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 1;
  transform: scale(0) translate3d(0, 0, 0); }
  .no-freeze-spinner #no-freeze-spinner span:nth-of-type(1) {
    animation: loadicons 3s infinite ease-in-out; }
  .no-freeze-spinner #no-freeze-spinner span:nth-of-type(1) {
    animation: loadicons 3s 1s infinite ease-in-out; }
  .no-freeze-spinner #no-freeze-spinner span:nth-of-type(1) {
    animation: loadicons 3s 2s infinite ease-in-out; }

.task-document-content input[type=file] {
  display: inline; }
.task-document-content .upload-files-list {
  padding-bottom: 5px; }
  .task-document-content .upload-files-list input[type=checkbox] {
    vertical-align: text-bottom; }
  .task-document-content .upload-files-list .error-file {
    border: 1px solid #D42124; }
.task-document-content .remove-upload-row .fa {
  padding: 0 5px; }
.task-document-content .more-doc-section {
  padding-top: 5px; }
.task-document-content .document-label {
  float: left;
  width: 100%; }
.task-document-content .document-file {
  margin-left: 10px; }
.task-document-content .take-file-name {
  clear: both; }

.modal-container.task-reminder-edit {
  width: 1000px; }
  .modal-container.task-reminder-edit .control-label {
    text-align: left; }

/* Order, Passgenger, Sale */
/* Logging */
.content .contain {
  background-color: #fff;
  padding: 5px 10px; }
  .content .contain .keychange {
    overflow: hidden; }
    .content .contain .keychange .valuechange {
      float: left;
      width: 50%; }
.content .well.price-options-sections.logging {
  display: block;
  float: left;
  width: 50%; }
  .content .well.price-options-sections.logging .row-head, .content .well.price-options-sections.logging .row-data > div, .content .well.price-options-sections.logging .price-options-row-item .price-options-data-inner {
    min-width: 1px; }
  .content .well.price-options-sections.logging .price-options-data-inner {
    font-weight: bold;
    color: #000; }
  .content .well.price-options-sections.logging .price-child-content-list .child-content-options .col {
    font-weight: bold;
    color: #000; }
  .content .well.price-options-sections.logging .price-child-content-list .child-content-options:nth-child(even) .col {
    background: #dedede !important; }
.content .logging-detail label.option-select {
  font-weight: bold;
  color: #cc0000; }

.hide-section {
  display: none; }

/* Tooltip */
.popover {
  padding: 15px; }
  .popover .popover-title {
    padding: 0;
    font-weight: 700;
    border-bottom: 0;
    background-color: transparent; }
  .popover .popover-content {
    padding: 0; }

.loading-icon {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-size: 20px;
  display: none;
  width: 20px;
  height: 20px; }

.delete-doc {
  cursor: pointer; }

table.list {
  width: 100%; }
  table.list thead th {
    background: #EEE;
    padding: 0;
    border-bottom: 2px solid #CCC;
    padding: 10px 6px; }
  table.list tbody td {
    padding: 5px 6px; }

/* datepicker */
.ui-datepicker {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16); }
  .ui-datepicker .ui-datepicker-calendar,
  .ui-datepicker .ui-timepicker-div,
  .ui-datepicker .ui-datepicker-buttonpane {
    font-family: 'Arial', sans-serif; }
  .ui-datepicker .ui-timepicker-div.ui-timepicker-oneLine dl {
    margin-bottom: 0; }
  .ui-datepicker .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
    padding-top: 5px; }
  .ui-datepicker .ui-timepicker-div.ui-timepicker-oneLine select {
    font-size: 14px;
    line-height: 22px;
    padding: 5px !important; }
  .ui-datepicker .ui-datepicker-buttonpane {
    margin-top: 9px;
    border-top: 1px solid #e2e2e2;
    text-transform: uppercase;
    text-align: center; }
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
      display: none; }
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
      display: inline-block;
      float: none;
      font-size: 13px;
      font-weight: 400;
      margin: 8px auto; }

.ui-widget .ui-datepicker-header select {
  border-radius: 4px;
  line-height: 22px;
  color: #555;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  border: 0;
  font-weight: 400; }
  .ui-widget .ui-datepicker-header select.ui-datepicker-month {
    margin-right: 5px;
    padding: 5px !important;
    font-size: 13px;
    width: 57%;
    margin-left: 0; }
  .ui-widget .ui-datepicker-header select.ui-datepicker-year {
    padding: 5px 7px !important;
    font-size: 13px;
    width: 40%;
    margin-right: 0; }

/* web ready */
html[lang=fr] .web-ready > .form-group > label.control-label:before, html[lang=fr] .web-ready > .form-group > label.control-label[class^="col-"]:after, html[lang=fr] .web-ready > .web-ready > h2:after, html[lang=fr] .web-ready > .field-checkbox > .checkbox > label:after, html[lang=fr] .web-ready > .box > .box-header > h3:after {
  content: 'Site web'; }
html[lang=fr] .web-ready > .field-checkbox > .checkbox > label, html[lang=fr] .web-ready > .box > .box-header > h3 {
  padding-right: 75px; }

.web-ready > .form-group > label.control-label {
  position: relative; }
  .web-ready > .form-group > label.control-label:before {
    content: 'Web ready';
    float: right;
    background: #205081;
    color: #fff;
    border-radius: 100px;
    padding: 0 8px;
    margin-left: 5px;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px; }
.web-ready > .form-group > label.control-label[class^="col-"] {
  padding-right: 90px; }
  .web-ready > .form-group > label.control-label[class^="col-"]:before {
    content: '';
    display: none; }
  .web-ready > .form-group > label.control-label[class^="col-"]:after {
    display: block;
    position: absolute;
    content: 'Web ready';
    background: #205081;
    color: #fff;
    border-radius: 100px;
    padding: 0 8px;
    margin-left: 5px;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-align: center;
    width: 80px;
    right: 0;
    top: 1px; }
  @media (max-width: 1140px) and (min-width: 768px) {
    .web-ready > .form-group > label.control-label[class^="col-"] {
      padding-right: 15px; }
      .web-ready > .form-group > label.control-label[class^="col-"]:after {
        position: relative;
        top: auto;
        right: auto;
        margin-left: 0; } }
  @media (max-width: 767px) {
    .web-ready > .form-group > label.control-label[class^="col-"] {
      padding-right: 15px; }
      .web-ready > .form-group > label.control-label[class^="col-"]:after {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        vertical-align: top; } }
.web-ready > .web-ready > h2:after, .web-ready > .field-checkbox > .checkbox > label:after, .web-ready > .box > .box-header > h3:after {
  content: 'Web ready';
  background: #205081;
  color: #fff;
  border-radius: 100px;
  padding: 0 8px;
  height: 19px;
  line-height: 19px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  display: inline-block;
  vertical-align: top; }
.web-ready > .web-ready > h2:after {
  margin-top: 3px;
  vertical-align: bottom; }
.web-ready > .field-checkbox > .checkbox > label, .web-ready > .box > .box-header > h3 {
  padding-right: 90px;
  position: relative; }
  .web-ready > .field-checkbox > .checkbox > label:after, .web-ready > .box > .box-header > h3:after {
    margin-top: 1px;
    position: absolute;
    right: 0;
    top: 0; }

/* Responsive Part */
@media only screen and (max-width: 1360px) {
  .price-options-sections .main-table,
  .tablelist-wrapper {
    width: 100%;
    overflow-x: scroll; } }
@media only screen and (min-width: 1361px) {
  ul.task-list li > span:nth-child(1) label, ul.task-list li > span:nth-child(2) label {
    margin-bottom: 24px; } }
@media only screen and (max-width: 1360px) and (min-width: 901px) {
  ul.task-list li > span:nth-child(1) {
    width: 29% !important;
    padding-bottom: 10px; }
  ul.task-list li > span:nth-child(2) {
    width: 19% !important;
    padding-bottom: 10px; }
  ul.task-list li > span:nth-child(3) {
    width: 50% !important;
    padding-bottom: 10px; }
  ul.task-list li > span:nth-child(4), ul.task-list li > span:nth-child(5) {
    width: 25% !important; }
  ul.task-list li > span:nth-child(6) {
    width: 50%; } }
@media only screen and (max-width: 991px) {
  ul.ui-sortable > li.group-panel .field-wrap {
    display: block;
    width: 50%;
    float: left;
    padding-right: 7px; }
    ul.ui-sortable > li.group-panel .field-wrap input {
      display: block;
      width: 100%; }
  ul.ui-sortable > li.group-panel > ul > li {
    padding-right: 32px; }
    ul.ui-sortable > li.group-panel > ul > li.sub a.remove {
      right: 7px;
      top: 7px; }

  ul.task-list li .field-wrap {
    width: 60%;
    margin-bottom: 7px; }
    ul.task-list li .field-wrap.small-field {
      width: 36%; }
  ul.task-list li select {
    width: 29.1%; }

  .input-group .input-group-btn #edit-link button:before {
    font-weight: 400;
    content: '\f040';
    font-family: 'FontAwesome', sans-serif; } }
@media only screen and (max-width: 900px) {
  .field-wrap {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px; }

  ul.task-list li > span:nth-child(1) {
    width: 70% !important;
    padding-bottom: 0; }
  ul.task-list li > span:nth-child(2) {
    width: 30% !important;
    padding-bottom: 0; }
  ul.task-list li > span:nth-child(3) {
    width: 100% !important;
    padding-bottom: 0; }
  ul.task-list li > span:nth-child(4), ul.task-list li > span:nth-child(5) {
    width: 50% !important;
    padding-bottom: 0; }
  ul.task-list li > span:nth-child(6) {
    width: 100%;
    padding-bottom: 0; } }
@media only screen and (max-width: 767px) {
  .easyadmin .navbar-custom-menu > .navbar-nav {
    float: right; }

  .task-document-content .upload-document-section #_easyadmin_form_design_element {
    padding: 15px 15px 30px 15px; }
    .task-document-content .upload-document-section #_easyadmin_form_design_element .upload-block {
      padding-top: 15px; }
      .task-document-content .upload-document-section #_easyadmin_form_design_element .upload-block > .row {
        margin-left: 0;
        margin-right: 0; }

  .modal-container.task-reminder-edit {
    padding: 20px; } }
@media only screen and (max-width: 600px) {
  .task-reminder-wrapper {
    width: 100%;
    overflow-x: scroll; } }
@media only screen and (max-width: 460px) {
  .login-wrapper .login-box {
    max-width: 300px; }

  ul.ui-sortable > li.group-panel .field-wrap {
    width: 100%;
    padding-right: 0; }
  ul.ui-sortable > li.group-panel > ul > li {
    padding-right: 10px; }
    ul.ui-sortable > li.group-panel > ul > li.sub a.remove {
      right: 3px;
      top: 3px; }
      ul.ui-sortable > li.group-panel > ul > li.sub a.remove:hover {
        background: transparent;
        color: #d45151;
        opacity: 0.5; }
  ul.ui-sortable > li.group-panel > a.remove {
    font-size: 0;
    padding: 5px 7px 7px 10px; }
    ul.ui-sortable > li.group-panel > a.remove:before {
      font-size: 14px; }

  ul.task-list li {
    padding-bottom: 20px; }
    ul.task-list li .field-wrap {
      width: 100%;
      padding-right: 7px; }
      ul.task-list li .field-wrap.small-field {
        width: 33%;
        padding-right: 0;
        margin-bottom: 7px; }
    ul.task-list li select {
      width: 29.8%;
      margin-bottom: 0;
      vertical-align: bottom; }
    ul.task-list li > span:nth-child(3) input {
      width: 27%; } }
@media only screen and (max-width: 420px) {
  ul.task-list li > span:nth-child(1) {
    width: 55% !important;
    padding-bottom: 0;
    padding-right: 0; }
  ul.task-list li > span:nth-child(2) {
    width: 45% !important;
    padding-bottom: 0; } }
@media only screen and (max-width: 360px) {
  ul.ui-sortable > li.group-panel > a.remove {
    top: 6px; }
  ul.ui-sortable > li.group-panel .field-group-wrap input {
    display: block;
    width: 100%;
    margin-top: 4px; }

  ul.task-list li .field-wrap {
    margin-bottom: 3px; }
    ul.task-list li .field-wrap.small-field {
      width: 100%;
      margin-bottom: 3px; }
  ul.task-list li select {
    width: 47%; }

  .modal-container.task-reminder-edit {
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (max-height: 500px) {
  .login-wrapper .login-box-outer {
    vertical-align: middle;
    padding-top: 0; } }
@media only screen and (min-width: 1800px) {
  ul.task-list li > span:nth-child(1) {
    width: 18% !important; }
  ul.task-list li > span:nth-child(2) {
    width: 7% !important; } }
/* Overlay */
.overlay-div {
  position: relative; }
  .overlay-div:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: all .5s;
    z-index: 1; }
  .overlay-div.overlay-white:before {
    background-color: rgba(255, 255, 255, 0.5); }
  .overlay-div.overlay-dark:before {
    background-color: rgba(0, 0, 0, 0.5); }

/* passenger */
.passenger-edit .custom-tab-content .section .passengers-list {
  margin-bottom: 20px; }
  .passenger-edit .custom-tab-content .section .passengers-list table tbody.ui-sortable-placeholder {
    visibility: visible !important;
    background: #fffbc9 !important; }
  .passenger-edit .custom-tab-content .section .passengers-list table th, .passenger-edit .custom-tab-content .section .passengers-list table td {
    min-width: 110px; }
  .passenger-edit .custom-tab-content .section .passengers-list table thead th {
    background: #4d616c;
    color: #fff;
    border-bottom: 0; }
    .passenger-edit .custom-tab-content .section .passengers-list table thead th:first-child {
      border-radius: 4px 0 0 0; }
    .passenger-edit .custom-tab-content .section .passengers-list table thead th:last-child {
      border-radius: 0 4px 0 0; }
  .passenger-edit .custom-tab-content .section .passengers-list table tbody tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #cccccc; }
    .passenger-edit .custom-tab-content .section .passengers-list table tbody tr:last-child {
      border-bottom: 1px solid #ccc !important; }
    .passenger-edit .custom-tab-content .section .passengers-list table tbody tr span.handle {
      cursor: grab; }
    .passenger-edit .custom-tab-content .section .passengers-list table tbody tr.title-row {
      border-top: 2px solid #d1dee8;
      color: #1f5081; }
      .passenger-edit .custom-tab-content .section .passengers-list table tbody tr.title-row > td .checkbox input {
        margin-top: 2px; }
      .passenger-edit .custom-tab-content .section .passengers-list table tbody tr.title-row.odd {
        background: #fff; }
      .passenger-edit .custom-tab-content .section .passengers-list table tbody tr.title-row.even {
        background: #ecf1f5;
        border-bottom: 1px solid #dbe2e7; }
      .passenger-edit .custom-tab-content .section .passengers-list table tbody tr.title-row td {
        padding-top: 10px;
        padding-bottom: 10px; }
    .passenger-edit .custom-tab-content .section .passengers-list table tbody tr.even {
      background: #ecf1f5;
      border-bottom: 1px solid #dbe2e7; }
  .passenger-edit .custom-tab-content .section .passengers-list table tbody td {
    padding-top: 7px;
    padding-bottom: 7px; }
.passenger-edit .custom-tab-content .section #passengers-list-actives td:first-child, .passenger-edit .custom-tab-content .section #passengers-list-actives th:first-child {
  min-width: 30px; }
.passenger-edit .custom-tab-content .section #passengers-list-actives td:nth-child(2), .passenger-edit .custom-tab-content .section #passengers-list-actives th:nth-child(2) {
  min-width: 110px; }
.passenger-edit .custom-tab-content .section #passengers-list-actives table:not(#filtered-table) tbody tr:first-child td:nth-child(2),
.passenger-edit .custom-tab-content .section #passengers-list-actives table#filtered-table tbody tr:first-child td:first-child {
  border-right: 1px solid #dbe2e7;
  border-bottom: 1px solid #ddd; }
.passenger-edit .custom-tab-content .section #passengers-list-actives .clone-column-table-wrap .handle {
  display: none; }
.passenger-edit .custom-tab-content .section #passengers-list-twinning th:first-child, .passenger-edit .custom-tab-content .section #passengers-list-twinning td:first-child {
  min-width: 95px; }
.passenger-edit .custom-tab-content .section #passengers-list-twinning td:first-child {
  border-right: 1px solid #dbe2e7; }
.passenger-edit .custom-tab-content .section #passengers-list-twinning td:first-child input, .passenger-edit .custom-tab-content .section #passengers-list-twinning td:first-child label {
  pointer-events: none; }
.passenger-edit .custom-tab-content .section #passengers-list-twinning > table td:first-child:hover {
  cursor: pointer; }
.passenger-edit .custom-tab-content .section #passengers-list-twinning tr label {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */ }
.passenger-edit .custom-tab-content .section #passengers-list-twinning tr.matching {
  background-color: #9aff96 !important; }
.passenger-edit .custom-tab-content .section #passengers-list-twinning .clone-column-table-wrap .firstMatchCell input, .passenger-edit .custom-tab-content .section #passengers-list-twinning .clone-column-table-wrap .firstMatchCell label {
  display: none; }
.passenger-edit .custom-tab-content .section #passengers-list-wishlist td:first-child {
  min-width: 260px;
  border-right: 1px solid #dbe2e7; }
.passenger-edit .custom-tab-content .section #passengers-list-actives table th:nth-last-child(6),
.passenger-edit .custom-tab-content .section #passengers-list-twinning table th:nth-last-child(6),
.passenger-edit .custom-tab-content .section #passengers-list-leads table th:nth-last-child(4),
.passenger-edit .custom-tab-content .section #passengers-list-cancels table th:nth-last-child(3),
.passenger-edit .custom-tab-content .section #passengers-list-all table th:nth-last-child(4) {
  min-width: 200px; }
.passenger-edit .custom-tab-content .section #passengers-list-actives table th:nth-last-child(4),
.passenger-edit .custom-tab-content .section #passengers-list-twinning table th:nth-last-child(4),
.passenger-edit .custom-tab-content .section #passengers-list-leads table th:nth-last-child(4),
.passenger-edit .custom-tab-content .section #passengers-list-cancels table th:nth-last-child(3),
.passenger-edit .custom-tab-content .section #passengers-list-all table th:nth-last-child(4) {
  min-width: 300px; }
.passenger-edit .custom-tab-content .subtabcontent {
  padding-top: 20px; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data > div {
    display: block;
    min-width: 0;
    background: transparent;
    padding-bottom: 3px; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data > div.row {
      margin-right: 0;
      margin-left: 0; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes {
    padding-top: 5px; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes .form-group {
      margin-bottom: 0; }
      .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes .form-group .form-col {
        padding-bottom: 10px; }
        .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes .form-group .form-col label {
          display: block;
          vertical-align: top;
          padding-right: 10px;
          width: 100%; }
        .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes .form-group .form-col textarea,
        .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes .form-group .form-col input {
          display: block;
          width: 100%;
          border: 1px solid #AAA;
          border-radius: 0;
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          color: #222222;
          padding: 6px 12px; }
        .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes .form-group .form-col input {
          height: 34px; }
        .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes .form-group .form-col textarea {
          height: 120px; }
      .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes .form-group .form-submit-button button {
        background-color: #205081;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #fff;
        font-weight: 700;
        border: 0;
        border-radius: 4px;
        padding: 7px 15px;
        transition: opacity .4s; }
        .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-notes .form-group .form-submit-button button:hover {
          opacity: 0.5; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #notes-list {
    margin-bottom: 10px; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #notes-list > div {
      border-bottom: 1px solid #ddd;
      padding-bottom: 0;
      display: table;
      width: 100%; }
      .passenger-edit .custom-tab-content .subtabcontent .row-data #notes-list > div:last-of-type {
        border-bottom: 0; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #notes-list .col {
      text-align: left;
      padding: 15px 0 12px 0;
      display: table-cell;
      width: 60%; }
      .passenger-edit .custom-tab-content .subtabcontent .row-data #notes-list .col:first-of-type {
        width: 40%;
        padding-left: 10px;
        padding-right: 15px; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-main {
    margin-left: 0;
    margin-right: 0; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data.box.box-default {
    border-top: 0;
    background-color: transparent;
    box-shadow: none; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col {
    display: block;
    padding-bottom: 10px; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col > label {
      display: block; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col.checkbox {
      margin-top: 10px; }
      .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col.checkbox.checkbox-with-info {
        margin-bottom: 0; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col.fileupload {
      margin-top: 10px; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col .form-control {
      display: block; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col input[type=radio],
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col input[type=checkbox] {
      margin-left: 0;
      margin-right: 3px; }
      .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col input[type=radio] + label,
      .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col input[type=checkbox] + label {
        display: inline-block;
        font-weight: normal;
        margin-top: 2px;
        margin-left: 2px;
        margin-bottom: 5px;
        margin-right: 15px; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .form-col .vich-image {
      border-bottom: 1px solid #ddd;
      padding-bottom: 25px;
      margin-bottom: 0; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .add-another-collection-widget {
    margin-bottom: 20px;
    margin-top: 10px; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form #files-fields-list {
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form #files-fields-list li {
      margin-bottom: 0;
      padding: 24px 20px 0 20px;
      border-left: 1px solid #e3e3e3;
      border-right: 1px solid #e3e3e3; }
      .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form #files-fields-list li:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-top: 1px solid #e3e3e3; }
      .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form #files-fields-list li:last-child {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-bottom: 20px;
        border-bottom: 1px solid #e3e3e3; }
        .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form #files-fields-list li:last-child .vich-image {
          border-bottom: 0; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form h3.control-label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 13px;
    color: #214f81; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form button.add-another-collection-widget, .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form button#form_save {
    background-color: #205081;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-weight: 700;
    border: 0;
    border-radius: 4px;
    padding: 7px 15px;
    transition: opacity .4s; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form button.add-another-collection-widget:hover, .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form button#form_save:hover {
      opacity: 0.5; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form textarea {
    height: 100px;
    resize: vertical; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form h2 {
    font-weight: 700;
    font-size: 18px; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .field-section {
    margin-top: 30px; }
    .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .field-section h2 {
      padding-bottom: 19px;
      margin-top: 0;
      position: relative;
      border-bottom: 2px solid #e2e5e8; }
      .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .field-section h2:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -2px;
        height: 2px;
        background: #3b8dbc;
        width: 60px; }
  .passenger-edit .custom-tab-content .subtabcontent .row-data #passenger-form .control-label {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .passenger-edit .custom-tab-content .subtabcontent .well.passenger-well {
    background: #fff;
    border: 0;
    box-shadow: none;
    border-top: 1px solid #ddd;
    border-radius: 0;
    position: relative;
    padding: 35px 0 0 0;
    margin-top: 30px;
    margin-bottom: 0; }
    .passenger-edit .custom-tab-content .subtabcontent .well.passenger-well:before {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      height: 2px;
      background: #f3f3f3;
      top: 0;
      left: 0; }
  .passenger-edit .custom-tab-content .subtabcontent .well.passenger-info {
    margin-top: 20px; }
  .passenger-edit .custom-tab-content .subtabcontent .well.no-bottom-space {
    margin-bottom: 0; }
  .passenger-edit .custom-tab-content .subtabcontent .form-submit-button #form_save {
    background-color: #205081;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: 0;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    padding: 7px 15px;
    transition: opacity .4s;
    min-width: 200px; }
    .passenger-edit .custom-tab-content .subtabcontent .form-submit-button #form_save:hover {
      opacity: 0.5; }
.passenger-edit .tablelist-wrapper tbody td {
  position: relative; }

.passenger-edit .custom-tab-content {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .passenger-edit .custom-tab-content > .tab {
    background: #f1f1f1;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0;
    overflow: hidden; }
    .passenger-edit .custom-tab-content > .tab:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      background: #ddd;
      top: 0;
      left: 0; }
    .passenger-edit .custom-tab-content > .tab:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background: #ddd;
      left: 0;
      bottom: 0; }
    .passenger-edit .custom-tab-content > .tab button {
      font-size: 14px;
      position: relative;
      padding: 12px 15px;
      border-top: 3px solid #ddd;
      transition: border 0s, background 0.5s; }
      .passenger-edit .custom-tab-content > .tab button:before, .passenger-edit .custom-tab-content > .tab button:after {
        position: absolute;
        content: '';
        width: 100%;
        display: none;
        left: 0; }
      .passenger-edit .custom-tab-content > .tab button:before {
        height: 3px;
        top: 0;
        background: #3c8dbc; }
      .passenger-edit .custom-tab-content > .tab button:after {
        height: 1px;
        bottom: 0;
        background: #fff;
        z-index: 1; }
      .passenger-edit .custom-tab-content > .tab button.active {
        background-color: #fff;
        border-top: 3px solid #3c8dbc;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd; }
        .passenger-edit .custom-tab-content > .tab button.active:first-of-type {
          border-left: 0; }
        .passenger-edit .custom-tab-content > .tab button.active:before {
          display: none; }
        .passenger-edit .custom-tab-content > .tab button.active:after {
          display: block; }
      .passenger-edit .custom-tab-content > .tab button.sub-tablinks.active:before {
        background: #3bb4bc; }
  .passenger-edit .custom-tab-content > .tabcontent {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    border: 0;
    position: relative; }
    .passenger-edit .custom-tab-content > .tabcontent#content-passenger .row.form-group button {
      margin-bottom: 10px; }
  .passenger-edit .custom-tab-content > .tabcontent1 {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff; }
    .passenger-edit .custom-tab-content > .tabcontent1 h3 {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 20px; }
    .passenger-edit .custom-tab-content > .tabcontent1#content-dashboard {
      padding-top: 20px; }
      .passenger-edit .custom-tab-content > .tabcontent1#content-dashboard > .field-group.col-xs-12 {
        padding-left: 0;
        padding-right: 0; }
    .passenger-edit .custom-tab-content > .tabcontent1#content-tasks-reminder {
      padding-top: 20px; }
      .passenger-edit .custom-tab-content > .tabcontent1#content-tasks-reminder .row.form-group {
        max-width: 1000px; }
        .passenger-edit .custom-tab-content > .tabcontent1#content-tasks-reminder .row.form-group .col-sm-1 {
          width: 25%; }
        .passenger-edit .custom-tab-content > .tabcontent1#content-tasks-reminder .row.form-group .col-sm-11 {
          width: 75%; }
        .passenger-edit .custom-tab-content > .tabcontent1#content-tasks-reminder .row.form-group label.control-label.required:after {
          content: "\00a0*";
          color: #D42124;
          font-size: 16px; }
        @media only screen and (max-width: 767px) {
          .passenger-edit .custom-tab-content > .tabcontent1#content-tasks-reminder .row.form-group .col-sm-1, .passenger-edit .custom-tab-content > .tabcontent1#content-tasks-reminder .row.form-group .col-sm-11 {
            width: 100%; } }
    .passenger-edit .custom-tab-content > .tabcontent1#content-tool-circuit {
      padding: 0 0 10px 0; }
      .passenger-edit .custom-tab-content > .tabcontent1#content-tool-circuit .tool-control-section {
        margin-top: 15px; }
      .passenger-edit .custom-tab-content > .tabcontent1#content-tool-circuit .modal-footer {
        display: none; }
    .passenger-edit .custom-tab-content > .tabcontent1 .blue-rectangle {
      color: #004085;
      background-color: #cce5ff;
      border-color: #b8daff;
      padding: 15px 20px;
      border-radius: 4px; }
    .passenger-edit .custom-tab-content > .tabcontent1 button.btn {
      background-color: #205081;
      border-color: transparent;
      color: #FFF;
      font-weight: 700; }
  .passenger-edit .custom-tab-content > .tabcontent2 {
    padding: 10px;
    border: 1px solid #ccc;
    border-top: none; }
    .passenger-edit .custom-tab-content > .tabcontent2 .itinerary-content {
      padding: 20px;
      background: #ecf1f5;
      border-bottom: 1px solid #d1dee8; }
      .passenger-edit .custom-tab-content > .tabcontent2 .itinerary-content:nth-child(2n) {
        background: #e4ecf3; }
      .passenger-edit .custom-tab-content > .tabcontent2 .itinerary-content .day {
        font-weight: 700;
        color: #205081; }
      .passenger-edit .custom-tab-content > .tabcontent2 .itinerary-content .title {
        color: #205081;
        margin-bottom: 10px; }
      .passenger-edit .custom-tab-content > .tabcontent2 .itinerary-content .sub-title {
        margin-bottom: 5px;
        font-weight: 700; }
  .passenger-edit .custom-tab-content > .subtabcontent {
    padding: 25px 20px 20px 20px;
    border: 1px solid #ccc;
    border-top: none;
    margin-bottom: 15px; }
  .passenger-edit .custom-tab-content .sub-circuit-tool-popup .tab {
    padding-right: 100px; }
    .passenger-edit .custom-tab-content .sub-circuit-tool-popup .tab .sub-circuit-tool-print {
      position: absolute;
      color: #FFF;
      font-weight: 700;
      background-color: #205081;
      transition: opacity 0.3s;
      display: inline-block;
      padding: 7px 10px;
      right: 10px;
      bottom: 6px;
      float: right;
      border-radius: 5px; }
      .passenger-edit .custom-tab-content .sub-circuit-tool-popup .tab .sub-circuit-tool-print:hover {
        opacity: 0.5; }
      .passenger-edit .custom-tab-content .sub-circuit-tool-popup .tab .sub-circuit-tool-print:active {
        position: absolute !important;
        bottom: 6px !important;
        top: auto !important; }
.passenger-edit .custom-tab-content .subtabcontent div#passengers-list-actives table tbody.sortableSection:nth-child(odd) {
  background-color: #ecf1f5; }
.passenger-edit .custom-tab-content .subtabcontent div.passengers-list:not(#passengers-list-actives) table tr:nth-child(even) {
  background-color: #ecf1f5; }
.passenger-edit .custom-tab-content .subtabcontent .passengers-list table tbody,
.passenger-edit .custom-tab-content .subtabcontent .passengers-list-all table tbody {
  color: #1f5081; }
.passenger-edit .custom-tab-content .subtabcontent .passengers-list table tbody tr.parent-row,
.passenger-edit .custom-tab-content .subtabcontent .passengers-list-all table tbody tr.parent-row {
  border-left: 0;
  border-right: 0;
  border-top: 0 !important;
  border-bottom: 0; }
  .passenger-edit .custom-tab-content .subtabcontent .passengers-list table tbody tr.parent-row > td,
  .passenger-edit .custom-tab-content .subtabcontent .passengers-list-all table tbody tr.parent-row > td {
    padding: 0;
    background: #fff; }
.passenger-edit .custom-tab-content .subtabcontent .clone-column-table-wrap {
  border-right: 1px solid #dbe2e7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }

.view-passenger .passenger-note-section {
  border: 0; }
  .view-passenger .passenger-note-section .box-header {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #e2e5e8;
    padding: 6px 0 12px 0; }
    .view-passenger .passenger-note-section .box-header .box-title {
      font-weight: 700;
      color: #333; }
    .view-passenger .passenger-note-section .box-header:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -2px;
      height: 2px;
      background: #3b8dbc;
      width: 50px; }
.view-passenger .subtabcontent .row-data > .control-label {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #e2e5e8;
  padding-bottom: 10px; }
  .view-passenger .subtabcontent .row-data > .control-label:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    background: #3b8dbc;
    width: 50px; }
.view-passenger .subtabcontent #notes-list .form-group.col {
  text-align: left; }
.view-passenger .subtabcontent .form-col #price-specification {
  padding: 19px 19px 10px 19px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .view-passenger .subtabcontent .form-col #price-specification fieldset {
    margin-bottom: 12px; }
    .view-passenger .subtabcontent .form-col #price-specification fieldset:last-child {
      margin-bottom: 0; }
    .view-passenger .subtabcontent .form-col #price-specification fieldset legend {
      font-size: 14px;
      font-weight: 700;
      padding-bottom: 7px;
      margin-bottom: 10px; }
    .view-passenger .subtabcontent .form-col #price-specification fieldset .field-radio,
    .view-passenger .subtabcontent .form-col #price-specification fieldset .field-checkbox {
      margin-bottom: 0; }
      .view-passenger .subtabcontent .form-col #price-specification fieldset .field-radio .radio,
      .view-passenger .subtabcontent .form-col #price-specification fieldset .field-radio .checkbox,
      .view-passenger .subtabcontent .form-col #price-specification fieldset .field-checkbox .radio,
      .view-passenger .subtabcontent .form-col #price-specification fieldset .field-checkbox .checkbox {
        margin-top: 0;
        margin-bottom: 3px; }
        .view-passenger .subtabcontent .form-col #price-specification fieldset .field-radio .radio label,
        .view-passenger .subtabcontent .form-col #price-specification fieldset .field-radio .checkbox label,
        .view-passenger .subtabcontent .form-col #price-specification fieldset .field-checkbox .radio label,
        .view-passenger .subtabcontent .form-col #price-specification fieldset .field-checkbox .checkbox label {
          padding-left: 0; }
        .view-passenger .subtabcontent .form-col #price-specification fieldset .field-radio .radio input + label,
        .view-passenger .subtabcontent .form-col #price-specification fieldset .field-radio .checkbox input + label,
        .view-passenger .subtabcontent .form-col #price-specification fieldset .field-checkbox .radio input + label,
        .view-passenger .subtabcontent .form-col #price-specification fieldset .field-checkbox .checkbox input + label {
          padding-left: 20px;
          margin-bottom: 3px !important; }

@media (max-width: 991px) {
  #content-passenger .subtabcontent .back-link button span.hidden-xs {
    display: block !important; } }
@media print {
  body.print-normal-page {
    overflow-y: scroll !important;
    overflow-x: hidden;
    margin-right: 0; }
    body.print-normal-page > .wrapper .content-wrapper {
      margin-left: 0 !important; }
    body.print-normal-page .fancybox-container {
      height: auto;
      position: relative; }
      body.print-normal-page .fancybox-container .fancybox-inner {
        position: relative; }
      body.print-normal-page .fancybox-container .fancybox-stage {
        position: relative; }
        body.print-normal-page .fancybox-container .fancybox-stage .fancybox-slide {
          position: relative;
          height: auto; }
    body.print-normal-page .content-wrapper > .content > .well {
      padding: 0;
      border: 0;
      margin-bottom: 0; }
      body.print-normal-page .content-wrapper > .content > .well .input-group select {
        font-weight: 700;
        font-size: 20px;
        height: auto;
        border: 0;
        background: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        white-space: normal; }
      body.print-normal-page .content-wrapper > .content > .well .input-group-btn {
        display: none !important; }
    body.print-normal-page .passenger-edit {
      padding: 0; }
      body.print-normal-page .passenger-edit .tabcontent1 {
        border: 0; }
      body.print-normal-page .passenger-edit .modal-body {
        padding: 0; }
      body.print-normal-page .passenger-edit .custom-tab-content .tab {
        display: none !important; }
      body.print-normal-page .passenger-edit .custom-tab-content .tabcontent2 {
        display: block !important;
        border: 0; }
        body.print-normal-page .passenger-edit .custom-tab-content .tabcontent2#tab-tool-document, body.print-normal-page .passenger-edit .custom-tab-content .tabcontent2#sub-tool-document {
          display: none !important; }
        body.print-normal-page .passenger-edit .custom-tab-content .tabcontent2 .result > .well {
          padding: 0;
          border: 0; }
        body.print-normal-page .passenger-edit .custom-tab-content .tabcontent2 .row > .col-xs-12 {
          padding-left: 0;
          padding-right: 0; }
      body.print-normal-page .passenger-edit .tool-control-section,
      body.print-normal-page .passenger-edit .fancybox-button {
        display: none !important; }
      body.print-normal-page .passenger-edit .row-head {
        min-width: 1px; }
        body.print-normal-page .passenger-edit .row-head .col {
          border-radius: 0 !important;
          border-top: 1px solid #617580;
          border-bottom: 1px solid #617580;
          font-weight: 700;
          padding: 12px 6px;
          overflow: hidden; }
          body.print-normal-page .passenger-edit .row-head .col:first-of-type {
            border-left: 1px solid #617580; }
          body.print-normal-page .passenger-edit .row-head .col:last-of-type {
            border-right: 1px solid #617580; }
      body.print-normal-page .passenger-edit .row-data > div {
        min-width: 1px; }
        body.print-normal-page .passenger-edit .row-data > div:first-of-type .col {
          border-top: 1px solid #617580; }
        body.print-normal-page .passenger-edit .row-data > div .col {
          border-radius: 0 !important;
          border-bottom: 1px solid #617580;
          border-left: 1px solid #617580;
          padding: 12px 6px;
          overflow: hidden; }
          body.print-normal-page .passenger-edit .row-data > div .col:last-of-type {
            border-right: 1px solid #617580; }
      body.print-normal-page .passenger-edit .circuit-tool-content .blue-rectangle {
        margin-top: 10px;
        border-radius: 0;
        border: 1px solid #000;
        margin-bottom: 0;
        padding: 12px 15px; } }
#can-choose-bed {
  margin-left: 50px; }

#button-modify-specification {
  background-color: #205081;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-weight: 700;
  border: 0;
  border-radius: 4px;
  padding: 7px 15px;
  transition: opacity .4s; }

/* Leads module */
#lead-steps-wrapper div[id^=lead-step-] {
  padding-bottom: 10px;
  border-top: 2px solid #ececec;
  border-bottom: 1px solid #d8d8d8; }
  #lead-steps-wrapper div[id^=lead-step-]#lead-step-1 {
    border-top: 0; }
    #lead-steps-wrapper div[id^=lead-step-]#lead-step-1 .other_circuit .form-actions .collection-remove {
      margin-top: 10px;
      background-color: #e45252;
      color: #fff;
      transition: opacity 0.5s; }
      #lead-steps-wrapper div[id^=lead-step-]#lead-step-1 .other_circuit .form-actions .collection-remove:hover {
        opacity: 0.5; }
  #lead-steps-wrapper div[id^=lead-step-]:last-child {
    border-bottom: 0; }
  #lead-steps-wrapper div[id^=lead-step-] > div {
    padding-bottom: 15px; }
#lead-steps-wrapper .notice-msg .error {
  color: red;
  background: #ffd2d2;
  padding: 9px 14px;
  border-radius: 0;
  border-left: 2px solid #fd5353;
  margin-bottom: 7px; }
#lead-steps-wrapper button {
  transition: opacity 0.5s; }
  #lead-steps-wrapper button:hover {
    opacity: 0.5; }
#lead-steps-wrapper .field-group .box {
  margin-bottom: 15px; }
#lead-steps-wrapper .field-group .box-body {
  padding-bottom: 15px; }
#lead-steps-wrapper #note-phone .well {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 15px 20px;
  border-radius: 4px; }
  #lead-steps-wrapper #note-phone .well h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 7px 0; }
  #lead-steps-wrapper #note-phone .well .modal-title {
    padding: 0; }
  #lead-steps-wrapper #note-phone .well .modal-body {
    padding: 0 0 10px 0; }
  #lead-steps-wrapper #note-phone .well .form-col .checkbox {
    margin-bottom: 3px; }
  #lead-steps-wrapper #note-phone .well .form-col .checkbox + .error-block {
    padding-top: 0; }
#lead-steps-wrapper .form-col-available {
  position: relative;
  border-top: 1px solid #bfbfbf;
  padding-top: 12px;
  padding-bottom: 5px;
  margin-top: 15px; }
  #lead-steps-wrapper .form-col-available:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #f3f3f3; }

#lead-steps-wrapper .lead-step1-choose-wishlist > .field-group,
#lead-steps-wrapper .lead-step1-circuit > .field-group {
  padding-left: 0;
  padding-bottom: 5px; }
#lead-steps-wrapper .lead-step1-choose-wishlist {
  margin-top: 10px; }
#lead-steps-wrapper .lead-step1-wishlist > .field-group {
  max-width: 900px;
  float: none;
  clear: both;
  padding-top: 5px;
  padding-left: 15px;
  padding-bottom: 5px;
  background: #FFF;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 15px; }
  #lead-steps-wrapper .lead-step1-wishlist > .field-group > .radio input {
    margin-left: 0; }
  #lead-steps-wrapper .lead-step1-wishlist > .field-group > .radio + label {
    padding-left: 20px;
    margin-bottom: 7px; }
  #lead-steps-wrapper .lead-step1-wishlist > .field-group .box > .box-body {
    padding-top: 3px; }
    #lead-steps-wrapper .lead-step1-wishlist > .field-group .box > .box-body > .radio {
      margin-left: 0 !important;
      padding-left: 19px;
      border-top: 1px solid #ddd;
      margin-top: 15px;
      padding-top: 12px;
      position: relative; }
      #lead-steps-wrapper .lead-step1-wishlist > .field-group .box > .box-body > .radio input {
        margin-left: 0;
        left: 0; }
      #lead-steps-wrapper .lead-step1-wishlist > .field-group .box > .box-body > .radio:first-child {
        border-top: 0;
        margin-top: 0; }
#lead-steps-wrapper .lead-step1-circuit .tablelist-wrapper .row-data > div.col-head {
  font-weight: 700; }
  #lead-steps-wrapper .lead-step1-circuit .tablelist-wrapper .row-data > div.col-head .col:nth-child(1) {
    max-width: 40px; }
  #lead-steps-wrapper .lead-step1-circuit .tablelist-wrapper .row-data > div.col-head .col:nth-child(2) {
    padding-left: 0; }
#lead-steps-wrapper .lead-step1-section {
  padding-top: 1px; }

#lead-steps-wrapper .lead-step2-section {
  padding-top: 10px;
  overflow: hidden; }
  #lead-steps-wrapper .lead-step2-section > div {
    float: left; }
  #lead-steps-wrapper .lead-step2-section .customers-search {
    width: 100%;
    max-width: 760px;
    background: #FFF;
    border: 1px solid #ddd;
    padding: 15px 15px 20px 15px;
    margin-bottom: 15px;
    border-radius: 3px; }
    #lead-steps-wrapper .lead-step2-section .customers-search + div {
      clear: left;
      margin-bottom: 7px; }
    #lead-steps-wrapper .lead-step2-section .customers-search h3 {
      font-size: 20px;
      margin: 0 0 10px 0; }
    #lead-steps-wrapper .lead-step2-section .customers-search .form-group {
      display: inline-block;
      vertical-align: top;
      margin-bottom: 7px; }
      #lead-steps-wrapper .lead-step2-section .customers-search .form-group input {
        height: 34px;
        line-height: 34px;
        border: 1px solid #AAA;
        padding: 0 12px;
        border-radius: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        color: #222222;
        width: 285px; }
      #lead-steps-wrapper .lead-step2-section .customers-search .form-group + div {
        display: inline-block;
        vertical-align: top; }
    #lead-steps-wrapper .lead-step2-section .customers-search .notice-msg > div {
      margin: 15px 0;
      padding: 10px 12px; }
    #lead-steps-wrapper .lead-step2-section .customers-search .notice-msg .success {
      border: 1px solid #c3e6cb;
      background: #d4edda;
      color: #155724; }
    #lead-steps-wrapper .lead-step2-section .customers-search .notice-msg .error {
      border: 1px solid #f5c6cb;
      background: #f8d7da;
      color: #721c24; }
    #lead-steps-wrapper .lead-step2-section .customers-search i.loading-icon {
      margin-top: 6px; }
    #lead-steps-wrapper .lead-step2-section .customers-search .search-result > fieldset {
      margin-top: 8px;
      margin-bottom: 0; }
    #lead-steps-wrapper .lead-step2-section .customers-search .search-result > table {
      margin-top: 8px; }
      #lead-steps-wrapper .lead-step2-section .customers-search .search-result > table tbody tr:nth-child(2n) td {
        background-color: #ecf1f5; }
  #lead-steps-wrapper .lead-step2-section .nextstep2-section {
    margin-left: 7px;
    margin-bottom: 7px; }
  #lead-steps-wrapper .lead-step2-section .nextstep2-back-section {
    margin-left: 7px;
    margin-bottom: 7px; }

#lead-steps-wrapper .lead-step3-section,
#lead-steps-wrapper .lead-section {
  padding-top: 10px; }
  #lead-steps-wrapper .lead-step3-section .top-section,
  #lead-steps-wrapper .lead-section .top-section {
    overflow: hidden; }
  #lead-steps-wrapper .lead-step3-section .passenger-setting-section #reminder-list,
  #lead-steps-wrapper .lead-section .passenger-setting-section #reminder-list {
    min-width: 0; }
    #lead-steps-wrapper .lead-step3-section .passenger-setting-section #reminder-list > div,
    #lead-steps-wrapper .lead-section .passenger-setting-section #reminder-list > div {
      min-width: 0; }
      #lead-steps-wrapper .lead-step3-section .passenger-setting-section #reminder-list > div .col:first-of-type,
      #lead-steps-wrapper .lead-section .passenger-setting-section #reminder-list > div .col:first-of-type {
        min-width: 100px;
        padding-left: 10px; }
  #lead-steps-wrapper .lead-step3-section .box-header .box-title,
  #lead-steps-wrapper .lead-section .box-header .box-title {
    display: block; }
    #lead-steps-wrapper .lead-step3-section .box-header .box-title div[id],
    #lead-steps-wrapper .lead-section .box-header .box-title div[id] {
      display: block;
      cursor: pointer;
      padding-right: 20px;
      position: relative; }
      #lead-steps-wrapper .lead-step3-section .box-header .box-title div[id]:after,
      #lead-steps-wrapper .lead-section .box-header .box-title div[id]:after {
        content: '\f078';
        font-family: 'FontAwesome';
        font-size: 14px;
        display: block;
        position: absolute;
        right: 3px;
        top: 0;
        color: #666; }
  #lead-steps-wrapper .lead-step3-section .box-header[data-info] .box-title,
  #lead-steps-wrapper .lead-section .box-header[data-info] .box-title {
    display: block;
    cursor: pointer;
    padding-right: 20px;
    position: relative; }
    #lead-steps-wrapper .lead-step3-section .box-header[data-info] .box-title:after,
    #lead-steps-wrapper .lead-section .box-header[data-info] .box-title:after {
      content: '\f078';
      font-family: 'FontAwesome';
      font-size: 14px;
      display: block;
      position: absolute;
      right: 3px;
      top: 0;
      color: #666; }
  #lead-steps-wrapper .lead-step3-section .box .box-body legend,
  #lead-steps-wrapper .lead-section .box .box-body legend {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 10px; }
  #lead-steps-wrapper .lead-step3-section .box .box-body > .row > .field-group,
  #lead-steps-wrapper .lead-section .box .box-body > .row > .field-group {
    padding-left: 15px;
    padding-right: 15px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body > .row > .field-group .form-col,
    #lead-steps-wrapper .lead-section .box .box-body > .row > .field-group .form-col {
      padding-bottom: 10px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body > .row > .field-group .form-submit-button,
    #lead-steps-wrapper .lead-section .box .box-body > .row > .field-group .form-submit-button {
      padding-top: 2px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body > .row > .field-group fieldset.well,
    #lead-steps-wrapper .lead-section .box .box-body > .row > .field-group fieldset.well {
      margin-top: 8px;
      margin-bottom: 15px; }
      #lead-steps-wrapper .lead-step3-section .box .box-body > .row > .field-group fieldset.well .form-group,
      #lead-steps-wrapper .lead-section .box .box-body > .row > .field-group fieldset.well .form-group {
        margin-bottom: 0; }
      #lead-steps-wrapper .lead-step3-section .box .box-body > .row > .field-group fieldset.well textarea,
      #lead-steps-wrapper .lead-section .box .box-body > .row > .field-group fieldset.well textarea {
        display: block;
        width: 100%;
        height: 70px;
        border: 1px solid #AAA;
        border-radius: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        color: #222222;
        padding: 6px 12px; }
      #lead-steps-wrapper .lead-step3-section .box .box-body > .row > .field-group fieldset.well #form_reminder_error,
      #lead-steps-wrapper .lead-section .box .box-body > .row > .field-group fieldset.well #form_reminder_error {
        color: #D42124;
        font-weight: bold;
        margin-bottom: 5px; }
        #lead-steps-wrapper .lead-step3-section .box .box-body > .row > .field-group fieldset.well #form_reminder_error span,
        #lead-steps-wrapper .lead-section .box .box-body > .row > .field-group fieldset.well #form_reminder_error span {
          margin-right: 3px; }
  #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main h4,
  #lead-steps-wrapper .lead-section .box .box-body #passenger-main h4 {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px; }
  #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .form-col ul,
  #lead-steps-wrapper .lead-section .box .box-body #passenger-main .form-col ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .lead-note-histories,
  #lead-steps-wrapper .lead-section .box .box-body #passenger-main .lead-note-histories {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .lead-note-histories .ui-sortable-handle div,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .lead-note-histories .ui-sortable-handle div {
      text-align: left; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .lead-note-histories .row-data > div,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .lead-note-histories .row-data > div {
      min-width: 1px; }
  #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main a#add-lead-note,
  #lead-steps-wrapper .lead-section .box .box-body #passenger-main a#add-lead-note {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 10px; }
  #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .note-box-section,
  #lead-steps-wrapper .lead-section .box .box-body #passenger-main .note-box-section {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 15px;
    padding-right: 15px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .note-box-section textarea,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .note-box-section textarea {
      background: #fff; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .note-box-section .row,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .note-box-section .row {
      margin-left: 0;
      margin-right: 0; }
  #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main,
  #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main {
    margin-bottom: 0; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main > label,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main > label {
      padding-bottom: 15px;
      border-top: 2px solid #333;
      border-bottom: 1px solid #ddd;
      margin-bottom: 13px;
      padding-top: 20px;
      margin-top: 20px;
      font-size: 16px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main:first-child > label,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main:first-child > label {
      border-top: 0;
      padding-top: 0;
      margin-top: 0; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main > div > div,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main > div > div {
      padding-bottom: 10px;
      position: relative; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .vich-file > div,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .vich-file > div {
      position: relative; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label,
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main input[type=text],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main textarea,
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main select,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main input[type=text],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main textarea,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main select {
      display: block; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main input[type=text],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main textarea,
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main select,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main input[type=text],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main textarea,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main select {
      border: 1px solid #AAA;
      border-radius: 0;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
      color: #222222;
      -webkit-transition: none;
      transition: none;
      height: 34px;
      font-size: 14px;
      line-height: 1.42857143;
      background-color: #FFF;
      padding: 6px 12px;
      width: 100%; }
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main input[type=text]:focus,
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main textarea:focus,
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main select:focus,
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main input[type=text]:focus,
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main textarea:focus,
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main select:focus {
        border: 1px solid #444;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main textarea,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main textarea {
      height: 100px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .checkbox,
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .radio,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .checkbox,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .radio {
      margin-bottom: 0; }
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .checkbox input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .checkbox input[type=radio],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .radio input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .radio input[type=radio],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .checkbox input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .checkbox input[type=radio],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .radio input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .radio input[type=radio] {
        margin-left: 0; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .custom-files-particaipant,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .custom-files-particaipant {
      margin-top: 10px; }
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .custom-files-particaipant li,
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .custom-files-particaipant li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        padding: 15px 0; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .referral-option,
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .referral-option {
      background-color: #f5f5f5;
      border: 1px solid #e3e3e3;
      border-radius: 4px;
      padding: 12px 14px 15px 14px;
      clear: both;
      overflow: hidden; }
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .referral-option > div,
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .referral-option > div {
        position: relative;
        width: 33.33%;
        display: block;
        float: left;
        padding-bottom: 10px;
        padding-right: 10px; }
        #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .referral-option > div:last-child,
        #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .referral-option > div:last-child {
          clear: both;
          width: 100%;
          float: none;
          padding-bottom: 0; }
        #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .referral-option > div:nth-child(3n+1),
        #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .referral-option > div:nth-child(3n+1) {
          clear: left; }
        #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .referral-option > div:nth-last-child(2),
        #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .referral-option > div:nth-last-child(2) {
          clear: both;
          float: none; }
        @media (max-width: 570px) {
          #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .referral-option > div,
          #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .referral-option > div {
            width: 100%;
            float: none;
            clear: both; } }
        #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .referral-option > div label,
        #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .referral-option > div label {
          padding-left: 21px;
          padding-top: 0;
          margin-bottom: 0; }
        #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main .referral-option > div input[type=checkbox],
        #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main .referral-option > div input[type=checkbox] {
          position: absolute;
          left: 0;
          top: 4px;
          margin-top: 0; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_passportFileBinary_delete],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_visaFileBinary_delete],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_needInsurance],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_receiveNewsletter],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_moveToPassenger2],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_acceptTermsOfUse],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameAddress],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameSeatPreference],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameEmergencyContact],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_passportFileBinary_delete],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_visaFileBinary_delete],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_needInsurance],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_receiveNewsletter],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_moveToPassenger2],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_acceptTermsOfUse],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameAddress],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameSeatPreference],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameEmergencyContact] {
      padding-left: 21px;
      padding-top: 0;
      margin-bottom: 0; }
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_passportFileBinary_delete] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_visaFileBinary_delete] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_needInsurance] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_receiveNewsletter] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_moveToPassenger2] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_acceptTermsOfUse] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameAddress] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameSeatPreference] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameEmergencyContact] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_passportFileBinary_delete] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_visaFileBinary_delete] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_needInsurance] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_receiveNewsletter] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_moveToPassenger2] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_acceptTermsOfUse] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameAddress] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameSeatPreference] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameEmergencyContact] + input[type=checkbox] {
        position: absolute;
        left: 0;
        top: 4px;
        margin-top: 0; }
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_moveToPassenger2],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_receiveNewsletter],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_passportFileBinary_delete],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_visaFileBinary_delete],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameAddress],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameSeatPreference],
    #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameEmergencyContact],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_moveToPassenger2],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_receiveNewsletter],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_passportFileBinary_delete],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_visaFileBinary_delete],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameAddress],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameSeatPreference],
    #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameEmergencyContact] {
      padding-top: 10px; }
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_moveToPassenger2] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_receiveNewsletter] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_passportFileBinary_delete] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_visaFileBinary_delete] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameAddress] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameSeatPreference] + input[type=checkbox],
      #lead-steps-wrapper .lead-step3-section .box .box-body #passenger-main .participant-main label[for$=_sameEmergencyContact] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_moveToPassenger2] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_receiveNewsletter] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_passportFileBinary_delete] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_visaFileBinary_delete] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameAddress] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameSeatPreference] + input[type=checkbox],
      #lead-steps-wrapper .lead-section .box .box-body #passenger-main .participant-main label[for$=_sameEmergencyContact] + input[type=checkbox] {
        top: 14px; }
  #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section,
  #lead-steps-wrapper .lead-section .box .box-body .wishlist-section {
    padding-bottom: 5px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .form-col,
    #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .form-col {
      padding-bottom: 10px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section h4,
    #lead-steps-wrapper .lead-section .box .box-body .wishlist-section h4 {
      margin-top: 0;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .field-checkbox input,
    #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .field-checkbox input {
      margin-right: 3px;
      display: block;
      float: left; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .field-checkbox label,
    #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .field-checkbox label {
      margin-right: 15px;
      display: block;
      float: left; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .field-checkbox .form-control,
    #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .field-checkbox .form-control {
      height: auto;
      overflow: hidden;
      padding-top: 10px; }
      @media (max-width: 990px) {
        #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .field-checkbox .form-control input:nth-of-type(3),
        #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .field-checkbox .form-control input:nth-of-type(3) {
          clear: left; } }
      @media (max-width: 990px) {
        #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .field-checkbox .form-control input,
        #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .field-checkbox .form-control input {
          clear: left; } }
  #lead-steps-wrapper .lead-step3-section .box .box-body .select-circuit,
  #lead-steps-wrapper .lead-section .box .box-body .select-circuit {
    border: 1px solid #b5b5b5;
    background: #fff;
    padding: 8px 33px 7px 15px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 700;
    transition: all .5s; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .select-circuit span,
    #lead-steps-wrapper .lead-section .box .box-body .select-circuit span {
      font-weight: 14;
      font-weight: 400; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .select-circuit:after,
    #lead-steps-wrapper .lead-section .box .box-body .select-circuit:after {
      content: '\f078';
      font-family: 'FontAwesome';
      font-size: 14px;
      display: block;
      position: absolute;
      right: 12px;
      top: 8px;
      color: #666; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .select-circuit:active, #lead-steps-wrapper .lead-step3-section .box .box-body .select-circuit:focus, #lead-steps-wrapper .lead-step3-section .box .box-body .select-circuit:hover,
    #lead-steps-wrapper .lead-section .box .box-body .select-circuit:active,
    #lead-steps-wrapper .lead-section .box .box-body .select-circuit:focus,
    #lead-steps-wrapper .lead-section .box .box-body .select-circuit:hover {
      background: #ddd; }
  #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .wish-circuit .radio,
  #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .wish-circuit .radio {
    padding-left: 10px; }
  #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-head,
  #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-head {
    table-layout: unset; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-head div:first-child,
    #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-head div:first-child {
      min-width: 6%;
      max-width: 6%;
      width: 6% !important;
      box-sizing: border-box;
      padding-left: 0 !important;
      padding-right: 0 !important; }
  #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-data > div,
  #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-data > div {
    table-layout: unset; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-data > div > div:first-child,
    #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-data > div > div:first-child {
      min-width: 6%;
      max-width: 6%;
      width: 6% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      box-sizing: border-box; }
  #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-data > div.col-head,
  #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-data > div.col-head {
    table-layout: unset; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-data > div.col-head > div:first-child,
    #lead-steps-wrapper .lead-section .box .box-body .wishlist-section .wish-circuit #form_wishCircuit_div .tablelist-wrapper .row-data > div.col-head > div:first-child {
      min-width: 6%;
      max-width: 6%;
      width: 6% !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      box-sizing: border-box; }
  #lead-steps-wrapper .lead-step3-section .box .box-body .select-circuit-popup,
  #lead-steps-wrapper .lead-step3-section .box .box-body #form_wishCircuit_div,
  #lead-steps-wrapper .lead-section .box .box-body .select-circuit-popup,
  #lead-steps-wrapper .lead-section .box .box-body #form_wishCircuit_div {
    padding: 0;
    margin-bottom: 20px; }
    #lead-steps-wrapper .lead-step3-section .box .box-body .select-circuit-popup .tablelist-wrapper,
    #lead-steps-wrapper .lead-step3-section .box .box-body #form_wishCircuit_div .tablelist-wrapper,
    #lead-steps-wrapper .lead-section .box .box-body .select-circuit-popup .tablelist-wrapper,
    #lead-steps-wrapper .lead-section .box .box-body #form_wishCircuit_div .tablelist-wrapper {
      width: 100%;
      overflow-x: scroll; }
  #lead-steps-wrapper .lead-step3-section .box.form-lead-passenger-info,
  #lead-steps-wrapper .lead-section .box.form-lead-passenger-info {
    float: none;
    clear: both; }
  #lead-steps-wrapper .lead-step3-section .box#circuit-price-specification,
  #lead-steps-wrapper .lead-section .box#circuit-price-specification {
    float: left;
    width: calc(65% - 10px);
    margin-right: 10px; }
    @media (max-width: 991px) {
      #lead-steps-wrapper .lead-step3-section .box#circuit-price-specification,
      #lead-steps-wrapper .lead-section .box#circuit-price-specification {
        width: 100%;
        margin-right: 0s; } }
  #lead-steps-wrapper .lead-step3-section .box#circuit-additional-informations,
  #lead-steps-wrapper .lead-section .box#circuit-additional-informations {
    float: right;
    width: calc(35% - 10px);
    margin-left: 10px;
    clear: right; }
    @media (max-width: 991px) {
      #lead-steps-wrapper .lead-step3-section .box#circuit-additional-informations,
      #lead-steps-wrapper .lead-section .box#circuit-additional-informations {
        width: 100%;
        margin-left: 0; } }
  #lead-steps-wrapper .lead-step3-section form,
  #lead-steps-wrapper .lead-section form {
    overflow: hidden; }
    #lead-steps-wrapper .lead-step3-section form .box.circuit-information, #lead-steps-wrapper .lead-step3-section form .box.passenger-section, #lead-steps-wrapper .lead-step3-section form .box.lead-wishlist,
    #lead-steps-wrapper .lead-section form .box.circuit-information,
    #lead-steps-wrapper .lead-section form .box.passenger-section,
    #lead-steps-wrapper .lead-section form .box.lead-wishlist {
      float: left;
      width: calc(65% - 10px);
      margin-right: 10px; }
      @media (max-width: 991px) {
        #lead-steps-wrapper .lead-step3-section form .box.circuit-information, #lead-steps-wrapper .lead-step3-section form .box.passenger-section, #lead-steps-wrapper .lead-step3-section form .box.lead-wishlist,
        #lead-steps-wrapper .lead-section form .box.circuit-information,
        #lead-steps-wrapper .lead-section form .box.passenger-section,
        #lead-steps-wrapper .lead-section form .box.lead-wishlist {
          width: 100%;
          margin-right: 0s; } }
    #lead-steps-wrapper .lead-step3-section form .box.lead-status, #lead-steps-wrapper .lead-step3-section form .box.lead-presentation, #lead-steps-wrapper .lead-step3-section form .box.additional-information, #lead-steps-wrapper .lead-step3-section form .box.passenger-setting-section, #lead-steps-wrapper .lead-step3-section form .box.passenger-note-section,
    #lead-steps-wrapper .lead-section form .box.lead-status,
    #lead-steps-wrapper .lead-section form .box.lead-presentation,
    #lead-steps-wrapper .lead-section form .box.additional-information,
    #lead-steps-wrapper .lead-section form .box.passenger-setting-section,
    #lead-steps-wrapper .lead-section form .box.passenger-note-section {
      float: right;
      width: calc(35% - 10px);
      margin-left: 10px;
      clear: right; }
      @media (max-width: 991px) {
        #lead-steps-wrapper .lead-step3-section form .box.lead-status, #lead-steps-wrapper .lead-step3-section form .box.lead-presentation, #lead-steps-wrapper .lead-step3-section form .box.additional-information, #lead-steps-wrapper .lead-step3-section form .box.passenger-setting-section, #lead-steps-wrapper .lead-step3-section form .box.passenger-note-section,
        #lead-steps-wrapper .lead-section form .box.lead-status,
        #lead-steps-wrapper .lead-section form .box.lead-presentation,
        #lead-steps-wrapper .lead-section form .box.additional-information,
        #lead-steps-wrapper .lead-section form .box.passenger-setting-section,
        #lead-steps-wrapper .lead-section form .box.passenger-note-section {
          width: 100%;
          margin-left: 0; } }
    #lead-steps-wrapper .lead-step3-section form .box.passenger-note-section .lead-note-histories .row-data,
    #lead-steps-wrapper .lead-section form .box.passenger-note-section .lead-note-histories .row-data {
      margin-bottom: 15px; }
      #lead-steps-wrapper .lead-step3-section form .box.passenger-note-section .lead-note-histories .row-data > div,
      #lead-steps-wrapper .lead-section form .box.passenger-note-section .lead-note-histories .row-data > div {
        min-width: 1px;
        border-bottom: 1px solid #dfeaf3; }
        #lead-steps-wrapper .lead-step3-section form .box.passenger-note-section .lead-note-histories .row-data > div .col,
        #lead-steps-wrapper .lead-section form .box.passenger-note-section .lead-note-histories .row-data > div .col {
          text-align: left; }
    #lead-steps-wrapper .lead-step3-section form .box.passenger-note-section .note-box-section,
    #lead-steps-wrapper .lead-section form .box.passenger-note-section .note-box-section {
      margin-bottom: 0;
      margin-top: 10px; }
      #lead-steps-wrapper .lead-step3-section form .box.passenger-note-section .note-box-section > .form-group,
      #lead-steps-wrapper .lead-section form .box.passenger-note-section .note-box-section > .form-group {
        margin-left: 0;
        margin-right: 0; }
    #lead-steps-wrapper .lead-step3-section form .box.passenger-note-section a#add-lead-note,
    #lead-steps-wrapper .lead-section form .box.passenger-note-section a#add-lead-note {
      display: inline-block;
      margin-bottom: 5px; }
    #lead-steps-wrapper .lead-step3-section form .form-submit-button,
    #lead-steps-wrapper .lead-section form .form-submit-button {
      clear: both;
      margin-bottom: 15px; }
  #lead-steps-wrapper .lead-step3-section #circuit-occupation .tablelist-wrapper,
  #lead-steps-wrapper .lead-section #circuit-occupation .tablelist-wrapper {
    width: 100%;
    overflow-x: scroll; }
    #lead-steps-wrapper .lead-step3-section #circuit-occupation .tablelist-wrapper .row-data > div,
    #lead-steps-wrapper .lead-section #circuit-occupation .tablelist-wrapper .row-data > div {
      min-width: 300px; }
      #lead-steps-wrapper .lead-step3-section #circuit-occupation .tablelist-wrapper .row-data > div .col,
      #lead-steps-wrapper .lead-section #circuit-occupation .tablelist-wrapper .row-data > div .col {
        width: 25%;
        text-align: left; }
        #lead-steps-wrapper .lead-step3-section #circuit-occupation .tablelist-wrapper .row-data > div .col:nth-child(2),
        #lead-steps-wrapper .lead-section #circuit-occupation .tablelist-wrapper .row-data > div .col:nth-child(2) {
          width: 50%; }
  #lead-steps-wrapper .lead-step3-section .top-section .box.customer-information,
  #lead-steps-wrapper .lead-section .top-section .box.customer-information {
    width: calc(65% - 10px);
    margin-right: 10px;
    float: left; }
    @media (max-width: 991px) {
      #lead-steps-wrapper .lead-step3-section .top-section .box.customer-information,
      #lead-steps-wrapper .lead-section .top-section .box.customer-information {
        width: 100%;
        margin-right: 0; } }
  #lead-steps-wrapper .lead-step3-section .top-section .box.lead-type,
  #lead-steps-wrapper .lead-section .top-section .box.lead-type {
    width: calc(35% - 10px);
    margin-left: 10px;
    float: right; }
    @media (max-width: 991px) {
      #lead-steps-wrapper .lead-step3-section .top-section .box.lead-type,
      #lead-steps-wrapper .lead-section .top-section .box.lead-type {
        width: 100%;
        margin-left: 0; } }
  #lead-steps-wrapper .lead-step3-section .form-group .checkbox input[type=checkbox],
  #lead-steps-wrapper .lead-step3-section .form-group .checkbox input[type=radio],
  #lead-steps-wrapper .lead-step3-section .form-group .radio input[type=checkbox],
  #lead-steps-wrapper .lead-step3-section .form-group .radio input[type=radio],
  #lead-steps-wrapper .lead-section .form-group .checkbox input[type=checkbox],
  #lead-steps-wrapper .lead-section .form-group .checkbox input[type=radio],
  #lead-steps-wrapper .lead-section .form-group .radio input[type=checkbox],
  #lead-steps-wrapper .lead-section .form-group .radio input[type=radio] {
    margin-left: 0; }
  #lead-steps-wrapper .lead-step3-section .form-group .form-group,
  #lead-steps-wrapper .lead-section .form-group .form-group {
    padding-left: 24px; }
  #lead-steps-wrapper .lead-step3-section .form-group #can-choose-bed .form-group,
  #lead-steps-wrapper .lead-section .form-group #can-choose-bed .form-group {
    clear: both;
    margin-bottom: 0; }
    #lead-steps-wrapper .lead-step3-section .form-group #can-choose-bed .form-group .radio,
    #lead-steps-wrapper .lead-section .form-group #can-choose-bed .form-group .radio {
      display: inline-block;
      padding-right: 15px; }
  #lead-steps-wrapper .lead-step3-section select,
  #lead-steps-wrapper .lead-section select {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 6px 12px; }
  #lead-steps-wrapper .lead-step3-section button,
  #lead-steps-wrapper .lead-step3-section a#add-lead-note,
  #lead-steps-wrapper .lead-section button,
  #lead-steps-wrapper .lead-section a#add-lead-note {
    border-radius: 4px;
    background-color: #205081;
    border-color: transparent;
    color: #FFFFFF;
    transition: opacity .5s;
    padding: 6px 12px;
    text-align: center; }
    #lead-steps-wrapper .lead-step3-section button:hover,
    #lead-steps-wrapper .lead-step3-section a#add-lead-note:hover,
    #lead-steps-wrapper .lead-section button:hover,
    #lead-steps-wrapper .lead-section a#add-lead-note:hover {
      opacity: .5; }
#lead-steps-wrapper .nextstep3-back-section {
  clear: both; }

.customer-new .modal-title h3 {
  margin-top: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  padding-bottom: 20px; }
.customer-new .modal-body > .row > .col-xs-12 {
  padding-left: 0;
  padding-right: 0; }
.customer-new.modal-container .notice-msg-popup > div {
  margin: 15px 0 0 0;
  padding: 10px 12px; }
  .customer-new.modal-container .notice-msg-popup > div.success {
    border: 1px solid #c3e6cb;
    background: #d4edda;
    color: #155724; }
  .customer-new.modal-container .notice-msg-popup > div.error {
    border: 1px solid #f5c6cb;
    background: #f8d7da;
    color: #721c24; }
@media (max-width: 480px) {
  .customer-new.modal-container {
    padding: 30px; } }

.list-lead #applied-request-filters,
.list-wishlistlead #applied-request-filters,
.list-customer #applied-request-filters {
  width: 100%; }
  .list-lead #applied-request-filters #more-filters,
  .list-wishlistlead #applied-request-filters #more-filters,
  .list-customer #applied-request-filters #more-filters {
    display: inline-block;
    background-color: #00b1b1;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    padding: 0 12px;
    transition: background 0.5s;
    height: 34px;
    line-height: 34px; }
    .list-lead #applied-request-filters #more-filters label,
    .list-wishlistlead #applied-request-filters #more-filters label,
    .list-customer #applied-request-filters #more-filters label {
      display: block;
      cursor: pointer;
      margin-bottom: 0; }
  .list-lead #applied-request-filters #filter,
  .list-wishlistlead #applied-request-filters #filter,
  .list-customer #applied-request-filters #filter {
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    align-items: flex-end;
    padding: 12px 18px 18px 18px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    margin-bottom: 10px;
    border-top: 3px solid #00b1b1;
    margin-top: -3px;
    border-radius: 0 0 4px 4px; }
    .list-lead #applied-request-filters #filter > div,
    .list-wishlistlead #applied-request-filters #filter > div,
    .list-customer #applied-request-filters #filter > div {
      width: 25%;
      padding-right: 10px; }
      .list-lead #applied-request-filters #filter > div:nth-child(5),
      .list-wishlistlead #applied-request-filters #filter > div:nth-child(5),
      .list-customer #applied-request-filters #filter > div:nth-child(5) {
        width: auto; }
      .list-lead #applied-request-filters #filter > div:nth-child(6),
      .list-wishlistlead #applied-request-filters #filter > div:nth-child(6),
      .list-customer #applied-request-filters #filter > div:nth-child(6) {
        width: auto;
        padding-right: 0; }
    .list-lead #applied-request-filters #filter select,
    .list-wishlistlead #applied-request-filters #filter select,
    .list-customer #applied-request-filters #filter select {
      display: block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      border: 1px solid #ccd1d6;
      border-radius: 4px;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .list-lead #applied-request-filters #filter button[type=submit],
    .list-wishlistlead #applied-request-filters #filter button[type=submit],
    .list-customer #applied-request-filters #filter button[type=submit] {
      transition: opacity 0.5s; }
      .list-lead #applied-request-filters #filter button[type=submit]:hover,
      .list-wishlistlead #applied-request-filters #filter button[type=submit]:hover,
      .list-customer #applied-request-filters #filter button[type=submit]:hover {
        opacity: 0.5; }

.list-lead #applied-request-filters #filter > div:nth-child(4) {
  width: auto; }

.list-wishlistlead #applied-request-filters #filter > div:nth-child(3), .list-wishlistlead #applied-request-filters #filter > div:nth-child(4) {
  width: auto; }
.list-wishlistlead #applied-request-filters #filter > div:nth-child(4) {
  padding-right: 0; }

.list-customer #applied-request-filters #filter > div:nth-child(2), .list-customer #applied-request-filters #filter > div:nth-child(3) {
  width: auto; }
.list-customer #applied-request-filters #filter > div:nth-child(3) {
  padding-right: 0; }

#form_wishCircuit_div .tablelist-wrapper .row-head div:first-child {
  min-width: 33px;
  max-width: 33px;
  width: 33px !important;
  box-sizing: border-box; }
#form_wishCircuit_div .tablelist-wrapper .row-data > div > div:first-child {
  min-width: 33px;
  max-width: 33px;
  width: 33px !important;
  box-sizing: border-box; }
#form_wishCircuit_div .tablelist-wrapper .row-data > div.col-head > div:first-child {
  min-width: 37px;
  max-width: 37px;
  width: 37px !important;
  box-sizing: border-box; }

#lead-step1-form-edit .lead-wishlist .wish-circuit .tablelist-wrapper {
  width: 100%;
  overflow-x: scroll; }
#lead-step1-form-edit .select-circuit-popup .tablelist-wrapper .row-head div:first-child {
  min-width: 26px;
  max-width: 26px;
  width: 26px !important;
  box-sizing: border-box; }
#lead-step1-form-edit .select-circuit-popup .tablelist-wrapper .row-data > div > div:first-child {
  min-width: 26px;
  max-width: 26px;
  width: 26px !important;
  padding-left: 16px;
  box-sizing: border-box; }
#lead-step1-form-edit .select-circuit-popup .tablelist-wrapper .row-data > div.col-head > div:first-child {
  min-width: 36px;
  max-width: 36px;
  width: 36px !important;
  box-sizing: border-box;
  padding-left: 0; }

.list-wishlistlead .clone-head-table-wrap,
.list-wishlistlead .clone-column-table-wrap {
  border-right: 1px solid #dbe2e7;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }

@media (max-width: 1080px) {
  .list-lead #applied-request-filters #filter,
  .list-wishlistlead #applied-request-filters #filter,
  .list-customer #applied-request-filters #filter {
    flex-flow: wrap; }
    .list-lead #applied-request-filters #filter > div,
    .list-wishlistlead #applied-request-filters #filter > div,
    .list-customer #applied-request-filters #filter > div {
      width: 50%;
      padding-bottom: 10px;
      padding-right: 5px; }
      .list-lead #applied-request-filters #filter > div:nth-child(2), .list-lead #applied-request-filters #filter > div:nth-child(4),
      .list-wishlistlead #applied-request-filters #filter > div:nth-child(2),
      .list-wishlistlead #applied-request-filters #filter > div:nth-child(4),
      .list-customer #applied-request-filters #filter > div:nth-child(2),
      .list-customer #applied-request-filters #filter > div:nth-child(4) {
        padding-right: 0;
        padding-left: 5px; }
      .list-lead #applied-request-filters #filter > div:nth-child(5), .list-lead #applied-request-filters #filter > div:nth-child(6),
      .list-wishlistlead #applied-request-filters #filter > div:nth-child(5),
      .list-wishlistlead #applied-request-filters #filter > div:nth-child(6),
      .list-customer #applied-request-filters #filter > div:nth-child(5),
      .list-customer #applied-request-filters #filter > div:nth-child(6) {
        padding-bottom: 0;
        width: auto; }
      .list-lead #applied-request-filters #filter > div:nth-child(5),
      .list-wishlistlead #applied-request-filters #filter > div:nth-child(5),
      .list-customer #applied-request-filters #filter > div:nth-child(5) {
        padding-right: 10px; }

  .list-wishlistlead #applied-request-filters #filter > div:nth-child(3) {
    padding-right: 10px !important; }

  .list-customer #applied-request-filters #filter > div:nth-child(2) {
    padding-right: 10px !important; }

  .list-lead #applied-request-filters #filter > div:nth-child(4) {
    padding-right: 10px; }
  .list-lead #applied-request-filters #filter > div:nth-child(5) {
    padding-bottom: 10px; } }
@media (max-width: 850px) {
  .list-lead #applied-request-filters #filter > div {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .list-lead #applied-request-filters #filter > div:nth-child(4) {
      padding-right: 10px !important;
      padding-bottom: 0; }
    .list-lead #applied-request-filters #filter > div:nth-child(5) {
      padding-bottom: 0; } }
@media (max-width: 767px) {
  .list-lead #applied-request-filters,
  .list-wishlistlead #applied-request-filters,
  .list-customer #applied-request-filters {
    padding-top: 10px; } }
@media (max-width: 500px) {
  #lead-steps-wrapper .lead-step2-section .customers-search .search-result {
    width: 100%;
    overflow-x: scroll; } }
@media (max-width: 460px) {
  .list-lead #applied-request-filters #filter > div,
  .list-wishlistlead #applied-request-filters #filter > div,
  .list-customer #applied-request-filters #filter > div {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important; }
    .list-lead #applied-request-filters #filter > div:nth-child(5),
    .list-wishlistlead #applied-request-filters #filter > div:nth-child(5),
    .list-customer #applied-request-filters #filter > div:nth-child(5) {
      padding-right: 10px !important; } }
@media (max-width: 360px) {
  #lead-steps-wrapper .lead-step2-section .customers-search .form-group input {
    width: 100%; }

  .list-lead #applied-request-filters #filter > div:nth-child(4) {
    padding-bottom: 5px; } }
/* circuit_tool */
.navbar-custom-menu .circuit-tool-button {
  background: #3d648f;
  cursor: pointer !important;
  padding: 9px 14px 10px 14px;
  margin-right: 7px;
  color: #fff;
  transition: opacity 0.4s; }
  .navbar-custom-menu .circuit-tool-button:hover {
    opacity: 0.5; }

.fancybox-content .fancybox-button.fancybox-close-small {
  text-align: center;
  opacity: 1;
  transition: opacity 0.5s; }
  .fancybox-content .fancybox-button.fancybox-close-small:hover {
    opacity: 0.5; }
  .fancybox-content .fancybox-button.fancybox-close-small svg {
    display: none; }
  .fancybox-content .fancybox-button.fancybox-close-small:after {
    content: "\f00d";
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 5px;
    color: #205081; }

@media (max-width: 767px) {
  .circuit-tool-popup.fancybox-content {
    padding: 44px 15px 0 15px; }
    .circuit-tool-popup.fancybox-content .modal-body {
      padding: 0 0 15px 0; } }
.circuit-tool-popup .modal-body {
  position: unset; }
  .circuit-tool-popup .modal-body .tool-control-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .circuit-tool-popup .modal-body .tool-control-section .modal-footer {
      border-top: 0;
      padding-top: 0;
      padding-right: 0; }
.circuit-tool-popup .circuit-tool-content .row-head .col,
.circuit-tool-popup .circuit-tool-content .price-options-sections .row-head .col,
.circuit-tool-popup .circuit-tool-content .row-child-data .child-head .col {
  text-align: center; }
  .circuit-tool-popup .circuit-tool-content .row-head .col:first-of-type,
  .circuit-tool-popup .circuit-tool-content .price-options-sections .row-head .col:first-of-type,
  .circuit-tool-popup .circuit-tool-content .row-child-data .child-head .col:first-of-type {
    text-align: left; }
.circuit-tool-popup .circuit-tool-content .row-data > div .col:first-of-type,
.circuit-tool-popup .circuit-tool-content .price-options-row-item .col:first-of-type {
  text-align: left; }
.circuit-tool-popup .circuit-tool-content .price-options-sections .row-head .col:nth-child(2) {
  text-align: left; }
.circuit-tool-popup .circuit-tool-content .price-options-sections .price-options-row-item .price-options-data-inner .col:nth-child(2) {
  text-align: left; }
.circuit-tool-popup .circuit-tool-content .price-options-row-item .row-child-data .child-head .col:nth-child(2),
.circuit-tool-popup .circuit-tool-content .price-options-row-item .row-child-data .child-content-options .col:nth-child(2) {
  text-align: left; }
.circuit-tool-popup .circuit-tool-content #tab-tool-itinerary .result .itinerary-content {
  padding: 20px;
  background: #ecf1f5;
  border-bottom: 1px solid #d1dee8; }
  .circuit-tool-popup .circuit-tool-content #tab-tool-itinerary .result .itinerary-content:nth-child(2n) {
    background: #e4ecf3; }
  .circuit-tool-popup .circuit-tool-content #tab-tool-itinerary .result .itinerary-content .day {
    font-weight: 700;
    color: #205081; }
  .circuit-tool-popup .circuit-tool-content #tab-tool-itinerary .result .itinerary-content .title {
    color: #205081;
    margin-bottom: 10px; }
  .circuit-tool-popup .circuit-tool-content #tab-tool-itinerary .result .itinerary-content .sub-title {
    margin-bottom: 5px;
    font-weight: 700; }
.circuit-tool-popup .circuit-tool-content .blue-rectangle {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 15px 20px;
  border-radius: 4px; }
.circuit-tool-popup .tool-control-section {
  margin-top: 15px; }
  .circuit-tool-popup .tool-control-section button.btn {
    background-color: #205081;
    border-color: transparent;
    color: #FFFFFF;
    font-weight: 700; }
.circuit-tool-popup .custom-tab-content .tab {
  border-top: 0;
  border-bottom: 0;
  position: relative;
  padding-right: 100px; }
  .circuit-tool-popup .custom-tab-content .tab:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ddd;
    top: 0;
    left: 0; }
  .circuit-tool-popup .custom-tab-content .tab:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    bottom: 0;
    left: 0; }
  .circuit-tool-popup .custom-tab-content .tab button {
    font-size: 15px;
    border-top: 3px solid #ddd;
    position: relative;
    transition: border 0s; }
    .circuit-tool-popup .custom-tab-content .tab button:first-child.active {
      border-left: 0; }
    .circuit-tool-popup .custom-tab-content .tab button.active {
      z-index: 1;
      background: #fff;
      border-top: 3px solid #3c8dbc;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      .circuit-tool-popup .custom-tab-content .tab button.active:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: -1px;
        left: 0; }
  .circuit-tool-popup .custom-tab-content .tab .circuit-tool-print {
    position: absolute;
    color: #FFF;
    font-weight: 700;
    background-color: #205081;
    transition: opacity 0.3s;
    display: inline-block;
    padding: 7px 10px;
    right: 10px;
    bottom: 9px;
    float: right;
    border-radius: 5px; }
    .circuit-tool-popup .custom-tab-content .tab .circuit-tool-print:hover {
      opacity: 0.5; }
.circuit-tool-popup .modal-custom-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 24px;
  height: 24px; }
  .circuit-tool-popup .modal-custom-close a {
    display: block;
    font-size: 20px;
    text-align: center;
    transition: all .4s; }

#tab-tool-document .filter-section,
#sub-tool-document .filter-section {
  padding-top: 10px;
  padding-bottom: 0; }
  #tab-tool-document .filter-section select,
  #sub-tool-document .filter-section select {
    border: 1px solid #ccd1d6;
    border-radius: 4px;
    color: #222;
    height: 30px;
    padding: 5px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 7px; }
#tab-tool-document .field-text .control-label,
#sub-tool-document .field-text .control-label {
  display: block;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative; }
  #tab-tool-document .field-text .control-label:after,
  #sub-tool-document .field-text .control-label:after {
    content: "";
    background-color: #047bf8;
    width: 140px;
    height: 4px;
    border-radius: 0px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px; }
#tab-tool-document .result .tool-files-list,
#sub-tool-document .result .tool-files-list {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative; }
  #tab-tool-document .result .tool-files-list:after,
  #sub-tool-document .result .tool-files-list:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f3f3f3;
    bottom: 0;
    left: 0;
    position: absolute; }
  #tab-tool-document .result .tool-files-list li,
  #sub-tool-document .result .tool-files-list li {
    position: relative; }
    #tab-tool-document .result .tool-files-list li.pdf a:before,
    #sub-tool-document .result .tool-files-list li.pdf a:before {
      background-image: url(../images/icon/pdf.png); }
    #tab-tool-document .result .tool-files-list li.zip a:before,
    #sub-tool-document .result .tool-files-list li.zip a:before {
      background-image: url(../images/icon/zip.png); }
    #tab-tool-document .result .tool-files-list li.doc a:before, #tab-tool-document .result .tool-files-list li.docx a:before,
    #sub-tool-document .result .tool-files-list li.doc a:before,
    #sub-tool-document .result .tool-files-list li.docx a:before {
      background-image: url(../images/icon/doc.png); }
    #tab-tool-document .result .tool-files-list li.xls a:before, #tab-tool-document .result .tool-files-list li.xlsx a:before,
    #sub-tool-document .result .tool-files-list li.xls a:before,
    #sub-tool-document .result .tool-files-list li.xlsx a:before {
      background-image: url(../images/icon/xls.png); }
    #tab-tool-document .result .tool-files-list li.csv a:before,
    #sub-tool-document .result .tool-files-list li.csv a:before {
      background-image: url(../images/icon/csv.png); }
    #tab-tool-document .result .tool-files-list li.jpg a:before, #tab-tool-document .result .tool-files-list li.jpeg a:before,
    #sub-tool-document .result .tool-files-list li.jpg a:before,
    #sub-tool-document .result .tool-files-list li.jpeg a:before {
      background-image: url(../images/icon/jpg.png); }
    #tab-tool-document .result .tool-files-list li.png a:before,
    #sub-tool-document .result .tool-files-list li.png a:before {
      background-image: url(../images/icon/png.png); }
    #tab-tool-document .result .tool-files-list li.ppt a:before, #tab-tool-document .result .tool-files-list li.pptx a:before,
    #sub-tool-document .result .tool-files-list li.ppt a:before,
    #sub-tool-document .result .tool-files-list li.pptx a:before {
      background-image: url(../images/icon/ppt.png); }
    #tab-tool-document .result .tool-files-list li.txt a:before,
    #sub-tool-document .result .tool-files-list li.txt a:before {
      background-image: url(../images/icon/txt.png); }
    #tab-tool-document .result .tool-files-list li.xls a:before, #tab-tool-document .result .tool-files-list li.xlsx a:before,
    #sub-tool-document .result .tool-files-list li.xls a:before,
    #sub-tool-document .result .tool-files-list li.xlsx a:before {
      background-image: url(../images/icon/xls.png); }
    #tab-tool-document .result .tool-files-list li a:before,
    #sub-tool-document .result .tool-files-list li a:before {
      background-image: url(../images/icon/archive.png); }
    #tab-tool-document .result .tool-files-list li a,
    #sub-tool-document .result .tool-files-list li a {
      transition: all 0.4s; }
      #tab-tool-document .result .tool-files-list li a:hover,
      #sub-tool-document .result .tool-files-list li a:hover {
        opacity: 0.3; }
        #tab-tool-document .result .tool-files-list li a:hover:before,
        #sub-tool-document .result .tool-files-list li a:hover:before {
          opacity: 0.3; }
      #tab-tool-document .result .tool-files-list li a:before,
      #sub-tool-document .result .tool-files-list li a:before {
        content: '';
        display: block;
        background-repeat: no-repeat;
        background-position: 0 0;
        transition: all 0.4s; }
  #tab-tool-document .result .tool-files-list .list-view,
  #sub-tool-document .result .tool-files-list .list-view {
    border-bottom: 1px solid #f3f3f3;
    padding: 5px 0;
    width: 20%;
    margin-bottom: 0; }
    @media (max-width: 1360px) {
      #tab-tool-document .result .tool-files-list .list-view,
      #sub-tool-document .result .tool-files-list .list-view {
        width: 33.33%; } }
    @media (max-width: 920px) {
      #tab-tool-document .result .tool-files-list .list-view,
      #sub-tool-document .result .tool-files-list .list-view {
        width: 50%; } }
    @media (max-width: 480px) {
      #tab-tool-document .result .tool-files-list .list-view,
      #sub-tool-document .result .tool-files-list .list-view {
        width: 100%; } }
    #tab-tool-document .result .tool-files-list .list-view a,
    #sub-tool-document .result .tool-files-list .list-view a {
      display: inline-block;
      padding: 13px 20px 13px 40px; }
      #tab-tool-document .result .tool-files-list .list-view a:before,
      #sub-tool-document .result .tool-files-list .list-view a:before {
        width: 32px;
        height: 32px;
        position: absolute;
        left: 0;
        top: 11px;
        background-size: 32px; }
      #tab-tool-document .result .tool-files-list .list-view a .meta,
      #sub-tool-document .result .tool-files-list .list-view a .meta {
        font-size: 12px;
        color: #b5c6d8;
        font-weight: 400; }
        #tab-tool-document .result .tool-files-list .list-view a .meta:before,
        #sub-tool-document .result .tool-files-list .list-view a .meta:before {
          content: ' - '; }
  #tab-tool-document .result .tool-files-list .icon-view,
  #sub-tool-document .result .tool-files-list .icon-view {
    padding: 0 0 10px 0;
    width: 14.25%;
    margin-bottom: 5px; }
    @media (max-width: 1360px) {
      #tab-tool-document .result .tool-files-list .icon-view,
      #sub-tool-document .result .tool-files-list .icon-view {
        width: 20%; } }
    @media (max-width: 991px) {
      #tab-tool-document .result .tool-files-list .icon-view,
      #sub-tool-document .result .tool-files-list .icon-view {
        width: 25%; } }
    @media (max-width: 768px) {
      #tab-tool-document .result .tool-files-list .icon-view,
      #sub-tool-document .result .tool-files-list .icon-view {
        width: 33.33%; } }
    @media (max-width: 480px) {
      #tab-tool-document .result .tool-files-list .icon-view,
      #sub-tool-document .result .tool-files-list .icon-view {
        width: 50%; } }
    @media (max-width: 480px) {
      #tab-tool-document .result .tool-files-list .icon-view,
      #sub-tool-document .result .tool-files-list .icon-view {
        width: 50%; } }
    @media (max-width: 380px) {
      #tab-tool-document .result .tool-files-list .icon-view,
      #sub-tool-document .result .tool-files-list .icon-view {
        width: 100%; } }
    #tab-tool-document .result .tool-files-list .icon-view a,
    #sub-tool-document .result .tool-files-list .icon-view a {
      border-radius: 6px;
      display: block;
      padding: 17px 10px 10px 10px;
      text-align: center; }
      #tab-tool-document .result .tool-files-list .icon-view a:hover,
      #sub-tool-document .result .tool-files-list .icon-view a:hover {
        background: #f5f5f5;
        opacity: 1; }
        #tab-tool-document .result .tool-files-list .icon-view a:hover:before,
        #sub-tool-document .result .tool-files-list .icon-view a:hover:before {
          opacity: 1; }
      #tab-tool-document .result .tool-files-list .icon-view a .meta,
      #sub-tool-document .result .tool-files-list .icon-view a .meta {
        display: block;
        font-size: 12px;
        color: #b5c6d8;
        font-weight: 400; }
      #tab-tool-document .result .tool-files-list .icon-view a:before,
      #sub-tool-document .result .tool-files-list .icon-view a:before {
        width: 64px;
        height: 64px;
        position: relative;
        margin: 0 auto 7px auto;
        left: auto;
        top: auto;
        background-size: 64px; }

@media (max-width: 1080px) {
  .circuit-tool-popup .custom-tab-content .tab button {
    padding: 14px 11px;
    font-size: 14px; }

  .circuit-tool-popup .custom-tab-content .tab .circuit-tool-print {
    right: 7px;
    bottom: 8px; } }
@media (max-width: 991px) {
  .circuit-tool-popup .tool-control-section .update-link .btn .hidden-xs,
  .circuit-tool-popup .tool-control-section .update-link .btn .hidden-sm {
    display: block !important; } }
@media only screen and (max-width: 550px) {
  .circuit-tool-popup .custom-tab-content .tab {
    padding-right: 0; }
    .circuit-tool-popup .custom-tab-content .tab .circuit-tool-print {
      position: relative;
      right: auto;
      bottom: auto;
      margin-right: 8px;
      margin-top: 5px;
      margin-bottom: 9px; } }
@media (max-width: 480px) {
  .circuit-tool-popup .modal-body .tool-control-section {
    flex-direction: column;
    align-items: center; }
    .circuit-tool-popup .modal-body .tool-control-section .modal-footer {
      padding-top: 15px; } }
@media print {
  body.print-page {
    overflow-y: scroll !important;
    overflow-x: hidden;
    margin-right: 0; }
    body.print-page > .wrapper {
      display: none !important; }
    body.print-page .fancybox-container {
      height: auto;
      position: relative; }
      body.print-page .fancybox-container .fancybox-inner {
        position: relative; }
      body.print-page .fancybox-container .fancybox-stage {
        position: relative; }
        body.print-page .fancybox-container .fancybox-stage .fancybox-slide {
          position: relative;
          height: auto; }
    body.print-page .circuit-tool-popup {
      padding: 0; }
      body.print-page .circuit-tool-popup .well {
        padding: 0;
        border: 0;
        margin-bottom: 0; }
        body.print-page .circuit-tool-popup .well .input-group select {
          font-weight: 700;
          font-size: 20px;
          height: auto;
          border: 0;
          background: none !important;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          white-space: normal; }
        body.print-page .circuit-tool-popup .well .input-group-btn {
          display: none !important; }
      body.print-page .circuit-tool-popup .modal-body {
        padding: 0; }
      body.print-page .circuit-tool-popup .custom-tab-content .tab {
        display: none !important; }
      body.print-page .circuit-tool-popup .custom-tab-content .tabcontent {
        display: block !important;
        border: 0; }
        body.print-page .circuit-tool-popup .custom-tab-content .tabcontent#tab-tool-document, body.print-page .circuit-tool-popup .custom-tab-content .tabcontent#tab-tool-itinerary {
          display: none !important; }
        body.print-page .circuit-tool-popup .custom-tab-content .tabcontent#tab-tool-expenses {
          display: block !important; }
        body.print-page .circuit-tool-popup .custom-tab-content .tabcontent .result > .well {
          padding: 0;
          border: 0; }
        body.print-page .circuit-tool-popup .custom-tab-content .tabcontent .row > .col-xs-12 {
          padding-left: 0;
          padding-right: 0; }
      body.print-page .circuit-tool-popup .tool-control-section,
      body.print-page .circuit-tool-popup .fancybox-button {
        display: none !important; }
      body.print-page .circuit-tool-popup .row-head {
        min-width: 1px; }
        body.print-page .circuit-tool-popup .row-head .col {
          border-radius: 0 !important;
          border-top: 1px solid #617580;
          border-bottom: 1px solid #617580;
          font-weight: 700;
          padding: 12px 6px;
          overflow: hidden; }
          body.print-page .circuit-tool-popup .row-head .col:first-of-type {
            border-left: 1px solid #617580; }
          body.print-page .circuit-tool-popup .row-head .col:last-of-type {
            border-right: 1px solid #617580; }
      body.print-page .circuit-tool-popup .row-data > div {
        min-width: 1px; }
        body.print-page .circuit-tool-popup .row-data > div:first-of-type .col {
          border-top: 1px solid #617580; }
        body.print-page .circuit-tool-popup .row-data > div .col {
          border-radius: 0 !important;
          border-bottom: 1px solid #617580;
          border-left: 1px solid #617580;
          padding: 12px 6px;
          overflow: hidden; }
          body.print-page .circuit-tool-popup .row-data > div .col:last-of-type {
            border-right: 1px solid #617580; }
      body.print-page .circuit-tool-popup .circuit-tool-content .blue-rectangle {
        margin-top: 10px;
        border-radius: 0;
        border: 1px solid #000;
        margin-bottom: 0;
        padding: 12px 15px; } }
/* Dashboard */
.content-wrapper {
  background-color: #f2f4f8; }

.admin-dashboard .custom-tab-content {
  display: flex;
  flex-flow: row;
  align-items: flex-start; }
.admin-dashboard .dashboard-filters-overlay {
  display: none; }
.admin-dashboard #dashboard-filters {
  display: block;
  width: 20%;
  min-width: 240px;
  padding: 20px 25px;
  /*border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(126,142,177,0.12);
  box-shadow: 0px 2px 4px rgba(126,142,177,0.12);*/ }
  .admin-dashboard #dashboard-filters a.close-mobile-filter {
    display: none; }
  .admin-dashboard #dashboard-filters > fieldset {
    margin-bottom: 5px; }
    .admin-dashboard #dashboard-filters > fieldset .form-group .control-label {
      display: block;
      width: 100%;
      padding-bottom: 8px;
      margin-bottom: 14px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative; }
      .admin-dashboard #dashboard-filters > fieldset .form-group .control-label:after {
        content: "";
        background-color: #047bf8;
        width: 25px;
        height: 4px;
        border-radius: 0px;
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0px; }
    .admin-dashboard #dashboard-filters > fieldset .form-group select {
      border: 1px solid #ccd1d6;
      border-radius: 4px;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .admin-dashboard #dashboard-filters > fieldset .form-group .checkbox {
      padding-left: 28px; }
      .admin-dashboard #dashboard-filters > fieldset .form-group .checkbox input[type=checkbox] {
        margin-left: 0;
        left: 6px; }
      .admin-dashboard #dashboard-filters > fieldset .form-group .checkbox label {
        padding-left: 0; }
.admin-dashboard #content-reminder {
  display: block;
  width: 80%;
  padding-left: 15px; }
  .admin-dashboard #content-reminder #main.content {
    padding: 0; }
  .admin-dashboard #content-reminder .field-collection .form-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 6px 20px 6px;
    margin-bottom: 0; }
    .admin-dashboard #content-reminder .field-collection .form-group label {
      margin-right: 15px; }
    .admin-dashboard #content-reminder .field-collection .form-group .filter-toggle {
      display: none; }
    .admin-dashboard #content-reminder .field-collection .form-group .filter-section {
      margin-bottom: 0; }
    .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    .admin-dashboard #content-reminder .field-collection .form-group .filter-section select {
      margin-top: 0;
      border: 1px solid #ccd1d6;
      border-radius: 4px;
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: none; }
  .admin-dashboard #content-reminder .reminders-list {
    display: block;
    width: 100%;
    padding: 0; }
    .admin-dashboard #content-reminder .reminders-list table {
      display: block; }
      .admin-dashboard #content-reminder .reminders-list table tbody {
        display: block; }
        .admin-dashboard #content-reminder .reminders-list table tbody > tr {
          display: flex;
          flex-wrap: nowrap;
          padding: 10px 25px 10px 21px;
          border-radius: 6px;
          background-color: #fff;
          -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
          box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
          margin-bottom: 10px;
          border-left: 4px solid #fff;
          transition: all 0.35s; }
          .admin-dashboard #content-reminder .reminders-list table tbody > tr:hover {
            -webkit-box-shadow: 0px 2px 10px rgba(126, 142, 177, 0.45);
            box-shadow: 0px 2px 10px rgba(126, 142, 177, 0.45);
            border-left: 4px solid #448bda; }
          .admin-dashboard #content-reminder .reminders-list table tbody > tr a {
            transition: all .3s; }
            .admin-dashboard #content-reminder .reminders-list table tbody > tr a:hover {
              opacity: 0.7; }
          .admin-dashboard #content-reminder .reminders-list table tbody > tr > td {
            display: block;
            color: #666;
            padding: 10px; }
            .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(1) {
              width: 36%;
              padding-left: 0; }
            .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(2) {
              width: 21%;
              font-size: 0.95em; }
            .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(3) {
              width: 15%;
              text-align: center; }
            .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(4) {
              width: 15%;
              text-align: center;
              font-size: 0.95em; }
            .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(5) {
              width: 13%;
              min-width: 135px;
              text-align: center;
              padding-right: 0;
              display: flex;
              flex-direction: column;
              flex-wrap: wrap;
              justify-content: center;
              padding-top: 5px;
              padding-bottom: 5px; }
            .admin-dashboard #content-reminder .reminders-list table tbody > tr > td .view-detail {
              background-color: #7a59ff;
              font-size: 10px;
              text-transform: uppercase;
              color: #fff;
              border-radius: 50px;
              padding: 5px 12px;
              transition: background 0.5s; }
              .admin-dashboard #content-reminder .reminders-list table tbody > tr > td .view-detail:hover {
                opacity: 1;
                background: #00b1b1; }
              .admin-dashboard #content-reminder .reminders-list table tbody > tr > td .view-detail.edit {
                background: #448bda;
                margin-top: 5px; }
                .admin-dashboard #content-reminder .reminders-list table tbody > tr > td .view-detail.edit:hover {
                  opacity: 1;
                  background: #00b1b1; }
            .admin-dashboard #content-reminder .reminders-list table tbody > tr > td .date {
              color: #ababab; }
  .admin-dashboard #content-reminder .list-pagination .row {
    padding: 15px 0 10px 0;
    display: flex;
    align-items: center;
    overflow: hidden; }
  .admin-dashboard #content-reminder .list-pagination .pagination {
    margin: 0;
    float: right; }
    .admin-dashboard #content-reminder .list-pagination .pagination li {
      font-size: 13px;
      cursor: pointer; }

@media (max-width: 1170px) and (min-width: 992px) {
  .admin-dashboard #dashboard-filters {
    min-width: 180px;
    padding: 10px 5px 15px 5px; }
    .admin-dashboard #dashboard-filters > fieldset .form-group {
      font-size: 13px; } }
@media (max-width: 1140px) and (min-width: 992px) {
  .admin-dashboard #content-reminder .reminders-list table tbody > tr {
    flex-wrap: wrap;
    justify-content: space-between; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(1) {
      width: 100%;
      padding-right: 0;
      border-bottom: 1px solid #f1f1f1; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(2) {
      width: 30%;
      padding-left: 0;
      font-size: 12px; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(3) {
      width: 20%;
      font-size: 12px;
      padding-left: 0;
      padding-right: 0; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(4) {
      width: 20%;
      font-size: 12px;
      padding-right: 0; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(5) {
      padding-top: 10px;
      width: 20%;
      justify-content: center; } }
@media (max-width: 991px) {
  .admin-dashboard {
    position: relative; }
    .admin-dashboard .custom-tab-content {
      flex-flow: column; }
    .admin-dashboard #content-reminder {
      width: 100%;
      padding-left: 0; }
      .admin-dashboard #content-reminder .field-collection .form-group {
        justify-content: space-between; }
        .admin-dashboard #content-reminder .field-collection .form-group .filter-toggle {
          display: block;
          font-weight: 700;
          background-color: #205081;
          border-radius: 100px;
          padding: 5px 15px;
          color: #fff;
          transition: opacity 0.35s; }
          .admin-dashboard #content-reminder .field-collection .form-group .filter-toggle:hover {
            opacity: 0.5; }
          .admin-dashboard #content-reminder .field-collection .form-group .filter-toggle i {
            font-size: 16px;
            font-weight: 400;
            margin-right: 7px; }
    .admin-dashboard #dashboard-filters {
      display: block;
      position: fixed;
      width: 270px;
      height: 100%;
      left: -270px;
      top: 0;
      z-index: 1031;
      background: #fff;
      box-shadow: 2px 0 20px rgba(0, 0, 0, 0.25);
      overflow-y: scroll;
      padding-top: 30px;
      padding-bottom: 20px;
      opacity: 1;
      visibility: hidden;
      transition: all 0.5s; }
      .admin-dashboard #dashboard-filters.active {
        left: 0;
        opacity: 1;
        visibility: visible; }
        .admin-dashboard #dashboard-filters.active:after {
          display: block; }
      .admin-dashboard #dashboard-filters:after {
        display: none;
        content: '';
        position: fixed;
        width: 270px;
        height: 40px;
        left: 0;
        bottom: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
      .admin-dashboard #dashboard-filters a.close-mobile-filter {
        display: block;
        font-size: 0;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 5px;
        top: 5px;
        text-align: center;
        transition: opacity 0.3s; }
        .admin-dashboard #dashboard-filters a.close-mobile-filter:before {
          position: relative;
          display: inline-block;
          content: "\f00d";
          font-family: FontAwesome;
          font-size: 18px;
          line-height: 30px; }
        .admin-dashboard #dashboard-filters a.close-mobile-filter:hover {
          opacity: .5; }
    .admin-dashboard .dashboard-filters-overlay {
      display: block;
      visibility: hidden;
      opacity: 0;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1030;
      transition: all .5s; }
      .admin-dashboard .dashboard-filters-overlay.active {
        opacity: 1;
        visibility: visible; } }
@media (max-width: 920px) and (min-width: 768px) {
  .admin-dashboard #content-reminder .reminders-list table tbody > tr {
    flex-wrap: wrap;
    justify-content: space-between; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(1) {
      width: 100%;
      padding-right: 0;
      border-bottom: 1px solid #f1f1f1; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(2) {
      width: 27%;
      padding-left: 0;
      font-size: 12px; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(3) {
      width: 18%;
      font-size: 12px;
      padding-left: 0;
      padding-right: 0; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(4) {
      width: 25%;
      font-size: 12px; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(5) {
      width: 20%;
      padding-top: 10px;
      justify-content: center; }

  .admin-dashboard #content-reminder .field-collection .form-group .filter-toggle {
    width: 100px; }
  .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper .control-label {
    display: none; } }
@media (max-width: 767px) {
  .admin-dashboard #content-reminder .list-pagination .row {
    justify-content: center; }
    .admin-dashboard #content-reminder .list-pagination .row > div {
      text-align: center; }
  .admin-dashboard #content-reminder .list-pagination .pagination {
    float: none; } }
@media (max-width: 620px) {
  .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper {
    position: relative; }
    .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper .control-label {
      display: block;
      cursor: pointer;
      color: #205081;
      background-color: #fff;
      border-radius: 100px;
      padding: 5px 15px;
      margin-right: 0;
      margin-bottom: 0;
      transition: color 0.35s, background 0.35s; }
      .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper .control-label:hover {
        color: #2b81d8; }
      .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper .control-label:before, .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper .control-label:after {
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 400;
        margin-right: 5px;
        display: inline-block; }
      .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper .control-label:before {
        content: "\f160"; }
      .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper .control-label:after {
        content: "\f0d7";
        margin-right: 0;
        margin-left: 7px; }
    .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper .filter-section {
      display: none;
      position: absolute;
      top: 100%;
      background: #205081;
      width: 200px;
      padding: 15px 13px 7px 13px;
      border-radius: 6px 0 6px 6px;
      z-index: 1;
      -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
      box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }
      .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper .filter-section select {
        width: 100%;
        margin-bottom: 10px; }
    .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper.active .control-label {
      color: #fff;
      background: #205081;
      border-radius: 15px 15px 0 0; }
    .admin-dashboard #content-reminder .field-collection .form-group .filter-section-wrapper.active .filter-section {
      display: block; } }
@media (max-width: 600px) {
  .admin-dashboard #content-reminder .reminders-list table tbody > tr {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 18px 10px 14px; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(1) {
      width: 100%;
      padding-right: 0;
      border-bottom: 1px solid #f1f1f1; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(2) {
      width: 25%;
      padding-left: 0;
      font-size: 12px; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(3) {
      width: 18%;
      font-size: 12px;
      padding-left: 0;
      padding-right: 0; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(4) {
      width: 24%;
      font-size: 12px; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(5) {
      width: 25%;
      justify-content: flex-end;
      padding-left: 0; } }
@media (max-width: 480px) {
  .admin-dashboard #content-reminder .reminders-list table tbody > tr {
    position: relative; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(1) {
      padding-right: 0; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(2) {
      width: 33.33%; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(3) {
      width: 33.33%;
      text-align: left; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(4) {
      width: 33.33%;
      text-align: left; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td:nth-child(5) {
      padding-top: 10px;
      width: 100%;
      flex-direction: row;
      justify-content: center;
      border-top: 1px solid #f1f1f1; }
    .admin-dashboard #content-reminder .reminders-list table tbody > tr > td .view-detail {
      margin-left: 5px;
      margin-right: 5px; }
      .admin-dashboard #content-reminder .reminders-list table tbody > tr > td .view-detail.edit {
        margin-top: 0; } }
/* Booking detail page */
.show-booking h1.title {
  margin: 15px 0 10px 0;
  padding: 0; }
.show-booking #booking-wrapper {
  display: flex;
  -webkit-display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
.show-booking .flight-payment-info {
  width: 100%;
  display: flex;
  -webkit-display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start; }
.show-booking .booking-info {
  width: 80%;
  padding-right: 30px; }
  .show-booking .booking-info .summary {
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    background: #7a59ff;
    /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #6b2fe4, #7a59ff);  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #6b2fe4, #7a59ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 4px;
    color: #fff;
    margin: 0 0 20px 0;
    overflow: hidden; }
    .show-booking .booking-info .summary div {
      display: block;
      width: 33.33%;
      padding: 20px 25px;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 1.5px;
      position: relative;
      overflow: hidden; }
      .show-booking .booking-info .summary div:after {
        content: '';
        position: absolute;
        width: 90px;
        height: 90px;
        display: block;
        background-image: url(../images/calendar-booking.svg);
        right: 13px;
        bottom: -29px;
        background-size: 100%;
        opacity: 0.15;
        transform: rotate(-16deg); }
      .show-booking .booking-info .summary div:nth-child(2) {
        background: rgba(0, 0, 0, 0.175); }
        .show-booking .booking-info .summary div:nth-child(2):after {
          background-image: url(../images/departures-flight.svg); }
      .show-booking .booking-info .summary div:nth-child(3) {
        background: rgba(0, 0, 0, 0.3); }
        .show-booking .booking-info .summary div:nth-child(3):after {
          bottom: -33px;
          background-image: url(../images/departures-flight.svg);
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
      .show-booking .booking-info .summary div span {
        font-size: 10px;
        margin-bottom: 3px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 1.5px; }
.show-booking .flights-info-wrapper {
  width: 100%;
  padding: 27px 20px 25px 20px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }
  .show-booking .flights-info-wrapper > div {
    margin-bottom: 20px; }
    .show-booking .flights-info-wrapper > div:last-child {
      margin-bottom: 0; }
.show-booking .flights-info > span {
  color: #205081;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  display: block;
  padding-left: 25px;
  position: relative; }
  .show-booking .flights-info > span:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/airplane-flight.svg);
    background-size: 100%;
    left: 0;
    top: 1px;
    position: absolute; }
.show-booking .flights-info table {
  width: 100%; }
  .show-booking .flights-info table thead {
    background: #eaf3fc;
    color: #1e5592; }
    .show-booking .flights-info table thead th {
      padding: 7px 10px;
      text-align: center; }
      .show-booking .flights-info table thead th:first-child {
        text-align: left; }
  .show-booking .flights-info table td {
    padding: 4px 10px;
    color: #1e5592;
    text-align: center; }
    .show-booking .flights-info table td:first-child {
      text-align: left; }
.show-booking .payment-info {
  width: 20%;
  min-width: 280px;
  padding: 22px 20px 25px 20px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
  border-top: 2px solid #573eba; }
  .show-booking .payment-info > span {
    display: block;
    font-size: 18px;
    color: #205081;
    padding: 0 0 15px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .show-booking .payment-info ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .show-booking .payment-info ul li {
      margin: 0;
      padding: 10px 15px;
      display: flex;
      -webkit-display: flex;
      flex-direction: row;
      flex-flow: nowrap;
      justify-content: space-between;
      color: #1e5592; }
      .show-booking .payment-info ul li:nth-child(2n) {
        background: #ddd;
        background: #eaf3fc; }
      .show-booking .payment-info ul li span {
        font-weight: 400; }
        .show-booking .payment-info ul li span:nth-child(1) {
          font-weight: 700;
          padding-right: 15px; }
.show-booking .other-info {
  margin: 30px 0 0 0;
  width: 100%;
  display: block; }
  .show-booking .other-info > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    flex-flow: nowrap;
    position: relative; }
    .show-booking .other-info > ul:after {
      content: "";
      background-color: #d2dbe4;
      width: 100%;
      height: 2px;
      border-radius: 0px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .show-booking .other-info > ul li {
      width: 220px;
      margin: 0;
      padding: 10px 15px 15px 15px;
      display: block;
      position: relative;
      text-align: center;
      font-weight: 700;
      color: #666;
      cursor: pointer; }
      .show-booking .other-info > ul li:hover {
        color: #205081; }
      .show-booking .other-info > ul li:after {
        content: "";
        background-color: #d2dbe4;
        width: 100%;
        height: 2px;
        border-radius: 0px;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        transition: all .35s; }
      .show-booking .other-info > ul li.active {
        color: #205081; }
        .show-booking .other-info > ul li.active:after {
          background-color: #047bf8; }
  .show-booking .other-info > div {
    display: none;
    width: 100%;
    padding: 27px 25px 25px 25px;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12);
    box-shadow: 0px 2px 4px rgba(126, 142, 177, 0.12); }
    .show-booking .other-info > div#other-info-tab1 {
      display: block; }
    .show-booking .other-info > div h2 {
      font-size: 21px;
      font-weight: 400;
      color: #205081;
      margin: 0 0 20px 0; }
  .show-booking .other-info .passengers-container {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-even; }
    .show-booking .other-info .passengers-container li.passenger-item {
      margin: 0;
      padding: 0 30px 0 0;
      width: 45%;
      max-width: 400px; }
      .show-booking .other-info .passengers-container li.passenger-item > span {
        background: #eaf3fc;
        color: #1e5592;
        display: block;
        padding: 10px 15px;
        margin-bottom: 10px; }
    .show-booking .other-info .passengers-container .passenger-info {
      padding: 0 15px 10px 15px; }
  .show-booking .other-info .invoices-container {
    display: table;
    width: 100%; }
    .show-booking .other-info .invoices-container > div {
      display: table-row; }
      .show-booking .other-info .invoices-container > div > div {
        width: 25%;
        display: table-cell; }
        .show-booking .other-info .invoices-container > div > div:last-child {
          text-align: right; }
      .show-booking .other-info .invoices-container > div.invoice-item:nth-child(2n-1) > div {
        background: #eaf3fc; }
    .show-booking .other-info .invoices-container .item-head {
      display: none; }
    .show-booking .other-info .invoices-container .invoice-head {
      font-weight: 700; }
      .show-booking .other-info .invoices-container .invoice-head > div {
        border-bottom: 2px solid #d2dbe4;
        color: #1e5592;
        padding-bottom: 13px;
        padding-left: 5px;
        padding-right: 5px; }
    .show-booking .other-info .invoices-container .invoice-item {
      color: #1e5592; }
      .show-booking .other-info .invoices-container .invoice-item > div {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 5px;
        padding-right: 5px; }
      .show-booking .other-info .invoices-container .invoice-item .total-sale-title,
      .show-booking .other-info .invoices-container .invoice-item .total-sale {
        font-weight: 700; }
      .show-booking .other-info .invoices-container .invoice-item.last-row > div {
        border-top: 1px solid #d2dbe4;
        background: transparent !important; }
  .show-booking .other-info .table-responsive {
    border: 0; }

@media (max-width: 1140px) {
  .show-booking .booking-info {
    padding-right: 20px; }
  .show-booking .flight-payment-info {
    flex-flow: wrap; }
  .show-booking .booking-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
  .show-booking .payment-info {
    width: 100%; } }
@media (max-width: 991px) {
  .show-booking .other-info .passengers-container li.passenger-item {
    width: 50%;
    max-width: 100%; } }
@media (max-width: 767px) {
  .show-booking .flights-info .table-responsive {
    border: 0; }
  .show-booking .other-info .passengers-container li.passenger-item {
    width: 100%;
    padding-right: 0;
    margin-top: 15px; }
    .show-booking .other-info .passengers-container li.passenger-item:first-child {
      margin-top: 0; } }
@media (max-width: 570px) {
  .show-booking .booking-info .summary div {
    font-size: 18px;
    padding: 20px 15px; }
  .show-booking .other-info > ul {
    overflow-x: scroll; }
    .show-booking .other-info > ul li {
      min-width: 110px;
      padding-left: 0;
      padding-right: 0; } }
@media (max-width: 480px) {
  .show-booking .booking-info {
    border-radius: 0; }
    .show-booking .booking-info .summary {
      width: 92%;
      margin-left: auto;
      margin-right: auto; }
      .show-booking .booking-info .summary div {
        font-size: 20px;
        width: 100%; }
  .show-booking .other-info > div {
    padding-left: 15px;
    padding-right: 15px; }
  .show-booking .payment-info {
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .show-booking .flights-info-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
  .show-booking .content-wrapper #main {
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 360px) {
  .show-booking .booking-info .summary {
    width: 100%;
    border-radius: 0;
    margin-bottom: 0; }

  .show-booking .other-info .invoices-container {
    width: 400px; } }
/* Customer */
.customer_backlist_checkbox {
  position: absolute;
  right: 0;
  top: -135px;
  margin-bottom: 0; }
  .customer_backlist_checkbox .checkbox {
    margin: 0; }
    .customer_backlist_checkbox .checkbox label {
      background: #3d648f;
      color: #fff;
      font-weight: 700;
      padding: 9px 12px 10px 35px !important;
      position: relative;
      border-radius: 4px;
      transition: background 0.15s; }
      .customer_backlist_checkbox .checkbox label:hover {
        background: #205081; }
      .customer_backlist_checkbox .checkbox label input[type=checkbox] {
        margin: 0;
        left: 13px;
        top: 14px; }

.list-customer .content table tbody tr.blacklist {
  background: #ffe1e1; }
  .list-customer .content table tbody tr.blacklist td.sorted {
    background: #ffe1e1; }

.new-customer #box-body-_easyadmin_form_design_element_1 .field-divider hr,
.edit-customer #box-body-_easyadmin_form_design_element_1 .field-divider hr {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) and (max-width: 850px) {
  .customer_backlist_checkbox {
    position: relative;
    top: auto;
    margin-bottom: 15px; }

  .new-customer #box-body-_easyadmin_form_design_element_1 .field-divider hr,
  .edit-customer #box-body-_easyadmin_form_design_element_1 .field-divider hr {
    display: none; } }
@media (max-width: 600px) {
  .customer_backlist_checkbox {
    position: relative;
    top: auto;
    margin-bottom: 15px; }

  .new-customer #box-body-_easyadmin_form_design_element_1 .field-divider hr,
  .edit-customer #box-body-_easyadmin_form_design_element_1 .field-divider hr {
    display: none; } }

/*# sourceMappingURL=custom-admin.css.map */
