/*-------------------------------------------------------------------------*/
/* FusionEditor
/*-------------------------------------------------------------------------*/
.fusioneditor {
	padding: 0.125rem;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.03);
	-moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.03);
	-webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.24), 0 1px 0 rgba(255, 255, 255, 0.03);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.35);
}

.fusioneditor .fusioneditor_tools {
	border: none;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.01), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.01), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.01), inset 0 -1px 0 rgba(255, 255, 255, 0.02);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: rgba(26, 26, 24, 0.8);
}

.fusioneditor .fusioneditor_tools:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	position: absolute;
	background-color: transparent;
	background-image: url(../../images/patterns/pattern-grunge.png);
	background-repeat: repeat;
	background-position: center center;
}

.fusioneditor .fusioneditor_tools a {
	border: none !important;
	padding: 0.2rem 0.3rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: rgba(155, 150, 137, 0.08);
	transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.fusioneditor .fusioneditor_tools a:hover,
.fusioneditor .fusioneditor_tools a:active {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 1px 1px rgba(0, 0, 0, 0.3);
	background-color: rgba(0, 0, 0, 0.2);
}

.fusioneditor .fusioneditor_tools .fusioneditor_toolbox {
	height: auto !important;
	border-top: 2px solid rgba(0, 0, 0, 0.35);
}

.fusioneditor .fusioneditor_tools .fusioneditor_toolbox input[type='text'] {
	margin: 0 1rem 0 0;
}

.fusioneditor .fusioneditor_field {
	color: #e5e4e4;
	border: 0 !important;
	cursor: text;
	padding: 0.3125rem;
	font-size: 0.8125rem;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background-color: transparent;
}