@media (min-width: 800px)  {
    .question-container .dropdown-menu{
        top:auto!important;
        left:auto!important;
        bottom:auto!important;
        right:auto!important;
        width:250px!important;
    }
}

#page_oshiete_view .item-content .item-media span {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-origin: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.question_vote>.question_upvote_btn:before, .question_vote>.question_downvote_btn:before {
    border-color: #EEE;
}
.question_vote>.question_upvote_btn.vote-active:before, .question_vote>.question_downvote_btn.vote-active:before{
    border-top-color: #2681d5;
    border-bottom-color: #2681d5;
}
#page_oshiete_view .poll_answer .answers_container.user_answered_this .poll_anwser_user,#page_oshiete_view .poll_answer .answers_container.user_answered_this .extra_info.percent{
    padding-top:11px;
}
.question-status{
    width: 100%;
    border-radius: 4px;
    text-align: center;
    padding:10px;
    display: inline-block;
    font-size:17px;
    font-weight: bold;
}
.question-status-open{
    background: #FFDFA1;
}
.question-status-has{
    background:#9aef94;
}
.best-answer-item{
    margin:8px 0;
    color:green;
}
.browse_category_title {
    display: flex;
    color: #fff;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 100%;
    background: #33333352;
    align-content: space-between;
    letter-spacing: 0.5px;
    flex-wrap:wrap;
    justify-content: center;
}
/*
.char {
    float: left;
    margin-right: 1px;
    font-size: 15px;
    width: 3.688%;
    margin-bottom: 20px;
}
*/
.home-checkbox-item{
    margin-top:10px;
    margin-right:20px;
}
#page_oshiete_home .home_checkboxes{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.browse_category_item {
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity:0.5;
    position:absolute;
    transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.browse_category_a:hover .browse_category_item {
    transform: scale(1.2);
}
.browse_category_a{
    width: 100%;
    height: 210px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: block;
}
.single_category_cover{
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0;
    display: block;
    margin-bottom:8px;
}
.space_info{
    color:grey;padding:0 10px 0 12px;font-size:12px;font-weight:normal;
}
.space_title{
    padding:10px 10px 0 10px;font-size:22px;width:100%;
}
.space_description{
    padding:0 10px;line-height:1.6em;font-size:14px!important;font-weight:normal;
}
.space_description .btn-primary{
    border-radius:20px;width:120px;
}
.question-status-closed{
    background: #f5c5c5;
}
.question-status-poll{
    background: #add8e6;
}
.question_vote>.question_upvote_btn:before {
    content: "";
    border-bottom-width: 15px;
    border-bottom-style: solid;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: auto;
    display: block;
}
.question_vote>.question_downvote_btn:before {
    content: "";
    border-top-width: 15px;
    border-top-style: solid;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: auto;
    display: block;
}

#page_oshiete_view .header-page-title a{
    font-weight: normal;
}
#page_oshiete_view h1.header-page-title{
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.question-actions .btn-default{
    margin-right: 10px;
    font-size: 13px;
    margin-top:10px;
    height:37px;
    border-color: #ccc !important;
}
.question-actions .btn-default i{
    padding-right: 5px;
}
.flex{
    display: flex;
}
.question_like{
    margin-top:10px;
    padding:0 10px;
}
.question-rating-info{
    display: flex;
    align-items: center;
    margin-top:7px;
}
.question-item-rating{
    margin-right: 15px;
    text-transform: capitalize;
}
.question-item-rating div{
    border:#eee solid 2px;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto 8px;
    height: 40px;
    width: 40px;
    font-weight: 700;
    line-height: 36px;
}
.application-actions a {
    color: #C4C4C4;
    padding-right: 15px;
}
.question_bottom .ico-bar-chart{
    color:#a1b500;
}
.question_bottom .question-status{
    zoom:0.7;
    width: auto;
    padding:10px 20px;
}

