/* COLORS */
/* FONTS */
bob-block {
  display: block;
  margin-bottom: 1.8rem;
}
bob-block:first-child bob-block-header {
  margin-top: 0;
}
bob-block-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 900;
  margin: 1.5rem 0;
  font-size: 1.8em;
  text-transform: uppercase;
}
bob-block-header small {
  text-transform: none;
  font-size: 0.7em;
}
bob-block-header .action {
  font-size: 0.75em;
  color: #c4071d;
}
bob-block-header .action:hover {
  text-decoration: none;
}
bob-block-body {
  border-radius: 3px;
  display: block;
  padding: 1rem;
  background-color: #ffffff;
}
bob-block-section {
  display: block;
  border-bottom: 2px solid #cccccc;
  margin: 0 0 1rem;
}
bob-block-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
bob-block-section:last-child bob-block-section-body {
  margin-bottom: 0;
}
bob-block-section-header,
.bob-block-section-header {
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 1rem;
}
bob-block-section-body {
  display: block;
  margin-bottom: 1rem;
}
bob-block-section-body.bob-block-section--action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
bob-block-section-body.bob-block-section--action-single {
  justify-content: flex-end;
}
.tabs-block {
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
  flex-direction: row;
}
.tabs-block bob-tab-block {
  margin-left: 0.2em;
  margin-right: 0.2em;
  padding-left: 3.6em;
  padding-right: 3.6em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.8em;
  cursor: pointer;
  background-color: #edf2f3;
  color: #626566;
}
.tabs-block bob-tab-block.active {
  z-index: 1;
  font-weight: bold;
  background-color: #ffffff;
  color: #313131;
}
bob-priority-indicator {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
bob-priority-indicator img {
  height: 32px;
  vertical-align: bottom;
}
div[bob-global-loader].loader.loader--global {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
}
div[bob-global-loader].loader.loader--global .loader-inner {
  display: table;
  height: 100%;
  width: 100%;
  background-color: #f4f6f6;
  opacity: 1;
}
div[bob-global-loader].loader.loader--global .loader-content {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  font-size: 2.5em;
}
bob-bu-selector {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
bob-bu-selector .bu-img {
  max-width: 100%;
  max-height: 40px;
}
bob-bu-selector > a {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  color: #888;
  background: #FFF;
  border: none;
}
bob-bu-selector > a.cancel-bu-selection {
  text-align: center;
  width: 5%;
  cursor: pointer;
}
bob-bu-selector > a.cancel-bu-selection:hover {
  text-decoration: none;
}
bob-bu-selector > a:not(.cancel-bu-selection).disabled {
  cursor: not-allowed;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.disabled) {
  cursor: pointer;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable.active {
  color: #000;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable.active .bu-img--on {
  display: inline-block;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable.active .bu-img--off {
  display: none;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active) .bu-img--on {
  display: none;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active) .bu-img--off {
  display: inline-block;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active) .bu-img-greyscale {
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active):hover:not(.disabled),
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active):active:not(.disabled) {
  background-color: #e6e6e6;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active):hover:not(.disabled) .bu-img--on,
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active):active:not(.disabled) .bu-img--on {
  display: inline-block;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active):hover:not(.disabled) .bu-img--off,
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active):active:not(.disabled) .bu-img--off {
  display: none;
}
bob-bu-selector > a:not(.cancel-bu-selection).activable:not(.active):active:not(.disabled) {
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
bob-bu-selector > a:not(.cancel-bu-selection):not(.activable) {
  cursor: default;
}
bob-bu-selector > a:not(.cancel-bu-selection):not(.activable) .bu-img--on {
  display: inline-block;
}
bob-bu-selector > a:not(.cancel-bu-selection):not(.activable) .bu-img--off {
  display: none;
}
.modal-backdrop {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: none;
  background-color: #f6fafb;
}
.modal-header .modal-header-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.modal-header .modal-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3em;
  width: 3em;
  border-radius: 2em;
  background-color: #ffffff;
}
.modal-header .modal-icon i {
  font-size: 1.5em;
}
.modal-header .modal-icon i.fa {
  color: #4e5665;
}
.modal-header .modal-icon i.fa-check {
  color: #4ab24b;
}
.modal-header .modal-icon i.fa-info-circle {
  color: #31708f;
}
.modal-header .modal-icon i.fa-warning {
  color: #a94442;
}
.modal-header .modal-title {
  padding-left: 1em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}
.modal-header .modal-close {
  cursor: pointer;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-content .modal-notification {
  font-size: 1.3em;
}
.modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: none;
}
.modal-notice {
  text-align: center;
  padding: 10px 47px;
  font-size: 0.9em;
}
@media (min-width: 992px) {
  .modal-dialog.modal-full {
    width: 1280px;
  }
}
.modal-content {
  position: relative;
}
.modal-btn--close {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  position: absolute;
  top: -12px;
  right: -12px;
  font-size: 0.7em;
  border: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0px 0px 1px 11px #767676;
  }
}
bob-contact-form {
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
bob-contact-form form {
  padding: 10px;
}
bob-contact-form form .error-field-messages {
  color: #a94442;
}
bob-contact-form .modal-title {
  margin: auto;
}
bob-contact-form .modal-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  border-radius: 3px;
  padding: 15px 30px;
}
bob-contact-form .modal-body button {
  text-align: center;
}
bob-contact-form .modal-body button:disabled {
  opacity: 0.5;
}
bob-contact-form .btn-secondary {
  color: #fff;
  background-color: #707070;
  border-color: #222222;
}
bob-contact-form .btn-secondary:focus,
bob-contact-form .btn-secondary.focus {
  color: #fff;
  background-color: #575757;
  border-color: #000000;
}
bob-contact-form .btn-secondary:hover {
  color: #fff;
  background-color: #575757;
  border-color: #030303;
}
bob-contact-form .btn-secondary:active,
bob-contact-form .btn-secondary.active,
.open > .dropdown-togglebob-contact-form .btn-secondary {
  color: #fff;
  background-color: #575757;
  background-image: none;
  border-color: #030303;
}
bob-contact-form .btn-secondary:active:hover,
bob-contact-form .btn-secondary.active:hover,
.open > .dropdown-togglebob-contact-form .btn-secondary:hover,
bob-contact-form .btn-secondary:active:focus,
bob-contact-form .btn-secondary.active:focus,
.open > .dropdown-togglebob-contact-form .btn-secondary:focus,
bob-contact-form .btn-secondary:active.focus,
bob-contact-form .btn-secondary.active.focus,
.open > .dropdown-togglebob-contact-form .btn-secondary.focus {
  color: #fff;
  background-color: #454545;
  border-color: #000000;
}
bob-contact-form .btn-secondary.disabled:hover,
bob-contact-form .btn-secondary[disabled]:hover,
fieldset[disabled] bob-contact-form .btn-secondary:hover,
bob-contact-form .btn-secondary.disabled:focus,
bob-contact-form .btn-secondary[disabled]:focus,
fieldset[disabled] bob-contact-form .btn-secondary:focus,
bob-contact-form .btn-secondary.disabled.focus,
bob-contact-form .btn-secondary[disabled].focus,
fieldset[disabled] bob-contact-form .btn-secondary.focus {
  background-color: #707070;
  border-color: #222222;
}
bob-contact-form .btn-secondary .badge {
  color: #707070;
  background-color: #fff;
}
bob-contact-form input[type="text"]:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
}
bob-mini-stat-card {
  min-width: 250px;
  padding: 1em;
}
bob-mini-stat-card .bob-mini-stat-element {
  display: flex;
  flex-direction: row;
}
bob-mini-stat-card .bob-mini-stat-element .mini-stat-card-stats {
  display: flex;
  flex-direction: column;
}
bob-mini-stat-card .bob-mini-stat-element .mini-stat-card-icon,
bob-mini-stat-card .bob-mini-stat-element .mini-stat-card-value {
  font-size: 2em;
}
bob-mini-stat-card .bob-mini-stat-element .mini-stat-card-label {
  font-weight: bold;
}
bob-mini-stat-card .mini-stat-card--blue {
  color: #51a2d7;
}
bob-mini-stat-card .mini-stat-card--yellow {
  color: #f1c553;
}
bob-mini-stat-card .mini-stat-card--green {
  color: #95c969;
}
bob-mini-stat-card .mini-stat-card--purple {
  color: #c09bc6;
}
bob-mini-stat-card .mini-stat-card--red {
  color: #f79292;
}
bob-mini-stat-card .mini-stat-card--gray {
  color: #606875;
}
bob-mini-stat-card .mini-stat-card--cyan {
  color: #008699;
}
bob-mini-stat-card .mini-stat-card--darkCyan {
  color: #006064;
}
bob-mini-stat-card .mini-stat-card--lightBlue {
  color: #66C0CC;
}
bob-check-list ul > li {
  margin-left: 1em;
  margin-bottom: 0.5em;
}
bob-check-list ul > li > i.fa {
  margin-right: 0.5em;
  border-radius: 50%;
  padding: 0.7em;
  color: #d4dddf;
  transition: color ease 0.3s;
}
bob-check-list ul.active > li > i.fa {
  color: #7ac943;
}
.spinner-margin {
  margin-right: 10px;
}
bob-image-viewer {
  display: flex;
  justify-content: center;
  align-items: center;
}
bob-image-viewer img {
  flex-shrink: 0;
}
bob-image-viewer.constrained {
  margin: auto;
  position: relative;
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  min-height: 100px;
}
bob-image-viewer.constrained img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
bob-image-viewer.blur {
  position: relative;
  height: 250px;
  max-height: 250px;
  min-height: 250px;
}
bob-image-viewer.blur.medium {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}
bob-image-viewer.blur .blur-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(2.5);
}
bob-image-viewer.blur img {
  z-index: 1;
}
bob-image-viewer .fa-times {
  color: #c4071d;
}
bob-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  overflow: hidden;
}
bob-map .mapboxgl-canvas {
  width: 100%;
  height: 100%;
}
bob-map bob-map-pin {
  z-index: 1;
}
bob-map-legend .legend {
  margin-top: 1em;
}
bob-map-legend .legend::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  border: 2px solid #D76F82;
  background-color: rgba(255, 200, 200, 0.59);
}
bob-map-legend .legend.external::before {
  border: 2px solid #9DA1AC;
  background-color: rgba(100, 100, 100, 0.12);
}
/* COLORS */
/* FONTS */
bob-key-number-block .key-number-block {
  display: flex;
  align-items: flex;
  position: relative;
  margin-bottom: 0.625em;
  min-height: 8em;
  width: 100%;
  border-radius: 5px;
  background: #ebf2f2;
  font-size: 0.8em;
  text-align: center;
  overflow: hidden;
}
bob-key-number-block .key-number-block.key-number-link:hover {
  background-color: #d7dfdf;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  bob-key-number-block .key-number-block {
    font-size: 1em;
  }
}
bob-key-number-block .key-number-block.key-number-block--with-low-ratio {
  min-height: 7em;
}
bob-key-number-block .key-number-block.key-number-block--with-minimum-ratio {
  min-height: 5em;
}
bob-key-number-block .key-number-block.key-number-block--no-margin {
  margin: 0;
}
bob-key-number-block .key-number-block.key-number-block--layout3 .key-number-content {
  width: 100%;
  max-width: 100%;
}
bob-key-number-block .key-number-block .custom-help-popover-open {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0.4em;
  font-size: 0.8em;
  color: white;
  cursor: pointer;
  line-height: 1;
  background: #CFDBDD;
}
@media only screen and (min-width: 992px) {
  bob-key-number-block .key-number-block .custom-help-popover-open {
    display: block;
  }
}
bob-key-number-block .key-number-block .custom-help-popover-open:hover {
  background: #b1c5c8;
  color: white;
}
bob-key-number-block .key-number-block .key-number-content {
  margin: auto;
  max-width: 90%;
  text-align: center;
}
bob-key-number-block .key-number-block .key-number-content .key-number-inner-top {
  position: relative;
}
bob-key-number-block .key-number-block .key-number-content .key-number-inner-top:first-child:before {
  position: absolute;
  right: 1px;
  content: '';
  display: block;
  border-right: 1px solid white;
  width: 2px;
  height: 80%;
  max-height: 6em;
  background: #d2e6e8;
}
bob-key-number-block .key-number-block .key-number-content .key-number-inner-top .key-number {
  font-size: 2.1875em;
}
bob-key-number-block .key-number-block .key-number-content .key-number-inner-top .key-number-description {
  font-size: 0.75em;
}
bob-key-number-block .key-number-block .key-number-content .key-number-inner-bottom {
  padding-top: 10px;
  position: relative;
}
bob-key-number-block .key-number-block .key-number-content .key-number-inner-bottom:before {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  display: block;
  width: 80%;
  height: 2px;
  background: #d2e6e8;
  border-top: 1px solid white;
}
bob-key-number-block .key-number-block .key-number-content .key-number-inner-bottom .btn {
  white-space: normal;
}
bob-key-number-block .key-number-block .key-number {
  display: block;
  font-weight: 300;
  font-size: 2em;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 30em) {
  bob-key-number-block .key-number-block .key-number {
    font-size: 2.5em;
  }
}
bob-key-number-block .key-number-block .key-number-emphasis {
  font-weight: 900;
  color: #3db3d5;
}
bob-key-number-block .key-number-block .key-number-description {
  display: block;
  font-weight: 900;
  font-size: 0.6em;
  line-height: 1.1;
  text-transform: uppercase;
}
@media only screen and (min-width: 30em) {
  bob-key-number-block .key-number-block .key-number-description {
    font-size: 0.8125em;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 40em) {
  bob-key-number-block .key-number-block .key-number-description {
    display: inline-block;
  }
}
bob-key-number-block .key-number-block .key-number-help {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10%;
  border-radius: 8px;
  color: white;
  text-align: left;
  background: #323232;
  font-size: 0.9em;
}
bob-key-number-block .key-number-block .key-number-help.active {
  display: block;
}
bob-key-number-block .key-number-block .key-number-help .custom-help-popover-close {
  z-index: 11;
  position: absolute;
  top: 2%;
  right: 1%;
  padding-bottom: 1em;
  padding-left: 1em;
  font-size: 1.2em;
  color: white;
}
bob-key-number-block .key-number-block .key-number-help .custom-help-popover-close:hover {
  text-decoration: none;
}
@media print {
  .v3-dataTable {
    border: 1px solid grey;
    border-bottom: 0;
  }
  .v3-dataTable > thead:not(.v3-dataTable-title) tr th,
  .v3-dataTable tr:nth-child(even) {
    background-color: transparent;
  }
  .v3-dataTable thead:not(.v3-dataTable-title) tr th,
  .v3-dataTable .v3-dataTable-cell {
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
  }
  .v3-dataTable thead:not(.v3-dataTable-title) tr th:first-child,
  .v3-dataTable .v3-dataTable-cell:first-child {
    border-left: 0;
  }
}
bob-localisation-zone-selector .checklist-zones {
  padding-bottom: 4px;
}
.statsAdDescribe {
  display: flex;
}
.statsAdDescribe > div {
  flex: 1 1 0;
}
bob-trimester-selector {
  display: flex;
  flex-direction: row;
}
bob-trimester-selector .ui-select-container {
  min-width: 9em;
}
bob-trimester-selector .ui-select-container.form-control {
  border: none;
  padding: 0;
}
bob-trimester-selector .ui-select-container:first-child {
  margin-right: 1em;
}
bob-trimester-selector .ui-select-container .ui-select-match-text {
  text-transform: none;
}
bob-trimester-selector .ui-select-container .ui-select-choices {
  min-width: 9em;
  top: 0;
}
bob-trimester-selector button.btn {
  margin-left: 1em;
}
