/* html{ */
	/* fix ckeditor bug in chrome maximize */
	/* position: static !important; */
/* } */
.has-error .ck-editor{
	 border: 1px solid #a94442;
}

/* ckeditor editor area */
.ck-editor__editable_inline {
    min-height: 400px;
}



.ck-content *{
	font-family:inherit;
	font-size: inherit;
	color: inherit;
	
}

















/* FIXME: duplicate code in server and client */
/* SHARED between server and client */
/* D:\workspace\kateb-developer\src\ir\viratech\kateb\api\letter\dto\file\CKEditor5.css */

.ck-content { 
    font-family: 'B Yagut, yagut'; 
    font-size: 14px; 
    color: #000;
    line-height: 1.42857143; 
} 


.ck-content p{
	margin-bottom: 8pt;
}

.ck-content h1{
	font-size: 2em;
	font-weight: bold;
}
.ck-content h2{
	font-size: 1.5em;
	font-weight: bold;
}
.ck-content h3{
	font-size: 1.17em;
	font-weight: bold;
}

.ck-content p.cke-kateb-line-height-half{
	margin-bottom: 4pt;
}
.ck-content p.cke-kateb-line-height-1{
	margin-bottom: 8pt;
}
.ck-content p.cke-kateb-line-height-1-half{
	margin-bottom: 12pt;
}
.ck-content p.cke-kateb-line-height-2{
	margin-bottom: 16pt;
}
.ck-content p.cke-kateb-line-height-2-half{
	margin-bottom: 20pt;
}



.ck-content .table table {
	border-collapse: separate;
}


.ck-content ul {
    line-height: 2;
}
