/*@CHARSET "UTF-8";*/

.lite_button_hide {
	display: none !important;
}


.lite_button_white {
	display: inline-block;
	padding: 5px 20px 11px 5px;
	height: 16px;
}

.lite_button {
	padding:5px 3px !important;
	display: inline-block;
	background: #444;
	font-size: 1px;
	line-height: 0px;
	opacity: 1.0;
	border-bottom:4px solid #444;
}

/*.lite_controls {
	padding: 0px 0px;
	display: inline-block;
	border-bottom: 3px solid #444;
}*/
.lite_controls {
	padding:0px !important;
	border-bottom:2px solid #444;
	display:inline
}

/*.lite_controls:first-child {
	padding-left: 0px;
}

.lite_controls:last-child {
	padding-right: 0px;
}*/



/*.lite_controls .lite_button:first-child {
	padding-left: 10px;
}


.lite_controls .lite_button:last-child {
	padding-right: 10px;
}*/

.lite_button img {
	width: 16px;
	height: 16px;
	border: 2px solid #444;
	border-bottom:0;
}

.lite_button:hover {
	opacity: 1.0;
	cursor: pointer;
	border-bottom:4px solid #CCFF00;
}

/*.lite_button:hover img {
	border: 2px solid rgba(255,255,255,0.2);
}*/


/*base64 img кнопки*/
.lite_button .img_html {
	width: 21px;
	background-image: url("data:image/gif;base64,R0lGODlhFQAQAPAAAERERP///ywAAAAAFQAQAAACLISPqZvB7VCMK1Bj8T25yd15H7dpShaKp1ViDFqm5CxV4BW34f1M0FMDCoUFADs=");
}
.lite_button .img_strikethrough {
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAPAAAERERP///ywAAAAAEAAQAAACIISPqcGtx1Bcgdr3Jt64+a9xIlSNRniWkkpeSYiunokVADs=");
}
.lite_button .img_link {
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAPEAAERERAn/AP///wAAACwAAAAAEAAQAAACLYSPqSgtyx5ocEpD1z2bWQ45UoaJGflZZlSiXjkdwUvP3EYFun7DsiJK2CqQAgA7");
}
.lite_button .img_unlink {
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAPEAAERERP8AAP///wAAACwAAAAAEAAQAAACL4SPqSgtyx5ocEpD1z2bWQ45UoaJGflZZlSiXjkBwTHHiTTXKWzoPJm7OWjEyqIAADs=");
}
.lite_button .img_italic {
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAPAAAERERP///ywAAAAAEAAQAAACH4SPqRDtvRCMclLj7rE3a8ZRnhaKwQee39ip5lOiRgEAOw==");
}
.lite_button .img_insertunorderedlist {
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAPAAAERERP///ywAAAAAEAAQAAACJYSPeRHqzACcUUJLqzX5ur80YBh11YRlIWeOoDaipii3LNu5SgEAOw==");
}
.lite_button .img_insertorderedlist {
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAPAAAERERP///ywAAAAAEAAQAAACJoSPiaENwR6ccxmKT8XU+Rt9FldpIGmenBaKlysxJJTIM2uj8FEAADs=");
}
.lite_button .img_bold {
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAPAAAERERP///ywAAAAAEAAQAAACJoSPecHtCt4KsCWmLMKXG785WgaCExWS6KR2bdqtnxyNdSya0F4AADs=");
}
.lite_button .img_about {
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAPAAAERERP///ywAAAAAEAAQAAACJoSPqRax2aJbkkVVQT6yX/5pm2dlpDiaG9qULRKimBfD3WPjOlIAADs=");
}
.lite_button .img_blockquote {
	background-image: url("data:image/gif;base64,R0lGODlhEAAQAPAAAERERP///ywAAAAAEAAQAAACKoSPacG9zR6UDsBoL8U3bJ9NYdVthyYl1QkimNuyyiurdDiLY4zDvKIoAAA7");
}
/***base64 img кнопки***/





.lite_menu_additional {
	display: none;
	padding: 10px;
	padding-left: 45px;
	font-size: 12px;
	clear: both;
}

.lite_menu_additional td {
	vertical-align: middle;
	padding-right: 10px;
	padding-bottom: 5px;
}

.editor_link {
	color: #0088ff !important;
	cursor: pointer;
	text-decoration: underline  !important;
}

.editor_link:hover {
	color: white !important;
	padding: 1px;
	background: #0088ff !important;
	text-decoration: none  !important;
}

.lite_menu_additional a:hover {
	color: white;
	background: #0088ff;
	text-decoration: none;
}

.lite_menu_additional a.selected {
	font-weight: bold;
	color: black;
	text-decoration: none;
}





#lite_controls {
	/*height: 24px;
	background: #f1f1f1;
	border-top: 5px solid #c0c0c0;
	*/
}

.editor_area {
	border: 1px solid #f1f1f1;
	width:100%;
	padding: 5px;
	margin: 0px;
	box-sizing: border-box;
	/* margin-bottom: 10px; */
}

.editor_area.fix {
	padding:0px !important;
	margin:0px !important;
	margin-bottom:20px !important;
	display:inline;
	position:relative;
	width: 100%;
	background:white;
}


.editor_area.fix a { 
  pointer-events: none; /*чтобы не переходить по ссылке*/
}

.lite_switch {
	padding-bottom: 10px;
}



textarea.editor_area {
	display: none;
	/*font-family: monospace;*/
	font-size: 12px;
}





.div_new_comment {
	margin:0px;
	margin-left:5px;
	padding:0px;
	clear:both;
	font-size:1.2em;
	min-width: 275px;/*220px;*/
	width: 100%;
	background:white;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.clear {
	clear:both
}
/*
.div_add_comment_parent, .div_add_comment_noparent {
	min-width:220px;
	width:97%;
	position:position;
	//left:0px;
	background:white;
	padding:0px;
	margin:0px;
	//margin-left:6px;
	padding-bottom:10px;
	z-index:100;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.5)
}
.div_add_comment_parent {
	//left:-0px;
}
*/
