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

.copypasteemail-wrapper, 
.copypasteemail-iframe, 
.copypasteemail-iframe-wrapper > iframe {
  /* overflow: scroll !important; */
}
.copypasteemail-editor {
  width: auto !important;
  height: auto !important;
  overflow: scroll !important;
}
.copypasteemail-editor .copypasteemail-box {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
}

.copypasteemail-iframe,
.copypasteemail-iframe-wrapper > iframe {
	vertical-align: top;
	max-width: none;        
	margin: 0;
}
.copypasteemail-wrapper,
.copypasteemail-iframe,
.copypasteemail-iframe-wrapper > iframe {
	overflow: hidden;
}
.copypasteemail-wrapper,
.copypasteemail-iframe-wrapper,
.copypasteemail-iframe,
.copypasteemail-iframe-wrapper > iframe {
	padding: 0;
	border: 0;
}
.copypasteemail-responsive,
.copypasteemail-responsive .copypasteemail-box-Text .copypasteemail-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;
}

.copypasteemail-iframe-wrapper.copypasteemail-responsive-layout > iframe {
	width: 100% !important;
	height: 100% !important;
}

/*----------------------------------------------------------------------------------------
copypasteemail Content
*/

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

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


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

.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box {
	margin: 0 !important;
	/*box-shadow: none !important;*/
}

.copypasteemail-editor .copypasteemail-box {
	overflow: hidden !important;
	box-sizing: content-box !important;
}
.copypasteemail-editor .copypasteemail-box.copypasteemail-background {
	box-sizing: border-box !important;
}
.copypasteemail-editor .copypasteemail-box-Text .copypasteemail-content {
	vertical-align: top;
}


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

.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box div.copypasteemail-content,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box:not(.copypasteemail-box-Html) iframe,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box:not(.copypasteemail-box-Html) object,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box:not(.copypasteemail-box-Html) embed,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box:not(.copypasteemail-box-Html) audio,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box:not(.copypasteemail-box-Html) 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;
}

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

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

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

.copypasteemail-editor .copypasteemail-box-Image img {
	vertical-align: top !important;
	max-height: none !important;
	max-width: none !important;
	padding: 0 !important;
}

.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Image img {
	border: none !important;
}

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



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

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

.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ol,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ul {
	display: block !important;
	margin: initial !important;
	line-height: initial;
	padding: 0 0 0 40px !important;
	list-style-position: outside;
}
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ul {
	list-style-type: disc;
}
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ul ul,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ol ul {
	list-style-type: circle;
}
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ul ul ul,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ul ol ul,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ol ul ul,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ol ol ul {
	list-style-type: square;
}
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ol {
	list-style-type: decimal;
}
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ol ol,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ul ol {
	list-style-type: lower-alpha;
}
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ol ol ol,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ol ul ol,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ul ol ol,
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text ul ul ol {
	list-style-type: lower-roman;
}

.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text li {
	display: list-item !important;
	line-height: inherit !important;
}
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text li div {
	display: inline-block !important;
}


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

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

.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text sub {
	font-size: 0.7em !important;
	vertical-align: sub !important;
}
.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text sup {
	font-size: 0.7em !important;
	vertical-align: super !important;
}

.copypasteemail-editor.copypasteemail-notheme .copypasteemail-box-Text .copypasteemail-content * {
    text-align: inherit;
    font-size: inherit;
}

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


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

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


