@charset "utf-8";
/* CKEDITOR */

.cke_source{
	/*width:100%!important;*/
}
.cke:not([class*="html"]) .cke_top, .cke:not([class*="html"]) .cke_bottom{
	padding-top:0px!important;
	padding-bottom:0px!important;
	border-color:transparent!important;
	max-height:0px!important;
	transition:all 0.5s ease 0s!important;
}
.cke:not([class*="html"]) .cke_toolgroup{
	margin-bottom:0px;
}
.cke:not([class*="html"]).cke_focus .cke_top, .cke:not([class*="html"]).cke_focus .cke_bottom, .cke_maximized .cke_top{
	max-height:100px!important;
	padding-top:6px!important;
	padding-bottom:2px;
	border-color:#dedede!important;
}
.cke:not([class*="html"]).cke_focus .cke_bottom{
	padding-bottom:3px!important;
	top:70px!important;
}
.cke:not([class*="html"]) .cke_bottom{
	box-shadow:0px 0px 2px #dedede;
	position:absolute!important;
	top:0px;
	left:0px;
	right:0px;
}

.cke:not([class*="html"]).cke_focus .cke_contents{
	margin-top:25px!important;
}

.tiny_editor .cke:not([class*="html"]).cke_focus .cke_contents{
	margin-top:0px!important;
}
.tiny_editor .cke:not([class*="html"]).cke_focus .cke_top{
	padding-top:5px!important;
}
.cke:not([class*="html"]) .cke_inner{
	position:relative!important;
}
.cke:not([class*="html"]) .cke_maximized{
	position:absolute!important;
}
.cke{
	border-radius:5px!important;
	overflow:hidden!important;
}
a.cke_dialog_ui_button_ok{
	background-color:#333!important;
	color:#fff!important;
}

.cke_textarea_inline{
	padding:10px 15px;
	border:1px dashed #666666;
	border-radius:5px;
	background-color:#ffffff;
	overflow:hidden;
	outline: none;
	min-height:150px;
	max-height:150px;
	box-shadow:inset 0px -50px 30px 30px #ffffff;
}
.cke_textarea_inline:focus{
	border:1px solid #fff710;
	max-height:10000px;
	min-height:350px;
}
.cke_float {
	right:0px!important;
	left:inherit!important;
	top:30%!important;
	width:250px!important;
	position:fixed!important;
}
/*
.cke_ltr {
	height:70px!important;
	overflow:hidden;
}
.cke_ltr:hover{
	height:auto!important;
	overflow:auto!important;
}
.cke_ltr:hover .cke_contents{
	min-height:350px!important;
}
*/
.cke_ltr .cke_contents{
	/*min-height:350px!important;*/
}
/* materials */
.but_general.material-icons{
	padding:5.5px!important;
	font-size:20px;
	line-height:1!important;
	display:flex!important;
	align-items:center;
}
.but_general.material-icons:hover{
	padding-top:5.5px!important;
	color:#333333!important;
}

.cate_option_container .but_general.material-icons{
	background:-moz-linear-gradient(left top , #ffffff, #fbe777); /* FF3.6+ */ 
	background: -webkit-linear-gradient(left top, #ffffff 0%,#fbe777 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(left top, #ffffff,#fbe777 100%); /* IE10+ */
	background: linear-gradient(to bottom right, #ffffff 0%,#e2e2e2 100%); /* W3C */
	font-size:19px!important;
	color:#333333!important;
	box-shadow:0px 1px 1px #666!important;
	
}
.material-icons{
	font-family:'Material Icons';
}
.material-icons, .table_list .material-icons{
	font-size:20px;
}
.material-icons.verified{
	color:#5baf00;
}