.ef-agenda-time-block {
  background-color: #128996;
  color: #FFFFFF;
  text-align: center;
  padding: 10px;
}
.ef-agenda-grid {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.ef-agenda-cell {
  padding: 10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex: 1 1 320px;
  flex: 1 1 320px;
  flex-basis: 30%;
  position: relative;
}
.ef-agenda-cell[disabled] {
  background-color: #f0f0f0;
}
.ef-agenda-grid,
.ef-agenda-grid > .ef-agenda-cell {
  border-style: solid;
  border-color: #dddddd;
}
.ef-agenda-grid {
  border-width: 0 0 0 1px;
}
.ef-agenda-grid > .ef-agenda-cell {
  border-width: 0 1px 1px 0;
}
.ef-agenda-cell-break {
  background-color: #eeeeee;
}
.ef-agenda-duration {
  color: #128996;
  white-space: nowrap;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: inline;
  float: left;
}
.ef-agenda-session-name {
  font-weight: bold;
  display: block;
  clear: both;
}
.ef-agenda-duration,
.ef-agenda-session-name,
.ef-agenda-detail-block,
.ef-agenda-cell-footer {
  margin-bottom: 5px;
}
.ef-agenda-cell-footer-container {
  display: inline-block;
}
.ef-agenda-filter-panel {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 10px;
  -webkit-animation: ef-fade-in 0.3s;
  animation: ef-fade-in 0.3s;
}
.ef-agenda-filter-panel[hidden] {
  display: none;
}
.ef-disabled {
  color: grey;
}
.ef-agenda-grid .ef-session-collision {
  color: red;
  background-color: inherit;
}
label {
  font-weight: normal;
}
.ef-agenda-tag {
  margin-bottom: 5px;
}
@-webkit-keyframes ef-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ef-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ef-agenda-filter-panel {
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex: 1 1 320px;
  flex: 0 1 auto;
}
.ef-agenda-filter-panel .ef-agenda-tag {
  opacity: 0.35;
}
.ef-agenda-filter-panel .ef-agenda-tag[checked] {
  opacity: 1.0;
}
.ef-agenda-tag {
  cursor: pointer;
}
.ef-agenda-draft-session {
  background: repeating-linear-gradient(135deg, rgba(240, 240, 240, 0.6), rgba(240, 240, 240, 0.6) 15px, rgba(251, 251, 251, 0.6) 15px, rgba(251, 251, 251, 0.6) 30px);
  opacity: 0.6;
}
.ef-agenda-cell-footer .ef-has-error.ef-control-label {
  color: red;
}
.ef-abstract-content {
  width: 100%;
}
.ef-abstract-content img {
  vertical-align: bottom;
}
.ef-agenda-tag {
  display: inline-block;
  font-size: 12px;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 3px;
  line-height: 16px;
}
.ef-admin-portal-grid-tag {
  margin-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 3px;
  line-height: 16px;
  color: black;
  background: #BBBBBB;
}
.ef-agenda-tag-booked {
  margin-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 3px;
  line-height: 16px;
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #333;
}
.ef-agenda-tag-waiting-list {
  margin-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 3px;
  line-height: 16px;
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #333;
}
.ef-agenda-tag-button {
  margin-bottom: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  margin-right: 3px;
  line-height: 16px;
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #333;
}
.ef-scrollable-container {
  overflow-y: scroll;
  overflow-x: hidden;
}
.ef-scrollable-container .inputs-list {
  width: 97%;
}
.ef-scrollable-container .inputs-list .ef-agenda-tag {
  max-width: 90%;
}
.ef-scrollable-modal-body {
  max-height: calc(100vh - 300px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.ef-modal-body-no-padding-top {
  padding-top: 0;
}
@media (max-width: 767px) {
  .ef-scrollable-modal-body {
    max-height: calc(100vh - 200px);
  }
  .modal-content .ef-scrollable-container.ef-scrollable-container-tall {
    max-height: calc(100vh - 200px);
  }
}
.modal-content .ef-scrollable-container {
  max-height: 260px;
  margin-top: 7px;
  margin-bottom: 7px;
}
.modal-content .ef-scrollable-container.ef-scrollable-container-tall {
  max-height: calc(100vh - 300px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.modal-content .ef-scrollable-container.ef-tab-contents-container {
  max-height: calc(100vh - 400px);
}
.ef-invisible {
  visibility: hidden !important;
}
.ef-bold {
  font-weight: bold;
}
li .radio,
li .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.input-group-addon .radio,
.input-group-addon .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.ef-input-group-addon-plain .radio,
.ef-input-group-addon-plain .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.ef-modal-message-area + .modal-body,
.ef-modal-message-area + .ef-modal-message-area {
  padding-top: 0px;
}
.ef-modal-message-area .alert:last-child {
  margin-bottom: 0px;
}
.ef-imageButton-outer-frame {
  padding-left: 14px;
  padding-right: 14px;
  text-align: center;
}
.ef-imageButton-inner-frame {
  padding: 4px;
  border: 0px;
  margin-bottom: 5px;
}
.ef-imageButton-image {
  margin: 10px;
}
.ef-popup-window {
  cursor: pointer;
}
.ef-warning-messages-container {
  padding-top: 15px;
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 70%;
  }
}
.modal .ef-website-modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .ef-website-modal-dialog .ef-modal-title {
  color: inherit;
}
.modal .ef-website-modal-dialog .modal-content {
  overflow: hidden;
}
.modal .ef-website-modal-dialog .modal-content .ef-scrollable-container {
  max-height: calc(100vh - 150px);
}
@media screen and (min-width: 768px) {
  .modal .ef-website-modal-dialog .modal-content .ef-scrollable-container {
    max-height: calc(100vh - 190px);
  }
}
body #intercom-container .intercom-launcher-frame {
  opacity: 0.6;
  filter: alpha(opacity=60);
  right: 6px !important;
  bottom: 6px !important;
}
body #intercom-container .intercom-launcher-frame:hover,
body #intercom-container #intercom-container .intercom-launcher-frame:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.ef-stripe-card-container {
  width: 400px;
  padding-top: 20px;
  font-size: 12px;
  color: #000000;
}
.StripeElement {
  width: 100%;
  border: 1px solid lightgray;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 12px;
  -webkit-font-smoothing: antialiased;
}
.StripeElement -webkit-input-placeholder {
  color: #aab7c4;
}
.StripeElement--invalid {
  border-color: #fa755a;
}
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
