/* General */

#fbExtended {
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}

#fbExtended.fbFormExtended,
#fbExtended.noleftnav {
  flex-direction: column;
}

/* Main Content */

.fbContent_core {
  flex: 1 1 0;
  padding-top: 20px;
  min-width: 0;
  max-width: 100%;
}

.fbContent_root a:not([class]) {
  text-decoration: none;
}

/* Top Navigation */

.fbTopNavigation_core_outer {
  flex: 1 0 100%;
}

.fbTopNavigation_core {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}

.fbTopNavigation_wrap {
  padding: 0 15px 0 8px;
  display: inline-block;
}

ul.fbTopNavigation_root {
  white-space: nowrap;
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  font-size: 0;
}

li.NavTopUL_item,
li.NavTopUL_home {
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0;
  background: none !important;
  font-size: 1rem;
}

li.NavTopUL_lastChild a {
  color: inherit;
}

a.NavTopUL_link {
  white-space: normal;
  text-decoration: none;
  background: none;
  line-height: 34px;
}

a.NavTopUL_link:hover,
a.NavTopUL_link:focus {
  background: none;
  text-decoration: none;
}

a.NavTopUL_link .fas {
  margin-right: 8px;
}

.NavTopUL_loading {
  display: none;
}

#fbExtended .spinner-border {
  vertical-align: middle;
}

#fbExtended .spinner-border-sm {
  border-width: 2px;
}

.fbTopNavigation_wrap.NavTopULloading .NavTopUL_loading {
  display: inline-block;
}

.NavTopUL_buttons {
  float: right;
}

/* Left Navigation */

.fbLeftNavigation_core {
  width: 280px !important;
  overflow: hidden;
  transition: width 0.3s ease 0s;
  border-right: 1px solid #e5e5e5;
  margin-right: 30px;
}

.fbLeftNavigation_core.fb-minimized {
  width: 34px !important;
}

.fbLeftNavigation_core.fb-minimized #NavLeftUL {
  opacity: 0;
  visibility: hidden;
}

.fbLeftNavigation_core.fb-minimized .NavLeftUL_toggle {
  width: 34px;
}

.fbLeftNavigation_core.fb-minimized .NavLeftUL_item.li_loading {
  width: 34px;
  white-space: nowrap;
}

.fbLeftNavigation_core.fb-minimized
  .NavLeftUL_item.li_loading
  .NavLeftUL_endpointIcon {
  right: 13px;
}

.fbLeftNavigation_core.fb-minimized a.NavLeftUL_anchor {
  width: 34px;
  white-space: nowrap;
  transition: width 0.3s ease 0s;
}

.fbLeftNavigation_core.fb-minimized
  .NavLeftUL_item.li_loading
  a.NavLeftUL_anchor
  i {
  display: none;
}

.fbLeftNavigation_core.fb-minimized
  .NavLeftUL_item.li_loading
  a.NavLeftUL_anchor
  span.NavLeftUL_text {
  opacity: 0;
}

.NavLeftUL_anchor.NavLeftUL_toggle,
.NavLeftUL_anchor.NavLeftUL_toggle:hover,
.NavLeftUL_anchor.NavLeftUL_toggle:focus {
  background: none;
  border: 0;
}

.fbLeftNavigation_toggle {
  font-size: 12px;
  overflow: hidden;
  position: relative;
  line-height: 1.4;
  border-bottom: 1px solid #e5e5e5;
}

