/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.c3 path, .c3 line {
  fill: none;
  stroke: #000;
}

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges;
}

.c3-chart-arc path {
  stroke: #fff;
}

.c3-chart-arc rect {
  stroke: white;
  stroke-width: 1;
}

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px;
}

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa;
}

.c3-grid text {
  fill: #aaa;
}

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3;
}

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em;
}

/*-- Line --*/
.c3-line {
  stroke-width: 1px;
}

/*-- Point --*/
.c3-circle {
  fill: currentColor;
}

.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white;
}

.c3-selected-circle {
  fill: white;
  stroke-width: 2px;
}

/*-- Bar --*/
.c3-bar {
  stroke-width: 0;
}

.c3-bar._expanded_ {
  fill-opacity: 1;
  fill-opacity: 0.75;
}

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1;
}

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px;
}

.c3-target.c3-defocused {
  opacity: 0.3 !important;
}

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1;
}
.c3-region text {
  fill-opacity: 1;
}

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: 0.1;
}

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px;
}

.c3-legend-item-hidden {
  opacity: 0.15;
}

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1;
}

/*-- Title --*/
.c3-title {
  font: 14px sans-serif;
}

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10;
}

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9;
}

.c3-tooltip tr {
  border: 1px solid #CCC;
}

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;
}

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
}

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
}

.c3-tooltip .value {
  text-align: right;
}

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2;
}

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em;
}

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: #FFF;
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px;
}

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777;
}

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777;
}

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/
}

.c3-chart-arc.c3-target g path {
  opacity: 1;
}

.c3-chart-arc.c3-target.c3-focused g path {
  opacity: 1;
}

/*-- Zoom --*/
.c3-drag-zoom.enabled {
  pointer-events: all !important;
  visibility: visible;
}

.c3-drag-zoom.disabled {
  pointer-events: none !important;
  visibility: hidden;
}

.c3-drag-zoom .extent {
  fill-opacity: 0.1;
}

:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 6 Duotone";
  --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 6 Duotone";
  --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 6 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 6 Sharp Duotone";
  --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 6 Sharp Duotone";
  --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 6 Sharp Duotone";
  --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 6 Sharp Duotone";
}

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}
.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}
.svg-inline--fa.fa-sm {
  vertical-align: -0.0714285705em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}
