.modal_error .modal-header .matrix-error-title {
  display: inline-block;
}

.modal_error .modal-header span {
  margin-left: 10px;
  color: gray;
  font-style: italic;
}

.related-matrixes {
  margin-bottom: 13px;
  margin-left: 20px;
}

@media (min-width: 768px) {
  .related-matrixes {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .related-matrixes {
    margin-left: 0px !important;
  }
}

.related-matrixes .panel-heading {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 2px;
}

.related-matrixes .matrix-pre-header {
  font-size: 11px;
  color: rgb(51, 51, 51);
}

.related-matrixes .matrix-pre-header .matrix-pre-header-tooltip {
  cursor: help;
}

.related-matrixes .matrix-pre-header .glyphicon {
  color: #337ab7;
  font-size: 12px;
}

.related-matrixes .matrix-pre-header .glyphicon-th-large {
  margin-left: 1px;
  margin-right: 3px;
}

.related-matrixes .matrix-pre-header .glyphicon-info-sign {
  float: right;
  cursor: help;
}

.related-matrixes .matrix-header {
  padding-top: 3px;
  color: #337ab7;
  font-size: 14px;
  font-weight: bold;
}

.related-matrixes .matrix-header .matrix-title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom;
  text-decoration: none;
  white-space: normal !important;
  line-height: 15px !important;
  margin-bottom: 2px !important;
}

.tooltip.tooltip-left .tooltip-inner {
  text-align: left;
}

.related-matrixes .matrix-show-more {
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
  margin-left: 5px;
  text-decoration: none;
}

.related-matrixes .matrix-show-more-error {
  margin-left: 0;
}

.matrix-body {
  margin-top: 2px;
  font-size: 11px;
  color: gray;
  padding: 0px 15px;
}

.matrix-sr-amount {
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 10px;
  color: #525252;
}

.matrix-body .matrix-sr {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 2px;
}

.matrix-body .matrix-sr .matrix-sr-cochrane {
  width: 12px;
  height: 12px;
  top: -2px;
  position: relative;
}

.matrix-body .matrix-sr .matrix-sr-author {
  color: gray;
  font-weight: normal;
  font-style: italic;
  margin-right: 2px;
}

.matrix-body .matrix-sr .matrix-sr-year {
  color: #4A4A4A;
  font-weight: bold;
  font-style: normal;
}

.matrix-body .matrix-sr .matrix-sr-title {
  color: #337ab7;
  font-weight: bold;
}

.matrix-body .matrix-sr .glyphicon-eye-open {
  color: #b2b2b2;
  cursor: pointer;
  margin-left: 3px;
}
.matrix-body .matrix-sr .glyphicon-eye-open:hover {
  color: #737373;
}

.matrix-body .matrix-list-link {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
  margin-top: 4px;
}

.tooltip.matrix-sr-tooltip {
  opacity: 1;
  right: 35%;
}

.tooltip.matrix-sr-tooltip .tooltip-arrow {
  border-bottom-color: #337ab7;
}

.tooltip.matrix-sr-tooltip .tooltip-inner {
  margin: 0;
  padding: 0;
  color: gray;
  text-align: left;
}

.tooltip.matrix-sr-tooltip .panel {
  width: 800px;
  margin: 0;
  padding: 0;
}

.tooltip.matrix-sr-tooltip .panel .panel-heading {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
}

.tooltip.matrix-sr-tooltip .panel .panel-body {
  padding: 15px;
  margin: 0;
  color: #333333;
}

.tooltip.matrix-sr-tooltip .panel .panel-body h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 12px;
  display: inline-block;
}

.loading-bad-matrix-documents span {
  color: gray;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
}
