/**
 * Colors
 */
/**
 * Typography
 */
/**
 * Button
 */
/**
 * Pagination
 */
#topic-form .page-header h4 span {
  font-size: 24px;
}
#topic-form label {
  font-size: 16px;
  font-weight: 500;
}
.forum_topic_new .has-warning .form-control {
  border-color: #B52323;
}
.forum_topic_new #topic-form .page-header {
  padding-bottom: 9px;
  margin: 10px 0 15px;
  border-bottom: 1px solid #EEE;
}
.forum_topic_new #topic-form .page-header h4 {
  margin: 0;
}
.forum_topic_new #topic-form .page-header h4 span {
  font-size: 24px;
}
@media (max-width: 480px) {
  .forum_topic_new #topic-form .page-header h4 > div {
    margin-top: 6px;
    width: 100%;
  }
}
.forum_topic_new #topic-form .form-group {
  margin: 0;
}
.forum_topic_new div#forum_frontend_tag_select {
  display: inline-block;
}
.forum_topic_new div#forum_frontend_tag_select select {
  width: auto;
  display: inline-block;
  vertical-align: 4px;
  margin-left: 1px;
}
@media (max-width: 480px) {
  .forum_topic_new div#forum_frontend_tag_select select {
    width: 100%;
  }
}
.forum_topic_new .title-control-container .controls {
  margin-bottom: 10px;
}
.forum_topic_new .subscribe {
  display: inline-block;
  margin: 25px 15px;
}
@media (max-width: 767px) {
  .forum_topic_new .confirm-btn-container {
    width: 100%;
  }
  .forum_topic_new .confirm-btn-container button {
    width: calc(50% - 5px) !important;
    float: left;
  }
  .forum_topic_new .submit-btn-container {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .forum_topic_new .post-edit-container .checkbox {
    position: static;
    top: auto;
    right: auto;
    margin: 15px 0 10px;
  }
  .forum_topic_new .post-edit-container .submit-btn-container button {
    width: 100% !important;
  }
  .forum_topic_new .post-edit-container .submit-btn-container button:first-child {
    margin: 0 0 10px 0;
  }
}
.forum_topic_new .page-header h1,
.forum_topic_update .page-header h1,
.forum_post_update .page-header h1 {
  display: inline-block;
}
.forum_topic_new .page-header h4,
.forum_topic_update .page-header h4,
.forum_post_update .page-header h4 {
  display: inline-block;
  margin-left: 20px;
  vertical-align: 5px;
}
.forum_topic_new div.categories-menu ul.categories a,
.forum_topic_update div.categories-menu ul.categories a,
.forum_post_update div.categories-menu ul.categories a {
  width: 100%;
  display: block;
}
.forum_topic_new .post-edit-container .submit-btn-container,
.forum_topic_update .post-edit-container .submit-btn-container,
.forum_post_update .post-edit-container .submit-btn-container {
  clear: both;
  float: right;
}
.forum_topic_new .title-control-container,
.forum_topic_update .title-control-container,
.forum_post_update .title-control-container {
  margin-bottom: 10px;
}
.forum_topic_new select.topic-title-prefix,
.forum_topic_update select.topic-title-prefix,
.forum_post_update select.topic-title-prefix {
  width: 85px;
  display: inline-block;
  float: left;
}
.forum_topic_new label.topic-title,
.forum_topic_update label.topic-title,
.forum_post_update label.topic-title {
  width: 100%;
  display: block;
}
.forum_topic_new input.topic-title-field,
.forum_topic_update input.topic-title-field,
.forum_post_update input.topic-title-field {
  width: 100%;
  display: inline-block;
}
.forum_topic_new input.topic-title-field.with-prefix,
.forum_topic_update input.topic-title-field.with-prefix,
.forum_post_update input.topic-title-field.with-prefix {
  width: calc(100% - 95px);
  margin-left: 10px;
}
.forum_topic_new .spam-detected,
.forum_topic_update .spam-detected,
.forum_post_update .spam-detected {
  display: block;
  margin: 3px 0 10px;
}
.forum_topic_new .post-edit-container .g-recaptcha,
.forum_topic_update .post-edit-container .g-recaptcha,
.forum_post_update .post-edit-container .g-recaptcha {
  float: right;
  margin-bottom: 0;
}
.forum_topic_new .polling-setting-container,
.forum_topic_update .polling-setting-container,
.forum_post_update .polling-setting-container {
  border-bottom: 1px solid #CCC;
  margin-bottom: 6px;
}
.forum_topic_new .polling-setting .polling-panel,
.forum_topic_update .polling-setting .polling-panel,
.forum_post_update .polling-setting .polling-panel {
  padding: 0;
}
.forum_topic_new .polling-setting .polling-panel:first-child,
.forum_topic_update .polling-setting .polling-panel:first-child,
.forum_post_update .polling-setting .polling-panel:first-child {
  padding-right: 10px;
}
.forum_topic_new .polling-setting .polling-panel:last-child,
.forum_topic_update .polling-setting .polling-panel:last-child,
.forum_post_update .polling-setting .polling-panel:last-child {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .forum_topic_new .polling-setting .polling-panel,
  .forum_topic_update .polling-setting .polling-panel,
  .forum_post_update .polling-setting .polling-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.forum_topic_new .collection-widget,
.forum_topic_update .collection-widget,
.forum_post_update .collection-widget {
  position: relative;
}
.forum_topic_new .collection-widget i.fa,
.forum_topic_update .collection-widget i.fa,
.forum_post_update .collection-widget i.fa {
  margin-right: 4px;
}
.forum_topic_new .collection-widget > .control-group.options,
.forum_topic_update .collection-widget > .control-group.options,
.forum_post_update .collection-widget > .control-group.options {
  position: absolute;
  left: 110px;
  top: -25px;
}
.forum_topic_new .collection-item,
.forum_topic_update .collection-item,
.forum_post_update .collection-item {
  margin-bottom: 15px;
}
.forum_topic_new .collection-item .form-group,
.forum_topic_update .collection-item .form-group,
.forum_post_update .collection-item .form-group {
  margin-bottom: 0;
}
.forum_topic_new .collection-item input[type=text],
.forum_topic_update .collection-item input[type=text],
.forum_post_update .collection-item input[type=text] {
  display: inline-block;
  width: calc(100% - 89px);
  margin-right: 15px;
  float: left;
}
.forum_topic_new .collection-item > a,
.forum_topic_update .collection-item > a,
.forum_post_update .collection-item > a {
  display: inline-block;
  padding: 7px 0;
}
@media (max-width: 767px) {
  .forum_topic_new .confirm-btn-container,
  .forum_topic_update .confirm-btn-container,
  .forum_post_update .confirm-btn-container {
    width: 100%;
  }
}
.forum_topic_new #music-submission-container label,
.forum_topic_update #music-submission-container label,
.forum_post_update #music-submission-container label {
  float: left;
  width: 85px;
}
.forum_topic_new #music-submission-container input,
.forum_topic_update #music-submission-container input,
.forum_post_update #music-submission-container input {
  float: left;
}
.forum_topic_new #music-submission-container .artist-group,
.forum_topic_update #music-submission-container .artist-group,
.forum_post_update #music-submission-container .artist-group,
.forum_topic_new #music-submission-container .track-name-group,
.forum_topic_update #music-submission-container .track-name-group,
.forum_post_update #music-submission-container .track-name-group {
  float: left;
}
.forum_topic_new #music-submission-container .artist-group,
.forum_topic_update #music-submission-container .artist-group,
.forum_post_update #music-submission-container .artist-group {
  display: inline-block;
  width: 200px;
  margin-right: 15px;
}
.forum_topic_new #music-submission-container .track-name-group,
.forum_topic_update #music-submission-container .track-name-group,
.forum_post_update #music-submission-container .track-name-group {
  display: inline-block;
  width: calc(100% - 215px);
}
@media (max-width: 767px) {
  .forum_topic_new #music-submission-container .artist-group,
  .forum_topic_update #music-submission-container .artist-group,
  .forum_post_update #music-submission-container .artist-group,
  .forum_topic_new #music-submission-container .track-name-group,
  .forum_topic_update #music-submission-container .track-name-group,
  .forum_post_update #music-submission-container .track-name-group {
    width: 100%;
    margin-right: 0;
  }
}
.forum_topic_new #mark-as-announcement,
.forum_topic_update #mark-as-announcement,
.forum_post_update #mark-as-announcement {
  float: left;
  margin-right: 15px;
}
.forum_topic_new #music-submission-container,
.forum_topic_update #music-submission-container,
.forum_post_update #music-submission-container {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .forum_topic_update .add-poll-btn,
  .forum_topic_update .remove-poll-btn {
    width: 100%;
    margin-top: 10px;
  }
}
#topic-posts .post .top {
  color: #8a8a8a;
  line-height: 28px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #topic-posts .post .top {
    display: table;
    width: 100%;
  }
}
#topic-posts .post .top .date {
  font-family: Helvetica, Arial, sans-serif, "Microsoft Yahei";
  min-height: 28px;
  padding: 0;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  #topic-posts .post .top .date {
    text-align: center;
    -ms-word-break: break-all;
    word-break: break-all;
    line-height: 1.6em;
    padding: 8px 0;
    width: auto;
  }
  #topic-posts .post .top .date span.visible-xs {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #topic-posts .post .top .date a {
    display: block;
  }
}
#topic-posts .post .top .controls {
  position: relative;
  padding-right: 0;
}
@media (max-width: 767px) {
  #topic-posts .post .top .controls {
    width: 100%;
    border-top: 1px solid #F5F5F5;
  }
}
#topic-posts .post .top .controls a.btn {
  border: none;
  padding: 2px 7px 6px;
  font-size: 12px;
  color: #999;
}
@media (max-width: 991px) {
  #topic-posts .post .top .controls a.btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  #topic-posts .post .top .controls a.btn {
    display: block;
    float: left;
  }
}
#topic-posts .post .top .controls a.btn i.fa {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  #topic-posts .post .top .controls a.btn i.fa {
    margin-right: 0;
    top: 0;
  }
}
#topic-posts .post .top .controls a.btn:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  #topic-posts .post .top .controls > a.btn {
    width: 25%;
    padding: 8px 0;
  }
}
#topic-posts .post .move-topic-modal .modal-header {
  display: inline-block;
  width: 100%;
}
#topic-posts .post .move-topic-modal .modal-title {
  float: left;
}
#topic-posts .post .move-topic-modal label {
  float: left;
}
#topic-posts .post .notice {
  position: absolute;
  right: 0;
  bottom: -89px;
  width: 150px;
  background: #F5F5F5;
  border: 1px solid #E0E0E0;
  z-index: 1001;
  padding: 10px;
  text-align: left;
  color: #4d4d4d;
  line-height: 1;
  display: none;
}
#topic-posts .post .notice h5 {
  margin-top: 2px;
  text-align: center;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #bbbbbb;
}
#topic-posts .post .notice div.button-container {
  float: right;
}
#topic-posts .post .notice .btn {
  padding: 5px 12px !important;
  border-left: none !important;
  color: #FFF !important;
  font-size: 14px;
}
#topic-posts .post .notice .btn:first-child {
  margin-right: 5px;
}
#topic-posts .post .main {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0 18px;
}
@media (max-width: 767px) {
  #topic-posts .post .main {
    display: block;
  }
}
#topic-posts .post .main img {
  max-width: 100%;
}
@media (min-width: 1230px) {
  #topic-posts .post .main img {
    max-width: 700px;
  }
}
#topic-posts .post .main .post-content img {
  display: block !important;
}
#topic-posts .post .main div.col-xs-9 {
  padding: 5px 20px;
}
#topic-posts .post .main .post-content-container {
  width: calc(100% - 240px);
  display: inline-block;
}
@media (max-width: 991px) {
  #topic-posts .post .main .post-content-container {
    width: calc(100% - 180px);
  }
}
@media (max-width: 767px) {
  #topic-posts .post .main .post-content-container {
    padding: 0;
    width: 100%;
  }
}
#topic-posts .post .main .content {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  font-size: inherit;
  line-height: 1.6em;
  margin-top: 6px;
}
#topic-posts .post .main .content a {
  word-break: break-word;
}
#topic-posts .post .main .content.with-signature {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #topic-posts .post .main .content.with-signature {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #topic-posts .post .main .content {
    font-size: 16px;
  }
}
#topic-posts .post .main .content iframe.embed-content {
  max-width: 100%;
}
#topic-posts .post .main .content .deleted-post-content {
  max-height: 20px;
  overflow: auto;
}
#topic-posts .post .main .content .deleted-post-content.show-more {
  max-height: 500px;
}
#topic-posts .post .main .content .deleted-post-content.all-the-way {
  max-height: 1000px;
}
#topic-posts .post .main .content img.smiley {
  margin: 0 2px;
  height: 24px;
  display: inline-block !important;
}
#topic-posts .post .main .content img.imgur-disabled + img.imgur-disabled {
  display: none !important;
}
#topic-posts .post .main .content .post-content {
  word-break: break-word;
}
#topic-posts .post .main .content .post-content > blockquote {
  margin-bottom: 8px;
}
#topic-posts .post .main .content .post-content > blockquote:first-child {
  margin-top: 8px;
}
#topic-posts .post .main .content blockquote {
  font-size: 100%;
  background: #F5F5F5;
  color: #555;
  padding: 15px 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: solid 1px #E0E0E0;
  border-left: solid 2px #666;
  display: inline-block;
  width: 100%;
}
#topic-posts .post .main .content blockquote + br {
  display: none;
}
@media (max-width: 767px) {
  #topic-posts .post .main .content blockquote {
    padding: 10px;
  }
}
#topic-posts .post .main .content blockquote img {
  max-width: 20%;
}
@media (max-width: 767px) {
  #topic-posts .post .main .content blockquote blockquote blockquote {
    display: none;
  }
}
#topic-posts .post .main .content blockquote > div.quote-header {
  font-family: "Source Sans Pro HB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei";
  font-size: 12px;
  color: #AAA;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#topic-posts .post .main .content blockquote > div.quote-header a {
  color: #777;
}
#topic-posts .post .main .content blockquote > div.quote-header a:hover {
  color: #337AB7;
  text-decoration: underline;
}
#topic-posts .post .main .content blockquote > div.quote-header .label {
  position: relative;
  top: -1px;
  background: #FFF;
  padding: 4px 6px;
  margin-right: 6px;
  text-shadow: none;
  color: #888;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#topic-posts .post .main .content blockquote > div.quote-content {
  font-size: 12px;
}
#topic-posts .post .main .content .btn.thumbs-up,
#topic-posts .post .main .content .btn.thumbs-down {
  padding: 1px 5px;
}
@media (max-width: 768px) {
  #topic-posts .post .main .content .btn.thumbs-up,
  #topic-posts .post .main .content .btn.thumbs-down {
    padding: 4px 9px;
    font-size: 12px;
  }
}
#topic-posts .post.first-post .main .post-content-container {
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  #topic-posts .post.first-post .main .date,
  #topic-posts .post.first-post .main .vote-container {
    margin-left: 15px;
    margin-right: 15px;
  }
  #topic-posts .post.first-post .main .signature {
    margin: 0 15px !important;
    display: table;
    width: calc(100% - 30px) !important;
    bottom: 0;
  }
  #topic-posts .post.first-post .main .signature p {
    margin-bottom: 8px;
  }
  #topic-posts .post.first-post .main .post-content {
    padding: 0 15px;
  }
}
#topic-posts .post .main .user {
  padding: 7px 15px 10px;
  color: #777;
  border-bottom: 0;
  width: 240px;
  display: inline-block;
  float: left;
}
@media (max-width: 991px) {
  #topic-posts .post .main .user {
    width: 180px;
  }
}
@media (max-width: 767px) {
  #topic-posts .post .main .user {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#topic-posts .post .main .user .avatar-container {
  float: left;
}
@media (max-width: 991px) {
  #topic-posts .post .main .user .avatar-container {
    float: none;
  }
}
#topic-posts .post .main .user .avatar img {
  width: 65px;
  height: 65px;
}
#topic-posts .post .main .user .name-and-title {
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  #topic-posts .post .main .user .name-and-title {
    position: absolute;
    left: 45px;
    vertical-align: middle;
    margin: 0;
    padding: 6px 0;
    max-width: calc(100% - 100px);
  }
}
#topic-posts .post .main .user i.expand-user-info {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 16px;
}
#topic-posts .post .main .user .user-info {
  font-family: Helvetica, Arial, sans-serif, "Microsoft Yahei";
}
#topic-posts .post .main .user .user-info i.fa {
  width: 16px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 1px;
  margin-right: 4px;
}
#topic-posts .post .main .user .user-info i.fa.fa-line-chart {
  font-size: 9px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  #topic-posts .post .main .user .user-info-field {
    display: none !important;
  }
}
#topic-posts .post .main .user .user-info-field.hidden-xs {
  max-width: 163px;
  overflow: hidden;
  padding-left: 12px;
}
@media (max-width: 991px) {
  #topic-posts .post .main .user .user-info-field.hidden-xs {
    max-width: 103px;
    padding-left: 0;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  #topic-posts .post .main .user .user-info-field.expand {
    position: absolute;
    left: 0;
    top: 52px;
    float: left;
    display: inline-block !important;
    width: 100%;
    padding: 5px 15px 12px 45px;
    z-index: 999;
    background-color: white;
    border-bottom: 1px solid #E6E6E6;
    box-shadow: 0 2px 2px #f2f2f2;
  }
}
#topic-posts .post .main .user .display-name {
  font-size: 16px;
  margin: 0;
}
#topic-posts .post .main .user .display-name.moderator {
  color: #337AB7 !important;
}
#topic-posts .post .main .user .display-name:hover {
  color: #337ab7;
}
@media (max-width: 767px) {
  #topic-posts .post .main .user .display-name {
    font-size: 16px;
    display: block;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#topic-posts .post .main .user .avatar {
  display: block;
  line-height: 0;
  max-height: 100px;
  max-width: 100px;
}
@media (max-width: 767px) {
  #topic-posts .post .main .user .avatar {
    float: left;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #topic-posts .post .main .user .avatar img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
#topic-posts .post .main .user .status,
#topic-posts .post .main .user .post-count,
#topic-posts .post .main .user .join-date,
#topic-posts .post .main .user .location,
#topic-posts .post .main .user .ip-address,
#topic-posts .post .main .user .ranking {
  font-size: 12px;
}
#topic-posts .post .main div.signature {
  position: absolute;
  bottom: 0;
  left: 240px;
  right: 0;
  width: calc(100% - 255px);
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
@media (max-width: 991px) {
  #topic-posts .post .main div.signature {
    left: 180px;
    width: calc(100% - 195px);
  }
}
@media (max-width: 767px) {
  #topic-posts .post .main div.signature {
    position: relative;
    left: 0;
    width: 100%;
  }
}
#topic-posts .post .main div.signature hr {
  border-color: #EAEAEA;
  margin: 15px 0 8px;
}
@media (max-width: 991px) {
  #topic-posts .post .main div.signature hr {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #topic-posts .post .main div.signature hr {
    display: block;
    margin: 10px 0;
  }
}
#topic-posts .post .main div.signature p {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  #topic-posts .post.first-post .main .user {
    padding-left: 15px;
    padding-right: 15px;
  }
  #topic-posts .post.first-post .main .user .name-and-title {
    left: 60px;
  }
  #topic-posts .post.first-post .main .user .expand-user-info {
    right: 15px;
  }
}
#topic-posts .post.first-post .user-info-field.visible-xs {
  background-color: #F5F5F5 !important;
}
div#reply .alert-warning {
  margin-left: 15px;
  margin-right: 15px;
  background-color: #FAFAFA;
  border-color: #F5F5F5;
  color: #545454;
}
@media (min-width: 992px) {
  div#reply div.post-edit-container {
    margin-left: 12.5%;
  }
}
div#reply form.disabled {
  opacity: .15;
}
div#reply ul.help-block {
  margin-top: 7px;
}
.post-edit-container .g-recaptcha {
  margin-top: 6px;
  margin-bottom: 2px;
}
.post-edit-container .submit-btn-container {
  float: left;
  margin: 15px auto;
}
.post-edit-container .submit-btn-container button {
  padding: 12px 30px;
  margin-right: 10px;
}
.post-edit-container .submit-btn-container button:last-child {
  margin-right: 0;
}
#reply .checkbox.subscribe {
  float: left;
  margin: 28px 15px;
}
@media (max-width: 767px) {
  #reply .checkbox.subscribe {
    margin: 0;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 8px;
  }
}
.cke_toolbox span.img-upload-hints {
  padding-top: 7px;
  padding-right: 6px;
  font-size: 12px;
}
.cke_toolbox span.img-upload-hints a {
  color: #666;
}
@media (max-width: 767px) {
  .cke_dialog {
    margin: 10px !important;
    left: 0 !important;
  }
}
.cke_dialog_title {
  font-family: "Source Sans Pro HB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Microsoft Yahei" !important;
  padding: 7px 3px 11px !important;
}
a.cke_dialog_close_button {
  display: none;
}
.cke_dialog_footer {
  text-align: center !important;
}
.cke_chrome {
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
table.cke_dialog_footer_buttons {
  margin: 3px 0 0;
}
.cke_dialog_ui_button {
  background: transparent !important;
  padding: 8px 15px !important;
  font-size: 12px !important;
  color: #FFF !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.cke_dialog_ui_button > span {
  padding: 0 !important;
}
.cke_dialog_ui_button_ok {
  background-color: #5CB85C !important;
}
.cke_dialog_ui_button_cancel {
  background-color: #D9534F !important;
}
div.cke_resizer {
  display: none !important;
}
div.cke_dialog_tabs {
  display: none;
}
div.cke_dialog_body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 10px;
}
div.cke_dialog_body .cke_dialog_contents,
div.cke_dialog_body .cke_dialog_footer {
  background-color: transparent !important;
  margin-bottom: 8px;
}
div.cke_dialog_body .cke_dialog_contents_body {
  padding-top: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
  height: auto !important;
}
div.cke_dialog_body div.cke_dialog_ui_input_text,
div.cke_dialog_body div.cke_dialog_ui_input_password {
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
div.cke_dialog_body input {
  height: 24px;
  margin-top: 10px;
}
div.ImagePreviewLoader,
div.ImagePreviewBox {
  display: none;
}
html body table.cke_dialog .cke_dark_background {
  background-color: transparent !important;
}
html body table.cke_dialog a.cke_smile img {
  border: none !important;
  padding: 5px !important;
  height: 24px;
}
html body #container .cke_toolgroup a.cke_button {
  margin-right: 3px;
}
html body #container .cke_toolgroup a.cke_button:last-child {
  margin-right: 0;
}
html body #container a.cke_button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#dbdbdb');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#F5F5F5', endColorstr = '#dbdbdb')";
  background-image: -moz-linear-gradient(top, #f5f5f5, #dbdbdb);
  background-image: -ms-linear-gradient(top, #f5f5f5, #dbdbdb);
  background-image: -o-linear-gradient(top, #f5f5f5, #dbdbdb);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#f5f5f5), to(#dbdbdb));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #dbdbdb);
  background-image: linear-gradient(top, #f5f5f5, #dbdbdb);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #CCC;
}
html body #container a.cke_button.cke_button_on {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F5F5F5');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#DBDBDB', endColorstr = '#F5F5F5')";
  background-image: -moz-linear-gradient(top, #dbdbdb, #f5f5f5);
  background-image: -ms-linear-gradient(top, #dbdbdb, #f5f5f5);
  background-image: -o-linear-gradient(top, #dbdbdb, #f5f5f5);
  background-image: -webkit-gradient(linear, center top, center bottom, from(#dbdbdb), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #dbdbdb, #f5f5f5);
  background-image: linear-gradient(top, #dbdbdb, #f5f5f5);
}
html body #container .cke_toolbar span.cke_toolgroup {
  margin-right: 0;
}
html body #container .cke_toolbar span.cke_toolgroup::before {
  border-left: 1px solid #CCC;
  height: 23px;
  display: inline;
  content: '';
  float: left;
  margin-right: 4px;
}
html body #container .cke_toolbox .cke_toolbar:first-child span.cke_toolgroup::before {
  display: none;
}
html body #container .cke_button__link_icon,
html body #container .cke_button__unlink_icon,
html body #container .cke_button__bold_icon,
html body #container .cke_button__italic_icon,
html body #container .cke_button__image_icon,
html body #container .cke_button__embed_icon,
html body #container .cke_button__smiley_icon {
  background: none !important;
  display: table-cell;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '';
  text-align: center;
}
html body #container .cke_button__link_icon:before {
  font-size: 16px;
  content: '\f0c1';
}
html body #container .cke_button__unlink_icon:before {
  font-size: 16px;
  content: '\f127';
}
html body #container .cke_button__bold_icon:before {
  font-size: 16px;
  content: '\f032';
}
html body #container .cke_button__italic_icon:before {
  font-size: 16px;
  content: '\f033';
}
html body #container .cke_button__image_icon:before {
  font-size: 16px;
  content: '\f1c5';
}
html body #container .cke_button__embed_icon:before {
  font-size: 16px;
  content: '\f16a';
}
html body #container .cke_button__smiley_icon:before {
  font-size: 16px;
  content: '\f118';
}
.forum-navigation .title-container a.day-night-container,
.forum-footer .title-container a.day-night-container {
  float: left;
}
@media (max-width: 767px) {
  .forum-navigation .title-container a.day-night-container,
  .forum-footer .title-container a.day-night-container {
    display: none;
  }
}
.forum-navigation .title-container div.topic-icon,
.forum-footer .title-container div.topic-icon {
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.forum-navigation .title-container h1,
.forum-footer .title-container h1 {
  margin: 7px 0;
}
@media (max-width: 767px) {
  .forum-navigation div,
  .forum-footer div {
    width: 100%;
    text-align: center;
  }
  .forum-navigation .title-container img.topic-status-icon,
  .forum-footer .title-container img.topic-status-icon {
    display: none;
  }
  .forum-navigation .title-container h1,
  .forum-footer .title-container h1 {
    margin: 0 0 7px !important;
    line-height: 1.1;
  }
  .forum-navigation .paginator,
  .forum-footer .paginator {
    width: 100%;
    margin-top: 6px;
  }
}
.forum-footer {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .forum-footer .title-container {
    margin-bottom: 5px;
  }
}
#topic-posts.posts {
  margin: 0 15px 4px;
}
@media (max-width: 767px) {
  #topic-posts.posts {
    margin-top: 3px;
  }
}
#topic-posts.posts .post {
  border-bottom: 1px solid #F0F0F0;
}
#topic-posts.posts .post:last-child {
  margin-bottom: 5px;
}
#topic-posts.posts .post.first-of-page {
  border-top: 1px solid #F0F0F0;
}
#topic-posts.posts .post.first-post {
  background: #F5F5F5;
}
#topic-posts.posts .post .vote-container {
  display: inline-block;
  margin: 12px 0 0;
}
#topic-posts.posts .post .vote-container .btn {
  background-color: transparent;
  color: #AFAFAF;
}
#topic-posts.posts .post .vote-container .btn.active,
#topic-posts.posts .post .vote-container .btn:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #777;
  background-color: #F3F3F3;
}
#topic-posts.posts .post .deleted-post {
  border: 1px solid #F0F0F0;
  padding: 10px;
  text-align: center;
}
#topic-posts.posts .post .deleted-post p {
  margin: 0;
  color: #999;
}
@media (max-width: 1229px) {
  #topic-posts.posts .post.post-admin span.button-content {
    display: none;
  }
  #topic-posts.posts .post.post-admin .controls a.btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  #topic-posts.posts .post.post-admin .controls > a.btn {
    width: 33.33333333% !important;
  }
}
@media (max-width: 767px) {
  #topic-posts.posts .post.post-admin.first-post .controls > a.btn {
    width: 14.28571429% !important;
  }
}
@media (max-width: 767px) {
  #topic-posts.posts .post.post-owner .controls,
  #topic-posts.posts .post.post-viewer .controls {
    float: right;
    width: auto;
    border: none;
    margin-right: 7px;
  }
  #topic-posts.posts .post.post-owner .controls > a.btn,
  #topic-posts.posts .post.post-viewer .controls > a.btn {
    width: 30px !important;
  }
  #topic-posts.posts .post.post-owner .controls > a.btn span.button-content,
  #topic-posts.posts .post.post-viewer .controls > a.btn span.button-content {
    display: none !important;
  }
  #topic-posts.posts .post.post-owner .controls > a.btn i.fa,
  #topic-posts.posts .post.post-viewer .controls > a.btn i.fa {
    margin-right: 5px !important;
  }
}
#topic-posts.posts .post .last {
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  #topic-posts.posts.locked .post.post-admin .controls > a.btn {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  #topic-posts.posts.locked .post.post-admin.first-post .controls > a.btn {
    width: 20% !important;
  }
}
@media (max-width: 767px) {
  #topic-posts.posts.locked .post.post-owner .controls > a.btn {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #topic-posts.posts.locked .post.post-viewer .controls > a.btn {
    display: none;
  }
}
.forum-footer {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.forum-footer div.paginator {
  padding: 0;
}
@media (min-width: 992px) {
  .forum-footer div.paginator ul.pagination {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .forum-footer div.paginator {
    margin-top: 0;
    margin-bottom: 6px;
  }
}
hr {
  margin: 12px auto;
}
.form-error-hints {
  display: none;
}
.spam-detected {
  display: inline-block;
}
.spam-detected label {
  margin: 0;
  position: relative;
  top: 6px;
  color: red;
  font-weight: bold !important;
  font-size: 24px !important;
  text-align: right;
  float: right;
  height: 45px;
}
.forum_backend_post_index .post .controls > div:first-child a.btn {
  padding: 10px 20px !important;
  width: 33%;
}
.forum_backend_post_index .post .controls .notice {
  bottom: -122px;
  width: 192px;
}
.vine-container {
  position: relative;
  padding-bottom: 66.2%;
  height: 616px;
  overflow: hidden;
  max-width: 430px;
}
.vine-container iframe,
.vine-container object,
.vine-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.forum_backend_post_index #topic-posts .post .top .controls a.btn {
  float: left;
}