.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}
.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}
.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  transform-origin: center center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black;
}
/*! jQuery UI - v1.11.4 - 2015-05-11
* http://jqueryui.com
* Includes: core.css, draggable.css, selectable.css, sortable.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}


.dnd-poly-drag-image {
    opacity: .5 !important;
}

.dnd-poly-drag-image.dnd-poly-snapback {
    transition-property: transform, -webkit-transform !important;
    transition-duration: 250ms !important;
    transition-timing-function: ease-out !important;
}

@charset "UTF-8";
.bpc-main-nav {
  background-color: #4092c0;
  position: sticky;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgb(50.8464566929, 117.0275590551, 154.1535433071);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.bpc-main-nav__list {
  margin: 0;
  padding: 0;
  display: flex;
}

.bpc-main-nav__item {
  list-style-type: none;
}

.bpc-main-nav__link,
.bpc-main-nav__link:visited {
  padding: 0.9em 1.8em;
  color: white;
  text-decoration: none;
  display: inline-block;
  border-left: 1px solid rgba(223.6515748031, 231.7854945866, 236.3484251969, 0.15);
  border-right: 1px solid rgb(50.8464566929, 117.0275590551, 154.1535433071);
}
.bpc-main-nav__link.active,
.bpc-main-nav__link:visited.active {
  background-color: rgb(55.9062992126, 128.6732283465, 169.4937007874);
  border-color: transparent;
}

.bpc-main-footer {
  background-color: #4092c0;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 40px;
  border-top: 1px solid rgb(50.8464566929, 117.0275590551, 154.1535433071);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 100;
  color: white;
  padding: 0.9em 1.8em;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bpc-main-footer__item {
  margin-left: 2em;
}

.bpc-main-footer__item--left {
  margin-left: 0;
  margin-right: auto;
}

.bpc-main-footer-spacer {
  height: 40px;
}

.bpc-page-wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bpc-page-wrapper--medium {
  width: 800px;
}

.bpc-box {
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 25px;
  margin-bottom: 17.5px;
}
.bpc-box:last-child {
  margin-bottom: 0;
}

.bpc-box__section {
  display: flex;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.box__section:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.bpc-box__section-desc {
  flex: 1;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}
.bpc-box__section-desc h3 {
  margin: 0;
}
.bpc-box__section-desc p {
  color: #888;
  font-style: italic;
}

.bpc-box__section-content {
  flex: 2;
}
.bpc-box__section-content p:first-child {
  margin-top: 0;
}

.bpc-block-module {
  margin-bottom: 25px;
}

.bpc-block-module__header {
  background-color: #4092c0;
  display: flex;
  color: white;
  font-weight: bold;
  line-height: 1.2;
}

.bpc-block-module__header--grey {
  background-image: linear-gradient(to bottom, #dfdfdf, #d8d8d8);
  border-bottom: 1px solid #c0c0c0;
  color: #333;
}

.bpc-block-module__header-main {
  padding: 1em;
  flex: 1;
}

.bpc-block-module__header-actions {
  padding: 0.9em 1.2em;
}

.bpc-block-module__footer {
  background-image: linear-gradient(to bottom, #dfdfdf, #d8d8d8);
  border-top: 1px solid #c0c0c0;
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
  line-height: 1.2;
}

.bpc-block-module__footer-main {
  padding: 1em;
  flex: 1;
}

.bpc-block-module__footer-actions {
  padding: 0.9em 1.2em;
}

.bpc-big-ass-button {
  font-size: 30px;
  color: green;
  font-weight: bold;
  padding: 0.2em 0.5em;
  background-color: #ddd;
  border: 1px solid #999;
  float: right;
  margin: 25px 50px 0 0;
  cursor: pointer;
}

.bpc-building-type-selector {
  margin-left: 0;
  margin-right: 10px;
  font-weight: bold;
}

.bpc-data-table {
  border-collapse: collapse;
  margin: 0;
  background-color: white;
}

.bpc-data-table--stretched {
  width: 100%;
}

.bpc-data-table--fixed {
  table-layout: fixed;
}

.bpc-data-table--truncate .bpc-data-table__cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bpc-data-table--disabled {
  opacity: 0.7;
  pointer-events: none;
}

.bpc-data-table__row--master-header th {
  background-color: rgb(50.8464566929, 117.0275590551, 154.1535433071);
  position: sticky;
  top: 39px;
  z-index: 50;
  box-shadow: 0 -1px 0 rgb(40.7267716535, 93.7362204724, 123.4732283465), 0 1px 0 rgb(40.7267716535, 93.7362204724, 123.4732283465);
}

.bpc-data-table__row--section-header {
  background-color: rgb(239.075, 243.20703125, 245.525);
}

.bpc-data-table__row--footer td {
  margin-bottom: 3em;
}

.bpc-data-table__row--header,
.bpc-data-table__row--footer {
  margin-bottom: 2em;
}

.bpc-data-table__cell {
  border: 1px solid rgb(189.1511811024, 208.816855315, 219.8488188976);
  padding: 7px 1em;
  text-align: center;
}

.bpc-data-table__cell--master-header {
  color: white;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 1px 0 0 rgb(40.7267716535, 93.7362204724, 123.4732283465), 2px 0 0 rgb(55.9062992126, 128.6732283465, 169.4937007874);
}

.bpc-data-table__cell--section-header,
.bpc-data-table__cell--header,
.bpc-data-table__cell--footer {
  font-weight: bold;
  white-space: nowrap;
}

.bpc-data-table__cell--input {
  padding: 0;
  position: relative;
  height: 32px;
}
.bpc-data-table__cell--input > .bpc-text-input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bpc-data-table__cell--subtotal {
  font-weight: bold;
  padding-bottom: 4em;
  border-top: 2px solid rgb(143.7130905512, 172.5885057825, 188.7869094488);
}

.bpc-data-table__cell--total {
  background-color: rgb(50.8464566929, 117.0275590551, 154.1535433071);
  color: white;
  font-weight: bold;
  position: sticky;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-top: none;
}

.bpc-data-table__row--totals:nth-last-child(1) .bpc-data-table__cell--total {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgb(50.8464566929, 117.0275590551, 154.1535433071);
  bottom: 39px;
}

.bpc-data-table__row--totals:nth-last-child(2) .bpc-data-table__cell--total {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgb(50.8464566929, 117.0275590551, 154.1535433071);
  bottom: 71px;
}

.bpc-data-table__row--totals:nth-last-child(3) .bpc-data-table__cell--total {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgb(50.8464566929, 117.0275590551, 154.1535433071);
  bottom: 103px;
}

.bpc-data-table__row--totals:nth-last-child(4) .bpc-data-table__cell--total {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgb(50.8464566929, 117.0275590551, 154.1535433071);
  bottom: 135px;
}

.bpc-data-table__row--totals:nth-last-child(5) .bpc-data-table__cell--total {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 0 1px rgb(50.8464566929, 117.0275590551, 154.1535433071);
  bottom: 167px;
}

.bpc-data-table__cell--left-aligned {
  text-align: left !important;
}

.bpc-data-table__cell--right-aligned {
  text-align: right !important;
}

.bpc-data-table__cell--info {
  background-color: #fffccc;
}

.bpc-data-table__cell--error {
  background-color: #ffd0cc;
}

.bpc-data-table__cell--updated {
  background-color: #ada;
}

.bpc-data-table--embedded {
  table-layout: fixed;
}

.bpc-data-table--embedded .bpc-data-table__cell {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  text-align: left;
}
.bpc-data-table--embedded .bpc-data-table__row--footer .bpc-data-table__cell {
  text-align: center;
}

.bpc-data-table__row--selected {
  background-color: #4092c0;
  color: white;
}
.bpc-data-table__row--selected .bpc-data-table__cell {
  border-left-color: rgb(50.8464566929, 117.0275590551, 154.1535433071);
  border-right-color: rgb(50.8464566929, 117.0275590551, 154.1535433071);
}
.bpc-data-table__row--selected:hover .bpc-data-table__cell {
  background-color: #4092c0;
  color: white;
}

.bpc-data-table--embedded .bpc-data-table__row--header,
.bpc-data-table--embedded .bpc-data-table__row--footer {
  background-color: #eee;
}

.bpc-data-table--embedded .bpc-data-table__row:hover {
  background-color: rgb(236.5767716535, 244.4862204724, 248.9232283465);
  cursor: pointer;
}

.bpc-data-table__page-indicator {
  min-width: 3em;
  display: inline-block;
}

.bpc-data-table__cell--spacer {
  width: 15px;
  background-color: white;
  padding: 0;
}

.bpc-data-table__cell--empty {
  color: rgb(127.5, 128.140625, 128.5);
  font-style: italic;
  text-align: left;
  text-indent: 1em;
}

.ember-modal-overlay {
  display: flex;
  justify-content: center;
  z-index: 1022;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ember-modal-overlay.translucent {
  background-color: rgba(0, 0, 0, 0.5);
  animation: fade-in 0.1s ease-out;
}

.ember-modal-dialog {
  flex: 0 0 auto;
  align-self: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  max-height: calc(100vh - 50px);
  margin: 0 auto;
  position: static;
  z-index: 2000;
  animation: modal-appear 0.1s ease-out;
  background-color: white;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-appear {
  0% {
    opacity: 0;
    transform: perspective(450px) scale(0.8);
  }
  100% {
    opacity: 1;
    transform: perspective(450px) scale(1);
  }
}
.bpc-loading-overlay {
  position: fixed;
  top: -999px;
  right: -999px;
  bottom: -999px;
  left: -999px;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.bpc-loading-overlay__spinner {
  width: 100px;
  height: 100px;
  border: 5px solid #09f;
  border-top-color: transparent;
  border-radius: 50%;
  animation: 1s infinite loading-overlay__spin;
  transition: all 400ms;
}

.bpc-loading-overlay__message {
  color: white;
  margin-top: -100px;
  line-height: 100px;
  font-size: 18px;
  transition: all 200ms ease-out;
}

.bpc-loading-overlay--finished {
  animation: 100ms 500ms both loading-overlay__fade-out;
}
.bpc-loading-overlay--finished .bpc-loading-overlay__spinner {
  animation: none;
  border-radius: 0;
  width: 50px;
  border-style: none solid solid none;
  border-color: #4b4;
  border-width: 20px;
  transform: rotate(45deg);
  margin-top: 0px;
  animation: 400ms loading-overlay__to-check-mark;
}
.bpc-loading-overlay--finished .bpc-loading-overlay__message {
  margin-top: -150px;
}

@keyframes loading-overlay__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loading-overlay__to-check-mark {
  0% {
    transform: rotate(0deg) scale(0.7);
    border-radius: 0;
  }
  50% {
    transform: rotate(35deg) scale(1.2);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}
@keyframes loading-overlay__fade-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
.loading-page__container {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 15px;
  padding: 15px;
}

.bpc-scrollable-table {
  display: flex;
}

.bpc-scrollable-table__body {
  flex: 1;
  overflow-y: scroll;
}

.bpc-select-box {
  display: inline-block;
  border: 1px solid #a3bed5;
  box-shadow: inset 0 1px 0 #e1e1e1;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  border-radius: 0;
  color: #333;
  background-color: white;
  padding: 0.5em 2.6em 0.5em 0.8em;
  text-align: center;
  position: relative;
}
.bpc-select-box::before {
  content: "▾";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8em;
  bottom: 0;
  padding: 0.5em 0;
  border-left: 1px solid #a3bed5;
  background-color: #e7e7e7;
}

.bpc-select-box__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bpc-select-box--stretched {
  width: 100%;
}

.bpc-select-box--disabled {
  opacity: 0.6;
  pointer-events: none;
  background-color: #eee;
}

.bpc-labour-not-required {
  background-color: #ffffc6;
}

.bpc-supplied-by-subcontractor {
  background-color: #f6f6f6;
  color: #999;
}

.bpc-quote-accepted {
  background-color: rgba(205, 255, 198, 0.6196078431);
}

.bpc-quote-accepted-important {
  background-color: rgba(205, 255, 198, 0.6196078431) !important;
}

.bpc-tag {
  display: inline-block;
  padding: 0.2em 0.8em;
  margin: -0.2em 0.2em;
  border-radius: 500px;
  line-height: 16.8px;
  font-size: 10px;
  color: white;
  background-color: #777;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.05));
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
}

.bpc-tag--green {
  background-color: #393;
}

.bpc-tag--blue {
  background-color: #4092c0;
}

.bpc-text--strikethrough {
  text-decoration: line-through;
}

.bpc-text--dimmed {
  opacity: 0.6;
}

.bpc-text--right {
  text-align: right;
}

.bpc-text-button {
  background-color: transparent;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.bpc-text-button--spaced {
  margin-right: 1.5em;
}

.bpc-text-button--delete {
  color: #f00;
}

.bpc-text-button--blue {
  color: #4092c0;
}

.bpc-text-button__icon {
  margin: 0rem 0.25em;
  position: relative;
}

.bpc-text-button--disabled {
  color: #999;
  cursor: initial;
}

.bpc-text-input {
  border-width: 1px;
  border-style: solid;
  box-shadow: inset 0 1px 0 #e1e1e1;
  background-color: #f4f4f4;
  font-family: inherit;
  font-size: inherit;
  line-height: 15px;
  color: #333;
  padding: 7px 0.8em;
  text-align: center;
}
.bpc-text-input:not(.bpc-formatted-input--zero):not(.bpc-formatted-input--updated):not(.bpc-formatted-input--changed-qty) {
  background-color: #f4f4f4;
}
.bpc-text-input[disabled] {
  color: rgba(51, 51, 51, 0.6);
  user-select: none;
}

.bpc-text-input--cell {
  width: 100%;
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
}

.bpc-text-input--cell:focus {
  outline: 0;
  box-shadow: inset 0 0 0 2px #99c7fd;
}

.bpc-text-input--left-aligned {
  text-align: left;
}

.bpc-text-input--dark {
  border: 1px solid rgb(31.8720472441, 73.3562992126, 96.6279527559);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  color: white;
}
.bpc-text-input--dark:not(.bpc-formatted-input--zero):not(.bpc-formatted-input--updated):not(.bpc-formatted-input--changed-qty) {
  background-color: rgb(36.9318897638, 85.0019685039, 111.9681102362);
  border: 1px solid rgb(31.8720472441, 73.3562992126, 96.6279527559);
}

.bpc-formatted-input--zero {
  background-color: #ffd0cc;
  border-color: #a77;
}

.bpc-formatted-input--updated {
  background-color: #ada;
}

.bpc-formatted-input--changed-qty {
  background-color: #d0dfe7;
}

.bpc-tree-selector__item {
  list-style-type: none;
  white-space: nowrap;
  padding: 0.15em 0;
}

.bpc-tree-selector__item .bpc-tree-selector {
  margin-top: 0.15em;
  margin-left: 2.15em;
}

.bpc-tree-selector__caret {
  display: inline-block;
  min-width: 25px;
  max-width: 25px;
  height: 15px;
}

.bpc-tree-selector__icon {
  display: inline-block;
  min-width: 25px;
  max-width: 25px;
  height: 15px;
}

.bpc-tree-selector__item-name {
  text-overflow: ellipsis;
  overflow: hidden;
}

.bpc-title-tooltip__wrapper {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bpc-title-tooltip__wrapper--visible:hover .bpc-title-tooltip__tooltip {
  visibility: visible;
}

.bpc-title-tooltip__tooltip {
  visibility: hidden;
  position: absolute;
  background-color: white;
  color: black;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding: 0.125em 0.25em;
}

.bpc-add-item-modal__content {
  display: flex;
  padding: 10px;
  flex-direction: column;
}

.bpc-add-item-modal__content--two-columns {
  flex-direction: row;
}

.bpc-add-item-modal__options {
  display: table;
  border-spacing: 0.5em;
  margin-right: 10px;
}

.bpc-add-item-modal__option {
  display: table-row;
}

.bpc-add-item-modal__option-label {
  display: table-cell;
  text-align: right;
  padding-right: 5px;
}

.bpc-add-item-modal__option-value {
  display: table-cell;
}

.bpc-add-item-modal__sundry-option {
  text-align: center;
  padding-top: 0.5em;
}

.bpc-add-item-modal__search-results {
  width: 600px;
  display: flex;
  flex-direction: column;
  height: 232px;
}

.bpc-add-item-modal__product-list {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.bpc-add-item-modal__product-list-table {
  margin: -1px;
  width: calc(100% + 2px);
}

.bpc-add-template-modal__body {
  border-collapse: collapse;
  width: 750px;
}

.bpc-template-list__section-header {
  font-weight: bold;
  padding: 0.5em 1em;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
}
.bpc-template-list__section-header:first-child {
  border-left: none;
}

.bpc-add-template-modal__section-body {
  width: 250px;
  max-width: 250px;
  height: 300px;
  vertical-align: top;
  border-left: solid 1px #ccc;
}
.bpc-add-template-modal__section-body:first-child {
  border-left: none;
}

.bpc-template-list {
  width: 100%;
  height: 300px;
  overflow-y: auto;
  padding: 1em 0;
}

.bpc-template-list__item {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 1em;
}

.bpc-template-list__item--selected {
  margin: 1px 0;
}

.bpc-template-list__item--option:hover {
  background-color: #eee;
}

@keyframes spin-template-spinner {
  to {
    stroke-dashoffset: -264;
  }
}
.bpc-add-template-model__loading-indicator {
  padding: 30px;
  text-align: center;
  color: #999;
  font-style: italic;
}

.bpc-add-template-modal__spinner {
  margin-right: 10px;
}
.bpc-add-template-modal__spinner circle {
  fill: none;
  stroke: #47a1d4;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-dasharray: 0, 0, 70, 194;
  stroke-dashoffset: 0;
  animation: spin-template-spinner 900ms infinite linear;
}

@keyframes error-page-slide-up {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.bpc-error-page {
  padding: 25px;
  margin: 25px auto;
  width: 600px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}

.bpc-error-page--slide-up {
  animation-name: error-page-slide-up;
  animation-duration: 400ms;
  animation-timing-function: cubic-bezier(0.58, 1.24, 0.78, 1.3);
}

@keyframes spin-error-page-spinner {
  to {
    stroke-dashoffset: -264;
  }
}
.bpc-error-page__heading {
  font-size: 1.3em;
  margin-top: 0;
  color: #444;
}

.bpc-error-page__spinner {
  margin-left: 10px;
}

.bpc-error-page__spinner circle {
  fill: none;
  stroke: #47a1d4;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-dasharray: 0, 0, 70, 194;
  stroke-dashoffset: 0;
  animation: spin-error-page-spinner 900ms infinite linear;
}

.bpc-error-page__details {
  border-top: 2px solid #ddd;
  margin-top: 25px;
  padding-top: 25px;
}
.bpc-error-page__details summary {
  cursor: pointer;
}

.bpc-error-page__stacktrace {
  border: 1px solid #ccc;
  background-color: #f2f2f2;
  padding: 12.5px;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 12.5px;
}
.bpc-error-page__stacktrace pre {
  margin: 0;
}

.bpc-exporter {
  display: flex;
  padding: 25px;
  align-items: flex-start;
  max-width: 1246.25pt; /* 595pt is the max-width of the quote.bpc- 25px is the gutter.bpc- */
  min-width: 1300px;
  margin: 0 auto;
}

