/* ED Unit editable CSS */

/** Unit Bar background color **/
#ubc7-unit {
/*   background: #2F5D7C; /* For White on Blue, and Grey on White - Development_Version_Changes */
   background: #FF0000; /* RED - Development_Version_Changes */
   /* background: #002145; */ /* For Blue on White, and White on Grey */
}

/** Social Icons **/
#ubc7-unit-social-icons i {
    color: #002145;
}

div.cursors-text div {
	position: absolute;
	top: 300px;
	left: 300px;
	width: 32px;
	height: 32px;
	background-color: #ff4141;
	border-radius: 50%;
	z-index: 10000;
	pointer-events: none;
}

/* label>select {
	height: 32px;
	width: 64px;
} */

#wait_msg {
	background-color: #FFFF00;
	color: #FF0000;
	float: right;
	font-weight:bold;
}