/*
  Linked Messages Widget and Readonly Thread Display Widget
*/

#widget-collapse-btn {
  color: #4b00a3;
  display:inline;
}

#widget-collapse-btn .arrow:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  display: inline;
}
#widget-collapse-btn .arrow-label:after {
  font-size: 14px;
  font-weight: bold;
  content: "Collapse";
}
#widget-collapse-btn.collapsed .arrow:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  display: inline;
}
#widget-collapse-btn.collapsed .arrow-label:after {
  font-size: 14px;
  font-weight: bold;
  content: "Expand";
}

.readonly-thread-widget {
  margin-top: 2em;
}

.linked-message-widget, .readonly-thread-widget label {
  font-weight: bold;
}

.linked-message-text, .readonly-message-text {
  color: #777;
}

.linked-message-widget input {
  width: 13px;
  height: 13px;
  position: relative;
}


/*
  FAQ Detail
*/

.section-title {
  font-size: 20px;
  display: inline;
}

.question {
  margin-bottom: 1em;
}

.question .question-label {
  color: #555;
  font-size: 20px;
  display: inline;
}

.question .question-detail {
  margin-left: 0.5em;
}

.answer {
  margin-bottom: 1em;
}

.answer .answer-label {
  display: inline;
}

.answer .answer-detail {
  margin-left: 0.5em;
}

.last-updated {
  position: absolute;
  bottom: 0;
  right: 0;
}

.manage-panel {
  margin-left: 1em;
  margin-bottom: 1em;
}

/*
  FAQ Detail Helpful/Unhelpful Feedback Form
*/

.vote-buttons {
  vertical-align: bottom;
}

.feedback-text {
  font-weight: bold;
}

.feedbackform-row {
  position: relative;
}


/*
  FAQ List
*/

.faq_list {
  margin: 1em;
}

.faq_list ul li {
  margin: 0.5em 0;
}