.bpc-exporter__col {
  flex: 1;
  margin-right: 25px;
}

.bpc-exporter__col:last-of-type {
  margin-right: 0;
}

.bpc-export__col--fixed {
  position: sticky;
  top: 60px;
}

.bpc-exporter__logo-uploader {
  display: flex;
  align-items: center;
}

.bpc-exporter__logo-preview {
  max-width: 60px;
  max-height: 60px;
}

.bpc-preview {
  height: calc(100vh - 50px - 38px);
  position: sticky;
  top: 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.bpc-exporter__textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  font: inherit;
  resize: vertical;
}

.bpc-exporter__label, label.bpc-ember-radio-button {
  display: block;
  padding: 0.2em 0;
}

.bpc-exporter__note {
  color: #888;
  font-style: italic;
}

.bpc-exporter__note::before {
  content: "  ";
}

.bpc-box__footer {
  display: flex;
  align-items: center;
}

.bpc-exporter__button {
  border: 2px solid #ddd;
  padding: 5px 8px;
  border-radius: 5px;
  background: white;
  font: inherit;
  font-weight: bold;
  color: #666;
  white-space: nowrap;
  text-decoration: none;
}

.bpc-exporter__button:hover {
  background: #47a1d4;
  border-color: #47a1d4;
  color: white;
  cursor: pointer;
}

