/**
 * bbPress specific CSS
 *
 * @package bbPress
 * @subpackage Theme
 */

/* =bbPress Style
-------------------------------------------------------------- */

#entry-author-info {
    margin: 10px 0 0 0;
    border-bottom: 1px solid #fff;
}

table.bbp-topics,
table.bbp-forums,
table.bbp-replies,
table.bbp-topics,
table.bbp-forums,
table.bbp-replies,
table.bbp-topics,
table.bbp-forums,
table.bbp-replies {
    clear: left;
    table-layout: fixed;
    width: 100%;
}

/* =Breadcrumb and Tags
-------------------------------------------------------------- */


div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-size: 12px;
}

div.bbp-breadcrumb p,
div.bbp-topic-tags p {
    margin-bottom: 10px
}

/* =Tables
-------------------------------------------------------------- */

table tbody tr.even td {
    background-color: #fff;
}

table tbody tr.odd td {
    background-color: #fbfbfb;
}

table tbody tr.status-trash.even td,
table tbody tr.status-spam.even td {
    background-color: #fee;
}

table tbody tr.status-trash.odd td,
table tbody tr.status-spam.odd td {
    background-color: #fdd;
}

table.bbp-topics tbody tr.status-closed td,
table.bbp-topics tbody tr.status-closed td a,
table.bbp-topics tbody tr.status-closed td p {
    color: #ABB7B7;
}

table.bbp-topic tbody tr td,
table.bbp-replies tbody tr td {
    background-color: #fff;
}

table.bbp-forums th,
table.bbp-topics th,
table.bbp-topic th,
table.bbp-replies th {
    font-size: 1em;
    background-color: #f3f3f3;
}

table.bbp-forums th span,
table.bbp-topics th span,
table.bbp-topic th span,
table.bbp-replies th span {
    float: right;
}

th.bbp-topic-author,
th.bbp-reply-author {
    text-align: center;
    width: 120px;
}

#content th.bbp-topic-content,
#content th.bbp-reply-content {
    text-align: left;
    padding: 9px 10px 9px 15px;
}

table.bbp-forums tfoot td,
table.bbp-topics tfoot td,
table.bbp-topic tfoot td,
table.bbp-replies tfoot td,
table.bbp-replies tr.bbp-reply-header td,
table.bbp-topic tr.bbp-topic-header td {
    background-color: #fafafa;
    color: #888;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    padding: 4px 10px;
}

table.bbp-replies tr.bbp-reply-header td {
    font-weight: normal;
    text-transform: uppercase;
}

span.bbp-author-ip {
    font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #aaa;
}

.bbp-forum-info {
    width: 55%;
    text-align: left;
}

#content .bbp-forum-topic-count,
#content .bbp-forum-reply-count,
#content .bbp-topic-reply-count,
.bbp-topic-voice-count,
.bbp-topic-action {
    width: 10%;
    text-align: center;
    padding: 6px 0;
}

#content td.bbp-topic-author,
#container td.bbp-topic-author,
#content td.bbp-reply-author,
#container td.bbp-reply-author {
    padding: 20px 15px;
    text-align: center;
    vertical-align: top;
}

.bbp-topic-title {
    width: 40%;
    text-align: left;
}
.bbp-topic-status {
    width: 10%;
    text-align: center;
    vertical-align: middle;
}
.bbp-topic-status i:before {
    font-size: 2em;
}

.single-topic .entry-title {
    margin-top: -10px;
}

.bbp-topic-freshness,
.bbp-topic-freshness a,
.bbp-forum-freshness,
.bbp-forum-freshness a {
    width: 20%;
    text-align: center;
    font-size: .9em;
    line-height: 1.1;
    color: #5c5c5c;
}

.bbpress tbody .bbp-topic-content,
.bbpress tbody .bbp-reply-content {
    vertical-align: top;
    padding: 15px 15px 10px 15px;
    overflow: auto;
}

.bbp-topic-content img,
.bbp-reply-content img {
    max-width: 100%;
}

/* =Admin Links
-------------------------------------------------------------- */

span.bbp-admin-links {
    float: right;
    color: #ddd;
}

