.atStatus-lec {
  border-bottom-color: blue;
}

.helpModal-trigger-content {
    opacity: 0;
    display: none;
}

.ember-view.bookingTypeNotificationBanner.bookingTypeNotificationBanner--info {
  background: #F6EEF1;
  border: 1px solid #BF165E;
  border-bottom: 10px solid #BF165E;
}
.bookingTypeNotificationBanner-icon--info {
    fill: #BF165E;
}

.bookingTypeNotificationBanner-message.html-formatted {
  color: #A02769;
}
.bookingTypeNotificationBanner-message.html-formatted a {
  color: #A02769 !important; 
}
.modal-header-content, .confirmModal-headerIcon.at-bookingTypeAlert{
  color: #A02769;
  fill: #A02769;
}
.confirmModal.at-bookingTypeAlert .lf-dialog-header {
  border-bottom: 10px solid #BF165E;
}
.lf-dialog-header {
  border: 1px solid #BF165E;
}
.confirmModal.at-bookingTypeInfo .lf-dialog-header
{
  background: #F6EEF1;
}
.bookingTypeNotificationBanner--alert {
      border: 1px solid #BF165E;
    border-bottom: 10px solid #BF165E;
    background-color: #F6EEF1;
}
.bookingTypeNotificationBanner-icon--alert  {
    fill: #BF165E;
}
.ember-view .lf-dialog-header {
  background: #F6EEF1;
}
.html-formatted {
  color: #A02769;
  fill: #A02769;
}


/* fix user can enter value in minutes box

.timeInput-select-minutes {
    pointer-events: none;
}
.timeInput-select-minutes option {
    display: none;
}
.timeInput-select-minutes option:nth-child(2){
  display:block;
}
*/


/* hide unused items in sidebar
li.sidebarNav-item:nth-child(4) {
    background-color: red;
    display: none;
}*/

li.sidebarLanguage-item {
    display: none;
}

div.timezoneMeta {
    display: none;
}

/* Hide 15M 30M in duration*/
/*#select2-results-1 li:nth-child(1){
    display: none;
}
#select2-results-1 li:nth-child(2) {
    display: none;
}

div.resourceFilters-fields.resourceFilters-fields--separator:nth-of-type(6) {
    display: none;
}*/
