/*start bootstrap styles  */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
  clear:both;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.pull-right{
	float:right !important;
}
.pull-left{
	float:left !important;
}

/* end bootstrap styles */

.ap-container{
	margin: 0;
}
.no-overflow{
	overflow:hidden;
}
.ap-avatar{
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}
.ap-avatar img{
    border-radius: 2px;
    box-shadow: none;
}
.single-question #main, .tax-question_category #main{
	display:table;
	width:100%;
}
#ap-sidebar > #secondary {
    margin-top: 0;
    width: auto;
}
#ap-container {
    line-height: 18px;
	font-family: arial,helvetica,serif;
}
#ap-container .ap-content{
    margin-bottom: 25px;
    max-width: 685px;
    position: relative;
}
#ap-container .user-header{
	margin-bottom: 15px;
}
.ap-user-meta {
    color: #959bae;
    margin-bottom: 10px;
}
.ap-user-meta .who {
    display: block;
    font-weight: bold;
}

#ap-container .user-header .user-meta > *{
	display:block;
}
#ap-container .user-header .who{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 2px;
}
#ap-container .user-header .when{
    color: #777777;
    font-size: 12px;
}
#ap-container .user-header .question-taxo > *{
	float: left;
    margin: 0;
}
#ap-container .user-header .question-taxo .question-cats{
	margin-right:10px;
}
.ap-container .question-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}
.ap-container h2.question-title {
    font-size: 25px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 20px;
}
.ap-container .question-title a {
    color: #3e4457;
    text-decoration: none;
}
.ap-question-cells {
    margin-bottom: 30px;
}
#ap-container .question-content, #ap-container .answer-content{
    color: #555555;
    font-family: helvetica,arial;
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 10px;
}

.ap-container .ap-question-meta{
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    list-style: none outside none;
    margin: 0 0 15px;
    padding: 10px 0;
}
.ap-container .ap-question-meta > li {
    border-right: 1px solid #ddd;
    color: #9ca2b3;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px 0 0;
    padding: 3px 10px;
}
.ap-container .ap-question-meta > li:last-child{
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}
.ap-question-meta .question-tags a{
    background: none repeat scroll 0 0 #5db2f4;
    border-radius: 3px;
    color: #fff;
    padding: 3px 10px;
}
#ap-container .ap-question-meta .question-status{
    margin-right: 10px;
    margin-top: 0;
}
#ap-container .question-meta .views-count{
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    color: #777777;
    font-family: Helvetica,Arial,sans-serif;
    margin-right: 10px;
    padding: 0 5px;
    text-decoration: none;
}
#ap-container .question-meta .question-cats{
    border-right: 1px solid #E1E1E1;
    margin-right: 5px;
    padding-right: 5px;
}
#ap-container .question-meta .category, #ap-container .question-meta .tags{
	display:inline;
}
#ap-container .question-meta ul,#ap-container .question-meta li{
	display:inline;
}

#answers {
    margin-bottom: 20px;
}

.author-avatar img {
    border-radius: 3px;
}
.vote-single{
    border-radius: 3px;
    box-shadow: 0 0 2px #DDDDDD;
    float: left;
    margin-right: 10px;
    min-width: 21px;
    padding: 5px;
}
.vote-single .ap-voting {
    margin: 0;
    padding: 0;
}

#ap-container .question-title a{
	text-decoration:none;
}
.ap-content-inner {
    margin-left: 55px;
}
.ap-user {
    display: inline;
    float: left;
    padding-right: 12px;
    width: 54px;
}

.ap-user img{
	border-radius:5px;
}

#question .ap-content-inner .author-display{
    font-weight: bold;
    margin-bottom: 5px;
}
#answers .ap-answer-count {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    padding: 5px 0;
}
#answers .answer {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    padding-top: 20px;
}

#answers .answer-header {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* Comments */

