/*----------------------------------------------------------------------------------------
Zedity Content (iframe version)
*/

.zedity-iframe,
.zedity-iframe-wrapper > iframe {
	vertical-align: top;
	max-width: none;        
        margin: 0;        
}
.zedity-wrapper,
.zedity-iframe,
.zedity-iframe-wrapper > iframe {
	overflow: hidden;
}
.zedity-wrapper,
.zedity-iframe-wrapper,
.zedity-iframe,
.zedity-iframe-wrapper > iframe {
	padding: 0;
	border: 0;
}
.zedity-responsive,
.zedity-responsive .zedity-box-Text .zedity-content {
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}


/*----------------------------------------------------------------------------------------
Zedity Content
*/

.zedity-editor {
	max-width: none !important;
	z-index: 0 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.zedity-editor.zedity-notheme * {
	all: default;
}


/*----------------------------------------------------------------------------------------
Generic box
*/

.zedity-editor.zedity-notheme .zedity-box {
	margin: 0 !important;
	box-shadow: none !important;
}

.zedity-editor .zedity-box {
	overflow: hidden !important;
	box-sizing: content-box !important;
}
.zedity-editor .zedity-box.zedity-background {
	box-sizing: border-box !important;
}


/*----------------------------------------------------------------------------------------
Box content
*/

.zedity-editor.zedity-notheme .zedity-box div.zedity-content,
.zedity-editor.zedity-notheme .zedity-box iframe,
.zedity-editor.zedity-notheme .zedity-box object,
.zedity-editor.zedity-notheme .zedity-box embed,
.zedity-editor.zedity-notheme .zedity-box audio,
.zedity-editor.zedity-notheme .zedity-box video {
	min-width: 100% !important;
	min-height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.zedity-editor.zedity-notheme .zedity-box img.zedity-content {
	max-width: none !important;
}

/*----------------------------------------------------------------------------------------
Image box
*/

/*reset image wrapped in <p> by TinyMCE*/
.zedity-editor .zedity-box-Image p {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.zedity-editor.zedity-notheme .zedity-box-Image a {
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}



/*----------------------------------------------------------------------------------------
Text box
*/

.zedity-editor.zedity-notheme .zedity-box-Text span,
.zedity-editor.zedity-notheme .zedity-box-Text a,
.zedity-editor.zedity-notheme .zedity-box-Text p,
.zedity-editor.zedity-notheme .zedity-box-Text h1,
.zedity-editor.zedity-notheme .zedity-box-Text h2,
.zedity-editor.zedity-notheme .zedity-box-Text h3,
.zedity-editor.zedity-notheme .zedity-box-Text h4,
.zedity-editor.zedity-notheme .zedity-box-Text h5,
.zedity-editor.zedity-notheme .zedity-box-Text h6 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	min-height: 17px;
	background: transparent !important;
}

.zedity-editor.zedity-notheme .zedity-box-Text ol,
.zedity-editor.zedity-notheme .zedity-box-Text ul {
	display: block !important;
	margin: initial !important;
	padding: 0 0 0 40px !important;
}
.zedity-editor.zedity-notheme .zedity-box-Text li {
	display: list-item !important;
	line-height: initial !important;
}

.zedity-editor.zedity-notheme .zedity-box-Text blockquote {
	margin: 0px 0px 0px 40px !important;
	border: none !important;
	padding: 0px !important;
	background: none !important;
	font: inherit !important;
	color: inherit !important;
}

.zedity-editor.zedity-notheme .zedity-box-Text b,
.zedity-editor.zedity-notheme .zedity-box-Text strong {
	font-weight: bold !important;
}
.zedity-editor.zedity-notheme .zedity-box-Text i,
.zedity-editor.zedity-notheme .zedity-box-Text em {
	font-style: italic !important;
}
.zedity-editor.zedity-notheme .zedity-box-Text u {
	text-decoration: underline !important;
}

/*
.zedity-editor.zedity-notheme .zedity-box-Text a,
.zedity-editor.zedity-notheme .zedity-box-Text a:link,
.zedity-editor.zedity-notheme .zedity-box-Text a:visited,
.zedity-editor.zedity-notheme .zedity-box-Text a:hover {
	color: blue !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}
.zedity-editor.zedity-notheme .zedity-box-Text a:active {
	color: red !important;
	text-decoration: underline !important;
}
*/


/*----------------------------------------------------------------------------------------
Watermark
*/

.zedity-editor .zedity-watermark,
.zedity-editor .zedity-watermark span {
	height: 22px !important;
	line-height: 22px !important;
	text-decoration: none !important;
	text-transform: none !important;
}


