/* single question page */
ul.question-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

.original-post a{ 
	font-size: 0.75em;
	text-decoration:none;
}
.loading-gif-grey{
	display:none;
}
	
ul.question-breadcrumb li{
    margin: 0;
    padding: 0;
}
ul.question-breadcrumb li.qna-headline h3{
    margin: 0;
    padding: 0;
}
i.best-ans-loader, i.cmt-ajx-loader, span.icon-refresh-ccw{
	display:none;
}
div.qna-btn-wrp, .snippet-mini-btns {
    display: flex;
    height: 20px;
    align-items: center;
    gap: 5px;
}

div.qna-btn-wrp button, .snippet-mini-btns button {
    border: none;
    background: #f1f1f1;
    cursor: pointer;
    height: 20px;
    display: flex;
    align-items: center;
}
div.qna-btn-wrp button:disabled, #answer-form button:disabled, .snippet-mini-btns button:disabled{
    color: #e4e4e4!important;
    text-shadow: 1px 1px 1px #fff;
    background: #f9f9f9!important;
}
div.qna-btn-wrp button.qna-accept-answer{
    font-size: 1.5em;
}
div.qna-btn-wrp button.qna-accept-answer:hover{
    color: #4CAF50;
}
div.qna-btn-wrp button.qna-best-answer{
    font-size: 1.5em;
    background: transparent;
    color: #4CAF50;
}
div.qna-btn-wrp button:hover{
    background: #e4e4e4;
}
ul.question-breadcrumb li.qna-author{
    font-size: 0.7em;
    color: #a9a9a9;
}

.qna-content, ol.suggested-answers .qna-answer-cnt{
    font-size: 0.9em;
    line-height: 1.9em;
}
.qna-content p.logged-in-as{
    margin: 5px 0;
}

.timeline-answer-header img.avatar{
    border-radius: 50%;
    float: left;
    margin-right: 5px;
}
div.answer-helpful-wrp{
    float: left;
    font-size: 0.7em;
    color: #c3c3c3;
}
div.answer-helpful-wrp .icon-thumbs{
	margin-right: 5px;
    cursor: pointer;
}
div.question-comment-form{
	display:none; 
}
/* answers */
div.snippet-wrp{
font-size: 0.9em;
    line-height: 1.9em;
}
ol.suggested-answers{
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: my-awesome-counter;
}
ol.suggested-answers > li {
  counter-increment: my-awesome-counter;
}

ul.answer-author{
    margin: 0;
    padding: 0;
    list-style: none;
}
ol.suggested-answers > li {
    border-bottom: 1px solid #ddd;
    background: #fff;
    margin: 10px 0;
    padding: 20px 30px;
}
ol.suggested-answers > li::before {
	content: counter(my-awesome-counter);
    color: #b2b2b2;
    font-size: 1rem;
    --size: 25px;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    background: #f6f6f6;
    border-radius: 0 0 50%;
    text-align: center;
    float: left;
    margin-left: -30px;
    margin-top: -20px;
}
ol.suggested-answers > li:first-child{
	margin: 0px 0 10px 0;
    border-top: 1px solid #c7c7c7;
}
ol.suggested-answers > li:last-child{
    border-bottom:none;
}

ul.answer-author li {
    padding: 0;
    margin: 0;
    font-size: 0.9em;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}
ul.answer-author > li.author-name a{
    color: #353535;
    text-decoration: none;
}
ul.answer-author > li.author-name a:after{
    font-family: fontawesome;
    content: "\f08e";
    margin-left: 5px;
}
ul.acceptedAnswer > li.author-name:after{
    font-family: fontawesome;
    content: "\f00c";
    margin-left: 5px;
    color: green;
    font-size: 2em;
    float: right;
	margin-right: 10px;
}
ul.answer-author > li time{
    color: #ababab;
    font-size: 0.9em;
}
ol.suggested-answers > li.qna-accepted-wrap{
    border-top: 2px solid #FF9800;
}
ol.suggested-answers iframe{
    border: 1px solid #f1f1f1
}

ul.question-comments {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3em;
}