.bpc-exporter__button:disabled {
  pointer-events: none;
  color: #999;
  background-color: #eee;
}

.bpc-exporter__button--download {
  margin-left: auto;
  background-color: #47a1d4;
  color: white;
  border: 0;
  padding: 8px 12px;
}

.bpc-exporter__button--download:hover {
  background-color: #58b6ec;
}

.bpc-exporter__button + .bpc-exporter__note {
  margin-left: 12.5px;
}

.bpc-exporter__button + .bpc-exporter__note::before {
  content: none;
}

.bpc-exporter img {
  margin-right: 20px;
}

.bpc-exporter__text-input {
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
  font: inherit;
  margin-bottom: 20px;
}

.bpc-exporter__text-input:last-child {
  margin-bottom: 0;
}

.bpc-exporter__text-input--small {
  font: inherit;
  padding: 5px 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.bpc-preview__header {
  padding: 25px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.bpc-preview__h3 {
  margin: 0;
  display: flex;
  align-items: center;
}

.bpc-exporter__status-label {
  font-size: 8px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: white;
  background-color: #4a4;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  position: relative;
  margin-left: 6px;
  display: block;
}

.bpc-exporter__status-label[data-status=loading] {
  background-color: #bbb;
  color: #eee;
}

.bpc-preview__note {
  color: #666;
  font-size: 11px;
  margin: 5px 0 0;
}

.bpc-preview__iframe {
  border: none;
  flex: 1;
}

@keyframes spin {
  to {
    stroke-dashoffset: -264;
  }
}
.bpc-spinner {
  margin-left: 10px;
}

.bpc-spinner circle {
  fill: none;
  stroke: #47a1d4;
  stroke-width: 16;
  stroke-linecap: round;
  stroke-dasharray: 0, 0, 70, 194;
  stroke-dashoffset: 0;
  animation: spin 900ms infinite linear;
}

.bpc-spinner.bpc-subtle circle {
  stroke: #bbb;
}

.bpc-job-tags {
  padding: 2em 4em;
  max-width: 1000px;
  margin: 0 auto;
}

.bpc-labour-table__product-details {
  display: flex;
  align-items: center;
}

.bpc-labour-table__product-name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 1em;
}

.bpc-quoted-total__label {
  font-weight: bold;
}

.bpc-quoted-total__input {
  margin: -10px 0 -10px 1em;
}

.bpc-sc-modal__mode {
  display: flex;
}

.bpc-sc-modal__loading {
  text-align: center;
  padding: 5em;
  border-top: 1px solid #ccc;
}

.bpc-sc-modal__mode-option {
  flex: 1;
  width: 300px;
  padding: 0.5em;
}
.bpc-sc-modal__mode-option:first-child {
  border-right: 1px solid #ccc;
}

.bpc-sc-modal__one-time-container {
  padding: 2em;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border-top: 1px solid #ccc;
}

.bpc-sc-modal__one-time-container-label {
  white-space: nowrap;
  margin-right: 1em;
}

.bpc-sc-modal__twin-scroller {
  display: flex;
}

.bpc-sc-modal__scroller {
  width: 300px;
  height: calc(100vh - 158px);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0.5em;
  background-color: #f7f7f7;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.bpc-sums-table__sum-details {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.bpc-sums-table__sum-name {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 35px;
  border-left: 1px solid rgb(189.1511811024, 208.816855315, 219.8488188976);
}
* {
  box-sizing: border-box;
}

#oss-addon-container {
  height: 100%;
}

