.newsletter-content {
	}
.newsletter-content div.CodeMirror {
	border: 1px solid #AAA;
	box-shadow: 0 0 0 3px #DDD;
	margin-bottom: 1em;
	border-radius: 5px;
	line-height: 1.2em;
	font-size: 12px;
	height: 300px;
	max-height: 600px;
	min-height: 300px;
	}

body.moduleWorkNewsletter .modal form,
body.moduleWorkNewsletterTemplate .modal form {
	padding: 0;
	margin: 0;
	}

/*  --  MODAL: PREVIEW  --  */
#modal-preview {
	width: 80vw;
	height: 90vh;
	top: 5vh;
	margin-left: -40% !important;
	}
#modal-preview .modal-header {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1010;
	}
#modal-preview .modal-body {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	max-height: none;
	padding-top: 50px;
	padding-bottom: 60px;
    box-sizing: border-box;
    z-index: 1008;
	}
#modal-preview .modal-body > div {
	width: 100%;
	height: 100%;
	}
#modal-preview .modal-body iframe {
	width: 100%;
	height: 99%;
	border: 0;
	}
#modal-preview .modal-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
    box-sizing: border-box;
	z-index: 1009;
}

body.moduleWorkNewsletter .container textarea,
body.moduleWorkNewsletterTemplate .container textarea {
/*	height: 296px;*/
/*	width: 1px;
	opacity: 0.01;
	border: 0 solid white;*/
	}
body.moduleWorkNewsletter textarea#input_html,
body.moduleWorkNewsletter textarea#input_plain,
body.moduleWorkNewsletterTemplate textarea#input_html,
body.moduleWorkNewsletterTemplate textarea#input_script {
	}

/*  --  GROUPS  --  */
body.moduleWorkNewsletterGroup #group-reader-list {
	min-height: 100px;
	max-height: 400px;
	overflow: auto;
	padding: 0.6em 0.9em 0 0.9em;
	}

body.moduleWorkNewsletterReader #reader-newsletter-list {
	min-height: 100px;
	max-height: 600px;
	overflow: auto;
	padding: 0.6em 0.9em 0 0.9em;
	}


.mce-container{}

table + ul.pagination {
	margin-top: -20px;
	padding-bottom: 0.4em;
	}
table + ul.pagination:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

/*  --  INSIDE TINYMCE EDITOR  --  */
body#tinymce {
	background-color: white !important;
	margin: 0 !important;
	padding: 0.25em 0.5em !important;
	display: block;
	height: 100%;
	}

body.moduleWorkNewsletter .checkbox-list {
	min-height: 100px;
	max-height: 400px;
	border: 1px solid #BBB;
	border-radius: 0.4em;
	overflow: auto;
	padding: 0.6em 0.9em 0 0.9em;
	margin-bottom: 0.5em;
	}
body.moduleWorkNewsletter .checkbox-list * {
	font-size: 12px;
	}



/*  --  NEWSLETTER PREVIEW  --  */
body.moduleWorkNewsletter #newsletter-preview {
	width: 100%;
	height: 600px;
	margin-bottom: 0.25em;
	overflow: hidden;
	border: 1px solid gray;
/*	box-shadow: inset 2px 2px 12px rgba(127, 127, 127, 1);*/
	}
body.moduleWorkNewsletter #newsletter-preview.half-size {
	height: 300px;
	}
body.moduleWorkNewsletter #newsletter-preview-container {
	width: 166.66%;
	height: 166.66%;
	overflow: hidden;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform: scale(.6);
	-ms-transform: scale(.6); /* IE 9 */
	-webkit-transform: scale(.6); /* Safari and Chrome */
	}
body.moduleWorkNewsletter #newsletter-preview-iframe-container {
	width: 100%;
	height: 100%;
	}
body.moduleWorkNewsletter #newsletter-preview-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: inset 2px 2px 12px gray;
	background-color: rgba(255, 255, 255, 0.21);
	}
body.moduleWorkNewsletter #newsletter-preview-iframe-container > iframe {
	width: 100%;
	height: 100%;
	border: 0;
	}
