.preview_flex_item_right .dropzone .dz-preview .dz-image{ text-align: center; }

.dropzone .dz-preview .dz-image img{
	display: inline-block !important;
}
.tox-statusbar{
	display: none !important;
}
.tox-edit-area{
	background-color:  #110e16;
}


.clickblocker{
	position: absolute;
	top:  0px;
	right:  0px;
	left:  0px;
	bottom:  0px;
	z-index: 9999;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top:  50%;
  left:  50%;
  margin-top:  -40px;
  margin-left:  -40px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.white-icon{
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(56deg) brightness(101%) contrast(110%);
}

#globalalertbox{position: fixed; z-index: 99; top: 0px; left: 0px; width: 100%; color: #FFFFFF; background-color: #14736F; padding: 20px;}
#globalalertboxred{position: fixed; z-index: 99; top: 0px; left: 0px; width: 100%; color: #FFFFFF; background-color: #dc3545; padding: 20px;}
.globalalertbox-item{padding: 0px;}

.template-selector-box img{
  max-width: 100%;
  height: auto !important;
}

.schedule_table{
  position: relative;
  min-height: 100px;
  width: 840px;
  background-color: #F9F9F9;
}
.schedule_table_heading{
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 20px;
  background-color: #F4F4F4;
}
.schedule_table_heading_day{
  position: absolute;
  border-right: 1px solid #FFF;
  text-align: center;
  top: 2px;
  text-align: center;
  width: 120px;
  font-size: 12px;
}

.schedule_table_no_bookings{
  width: 100%;
  position: absolute;
  top: 50px;
  text-align: center;
}

.schedule_table_item{
  position: absolute;
  background-color: #9f9ff5c7;
  height: 40px;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-item-second{
  padding-left: 20px;
  padding-right: 10px;
}
.site-navwrap.style2 .nav-item-second .nav-link{font-weight: normal}