.oss-card:hover {
  transition: all 0.1s;
  transform: scale(1.0045);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.oss-modal-overlay {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(68, 68, 68, 0.5);
  animation: fadeIn 0.25s;
}

.oss-modal {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 16px;
  max-width: 100%;
  min-height: 280px;
  max-height: 100%;
  background: #ebeef0;
  border: 1px solid #3e4142;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: modalAppear 0.2s ease-in;
}

/* Modal with normal width but able to expand to fit taller content */
.oss-modal-tall {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 16px;
  max-width: 100%;
  min-height: 280px;
  max-height: 100%;
  background: #ebeef0;
  border: 1px solid #3e4142;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: modalAppear 0.2s ease-in;
}

@media (min-width: 992px) {
  .oss-modal-tall {
    min-width: 500px;
  }
}
@media (max-width: 992px) {
  .oss-modal-tall {
    width: calc(100vw - 2 * (10px + 1.5vw));
  }
}
#addon-nav-container {
  overflow-x: auto;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.oss-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.correct-grey {
  color: var(--bs-body-color) !important;
}

.oss-side-menu {
  width: fit-content;
  height: 100%;
}

.oss-side-menu-page {
  display: grid;
  grid-template-columns: max-content auto;
}

.side-menu-page-content {
  height: 100%;
  margin: 0;
  padding: 0;
}

.oss-branding {
  margin-top: 50px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.oss-branding img {
  width: 180px;
  margin-left: 10px;
}
.oss-branding p {
  font-size: 14px;
  margin: 0;
}

.overflow-y {
  overflow-y: auto;
}

.address-row {
  display: grid !important;
  grid-template-columns: 0.75fr 0.25fr;
}

.oss-table thead {
  /* background-color: aquamarine;*/
  color: black;
}

/*
.signin-doc__card:hover {
  transition: all 0.1s;
  transform: scale(1.0045);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
*/
.show-frequency-selector .ember-power-select-trigger {
  min-width: 110px;
}

/* Date Heading */
.hazards-table__date-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(238, 238, 238, 0.705);
  box-shadow: 0 0 0 1px #eee;
  width: 100%;
}
@media (min-width: 992px) {
  .hazards-table__date-title {
    max-width: 960px;
  }
}
.hazards-table__date-title .h3 {
  margin: 0;
}

/* Card */
.hazards-table__card-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
}

