/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

/* @font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 200;
	src:
		url('../../../fonts/NunitoSans-ExtraLight.woff2') format('woff2'),
		url('../../../fonts/NunitoSans-ExtraLight.woff') format('woff'),
		url('../../../fonts/NunitoSans-ExtraLight.ttf') format('ttf')
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	src:
		url('../../../fonts/NunitoSans-Regular.woff2') format('woff2'),
		url('../../../fonts/NunitoSans-Regular.woff') format('woff'),
		url('../../../fonts/NunitoSans-Regular.ttf') format('ttf')
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	src:
		url('../../../fonts/NunitoSans-SemiBold.woff2') format('woff2'),
		url('../../../fonts/NunitoSans-SemiBold.woff') format('woff'),
		url('../../../fonts/NunitoSans-SemiBold.ttf') format('ttf')
}

@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	src:
		url('../../../fonts/NunitoSans-Bold.woff2') format('woff2'),
		url('../../../fonts/NunitoSans-Bold.woff') format('woff'),
		url('../../../fonts/NunitoSans-Bold.ttf') format('ttf')
} */

body
{
	/* Font */
	font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 12px;

	/* Text color */
	color: #333;

	/* Remove the background color to make it transparent */
	background-color: #fff;

	margin: 20px;
}

.cke_editable
{
	font-size: 13px;
	line-height: 1.6;
	min-height: 300px!important;

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    .cke_editable {
    	font-size: 16px;
    }
}

blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

a
{
	color: #0782C1;
}

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	padding: 0 40px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	line-height: 1.2;
}

hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

img {
	max-width: 100%;
	height: auto;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

blockquote p:first-of-type {
	margin-bottom: 1.5rem;
}

a > img {
	padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;
}

/* Widget Styles */
.code-featured
{
	border: 5px solid red;
}

.math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.image-grayscale
{
	background-color: white;
	color: #666;
}

.image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}

body.document-editor {
	/*box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;*/
	width: 17cm;
	min-height: 21cm;
	padding: 1cm 2cm 2cm;
	margin: 0.5cm auto;
	border: 1px #D3D3D3 solid;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@media print {
	body.document-editor {
		border: 0;
		box-shadow: none;
	}
}

html {
    background-color: #eeeeee;
}

body.document-editor, body.document-editor td, body.document-editor th {
	font-size: 0.9em;
}

body.document-editor h1 {
	margin-bottom:1cm;
}

body.document-editor table {
	margin-top:0.5cm;
	margin-bottom:0.5cm;
}

body.document-editor table td {
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

body.document-editor table td:first-of-type {
	border-left: 1px solid #d0d0d0;
}

body.document-editor table tr:first-of-type td {
	border-top: 1px solid #d0d0d0;
}

body.document-editor table thead th {
	border-top: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;
}

body.document-editor table thead th:first-of-type {
	border-left: 1px solid #d0d0d0;
}

body.article-editor,
body.document-editor,
body.inline-editor {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
	font-family: "Nunito Sans", Verdana, Helvetica, sans-serif;
	min-height: 600px!important;
}

body.article-editor {
	margin: 30px;
}

body.article-editor h1,
body.article-editor h2,
body.article-editor h3,
body.article-editor h4,
body.article-editor h5 {
	font-weight: 600;
	letter-spacing: inherit;
}

body.article-editor h1 {
	font-size: 42px;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 200;
	line-height: 1.04;
	margin-bottom: 25px;
}

body.article-editor h2 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 25px;
}

body.article-editor h3 {
	font-size: 28px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
}


body.article-editor h4 {
	font-size: 19px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
}

body.article-editor h5 {
	font-size: 17px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
}

body.article-editor h4, h5 {
	font-weight: 700;
}

body.article-editor h2 + p,
body.article-editor h2 + ol,
body.article-editor h2 + ul,
body.article-editor h3 + p,
body.article-editor h3 + ol,
body.article-editor h3 + ul {
	margin-top: 0;
}

body.article-editor p {
	margin-top: 0;
	margin-bottom: 25px;
}

body.article-editor figure,
body.article-editor ol,
body.article-editor ul,
body.article-editor blockquote {
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}

body.article-editor ol ol {
	margin: 0;
}

body.article-editor ul ul {
	margin: 0;
}

body.article-editor figure {
	text-align: center;
	margin: 25px;
	background-color: #fafafa;
}

body.article-editor figure img {
	margin: 0 auto;
	max-width: 100%;
}

body.article-editor figure figcaption {
	padding: 1em .5em;
	font-size: 13px;
	text-align: center;
}

body.article-editor figure .cke_image_resizer_wrapper {
	display: block;
}

body.a11ychecker h2 {
	padding-bottom: 3px;
	font-size: 15px;
	line-height: 1.225;
	border-bottom: 1px solid #eee;
}

body.a11ychecker h3, body.a11ychecker h4 {
	font-weight: bolder;
}


#cke_editor1 {
    visibility: hidden;
}

#cke_editor1:before {
    visibility: visible;
}