span.bbp-admin-links a {
    color: #bbb;
    font-weight: normal;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

fieldset span.bbp-admin-links {
    float: left;
}

tr td span.bbp-admin-links a:hover {
    color: #ff4b33;
}

td.bbp-topic-admin-links,
td.bbp-topic-counts {
    width: 50%;
}

a.bbp-topic-permalink,
a.bbp-reply-permalink {
    float: right;
    margin-left: 10px;
    color: #ccc;
}

/* =Toggles
-------------------------------------------------------------- */

.bbp-topic-action #favorite-toggle a {
    text-decoration: none;
    padding: 0 3px 1px;
    color: #7c7;
    border: 1px solid #aca;
    background-color: #dfd;
    font-weight: bold;
    font-size: 13px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.bbp-topic-action #favorite-toggle a:hover {
    color: #5a5;
    border-color: #7c7;
    background-color: #beb;
}

.bbp-topic-action #favorite-toggle span.is-favorite a {
    color: #faa;
    border: 1px solid #faa;
    background-color: #fee;
    border-radius: 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
    color: #c88;
    border-color: #c88;
    background-color: #fdd;
}

.bbp-topic-action #subscription-toggle a {
    text-decoration: none;
    padding: 0 3px 1px;
    color: #7c7;
    border: 1px solid #aca;
    background-color: #dfd;
    font-weight: bold;
    font-size: 13px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.bbp-topic-action #subscription-toggle a:hover {
    color: #5a5;
    border-color: #7c7;
    background-color: #beb;
}

.bbp-topic-action #subscription-toggle span.is-subscribed a {
    color: #faa;
    border: 1px solid #faa;
    background-color: #fee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
    color: #c88;
    border-color: #c88;
    background-color: #fdd;
}

p.bbp-topic-meta,
p.bbp-topic-meta a {
    margin-bottom: 0;
    font-size: .9em;
    color: #5c5c5c;
}

.status-closed p.bbp-topic-meta {
}

p.bbp-topic-meta span {
    white-space: nowrap;
}

/* =Forums
-------------------------------------------------------------- */

table tbody tr .bbp-forum-description p {
    margin-bottom: 0;
    font-size: 13px;
    font-style: italic;
}

table tbody tr ul.bbp-forums {
    list-style: none;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #aaa;
}

table tbody tr ul.bbp-forums li {
    display: inline;
}

/* =Pagination
-------------------------------------------------------------- */

.bbp-pagination {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.bbp-pagination-count {
    float: left;
}

.bbp-pagination-links {
    float: right;
}

.bbp-topic-pagination {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px;
}

.bbp-topic-pagination a {
    padding: 1px 3px;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    border: 1px solid #ddd;
}

/* =Forms
-------------------------------------------------------------- */
fieldset.bbp-form {
    clear: left;
}

fieldset.bbp-form {
    border: 1px solid #eaeaea;
    padding: 10px 20px;
}

fieldset.bbp-form legend:not(.assistive-text) {
    padding: 5px;
}

fieldset.bbp-form label {
    display: inline-block;
    margin-bottom: 3px;
}

/*#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,*/
/*.bbp-form fieldset.bbp-form label,*/
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
    width: 100px;
}

fieldset.bbp-form p,
fieldset.bbp-form textarea,
fieldset.bbp-form select,
fieldset.bbp-form input {
    margin: 0 0 10px;
}

.bbps-form fieldset textarea,
.bbps-form fieldset select,
.bbps-form fieldset input:not(input[type=button]) {
    display: block;
}

textarea#bbps_supporter_description,
textarea#bbp_wpml_debug_info_content,
textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea.width100 {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    resize: vertical;
}

textarea#bbp_reply_content {
    color: #464646;
}

.bbps-support-rating textarea {
    width: 50%;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
    clear: left;
}

.bbp-topic-form {
    padding: 1em 0;
}

body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
    margin-right: 0;
    padding: 10px;
    line-height: 0;
    border: 1px solid #ddd;
    background-color: #efefef;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code {
    display: block;
    width: 369px;
    margin-top: 5px;
    padding: 8px;
    font-size: 10px;
    background-color: #f0fff8;
    border: 1px solid #CEEFE1;
}

#merge_tag,
#delete_tag {
    display: inline;
}

div.bbp-submit-wrapper {
    float: right;
}

p.bbp-submit-wrapper {
    float: none;
    margin: 0;
    text-align: left;
}

/**Make edit tags look like a link */

/**START */
#bbp_topic_tags_edit.button {
    -moz-user-select: none;
    background-image: none;
    background: #FFF;
    border: medium none;
    border-radius: 0;
    /* cursor: pointer; */
    color: #d54e21;
    padding-left: 0;
}

