.storecomment-text {
  background: #FFFDF2 url("../img/comment-bg.png") repeat;
  height: 75px;
  margin-bottom: 10px;
  width: 98%; }

.storecomment-button-ok {
  margin-left: 3px; }

.commentlist {
  background: #FFF;
  border: 0 solid #E1E1E1; }

.commentlist-entry {
  border-bottom: 1px solid #E1E1E1;
  padding: 5px 0; }

.commentlist-entry-details {
  color: #888; }

.commentlist-entry-details-username {
  color: #08C; }

.commentlist-entry-body {
  display: inline-block;
  width: 100%;
  word-wrap: break-word; }

.comment {
  display: inline-block;
  width: 100%;
  word-wrap: break-word; }

.clickable-comment {
  cursor: pointer; }

.stacktrace {
  display: none;
  font-size: 11px; }

.tab-pane > div > h2,
.tab-pane > h2 {
  display: none; }

.bq-footer {
  margin-top: 5px; }

.btn-link:first-child {
  padding-left: 0; }

.btn-link:last-child {
  padding-right: 0; }

.sort-container {
  margin-left: 15px;
  width: 25px; }

th p {
  margin: 0; }

td:last-child.only_icon {
  text-align: center; }

.pull-left.margin {
  margin-left: 15px; }

.bold {
  font-weight: bold; }

.underlined {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #EEE;
  left: 50%;
  margin-left: -1.5px; }

.timeline > li {
  margin-bottom: 20px;
  position: relative; }

.timeline > li:before,
.timeline > li:after {
  display: table;
  content: " "; }

.timeline > li:after {
  clear: both; }

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #D4D4D4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); }

.timeline > li > .timeline-panel:before {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left: 15px solid #CCC;
  border-right: 0 solid #CCC;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline > li > .timeline-panel:after {
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left: 14px solid #FFF;
  border-right: 0 solid #FFF;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline > li > .timeline-badge {
  color: #FFF;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%; }

.timeline > li.timeline-inverted > .timeline-panel {
  float: right; }

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

.timeline-badge.primary {
  background-color: #2E6DA4; }

.timeline-badge.success {
  background-color: #3F903F; }

.timeline-badge.warning {
  background-color: #F0AD4E; }

.timeline-badge.danger {
  background-color: #D9534F; }

.timeline-badge.info {
  background-color: #5BC0DE; }

.timeline-title {
  margin-top: 0;
  color: inherit; }

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0; }

.timeline-body > p + p {
  margin-top: 5px; }

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px; }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    float: right; }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px; }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; } }

.chart {
  max-width: 500px;
  position: relative; }

.nodata {
  border: 2px solid #DDD;
  border-radius: 50%;
  left: 32%;
  padding-top: 35%;
  position: absolute;
  top: 10%;
  width: 35%; }
  .nodata .text {
    color: #DDD;
    position: absolute;
    text-align: center;
    top: 48%;
    width: 100%; }

div.bq-loadingScreen {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  top: 0;
  left: 0;
  position: fixed;
  background-color: white; }

div.bq-loadingScreen img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.bq-paging-feedback {
  padding-bottom: 4px;
  padding-top: 4px; }

.bq-page-number {
  width: 30px; }

.bq-limit-reached {
  text-align: right; }
  .bq-limit-reached span {
    vertical-align: middle; }

.bq-table-header-filter-indicator {
  float: right;
  margin-left: 10px;
  width: 10px; }

.bq-table-header-sortable .popover {
  cursor: auto; }

.search-filter .searchField {
  width: auto; }

.search-filter .checkbox,
.search-filter label {
  font-size: 13px; }

.date-search-filter .popover {
  font-weight: normal;
  max-width: 388px; }

.date-search-filter .date-search-menu .active {
  font-weight: bold; }

.date-search-filter .checkbox span {
  cursor: pointer; }

.date-search-filter .date-search-picker {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 7px; }

.date-search-filter .date-search-today {
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  padding: 4px 0;
  text-align: center; }
  .date-search-filter .date-search-todayhover {
    background-color: #EEE; }

.date-search-filter .time-picker {
  margin-top: 4px;
  text-align: center; }
  .date-search-filter .time-picker .hour,
  .date-search-filter .time-picker .minute {
    height: 15px;
    text-align: right;
    width: 15px; }

.show-all {
  padding-top: 10px; }

.popover .close {
  line-height: 15px; }

.text-search-filter .popover {
  max-width: 260px; }

.numeric-search-filter .popover {
  max-width: 237px; }

.values-search-filter .popover {
  max-width: 250px; }

/*# sourceMappingURL=styles.css.map */