.btn:focus, .btn:active:focus{box-shadow:none !important}
.qq_questions_view > h1{
    font-size: 24px;
}
.qq_questions_info{
    height: 32px;
    line-height: 32px;
    color: #777;
}
.qq_questions_info .qq_questions_img img{border-radius: 50%;float: left;margin-right: 10px;}
.qq_questions_info > span, .qq_questions_ajax .qq_answer .qq_answer_info > span, .qq_questions_best .qq_answer .qq_answer_info > span{
    margin-right: 15px;
}
.qq_questions_info span img{vertical-align:middle;}
.qq_questions_text{margin: 15px 0;font-size: 16px;clear: both;}
.qq_questions_text img{max-width:100%}
.qq_questions_answers{clear: both;}
.qq_questions_answers h2{
    font-size: 22px;
}
.qq_questions_answers .qq_questions_menu{border-bottom: 1px solid #f0f1f4;margin-bottom: 16px;display: block;overflow: hidden;}
.qq_questions_answers .qq_questions_sort{
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: left;
}
.qq_questions_answers .qq_questions_sort li{
    float: left;
}
.qq_questions_answers .qq_questions_sort li:first-child a {
    margin-left: 0;
}
.qq_questions_answers .qq_questions_sort li a{
    display: block;
    margin: 0 10px;
    padding: 10px 0 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #888;
    text-decoration: none;
    transition: all .2s ease-in-out;
    background: url("/templates/default/controllers/questions/img/sort.png") no-repeat right center;
    padding-right: 16px;
}
.qq_questions_answers .qq_questions_subscribers{
    float: right;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}
.qq_questions_answers .qq_questions_subscribers img{
    vertical-align: sub;
}

.qq_questions_a_list{}
.qq_questions_a_list .qq_questions_loading{
    display: block;
    text-align: center;
    padding: 10px;
	display:none
}

.qq_questions_ajax, .qq_questions_form{
    overflow: hidden;
}
.qq_questions_ajax .qq_answer, .qq_questions_best .qq_answer{
    display: block;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.qq_questions_ajax .qq_answer.is_qq_not_pub{
	-moz-opacity:0.6;
	-ms-opacity:0.6;
	filter:alpha(opacity=60);
	-khtml-opacity:0.6;
	-o-opacity:0.6;
	-webkit-opacity:0.6;
	opacity:0.6
}
.qq_questions_ajax .qq_answer.qq_answer_selected{border-color: #F44336;}
.qq_questions_ajax .qq_answer:last-child{border:none;margin-bottom:0}
.qq_questions_ajax .qq_answer:last-child .qq_answer_text{margin-bottom:0}
.qq_questions_ajax .qq_answer .qq_answer_head, .qq_questions_best .qq_answer .qq_answer_head{display: flex;gap: 10px;font-size: 14px;}
.qq_questions_ajax .qq_answer .qq_answer_img, .qq_questions_best .qq_answer .qq_answer_img{border: 1px solid #ccc;padding: 3px;}
.qq_questions_ajax .qq_answer .qq_answer_info, .qq_questions_best .qq_answer .qq_answer_info{
    position: relative;
    color: #888;
    display: flex;
    flex-flow: row wrap;
    line-height: 16px;
}
.qq_questions_ajax .qq_answer .qq_answer_info .qq_date_pub, .qq_questions_best .qq_answer .qq_answer_info .qq_date_pub{width: 100%;}
.qq_questions_ajax .qq_answer .qq_answer_info .is_delete_answer, .qq_answer_comment .is_delete_comm{float:right}
.qq_questions_ajax .qq_answer .qq_answer_info .is_delete_answer img{width: 16px;}
.qq_questions_ajax .qq_answer .qq_answer_info span img, .qq_questions_best .qq_answer .qq_answer_info span img{
    vertical-align: top;
    width: 13px;
}
.qq_questions_ajax .qq_answer .qq_answer_text, .qq_questions_best .qq_answer .qq_answer_text{}
.qq_questions_ajax .qq_answer .qq_answer_attach, .qq_questions_best .qq_answer .qq_answer_attach{clear: both;margin-top: 10px;}
.qq_questions_ajax .qq_answer .qq_answer_attach a, .qq_questions_best .qq_answer .qq_answer_attach a{text-decoration:none;    margin-right: 5px;}
.qq_questions_ajax .qq_answer .qq_answer_meta, .qq_questions_best .qq_answer .qq_answer_meta{
	margin: 10px 0 0;
	clear:both;
	line-height:0;
	display: flex;
	gap: 5px;
}
.qq_answer_meta .btn-group button{
    line-height: normal;
    border-color: #ccc;
}
.qq_answer_meta .btn-outline-secondary:hover{border-color: #888888;}
.qq_answer_meta .btn-outline-success:hover:hover{border-color: #33bd66;}
.qq_questions_ajax .qq_answer .qq_answer_btn, .qq_questions_best .qq_answer .qq_answer_btn{
    display: flex;
    border: 1px solid #ccc;
    color: #888;
    border-radius: 3px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
}
.qq_questions_ajax .qq_answer .qq_answer_btn.is_best_ans{padding:7px 10px;border-color: #add6af;color: #63b966;}
.qq_questions_best .qq_answer .qq_answer_btn.is_best_ans{display:none}
.qq_questions_ajax .qq_answer .qq_answer_btn.is_like_dislike, .qq_questions_best .qq_answer .qq_answer_btn.is_like_dislike{
    padding: 0;
}
.qq_questions_ajax .qq_answer .qq_answer_btn.is_like_dislike span:nth-child(1):hover svg{color: green}
.qq_questions_ajax .qq_answer .qq_answer_btn.is_like_dislike span:nth-child(3):hover svg{color: red}
.qq_questions_ajax .qq_answer .qq_answer_btn.is_like_dislike span, .qq_questions_best .qq_answer .qq_answer_btn.is_like_dislike span{
    margin: 0;
    padding: 6px 10px 9px;
    cursor: pointer;
}
.qq_questions_ajax .qq_answer .qq_answer_btn .qq_answer_count{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	cursor: default !important;
	margin: 0 !important;
	line-height: 16px;
}
.qq_questions_ajax .qq_answer .qq_answer_btn.is_like_dislike span.loading_process, .qq_questions_best .qq_answer .qq_answer_btn.is_like_dislike span.loading_process{
    line-height: 13px;
}
.qq_questions_ajax .qq_answer .qq_answer_btn.is_like_dislike span.loading_process img, .qq_questions_best .qq_answer .qq_answer_btn.is_like_dislike span.loading_process img{padding:0;vertical-align: middle;}
.qq_questions_ajax .qq_answer .qq_answer_btn img, .qq_questions_best .qq_answer .qq_answer_btn img{
    vertical-align: sub;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.qq_questions_ajax .qq_answer .qq_answer_btn span, .qq_questions_best .qq_answer .qq_answer_btn span{
    padding: 15px 0 15px 10px;
    margin-left: 5px;
}
.qq_questions_ajax .qq_answer .qq_answer_btn, .qq_questions_best .qq_answer .qq_answer_btn, .qq_questions_answers .qq_questions_subscribers{cursor:pointer}
.qq_questions_ajax .qq_answer .qq_answer_btn.is_answer_pub{
    padding: 6px 8px;
    color: #4fa70a;
    border-color: #61ca0f;
	text-decoration: none;
}
.qq_questions_ajax .qq_answer .qq_answer_btn.is_answer_decline{
    padding: 6px 8px;
    color: #e21b1b;
    border-color: #e21b1b;
}
.qq_questions_ajax .qq_answer .is_answer_in_moder{
    display: block;
    padding: 15px 10px;
    background: #3687ec;
    color: #fff;
    border-radius: 3px;
}

.qq_questions_form_btns{
    display: flex;
    justify-content: end;
    align-items: center;
}
.qq_questions_form_btns .captcha-holder{float:left;margin-right: 5px;}
.qq_questions_form_btns .captcha-holder .captcha-modal__credits{display:none !important}
.qq_questions_form_btns .captcha-holder .captcha-modal__header{display:none !important}
.qq_questions_form_btns .qq_questions_fba.qq_disabled_btn{background: #a29e9e;border-color: #a29e9e;cursor: not-allowed;}
.qq_questions_best{
    border: 1px solid #a5d8a7;
    background: #f7fff8;
    border-radius: 2px;
    padding: 10px;
	clear:both
}
.qq_questions_best legend{
    background: #fff;
    color: #4CAF50;
    border: 1px solid #a5d8a7;
    margin: 0;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    width: auto;
    font-size: 14px;
}
.qq_questions_best .qq_answer{border:none;margin: 0;padding:0;}
.qq_questions_best .badge-danger{padding: 1px 4px 3px;}
.qq_questions_best .qq_answer_meta .btn-group button {
    line-height: normal;
    border-color: #a5d8a7;
    color: #45835c;
}
.qq_questions_best .qq_answer_meta .btn-group button:hover{color:#fff}
.qq_questions_best .qq_answer_meta .btn-group button.btn-outline-secondary:hover{border-color: #888888;}

.qq_answer_comments{border: 1px solid #ddd;background: #fff;margin-top: 10px;position: relative;display:none;}
.qq_answer_comments:before, .qq_answer_comments:after{
	content:"";
	width: 0;
	height: 0;
	border: 8px solid;
	position: absolute;
	top: -16px;
	left: 12px;
	border-color: transparent transparent #e2e2e2;
}
.qq_answer_comments:after{border: 6px solid;border-color: transparent transparent #fff;top: -12px;left: 14px;}
.qq_answer_comments_list{background:#fff}
.qq_answer_comments_list > p{
    margin: 0;
    padding: 20px 15px;
    line-height: 0;
    font-size: 14px;
    color: #777;
}

.qq_answer_comments_form{
    position: relative;
    border-top: 1px solid #ddd;
    background: #eee;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qq_answer_comments_form input{width: calc(100% - 50px) !important;height: 34px;min-height: auto !important;line-height: 32px !important;padding: 0px 10px;outline: none;border: 1px solid #ddd;float: left;border-radius: 3px;}
.qq_answer_comments_form .add_comm_btn{
    height: 34px;
    width: 43px;
    text-align: center;
    line-height: 34px;
    background: #3867d6;
    color: #fff;
    cursor:pointer;
    border-radius: 3px;
}
.qq_answer_comments_form .add_comm_btn svg{transform: rotate(44deg)}
.qq_answer_comments_form .add_comm_btn.qq_com_disabled_btn{cursor:not-allowed;background:#ddd}
.qq_answer_comments_form .add_comm_btn img{vertical-align: unset}
.qq_answer_comment{
    margin: 10px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
    display: block;
    clear: both;
}
.qq_answer_comment span{
    margin-left: 5px;
    color: #afafaf;
    font-size: 13px;
}
.qq_answer_comment:last-child{
    border: none;
    padding: 0;
}

.qq_answer_head .dropleft .dropdown-toggle::before{content:none}

.qq_answer_text textarea{
    clear: both;
    margin-top: 10px;
    display: inline-block;
    width: calc(100% - 15px);
    height: 60px;
    line-height: 16px;
    padding: 4px 6px;
}

.qq_answer_comments_form .c_guest_name{
    position: absolute;
    width: 100px !important;
}
.qq_answer_comments_form.is_guest_commenting input.comm_text{
    padding-left: 110px;
    width: calc(100% - 50px) !important;
}
.qq_answer_comments_form.is_capcha_commenting input.comm_text{
    padding-left: 110px;
    padding-right: 236px;
    width: calc(100% - 50px) !important;
}

.qq_answer_comments_form .is_comm_capcha{position: absolute;right: 60px;top: 11px;border-top: none !important;}
.qq_answer_comments_form .is_comm_capcha .captcha-modal, .qq_answer_comments_form .is_comm_capcha .captcha-modal__icons .captcha-image{height: 34px;}
.qq_answer_comments_form .is_comm_capcha .captcha-modal__icons-title{font-size:18px}

.qq_add_date_preview{
	float: left;
    max-width: 172px;
    height: 32px;
    padding: 0px;
    margin: 0;
    line-height: 0;
    display: none;
}
.qq_add_date_preview a{display:block;float: left;margin-right: 3px;}
.qq_add_date_preview a:hover:before{content:"x";position: absolute;color: #fff;background: red;height: 33px;width: 32px;line-height: 28px;text-align: center;font-size: 24px;}
.qq_add_date_preview a:last-child{margin-right: 0;}
.photo_to_qq {display:inline;background: none !important;cursor: pointer;top:0!important}
.photo_to_qq:focus {outline:none!important}
.photo_to_qq input[type="file"]{width:32px;height:44px;right:-9px!important;top:-20px !important;font-size:3px!important;}
.qq_questions_form .qq_questions_form_btns a.qq_add_ready img{
  cursor:no-drop;
  -moz-opacity:0.2;
  -ms-opacity:0.2;
  filter:alpha(opacity=20);
  -khtml-opacity:0.2;
  -o-opacity:0.2;
  -webkit-opacity:0.2;
  opacity:0.2;padding:9px 8px 9px}
.qq_questions_form .qq_questions_form_btns a.qq_photo_loading .photo_to_qq{cursor:no-drop}
.qq_questions_form .qq_questions_form_btns a.qq_add_ready .photo_to_qq input[type="file"]{display:none}
#addPhotoToAnswer.qq_photo_loading{width: 32px;min-width: 32px;text-align:right;padding-right: 8px;}
#addPhotoToAnswer .qq-upload-list{float:left;margin: 5px 0 0;}
#addPhotoToAnswer .qq-upload-list li{
    margin: 0;
}
#addPhotoToAnswer .qq-upload-list li .qq-upload-file{display:none}
#addPhotoToAnswer .qq-upload-list li .qq-upload-cancel{
    width: 20px;
    height: 20px;
    background: url("/templates/default/controllers/questions/img/cancel.png") no-repeat center 0px;
    float: right;
}
#addPhotoToAnswer .qq-upload-list li .qq-upload-cancel img{vertical-align:sub}
#addPhotoToAnswer .qq-upload-list li .qq-upload-failed-text{
    margin-right: 10px;
    color: red;
}

.qq_preview_block{background: #f9f9f9;border: 1px solid #eee;padding: 8px;display:none;overflow:hidden;margin-bottom: 10px}
.qq_preview_block .qq_pre_video{
    width: 100px;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
}
.qq_preview_block .qq_pre_video img{
    position: absolute;
    top: -10px;
    left: -10px;
    max-width: 150%;
}
.qq_preview_block .qq_pre_video a:after{content:"\25ba";position:absolute;left: 36px;top: 25px;color: #fff;font-size: 16px;background: rgba(255, 0, 0, 0.74);padding: 4px 7px 4px 9px;border-radius: 5px;}
.qq_preview_block .qq_pre_video a:hover:after{background:red}
.qq_preview_block .qq_pre_video span{
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 2px;
    font-size:0;
    cursor:default;
}
.qq_preview_block .qq_pre_video:hover span{font-size:14px;background: rgba(255, 0, 0, 0.76);}

.qq_questions_form .qq_questions_form_btns a:not(.btn) {
	margin-left: 5px;
	text-decoration: none;
	-moz-opacity: 0.4;
	-ms-opacity: 0.4;
	filter: alpha(opacity=40);
	-khtml-opacity: 0.4;
	-o-opacity: 0.4;
	-webkit-opacity: 0.4;
	opacity: 0.4;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 32px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.qq_questions_form .qq_questions_form_btns a:hover {
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    -o-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
}
.qq_questions_form .qq_questions_form_btns a img{vertical-align:middle}
.is_for_gal img{
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	filter: alpha(opacity=50);
	-khtml-opacity: 0.5;
	-o-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	vertical-align: sub;
}

.nyroModalYoutube, .nyroModalYoutube iframe{width:420px;height:315px;overflow: hidden;}
.qq_attach_file{display:block;clear:both;margin:5px 0 10px}
.qq_attach_file a:nth-child(2){cursor:pointer;color:red}

.reward_price{color: #d90022}
.qq_answer .qq_answer_text img[src^="/static/smiles"]{vertical-align: middle;}
.qq_questions_form .redactor_box, .qq_questions_form #idAreale_qq_questions_form_add{margin:5px 0 10px}
.qq_questions_form .redactor_box .redactor_editor{min-height:100px !important}
.qq_questions_form #idAreale_qq_questions_form_add{height: 148px !important}
.qq_questions_best legend a{
    display: inline;
    background: #fd7272;
    color: #fff !important;
    margin: 0 -7px 0 0;
    padding: 2px 6px 2px;
    cursor:pointer;
    border-radius: 1px;
    font-size: 13px;
}
.qq_questions_best legend a:hover{background:red}
.markItUp {clear: both;}

.qq_questions_view .btn:focus {box-shadow:none;}
.qq_questions_view .tags_bar {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.qq_questions_view .tags_bar li {
  float: left; 
}

.qq_questions_view .tags_bar a {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 25px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.qq_questions_view .tags_bar a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.qq_questions_view .tags_bar a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.qq_questions_view .tags_bar a:hover {
  background-color: crimson;
  color: white;
}

.qq_questions_view .tags_bar a:hover::after {
   border-left-color: crimson; 
}


.questions_photos_box .qq-upload-drop-area, .questions_files_box .qq-upload-drop-area{
	border: 2px dashed #ddd;
    border-radius: 10px;
    padding: 20px 10px;
    color: #888;
	display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.questions_photos_box .qq-upload-drop-area .icms-svg-icon, .questions_files_box .qq-upload-drop-area .icms-svg-icon{font-size: 32px;margin-bottom: 10px;}
.questions_photos_box .qq-upload-drop-area-active, .questions_files_box .qq-upload-drop-area-active{border-color: #4da96f;color: #276f42;}
.questions_group_btn{
	margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.questions_group_btn .qq-upload-button{}
.questions_group_btn .questions_or_text{}
.questions_group_btn #questions_add_photo_link{}
.qq-upload-list{
    padding: 0;
    margin: 0;
    list-style: none;
	z-index: 2;
    position: relative;
}
.qq-upload-list li{
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
	padding: 6px;
    margin: 15px 0 0;
	border-left: 3px solid #df6814;
}
.qq-upload-list li .qq-upload-file{
    border-right: 1px dotted #ddd;
    padding-right: 10px;
}
.qq-upload-list li .qq-upload-spinner{}
.qq-upload-list li .qq-upload-size{
    border-right: 1px dotted #ddd;
    padding-right: 10px;
}
.qq-upload-list li .qq-upload-cancel, .qq-upload-list li .qq-upload-failed-text{
    display: none;
}
.qq-upload-spinner {display:inline-block;background: url("../img/loading.gif") 0 5px no-repeat;width:15px;height: 23px;}
.questions_uploaded_photos, .questions_uploaded_files{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}
.questions_uploaded_photos.hide, .questions_uploaded_files.hide, .questions_send_btn.hide{display: none;}
.questions_send_btn{margin-top: 15px;text-align: right;}
.questions_uploaded_photo, .questions_uploaded_file{
    display: flex;
    gap: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 3px;
    align-items: center;
}
.questions_uploaded_photo img{
    width: 40px;
    height: 40px;
}
.questions_uploaded_file .icms-svg-icon{
    font-size: 28px;
}
.questions_uploaded_info{
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    line-height: 16px;
    font-size: 14px;
}
.questions_uploaded_delete{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 6px;
}

.modal-questions .recaptcha_wrap{
	display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .modal-questions {
        max-width:500px
    }
}

@media screen and (max-width: 767px){
	.qq_questions_info {
		font-size: 14px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	time[itemprop="dateCreated"] span{display:none}
}
@media screen and (max-width: 640px){
	.is_capcha_commenting.is_guest_commenting input.c_guest_name{
		width: calc(100% - 253px) !important;
		position: static;
		margin-bottom: -1px;
	}
	.qq_answer_comments_form .is_comm_capcha{
		right: 0;
		border-top: 1px solid #ccc !important;
		top: 0;
	}
	.qq_answer_comments_form.is_capcha_commenting input.comm_text{
		padding-left: 8px;
		padding-right: 8px;
		width: calc(100% - 61px) !important;
	}
}
@media screen and (max-width: 520px){
	.captcha-holder.captcha-theme-light{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 430px){
	.qq_link_answer{display:none !important}
	.is_capcha_commenting.is_guest_commenting input.c_guest_name{
		width: calc(100% - 22px) !important;
	}
	.qq_answer_comments_form .captcha-holder.captcha-theme-light{
		position: relative;
		display: inline-block;
		margin-bottom: -1px;
		height: 37px;
		line-height: 37px;
	}
	.qq_answer_comments_form .is_comm_capcha .captcha-modal, .qq_answer_comments_form .is_comm_capcha .captcha-modal__icons .captcha-image{height: 37px;}
	.qq_answer_comments_form .captcha-holder .captcha-modal__icons-title{top:1px}
	.qq_questions_ajax .qq_answer .qq_answer_meta, .qq_questions_best .qq_answer .qq_answer_meta {
        font-size: 14px;
    }
	.qq_questions_ajax .qq_answer .qq_answer_meta button span, .qq_questions_best .qq_answer .qq_answer_meta button span{display: none;}
}

@media screen and (max-width: 400px){
	.qq_answer_comments_form.is_guest_commenting input.c_guest_name{
		width: calc(100% - 22px) !important;
		position: static;
		margin-bottom: -1px;
	}
	.qq_answer_comments_form.is_guest_commenting input.comm_text{padding-left: 8px;width: calc(100% - 62px) !important;}
	.qq_link_answer,.qq_date_pub{display:none !important}
}