body {
  padding-top: 70px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAHElEQVQoU2N88vr/TAYCgBGkSEaUMR2fulFFDADa9iNxT9ASpQAAAABJRU5ErkJggg==");
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.panel-heading .panel-title {
  /* TODO to be removed */
  min-height: auto !important;
  line-height: normal !important;
}
.panel-heading .panel-extras {
  line-height: 24px !important;
}

.tag-link {
  margin-left: 7px;
}
.tag-link .fa {
  margin-right: 2px;
  font-size: 12px;
}
.tag-link.tag-active {
  text-decoration: underline;
  font-weight: bold;
}

.full-width {
  width: 96vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -48vw;
  margin-right: -48vw;
}

.navbar .navbar-header .navbar-brand img {
  max-height: 100%;
  display: inline-block;
}

.fa.fa-pad:after {
  content: " ";
  display: inline-block;
  width: 0.3em;
}

.new-report .selectize-control .selectize-input, .new-report .selectize-control .selectize-input.has-items {
  min-height: 40px;
  padding: 7px 12px 4px;
}
.new-report .selectize-control .selectize-input .item, .new-report .selectize-control .selectize-input.has-items .item {
  padding: 2px 5px;
}
.new-report .selectize-control .create {
  padding: 3px 10px;
}
.new-report input[type=file] {
  padding: 8px 0 0;
}

.reports .summary {
  text-align: right;
  color: #999;
  margin-bottom: 15px;
}
.reports .item {
  margin-bottom: 40px;
}
.reports .item .tag-list {
  margin-top: 1px;
  float: right;
}
.reports .item .tag-list .label {
  padding: 2px 6px;
  font-weight: bold;
  border-radius: 9px 4px 4px 9px;
}
.reports .item .panel {
  margin-bottom: 0;
}
.reports .item .panel-heading {
  padding: 8px 10px;
}
.reports .item .panel-heading .post-title {
  font-weight: bold;
  color: #65212a;
}
.reports .item .panel-footer {
  background-color: #f5f5f5;
}
.reports .item .post-author {
  font-style: italic;
  color: #666;
}
.reports .item .post-time {
  font-weight: normal;
  color: #333;
}
.reports .item .post-additionals {
  font-style: italic;
  color: #666;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .reports .item .post-additionals {
    text-align: right;
    margin-top: 0;
  }
}
.reports .item .post-seen {
  background: #cfc7ba;
}
.reports .item .post-content {
  font-size: 18px;
  color: #666;
  padding: 0 10px;
  border-left: 5px solid #eee;
  margin-top: 10px;
}
.reports .item .post-comments {
  background: #f0f9ff;
}
.reports .item .post-comments .comment {
  padding: 10px;
  margin: 5px 0 16px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.reports .item .post-comments .comment-body {
  margin-top: 15px;
  padding: 0 10px;
  border-left: 5px solid #cdc;
}
.reports .item .post-comments .comment-submit-row {
  margin-bottom: 5px;
  text-align: center;
}

.reports-plan .selector-topics {
  height: 200px;
  min-height: 200px;
  font-size: 14px;
  padding: 5px;
}
.reports-plan .selector-topics .selector-subject {
  font-weight: bold;
  padding: 3px;
}
