﻿html,
body {
  overflow: hidden;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}
.bik-scrollable {
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
}
.bik-tree-pane {
  float: left;
  width: 33.33333333%;
}
.bik-posts-pane {
  float: left;
  width: 66.66666667%;
  background: #fff;
  margin: 0;
  position: relative;
}
.bik-posts-pane .nav > li > a {
  cursor: pointer;
}
.bik-posts-pane .nav > li > a:hover {
  background-color: #fff;
}
.bik-posts-pane .nav > li > a:focus {
  background-color: #fff;
}
.bik-posts-pane .bik-thread-title {
  clear: both;
  color: #212121;
  font-size: 10.5pt;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 5px;
}
.bik-posts-pane .bik-thread-date {
  padding-right: 0;
}
.bik-posts-pane .bik-posts-pane-header {
  clear: both;
  width: 100%;
  background: #fff;
  padding: 15px 15px 0 15px;
}
.bik-posts-pane .bik-posts-body {
  clear: both;
  width: 100%;
  background: #fff;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.bik-posts-pane .bik-posts-body div.first-post {
  padding: 0 15px 15px 15px;
}
.bik-posts-pane .bik-posts-body ul.posts {
  list-style-type: none;
  padding-left: 15px;
  padding-top: 8px;
}
.bik-posts-pane .bik-posts-body ul.posts li.post {
  margin-top: 8px;
  background-color: #fff;
  padding: 15px;
}
.bik-posts-pane .bik-posts-body ul.posts li.post:nth-child(even) {
  background-color: #f6f6f6;
}
.bik-posts-pane .bik-posts-body p.post-date {
  font-size: 10pt;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 5px;
}
.bik-posts-pane .bik-posts-body .post-editor {
  font-size: 10.5pt;
  font-weight: 500;
}
.bik-posts-pane .bik-posts-body .post-editor:before {
  content: ", ";
}
.bik-posts-pane .bik-posts-body p.post-title {
  color: #515251;
  font-size: 12.5pt;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 5px;
}
.bik-posts-pane .bik-posts-body p.post-text {
  color: #212121;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 5px;
}
.bik-posts-pane .bik-posts-body div.post-actions {
  margin-bottom: 39px;
  font-size: 10pt;
}
.bik-posts-pane .bik-posts-body div.post-actions a.post-action {
  padding-left: 8px;
  cursor: pointer;
}
.bik-posts-pane .bik-posts-body p.appendixContainer {
  display: table;
  width: 400px;
  border-style: solid;
  border-color: #4d4d4d;
  border-radius: 0px;
  border-width: 0px;
  height: 60px;
  position: relative;
}
.bik-posts-pane .bik-posts-body p.appendixContainer .appendixIcon {
  position: relative;
  height: 58px;
  display: block;
  width: 60px;
  color: white;
  font-size: 40px!important;
  background-color: #4d4d4d;
  text-align: center;
  float: left;
  border: solid;
  border-width: 1px;
  border-right: none;
}
.bik-posts-pane .bik-posts-body p.appendixContainer .appendixIcon i {
  text-align: center;
}
.bik-posts-pane .bik-posts-body p.appendixContainer ul {
  border-style: solid;
  border-width: 1px;
  padding-top: 0;
  height: 100%;
  width: 338px;
  display: block;
  margin: 0px;
  overflow-y: auto;
  position: relative;
}
.bik-posts-pane .bik-row {
  clear: both;
}
.bik-posts-pane .bik-row-padded {
  padding-top: 4px;
  padding-bottom: 4px;
}
.bik-posts-pane label {
  font-weight: normal;
  width: 15%;
  float: left;
}
.bik-posts-pane .left {
  float: left;
}
.bik-posts-pane .right {
  float: right;
}
.bik-posts-pane .top-buffer {
  padding-top: 15px;
}
div.bik-list-group-bar {
  background-color: #e0e0e0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 20px;
  text-align: right;
}