/* Reproducing default markup */
.cWebFroalaEditor em
{
	font-style: italic;
}

.cWebFroalaEditor ol
{
	padding-left: 18px;
	list-style-type: decimal;
}

.cWebFroalaEditor ul
{
	padding-left: 18px;
	list-style-type: disc;
}

.cWebFroalaEditor h1
{
	font-size: 25px;
	margin-bottom: 10px;
}

.cWebFroalaEditor h2
{
	font-size: 20px;
	margin-bottom: 10px;
}
.cWebFroalaEditor h3
{
	font-size: 18px;
	margin-bottom: 10px;
}

.cWebFroalaEditor h4
{
	font-size: 16px;
	margin-bottom: 10px;
}

.cWebFroalaEditor pre
{
	font-family: monospace;
	font-size: 16px;
	font-style: normal;
}

.cWebFroalaEditor td
{
	padding: 5px;
}

/* Default tweaks/fixes */
/* -------------------- */
.cWebFroalaEditor iframe html body
{
	margin-top: -10px;
}

.fr-placeholder
{
	height: auto !important;
}

/* Draw a border so we can see the control in an inline mode */
.fr-inline
{
	border: 0px solid #aaaaaa;
}

/* Hide the dropdown arrow, because we  */
.fr-arrow
{
	display: none !important;
}

/* Fix for image manager buttons */
.fa.fa-trash.fr-delete-img
{
	display: none !important;
}

.fa.fa-plus.fr-insert-img
{
	left: 72% !important;
}

/* Fix for modal dialog and window mask while in a full screen mode */
.fr-fullscreen .WebWindow_Mask, .fr-fullscreen .WebMsgBox
{
	z-index: 10000;
}

/* Fixed drop down position when not in an inline mode, so it won't fall behind other controls */
.fr-dropdown-menu, .fr-toolbar.fr-basic .fr-popup.fr-active
{
	left: 10% !important;
	top: 50px! important;
}

/* Limit toolbar width */
.fr-toolbar.fr-inline
{
	max-width: 200px;
}

.fr-toolbar.fr-inline .fr-command.fr-btn
{
	float: left !important;
}

.fr-basic.fr-fullscreen
{
	height: auto !important;
}

/* Enable full size in code mode */
.fr-code-view .fr-code
{
	height: 100% !important;
}

/* Causes edit area to capture focus when clicked */
.fr-wrapper .fr-view
{
	min-height: 100% !important;
}

.fr-view
{
	padding: 10px;
}

/* Image manager - make sure all thumb pics are of the same size */
.fr-modal .fr-image-container img, .fr-image-container.fr-empty
{
	height: 75px !important;
}