.bbpress .bbp-submit-wrapper .bbp_topic_tags_action:hover,
.bbpress .bbp-submit-wrapper .bbp_topic_tags_action:focus {
    text-decoration: underline;
    color: #ddd;
    outline: none;
}

/**END */

p.form-allowed-tags {
    width: 462px;
}

input[type=password] {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* =Tag cloud
-------------------------------------------------------------- */

/* =Edit User
-------------------------------------------------------------- */

#bbp-your-profile fieldset {
    margin-top: 20px;
    padding: 20px 20px 0 20px;
}

#bbp-your-profile fieldset div {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: left;
}

/*#bbp-your-profile fieldset select {
    margin-bottom: 0;
}*/

#bbp-your-profile .supporter_information_paragraph {
    /*width: 100%;
    float: left;
    clear: left;*/
    margin-bottom: 30px;
}

#bbp-your-profile .working-days {
    margin-bottom: 0;
}

#bbp-your-profile fieldset select,
#bbp-your-profile fieldset textarea,
#bbp-your-profile fieldset input[type=text],
#bbp-your-profile fieldset input[type=email],
#bbp-your-profile fieldset input[type=password] {

    margin-bottom: 0;
    padding: 2px;
    width: 120px;
    background: #f9f9f9;
    border: 1px solid #a9a9a9;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);

}

#bbp-your-profile fieldset.bbps-form-inputs-inline select,
#bbp-your-profile fieldset.bbps-form-inputs-inline textarea,
#bbp-your-profile fieldset.bbps-form-inputs-inline input[type=text] {
    width: auto;
}

/*	#bbp-your-profile fieldset legend {
		display: none;
	}*/

#bbp-your-profile fieldset label,
#bbp-your-profile .supporter_information_paragraph h3 {
    float: left;
    width: 200px;
    padding-right: 20px;
    text-align: left;
}

/*		#bbp-your-profile fieldset label.radio,
		#bbp-your-profile fieldset label.checkbox {

		}*/

#bbp-your-profile fieldset .bbps-form-inputs-inline label {
    width: auto;
    padding-right: 1em;
}

/*#container #bbp-your-profile fieldset label*/

#bbp-your-profile fieldset span.description {
    margin: 5px 0 0 200px;
    font-size: 12px;
    font-style: italic;
    float: left;
    clear: left;
    width: 450px;
    padding: 5px 10px;
    border: #cee1ef 1px solid;
    background-color: #f0f8ff;
}

#bbp-your-profile .supporter_information_paragraph legend + div,
#bbp-your-profile .supporter_information_paragraph > fieldset {
    /*margin: 5px 0 0 200px;*/
    /*width: 450px;*/
}

#bbp-your-profile .supporter_information_paragraph h3 + fieldset,
#bbp-your-profile .supporter_information_paragraph legend + fieldset,
#bbp-your-profile .supporter_information_paragraph h3 + fieldset .supporter_profile_checkboxes {
    margin: 0;
    line-height: 25px;
}

#bbp-your-profile fieldset fieldset {
    margin: 0;
    /*width: 260px;*/
    border: none;
    padding: 0;
    clear: none;
    float: none;
}

#bbp-your-profile fieldset fieldset span.description,
#bbp-your-profile .vacations fieldset fieldset {
    margin-left: 0;
    margin-bottom: 20px;
}

#bbp-your-profile .vacations span,
#bbp-your-profile .working-time span {
    display: inline-block;
    min-width: 80px;
    text-align: left;
}

#bbp-your-profile fieldset.submit button {
    float: right;
}

#bbp-your-profile .supporter_information_paragraph h3 {
    font-weight: normal;
    font-size: 1em;
}

/* =Notices
-------------------------------------------------------------- */

div.bbp-template-notice {
    margin: 5px 0 15px;
    padding: 0 0.6em;
    border-width: 1px;
    border-style: solid;
    border-color: #e6db55;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffe0;
    color: #000;
    clear: both;
}

div.bbp-template-notice a {
    color: #d54e21;
    text-decoration: none;
}

div.bbp-template-notice a:hover,
.text-button:hover {
    color: #000;
    border-bottom: 1px dotted;
}

.bbp-template-notice.info {
    border: #cee1ef 1px solid;
    background-color: #f0f8ff;
}

.bbp-template-notice.important {
    border: #e6db55 1px solid;
    background-color: #fffbcc;
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
    background-color: #ffebe8;
    border-color: #c00;
}

div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
    color: #c00;
}

.bbp-template-notice.callout {
    padding: 1em;
}

.bbp-template-notice.callout h3 {
    font-size: 2em;
}