.ap-comments-inner {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.ap-comments.comments-area {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ap-comments .commentlist{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ap-comments .commentlist li{
	margin:0;
	padding:0;
	border-top: 1px solid rgba(0,0,0,0.06);
}
.ap-comments .commentlist li:first-child{
	border-top: none;
}
.ap-comments .commentlist li article{
    margin: 0;
    padding: 10px;
}
.ap-comments .commentlist .c-avatar{
    margin-right: 15px;
    margin-top: 5px;
}
.ap-comments .commentlist .comment-content{
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.ap-comments .inline-edit-comment{
    display: table;
    width: 100%;
}
.ap-comments .inline-edit-comment textarea{
    display: table-cell;
	vertical-align:top;
}
.ap-comments .inline-edit-comment button{
    display: table-cell;
    margin-left: 10px;
    vertical-align: top;
}
.ap-comments .commentlist .comment-content .comment-meta{
    font-size: 11px;
    margin-bottom: 4px;
}
.ap-comments .commentlist .comment-content .who{
    color: #777777;
    font-weight: 600;
}
.ap-comments .commentlist .comment-content .comment-edit-btn, .ap-comments .commentlist .comment-content .comment-delete-btn{
    background: #DDDDDD;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 10px;
    line-height: 14px;
    margin-left: 5px;
    padding: 1px 6px;
}
.ap-comments .commentlist .comment-content .comment-edit-btn:hover{
	background: #555;
}
.ap-comments .commentlist .comment-content .comment-delete-btn:hover{
	background: #ff6666;
}
.ap-comments .commentlist .comment-content .comment-edit-btn:before{
	margin-right:2px;
}
.ap-comments .commentlist .comment-content .comment-delete-btn i{
    font-size: 8px;
    margin-right: 3px;
}
.ap-comment-texts{
    font-size: 12px;
    margin: 0;
}
.ap-comment-texts time {
    color: #aaa;
    font-style: italic;
}

.ap-comments .commentlist .comment-content textarea{
    -moz-box-sizing: border-box;
    width: 500px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ap-comments .commentlist .comment-content a{
	text-decoration:none;
	color: #888888;
}
.ap-comments .commentlist .comment-content.comment > p {
    margin: 0;
}
.ap-comments .commentlist .comment-content .edit-link{
	margin:0;
}
.ap-comments.comments-area article header {
    margin: 0;
}
.single-question #respond {
	margin-top:0;
}
.single-question #commentform{
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    display: table;
    margin: 10px 0 0;
    width: 100%;
}
.single-question #commentform #anspress-comment{
    display: table-cell;
    margin: 10px;
    vertical-align: top;
}
.single-question #commentform .form-submit{
    display: table-cell;
    max-width: 85px;
    padding: 10px;
    text-align: right;
    vertical-align: top;
}
.question-content, .answer-content {
    color: #3e4457;
}


/* ---------------votings-----------------------
---------------------------------------------- */

.ap-voting a.vote-up,.ap-voting a.vote-down{
    color: #14abd8;
    font-size: 20px;
    padding: 0;
    text-decoration: none;
}
.ap-voting *{
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    min-width: 15px;
    padding: 0 5px;
    text-align: center;
}
.ap-voting .net-vote-count{
    font-weight: bold;
    padding: 3px 0;
}
.ap-voting a.voted{
	color:#ec5858;
}

.ap-voting a.disable{
	color:#ddd;
}
.ap-single-vote {
    float: left;
    margin: 0 auto;
    padding: 3px 0;
    width: 40px;
}
.ap-single-vote .disable{
	display:none;
}

.ap-single-vote:hover  .disable{
	display:block;
}

/* user actions buttons */
.ap-container .ap-user-actions {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 0;
}
.ap-container .ap-user-actions > li {
	float:left;
	margin: 0 10px 0 0;
}
.ap-container .ap-user-actions > li a {
    color: #2377b8;
    text-decoration: none;
}
.ap-container .ap-user-actions > li > a:before{
	margin-right:5px;
}


.ap-comments .form-submit {
	display: none;
}
/*----------------- Favourite ------------------
--------------------------------------------- */
.favourite-c {
    margin-bottom: 15px;
}
.favourite-c span {
    color: #777;
    font-size: 12px;
    margin-left: 2px;
}
.favourite-btn {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    text-decoration: none;
}

.favourite-c .favourite-btn.added {
    background: none repeat scroll 0 0 #e45840;
    border: 1px solid transparent;
    color: #fff;
}

/*---------------------- Close btn ---------------
--------------------------------------------------*/

a.close-btn{

}
a.close-btn.closed{

}

/* ------------Flag note and button----------------------
---------------------------------------------------- */
body.modal-open {
    margin-right: 0;
}
.modal.flag-note{
	overflow-y: auto;
}
.flag-note .modal-header {
    padding: 10px 15px;
	border-bottom: 0 none;
}
.flag-note .modal-title{
    clear: none;
    font-size: 16px;
    font-weight: bold;	
}
.flag-note .note {
    font-size: 13px;
    padding: 10px 5px;
}
.flag-note .note.active {
	background:#eee;
}
.flag-note .note-radio{
	margin-right:10px;
}
.flag-note .note-desc{
	overflow:hidden;
}
.flag-note .note-desc h4{
    font-size: 13px;
    font-weight: bold;
    margin-top: 0;
}
.flag-note .note-desc p{
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.flag-note .note-desc .other-note {
    margin-top: 10px;
    width: 97%;
	display:none;
}
.flag-note .note.active .note-desc .other-note {
	display:block;
}
.flag-note .modal-footer {
    border-top: 0 none;
    margin-top: 0;
    padding: 5px 15px 15px;
}


/* list  */
.question-list {

}
.summery.wrap-left {
    overflow: hidden;
}
.ap-container .question-list .question {
    border-bottom: 1px solid #eee;
    display: block;
    margin: 0 0 10px;
    padding: 0;
}
.question-list .question:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.question-list .list-voting{
	margin: 0 10px 0 0;
}

.question-list .ap-content-inner{
    border-bottom: 1px solid #F6F6F6;
    display: table;
    width: 100%;
	line-height: 1.84615;
}
.question-list .wrap-right {
    display: block;
    float: right;
    text-align: center;
    width: 110px;
}
.question-list article:nth-child(2n) .ap-content-inner {
    background: #FFFFFF;
}
.question-list .ap-content-inner .ap-avatar {
    display: table-cell;
    float: none;
    margin: 0;
    padding: 10px;
    vertical-align: top;
    width: 35px;
}
.question-list .ap-content-inner .ap-avatar img{
	margin-top: 6px;
}
.question-list .ap-content-inner .wrap-left {
    display: table-cell;
    vertical-align: top;
	padding: 10px;
	max-width:458px;
}

.question-list .entry-title{
    font-weight: 400;
    margin: 0;
    text-transform: none;
}
.question-list .entry-title a{
    color: #0074A2;
    text-decoration: none;
}
.question-list .ap-content-inner .author-avatar {
    display: table-cell;
    margin-right: 20px;
    margin-top: 1px;
    vertical-align: top;
}

.question-list .ap-answer-count, .question-list .ap-vote-count{
    background: none repeat scroll 0 0 #f3f3f3;
    border-radius: 50%;
    color: #666;
    display: block;
    float: left;
    font-size: 10px;
    height: 50px;
    margin: 6px 5px 6px 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 50px;
}
.question-list .ap-answer-count > span, .question-list .ap-vote-count > span{
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 4px;
}
.question-list .ap-content-inner .ap-answer-count{
    background: none repeat scroll 0 0 #A5D887;
    color: #FFFFFF;
    margin-right: 10px;
}
.question-list .ap-content-inner .answer-count:hover{
	background: #fa725a;
}
.question-list .ap-content-inner span.views-count:hover{
	background: #E7E7E7;
}

.question-list .ap-content-inner .excerpt{
    color: #777777;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 20px;
    margin-bottom: 10px;
}

.question-list .list-meta{
    color: #777777;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
}
.question-list .list-meta .question-status {
    margin-right: 10px;
    margin-top: 3px;
}
.question-list .list-taxo{
    display: block;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.question-list .list-taxo >*{
    display: inline;
    font-size: 12px;
    margin: 0 10px 0 0;
}
.question-list .list-taxo .in-cat{
	display: inline;
}
.question-list .list-meta .question-tags{
    display: inline;
    margin: 0 0 0 10px;
}
.question-list .list-meta .question-tags:before{
    color: #AAAAAA;
    margin-right: 7px;
}
.question-list .list-meta .question-tags li a{
    background: #F3F3F3;
    border: medium none;
    color: #A0A0A0;
    line-height: 14px;
    margin: 0 5px 0 0;
    padding: 1px 4px;
    text-transform: lowercase;
}

/* tags list */
.question-tags:before, .question-cats:before {
    color: #AAAAAA;
    font-size: 10px;
    margin-right: 5px;
}
.question-tags, .question-cats{
    display: block;
    margin: 0;
    padding: 0;
}

.question-tags li, .question-cats li{
    display: inline-block;
    list-style: none outside none;
    margin: 0 5px 0 0;
}
.question-tags li a, .question-cats li a{
    padding: 0;
    text-decoration: none;
}

/* Question form */
#ask_question_form label {
    margin-bottom: 5px;
}


/* Login register form */
#login, #register{
	max-width:480px;
	margin:0 auto;
}
.or-sep{
    background: #DDDDDD;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-weight: bold;
    height: 50px;
    line-height: 48px;
    margin: 0 auto 20px;
    max-width: 480px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
	z-index: 5;
}
.or-sep:after{
    border: 1px solid #DDDDDD;
    content: "";
    display: block;
    left: -130px;
    min-width: 300px;
    position: absolute;
    top: 22px;
    width: 100%;
	z-index: -1;
}

/* post status label */
.question-status{
    background: none repeat scroll 0 0 #aaaaaa;
    border-radius: 2px;
    color: #ffffff;
    display: table;
    float: left;
    font-size: 11px;
    line-height: 15px;
    margin-right: 5px;
    min-width: 40px;
    padding: 0 4px;
    text-align: center;
}
.question-status.open{
	background:#8fc61b;
}
.question-status.solved{
	background:#4ac1ff;
}
.question-status.duplicate{
	background:#feb714;
}
.question-status.closed{
	background:#f45e5e;
}

/* forms */

#answer-form-c .user-meta{
	border-bottom: 1px solid #EEEEEE;
}
#answer-form-c .user-meta .who {
    display: block;
    margin-top: 7px;
}

