/* 
 * https://bienban.asia/note/project/165 
 */
 
.color-company   {color:#486684!important;}
.color-thanks    {color:#f8b238!important;}
.color-report    {color:#8ebd4b!important;}
.color-messanger {color:#78b8d1!important;}
.color-working   {color:#fe7f7a!important;}
.color-letter    {color:#A5A6C6!important;}
.color-calendar  {color:#b5ac84!important;}

.color-bg-company   {background-color:#486684!important;}
.color-bg-thanks    {background-color:#f8b238!important;}
.color-bg-report    {background-color:#8ebd4b!important;}
.color-bg-messanger {background-color:#78b8d1!important;}
.color-bg-working   {background-color:#fe7f7a!important;}
.color-bg-letter    {background-color:#A5A6C6!important;}
.color-bg-calendar  {background-color:#b5ac84!important;}

.color-lock {color:#F2E55C!important;}

h5 span{
	height : 35px;
    padding: 10px!important;
}

.label-wf-company{
	height : 35px;
    padding: 0px 10px!important;
    font-weight: normal;
	color: #34495e;
}

.label-wf-thanks{
	height : 35px;
    padding: 0px 10px!important;
    font-weight: normal;
	color: #f8b238;	
}

.label-wf-report{
	height : 35px;
    padding: 0px 10px!important;
    font-weight: normal;
	color: #8ebd4b;	
}

.label-wf-messang{
	height : 35px;
    padding: 0px 10px!important;
    font-weight: normal;
	color: #78b8d1;	
}

.label-wf-working{
	height : 35px;
    padding: 0px 10px!important;
    font-weight: normal;
	color: #fe7f7a;	
}

.label-wf-letter{
	height : 35px;
    padding: 0px 10px!important;
    font-weight: normal;
	color: #A5A6C6;	
}

.label-wf-calendar{
	height : 35px;
    padding: 0px 10px!important;
    font-weight: normal;
	color: #b5ac84;	
}


/* 
 * reset for ckeditor 
 */
.reset-for-ckeditor p {
	word-break: break-all;
}
.reset-for-ckeditor li{
	margin-left: 30px;
}
.reset-for-ckeditor ul li{
	list-style:initial;
}
.reset-for-ckeditor ol li{
	list-style-type: decimal;
}
