@keyframes ess_ani_example {
  from {background-color: red;}
  to {background-color: yellow;}
}


.wysiwyg-color-black {
  color: black !important;
}

.wysiwyg-color-silver {
  color: silver !important;
}

.wysiwyg-color-gray {
  color: gray !important;
}

.wysiwyg-color-maroon {
  color: maroon !important;
}

.wysiwyg-color-red {
  color: red !important;
}

.wysiwyg-color-purple {
  color: purple !important;
}

.wysiwyg-color-green {
  color: green !important;
}

.wysiwyg-color-olive {
  color: olive !important;
}

.wysiwyg-color-navy {
  color: navy !important;
}

.wysiwyg-color-blue {
  color: blue !important;
}

.wysiwyg-color-orange {
  color: orange !important;
}

.sidebar-menu .alert-danger {
	margin-bottom: 0px;
}

.ess_image_container {
	border: 1px solid #cccccc;
}

.ess_image_view {
	/*border: 2px solid red;*/
	border: 1px solid #cccccc;
	position: relative;
	max-height: 200px;
	max-width: 100%;
}

.zzzess_image_view:hover{
	transform: scale(2.5);    
	position:relative;      
	z-index:100;  
}

.ess_image_view_hide{
	display: none;
}

.ess_image_view_show{
	display: block;
}

.box-body .form-group h4 table,
.box-body .form-group h4 table thead,
.box-body .form-group h4 table tfoot {
	border: 1px solid #bbbbbb;
}

.box-body .form-group h4 table td{
	padding-left: 5px;
	padding-right: 5px;
}

.box-body .form-group h4 table thead,
.box-body .form-group h4 table tbody{
	font-size: 0.9em;
}