#ask_question_form .wp-editor-wrap, #answer_form .wp-editor-wrap {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
}

#answer_form div.mce-toolbar-grp {
    background-image: linear-gradient(#fff, #f5f5f5);
}
#answer_form div.mce-statusbar .mce-path {
    display: none;
}

#answer-form-c .author-avatar {
    margin-right: 12px;
}



#please-login{
    background: #F35C5C;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 12px;
    left: 50%;
    margin-left: -95px;
    padding: 10px 20px;
    position: fixed;
    text-align: center;
    top: 55px;
}
#please-login button{
	background: rgba(0, 0, 0, 0.1);
    float: right;
    line-height: 12px;
    margin-left: 10px;
    margin-right: -15px;
    padding: 2px 5px;
}

#change-status > li{

}
.ap-container #change-status > li a{
    display: block;
    text-transform: capitalize;
}
#change-status > li > a:before{
	margin-left:0;
}

.ap-container #change-status{
	padding:0;
	margin:0;
	list-style:none;
}
.ap-container #change-status li{
	padding:0;
	margin:0;
}

#change-status > li > ul a:before{
    border: 5px solid;
    content: "";
    display: block;
    float: left;
    margin: 4px;
}

#change-status a.open:before{
	border-color: #4cd58a;
}
#change-status a.solved:before{
	border-color: #4ac1ff;
}
#change-status a.closed:before{
	border-color: #f64d55;
}
#change-status a.duplicate:before{
	border-color: #f7ba36;
}

