/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

This css file is shared by adminLTE dashboard, marketplace, info pages, and expert profile. Only exception is the ace theme which doesn't use this css.

This css file is divided into following sections:

- GENERAL CSS
- CALENDAR
- SCHEDULING
- DASHBOARD-BOX
- BUTTONS
- HELPERS
- OTHER : if you're unsure where to put things, put it here

media queries are at the end of each section

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

/* <<<<@ GENERAL CSS @>>>>  */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

strong,
b {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

i {
  font-family: 'Inter', sans-serif;
  font-style: italic;
}

strong i,
b i,
i strong,
i b {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

html,
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  min-height: 100vh;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ '\e151';
}

a.desc:after {
  content: /*"\e114"*/ '\e152';
}

.fpt-box-dashboard a.asc:after {
  content: none;
}

.fpt-box-dashboard a.desc:after {
  content: none;
}

.sort-numerical a.asc:after {
  content: '\e153';
}

.sort-numerical a.desc:after {
  content: '\e154';
}

.sort-ordinal a.asc:after {
  content: '\e155';
}

.sort-ordinal a.desc:after {
  content: '\e156';
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.site-error {
  padding-top: 100px;
}

.box-title input {
  width: calc(100% - 30px);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.media-list {
  list-style: outside none none;
  padding-left: 0;
}

.fa-office:before {
  content: '';
}

.fa-online:before {
  content: '';
}

.fa-text:before {
  content: '';
}

.fa-video:before {
  content: '';
}

.fa-expert_calls:before {
  content: '';
}

.fa-experts_office:before {
  content: '\f015';
}

.fa-async:before {
  content: '';
}

.fa.fa-service-text:before {
  content: '';
}

.fa.fa-service-video:before {
  content: '';
}

.fa.fa-service-expert_calls:before {
  content: '';
}

.fa.fa-service-experts_office:before {
  content: '';
}

.media-object {
  display: block;
}

.content-subheader .btn.btn-primary,
.content-subheader .btn.btn-primary:hover,
.content-subheader .btn.btn-primary:active {
  background: #001946;
  color: #ffffff;
}

/* <<<<@ SCHEDULING @>>>>  */

.schedule .box-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.schedule-date .fc-ltr .fc-time-grid .fc-event-container {
  margin: 0;
}

.schedule-date .fc-event {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 5px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.schedule-date .fc-event .fc-time,
.schedule-date .fc-event .fc-title {
  padding-left: 5px;
  padding-top: 3px;
  font-weight: bold;
}

.schedule-date .fc-event.busy {
  border-left-width: 0;
  opacity: 100%;
}

.schedule-date .fc-event.external-busy {
  opacity: 100%;
  background-color: #ecf0f5 !important;
}

.schedule-date .fc-event.busy .fc-time {
  display: none;
}

.schedule-date .fc-event.busy .fc-bg {
  background-color: #f2f5f6;
  opacity: 1;
}

.box .box-body .fc {
  margin-top: 0;
}

.fc button {
  height: 2rem;
  background-color: #fff;
}
.fc button:hover {
  background-color: #eee;
}

.box .box-body .fc-toolbar.fc-header-toolbar {
  display: flex;
  background-color: inherit;
}
.fc-toolbar .fc-left {
  justify-content: flex-start;
  order: 1;
}
.fc-toolbar .fc-center {
  justify-content: center;
  flex: 1;
  order: 2;
}
.fc-toolbar .fc-right {
  justify-content: flex-end;
  order: 3;
}

.box .box-body .fc-center h2,
.box .box-body .fc-right h2 {
  font-size: 15px;
  line-height: 2rem;
  color: #666;
  padding: 0;
  float: none;
}

.skin-blue .box-body .fc-header-toolbar {
  padding-left: 10px;
  padding-right: 10px;
  background: #fafafa;
  box-shadow: inset 0 -3px 1px rgba(0, 0, 0, 0.02);
}

.session-postpone .fc-header-toolbar {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.skin-blue .fc-header-toolbar {
  margin-bottom: 0;
}

.fc-left .fc-button {
  margin-left: -1px;
}

.fc-left .fc-today-button {
  margin-left: 0.6em;
  margin-bottom: 0;
}

.marketplace .fc-today-button {
  border-bottom-color: #2698ba !important;
  background-color: #5bc0de !important;
}
.fc-today-button.fc-state-disabled {
  color: #fff;
  background-color: #ddd !important;
  border-color: #bbb !important;
}

.schedule-date .fc-today-button {
  color: #fff;
  text-shadow: 0 0 0 transparent;
  border-width: 1px;
  font-size: 0.9em;
}

.schedule-date .fc-draggable {
  overflow: visible;
}

.fc-event .close {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: rgb(47, 177, 0);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  box-shadow: 0 0 3px 0 rgba(25, 62, 0, 0.5);
  opacity: 1;
  color: rgb(38, 119, 0);
  font-size: 11px;
  padding: 3px;
  z-index: 99;
  text-align: center;
}

.fc-scroller td:last-child .close {
  right: 0;
}

.fc-content-skeleton .fc-time-grid-event[style*='top: 0px;'] .close {
  top: 0;
}

.schedule-date .close {
  background-color: #486c78;
  color: white !important;
}

.fpt-box-body {
  padding-left: 0;
  padding-right: 0;
}

.fpt-progress-back {
  display: inline-block;
  width: 100px;
  height: 19px;
  padding: 0px;
  font-size: 12px;
  text-align: center;
  min-width: 23px;
}

.fpt-schedule-progress {
  margin-top: 3px;
  display: inline-flex;
  width: calc(100% - 120px);
  float: right;
}

.fpt-schedule-progress .progress {
  width: 100%;
  margin-bottom: 0px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.container-fluid.fpt-cf {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid.fpt-cf hr {
  margin-bottom: 10px;
  margin-top: 10px;
}

.container-fluid.fpt-cf2 {
  padding-left: 0px;
  padding-right: 0px;
}

.fpt-box3 .dashboard-box {
  margin-left: 10px;
  margin-right: 10px;
}
.fpt-box3 .dashboard-box,
.content .fpt-box3 .dashboard-box {
  margin-left: 10px;
  margin-right: 10px;
}

.fpt-box3 {
  padding-top: 10px;
}

.fpt-p3 .media-body.fpt-media-body {
  line-height: 18px;
  padding-right: 10px;
}
.fpt-p3 {
  padding-bottom: 3px;
}

.fpt-p3 .media-left,
.fpt-p3 .media-body,
.fpt-p3 {
  overflow: visible;
}

.fpt-p3 .media {
  margin-top: 0px;
}

.fpt-media-left2 {
  text-align: right;
}

.fpt-media-left2 .text-muted {
  float: right;
  width: 180px;
  padding-right: 5px;
}

.title-desc-form {
  padding-right: 10px;
}

.fpt-progress-back {
  display: inline-block;
  width: 100px;
  height: 19px;
  padding: 0px;
  font-size: 12px;
  text-align: center;
  min-width: 23px;
}

.thanks-buttons {
  padding-left: 10px;
  padding-right: 10px;
}

.schedule-process-bar .back {
  float: left;
  width: 70px;
}
.schedule-process-bar .back .btn {
  border-width: 0;
}
.schedule-process-bar .process {
  margin-left: 80px;
}

/* <<<<@ DASHBOARD-BOX @>>>>  */

.dashboard-box {
  background-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.dashboard-box .service-type,
.dashboard-box .duration {
  float: left;
}

.dashboard-box.invite .duration {
  float: none;
}

.dashboard-box a:hover,
.dashboard-box a:active,
.dashboard-box a:focus {
  text-decoration: none;
}

.dashboard-box .media-left,
.dashboard-box .media-right {
  padding: 10px;
}

.dashboard-box .media-left {
  width: 58px;
  text-align: center;
  vertical-align: top;
}

.dashboard-box .media-left .fa {
  font-size: 38px;
  color: #666;
}

.dashboard-box .media-body {
  padding-top: 12px;
}

.dashboard-box .media-body a:not(.btn) {
  color: #333;
}

.dashboard-box .media-right {
  white-space: nowrap;
  min-width: 120px;
  text-align: right;
}

.dashboard-box .description {
  color: #555;
}

.dashboard-box .conditions {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 16px;
  text-align: right;
}

.dashboard-box .fa-experts_office {
  margin-top: 6px;
}

.dashboard-box .fa-expert_calls {
  margin-top: 3px;
}

.dashboard-box .description:hover {
  max-height: none;
  color: #333;
}

.dashboard-box.manage.hidden {
  display: block !important;
  opacity: 0.6;
  visibility: visible !important;
}

@media screen and (max-width: 560px) {
  /* line 27, ../../src/general/components/_dashboard-box.scss */
  .dashboard-box .media-right {
    display: block;
    text-align: left;
    padding-left: 58px;
  }
}

.dashboard-subscription-reminder {
  background: #fcf8e3;
  font-size: 12px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.dashboard-subscription-reminder a {
  color: #000;
  text-decoration: none;
}

.fixed .dashboard-subscription-helper {
  top: 49px !important;
}

.fixed .dashboard-subscription-content-helper {
  padding-top: 100px;
}

/* <<<<@ BUTTONS @>>>>  */

.sell .btn-flat {
  width: 100px;
  float: right;
}

@media (max-width: 767px) {
  .sell .btn-flat {
    width: 100%;
    margin-bottom: 10px;
  }
}

.btn-flat {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.dropdown-toggle.hide-caret .caret {
  display: none;
}

.radiobtn-menu {
  display: -ms-flexbox;
  display: flex;
}
.radiobtn-menu .radio {
  margin-left: -2px;
  margin-top: 0;
  flex: 1;
  max-width: 200px;
}
.radiobtn-menu .radio:first-child {
  margin-left: 0;
}
.radiobtn-menu label {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #446369;
  border: 2px solid #446369;
  padding: 10px;
}
.radiobtn-menu .radio:first-child label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.radiobtn-menu .radio:last-child label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.radiobtn-menu .selected label {
  background-color: #446369;
  color: #fff;
}
.radiobtn-menu input[type='radio'] {
  display: none;
}

/* <<<<@ HELPERS @>>>>  */

.flex-container {
  display: flex;
}

.container-fluid.no-padding {
  padding: 0;
}
.row.expand {
  margin-right: -15px;
}

.spacer {
  width: 100%;
}

.spacer.half {
  height: 16px;
}

.ie10-only-block {
  display: none;
}

/* IE10 */
@media screen and (min-width: 0\0) {
  .ie10-only-block {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl {
  display: none !important;
}

@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }

  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }

  .visible-xl-block {
    display: block !important;
  }

  .visible-xl-inline {
    display: inline !important;
  }

  .visible-xl-inline-block {
    display: inline-block !important;
  }

  .hidden-xl {
    display: none !important;
  }
}

@media (min-width: 990px) {
  span.cke_path {
    display: none;
  }

  .customer-avg-instant-session-consent-container,
  .customer-recordingConsent-instant-session-consent-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    margin: 0;
    font-size: 0.875rem;
    gap: 8px;
  }

  .customer-avg-instant-session-consent-container input[type='checkbox'],
  .customer-recordingConsent-instant-session-consent-container
    input[type='checkbox'] {
    height: 20px;
    width: 20px;
    margin: 0;
    flex-shrink: 0;
  }

  .guest-log.btn.btn-primary.btn-invert.login-button {
    width: 100%;
  }

  .pre-join-page .help-block {
    font-size: 0.875rem;
    color: #cb3e20;
  }
}

@media (max-width: 990px) {
  .form-group.field-guestsessionform-agb,
  .form-group.field-guestsessionform-recordingconsent {
    text-align: left;
  }

  .text-or {
    margin-top: 15px;
  }

  .guest-login-instant-session .col-sm-13 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* <<<<@ OTHER @>>>>  */

#expert-insurance-industry {
  display: none;
}

#expert-banking-industry {
  display: none;
}

.guest-login-instant-session .col-md-12 .col-sm-13 .text-muted {
  font-size: 90%;
  margin-top: 5px;
}

#add-language-button {
  height: 44px;
  line-height: 28px;
}

.wrap-long-text {
  word-break: break-all;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.white-space-no-wrap {
  white-space: nowrap;
}

.kint-rich {
  position: relative;
  z-index: 10000;
}

/* <<<<@ BASIC SUBSCRIPTION @>>>>  */

.content form.subscription {
  border: none;
  margin: 0;
}

.panel.subscription-upgrade {
  padding: 15px 15px 0;
}

.subscription {
  border: 1px solid #c9cfcf;
}

.subscription-heading {
  background: #f2f5f5;
  border-bottom: none;
  padding: 20px 15px;
}

.subscription-icon {
  padding-top: 12px;
}

.subscription-title {
  margin-top: 5px;
  margin-left: 15px;
}

.subscription-duration {
  margin-top: 3px;
  margin-left: 15px;
}

.well.subscription {
  background: #f2f5f5;
}

.well.subscription hr {
  border-top: 1px solid #b7bcc1;
}

small label {
  font-weight: 300;
}