.hazards-table__card {
  width: 100%;
}
@media (min-width: 992px) {
  .hazards-table__card {
    max-width: 960px;
  }
}
.hazards-table__card {
  margin-top: 1px;
  padding: 0;
}
.hazards-table__card:hover {
  background-color: tint(rgba(238, 238, 238, 0.705), 50);
}

.hazards-table__card--selectable {
  cursor: pointer;
}

.hazards-table__card--selected {
  background-color: tint(#00E, 95);
}

.hazards-table__card-items {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.h4, .hazards-table__card-title {
  color: black;
}

.hazards-table__card-title {
  margin: 0;
  padding-right: 1em;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 220px;
}
.hazards-table__card-title:first-child {
  margin-left: 5px;
}

.hazards-table__card-item, .hazards-table__card-expand, .hazards-table__card-toggle {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-right: 1em;
}

.hazards-table__card-toggle {
  font-size: 150%;
  flex: 0;
}

.hazards-table__card-expand {
  flex: 0;
}

.hazards-table__card-button {
  font-size: 100%;
  cursor: pointer;
  outline: 0;
}
.hazards-table__card-button:hover {
  background-color: tint(#eee, 30%);
}

/*
.hazards-table__card-button--accepted {
  @extend .hazards-table__entry-status--accepted;
  &:hover {
    background-color: tint($alert-green, 20%);
  }
}

.hazards-table__total {
  @extend .h4;
  margin: 0;
  display: inline-block;
}

// Entry section 
.hazards-table__entry-wrapper {
  box-shadow: 0 0 0 1px $whisp, inset 0 10px 10px -10px rgba(black, 0.1),
    inset 0 -10px 10px -10px rgba(black, 0.1);
  display: flex;
  flex-direction: column;
  margin-top: 1px;
  padding: $desktop-gutter / 2;
  background-color: tint($off-white, 25);
  margin-bottom: $desktop-gutter / 2;
  min-width: calc(50% + 2.5px);
}

.hazards-table__entry-wrapper--selected {
  background-color: tint($alert-blue, 95);
}

.hazards-table__entry-wrapper-note {
  background-color: white;
  padding: $desktop-gutter / 2;
  margin-bottom: $desktop-gutter / 2;
  border-bottom: 1px solid $whisp;
}

.hazards-table__entry-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  @media screen and (min-width: $breakpoint-desktop) {
    flex-direction: row;
  }
}

.hazards-table__entry {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: $desktop-gutter / 2;
  margin-bottom: $desktop-gutter / 2;
  min-width: calc(50% - 5px);
}

.hazards-table__entry--disabled {
  background: repeating-linear-gradient(
    -50deg,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 5.5px,
    rgba(210, 210, 210, 0.2) 5.5px,
    rgba(210, 210, 210, 0.2) 10.5px
  );
  pointer-events: none;
}

.hazards-table__entry-title {
  display: flex;
  align-items: center;
  margin-bottom: $desktop-gutter / 2;
}

.hazards-table__entry-title-text {
  @extend .h4;
  margin: 0;
}

.hazards-table__entry-status {
  margin-left: 0.5em;
  font-weight: normal;
  color: tint($copy-color, 30%);
  border-radius: 1em;
  padding: 0.25em 0.5em;
  border: 1px solid shade($whisp, 10%);
  background-color: tint($whisp, 10%);
}

.hazards-table__entry-status--accepted {
  border: 1px solid shade($alert-green, 10%);
  background-color: $alert-green;
  color: white;
}

.hazards-table__entry-row {
  margin-left: $gutter;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid $whisp;
  padding: $desktop-gutter / 4 $desktop-gutter / 2;
  background-color: white;
}

.hazards-table__entry-note {
  background-color: white;
  margin-left: $gutter;
  padding: $desktop-gutter / 2;
}

.hazards-table__entry-note--edited {
  padding: $desktop-gutter / 2;
  background-color: mix(white, $alert-red, 85);
  border-bottom: 1px solid $whisp;
}

.hazards-table__edit-button {
  padding-left: $desktop-gutter / 2;
}

.hazards-table__cost-center {
  background-color: white;
}

td.hazards-table__text-input--td {
  padding: 0;
}

textarea.hazards-table__text-input {
  width: 100%;
  margin-bottom: -5px;
  resize: none;
  border: 0 none;
  color: $copy-color;
  font-size: inherit;
  font-family: $copy-font;
  line-height: 1.4;

  &::placeholder {
    font-style: italic;
    color: $subdued;
  }
}
*/
.signin-landscape {
  display: flex;
}
@media (max-width: 860px) {
  .signin-landscape {
    display: none !important;
  }
}

.signin-portrait {
  display: none;
}
@media (max-width: 860px) {
  .signin-portrait {
    display: block;
  }
}
.signin-portrait .dropdowns-grid {
  display: grid;
  margin-top: 12px;
  grid-template-columns: auto 1fr;
  gap: 12px 24px;
}

.signin-doc-container {
  background-color: white;
  margin: 0 auto 5px auto;
  width: 75vw;
  max-width: 375px;
  height: 60vh;
  border: 1px solid black;
}
@media (max-width: 992px) {
  .signin-doc-container {
    max-width: 90%;
  }
}
@media (max-height: 705px) {
  .signin-doc-container {
    height: 50vh;
  }
}
@media (max-height: 555px) {
  .signin-doc-container {
    height: auto;
  }
}

.ember-modal-dialog.no-max-height {
  max-height: unset !important;
}

.ember-modal-dialog.limit-width {
  max-width: 750px;
}

.hzd-header {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
  cursor: pointer;
}

.hzd-header:hover {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
}

.hzd-header-grid {
  display: grid;
  grid-template-columns: 40px 1fr;
}

.hzd-details-grid {
  display: grid;
  grid-template-columns: 40px 40px 1fr;
}
.hzd-details-grid .btm-divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.custom-control-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
}

.custom-hzd-title input {
  font-weight: bold;
}

#summary-container {
  margin: 0 auto 0 auto;
}
#summary-container .completion-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#summary-container .completion-container .green-icon {
  color: var(--bs-success);
}
#summary-container .completion-container .yellow-icon {
  color: var(--bs-warning);
}
#summary-container .completion-container h3 {
  text-align: center;
}
#summary-container .summary-btns {
  display: flex;
  flex-direction: column;
  gap: 2.5px;
  margin: 0 auto 0 auto;
  max-width: max-content;
}
#summary-container .summary-btns button {
  width: 100%;
}

