@charset "UTF-8";
div.forum-show {
  line-height: normal;
  /* pad to make it .row sized */
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #f1f1f1;
}
div.forum-show div.forum-header {
  background: #fafafa;
  padding: 1.25em 1em;
  margin: 0;
  font-weight: bold;
}
div.forum-show .thread-title {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: bold;
}
div.forum-show .thread-title a:hover {
  text-decoration: none;
}
div.forum-show .thread, div.forum-show .links {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 2px solid #f1f1f1;
}
div.forum-show .thread {
  display: flex;
  align-items: center;
}
div.forum-show .thread.sticky {
  background-color: #f5f5f5;
}
div.forum-show .thread:hover {
  background-color: rgb(250, 250, 255);
  cursor: pointer;
}
div.forum-show .thread a:hover {
  color: #337ab7;
}
div.forum-show .thread-avatar {
  text-align: center;
}
div.forum-show .thread-avatar img {
  max-height: 50px;
}
div.forum-show .thread-last-post {
  color: #777;
}
div.forum-show .thread-post-count {
  color: #777;
  text-align: right;
  font-size: 1.5rem;
  padding-right: 1em;
}
div.forum-show .links {
  text-align: center;
}

div.forum-post .forum-post-edit-buttons {
  margin-top: 1em;
  text-align: center;
}
div.forum-post div.forum-post-panel {
  position: relative;
  margin-bottom: 2em;
  padding: 20px 20px 10px 20px;
  min-height: 6em;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
div.forum-post div.forum-post-panel div.forum-post-body {
  overflow-x: hidden;
}
div.forum-post div.forum-post-panel div.forum-post-header h1, div.forum-post div.forum-post-panel div.forum-post-header h2, div.forum-post div.forum-post-panel div.forum-post-header h3, div.forum-post div.forum-post-panel div.forum-post-header h4, div.forum-post div.forum-post-panel div.forum-post-header h5, div.forum-post div.forum-post-panel div.forum-post-header h6 {
  margin-top: 0;
  display: inline-block;
}
div.forum-post div.forum-post-panel div.forum-post-header .forum-post-right {
  float: right;
  font-size: 85%;
}
div.forum-post div.forum-post-panel div.forum-post-header .forum-post-right .timestamp {
  margin-left: 2em;
  color: #777;
}
div.forum-post div.forum-post-panel div.forum-post-footer {
  min-height: 16px;
  text-align: right;
  font-size: 85%;
  color: #777;
}
div.forum-post div.forum-post-panel .thread-title-input {
  margin-bottom: 1em;
}
div.forum-post div.forum-post-panel:before {
  position: absolute;
  top: 20px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
div.forum-post div.forum-post-panel:after {
  position: absolute;
  top: 21px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

div.breadcrumbs-with-action {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.breadcrumbs-with-action ul.breadcrumbs {
  margin: 0;
}

ul.breadcrumbs {
  margin: 20px 0 20px 0;
  padding: 0;
  font-size: 1.7em;
  color: #777;
}
ul.breadcrumbs h1, ul.breadcrumbs h2, ul.breadcrumbs h3, ul.breadcrumbs h4, ul.breadcrumbs h5, ul.breadcrumbs h6 {
  display: inline-block;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
ul.breadcrumbs li {
  list-style: none;
  display: inline;
}
ul.breadcrumbs li:after {
  content: " »";
}
ul.breadcrumbs li:last-child:after {
  content: none;
}

.dropdown-menu li button.btn-link {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}
.dropdown-menu li button.btn-link:focus, .dropdown-menu li button.btn-link:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.forum-footer {
  margin-top: 2em;
  text-align: center;
}
.forum-footer form {
  display: inline-block;
}
.forum-footer form button.btn-link {
  padding: 0;
}

.text-strikethrough {
  text-decoration: line-through;
}