.bbp-template-notice.callout p {
    font-size: 1.2em;
}

div.bbp-template-notice p {
    margin: 0.5em 0 6px 0 ;
    padding: 2px;
    font-size: 12px;
    line-height: 140%;
}

div.bbp-template-notice.bbps-debug-info {
    padding: 0.5em 6px 6px;
}
.bbps-debug-table {
    width: 100%;
}
.bbps-debug-table-url {
    width: 45%;
    word-break: break-all;
}

div.bbp-template-notice .bbps-account-links {
    float: right;
}

.bbp-template-notice .bbps-account-links a,
.bbp-template-notice .bbps-account-links input[type=button] {
    margin-left: 2em;
}

.my-account .my-account-header div.bbp-template-notice p {
    float: none;
}

/* Google smart search */

.forum table.gsc-search-box,
.forum table.gsc-search-box table {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.forum table.gsc-search-box table {
    margin-bottom: 2px;
}

.forum table.gsc-search-box td {
    padding: 0;
    border: none;
}

.forum table.gsc-search-box td.gsib_a {
    padding: 4px 9px;
    border: none;
}

.forum table.gsc-search-box td input.gsc-input {
    padding: 4px 9px;
    box-shadow: none;
}

input.gsc-search-button.gsc-search-button-v2 {
    box-sizing: content-box;
}

/* =Stickies
-------------------------------------------------------------- */

.bbp-topics-front tr.super-sticky td,
.bbp-topics tr.super-sticky td,
.bbp-topics tr.sticky td,
.bbp-forum-content tr.sticky td {
    background-color: #ffffe0 !important;
    font-size: 1.1em;
}

.bbp-topics .sticky.even > td,
.bbp-topics .super-sticky.even > td,
.bbp-forum-content .sticky.even > td,
.bbp-topics-front .super-sticky.even > td {
    background-color: #fefeea !important;
}

/* =Revisions
-------------------------------------------------------------- */
#content .bbp-topic-revision-log,
#content .bbp-reply-revision-log,
#main .bbp-topic-revision-log,
#main .bbp-reply-revision-log,
#container .bbp-topic-revision-log,
#container .bbp-reply-revision-log {
    border-top: 1px dotted #ddd;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 11px;
    color: #aaa;
}

/* =Widgets
-------------------------------------------------------------- */

.bbp-login-form fieldset legend {
    display: none;
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
    padding: 5px;
}

.bbp-login-form .bbp-username label,
.bbp-login-form .bbp-password label {
    width: 70px;
    display: inline-block;
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
    margin-top: 10px;
}

.bbp-login-form .bbp-remember-me {

}

.bbp-login-form .bbp-submit-wrapper {
    text-align: right;
}

.bbp-login-form .bbp-login-links {
}

.bbp-login-form .bbp-login-links a {
    float: left;
    clear: left;
}

.bbp-logged-in img.avatar {
    float: left;
    margin-right: 15px;
}

.bbp-logged-in h4 {
    font-weight: bold;
    font-size: 1.3em;
    clear: none;
    margin-bottom: 10px;
}

/* =Avatars
-------------------------------------------------------------- */

p.bbp-topic-meta img.avatar,
ul.bbp-reply-revision-log img.avatar,
ul.bbp-topic-revision-log img.avatar,
div.bbp-template-notice img.avatar,
.widget_display_topics img.avatar,
.widget_display_replies img.avatar,
p.bbp-topic-meta img.avatar,
ul.bbp-reply-revision-log img.avatar,
ul.bbp-topic-revision-log img.avatar,
div.bbp-template-notice img.avatar,
.widget_display_topics img.avatar,
.widget_display_replies img.avatar,
p.bbp-topic-meta img.avatar,
ul.bbp-reply-revision-log img.avatar,
ul.bbp-topic-revision-log img.avatar,
div.bbp-template-notice img.avatar,
.widget_display_topics img.avatar,
.widget_display_replies img.avatar {
    float: none;
    margin-bottom: -7px;
    border: 3px double #ddd;
}

fieldset div.avatar {
    float: right;
}

/* =BuddyPress Activity Streams
-------------------------------------------------------------- */

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
    margin-left: 5px;
    padding-left: 10px;
    border-left: 2px solid #EAEAEA;
}

.sh-wrapper {
    width: 530px;
}

/* =Feedback
------------------------------------------------*/

