.floating {
	display: none;
	position: absolute;
}

#textCtrl {
	font-size: 9px;
	padding: 1px;
	text-align: center;
	border: 1px solid #ccc;
	height: 30px;
}

.colorit {
	border: 4px solid #fff;
	box-shadow: 0px 0px 1px rgba(128,128,128,0.4);
	width: 26px;
	height: 26px;
	margin-left: 2px;
	margin-top: 2px;
	border-radius: 13px;
	cursor: pointer;
}

.signColor {
	border: 4px solid #fff;
	box-shadow: 0px 0px 1px rgba(128,128,128,0.4);
	width: 26px;
	height: 26px;
	margin-left: 2px;
	margin-top: 2px;
	cursor: pointer;
}

.colorit.select, .signColor.select {	
	box-shadow: 0px 0px 5px rgba(55,125,255,0.8);	
}

.tercoizeBorder {
	border: 1px solid rgba(0, 199, 255, 1.0);
}

.glow2D {
  animation: glow 2.0s ease-in-out infinite alternate;  
}

@-webkit-keyframes glow {
  from {    
  }  
  to {
    /*text-shadow: 0 0 5px #0146B9, 0 0 5px #0146B9, 0 0 5px #0146B9, 0 0 5px #0146B9, 0 0 5px #0146B9, 0 0 5px #0146B9, 0 0 5px #0146B9;*/
    box-shadow: -4px 4px 10px #5EBEFB, 4px -4px 10px #5EBEFB;
  }
}