.allergen{
	    margin-top: 7px;
    height: 20px;
    width: 20px;

    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain
}

.t1{ 
	font-size: 0.5em;
}
.t2{ 
	font-size: 1.0em;
}
.t3{ 
	font-size: 1.5em;
}
.t4{ 
	font-size: 2.0em;
}
.t5{ 
	font-size: 2.5em;
}

.it1{ 
	width: 10px;
	height: 10px;
}
.it2{ 
	width: 20px;
	height: 20px;
}
.it3{ 
	width: 30px;
	height: 30px;
}
.it4{ 
	width: 40px;
	height: 40px;
}
.it5{ 
	width: 50px;
	height: 50px;
}



.slideContent{
	height: 100% !important;
	min-height: 100% !important;
}

.videoBox, .imageBox{
	border: 1px solid #CCC;
	background-color: #272525;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 2px;
	cursor: pointer;
}

.colorBox{
	border: 1px solid #CCC;
	background-color: gray;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 2px;
	cursor: pointer;
}
.colorBoxSelected{
	border: 2px solid #249a24;
	
}
.colorBoxUnselected{
	border:none;
	
}
.pageBlock .ql-editor {
	padding: 5px !important;
}

.dBlockDrag {
	position: absolute;
	left: 49%;
	bottom: -8px;
	margin: 0px !important;
	padding: 0px 5px 0px 5px;
	pointer-events:none;
	background-color: #f5f5f5;
	height: 18px;
	
	z-index: 200;
	
}
.dBlockTools {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0px !important;
	padding: 0px !important;
}
.dBlockTools .btn.btn-light.active:hover, .dBlockTools .btn.btn-outline-light.active:hover{
	background-color: #888 !important; 
}

.pageBlock{ padding: 0px;}

.bmd-btn-fab.bmd-btn-fab-xs.custom-file-control:before, .btn-group-xs .bmd-btn-fab.custom-file-control:before, .btn-group-xs .btn.bmd-btn-fab, .btn.bmd-btn-fab.bmd-btn-fab-xs {
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
}
.ql-toolbar{ z-index: 100;}

.bmd-btn-fab-xs .material-icons {
	font-size: 12px;
}

.bmd-btn-fab-xs .fa {
	font-size: 12px;
}
.lower .ui-resizable-n {
  background: url(http://i.stack.imgur.com/Xkiaa.png) no-repeat; 
  height: 10px;
  left: -8px; /*Adjust this value to fit it properly in the container*/
  top: -5px;
}
.lower.ui-resizable {
  border-top: 3px solid gray;
}


.pointer {
	cursor: pointer;
}

.disable-select {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently supported by any browser but < IE9 */
}

.slides {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.slide {
	background-color: rgb(250,250,250);
	/* color: red; */	    
	position: relative;
	list-style: none;
	
}
.slide-editor{}
.slide-placeholder {
	background: #DADADA;
	position: relative;
}
.slide-placeholder:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 15px;
	background-color: #FFF;
}

.blockHeight{
	color: black;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	margin-bottom: -11px;
	z-index: 50;
}

.btnResizeBlock{
/* 	background-color: #EEE; */
	padding-left: 3px;
	padding-right: 3px;
} 