table.bbp-replies tr.bbp-reply-header.bbp-reply-private-header td {
    background-color: #fff3e8;
    border-top: 2px solid #E6B385 !important;
    border-bottom: 2px solid #E6B385
}
.reply_private div.bbp-template-notice.important {
    padding: .6em 1em;
    border-color: #E6B385;
    border-radius: 0;
    background-color: #fff3e8;
}

.reply_private textarea {
    width: 100%;
    resize: vertical;
}

.reply_private textarea#bbp_reply_content {
    /*border-color: #d54e21;*/
}

.reply_private td.bbp-reply-content {
    position: relative;
    outline: 1px solid #E6B385;
    outline-offset: -1px;
    box-shadow: inset 0 0 1px 0 #E6B385;
}

.reply_private dl.private {
    width: 75%;
    background: #fff3e8;
    border: 1px solid rgba(230, 179, 133, 0.23);
}

.reply_private .reply_private_title {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    background: #E6B385;
    border-radius: 0 0 0 5px;
}

.reply_private .reply_private_title + p {
    margin-top: 2em;
}

.reply_private .bbp-reply-hide-private-link.initialized {
    color: #E6B385;
}

dl dt {
    font-weight: bold;
}

dl dd {
    padding-left: 1em;
}

dl.private {
    background: #fdd;
    float: right;
    padding: 1em;
    border-radius: 3px;
    width: 300px;
}

dl.feedback {
    margin-bottom: 1em;
}

#TB_ajaxContent p {
    padding: 0;
}

#bbp_reply_private_settings_box,
#bbp_reply_private_settings_box .bbp_reply_private_settings_template {
    padding-left: 20px;
}

#bbp_reply_private_settings_box .bbp_reply_private_settings_template legend,
.bbp-topic-wrapper fieldset fieldset legend {
    font-size: 1em;
    margin-bottom: 5px;;
}

fieldset.bbp-form.bbp-reply-private {
    margin-bottom: 30px;
    border: 1px solid #E6B385;
    background-color: #f6f5ed;
}

fieldset.bbp-form.bbp-reply-private legend {
    padding: 3px 10px;
    background: #E6B385;
    border: none;
    color: #f6f5ed;
}

fieldset.bbp-form.bbp-reply-private legend .dashicons {
    font-size: 18px;
}

fieldset.bbp-form.bbp-reply-private fieldset legend {
    margin-bottom: 5px;
    padding: 0;
    color: #666;
    background-color: transparent;
}

fieldset.bbp-form.bbp-reply-private fieldset legend {
    margin-bottom: 5px;
    padding: 0;
    color: #666;
    background-color: transparent;
}

fieldset.bbp-form.bbp-reply-private h4 {
    margin: 20px 0 10px;
    font-size: 1.2em;
    line-height: 2em;
    color: #777;
}

.bbp-form.bbp-reply-private h4.underline {
    border-bottom: 1px dotted;
}

.bbp-reply-private .private-note {
    margin: 15px 0;
    padding-left: 10px;
    border-left: 1px dotted #e68160;
}

.bbp-form .reply_private_details {
    padding: 1em;
    overflow: hidden;
    background: #EFEDDF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

fieldset #reply_private_access_details.bbps-form fieldset legend {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: bold;
}

/* Forms - general styles */