/*@media (max-width: 780px) {*/
    #page_oshiete_view .poll_answer .answers_container > div.poll_anwser_user{
        width: 100px;
    }
    /*
    .char{
        width: 7%;
        margin-left:13px;
    }
*/
    .question-container .event-item .item-outer .item-inner .item-top-info{
        padding:0;
    }
    .question-rating-info{
        margin-top:15px;
        justify-content: center;
    }
    .home_checkboxes{
/**/    flex-direction: row;/*
        align-items: flex-start;
        margin-left: 20px;*/
    }
    .question-main-block{
        width: 100% !important;
    }
    .home-checkbox-item{
        margin-right: 10px;
    }
    .categories-home-question{
        text-align: center;
    }
    .application-actions a{
        padding-right: 15px !important;
    }
    #page_oshiete_view .item_bar{
        top:0 !important;
    }
    #page_oshiete_view .contest_product_info{
        width: 90%;
    }
    .hide-mobile-question{
        display: none;
    }
    #page_oshiete_home .home_checkboxes{
        margin:0;
    }
    .question_bottom{
        margin-right: 15px;
        margin-bottom: 15px;
    }
    #page_oshiete_view .poll_answer .answers_container{
        flex-direction:row;
    }
/*}*/

#page_oshiete_view #content-stage,
#page_oshiete_index #content-stage{
    background-color:transparent!important;
}
#page_oshiete_view .col-md-12,
#page_oshiete_viewreply .col-md-12,
#page_oshiete_addreply .col-md-12,
#page_oshiete_index .col-md-12{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
/*
#page_oshiete_index .question-container .event-item .item-outer .item-inner {
    width: 100% !important;    
    display: block;
}* /
#page_oshiete_index .question-container{
    margin-top: 6px!important;
}*/
#page_oshiete_index .question-container .event-item{
    padding: 0!important;
    margin-bottom: 12px!important;
}
#page_oshiete_index .item-outer{
    padding: 0px!important;
}
#page_oshiete_index .item-outer.qhidden{
    padding: 10px!important;
    background-color:#f8f8f8;
    font-size:13px;
}
.question-container{
    padding-top:6px;
}
.question-container .item-inner,
.question-container .event-item .item-outer .item-inner{
    display: block;
    padding:10px;
    background-color:#fff!important;
}
.index_question.index_has_reply .item-title a{
    /*background-color:#f8f8f8!important;*/
    color:grey;
}
.index_question{
    padding:10px;border-radius:4px 4px 0 0;
    /*background-color:#fff;*/
    background-color:#f8f8f8!important;
}
.index_question .item-title{
    font-size:16px;font-weight:bold;
}
.index_box_shadow{
    box-shadow:0px -1px 7px grey;background-color:#fff;height:5px;
}
.index_replier_box{
    display:flex;justify-content:flex-start;align-items:center;gap:5px;background-color:#fff;
    padding:10px;flex-wrap: nowrap;
    border-bottom:1px solid #ccc;
}
.answer-block .index_replier_box{
    border-radius:4px 4px 0 0;
}
.vote_button_box{
    display:flex;
    justify-content:flex_start;
    gap:2px;
}
.vote_button_left{
    display:flex;font-size:12px;
    justify-content:flex_start; 
    align-items:center;   
    padding:0 10px;gap:10px;height:30px;border-radius:20px 0 0 20px;background-color:#f8f8f8;border:1px solid #ccc;min-width:100px;
}
.vote_button_left.no_text{
    min-width:30px!important;
}
.vote_button_right{
    display:flex;font-size:12px;
    justify-content:center;    
    align-items:center;    
    height:30px;border-radius:0 20px 20px 0;background-color:#f8f8f8;border:1px solid #ccc;width:30px;
}
.action_button_box{
    margin:10px 0 0 0;display:flex;justify-content:space-between;align-items:center;
}
.action_button_box.reply{
    justify-content:flex-start;gap:10px;
}
.action_button{
    padding:0 8px;font-size:12px;line-height:30px;flex-grow:1;text-align:center;
    height:30px;border-radius:20px;background-color:#f8f8f8;border:1px solid #ccc;color:#555;
}
.action_button.active,.action_button.no_text.active,.vote_button_left.active,.vote_button_left.no_text.active,.vote_button_right.active{
    color:#004170!important;border:1px solid #004170!important;
}
.action_button.circle{
    width:30px!important;border-radius:50%!important;
}
.long-answer-block > ol{
    list-style-type:decimal;
    margin-left:25px;
    margin-bottom:10px;
}
.kurs-container .dropdown-menu,
.question-container .dropdown-menu{
    top:auto!important;
    left:auto!important;
    bottom:50px!important;
    right:0!important;
    width:60vw!important;
}
.category_title_uppercase{
    text-transform:uppercase;
    color:grey;
    font-size:11px;
}
.info_box{
    font-size:14px;
}