/* widget style */
.ap-sidebar{
    display: table-cell;
    padding-left: 25px;
    vertical-align: top;
    width: 250px;
}
.ap-sidebar > #secondary{
	width:auto;
}
.ap-sidebar .widget {
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 10px;
}
.ap-sidebar .widget h3{
	margin-top:0;
}
.ap-sidebar .widget a{
	color:inherit;
}

/* pagination */
ul.ap-pagination{
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: table;
    margin: 10px 0 0;
}
.ap-pagination li{
    float: left;
    list-style: none outside none;
    margin: 0;
	border-right: 1px solid #DDDDDD;
}
.ap-pagination li:last-child{
	border-right: none;	
}
.ap-pagination li.active{
	background:#eee;
}
.ap-pagination li a, .ap-pagination li span {
    display: block;
    padding: 4px 15px;
    text-decoration: none;
}

/* ------ Categories Page -------- */

#ap-categories{

}
#ap-categories .ap-term-list{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#ap-categories .ap-term-list li{
    display: inline-block;
    margin: 0;
    width: 50%;
}
#ap-categories .ap-term-list li .ap-taxo-inner{
    background: none repeat scroll 0 0 #F9F9F9;
    border-bottom: 1px solid #EDEDED;
    border-radius: 4px;
    display: block;
    margin: 5px;
    padding: 15px;
    position: relative;
}

