.commentCreate{
	padding: 15px;
}
.editor{
	position: relative;
/*	display: block;
	width: 98%;*/
	height: auto;
	display: flex;
	/*
	padding: 2% 0;
	margin: 2% auto;
	*/
	border: none;
}
.editor__form__wrapper{
    width: 100%;

}
.editor__form__msg_footer{
	width: 100%;
	display: block;
	border: 1px solid #D8D8D8;
	border-radius: 8px;
	overflow: hidden;
}
.editor__message {
	/*height: 96px;*/
	height: 126px;
	margin: 0 auto;
	display: block;
	outline: none;
	border: none;
	padding: 2%;
	font-size: 16px;
	line-height: 160%;
	width: 100%;
	resize: none;
	border-radius: 4px;
}
.editor__message:focus,
.editor__message:hover,
.editor__message:active {
	outline: none;
}
.editor__button_send {
	border-radius: 8px;
	background: #FFCD35;
	padding: 6px 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.editor__button_send:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.editor__button_send:active {
	box-shadow: 0 -1px 2px rgba(0,0,0,0.5);
}
.editor__footer-btn {
	display: flex;
    border: none;
	background: rgb(229 229 229);
    color: rgb(0 0 0);
	align-items: center;
	padding: 5px;
	margin-right: 5px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
}

.editor__footer-btn svg{
	width: 17px;
	height: 17px;
	fill: rgb(83, 83, 83);
}
.editor__footer-btn:hover {
	background: rgb(216, 216, 216);
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);

}
.askQuestionComment{
	border-radius: 8px;
	border: none;
}
.askQuestionComment:hover{
	box-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

@media (max-width: 630px){
	.editor__button_send{
	    margin-left: auto;
	}
	.editor__footer span, .editor__footer-btn{
		margin-bottom: 10px;
	}
}

.editor__footer{
	background-color: #f5f5f5;
	padding: 8px;
	width: 100%;
	display: flex;
	align-items: center;
    flex-wrap: wrap;
}
.editor__footer span {
	display: flex;
	width: 17px;
	justify-content: center;
	padding: 3px;
	cursor: pointer;
	margin-right: 4px;
}
.editor__footer span:hover{
	background: rgb(216, 216, 216);
}

.editor__footer__bold{
	font-weight: bold;
}
.editor__footer__italic{
	font-style: italic;
}
.editor__footer__underline{
	border-bottom: 1px solid grey ;
}
.editor__footer__quote svg{
	width: 15px;
	height: 15px;
	fill: #272727;
}
.editor__footer__image{
	background-position: -70px 0px;
	float: right;
}

.editor__footer__smile{

	width: 18px!important;
    height: 18px!important;
}


.editor__new{
	display: none;
	/*padding-top: 30px;*/
    /* margin-top: -5px; */
    /* margin-bottom: 6px; */
    /*background: #fff;*/
}
.editor__new .editor{
	margin-top: 5px;
}
.editor__status_message{
	display: inline-block;
	font-size: 14px;
	margin: 15px 0 0 10px;
	color: #ff0000;
}
.editor__status_message:empty{
	display: none;
}
#ajax-send-form{
	background-image: url(https://s.9111s.ru/img/forum/ajax-loader-form-message.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px; width: 20px;
	display: inline-block;
	margin-right: 10px;
	margin-top: -2px;
	float: left;
	display: inline-block;
}

.editor__smile_panel{
	display:none;
	border-radius: 6px;
	overflow-x: hidden;
	background-color:#FFF;
	overflow-y: auto;
	height: 120px;
	width: 100%;
	padding: 10px;
	margin: 10px auto 0;
	border: 1px solid #ccc;

}


.editor__smile_panel a{ padding-right:5px }
.editor__files_panel{
	border: 1px solid #ccc;
	width: 100%;
	background: #eae7e3;
	padding: 10px;
	border-radius: 4px;
    border-radius: 0 0 4px 4px;
    display: none;
}
.editor__smile_panel::-webkit-scrollbar {
	width: 10px;
	/* height: 8px; */
	background-color: rgb(154, 210, 255);
}
.editor__smile_panel::-webkit-scrollbar-thumb {
	background: rgb(25, 99, 168);
	border-radius: 2px;
}
.editor__smile_panel::-webkit-scrollbar-thumb:hover {
	background: rgb(8, 67, 122);
}


.emoji__item{
	cursor: pointer;
}

@media screen and (max-width: 414px){

	.editor__message::placeholder{
		font-size: 22px!important;
	}
}

#google-recaptcha{
	display: none;
	float: left;
	margin-left: 20px;
}
.editor_question_form{
	background-color: #fff;
	width: 90%;
	max-width: 600px;
	height: auto;
	display: block;
	position: relative;
	margin:0 auto;
	padding: 20px;
	top:25%;
	text-align: center;
}


.falsh_editor{
	width: 100%;
}

.falsh_editor__area{
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 16px;
	padding:4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	outline: none;
	height: 50px;
}

.editor__files_list {
	display: block;
}
.editor__files_list span {
	display: inline-block;
	margin: 5px;
	position: relative;
}
.editor__files_list span img {
	height: 100%;
	max-height: 80px;
	border-radius: 4px;
	z-index: 0;
}
.editor__files_list span b {
	position: absolute;
	display: block;
	float: left;
	cursor: pointer;
	top: 0;
	right: 0px;
	padding: 4px;
	width: 20px;
	height: 20px;
	background: #ffffff url(https://s.9111s.ru/img/chat/sprite.png) no-repeat scroll center -145px;
	z-index: 1;
}
[name="files_list_input"] {
	display: block;
}
.stars_editor_block{
	min-height: 25px;
    background: #fff;
    border-top: 1px solid #eae7e3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
span.stars_block_title {
    font-size: 16px;
    font-weight: bold;
}
.stars_editor_block_input {
    display: none;
}





label.stars_editor_block_label {
    background-image: url(https://s.9111s.ru/img/uristcard/star_grey.png);
    color: #b7b4b1;
    display: inline-block;
    width: 38px;
    height: 40px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    cursor: pointer;
    transition: background-image 0.3s;
    transform: scale(0.85);
}
@media screen and (max-width: 680px){

	label.stars_editor_block_label{
		width: 20px;
		height: 20px;
		background-size: cover;
		margin-left: 5px;
	}

	span.stars_block_title{
		font-size: 14px;
	}

}
@media screen and (max-width: 480px){
	.editor__message {
		height: 90px;
	}


}