/* --------------- CSS controller.view.html ------------------ */
.feed_sort_order .dropdown-menu {
    top: 10px !important;
    position: absolute!important;
    left: auto !important;
    bottom: auto !important;
    right: 0 !important;
    width:350px;
    /*margin-top:15px;*/
}	
#page_oshiete_view .feed_sort_order {
    /*border-bottom: 1px #dfdfdf solid;*/
    margin: 10px 0 18px 0;
    width:60px;
    /*position: relative;*/
}
#page_oshiete_view .feed_sort_order a.feed_sort_order_link, #page_oshiete_view .feed_sort_order a.feed_sort_order_link:hover {
    /*position: absolute;*/
    right: 0;
    top: -12px;
    display: block;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    color: #777777;
    background: #e4e8eb;
    padding: 5px;
}
#page_oshiete_view .feed_sort_holder {
    position: absolute;
    top: 0.4em;
    right: 0;
    z-index: 20000;
    display: none;
}
.question_answer_separator{
	display:flex;justify-content:space-between;
    align-items:center;font-size:12px;
    padding:10px 15px;
    margin:0 -15px 0px -15px;
    background-color:#e7eeee!important;
    /*border:1px solid #dedede;
    border-left:0!important;
    border-right:0!important;*/
}
.total_answer_box{
	padding:15px 0 20px 0;
	text-transform:uppercase;
	font-size:120%;
	color:#888;
}
.question_content_block{
	border:1px solid #cfdedd;
	box-shadow:2px 2px 8px #eee;
	/*margin-bottom:15px;*/
    background-color:#fff;
    border-radius:4px 4px 0 0;
}
.question_content_block .question_header{
	padding:10px 0 10px 15px;
	background-color:#c4d8e2;
	color:#444;
	font-weight:bold;
    border-bottom:1px solid #cfdedd;
    border-radius:4px 4px 0 0;
}
.question_content_block .question_header a{
	font-weight:bold;
	color:#444;
}
.question_content_block .question_footer{
	margin-top:15px;
	width:100%;
	text-align:center;
}
a.activity_trims_holder,
.best-answer-button,
.question_content_block .question_footer a{
	background-color:#f8f8f8;
	padding:8px;
	min-width:120px;
	border:1px solid #ddd;
	color:#444;
	font-size:12px;
	border-radius:24px;
	margin:0 5px;
	font-weight:bold;
}
/*
.answer-button-block a.active,
.question_content_block .question_footer a.active{
	background:#105c58;
	color:#fff;
}*/
.best-answer-active{
	background-color: #004170;
	color:#fff!important;
}
#question-stats > img{
	width:16px;
	height:auto;	
}
.question_content_block .question_footer a > span > img{
	width:24px;
	height:auto;
}
.question_content_block .question_body{
	padding:10px;
}	
.question-image > img{
	border:1px solid #ddd;
	border-top-left-radius:6px;
	border-top-right-radius:6px;	
}
.answer-user-location{
	font-size:90%;
}
.answer-user-image{
	float:none;
	width:70px;
	text-align:center;
}
.answer-user-header{
	display:flex;
	align-items:center;	
	padding:6px 0;
    border-bottom:1px solid #f8f8f8;
}
.answer-block-footer{
    border:1px solid #eee;
	border-top:0;
	box-shadow:0 -5px 5px 5px #eee;
}
.answer-button-block{
	margin-bottom:10px;    
}
.answer-block{
    border-radius:4px 4px 0 0;
	border: 1px solid #cfdedd;
	transition: border-color 2s;
    background-color:#fff;
    margin-bottom:10px;
}
.answer-answer{
  /*  padding:10px;*/
    word-wrap: break-word;
} 
/*.item-inner .answer-answer{
    padding:0!important;
}*/
.answer-answer a{
	color:#004170;
    /*padding:10px;*/
}
.answer-answer a:hover{
	text-decoration:underline;
}
.answer-answer > p > img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.thumb a{
	margin-left:10px;
	color:#666;
}
.show_in_mobile .question_vote {
margin-right: 0;
position: relative;
width: auto;
margin-left: 0;	
}
.question_vote{
	width:100%;
}
.question_downvote_btn.vote-active .ico.ico-play-circle-o,
.question_upvote_btn.vote-active .ico.ico-play-circle-o,
.question_downvote_btn .ico.ico-play-circle,
.question_upvote_btn .ico.ico-play-circle{
    display:none;	
}
.question_downvote_btn.vote-active .ico.ico-play-circle,
.question_upvote_btn.vote-active .ico.ico-play-circle,
.question_downvote_btn .ico.ico-play-circle-o,
.question_upvote_btn .ico.ico-play-circle-o{
    display:inline;	
}	
.question_downvote_btn.vote-active .ico,
.question_upvote_btn.vote-active .ico{
	color: #004170;
}
.question_vote > .question_upvote_btn.vote-active::before, 
.question_vote > .question_downvote_btn.vote-active::before {
    border:0!important;
}
.question_vote > .question_downvote_btn::before,
.question_vote > .question_upvote_btn::before {
    content: "";
    border-bottom-width: 0;
    border:0;
    margin:0;
}
.question_vote > .question_upvote_btn{
  -ms-transform: rotate(-90deg); /* IE 9 */
  transform: rotate(-90deg);
} 
.question_vote > .question_downvote_btn{
  -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg);
} 
.activity_trims_holder .ico{
	font-size:140%;
}
.best-answer-button .ico{
	font-size:120%;
}
.long-answer-block > ol,
.long-answer-block > ul{
	line-height:150%;
	margin-left:15px;	
}	