ul.question-comments > li:first-child{
    border-top: 1px solid #e1e1e1;
}
ul.question-comments > li{

}
ul.question-comments > li .comment-inner-wrp{
    background: #fafafa;
    margin-bottom: 1px;
    padding: 15px 20px;
    margin-left: 50px;
    overflow: auto;
}
ul.question-comments > li span.content code {
    font: 0.9em/1.6em "Source Code Pro","Courier New",monospace;
    background: #f3f3f3;
    color: #3F51B5;
    padding: 2px 5px;
}
ul.question-comments > li img.avatar{
    float: left;
    margin-right: 5px;
    border-radius: 50%;
}
ul.question-comments > li span.content{
    margin-left: 25px;
    display: block;
}
ul.question-comments > li span.content p{
    padding: 0;
    margin: 0;
    display: inline;
}
/* comment form */
.comment-form-wrap{
    text-align: right;
    margin-bottom: 10px;
}
.comment-form-wrap textarea{
	width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 10px;
    box-shadow: inset 2px 3px 1px 0px #0000000d;
}
.uibutton { 
    position: relative; 
    z-index: 1;
    overflow: visible; 
    display: inline-block; 
    padding: 0.3em 0.6em 0.375em; 
    border: 1px solid #999; 
    border-bottom-color: #888;
    margin: 0;
    text-decoration: none; 
    text-align: center;
    font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif; 
    white-space: nowrap; 
    cursor: pointer; 
    /* outline: none; */
    color: #333; 
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
    background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: linear-gradient(#f5f6f6, #e4e4e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}

.uibutton:hover,
.uibutton:focus,
.uibutton:active {
    border-color: #777 #777 #666;
}

.uibutton:disabled{
    color: #c1c1c1;
    text-shadow: 1px 1px 1px #ffffff;
    background: #f1f1f1;
    cursor: not-allowed;
}

.uibutton:active {
    border-color: #aaa;
    background: #ddd;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.question-mini-btn{
	margin-left:3px;
}
span.comment-text-wrp {
    text-align: left;
    display: inline-block;
    float: left;
}
.form-question-comment .comment-input{
    margin-right: 5px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    max-width: 100px;
	box-shadow:inset 2px 3px 1px 0px #0000000d;
}
/* question editor */
.qna-form-style{
    background: #fff;
    padding: 20px 30px;
    margin-top: -2px;
    list-style: none;
}
.qna-form-style li label{
    display: block;
    font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}
.qna-form-style li label span.required{
    color:red;
	margin-left: 2px;
}
.qna-form-style p{
	font-size: 0.8em;
}
.qna-form-style p.info-txt{
    font-size: 0.8em;
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #9a9a9a;
	font-family: Arial, sans-serif;
	display: inline;
}

.qna-form-style p img.avatar {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.qna-form-style input[type=text], .qna-form-style input[type=email], .qna-form-style input[type=url], .qna-form-style textarea{
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
    border-radius: 3px;
    width: 100%;
	outline:none;
}
.qna-form-style textarea{
    height:400px;
}
.qna-form-style input.divide-3{
	width: 32.7%;
}
.qna-form-style input.divide-2 {
    width: 49.5%;
}
.small{
    font-size: 0.7em;
}
ul.form-bottons {
	margin: 10px 0 5px 0px;
    padding: 0;
    list-style: none;
    font-size: 0.8em;
}
ul.form-bottons li {
    display: inline-block;
    margin-right: 5px;
}
ul.form-bottons li button {
    border: 1px solid transparent;
    padding: 5px 10px;
    background: transparent;
    cursor: pointer;
}
ul.form-bottons li button:hover {
    border: 1px solid #ddd;
}
ul.form-bottons li button:before{
	font-family: fontawesome;
    margin-top: 10px;
    text-align: center;
    width: 100%;
	    margin-right: 3px;
}

ul.form-bottons li button.code:before{
	content:"\f121";
}
ul.form-bottons li button.link:before{
	content:"\f0c1";
}
ul.form-bottons li button.jsfiddle:before{
	content:"\f1cc";
}
ul.form-bottons li button.codepen:before{
	content:"\f1cb";
}
ul.form-bottons li button.image:before{
	content:"\f03e";
}
ul.form-bottons p.logged-in-as img.avatar{

}

ul.form-bottons li button:hover{
	
}
h4.form-header{
    font-size: 1.1em;
    margin: 20px 0 0 0;
    color: #868686;
}
h3.answer-seperator{
    margin: 10px 0 0 0;
    color: #868686;
    font-size: 1.2em;
}

/* question issues lists */
ul.list-issues, ul.snippets-lists {
    list-style: none;
    padding: 10px 10px;
}
ul.snippets-lists li {
    padding: 5px 5px;
    border-bottom: 1px solid #eee;
}
ul.snippets-lists li a.issue-text {
    width: 80%;
    overflow: auto;
    display: block;
}
ul.list-issues li{
    padding: 10px 10px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1px;
}
ul.list-issues li.pending {
	    background: #f6f9ff;
}

ul.list-issues li {
}
ul.list-issues li a:hover{
    text-decoration:none;
}
ul.list-issues li:hover{
	background: #fbfbfb;
}
ul.list-issues a.issue-text{
    width: 85%;
    display: inline-block;
    text-decoration: none;
}
ul.list-issues .avatar-wraper {
    float: left;
    margin: -3px 10px 0px 5px;
    padding: 0;
}


div.infobox-answers {
	float: right;
}
div.infobox-answers a{
	text-decoration:none;
}
div.infobox-answers:hover{
	background: #fbfbfb;
}

ul.snpt-tags li {
	display: inline-block;
	padding: 1px 5px;
	border: none;
	background: #2196F3;
	margin: 1px;
	color: #edf5ff;
	font: 11px Arial, Helvetica, sans-serif;
}
ul.snippets-lists li ul.pending>li, ul.snippet-info li ul.pending>li{
background: #888;
}
ul.snpt-tags li a {
    color: #edf5ff;
	text-decoration:none;
}
h3.question-list-header, h3.snippets-list-header{
    margin: 0;
    padding: 0px 0px 5px 20px;
    border-bottom: 1px solid #ddd;
}
h3.question-list-header span, h3.snippets-list-header span {
    margin-left: 5px;
    color: #9E9E9E;
}
h3.question-list-header a.question-mini-btn, h3.snippets-list-header a.question-mini-btn{
    float: right;
    font-size: 0.5em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
h3.question-list-header span, h3.snippets-list-header span {
    font-size: 0.5em;
    margin-left: 5px;
    color: #9e9e9e;
    font-family: 'Headland One', serif;
    font-weight: normal;
}
/* snippets */
ul.snippet-info {
    list-style: none;
    padding: 0 0 5px;
    margin: 0 0 8px;
    font-size: .78em;
    color: #9d9d9d;
	height: 25px;
}
h4.snippet-title {
    font-size: 1.2em;
}

ul.snippets-lists li {
    padding: 5px;
    border-bottom: 1px solid #eee
}
ul.snippets-lists li.snippet-pub{
	float:left;
}
ul.snippets-lists li a.snippet-text {
    width: 80%;
    overflow: auto;
    display: block;
	text-decoration:none;
}
ul.snpt-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
ul.snippets-lists .avatar-wraper img.avatar, ul.list-issues .avatar-wraper img.avatar {
    border-radius: 50%;
	width:30px;
	height:30px;
	overflow:hidden;
}
ul.snippets-lists .avatar-wraper img.registered, ul.list-issues .avatar-wraper img.registered, .timeline-question-header img.registered, .timeline-answer-header img.registered{
    border: 1px solid white;
    box-shadow: 1px 1px 3px #dedede;
}
@media only screen and (max-device-width: 768px)and (-webkit-min-device-pixel-ratio: 2) {
	.qna-form-style {
		padding: 20px;
	}
	.qna-form-style input[type=text], .qna-form-style input[type=email], .qna-form-style input[type=url], .qna-form-style textarea{
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	ul.question-comments > li .comment-inner-wrp{
		margin-left: 0;
	}
	span.comment-text-wrp{
		display: block;
		float:none;
	}
	.form-question-comment .comment-input {
		margin-right: 0px;
		max-width: 42.6%;
	}
	.comment-form-wrap textarea {
		width: 98%;
	}
}