/*general styles*/
body {
  font-family: Arial, Helvetica, sans-serif;
  /*font-size: 13px;*/
  background: transparent; }

.bold {
  font-weight: bold; }

#dataInfo .legend {
  background-color: #eeeeee;
  border: 1px solid #000;
  padding-bottom: 10px;
  padding-top: 25px; }

th, td {
  padding: .5rem; }

table {
  width: 90%; }

@media print {
  /* avoid extra blank pages in print */
  html, body {
    margin: 0 !important;
    padding: 0 !important; }
  /* default margins in print */
  @page {
    margin-top: 3cm;
    margin-left: 0;
    margin-right: 0; } }

/*text styles*/
#dataInfo .dl-horizontal dt {
  font-weight: normal;
  clear: left;
  float: left;
  text-align: left;
  white-space: nowrap;
  width: 440px;
  margin-right: 0; }

.calc-diagram-content {
  margin: auto; }

.borderless {
  border-bottom: none !important;
  margin: 0px; }

.stats-description {
  display: block;
  margin-top: .8em;
  font-weight: bold; }

/*calculated info styles*/
.row-fluid .span8 {
  width: 49.00398406374502%; }

.row-fluid [class*="span"] {
  float: left;
  display: block;
  min-height: 30px;
  margin-left: 1.9920318725099602%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.span8 {
  width: 492px; }

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

/*wrapper size for entire page*/
#dataInfo {
  width: 1150px;
  margin: 0 auto; }

.row-fluid {
  width: 100%; }

.bottom-large {
  margin-bottom: 18px; }

#dataInfo .stats-heading {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd; }

/*diagram image styles*/
.results-image {
  vertical-align: middle;
  height: auto;
  width: 450px;
  margin: 0;
  padding: 0; }

.results-row {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 10px; }

.results-value {
  display: inline-block;
  min-width: 90px; }

/*formatting for text next to diagram image*/
.results-row .results-value {
  display: inline-block;
  text-align: center; }

.no-wrap {
  white-space: nowrap; }

.results-description {
  padding-left: 5px; }

.calc-border {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
  border: 1px solid black;
  margin: 0; }

.calculated-values-right {
  display: table;
  max-width: 980px;
  overflow: hidden;
  font-size: 12px; }

.vertical-align-middle {
  display: table-cell;
  vertical-align: middle; }

.pendant-column-header {
  font-weight: bold; }

.column {
  float: left; }

.cell {
  float: left;
  clear: left; }

.cell-right {
  float: right;
  clear: right; }

.diagram {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

/* SF 3PT */
.col-left,
.col-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33%; }

.col-left {
  left: 0; }

.col-right {
  right: 0; }

.col-mid {
  margin-left: auto;
  margin-right: auto;
  width: 370px; }

.cable-stripped-ceiling,
.electrical-box-height,
.ceiling-height,
.cable-stripped-speaker,
.speaker-height {
  position: absolute;
  right: 0; }

.cut-cable-length,
.cable-back-ceiling,
.ceiling-plate-ref,
.vis-cable-length,
.speaker-cap-ref,
.cable-back-speaker,
.starting-point {
  position: absolute; }

.cable-stripped-ceiling {
  top: 11%; }

.electrical-box-height {
  top: 15%; }

.ceiling-height {
  top: 54%; }

.cable-stripped-speaker {
  top: 72%; }

.speaker-height {
  top: 87%; }

.cut-cable-length {
  top: 8%; }

.cable-back-ceiling {
  top: 14%; }

.ceiling-plate-ref {
  top: 19%; }

.vis-cable-length {
  top: 40%; }

.speaker-cap-ref {
  top: 60%; }

.cable-back-speaker {
  top: 114%; }

.starting-point {
  top: 80%; }