.fbLeftNavigation_toggle ul {
  float: right;
  width: 34px;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

.fbLeftNavigation_toggle li {
  list-style: none outside none;
  padding: 0;
  background: none !important;
}

.fbLeftNavigation_topics,
.fbLeftNavigation_user {
  position: relative;
  width: 280px;
  line-height: 1.4;
}

.fbLeftNavigation_topics ul,
.fbLeftNavigation_user ul {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
}

.fbLeftNavigation_topics li,
.fbLeftNavigation_user li {
  list-style: none outside none;
  width: 100%;
  padding: 0;
  background: none !important;
}

ul.NavLeftUL_sublist {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}

ul.NavLeftUL_expanded {
  display: block;
}

.fbLeftNavigation_wrap {
  left: 0;
  position: relative;
  top: 0;
}

.fbLeftNavigation_toggle a.NavLeftUL_toggle {
  text-align: right;
  padding: 9px 8px;
  border: 0;
}

.fbLeftNavigation_toggle a.NavLeftUL_toggle i {
  font-size: 20px;
  vertical-align: middle;
  line-height: 16px;
}

a.NavLeftUL_anchor,
span.NavLeftUL_anchor,
a.NavLeftUL_toggle {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  outline: 0 none;
  padding: 9px 30px 9px 8px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-decoration: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}

span.NavLeftUL_anchor {
  border-top: 0;
}

span.NavLeftUL_title {
  padding: 9px 8px;
}

span.NavLeftUL_title i {
  margin: 0 8px 0 0;
  opacity: 0;
  width: 18px;
}

a.NavLeftUL_anchor:hover,
a.NavLeftUL_anchor:focus {
  background-color: #f7f7f7;
  text-decoration: none;
  outline: none;
}

a.NavLeftUL_anchor i {
  font-size: 14px;
  width: 18px;
  text-align: center;
  margin: 0 8px 0 0;
}

.NavLeftUL_navIcon.fas {
  position: absolute;
  right: 10px;
  top: 11px;
  height: 15px;
  width: 10px;
  background: none;
  font-size: 11px;
  line-height: 15px;
}

.NavLeftUL_navBackIcon.fas {
  position: absolute;
  right: 9px;
  top: 11px;
  height: 16px;
  width: 16px;
  background: none;
  font-size: 14px;
  line-height: 16px;
}

.NavLeftUL_endpointIcon {
  display: none;
}

.li_loading > a > .NavLeftUL_endpointIcon {
  display: inline-block;
  position: absolute;
  right: 9px;
  top: 7px;
}

.fbLeftNavigation_core .li_selected > a,
.fbLeftNavigation_core .li_selected > a:hover,
.fbLeftNavigation_core .li_selected > a:focus {
  background: #f7f7f7;
  text-shadow: none;
}

.fbLeftNavigation_core .li_selected > a {
  font-weight: bold;
}

/* Accordion */

.fbLeftNavigation_core .accordion {
  padding: 0;
}

.fbLeftNavigation_core .accordion-item {
  border: 0;
}

.fbLeftNavigation_core .accordion-body {
  padding: 0;
}

.fbLeftNavigation_core .li_selected > .accordion-header a {
  font-weight: bold;
}

.fbLeftNavigation_core .accordion-collapse .NavLeftUL_anchor {
  padding-left: 20px;
}

.fbLeftNavigation_core .accordion-collapse .accordion-collapse .NavLeftUL_anchor {
  padding-left: 32px;
}

/* Buttons */

.btn.btn-mfb {
  margin: 0 0 0 10px;
  line-height: 20px;
  padding: 6px 10px;
  font-size: 0.875rem;
}

.NavTopUL_buttons .show_menu {
  display: none;
  text-align: center;
}

.NavTopUL_buttons a.show_menu i {
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}

/* Loaders */

.fb_loader,
.topic_loader,
.myanswers_loader,
.answers_loader {
  text-align: center;
  display: none;
}

.fb_loader {
  margin: 0;
  padding: 8px 0 10px;
}

.topic_loader,
.myanswers_loader,
.answers_loader {
  margin: 10px 0 0;
  padding: 10px;
}

/* Content placeholders */

.placeholder-item {
  background: #fff;
  padding: 0 0 20px;
  margin: 0 0 15px;
  min-height: 42px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.animated-background {
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #f7f7f7 8%, #eee 18%, #f7f7f7 33%);
  background-size: 900px 42px;
  height: 42px;
  position: relative;
}

.background-masker {
  background: #fff;
  position: absolute;
}

.background-masker.title-top {
  top: 0;
  right: 0;
  width: 50%;
  height: 25px;
}

.background-masker.title-bottom {
  top: 25px;
  left: 0;
  right: 0;
  height: 17px;
}

.background-masker.top-left {
  top: 0;
  left: 50px;
  height: 20px;
  width: 10px;
}

.background-masker.top-bottom {
  top: 20px;
  left: 50px;
  right: 0;
  height: 10px;
}

.background-masker.middle-left {
  top: 30px;
  left: 50px;
  height: 12px;
  width: 10px;
}

.background-masker.middle-bottom {
  top: 42px;
  left: 50px;
  right: 0;
  height: 8px;
}

/* Popup messages */

.fb_popup {
  width: 360px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(82, 82, 82, 0.7);
  padding: 0;
  z-index: 9999999;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
}

.fb_popup_content {
  background: #fff;
}

.fb_popup_content h2 {
  margin: 0;
  padding: 5px 10px;
  background: #555;
  color: #fff;
  font-size: 15px;
}

.fb_popup p {
  margin: 0;
  padding: 10px;
}

.fb_popup_footer {
  background: #f5f5f5;
  border-top: 1px solid #d5d5d5;
  text-align: right;
  padding: 8px 10px;
}

/* Headers */

h2.fbContent_title {
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 25px 0;
}

h2.fbContent_title a,
h2.fbContent_title a:hover,
h2.fbContent_title a:focus {
  text-decoration: none;
  background: none;
}

h2.fbContent_title small {
  white-space: nowrap;
}

/* Subheaders */

.questions_subheader,
.answers_subheader {
  margin: 0 0 20px;
}

/* State headers */

.fbContent_core .unpublished-header,
.fbContent_core .trashed-header,
.fbContent_core .archived-header,
.fbContent_core .private-header,
.fbContent_core .scheduled-header,
.fbContent_core .selected-header {
  text-transform: uppercase;
  margin: 0 5px 10px 0;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  display: inline-block;
  border-radius: 4px;
}

.fbContent_core .private-header,
.fbContent_core .scheduled-header {
  cursor: help;
}

.fbContent_core .unpublished-header {
  color: #b94a48;
  background: #f2dede;
  border: 1px solid #ebccd1;
}

.fbContent_core .trashed-header {
  color: #656565;
  background: #e9e9e9;
  border: 1px solid #ddd;
}

.fbContent_core .archived-header {
  color: #656565;
  background: #e9e9e9;
  border: 1px solid #ddd;
}

.fbContent_core .private-header {
  color: #b94a48;
  background: #f2dede;
  border: 1px solid #ebccd1;
}

.fbContent_core .private-header small {
  font-size: 10px;
  color: #d88f8d;
}

.fbContent_core .scheduled-header {
  color: #468847;
  background: #dff0d8;
  border: 1px solid #d6e9c6;
}

.fbContent_core .scheduled-header small {
  font-size: 10px;
  color: #468847;
}

.fbContent_core .selected-header {
  color: #468847;
  background: #dff0d8;
  border: 1px solid #d6e9c6;
}

/* Questions/Answers ordering */

.fbContent_root .questions_tabs,
.fbContent_root .answers_tabs {
  float: right;
  width: auto;
  margin-left: 8px;
}

/* Browse Topics (Topics tree) */

.fbContent_topics {
  margin: 0 0 20px;
  padding: 20px 0 0;
  list-style: none;
}

.fbContent_topics > li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 10px;
}

.fbContent_topics > li > a {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 13px;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
}

.fbContent_topics > li > a img {
  margin: 0 15px 0 0;
  max-width: 120px;
}

.fbContent_topics li a {
  display: inline-block;
  text-decoration: none;
}

.fbContent_topics ul {
  padding: 0;
  margin: 0 0 0 10px;
  list-style: none;
}

.fbContent_topics .level1 {
  margin: 0 0 20px 10px;
}

.fbContent_topics .level1 ul {
  margin: 0 0 2px 15px;
}

.fbContent_topics .level1 li a {
  margin: 0 0 7px;
}

.fbContent_topics .level2 li a {
  font-size: 85%;
}

/* Section */

.fbSection_description {
  padding: 10px 0;
  margin: 0 0 20px;
}

/* Topic */

.fbTopic {
  position: relative;
  padding: 0 0 20px;
}

.fbTopic_permalink {
  line-height: 34px;
}

.fbTopic_description {
  padding: 10px 0;
}

.fbTopic_image {
  text-align: left;
  padding: 20px 0;
}

.fbTopic_image img {
  max-width: 100%;
}

.fbTopic_content {
  clear: both;
  margin: 0 0 30px;
}

.fbTopic_tools {
  background: none repeat scroll 0 0 #f7f7f7;
  border-radius: 6px;
  margin: 1em 0 2rem;
  position: relative;
  padding: 15px;
}

.fbTopic_tools .fbItem_voting .voting-text {
  font-size: 15px;
}

.fbTopic_tools .fbItem_votes {
  margin-left: 15px;
}

.fbTopic_tools .fbItem_votes .vote-count {
  font-size: 16px;
  min-width: 45px;
}

/* Questions List */

.fbContent_empty {
  margin: 20px 0 0;
  padding: 20px 0;
  line-height: 23px;
  text-align: center;
}

.fbContent_qListItem {
  padding: 10px 10px 10px 7px;
  border-color: #e5e5e5 transparent transparent transparent;
  border-style: solid;
  border-width: 1px 0 0 3px;
}

.fbContent_qListItem.qListItem_pinned {
  border-left: 3px solid #e4c1e0;
  border-top: 1px solid #f7ddf4;
  margin: 1px 0 0;
}

.fbContent_qListItemInner {
  padding: 5px 0;
}

.qListItem_stats {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  font-size: 11px;
  min-width: 58px;
  max-width: 100px;
}

.qListItem_votes {
  margin: 0 0 8px;
  padding: 5px;
}

.qListItem_votes strong {
  font-size: 18px;
  font-weight: 500;
}

.qListItem_answers {
  padding: 5px;
  background: #f7f7f7;
}

.qListItem_answers a,
.qListItem_answers a:hover,
.qListItem_answers a:focus {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.qListItem_answers span {
  display: block;
}

.qListItem_answers.resolved {
  background: #6f9136;
  color: #fff;
}

.qListItem_answers.resolved a {
  color: #fff;
}

.qListItem_answers strong {
  font-size: 18px;
  font-weight: 500;
}

.qListItem_preview {
  overflow: hidden;
  padding: 0 10px;
}

.qListItem_preview h3 {
  margin: 0 0 10px;
  line-height: 23px;
}

.qListItem_preview h3 i {
  font-size: 14px;
  margin: 0 3px 0 0;
}

.qListItem_preview h3 .label {
  font-size: 11px;
  display: inline-block;
  margin: 0 0 0 5px;
  color: #fff;
  text-shadow: none;
  padding: 0.2em 0.6em 0.3em;
  border-radius: 0.25em;
  line-height: 18px;
}

.qListItem_preview .label.label-pending {
  background: #f0ad4e;
}

.qListItem_preview .label.label-open {
  background: #d9534f;
}

.qListItem_preview img {
  margin: 0 0 15px;
}

h3.qListItem_header a,
h3.qListItem_header a:hover,
h3.qListItem_header a:focus {
  text-decoration: none;
  background: none;
}

.fas.qListItem_pinned {
  color: #bb7bb4;
}

.fas.qListItem_resolved {
  color: #5cb85c;
}

.fas.qListItem_feat_star {
  color: #ffa500;
}

.fas.qListItem_locked_icon {
  color: #d9534f;
}

.qListItem_link {
  line-height: 23px;
  font-size: 16px;
  font-weight: 500;
}

.qListItem_introtext {
  margin: 0 0 8px;
}

.qListItem_info {
  font-size: 12px;
  margin: 0 0 8px;
  color: #777;
}

.qListItem_info > span:after {
  content: "\2022";
  padding: 0 4px;
}

.qListItem_info > span:last-child:after {
  content: none;
}

.qListItem_info a {
  text-decoration: none;
}

.qListItem_date {
  cursor: help;
}

.qListItem_edit_link {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.qListItem_topic {
  padding: 3px 0 0;
}

.qListItem_topic a {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 3px 6px;
  margin: 0 2px 2px;
  display: inline-block;
  text-decoration: none;
}

.qListItem_topic a:hover,
.qListItem_topic a:focus {
  background: #f7f7f7;
  text-decoration: none;
}

/* Theme: FAQ */

.fbContent_qFaqItemInner {
  padding: 0 0 0 22px;
  position: relative;
}

.fbContent_qFaqItemInner .qListItem_preview {
  padding: 0;
}

.fbContent_qFaqItemInner .qListItem_preview h3 {
  margin: 0;
  line-height: 22px;
}

.qFaqItem_link {
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
}

.qFaqItem_link:focus,
.qFaqItem_link:hover {
  text-decoration: none;
  background: none;
}

.faq_open .qFaqItem_link {
  font-weight: bold;
}

.qFaqItem_triangle {
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  position: absolute;
}

.qFaqItem_triangle .fas {
  line-height: 23px;
  vertical-align: top;
  text-align: center;
  height: 22px;
  width: 20px;
  font-size: 15px;
  color: #777;
}

.qFaqItem_introtext {
  padding: 8px 0 0;
  color: #999;
}

.faq_open .qFaqItem_introtext {
  display: none;
}

.qFaqItem_answer {
  display: none;
  padding: 8px 0 0;
}

.faq_open .qFaqItem_answer {
  display: block;
}

.qFaqItem_answer img {
  max-width: 100%;
  margin: 0 0 15px;
}

.qFaqItem_tools {
  background: none repeat scroll 0 0 #f9f9f9;
  border-top: 1px solid #e3e8f3;
  margin: 1em 0 0.8em;
  position: relative;
  padding: 0 5px 0 0;
}

.qFaqItem_links {
  float: right;
}

.qFaqItem_links a {
  margin: 0 3px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  text-decoration: none;
}

.fbItem_voting {
  float: left;
}

.fbItem_voting .voting-text {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  font-size: 11px;
  color: #777;
  padding: 0 8px;
}

.fbItem_votes {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

.fbItem_votes .fas {
  font-size: 20px;
  height: 30px;
  vertical-align: top;
}

.fbItem_votes .vote-button {
  float: left;
  width: 30px;
  height: 30px;
}

.fbItem_votes .vote-up {
  border-right: 1px solid #d5d5d5;
}

.fbItem_votes .vote-button .fas {
  line-height: 26px;
}

.fbItem_votes .vote-down {
  border-left: 1px solid #d5d5d5;
}

.fbItem_votes .has_voted,
.fbItem_votes .has_voted:hover,
.fbItem_votes .has_voted:focus,
.fbItem_votes .has_voted:active {
  color: #4cae4c;
}

.fbItem_votes a,
.fbItem_votes a:focus,
.fbItem_votes a:active {
  color: #999;
}

.fbItem_votes a:hover {
  color: #777;
}

.fbItem_votes .vote-count {
  float: left;
  position: relative;
  color: #777;
  font-size: 14px;
  min-width: 36px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

/* Theme: Social */

.qSocialItem_sidebar {
  float: left;
  margin: 0 10px 20px 0;
  text-align: center;
  font-size: 11px;
  width: 52px;
}

.qSocialItem_avatar {
  margin: 6px 0 0;
}

.qSocialItem_avatar img {
  border-radius: 50%;
  max-width: 100%;
}

.qSocialItem_avatar .avatar_color {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  border-radius: 50%;
  color: #fff;
}

.qSocialItem_subheader {
  padding: 3px 0 0;
  margin: 0 0 12px;
  font-size: 14px;
  color: #999;
}

.qSocialItem_subheader > span {
  margin: 0 14px 0 0;
}

.qSocialItem_subheader a,
.qSocialItem_subheader a:hover,
.qSocialItem_subheader a:focus {
  text-decoration: none;
}

.qSocialItem_subheader span i.fas {
  margin: 0 5px 0 0;
}

.qSocialItem_answers.zero-count a {
  color: #999;
}

.qSocialItem_votes.text-danger {
  color: #d9534f;
}

.qSocialItem_votes.text-success {
  color: #4aa24a;
}

.qSocialItem_views.text-info {
  color: #3a87ad;
}

/* Ajax pagination */

.fbContent_paging_group {
  display: inline-block;
}

.fbContent_paging {
  text-align: center;
  margin: 30px 0;
}

.fbContent_paging span {
  display: inline-block;
  height: 24px;
  vertical-align: top;
}

a.fbContent_paging_button {
  display: inline-block;
  line-height: 24px;
  padding: 6px 12px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  min-width: 110px;
}

a.fbContent_paging_button.fbContent_pages {
  min-width: 50px;
  margin: 4px;
}

a.fbContent_paging_button:hover,
a.fbContent_paging_button:focus {
  text-decoration: none;
}

a.fbContent_paging_button:hover {
  background: #eee;
}

a.fbContent_paging_button:focus {
  background: #fff;
}

a.fbContent_paging_button.fbContent_btn_disabled .fbContent_paging_text,
a.fbContent_paging_button.fbContent_btn_disabled .fbContent_paging_number,
a.fbContent_paging_button.fbContent_btn_disabled .fbContent_noresults {
  opacity: 0.5;
}

a.fbContent_paging_button:active {
  background: #eee;
}

.fbContent_paging .fbContent_noresults {
  display: none;
}

.fbContent_paging .fbContent_paging_loader {
  display: none;
  width: 24px;
  height: 24px;
}

a.fbContent_paging_button.fbContent_btn_active {
  background: #f7f7f7;
  font-weight: bold;
}

/* Question page */

.qItem_header {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 20px;
}

.qItem_header h2,
.qItem_header h3 {
  padding: 0 0 15px;
  margin: 0;
  line-height: 34px;
}

.fbQuestion .qItem_header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.qItem_header h3 span {
  font-size: 16px;
}

.qItem_header .label,
.qItem_assign .label,
.qItem_message .label {
  font-size: 11px;
  display: inline-block;
  line-height: 18px;
  padding: 0.2em 0.6em 0.3em;
  margin: 0 0 0 5px;
  color: #fff;
  border-radius: 0.25em;
  font-weight: bold;
  background-color: #999;
  text-shadow: none;
}

.qItem_subscriptions {
  margin: 0 0 10px;
}

.qItem_subscriptions .label {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
  background-color: #999;
}

.fbQuestion .label {
  color: #fff;
  padding: 0.2em 0.6em 0.3em;
  border-radius: 0.25em;
}

.fbQuestion .label.label-pin {
  background: #bb7bb4;
}

.fbQuestion .label.label-feature,
.fbQuestion .label.label-pending {
  background: #f0ad4e;
}

.fbQuestion .label.label-scheduled,
.fbQuestion .label.label-resolve {
  background: #5cb85c;
}

.fbQuestion .label.label-lock,
.fbQuestion .label.label-private,
.fbQuestion .label.label-publish,
.fbQuestion .label.label-open {
  background: #d9534f;
}

.fbQuestion .label.label-assigned {
  background: #5bc0de;
}

.qItem_sidebar {
  float: left;
  margin: 0 10px 20px 0;
  text-align: center;
  font-size: 11px;
  width: 52px;
}

.qItem_votes .vote-button {
  display: block;
  width: 52px;
  height: 30px;
  margin: 0;
  padding: 0;
}

.qItem_votes .has_voted,
.qItem_votes .has_voted:hover,
.qItem_votes .has_voted:focus,
.qItem_votes .has_voted:active {
  color: #4cae4c;
}

.qItem_votes a,
.qItem_votes a:focus,
.qItem_votes a:active {
  color: #999;
}

.qItem_votes a:hover {
  color: #777;
}

.qItem_votes .fas {
  font-size: 40px;
  line-height: 30px;
}

.qItem_votes .vote-count {
  display: block;
  position: relative;
  color: #777;
  margin: 4px 0;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
}

.qItem_content {
  overflow: hidden;
  padding: 0 10px 10px 10px;
}

.qItem_text {
  padding: 5px 0 10px;
}

.qItem_topic {
  margin: 0 0 15px;
}

.qItem_topic a {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 3px 6px;
  margin: 0 2px 2px;
  display: inline-block;
  text-decoration: none;
}

.qItem_topic a:hover,
.qItem_topic a:focus {
  background: #f7f7f7;
  text-decoration: none;
}

.qItem_info {
  font-size: 12px;
  color: #777;
}

.qItem_info a {
  white-space: nowrap;
  text-decoration: none;
}

.qItem_info span:after {
  line-height: 16px;
}

.qItem_actions > span:before {
  line-height: 16px;
}

.qItem_info span:after,
.qItem_actions > span:before {
  content: "\2022";
  padding: 0 4px;
}

.qItem_info span:last-child:after,
.qItem_info span.qItem_edited:after,
.qItem_actions > span:first-child:before,
.qItem_actions .action-spinner:before {
  content: none;
}

.qItem_id,
.qItem_date,
.qItem_edited {
  cursor: help;
}

.qItem_edited {
  font-style: italic;
}

.qItem_actions {
  padding: 6px 10px;
  margin: 15px 0 0;
  font-size: 13px;
  border: 1px solid #e5e5e5;
  background: #f8f8f8;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.qItem_actions a {
  text-decoration: none;
}

.qItem_actions .publish-action-div .publish-spinner,
.qItem_actions .action-spinner,
.qItem_assign .assign-spinner,
.qItem_assign .state-spinner,
.qItem_assign .type-spinner,
.qItem_votes .vote-spinner,
.fbItem_votes .vote-spinner,
.fbFormExtended .cf-spinner {
  display: none;
}

.qItem_actions .action-spinner,
.qItem_actions .publish-spinner {
  margin-left: 5px;
}

.fbFormExtended .cf-spinner {
  text-align: center;
}

.pin-action-div .pin-action {
  color: #bb7bb4;
}

.feature-action-div .feature-action {
  color: #f0ad4e;
}

.qItem_actions a.unlock-question,
.qItem_actions a.unpublish-question,
.qItem_actions a.unpublish-answer,
.qItem_actions a.unresolve-question {
  color: #d9534f;
}

.qItem_actions a.lock-question,
.qItem_actions a.publish-question,
.qItem_actions a.publish-answer,
.qItem_actions a.resolve-question {
  color: #5cb85c;
}

.qItem_assign .assign-spinner,
.qItem_assign .state-spinner,
.qItem_assign .type-spinner {
  position: absolute;
  top: 5px;
  right: 12px;
}

.qItem_assign {
  margin: 10px 0 0;
  padding: 10px 0 0;
  line-height: 22px;
  font-size: 12px;
  color: #777;
}

.qItem_assign > div {
  margin: 0 0 5px;
  padding: 0 30px 0 0;
  display: inline-block;
  position: relative;
}

.qItem_assign select {
  display: inline-block;
  height: auto;
  width: auto;
  line-height: 30px;
  margin: 0 10px 0 5px;
  padding: 5px;
}

.qItem_assign .label-assigned {
  background: #5bc0de;
  margin: 0 0 0 5px;
}

.qItem_message {
  display: none;
  padding: 15px;
  margin: 15px 0 0;
  color: #468847;
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  vertical-align: middle;
  line-height: 28px;
}

.qItem_attachment {
  padding: 3px 0;
  line-height: 20px;
}

.qItem_attachment a {
  text-decoration: none;
}

.qItem_attachment .fas {
  font-size: 15px;
}

.qItem_attachment > span:after {
  content: "\2022";
  padding: 0 4px;
}

.qItem_attachment > span:last-child:after {
  content: none;
}

.qItem_attachment a.attachment-ondelete {
  color: #b94a48;
}

.qItem_attachments .attachments-header {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.qItem_customfields,
.qItem_attachments {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin: 20px 0 0;
  color: #555;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.qItem_attachments {
  padding: 20px;
}

.qItem_customfields dl {
  margin: 0;
}

.qItem_customfields dl dt {
  margin: 0 0 4px;
  padding: 5px;
  background: #f8f8f8;
}

.qItem_customfields dl dd {
  margin: 0 0 10px;
  padding: 0 5px;
}

.qItem_customfields dl dd p {
  margin: 0;
}

.qItem_answers_buttons {
  text-align: center;
  padding: 30px 0;
}

.qItem_answers_buttons p {
  margin: 30px 0 0;
  padding: 20px 15px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
}

.qItem_answers_buttons p.locked-hidden {
  display: none;
}

.qItem_answers_buttons .fbContent_paging {
  display: inline-block;
  margin: 0 5px;
}

.qItem_ask_btn {
  text-align: center;
  padding: 0;
  margin: 0 5px;
  display: inline-block;
}

.qItem_ask_btn.locked-hidden {
  display: none;
}

.qItem_ask_btn a {
  color: #ffffff;
  line-height: 24px;
  padding: 6px 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #428bca;
  border: 1px solid #357ebd;
  display: inline-block;
  text-align: center;
}

.qItem_ask_btn a:hover,
.qItem_ask_btn a:focus,
.qItem_ask_btn a:active {
  background-color: #3071a9;
  border-color: #285e8e;
  text-decoration: none;
  color: #fff;
}

.qItem_ask_btn a:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.qItem_aForm .qItem_header {
  margin: 0 0 10px;
  border: 0;
}

.qItem_aForm .alert-empty-content {
  display: none;
}

.qItem_avatar img {
  border-radius: 50%;
  max-width: 100%;
}

.qItem_avatar .avatar_color {
  border-radius: 50%;
  color: #fff;
}

.fbForm_content .modal-body iframe {
  width: 100%;
  padding: 1rem;
}

/* Question: Stack theme */

.qItem_stack .qItem_info {
  padding: 10px 0 0;
  margin: 5px 0 0;
}

.qItem_stack .qItem_info .qItem_sidebar {
  width: 36px;
  margin-bottom: 0;
}

.qItem_stack .qItem_info .qItem_subheader {
  overflow: hidden;
}

.qItem_stack .qItem_avatar .avatar_color {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

.qItem_stack .qItem_subscriptions {
  margin: 10px 0;
}

/* Question: Social theme */

.qItem_social .qItem_avatar {
  margin: 0 0 10px;
}

.qItem_social .qItem_avatar .avatar_color {
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
}

.qItem_social .qItem_subheader {
  margin: 0 0 10px;
}

.qItem_social .qItem_subheader span {
  color: #777;
  font-size: 13px;
}

.qItem_social .qItem_subheader span.label {
  color: #fff;
}

.qItem_social .qItem_subheader > span:after {
  content: "\2022";
  padding: 0 4px;
}

.qItem_social .qItem_subheader > span:last-child:after {
  content: none;
}

.qItem_social .qItem_subheader .qItem_username {
  font-size: 15px;
  line-height: 16px;
}

.qItem_social .qItem_username,
.qItem_social .qItem_username:hover,
.qItem_social .qItem_username:focus {
  text-decoration: none;
}

.qItem_social .qItem_content .fbItem_votes {
  border-left: 0;
}

.qItem_social .qItem_info {
  float: right;
  line-height: 30px;
  padding: 0 6px;
}

.qItem_social .qItem_info span:after {
  line-height: 30px;
}

/* Question answers */

.qItem_answers {
  margin: 30px 0 0;
}

.qItem_answers .qItem_header {
  margin: 0;
  border: 0;
}

.qItem_aListItem {
  border-top: 1px solid #e5e5e5;
  margin: 0;
  padding: 20px 10px 10px;
}

.qItem_aListItem.qItem_selected {
  background: #f9f9f9;
}

.aListItem_select {
  margin: 5px 0 0;
}

.aListItem_select .fas {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 1px #000;
}

.aListItem_select.answer_selected .fas {
  color: #4cae4c;
  text-shadow: none;
}

.aListItem_select .select-answer {
  display: block;
  position: relative;
  height: 30px;
}

.aListItem_content {
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0 10px 10px 10px;
}

.aListItem_text {
  padding: 5px 0 10px;
}

.aListItem_date {
  cursor: help;
}

.qItem_aListItem .qItem_attachments {
  margin-bottom: 20px;
}

/* Question/Answer Form */

h2.fbForm_title {
  padding: 0 0 15px;
}

.fbForm_text {
  margin: 0 0 20px;
}

.fbForm_content form {
  margin: 0;
}

.fbForm_content a:not([class]) {
  text-decoration: none;
}

.fbForm_content .alert-empty-content {
  display: none;
}

.fbForm_content .alert {
  margin: 0 0 20px;
  padding: 24px;
}

.fbForm_content form .control-group .control-label,
.fbForm_content form:not(.form-no-margin) .control-group .control-label {
  padding: 0;
  margin-bottom: 10px;
  float: none;
}

.fbForm_content form .control-group .control-label label {
  font-weight: bold;
}

.fbForm_content form .control-group .controls,
.fbForm_content form:not(.form-no-margin) .control-group .controls {
  margin: 0;
}

.fbForm_content form .control-group,
.fbForm_content form:not(.form-no-margin) .control-group {
  margin-bottom: 2rem;
}

.fbForm_customfields_wrap {
  margin: 0 0 20px;
}

.fbForm_customfields .alert {
  margin-top: 10px;
}

.fbForm_customfields .controls p {
  margin: 10px 0 0;
}

form .fbForm_customfields .control-group .controls input[type="text"],
form .fbForm_customfields .control-group .controls textarea {
  max-width: inherit;
}

.fbForm_customfields .radio label {
  display: block;
  padding-left: 0;
}

.fbForm_customfields .radio label input {
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}

.fbForm_cf_description {
  padding: 5px 10px 10px;
  margin: 0 0 10px;
  color: #777;
  font-size: 90%;
}

.fbForm_cf_description i.fas {
  color: #999;
  margin: 0 7px 0 0;
}

.fbForm_toolbar .btn-toolbar {
  margin: 0 0 20px;
  padding: 30px 0;
  text-align: center;
  display: block !important;
}

.fbForm_toolbar .btn-toolbar .btn {
  padding: 8px 16px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
}

.fbForm_dropzone_wrap {
  display: none;
}

.fbForm_dropzone {
  padding: 0;
}

.fbForm_dropzone .well {
  padding: 0;
  margin: 0 0 15px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  min-height: inherit;
}

.fbForm_dropzone .dropzone .dz-message {
  margin: 0;
  padding: 15px 0;
}

.fbForm_dropzone_icon {
  padding: 0 0 15px;
  margin: 1em 0 auto;
}

.fbForm_dropzone_icon .fa-upload {
  font-size: 28px;
  color: #bbb;
}

.fbForm_dropzone_desc {
  color: #656565;
}

.fbForm_dropzone_title {
  font-size: 110%;
  font-weight: 600;
}

.fbForm_dropzone_subtitle {
  font-size: 100%;
}

.fbForm_dropzone_text {
  margin: 0 0 5px;
}

.fbForm_dropzone_rules {
  text-align: center;
  color: #656565;
  font-size: 12px;
  margin: 0 0 20px;
}

.fbFiles_table.mfb-table {
  display: table;
  width: 100%;
  margin: 0;
  table-layout: fixed;
}

.fbFiles_row {
  display: table-row;
}

.fbFiles_row.dz-error {
  background: #fff6f6;
}

.fbFiles_row .preview {
  width: 30px;
}

.fbFiles_row .preview .fas {
  display: none;
  font-size: 14px;
}

.fbFiles_row.dz-error .preview .fa-times {
  display: inline-block;
}

.fbFiles_row.dz-success .preview .fa-check {
  display: inline-block;
}

.fbFiles_row > div {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  line-height: 18px;
  word-break: break-word;
}

.fbFiles_row .file-size {
  width: 100px;
}

.fbFiles_row .file-progress,
.fbFiles_row .file-actions {
  width: 150px;
}

.fbFiles_row > div strong.error {
  display: inline-block;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .fbFiles_row .file-size,
  .fbFiles_row .file-progress {
    display: none;
  }
}

.fbFiles_row > div .progress {
  margin-top: 4px;
  margin-bottom: 0;
  height: 10px;
}

.fbFiles_row > div .progress-bar {
  float: left;
  height: 100%;
  transition: width 0.6s ease;
}

.fbFiles_row > div .progress-bar-success {
  background-color: #5cb85c;
}

/* Answer Form */

.fbForm_preview {
  padding: 15px;
  margin: 5px 0 30px;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
}

.fbForm_preview h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.fbForm_preview h3 span {
  color: #aaa;
  font-size: 16px;
}

.fbForm_preview > div {
  margin: 15px 0 0;
}

/* Questions management */

.fbQuestions_tools {
  margin: 0 0 10px;
  padding: 10px 0;
}

.fbQuestions_tools .btn-toolbar {
  margin: 0;
  padding: 10px 0;
}

.fbQuestions_tools joomla-toolbar-button {
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
}

.fbQuestions_tools .btn-toolbar .btn span.icon-angle-down::before {
  font-family: inherit;
}

.fbQuestions_tools .btn-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.fbQuestions_tools .js-stools {
  margin: 0;
  padding: 10px 0;
}

.fbQuestions_tools .js-stools-container-bar,
.fbQuestions_tools .js-stools-container-filters {
  padding: 0;
}

.fbQuestions_tools .js-stools-container-filters {
  display: none;
  width: 100%;
}

.fbQuestions_tools .js-stools-container-filters-visible {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
}

.fbQuestions_tools .js-stools-field-filter select {
  width: 100%;
}

.fbQuestions_tools .js-stools-container-bar .btn-toolbar > * + * {
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
}

.fbQuestions_tools .js-stools-container-bar .ordering-select {
  display: flex;
}

.fbQuestions_tools .js-stools-field-list + .js-stools-field-list {
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
}

.fbQuestions_tools .js-stools-field-list select {
  padding: 0.375rem 0.75rem;
}

.fbQuestions_tools .icon-publish,
.fbQuestions_tools .icon-unpublish {
  color: #fff;
}

.fbQuestions_tools .btn-wrapper input[type="text"] {
  display: inline-block;
}

.fbForm_content .fbContent_qListItem {
  display: flex;
}

.qListItem_checkbox {
  margin: 5px 15px 0 0;
}

.fbContent_qList .qListItem_wrapper {
  width: 100%;
}

/* My Answers List */

.fbContent_aList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fbContent_aListItem {
  padding: 10px;
  border-color: #e5e5e5;
  border-style: solid;
  border-width: 0 0 1px;
  background: none;
}

.fbContent_aListItemInner {
  padding: 5px 0;
}

.aListItem_introtext {
  margin: 0 0 10px;
}

.aListItem_stats {
  float: left;
  margin: 0 10px 10px 0;
  text-align: center;
  font-size: 14px;
  min-width: 52px;
}

.aListItem_votes {
  margin: 0 0 8px;
  padding: 0 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 30px;
  line-height: 29px;
  background: #fff;
  color: #555;
}

.aListItem_votes.is_selected {
  border: 1px solid #6f9136;
  background: #6f9136;
  color: #fff;
}

.aListItem_preview {
  overflow: hidden;
  padding: 0 10px;
}

.aListItem_preview h3 {
  margin: 0;
}

.aListItem_hyperlink {
  line-height: 22px;
  font-size: 15px;
  display: block;
  margin: 0 0 10px;
  font-weight: 500;
}

.aListItem_hyperlink:hover,
.aListItem_hyperlink:focus {
  text-decoration: none;
}

.aItem_info {
  font-size: 12px;
  margin: 0 0 8px;
  color: #777;
}

.aItem_info > span:after {
  content: "\2022";
  padding: 0 4px;
}

.aItem_info > span:last-child:after {
  content: none;
}

/* Popular topics/questions */

.fbContent_popItems {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

.fbContent_popItems li {
  margin: 0;
  padding: 0;
}

.fbContent_popItems li + li {
  border-top: 1px solid #eee;
}

.fbContent_popItems li h5 {
  margin: 0;
  padding: 10px 0;
  font-size: 1rem;
}

.fbContent_popItems a,
.fbContent_popItems a:hover,
.fbContent_popItems a:focus {
  text-decoration: none;
}

/* Alert boxes */

#myquestions_public_msg {
  padding: 15px;
}

#myquestions_public_msg .control-group {
  margin: 0 0 15px;
}

.myquestion_private_selector .control-label .private-locked {
  display: inline-block;
  padding: 2px 5px;
  font-size: 11px;
  background-color: #fbecec;
  border: 1px solid #ebccd1;
  color: #b94a48;
  border-radius: 4px;
  margin: 0 0 0 10px;
  font-weight: normal;
  line-height: 12px;
}

.myquestions_public_msg {
  margin: 0 0 20px;
}

/* Sections */

.fbContent_sections_desc {
  margin: 0 0 20px;
}

/* Forum layout (Sections) */

.fb_forums {
  padding: 20px 0 0;
}

.fb_forum {
  margin: 0 0 40px;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.fb_forum small {
  white-space: nowrap;
}

.fb_forum_header {
  margin: 0;
  padding: 0;
}

.fb_forum_header > h2 {
  line-height: 28px;
}

.fb_forum_header > h2 a,
.fb_forum_header > h2 a:hover,
.fb_forum_header > h2 a:focus {
  text-decoration: none;
  background: none;
}

.fb_forum_body_header {
  border-top: 1px solid #e5e5e5;
  background: #f9f9f9;
  padding: 15px 0;
  color: #888;
}

.fb_forum_row {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}

.fb_forum_row small {
  color: #999;
}

.fb_table_row {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.fb_table_cell {
  display: table-cell;
  vertical-align: top;
}

.fb_table_cell_padding {
  padding: 0 15px;
}

.fb-col-8 {
  width: 66.67%;
}

.fb-col-4 {
  width: 33.33%;
}

.fb_forum_topic_icon,
.fb_forum_topic_image {
  float: left;
  margin: 0 15px 0 0;
  padding: 5px;
  text-align: center;
}

.fb_forum_topic_icon {
  width: 55px;
  padding-top: 8px;
}

.fb_forum_topic_icon a {
  display: inline-block;
}

.fb_forum_topic_image a {
  display: inline-block;
  max-width: 120px;
}

.fb_forum_topic_icon i {
  font-size: 28px;
  vertical-align: top;
}

.fb_forum_topic_body {
  overflow: hidden;
}

.fb_forum_topic_title {
  margin: 12px 0 10px;
  font-size: 18px;
}

h3.fb_forum_topic_title a,
h3.fb_forum_topic_title a:hover,
h3.fb_forum_topic_title a:focus {
  text-decoration: none;
  background: none;
}

.fb_forum_topic_desc {
  font-size: 13px;
}

.fb_forum_topic_children {
  padding: 5px 0 0;
}

.fb_forum_topic_child {
  display: inline-block;
  margin: 0 8px 4px;
}

.fb_forum_topic_child i {
  margin: 0 5px 0 0;
}

.fb_forum_topic_child a {
  font-size: 12px;
}

.fb_forum_question_title {
  margin: 12px 0 10px;
}

.fb_forum_question_meta {
  font-size: 13px;
  color: #888;
}

.fb_forum_question_meta > span:after {
  content: "\2022";
  padding: 0 4px;
}

.fb_forum_question_meta > span:last-child:after {
  content: none;
}

/* Columns layout (sections) */

.fb_column small {
  color: #999;
}

.fb_column .fb_column_image {
  display: block;
  margin: 0 0 15px;
}

.fb_column img {
  max-width: 100%;
}

.fb_column small {
  white-space: nowrap;
}

.fb_column_header {
  margin: 10px 0 15px;
}

.fb_column_header a,
.fb_column_header a:hover,
.fb_column_header a:focus {
  text-decoration: none;
  background: none;
}

.fb_column_desc {
  padding: 10px 0;
}

.fb_column_topics {
  padding: 10px 0;
}

.fb_column_topic {
  display: inline-block;
  margin: 0 5px 4px;
}

.fb_column_topic i {
  margin: 0 5px 0 0;
}

.fb_column_topic a {
  font-size: 12px;
  text-decoration: none;
}

/* Responsive */

@media (max-width: 991px) {
  #fbExtended {
    flex-direction: column;
  }

  .fb-hidden-phone li.NavTopUL_item.NavTopUL_firstChild,
  .fb-hidden-phone li.NavTopUL_item.NavTopUL_user {
    display: inline-block !important;
  }

  .fb-hidden-phone li.NavTopUL_item {
    display: none !important;
  }

  .fbLeftNavigation_core {
    transition: none;
    width: 100% !important;
    margin: 0 0 30px;
    border-right: 0;
  }

  .fbLeftNavigation_toggle {
    display: none;
  }

  .fbLeftNavigation_core.fb-minimized {
    width: 100% !important;
  }

  .fbLeftNavigation_core.fb-minimized #NavLeftUL {
    opacity: 1;
    visibility: visible;
  }

  .fbLeftNavigation_core.fb-minimized .NavLeftUL_item.li_loading {
    width: auto;
    white-space: normal;
  }

  .fbLeftNavigation_core.fb-minimized
    .NavLeftUL_item.li_loading
    .NavLeftUL_endpointIcon {
    right: 9px;
  }

  .fbLeftNavigation_core.fb-minimized
    .NavLeftUL_item.li_loading
    a.NavLeftUL_anchor
    i {
    display: inline-block;
  }

  .fbLeftNavigation_core.fb-minimized
    .NavLeftUL_item.li_loading
    a.NavLeftUL_anchor
    span.NavLeftUL_text {
    opacity: 1;
  }

  .fbLeftNavigation_core a.NavLeftUL_anchor {
    width: 100% !important;
    transition: none !important;
  }

  .fbLeftNavigation_user,
  .fbLeftNavigation_topics {
    margin: 0 !important;
    width: 100% !important;
  }

  .fbLeftNavigation_wrap {
    margin: 0 !important;
    width: 100% !important;
  }

  .fbLeftNavigation_user ul,
  .fbLeftNavigation_topics ul {
    margin: 0 !important;
    width: 100% !important;
  }

  .fbLeftNavigation_user li,
  .fbLeftNavigation_topics li {
    margin: 0 !important;
    width: 100% !important;
  }

  .fbLeftNavigation_core.fb-hidden {
    display: none;
  }

  .fbTopNavigation_core .show_menu {
    display: inline-block;
  }

  .fb-hidden-phone li.NavTopUL_item {
    display: none !important;
  }

  .fb_forum_body_header .fb-col-8,
  .fb_forum_body_container .fb-col-8 {
    width: 100%;
  }

  .fb_forum_body_header .fb-col-4,
  .fb_forum_body_container .fb-col-4 {
    display: none;
  }

  .fbContent_topics li {
    width: 100% !important;
  }
}