#ap-categories .ap-term-list li .ap-taxo-body {

}
#ap-categories .ap-term-list li a.taxo-title{
    display: block;
    font-size: 14px;
    font-weight: 600;
}
#ap-categories .ap-term-list li .desc{
    color: #777777;
    font-size: 13px;
    margin-top: 5px;
}
#ap-categories .ap-term-list li .taxo-footer{
    margin-top: 10px;
    padding-top: 10px;
}
#ap-categories .ap-term-list li .taxo-footer > ul.child{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E9F2F7;
    display: none;
    left: 0;
    list-style: none outside none;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
}
#ap-categories .ap-term-list li .taxo-footer > ul.child li{
    display: block;
    float: none;
    width: auto;
}
#ap-categories .ap-term-list li .taxo-footer > ul.child li a{
    border-bottom: 1px solid #F3F3F3;
    color: #888888;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
}
#ap-categories .ap-term-list li .taxo-footer > ul.child li a:hover{
	background:#edfbfd;
}

#ap-categories .ap-term-list li .taxo-footer > ul.child li a span{
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 6px;
    display: block;
    float: right;
    line-height: 18px;
    margin-top: 1px;
    padding: 0 12px;
}
#ap-categories .ap-term-list li .taxo-footer > ul.child li a:hover span{
	background:#A5D887;
	color:#fff;
}
#ap-categories .ap-term-list li .taxo-status{
	list-style:none;
}
#ap-categories .ap-term-list li .taxo-status li{
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 10px;
    margin-right: 5px;
    padding: 1px 6px;
    width: auto;
}
#ap-categories .ap-term-list li .taxo-status li.cat-feed {
    float: right;
    margin: 0;
    padding: 0;
}
#ap-categories .ap-term-list li .taxo-status li.cat-feed a{
    font-size: 17px;
    line-height: 25px;
    margin: 0;
    padding: 0 4px;
}
#ap-categories .ap-term-list li .taxo-status li.question-count{
	background:#E45840;
}
#ap-categories .ap-term-list li .taxo-status li.sub-cat-count{
	background:#8fc61b;
}
#ap-categories .ap-term-list li .taxo-status li.sub-cat-count a{
	color:#fff;
}
#ap-categories .ap-term-list li .taxo-status li.sub-cat-count i{
    display: block;
    float: right;
    font-size: 14px;
    line-height: 100%;
    margin-left: 5px;
    margin-top: 2px;
}
#ap-categories .ap-term-list li .taxo-status li span{
    background: #F1F1F1;
    border-radius: 7px;
    float: right;
    line-height: 20px;
    padding: 0 14px;
}

.ap-taxo-detail{
    border: 1px solid #ECECEC;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px;
}
.ap-taxo-detail h3{
    display: block;
    float: left;
    font-size: 18px;
}
.ap-taxo-detail .ap-taxo-meta{
	float: right;
}
.ap-taxo-detail .ap-taxo-meta .count{
    background: none repeat scroll 0 0 #8FC61B;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    padding: 1px 5px;
}
.ap-taxo-detail .ap-taxo-meta .feed-link{
    background: none repeat scroll 0 0 #F1A34F;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 1px 4px;
}
.ap-taxo-detail .desc{
    color: #777777;
    line-height: 22px;
    margin-top: 7px;
}
.ap-taxo-detail .ap-child-list{
	margin-top:5px;
}
.ap-taxo-detail .ap-child-list li{
    float: left;
    width: 25%;
}
.ap-taxo-detail .ap-child-list li a{
    display: block;
    padding: 5px;
}
.ap-taxo-detail .ap-child-list li a span{
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 2px;
    color: #777777;
    float: right;
    font-size: 11px;
    padding: 0 6px;
}