.summary-hazard-board {
  width: 75vw;
  max-width: 1000px;
  height: 70vh;
}

.summary-sssp {
  background-color: white;
  width: 75vw;
  max-width: 700px;
  height: 70vh;
}

.full-width-viewer {
  background-color: white;
  width: 75vw;
  height: 70vh;
}

.buy-button-group-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  overflow-y: auto;
  max-height: 60vh;
}

.buy-button-container {
  min-width: 250px;
}

.logo-upload-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  width: 340px;
  padding: 5px;
  background-color: white;
  border-style: solid;
  border-width: 20px;
  border-color: #0063a2;
}

.logo-upload-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-display {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 300px;
  padding: 5px;
  background-color: white;
}

.logo-display img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.other-role-input {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
}

.other-freq-input {
  display: grid;
  grid-template-columns: auto auto 100px 1fr;
  align-items: center;
}

.site-users-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .site-users-container {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .site-users-container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.site-users-grid {
  display: grid !important;
  align-items: center;
  grid-template-columns: 1.6fr 1fr 3.6fr;
}
.site-users-grid span, .site-users-grid b {
  margin-right: 10px;
}
.site-users-grid {
  label-margin-bottom: 0;
}
.site-users-grid .btn-container {
  display: flex;
  justify-content: flex-end;
}
.site-users-grid .mobile-header {
  display: none;
}
@media (max-width: 1000px) {
  .site-users-grid {
    grid-template-columns: auto 1fr;
    gap: 5px 15px;
  }
  .site-users-grid .mobile-header {
    display: block;
  }
}

.site-users-grid.contact {
  grid-template-columns: 1.4fr 1.6fr 1fr 1.6fr 0.2fr;
}
@media (max-width: 1000px) {
  .site-users-grid.contact {
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 1000px) {
  .site-users-grid.desktop-header {
    display: none !important;
  }
  .site-users-grid > span:first-of-type {
    font-size: 0.95rem;
    font-weight: bold;
    grid-column: 1/3;
  }
}
.custom-ppe-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
}

#no-site-container {
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr auto 1fr;
}
#no-site-container p {
  grid-column: 1/4;
}
#no-site-container button {
  grid-column: 2/3;
  margin: 0 auto 0 auto;
}

#dashboard-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  #dashboard-grid {
    grid-template-columns: 1fr;
  }
}
#dashboard-grid .info-row {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#dashboard-grid .span-all {
  grid-column: 1/-1;
}
#dashboard-grid .green-icon {
  color: var(--bs-success);
}
#dashboard-grid .yellow-icon {
  color: var(--bs-warning);
}
#dashboard-grid .onsite-list {
  display: flex !important;
  flex-direction: column;
  gap: 5px;
}
#dashboard-grid .onsite-list > div {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
@media (max-width: 992px) {
  #dashboard-grid .onsite-list > div {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 576px) {
  #dashboard-grid .onsite-list > div {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

.report-index-outer-grid {
  display: grid !important;
  align-items: center;
  grid-template-columns: 0.9fr 0.1fr;
}

.report-index-grid {
  display: grid !important;
  align-items: center;
  grid-template-columns: 0.2fr 0.7fr;
}
.report-index-grid span, .report-index-grid b {
  margin-right: 10px;
}

.report-container {
  height: 70vh;
}

.doc-container-iframe {
  width: 100%;
  height: 100%;
}

.doc-container-image {
  display: block;
  max-height: 100%;
  max-width: 100%;
}