.bbp-form, .bbps-form,
.bbp-form *, .bbps-form *,
.bbp-form *:before,
.bbp-form *:after {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.text-button {
    background: none !important;
    border: none;
    border-bottom: 1px dotted transparent;
    box-shadow: none !important;
    text-shadow: none;
    cursor: pointer;
}

.bbp-form input[type=button]:focus,
.bbp-form button:focus {
    outline-color: #ececec;
}

fieldset .bbps-form fieldset {
    border: none;
}

/*		.bbps-form fieldset > legend:not(.form-label) {
			margin-bottom: 10px;
			padding: 0;
			border: none!important;
		}


		.bbp-topic-form legend.form-label {
			position: absolute;
			top: 0;
			left: 0;
			padding: 0.2em 1em;
			background-color: #fafafa;
			font-size: 1.1em;
			line-height: 2;
			border: solid #eaeaea;
			border-width: 0 1px 1px 0;
			border-radius: 0 0 4px 0;
		}

		.bbp-topic-form .form-label + .feedback-wrapper {
			margin-top: 4em;
		}*/

.bbps-form fieldset .fields-group {
    width: 100%;
    overflow: hidden;
}

.bbp-form fieldset ul.fields-group,
.bbp-form fieldset ul.fields-group li,
.bbp-form fieldset .fields-group ul,
.bbp-form fieldset .fields-group ul li,
.bbps-form fieldset ul.fields-group,
.bbps-form fieldset ul.fields-group li,
.bbps-form fieldset .fields-group ul,
.bbps-form fieldset .fields-group ul li {
    list-style: none;
}

.bbps-form fieldset ul.fields-group li {
    margin-bottom: 1em;
}

.bbps-form fieldset ul.fields-group li:first-child {
    margin-left: 0;
}

.bbps-form .bbps-form-inputs-inline label,
.bbps-form .bbps-form-inputs-inline select,
.bbps-form .bbps-form-inputs-inline textarea,
.bbps-form .bbps-form-inputs-inline input[type=text],
.bbps-form .bbps-form-inputs-inline input[type=number],
.bbp-form .bbps-form-inputs-inline li,
.bbp-form .bbps-form-inputs-inline label,
.bbp-form .bbps-form-inputs-inline select,
.bbp-form .bbps-form-inputs-inline legend,
.bbp-form .bbps-form-inputs-inline textarea,
.bbp-form .bbps-form-inputs-inline input[type=text],
.bbp-form .bbps-form-inputs-inline input[type=number] {
    display: inline-block;
    float: none;
    margin: 0 10px 10px 0;
    padding-right: 0;
    width: auto;
    vertical-align: baseline;
}

.bbp-form .fields-group input[type=radio] + label,
.bbp-form .fields-group input[type=checkbox] + label {
    display: inline-block;
    margin-bottom: 1px;
}

fieldset.bbp-form fieldset .fields-group label {
    display: block;
    margin-bottom: 1px;
}

fieldset.bbp-form input[type=radio],
fieldset.bbp-form input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.bbps-form label.radio > input[type=radio] {
    width: auto;
}

.bbps-form .bbps-inputs-inline li {
    display: inline-block;
}

.bbps-inputs-inline .fields-group,
.bbps-form-horizontal .fields-group,
.bbps-form-horizontal.fields-group > li {
    float: left;
    margin-left: 2%;
}

.bbps-inputs-inline .form-group:first-child,
.bbps-form-horizontal .form-group:first-child,
.bbps-form-horizontal .fields-group:first-child {
    margin-left: 0;
}

.fields-group.bbps-form-horizontal > li {
    display: inline-block;
}

ul.fields-group,
ul.fields-group li {
    list-style: none;
}

.bbps-form textarea,
.bbps-form .fields-group textarea {
    display: block;
}

/* Support rating and feedback */

#bbpress_support_rating:before,
#bbpress_support_rating:after {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    background: #eee;
    margin-bottom: 1em;
}

.bbps-support-rating #bbps_checkboxes {
    margin-top: -1.5em;
}

.support-rating-grades label.radio {
    margin-bottom: 0;
    cursor: pointer;
}

.bbps-form .bbps-feedback textarea {
    display: block;
    width: 70%;
}

.bbps-form.bbps-support-rating .fields-group textarea {
    display: block;
    width: 67%;
}

#bbpress_support_rating fieldset p.bbps-feedback {
    margin: 2em 0 0;
}

.bbps-form.bbps-support-rating .fields-group textarea#bbps_other_text {
    margin-left: 2em;
}

/* =Tooltips
-------------------------------------------------------------- */

a.tooltip {
    position: relative;
    display: inline;
}

a.tooltip span {
    position: absolute;
    width: 140px;
    color: #FFF;
    background: #000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 4px;
}

a.tooltip span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border: solid transparent;
    border-bottom: #000;
}

a:hover.tooltip span {
    visibility: visible;
    opacity: 0.7;
    top: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

/* support forum lightbox effect */
#html5lightbox-div {
    overflow-y: scroll !important;
}
.lightboxcontainer {
    width:100%;
    text-align:left;
}

.bbpress .bbp-topic-wrapper ul.related-documentation-list {
    margin: -15px 0 15px 30px;
    list-style: disc;
}
.bbpress .bbp-topic-wrapper ul.related-documentation-list li {
    margin-bottom: 0;
}
hr.related-documentation-hr {
    width: 30%;
    margin: 0 0 15px 0;
}

.bbp-reply-content li {
    list-style-type: disc;
    margin-left: 15px;
}

.comp_link_cant_find_theme{
    display: block;
    margin-top: 10px;
    text-align: right;
}
.comp_select_themes_plugins{
    margin-top:10px;
    display: block;
    width: 100%
}