/* ------Tags Page-------- */
#ap-tags .ap-tags-list li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
#ap-tags .ap-tags-list li .tag-list-inner{
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #EDEDED;
    border-radius: 4px;
    display: block;
    margin: 5px;
    padding: 15px;
}
#ap-tags .ap-tags-list li .tag-list-inner a.ap-tags{
    background: none repeat scroll 0 0 #8FC61B;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 7px;
    position: relative;
    text-transform: capitalize;
}

#ap-tags .ap-tags-list li .tag-list-inner a span{
	position:relative;
}

#ap-tags .ap-tags-list li .tag-list-inner p{
    color: #777777;
    font-size: 13px;
    margin-top: 5px;
}
#ap-tags .ap-tags-list li .tag-list-inner .feed-link{
    background: none repeat scroll 0 0 #F1A34F;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    float: right;
    padding: 1px 4px;
}
.form-groups {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}
.for-non-logged-in {	
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-bottom: 20px;
    padding: 10px;
}
.ap-sign-up-label{
    background: none repeat scroll 0 0 #fafafa;
    border-bottom: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
    display: block;
    margin: -10px -10px 10px;
    padding: 10px;
}
.ap-ans-form-label {
    font-weight: bold;
    text-transform: uppercase;
}
.ap-footer {
    border-top: 1px solid #eee;
    display: block;
    margin-top: 30px;
    padding: 10px 0;
}
.ap-author-credit {
    color: #aaa;
    font-size: 12px;
}

/* anspress tabs */
.ap-container .ap-tabs {
    border-bottom: 1px solid #aaa;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.ap-container .ap-tabs li {
    float: left;
    list-style: none outside none;
    margin: 0;
}
.ap-container .ap-tabs li a{
	text-decoration:none;
}
.ap-container .ap-tabs li a {
    display: block;
    padding: 6px 15px;
    text-decoration: none;
	border-radius: 3px 3px 0 0;
}
.ap-container .ap-tabs li.active a {
    border-color: #aaa #aaa #fff;
    border-image: none;    
    border-style: solid;
    border-width: 1px;
    margin-bottom: -1px;
	color: inherit;
}
.ap-container .ap-tabs li:hover a{
	background:#eee;
}

#ap-messagebox{
    position: fixed;
    right: 4px;
    top: 35px;
	z-index: 9999;
}
#ap-ajax-loading {
    background: url("../images/loading.png") no-repeat scroll 6px center #ff923a;
    border-radius: 2px;
    color: #fff;
    padding: 15px 15px 15px 40px;
	width:280px;
}
.ap-message-item{
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    margin-top: 5px;
    padding: 15px; 
	width:280px;
}
.ap-message-item.success{
	background:#79c180;
	color:#fff;
}
.ap-message-item.warning{
	background:#eaae3b;
	color:#fff;
}
.ap-message-item.error{
	background:#ee5f5f;
	color:#fff;
}

/* Modal */

.ap-modal-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: .50;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
	z-index: 1000;
}

.ap-modal-content {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    display: none;
    left: 50%;
    margin: -120px 0 0 -160px;
    padding: 10px;
    position: fixed;
    top: 50%;
    width: 500px;
    z-index: 1000;
}

.active .ap-modal-bg, .active .ap-modal-content {
	display: block;
}
.ap-modal-title {
    border-bottom: 1px solid #ddd;
    margin: 0 -10px 10px;
    padding: 10px 15px 15px;
}

.ap-inline-list{
	list-style:none;
	padding:0;
	margin:0;
}
.ap-inline-list > li{
	list-style:none;
	margin-right:5px;
	float:left;
}

.ap-tax-description {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
}

.ap-container h2.ap-catgory-name, .ap-container h2.ap-tag-name{
	margin: 0 0 5px;
}
.ap-container p.ap-category-description, .ap-container p.ap-tag-description{
	margin:0;
}
.ap-tax-item-count{
    background: none repeat scroll 0 0 #ddd;
    border-radius: 2px;
    display: block;
    float: right;
    font-size: 14px;
    padding: 1px 10px;
	font-weight: normal;
}
.ap-container .ap-dropdown-menu {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 10px;
    position: absolute;
}
.ap-container .open .ap-dropdown-menu{
	display:block;
}