.long-answer-block > ol > li,
.long-answer-block > ul > li{
	margin-top:5px;
}	

.long-answer-block > ol{	
	list-style-type: decimal;
	margin-bottom:15px;
}
.long-answer-block > ul{
	list-style-type: disc;
	margin-bottom:15px;
}
/* --------------- END controller.view.html ------------------ */

/* --------------- START keywords -------------------------- */
/*.action_button*/
#keywords_input{
    border:0!important;background-color:#f8f8f8;width:calc(100% - 47px);border-radius:4px 0 0 4px;
}
.keywords_button{
    display:block;text-align:center;line-height:40px;width:40px;height:40px;
    margin-left:6px;border-radius:0 4px 4px 0;
    box-shadow: 0px 1px 1px 0px #ccc;background-image: linear-gradient(white,#f1f1f1);
    font-size:12px;color:#555;
}
#keywords_show{
    display:flex;gap:4px;padding:4px 0;flex-wrap:wrap;
}
#keywords_show > span{
    background-color:#f8f8f8;padding:4px;border:1px solid #dfdfdf;
}
#keywords_show > span .ico{
    font-size:12px;color:#888;text-shadow:1px 3px #f1f1f1;
}
#keywords_show > span > a{
    margin-left:10px;color:#222;display:inline-block;height:20px;width:20px;
}
.addcategory-inner-box{
    padding:6px 0;
}
.space-name-text label{
    font-weight:normal!important;
}
.add_category_output_left{
	border:1px solid #ccc;padding:4px;border-radius:4px 0 0 4px;background-image: linear-gradient(#dddddd,#dedede);
}
.add_category_output_right{
	border:1px solid #ccc;border-left:none!important;padding:4px;border-radius:0 4px 4px 0;background-image: linear-gradient(#dddddd,#dedede);width:25px;text-align:center;
}

.oshiete-block-item{
    margin-bottom:15px;
}
/* ----------------- START feed page ----------------- * /
._app_oshiete_entry.js_parent_feed_entry > .activity_feed_image{
    display:none!important;
}
._app_oshiete_entry.js_parent_feed_entry > .activity_feed_header{
    padding-left:20px!important;
}*/