[class^=cmps-],
[class*=" cmps-"] {
  box-sizing: border-box;
}
[class^=cmps-] *,
[class^=cmps-] *::before,
[class^=cmps-] *::after,
[class*=" cmps-"] *,
[class*=" cmps-"] *::before,
[class*=" cmps-"] *::after {
  box-sizing: border-box;
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url(../assets/lato-hairline.eot?81e167f8098c31ac5715);
  src: url(../assets/lato-hairline.eot?81e167f8098c31ac5715?#iefix) format("embedded-opentype"), url(../assets/lato-hairline.woff2?4b86d992a11ccd0a1262) format("woff2"), url(../assets/lato-hairline.woff?eb2336ccdf6b013e368d) format("woff"), url(../assets/lato-hairline.ttf?2a687754fff60ff91113) format("truetype"), url(../assets/lato-hairline.svg?c5c12b6b1f2aa2344e7e#latohairline) format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 200;
  src: url(../assets/lato-light.eot?68ccc1276c8a8afefd23);
  src: url(../assets/lato-light.eot?68ccc1276c8a8afefd23?#iefix) format("embedded-opentype"), url(../assets/lato-light.woff2?b955643fe484fefa9c3f) format("woff2"), url(../assets/lato-light.woff?88a5c13e36a79448c466) format("woff"), url(../assets/lato-light.ttf?e6f1291102fda585a9a9) format("truetype"), url(../assets/lato-light.svg?6e99930f359d8fde9ec6#latolight) format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: normal;
  src: url(../assets/lato-regular.eot?db8f3ecbd8ce605c8de5);
  src: url(../assets/lato-regular.eot?db8f3ecbd8ce605c8de5?#iefix) format("embedded-opentype"), url(../assets/lato-regular.woff2?d65bb2f3d7a8e2844f00) format("woff2"), url(../assets/lato-regular.woff?2a9a25c38fbae66a3eda) format("woff"), url(../assets/lato-regular.ttf?a47ac4ac6f1e129382ab) format("truetype"), url(../assets/lato-regular.svg?8c5ba53332442ab66be5#latoregular) format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url(../assets/lato-bold.eot?4811bdb3829156eb0e08);
  src: url(../assets/lato-bold.eot?4811bdb3829156eb0e08?#iefix) format("embedded-opentype"), url(../assets/lato-bold.woff2?10288b3ae68c241016e6) format("woff2"), url(../assets/lato-bold.woff?1d27041cba4787255423) format("woff"), url(../assets/lato-bold.ttf?401bd636a7027c695b08) format("truetype"), url(../assets/lato-bold.svg?eed46da952a4ad3d0e11#latobold) format("svg");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  src: url(../assets/lato-black.eot?f617a984955202aaf033);
  src: url(../assets/lato-black.eot?f617a984955202aaf033?#iefix) format("embedded-opentype"), url(../assets/lato-black.woff2?a6a5c8a21622b8fe7988) format("woff2"), url(../assets/lato-black.woff?9392d190becade1066ef) format("woff"), url(../assets/lato-black.ttf?e5c10b5f2dd0f93e72d3) format("truetype"), url(../assets/lato-black.svg?27cff319d7c151d6e936#latoblack) format("svg");
}
.cmps-accordion .cmps-accordion-content {
  display: flex;
  flex-direction: column;
}

.cmps-accordion.cmps-accordion--a .cmps-accordion-header.cmps-accordion-header--a {
  align-items: center;
  background-color: #ececec;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: Lato, sans-serif;
  font-size: 12px;
  margin-bottom: 0.1rem;
  padding: 0.35rem 0.5rem;
}

.cmps-accordion.cmps-accordion--a .cmps-accordion-header.cmps-accordion-header--a.cmps-accordion-header--open {
  font-weight: bold;
}

.cmps-accordion.cmps-accordion--a .cmps-accordion-header.cmps-accordion-header--a > cmps-icon {
  margin-right: 0.5rem;
}

.cmps-accordion.cmps-accordion--b .cmps-accordion-header.cmps-accordion-header--b {
  align-items: center;
  background-color: #fff;
  color: #505050;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  font-family: Lato, sans-serif;
  font-size: 12px;
  justify-content: space-between;
  padding: 0.5rem 0 0.25rem;
}

.cmps-accordion.cmps-accordion--b .cmps-accordion-header.cmps-accordion-header--b > cmps-icon {
  padding-left: 0.25rem;
}

.cmps-accordion.cmps-accordion--c .cmps-accordion-header.cmps-accordion-header--c {
  align-items: center;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 0 1.5rem;
  justify-content: center;
}

.cmps-accordion.cmps-accordion--c .cmps-accordion-item {
  border-top: 1px solid #bababa;
}

.cmps-accordion.cmps-accordion--c .cmps-accordion-item:last-child {
  border-bottom: 1px solid #bababa;
}

.cmps-accordion.cmps-accordion--c .cmps-accordion-header.cmps-accordion-header--open.cmps-accordion-header--c {
  border-bottom: 1px solid #bababa;
}

.cmps-accordion.cmps-accordion--c .cmps-accordion-header.cmps-accordion-header--c {
  color: #1e60d4;
}

.cmps-accordion.cmps-accordion--c .cmps-accordion-header:not(.cmps-accordion-header--open).cmps-accordion-header--c:hover {
  background-color: #f1f3f4;
}

.cmps-accordion-item {
  display: block;
}

.cmps-accordion {
  display: block;
  width: 100%;
}

.cmps-button {
  align-items: center;
  background-color: #1e60d4;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  min-width: 120px;
  padding: 0 1rem;
}

.cmps-button cmps-icon {
  fill: #fff;
}

.cmps-button .cmps-button-label {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.cmps-button cmps-icon + .cmps-button-label,
.cmps-button .cmps-button-label + cmps-icon {
  margin-left: 0.5rem;
}

.cmps-button:not([disabled]):hover,
.cmps-button--hover,
.cmps-button:not([disabled]):focus,
.cmps-button--focus {
  background-color: #0050a0;
}

.cmps-button:disabled {
  cursor: default;
  opacity: 0.65;
}

.cmps-button--sm.cmps-button--sm {
  min-height: 32px;
}

.cmps-button.cmps-button--no-bg {
  background-color: transparent;
  color: #505050;
}

.cmps-button.cmps-button--no-bg cmps-icon {
  fill: #505050;
}

.cmps-button.cmps-button--no-bg:not([disabled]):hover,
.cmps-button.cmps-button--no-bg--hover,
.cmps-button.cmps-button--no-bg:not([disabled]):focus,
.cmps-button.cmps-button--no-bg--focus {
  background-color: transparent;
  color: #1e60d4;
}

.cmps-button.cmps-button--no-bg:not([disabled]):hover cmps-icon,
.cmps-button.cmps-button--no-bg--hover cmps-icon,
.cmps-button.cmps-button--no-bg:not([disabled]):focus cmps-icon,
.cmps-button.cmps-button--no-bg--focus cmps-icon {
  fill: #1e60d4;
}

.cmps-button.cmps-button--left {
  justify-content: flex-start;
}

.cmps-button.cmps-button--right {
  justify-content: flex-end;
}

.cmps-icon-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #1e60d4;
  cursor: pointer;
  display: inline-flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.2;
  min-height: 34px;
  padding: 0;
}

.cmps-icon-button cmps-icon {
  align-items: center;
  background-color: #1e60d4;
  border-radius: 50%;
  display: inline-flex;
  fill: #fff;
  height: 34px;
  justify-content: center;
  line-height: 34px;
  width: 34px;
}

.cmps-icon-button .cmps-icon-button-label {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.cmps-icon-button cmps-icon + .cmps-icon-button-label,
.cmps-icon-button .cmps-icon-button-label + cmps-icon {
  margin-left: 0.5rem;
}

.cmps-icon-button:not([disabled]):hover cmps-icon,
.cmps-icon-button--hover cmps-icon,
.cmps-icon-button:not([disabled]):focus cmps-icon,
.cmps-icon-button--focus cmps-icon {
  background-color: #0050a0;
}

.cmps-icon-button:not([disabled]):hover .cmps-icon-button-label,
.cmps-icon-button--hover .cmps-icon-button-label,
.cmps-icon-button:not([disabled]):focus .cmps-icon-button-label,
.cmps-icon-button--focus .cmps-icon-button-label {
  color: #0050a0;
}

.cmps-icon-button:disabled {
  cursor: default;
  opacity: 0.65;
}

.cmps-icon-button.cmps-icon-button--sm {
  min-height: 24px;
}

.cmps-icon-button.cmps-icon-button--sm cmps-icon {
  height: 24px;
  line-height: 24px;
  width: 24px;
}

.cmps-icon-button.cmps-icon-button--sm cmps-icon svg {
  height: 18px;
  line-height: 18px;
  width: 18px;
}

.cmps-icon-button.cmps-icon-button--no-bg {
  color: #505050;
}

.cmps-icon-button.cmps-icon-button--no-bg cmps-icon {
  background-color: transparent;
  fill: #505050;
}

.cmps-icon-button.cmps-icon-button--no-bg:not([disabled]):hover cmps-icon,
.cmps-icon-button.cmps-icon-button--no-bg--hover cmps-icon,
.cmps-icon-button.cmps-icon-button--no-bg:not([disabled]):focus cmps-icon,
.cmps-icon-button.cmps-icon-button--no-bg--focus cmps-icon {
  background-color: transparent;
  fill: #1e60d4;
}

.cmps-icon-button.cmps-icon-button--no-bg--white {
  color: #fff;
}

.cmps-icon-button.cmps-icon-button--no-bg--white cmps-icon {
  fill: #fff;
}

.cmps-icon-button.cmps-icon-button--no-bg--white:not([disabled]):hover cmps-icon,
.cmps-icon-button.cmps-icon-button--no-bg--white--hover cmps-icon,
.cmps-icon-button.cmps-icon-button--no-bg--white:not([disabled]):focus cmps-icon,
.cmps-icon-button.cmps-icon-button--no-bg--white--focus cmps-icon {
  fill: #fff;
}

.cmps-outline-button {
  align-items: center;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  min-width: 120px;
  padding: 0 1rem;
}

.cmps-outline-button cmps-icon {
  fill: #fff;
}

.cmps-outline-button .cmps-outline-button-label {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.cmps-outline-button cmps-icon + .cmps-outline-button-label,
.cmps-outline-button .cmps-outline-button-label + cmps-icon {
  margin-left: 0.5rem;
}

.cmps-outline-button:not([disabled]):hover,
.cmps-outline-button--hover,
.cmps-outline-button:not([disabled]):focus,
.cmps-outline-button--focus {
  background-color: #0050a0;
}

.cmps-outline-button:disabled {
  cursor: default;
  opacity: 0.65;
}

.cmps-outline-button.cmps-outline-button--sm {
  min-height: 32px;
}

.cmps-outline-button.cmps-outline-button--no-bg {
  border: 1px solid #505050;
  color: #505050;
}

.cmps-outline-button.cmps-outline-button--no-bg cmps-icon {
  fill: #505050;
}

.cmps-outline-button.cmps-outline-button--no-bg:not([disabled]):hover,
.cmps-outline-button.cmps-outline-button--no-bg--hover,
.cmps-outline-button.cmps-outline-button--no-bg:not([disabled]):focus,
.cmps-outline-button.cmps-outline-button--no-bg--focus {
  background-color: #fff;
  border: 1px solid #1e60d4;
  color: #1e60d4;
}

.cmps-outline-button.cmps-outline-button--no-bg:not([disabled]):hover cmps-icon,
.cmps-outline-button.cmps-outline-button--no-bg--hover cmps-icon,
.cmps-outline-button.cmps-outline-button--no-bg:not([disabled]):focus cmps-icon,
.cmps-outline-button.cmps-outline-button--no-bg--focus cmps-icon {
  fill: #1e60d4;
}

.cmps-button:focus:not(:focus-visible) {
  outline: none;
}

.cmps-icon-button:focus:not(:focus-visible) {
  outline: none;
}

.cmps-outline-button:focus:not(:focus-visible) {
  outline: none;
}

.cmps-button-group-item {
  display: inline-block;
}

.cmps-button-group-item {
  background-color: transparent;
  border: 2px solid #bababa;
  border-right: 0;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1;
  min-width: 80px;
  padding: 0.5rem;
}
.cmps-button-group-item:last-child {
  border-right: 2px solid #bababa;
}

.cmps-button-group-item--checked {
  background-color: #e5e5e5;
}

.cmps-button-group-item:disabled {
  cursor: default;
}

.cmps-button-group-item:not([disabled]):hover,
.cmps-button-group-item--hover button {
  background-color: #e5e5e5;
}

.cmps-button-group-item:focus:not(:focus-visible) {
  outline: none;
}

.cmps-button-group {
  display: block;
}

.cmps-button-group.cmps-button-group--rounded .cmps-button-group-item:first-child,
.cmps-button-group.cmps-button-group--rounded .cmps-button-group-item:first-child.cmps-button-group-item--checked::after {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

.cmps-button-group.cmps-button-group--rounded .cmps-button-group-item:last-child,
.cmps-button-group.cmps-button-group--rounded .cmps-button-group-item:last-child.cmps-button-group-item--checked::after {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
}

.cmps-checkbox {
  color: #505050;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.cmps-checkbox .cmps-checkbox--label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.cmps-checkbox .cmps-checkbox--container {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}

.cmps-checkbox .cmps-checkbox--container-outer {
  border: 2px solid #bababa;
  display: block;
  height: 20px;
  width: 20px;
}

.cmps-checkbox .cmps-checkbox--container-inner {
  display: block;
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.cmps-checkbox .cmps-checkbox--container input {
  bottom: 0;
  height: 1px;
  position: absolute;
  visibility: hidden;
  width: 1px;
}

.cmps-checkbox .cmps-checkbox--content {
  padding-left: 0.5rem;
}

.cmps-checkbox.cmps-checkbox--checked .cmps-checkbox--container-outer {
  border-color: #1e60d4;
}

.cmps-checkbox.cmps-checkbox--checked .cmps-checkbox--container-inner {
  background-color: #1e60d4;
  color: #fff;
  opacity: 1;
}

.cmps-checkbox .cmps-icon,
.cmps-checkbox .cmps-icon svg {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.cmps-checkbox.cmps-checkbox--disabled {
  color: #bababa;
}

.cmps-checkbox.cmps-checkbox--disabled .cmps-checkbox--label {
  cursor: default;
}

.cmps-checkbox.cmps-checkbox--disabled .cmps-checkbox--container-outer {
  border-color: #bababa;
}

.cmps-checkbox.cmps-checkbox--disabled .cmps-checkbox--container-inner {
  background-color: #bababa;
}

.cmps-checkbox.cmps-checkbox--radio .cmps-checkbox--container-inner {
  transform: scale(0.0001);
}

.cmps-checkbox.cmps-checkbox--radio .cmps-checkbox--container-outer,
.cmps-checkbox.cmps-checkbox--radio .cmps-checkbox--container-inner {
  border-radius: 50%;
}

.cmps-checkbox.cmps-checkbox--radio .cmps-checkbox--container-inner {
  transform: scale(0.5);
}

.cmps-container {
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 12px;
  position: relative;
}

.cmps-container-stripe {
  background-color: #1e60d4;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  bottom: 0;
  left: -1px;
  position: absolute;
  top: 0;
  width: 11px;
}

.cmps-container.cmps-container--colored {
  border: none;
  box-shadow: none;
}
.cmps-container.cmps-container--colored .cmps-container-header {
  border-radius: 3px 3px 0 0;
  background-color: #0E3B8A;
  color: #fff;
}
.cmps-container.cmps-container--colored .cmps-container-header div {
  font-size: 16px;
  padding: 0.5rem;
  border-radius: 3px 3px 0 0;
}
.cmps-container.cmps-container--colored .cmps-container-content {
  border-bottom: 1px solid #bababa;
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
}

.cmps-container-header.cmps-container-header--separator {
  border-bottom: 1px solid #bababa;
}

.cmps-container-header.cmps-container-header--collapsable {
  cursor: pointer;
}

.cmps-container-content .cmps-container-content--content-wrapper {
  height: 100%;
  padding: 0.5rem;
  width: 100%;
}

.cmps-container-content .cmps-container-content--toggle-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  position: relative;
}

.cmps-container-content .cmps-container-content--toggle {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  color: #1e60d4;
  cursor: pointer;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: -6px;
}

.cmps-container-content--chevron-button {
  height: 34px;
  width: 34px;
  color: #505050 !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #e5e5e5 !important;
}

.cmps-container-content--chevron-button .cmps-container-content--chevron {
  fill: #505050;
}

.cmps-container-content--chevron-button:hover .cmps-container-content--chevron {
  fill: #1e60d4 !important;
}

.cmps-container-stripe ~ .cmps-container-header,
.cmps-container-stripe ~ .cmps-container-content {
  margin-left: 10px;
}

.cmps-container-content .cmps-container-content--toggle:focus:not(:focus-visible) {
  outline: none;
}

.cmps-confirm-dialog {
  background-color: #1e60d4;
  border-radius: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 12px;
  justify-content: space-between;
  min-height: 300px;
  padding: 2rem;
  position: relative;
  width: 400px;
}

.cmps-confirm-dialog .cmps-confirm-dialog--close {
  position: absolute;
  right: 6px;
  top: 6px;
}

.cmps-confirm-dialog .cmps-confirm-dialog--header {
  align-items: center;
  display: flex;
  font-size: 32px;
  justify-content: center;
  text-align: center;
}

.cmps-confirm-dialog .cmps-confirm-dialog--header cmps-icon {
  fill: #fff;
  height: 60px;
  line-height: 60px;
  margin-right: 2rem;
  width: 60px;
}

.cmps-confirm-dialog .cmps-confirm-dialog--header cmps-icon svg {
  height: 60px;
  width: 60px;
}

.cmps-confirm-dialog .cmps-confirm-dialog--body {
  text-align: center;
}

.cmps-confirm-dialog .cmps-confirm-dialog--actions {
  display: flex;
  justify-content: center;
}

.cmps-confirm-dialog .cmps-confirm-dialog--actions button {
  margin: 0 0.5rem;
}

.cmps-dialog--portal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999 !important;
}

.cmps-dialog {
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 0.5rem 1rem;
  position: relative;
}

.cmps-dialog.cmps-dialog--resized {
  height: 100% !important;
  width: 100% !important;
}

.cmps-dialog-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cmps-dialog-header .cmps-dialog-header--content {
  flex: 1 1 100%;
  max-width: 100%;
}

.cmps-dialog-body.cmps-dialog-body--resized {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.cmps-filter-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 15px;
  color: #505050;
  cursor: pointer;
  display: inline-flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.2;
  min-width: 120px;
  padding: 0 1rem;
}

.cmps-filter-button cmps-icon ~ .cmps-filter-button-label,
.cmps-filter-button cmps-icon:last-child {
  margin-left: 0.5rem;
}

.cmps-filter-button .cmps-filter-button-label {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.cmps-filter-button cmps-icon {
  fill: #505050;
}

.cmps-filter-button:not([disabled]):hover,
.cmps-filter-button--hover,
.cmps-filter-button:not([disabled]):focus,
.cmps-filter-button--focus,
.cmps-filter-button--selected {
  background-color: #eaf2ff;
  color: #1e60d4;
}

.cmps-filter-button--selected {
  border-color: #1e60d4;
}

.cmps-filter-button--selected cmps-icon {
  fill: #1e60d4;
}

.cmps-filter-button:disabled {
  cursor: default;
  opacity: 0.65;
}

.cmps-filter-button:focus:not(:focus-visible) {
  outline: none;
}

.cmps-filter-button-row {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 15px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.2;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 1rem;
  margin-right: 0.25rem;
}

.cmps-filter-button-row cmps-icon ~ .cmps-filter-button-row-label,
.cmps-filter-button-row cmps-icon:last-child {
  margin-left: 0.5rem;
}

.cmps-filter-button-row .cmps-filter-button-row-label {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.cmps-filter-button-row:focus:not(:focus-visible) {
  outline: none;
}

.cmps-icon {
  fill: currentColor;
  height: 24px;
  line-height: 24px;
  width: 24px;
}

.cmps-icon svg {
  color: inherit;
  height: 24px;
  vertical-align: top;
  width: 24px;
}

.cmps-filter-modal-content .cmps-filter-modal-content--filter-modal-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.cmps-filter-modal-content .cmps-filter-modal-content--group-by {
  color: #808080;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.cmps-filter-modal-content .cmps-filter-modal-content--button-full-width {
  display: block;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
}

.cmps-filter-modal-content:focus:not(:focus-visible) {
  outline: none;
}

.cmps-filter-button-modal-content {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 15px;
  background-color: #505050;
  color: #ffffff;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  line-height: 1.2;
  min-width: 120px;
  padding: 0 1rem;
  margin-right: 0.25rem;
}

.cmps-filter-button-modal-content.cmps-filter-button-modal-content--dark-grey {
  background-color: #505050;
}

.cmps-filter-button-modal-content.cmps-filter-button-modal-content--light-grey {
  background-color: #E5E5E5;
}

.cmps-filter-button-modal-content cmps-icon ~ .cmps-filter-button-modal-content-label,
.cmps-filter-button-modal-content cmps-icon:last-child {
  margin-left: 0.5rem;
}

.cmps-filter-button-modal-content .cmps-filter-button-modal-content-label {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.cmps-filter-button-modal-content:focus:not(:focus-visible) {
  outline: none;
}

.cmps-menu-trigger--portal {
  z-index: 9999 !important;
}

.cmps-menu {
  background-color: #fff;
  border: 0.5px solid #dfdfdf;
  border-radius: 16px;
}

.cmps-menu--container {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}

.cmps-radio-group {
  display: block;
}

.cmps-radio {
  color: #505050;
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1;
}

.cmps-radio .cmps-radio--label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}

.cmps-radio .cmps-radio--container {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 20px;
}

.cmps-radio .cmps-radio--container-outer {
  border-radius: 50%;
  border: 2px solid #bababa;
  display: block;
  height: 20px;
  width: 20px;
}

.cmps-radio .cmps-radio--container-inner {
  border-radius: 50%;
  display: block;
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.0001);
  width: 20px;
}

.cmps-radio .cmps-radio--container input {
  bottom: 0;
  height: 1px;
  position: absolute;
  visibility: hidden;
  width: 1px;
}

.cmps-radio .cmps-radio--content {
  padding-left: 0.5rem;
}

.cmps-radio.cmps-radio--checked .cmps-radio--container-outer {
  border-color: #1e60d4;
}

.cmps-radio.cmps-radio--checked .cmps-radio--container-inner {
  background-color: #1e60d4;
  opacity: 1;
  transform: scale(0.5);
}

.cmps-radio.cmps-radio--white {
  color: #fff;
}

.cmps-radio.cmps-radio--white .cmps-radio--container-outer {
  border-color: #fff;
}

.cmps-radio.cmps-radio--white .cmps-radio--container-inner {
  background-color: #fff;
}

.cmps-radio.cmps-radio--disabled {
  color: #bababa;
}

.cmps-radio.cmps-radio--disabled .cmps-radio--label {
  cursor: default;
}

.cmps-radio.cmps-radio--disabled .cmps-radio--container-outer {
  border-color: #bababa;
}

.cmps-radio.cmps-radio--disabled .cmps-radio--container-inner {
  background-color: #bababa;
}

.cmps-scrollbar {
  display: block;
  height: 100%;
  width: 100%;
}

.cmps-scrollbar .cmps-scrollbar--wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cmps-scrollbar .cmps-scrollbar--content-wrapper {
  height: 100%;
  overflow: auto;
  width: 100%;
}

/*no interest is supporting ie11*/
.cmps-scrollbar .cmps-scrollbar--content-wrapper {
  scrollbar-width: none;
}
.cmps-scrollbar .cmps-scrollbar--content-wrapper::-webkit-scrollbar {
  display: none;
}

.cmps-scrollbar .cmps-scrollbar--content {
  overflow: hidden;
}

.cmps-scrollbar .cmps-scrollbar--x,
.cmps-scrollbar .cmps-scrollbar--y {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.cmps-scrollbar .cmps-scrollbar--x .cmps-scrollbar--thumb,
.cmps-scrollbar .cmps-scrollbar--y .cmps-scrollbar--thumb {
  background-color: #505050;
  border-radius: 10px;
}

.cmps-slide-bar .cmps-slide-bar--float-left {
  float: left;
  height: 2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.cmps-slide-bar .cmps-slide-bar--float-right {
  height: 2rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.cmps-slide-bar .cmps-slide-bar--middle {
  float: left;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}

.cmps-slide-bar:focus:not(:focus-visible) {
  outline: none;
}

.cmps-snack-bar--portal {
  margin: 2rem;
  min-width: 1000px;
  overflow: hidden;
  z-index: 9999 !important;
}

.cmps-snack-bar--portal .cmps-snack-bar--portal--wrapper > * {
  pointer-events: auto;
}

.cmps-text-only-snack-bar {
  align-items: center;
  background-color: #ffedd6;
  border: 2px solid #d17300;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  font-family: Lato, sans-serif;
  font-size: 12px;
  justify-content: space-between;
  max-width: 50vw;
  min-width: 550px;
  padding: 1rem;
}

.cmps-text-only-snack-bar .cmps-text-only-snack-bar--info {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  margin: 0 0.5rem;
}

.cmps-text-only-snack-bar .cmps-text-only-snack-bar--close {
  align-self: flex-start;
}

.cmps-text-only-snack-bar .cmps-text-only-snack-bar--info .cmps-icon {
  color: #d17300;
  margin-right: 1rem;
}

.cmps-text-only-snack-bar .cmps-text-only-snack-bar--actions {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
}
.cmps-text-only-snack-bar .cmps-text-only-snack-bar--actions button {
  margin-right: 0.5rem;
}

.cmps-tab-button-label {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.cmps-tab-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  font-family: Lato, sans-serif;
  justify-content: center;
  line-height: 1.2;
  min-width: 120px;
  padding: 0 1rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cmps-tab-button cmps-icon + .cmps-tab-button-label,
.cmps-tab-button .cmps-tab-button-label + cmps-icon {
  margin-left: 0.5rem;
}

.cmps-tab-button:disabled,
.cmps-tab-button--disabled {
  cursor: default;
  opacity: 0.65;
}

.cmps-tab-button.cmps-tab-button--a {
  background-color: #f3f2f1;
  border: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #505050;
  font-size: 12px;
}

.cmps-tab-button:not([disabled]):not(.cmps-tab-button--disabled).cmps-tab-button--a:hover,
.cmps-tab-button.cmps-tab-button--a.cmps-tab-button--hover,
.cmps-tab-button.cmps-tab-button--a.cmps-tab-button--selected {
  background-color: #1e60d4;
  color: #fff;
}

.cmps-tab-button:not([disabled]):not(.cmps-tab-button--disabled).cmps-tab-button--a:hover cmps-icon,
.cmps-tab-button.cmps-tab-button--a.cmps-tab-button--selected cmps-icon {
  fill: #fff;
}

.cmps-tab-button.cmps-tab-button--b {
  background-color: #f3f2f1;
  border: 2px solid transparent;
  border-radius: 14px;
  color: #505050;
  font-size: 14px;
  font-weight: bold;
}

.cmps-tab-button:not([disabled]):not(.cmps-tab-button--disabled).cmps-tab-button--b:hover,
.cmps-tab-button.cmps-tab-button--b.cmps-tab-button--hover,
.cmps-tab-button.cmps-tab-button--b.cmps-tab-button--selected {
  background-color: #eaf2ff;
  color: #1e60d4;
}

.cmps-tab-button:not([disabled]):not(.cmps-tab-button--disabled).cmps-tab-button--b:hover cmps-icon,
.cmps-tab-button.cmps-tab-button--b.cmps-tab-button--selected cmps-icon {
  fill: #1e60d4;
}

.cmps-tab-button.cmps-tab-button--b.cmps-tab-button--selected {
  border-color: #1e60d4;
}

.cmps-tab-button.cmps-tab-button--c {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

.cmps-tab-button:not([disabled]):not(.cmps-tab-button--disabled).cmps-tab-button--c:hover,
.cmps-tab-button.cmps-tab-button--c.cmps-tab-button--hover,
.cmps-tab-button.cmps-tab-button--c.cmps-tab-button--selected {
  border-bottom: 1px solid #000;
}

.cmps-tab-button:focus:not(:focus-visible) {
  outline: none;
}

.cmps-tabset-content-wrapper > div {
  height: 100%;
  width: 100%;
}

.cmps-tabset-label-wrapper {
  display: flex;
  flex-direction: row;
}

.cmps-tabset {
  display: block;
}

.cmps-tooltip-trigger--portal {
  z-index: 9999 !important;
}

.cmps-tooltip {
  display: flex;
  text-align: center;
}

.cmps-tooltip.cmps-tooltip--hidden {
  display: none;
}

.cmps-tooltip .cmps-tooltip--content {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  max-width: 200px;
  padding: 0.5rem 0.75rem;
  z-index: 2;
}

.cmps-tooltip .cmps-tooltip--arrow-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cmps-tooltip .cmps-tooltip--arrow {
  background-color: #000;
  height: 10px;
  transform: rotate(45deg);
  width: 10px;
  margin: 9px;
}

.cmps-tooltip[placement=top-right],
.cmps-tooltip[placement=top-center],
.cmps-tooltip[placement=top-left] {
  flex-direction: column;
}
.cmps-tooltip[placement=top-right] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=top-center] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=top-left] .cmps-tooltip--arrow-wrapper {
  flex-direction: column-reverse;
}

.cmps-tooltip[placement=right-bottom],
.cmps-tooltip[placement=right-center],
.cmps-tooltip[placement=right-top] {
  flex-direction: row-reverse;
}
.cmps-tooltip[placement=right-bottom] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=right-center] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=right-top] .cmps-tooltip--arrow-wrapper {
  flex-direction: row;
}

.cmps-tooltip[placement=bottom-left],
.cmps-tooltip[placement=bottom-center],
.cmps-tooltip[placement=bottom-right] {
  flex-direction: column-reverse;
}
.cmps-tooltip[placement=bottom-left] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=bottom-center] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=bottom-right] .cmps-tooltip--arrow-wrapper {
  flex-direction: column;
}

.cmps-tooltip[placement=left-top],
.cmps-tooltip[placement=left-center],
.cmps-tooltip[placement=left-bottom] {
  flex-direction: row;
}
.cmps-tooltip[placement=left-top] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=left-center] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=left-bottom] .cmps-tooltip--arrow-wrapper {
  flex-direction: row-reverse;
}

.cmps-tooltip[placement=top-right],
.cmps-tooltip[placement=right-bottom],
.cmps-tooltip[placement=bottom-right],
.cmps-tooltip[placement=left-bottom] {
  align-items: flex-end;
}
.cmps-tooltip[placement=top-right] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=right-bottom] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=bottom-right] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=left-bottom] .cmps-tooltip--arrow-wrapper {
  align-items: flex-end;
}

.cmps-tooltip[placement=top-center],
.cmps-tooltip[placement=right-center],
.cmps-tooltip[placement=bottom-center],
.cmps-tooltip[placement=left-center] {
  align-items: center;
}
.cmps-tooltip[placement=top-center] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=right-center] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=bottom-center] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=left-center] .cmps-tooltip--arrow-wrapper {
  align-items: center;
}

.cmps-tooltip[placement=top-left],
.cmps-tooltip[placement=right-top],
.cmps-tooltip[placement=bottom-left],
.cmps-tooltip[placement=left-top] {
  align-items: flex-start;
}
.cmps-tooltip[placement=top-left] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=right-top] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=bottom-left] .cmps-tooltip--arrow-wrapper,
.cmps-tooltip[placement=left-top] .cmps-tooltip--arrow-wrapper {
  align-items: flex-start;
}

.cmps-tooltip[placement=right-bottom],
.cmps-tooltip[placement=right-center],
.cmps-tooltip[placement=right-top],
.cmps-tooltip[placement=left-top],
.cmps-tooltip[placement=left-center],
.cmps-tooltip[placement=left-bottom] {
  padding: 0 7px;
}

.cmps-tooltip[placement=top-right],
.cmps-tooltip[placement=top-center],
.cmps-tooltip[placement=top-left],
.cmps-tooltip[placement=bottom-left],
.cmps-tooltip[placement=bottom-center],
.cmps-tooltip[placement=bottom-right] {
  padding: 7px 0;
}

.cmps-user-info-badge {
  border-radius: 8px;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  padding: 0.25rem;
}
.cmps-user-info-badge:last-child {
  margin-right: 0;
}

.cmps-user-info-badge .cmps-user-info--label {
  font-weight: bold;
}

.cmps-user-info-label {
  display: block;
  margin-bottom: 0.25rem;
}

.cmps-user-info {
  color: #505050;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

.cmps-user-info .cmps-user-info--image-wrapper {
  display: flex;
  height: 64px;
  justify-content: center;
  margin-right: 0.75rem;
  max-height: 64px;
  max-width: 64px;
  min-height: 64px;
  min-width: 64px;
  width: 64px;
}

.cmps-user-info .cmps-user-info--image {
  border-radius: 50%;
  height: 64px;
  margin-top: 0.3rem;
  overflow: hidden;
  width: 64px;
}
.cmps-user-info .cmps-user-info--image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.cmps-user-info .cmps-user-info--icon,
.cmps-user-info .cmps-user-info--icon svg {
  fill: #1e60d4;
  height: 64px;
  width: 64px;
}

.cmps-user-info .cmps-user-info--button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #1e60d4;
  cursor: pointer;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: inherit;
  min-height: 24px;
  margin-bottom: 0.25rem;
  padding: 0;
}

.cmps-user-info .cmps-user-info--button:not([disabled]):hover,
.cmps-user-info .cmps-user-info--button:not([disabled]):focus {
  color: #0050a0;
}

.cmps-user-info .cmps-user-info--button:disabled {
  cursor: default;
}

.cmps-user-info .cmps-user-info--badges {
  display: flex;
  flex-wrap: wrap;
}

.cmps-user-info .cmps-user-info--button:focus:not(:focus-visible) {
  outline: none;
}

.cmps-coaching-activity-status-wrapper {
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  display: block;
}

.cmps-coaching-activity-status-wrapper .cmps-coaching-activity-status-wrapper--label {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  padding: 0.5rem;
  text-align: center;
}

.cmps-coaching-activity-status-wrapper .cmps-coaching-activity-status-wrapper--content {
  background-color: #fff;
}

.cmps-coaching-commitment-badge-container {
  align-items: center;
  background-color: #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5rem 0.25rem 0.25rem 0.5rem;
  /* child elements fill in the other 0.25rem */
}

.cmps-coaching-commitment-badge {
  align-items: center;
  border-radius: 16px;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  justify-content: center;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  min-height: 32px;
  min-width: 150px;
  padding: 0.25rem 1rem;
  text-align: center;
}

.cmps-coaching-commitment-badge .cmps-icon + span {
  margin-left: 0.5rem;
}

.cmps-coaching-commitment-badge span + .cmps-icon {
  margin-right: 0.5rem;
}

.cmps-coaching-commitment-detail-goal-row:nth-child(even) {
  background-color: #f3f2f1;
}

.cmps-coaching-commitment-detail-goal-row:nth-child(odd) {
  background-color: #fff;
}

.cmps-coaching-commitment-detail-goal-row {
  /*actual*/
  /*actual*/
  /*pct-to-target*/
  /*pct-to-target*/
  align-items: center;
  display: flex;
  /*metric*/
  /*goal*/
  /*created-on*/
  /*status*/
  /*actual*/
  /*pct-to-goal*/
  /*pct-to-target*/
  /*expected-date*/
  /*days-until-expiry*/
  /*days-active*/
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(5) {
  border-left: 1px solid #ebebeb;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(8) {
  border-left: 1px solid #c4c4c4;
  margin-left: 0.05rem;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(7) {
  border-right: 1px solid #ebebeb;
  margin-right: 0.05rem;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(10) {
  border-right: 1px solid #c4c4c4;
}
.cmps-coaching-commitment-detail-goal-row > * {
  align-items: center;
  align-self: stretch;
  display: flex;
  padding: 0.25rem 0.5rem;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(1) {
  flex: 1 1 15%;
  justify-content: flex-start;
  max-width: 15%;
  text-align: left;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(2) {
  flex: 1 1 4%;
  max-width: 4%;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(3) {
  flex: 1 1 8%;
  max-width: 8%;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(4) {
  flex: 1 1 5%;
  max-width: 5%;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(5),
.cmps-coaching-commitment-detail-goal-row > :nth-child(8) {
  flex: 1 1 5%;
  max-width: 5%;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(6),
.cmps-coaching-commitment-detail-goal-row > :nth-child(9) {
  flex: 1 1 6%;
  justify-content: center;
  max-width: 6%;
  text-align: center;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(7),
.cmps-coaching-commitment-detail-goal-row > :nth-child(10) {
  flex: 1 1 7%;
  justify-content: center;
  max-width: 7%;
  text-align: center;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(11) {
  flex: 1 1 12%;
  justify-content: center;
  max-width: 12%;
  text-align: center;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(12) {
  flex: 1 1 10%;
  max-width: 10%;
}
.cmps-coaching-commitment-detail-goal-row > :nth-child(13) {
  flex: 1 1 7%;
  max-width: 7%;
}

.cmps-coaching-commitment-detail-observation-row:nth-child(even) {
  background-color: #f3f2f1;
}

.cmps-coaching-commitment-detail-observation-row:nth-child(odd) {
  background-color: #fff;
}

.cmps-coaching-commitment-detail-observation-row {
  align-items: center;
  display: flex;
  /*opp-to-demo*/
  /*go-to*/
}
.cmps-coaching-commitment-detail-observation-row > * {
  align-items: center;
  align-self: stretch;
  display: flex;
  padding: 0.25rem 0.5rem;
}
.cmps-coaching-commitment-detail-observation-row > * {
  flex: 1 1 10%;
  max-width: 10%;
}
.cmps-coaching-commitment-detail-observation-row > :nth-child(6) {
  flex: 1 1 15%;
  max-width: 15%;
}
.cmps-coaching-commitment-detail-observation-row > :nth-child(9) {
  flex: 1 1 15%;
  justify-content: center;
  max-width: 15%;
  text-align: center;
}

.cmps-coaching-commitment-detail-observation-row .cmps-coaching-commitment-detail-observation-row--button {
  background-color: transparent;
  border: 0;
  color: #1e60d4;
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 0;
}

.cmps-coaching-commitment-detail-observation-row .cmps-coaching-commitment-detail-observation-row--button:hover,
.cmps-coaching-commitment-detail-observation-row .cmps-coaching-commitment-detail-observation-row--button--hover {
  color: #0050a0;
}

.cmps-coaching-commitment-detail-observation-row .cmps-coaching-commitment-detail-observation-row--button:focus:not(:focus-visible) {
  outline: none;
}

.cmps-coaching-commitment-detail {
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #505050;
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1;
  width: 1300px;
}

.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--close {
  margin-right: -12px;
  margin-top: -12px;
  padding-left: 1rem;
}

.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal .cmps-coaching-commitment-detail--section--content,
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--obs .cmps-coaching-commitment-detail--section--content {
  max-width: 1300px;
  overflow: auto;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal .cmps-coaching-commitment-detail--goal--row-bundle,
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal .cmps-coaching-commitment-detail--goal--row-header,
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail-goal-row,
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--obs .cmps-coaching-commitment-detail--obs--row-header,
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail-observation-row {
  min-width: 1200px;
}

.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header {
  background-color: #f1f3f4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--focus,
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--info {
  display: flex;
  flex: 1 1 50%;
  max-width: 50%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--detail {
  flex-grow: 1;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--detail > :nth-child(1),
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--detail > :nth-child(2) {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--detail > :nth-child(1) {
  font-size: 18px;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--detail > :nth-child(2) {
  font-size: 14px;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--score {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--score > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--score > div :nth-child(1) {
  color: #000;
  font-weight: bold;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--score :nth-child(4) {
  align-self: center;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--score :nth-child(4) :nth-child(1) {
  color: #000;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--score :nth-child(4) :nth-child(2) {
  color: #000;
}

.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--actions {
  background-color: #f1f3f4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 1rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--actions button + button {
  margin-left: 1rem;
}

.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--content {
  padding: 1rem;
  position: relative;
}

.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  padding-bottom: 1rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--section--header {
  color: #000;
  margin-left: 1rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--section--header {
  flex: 1 1 100%;
  font-size: 14px;
  max-width: 100%;
  padding-bottom: 0.5rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--section--content {
  margin-left: 1rem;
  position: relative;
  width: 100%;
}

.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--cmt--label,
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--cmt--content-wrapper {
  margin-left: 1rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--cmt--item {
  flex: 1 1 50%;
  max-width: 50%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--cmt--label {
  padding-bottom: 0.15rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--cmt--content {
  background-color: #f3f2f1;
  padding: 0.5rem;
}

.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-bundle {
  align-items: center;
  display: flex;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-bundle :nth-child(1) {
  flex: 1 1 32%;
  /*sum first 4 columns*/
  max-width: 32%;
  /*sum first 4 columns*/
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--start,
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--current {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #525252;
  flex: 1 1 18%;
  font-weight: bold;
  max-width: 18%;
  padding: 0.5rem 0;
  text-align: center;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--start {
  background-color: #ebebeb;
  margin-right: 0.05rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--current {
  background-color: #c4c4c4;
  margin-left: 0.05rem;
}

.cmps-coaching-commitment-detail {
  /*metric*/
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header {
  /*actual*/
  /*actual*/
  /*pct-to-target*/
  /*pct-to-target*/
  align-items: center;
  display: flex;
  /*metric*/
  /*goal*/
  /*created-on*/
  /*status*/
  /*actual*/
  /*pct-to-goal*/
  /*pct-to-target*/
  /*expected-date*/
  /*days-until-expiry*/
  /*days-active*/
  color: #000;
  font-weight: bold;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(5) {
  border-left: 1px solid #ebebeb;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(8) {
  border-left: 1px solid #c4c4c4;
  margin-left: 0.05rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(7) {
  border-right: 1px solid #ebebeb;
  margin-right: 0.05rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(10) {
  border-right: 1px solid #c4c4c4;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > * {
  align-items: center;
  align-self: stretch;
  display: flex;
  padding: 0.25rem 0.5rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(1) {
  flex: 1 1 15%;
  justify-content: flex-start;
  max-width: 15%;
  text-align: left;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(2) {
  flex: 1 1 4%;
  max-width: 4%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(3) {
  flex: 1 1 8%;
  max-width: 8%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(4) {
  flex: 1 1 5%;
  max-width: 5%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(5),
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(8) {
  flex: 1 1 5%;
  max-width: 5%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(6),
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(9) {
  flex: 1 1 6%;
  justify-content: center;
  max-width: 6%;
  text-align: center;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(7),
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(10) {
  flex: 1 1 7%;
  justify-content: center;
  max-width: 7%;
  text-align: center;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(11) {
  flex: 1 1 12%;
  justify-content: center;
  max-width: 12%;
  text-align: center;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(12) {
  flex: 1 1 10%;
  max-width: 10%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(13) {
  flex: 1 1 7%;
  max-width: 7%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--goal--row-header > :nth-child(1) {
  justify-content: center !important;
  text-align: center !important;
}

.cmps-coaching-commitment-detail {
  /*session-date*/
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--obs--row-header {
  align-items: center;
  display: flex;
  /*opp-to-demo*/
  /*go-to*/
  color: #000;
  font-weight: bold;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--obs--row-header > * {
  align-items: center;
  align-self: stretch;
  display: flex;
  padding: 0.25rem 0.5rem;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--obs--row-header > * {
  flex: 1 1 10%;
  max-width: 10%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--obs--row-header > :nth-child(6) {
  flex: 1 1 15%;
  max-width: 15%;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--obs--row-header > :nth-child(9) {
  flex: 1 1 15%;
  justify-content: center;
  max-width: 15%;
  text-align: center;
}
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--obs--row-header > :nth-child(1) {
  padding-left: 0;
}

@media (max-width: 1300px) {
  .cmps-coaching-commitment-detail {
    width: 800px;
  }

  .cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--focus,
.cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--info {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--header--focus {
    margin-bottom: 0.5rem;
  }

  .cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--cmt--item {
    flex: 1 1 100%;
    margin-bottom: 0.5rem;
    max-width: 100%;
  }
  .cmps-coaching-commitment-detail .cmps-coaching-commitment-detail--cmt--item:last-child {
    margin-bottom: 0;
  }
}
.cmps-coaching-commitment-summary-goal-row {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  max-width: 100%;
}

.cmps-coaching-commitment-summary-goal-row--record {
  align-items: center;
  display: flex;
  margin-top: 0.3rem;
}

.cmps-coaching-commitment-summary-goal-row--note {
  flex: 1 1 100%;
  margin-top: 0.3rem;
  max-width: 100%;
}

.cmps-coaching-commitment-summary-goal-row.cmps-coaching-commitment-summary-goal-row--with-actions .cmps-coaching-commitment-summary-goal-row--left,
.cmps-coaching-commitment-summary-goal-row.cmps-coaching-commitment-summary-goal-row--with-actions .cmps-coaching-commitment-summary-goal-row--note {
  flex: 1 1 80% !important;
  max-width: 80% !important;
}

.cmps-coaching-commitment-summary-goal-row.cmps-coaching-commitment-summary-goal-row--with-actions .cmps-coaching-commitment-summary-goal-row--actions {
  display: flex !important;
}

.cmps-coaching-commitment-summary-goal-row--left {
  background-color: #f3f2f1;
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0.5rem;
}

.cmps-coaching-commitment-summary-goal-row--left > * {
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
}

.cmps-coaching-commitment-summary-goal-row--actions {
  display: none;
  flex: 1 1 20%;
  justify-content: center;
  max-width: 20%;
}

.cmps-coaching-commitment-summary-note-row {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  max-width: 100%;
}

.cmps-coaching-commitment-summary-note-row--record {
  align-items: center;
  display: flex;
  margin-top: 0.3rem;
}

.cmps-coaching-commitment-summary-note-row--note {
  flex: 1 1 100%;
  margin-top: 0.3rem;
  max-width: 100%;
}

.cmps-coaching-commitment-summary-note-row.cmps-coaching-commitment-summary-note-row--with-actions .cmps-coaching-commitment-summary-note-row--left,
.cmps-coaching-commitment-summary-note-row.cmps-coaching-commitment-summary-note-row--with-actions .cmps-coaching-commitment-summary-note-row--note {
  flex: 1 1 80% !important;
  max-width: 80% !important;
}

.cmps-coaching-commitment-summary-note-row.cmps-coaching-commitment-summary-note-row--with-actions .cmps-coaching-commitment-summary-note-row--actions {
  display: flex !important;
}

.cmps-coaching-commitment-summary-note-row--left {
  background-color: #f3f2f1;
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0.5rem;
}

.cmps-coaching-commitment-summary-note-row--left > * {
  flex: 1 1 25%;
  max-width: 25%;
}

.cmps-coaching-commitment-summary-note-row--actions {
  display: none;
  flex: 1 1 20%;
  justify-content: center;
  max-width: 20%;
}

.cmps-coaching-commitment-summary-obs-row {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  max-width: 100%;
}

.cmps-coaching-commitment-summary-obs-row--record {
  align-items: center;
  display: flex;
  margin-top: 0.3rem;
}

.cmps-coaching-commitment-summary-obs-row--note {
  flex: 1 1 100%;
  margin-top: 0.3rem;
  max-width: 100%;
}

.cmps-coaching-commitment-summary-obs-row.cmps-coaching-commitment-summary-obs-row--with-actions .cmps-coaching-commitment-summary-obs-row--left,
.cmps-coaching-commitment-summary-obs-row.cmps-coaching-commitment-summary-obs-row--with-actions .cmps-coaching-commitment-summary-obs-row--note {
  flex: 1 1 80% !important;
  max-width: 80% !important;
}

.cmps-coaching-commitment-summary-obs-row.cmps-coaching-commitment-summary-obs-row--with-actions .cmps-coaching-commitment-summary-obs-row--actions {
  display: flex !important;
}

.cmps-coaching-commitment-summary-obs-row--left {
  background-color: #f3f2f1;
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0.5rem;
}

.cmps-coaching-commitment-summary-obs-row--left > * {
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
}

.cmps-coaching-commitment-summary-obs-row--actions {
  display: none;
  flex: 1 1 20%;
  justify-content: center;
  max-width: 20%;
}

.cmps-coaching-commitment-summary {
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #505050;
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1;
  width: 1000px;
}

.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--close {
  margin-right: -8px;
  margin-top: -8px;
  padding-left: 1rem;
}

.cmps-coaching-commitment-summary button {
  min-width: auto;
}

.cmps-coaching-commitment-summary button + button {
  margin-left: 1rem;
}

.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--header {
  background-color: #f1f3f4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--header--detail,
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--header--buttons {
  display: flex;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--header--detail {
  color: #000;
  flex-grow: 1;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5rem;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--header--buttons {
  flex-direction: row-reverse;
}

.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions {
  background-color: #f1f3f4;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem 1rem;
}

.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions--dispute {
  background-color: #ffe6e5 !important;
  border: 1px solid #ce2521 !important;
  color: #ce2521 !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions--dispute:not([disabled]):hover, .cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions--dispute:not([disabled]):focus {
  background-color: #fff !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions--accept {
  background-color: #f1fff1 !important;
  border: 1px solid #1bc47d !important;
  color: #1bc47d !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions--accept:not([disabled]):hover, .cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions--accept:not([disabled]):focus {
  background-color: #fff !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions-label--dispute {
  color: #ce2521 !important;
  font-weight: bold;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions-label--accept {
  color: #1bc47d !important;
  font-weight: bold;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--actions--secondary {
  background-color: #f1f3ff;
  border: 1px solid #1e60d4;
  color: #1e60d4;
}

.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--content {
  padding: 1rem;
}

.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  padding-bottom: 1rem;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--section--header {
  color: #000;
  margin-left: 1rem;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--section--header {
  flex: 1 1 100%;
  font-size: 14px;
  max-width: 100%;
  padding-bottom: 0.5rem;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--section--content {
  margin-left: 1rem;
  position: relative;
  width: 100%;
}

.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--note--row-header.cmps-coaching-commitment-summary--note--with-actions .cmps-coaching-commitment-summary--note--row-header--left {
  flex: 1 1 80% !important;
  max-width: 80% !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--note--row-header.cmps-coaching-commitment-summary--note--with-actions .cmps-coaching-commitment-summary--note--row-header--actions {
  display: flex !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--note--row-header {
  color: #000;
  display: flex;
  font-weight: bold;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--note--row-header--left {
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0.5rem;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--note--row-header--left > * {
  flex: 1 1 25%;
  max-width: 25%;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--note--row-header--actions {
  display: none;
  flex: 1 1 20%;
  max-width: 20%;
}

.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--goal--row-header.cmps-coaching-commitment-summary--goal--with-actions .cmps-coaching-commitment-summary--goal--row-header--left {
  flex: 1 1 80% !important;
  max-width: 80% !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--goal--row-header.cmps-coaching-commitment-summary--goal--with-actions .cmps-coaching-commitment-summary--goal--row-header--actions {
  display: flex !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--goal--row-header {
  color: #000;
  display: flex;
  font-weight: bold;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--goal--row-header--left {
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0.5rem;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--goal--row-header--left > * {
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--goal--row-header--actions {
  display: none;
  flex: 1 1 20%;
  max-width: 20%;
}

.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--obs--row-header.cmps-coaching-commitment-summary--obs--with-actions .cmps-coaching-commitment-summary--obs--row-header--left {
  flex: 1 1 80% !important;
  max-width: 80% !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--obs--row-header.cmps-coaching-commitment-summary--obs--with-actions .cmps-coaching-commitment-summary--obs--row-header--actions {
  display: flex !important;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--obs--row-header {
  color: #000;
  display: flex;
  font-weight: bold;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--obs--row-header--left {
  display: flex;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0.5rem;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--obs--row-header--left > * {
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
}
.cmps-coaching-commitment-summary .cmps-coaching-commitment-summary--obs--row-header--actions {
  display: none;
  flex: 1 1 20%;
  max-width: 20%;
}

.cmps-coaching-commitment-goal-summary-row {
  align-items: center;
  color: #505050;
  display: flex;
  padding: 0 0.25rem;
}
.cmps-coaching-commitment-goal-summary-row:nth-child(odd) {
  background-color: #e8e8e8;
}
.cmps-coaching-commitment-goal-summary-row:nth-child(even) {
  background-color: #fff;
}

.cmps-coaching-commitment-goal-summary-row .cmps-coaching-commitment-goal-summary-row--metric {
  flex-grow: 1;
}

.cmps-coaching-commitment-goal-summary-row .cmps-coaching-commitment-goal-summary-row--other {
  flex: 0 0 30%;
  justify-content: center;
  max-width: 30%;
}

.cmps-coaching-commitment-goal-summary {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 0.75rem;
}

.cmps-coaching-commitment-goal-summary .cmps-coaching-commitment-goal-summary--header-row {
  align-items: center;
  display: flex;
  font-size: 14px;
  padding: 0.25rem;
}

.cmps-coaching-commitment-goal-summary .cmps-coaching-commitment-goal-summary--header-metric {
  flex-grow: 1;
}

.cmps-coaching-commitment-goal-summary .cmps-coaching-commitment-goal-summary--header-other {
  flex: 0 0 30%;
  justify-content: center;
  max-width: 30%;
}

.cmps-coaching-commitment-goal-summary .cmps-coaching-commitment-goal-summary--header-metric,
.cmps-coaching-commitment-goal-summary .cmps-coaching-commitment-goal-summary--header-other {
  font-weight: bold;
}

.cmps-coaching-commitment-status {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.25rem;
}

.cmps-coaching-commitment-status cmps-icon svg {
  fill: #fff;
}

.cmps-coaching-commitment-status .cmps-coaching-commitment-status--label {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0.5rem;
}

.cmps-coaching-focus-item-summary {
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  justify-content: space-between;
  padding: 0.75rem;
}

.cmps-coaching-focus-item-summary .cmps-coaching-focus-item-summary--label {
  font-weight: bold;
}

.cmps-coaching-focus-item {
  background-color: #505050;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 12px;
  justify-content: space-between;
}

.cmps-coaching-focus-item.cmps-coaching-focus-item--border-radius {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.cmps-coaching-focus-item.cmps-coaching-focus-item--focused {
  background-color: #1e60d4;
}

.cmps-coaching-focus-item.cmps-coaching-focus-item--focused .cmps-coaching-focus-item--focused-labels:hover,
.cmps-coaching-focus-item.cmps-coaching-focus-item--focused .cmps-coaching-focus-item--focused-labels--hover {
  cursor: pointer;
}
.cmps-coaching-focus-item.cmps-coaching-focus-item--focused .cmps-coaching-focus-item--focused-labels:hover .cmps-coaching-focus-item--behaviour,
.cmps-coaching-focus-item.cmps-coaching-focus-item--focused .cmps-coaching-focus-item--focused-labels:hover .cmps-coaching-focus-item--sub-behaviour,
.cmps-coaching-focus-item.cmps-coaching-focus-item--focused .cmps-coaching-focus-item--focused-labels--hover .cmps-coaching-focus-item--behaviour,
.cmps-coaching-focus-item.cmps-coaching-focus-item--focused .cmps-coaching-focus-item--focused-labels--hover .cmps-coaching-focus-item--sub-behaviour {
  text-decoration: underline;
}

.cmps-coaching-focus-item cmps-icon svg {
  fill: #fff;
}

.cmps-coaching-focus-item .cmps-coaching-focus-item--labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cmps-coaching-focus-item .cmps-coaching-focus-item--behaviour:disabled,
.cmps-coaching-focus-item .cmps-coaching-focus-item--sub-behaviour:disabled {
  cursor: default;
}

.cmps-coaching-focus-item .cmps-coaching-focus-item--behaviour {
  align-items: center;
  display: flex;
  font-weight: bold;
  min-height: 3.25rem;
  padding: 0.5rem 0.75rem;
}
.cmps-coaching-focus-item .cmps-coaching-focus-item--behaviour > span {
  flex: 1 1 85%;
}

.cmps-coaching-focus-item .cmps-coaching-focus-item--behaviour ~ .cmps-coaching-focus-item--sub-behaviour {
  align-items: center;
  background-color: #fff;
  color: #000;
  display: flex;
  min-height: 3.25rem;
  padding: 0.5rem 0.75rem;
}

.cmps-coaching-focus-item .cmps-coaching-focus-item--actions {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.cmps-coaching-focus-item .cmps-coaching-focus-item--focused-labels:focus:not(:focus-visible) {
  outline: none;
}

.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--anchor {
  color: #000;
  text-decoration: none;
}

.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--button:hover .cmps-coaching-focus-label--behaviour,
.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--button:hover .cmps-coaching-focus-label--sub-behaviour,
.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--button--hover .cmps-coaching-focus-label--behaviour,
.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--button--hover .cmps-coaching-focus-label--sub-behaviour {
  text-decoration: underline;
}

.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--anchor:hover .cmps-coaching-focus-label--behaviour,
.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--anchor:hover .cmps-coaching-focus-label--sub-behaviour,
.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--anchor--hover .cmps-coaching-focus-label--behaviour,
.cmps-coaching-focus-label-action.cmps-coaching-focus-label-action--anchor--hover .cmps-coaching-focus-label--sub-behaviour {
  text-decoration: underline;
}

.cmps-coaching-focus-label-action--button:focus:not(:focus-visible) {
  outline: none;
}

.cmps-coaching-focus-label {
  display: block;
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 0.15rem 0.5rem;
}

.cmps-coaching-focus-label .cmps-coaching-focus-label--status {
  color: #505050;
  font-size: 10px;
  margin-bottom: 0.35rem;
}

.cmps-coaching-focus-label .cmps-coaching-focus-label--behaviour {
  font-weight: bold;
}

.cmps-coaching-focus-label .cmps-coaching-focus-label--behaviour ~ .cmps-coaching-focus-label--sub-behaviour {
  color: #505050;
  margin-top: 0.35rem;
}

.cmps-coaching-legend-item {
  align-items: center;
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  margin: 0.25rem;
}

.cmps-coaching-legend-item.cmps-coaching-legend-item--bg cmps-icon {
  background-color: #1e60d4;
  border-radius: 50%;
}
.cmps-coaching-legend-item.cmps-coaching-legend-item--bg cmps-icon svg {
  fill: #fff;
  height: 16px;
  width: 16px;
}

.cmps-coaching-legend-item cmps-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 4px;
}

.cmps-coaching-legend-item cmps-icon svg {
  fill: #000;
  stroke: #000;
  stroke-width: 0;
}

.cmps-coaching-legend-item--bg-blue-100 cmps-icon {
  background-color: #1e60d4 !important;
}

.cmps-coaching-legend-item--stroke-blue-100 cmps-icon svg {
  stroke: #1e60d4 !important;
}

.cmps-coaching-legend-item--fill-blue-100 cmps-icon svg {
  fill: #1e60d4 !important;
}

.cmps-coaching-legend-item--bg-red-100 cmps-icon {
  background-color: #ce2521 !important;
}

.cmps-coaching-legend-item--stroke-red-100 cmps-icon svg {
  stroke: #ce2521 !important;
}

.cmps-coaching-legend-item--fill-red-100 cmps-icon svg {
  fill: #ce2521 !important;
}

.cmps-coaching-legend-item--bg-pink cmps-icon {
  background-color: #cb3078 !important;
}

.cmps-coaching-legend-item--stroke-pink cmps-icon svg {
  stroke: #cb3078 !important;
}

.cmps-coaching-legend-item--fill-pink cmps-icon svg {
  fill: #cb3078 !important;
}

.cmps-coaching-legend-item--bg-green-100 cmps-icon {
  background-color: #137e0f !important;
}

.cmps-coaching-legend-item--stroke-green-100 cmps-icon svg {
  stroke: #137e0f !important;
}

.cmps-coaching-legend-item--fill-green-100 cmps-icon svg {
  fill: #137e0f !important;
}

.cmps-coaching-legend-item--bg-yellow-100 cmps-icon {
  background-color: #d17300 !important;
}

.cmps-coaching-legend-item--stroke-yellow-100 cmps-icon svg {
  stroke: #d17300 !important;
}

.cmps-coaching-legend-item--fill-yellow-100 cmps-icon svg {
  fill: #d17300 !important;
}

.cmps-coaching-legend-item--bg-grey-400 cmps-icon {
  background-color: #505050 !important;
}

.cmps-coaching-legend-item--stroke-grey-400 cmps-icon svg {
  stroke: #505050 !important;
}

.cmps-coaching-legend-item--fill-grey-400 cmps-icon svg {
  fill: #505050 !important;
}

.cmps-coaching-observation-summary {
  border: 2px solid transparent;
  display: block;
}

.cmps-coaching-observation-summary.cmps-coaching-observation-summary--active {
  background-color: #fff;
  border: 2px solid #1e60d4;
}

.cmps-coaching-observation-summary .cmps-coaching-observation-summary--fc {
  display: flex;
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 0.75rem;
}

.cmps-coaching-observation-summary .cmps-coaching-observation-summary--other {
  flex-grow: 1;
}
.cmps-coaching-observation-summary .cmps-coaching-observation-summary--other:nth-child(2) {
  text-align: right;
}

.cmps-coaching-observation-summary .cmps-coaching-observation-summary--info {
  margin-top: 1rem;
}

.cmps-coaching-observation-summary .cmps-coaching-observation-summary--label {
  font-weight: bold;
}

.cmps-coaching-observation-summary .cmps-coaching-observation-summary--actions {
  align-items: flex-start;
  display: flex;
  flex: 1 1 20%;
  justify-content: flex-end;
  max-width: 20%;
}

.cmps-coaching-opportunity-action-group {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  font-family: Lato, sans-serif;
  font-size: 12px;
  justify-content: space-between;
  padding: 0.5rem;
}

.cmps-coaching-opportunity-action-group.cmps-coaching-opportunity-action-group--coached {
  border-color: #137e0f;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.cmps-coaching-opportunity-action-group.cmps-coaching-opportunity-action-group--coached .cmps-coaching-opportunity-action-group--info cmps-icon svg {
  fill: #137e0f;
}

.cmps-coaching-opportunity-action-group.cmps-coaching-opportunity-action-group--uncoached {
  border-color: #d17300;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.cmps-coaching-opportunity-action-group.cmps-coaching-opportunity-action-group--uncoached .cmps-coaching-opportunity-action-group--info cmps-icon svg {
  fill: #d17300;
}

.cmps-coaching-opportunity-action-group .cmps-coaching-opportunity-action-group--info {
  align-items: center;
  display: flex;
  flex: 1 1 0;
  font-weight: bold;
  margin: 0 0.5rem;
}

.cmps-coaching-opportunity-action-group .cmps-coaching-opportunity-action-group--info cmps-icon {
  margin-right: 0.5rem;
}

.cmps-coaching-opportunity-action-group .cmps-coaching-opportunity-action-group--actions {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
}
.cmps-coaching-opportunity-action-group .cmps-coaching-opportunity-action-group--actions button {
  margin-right: 0.5rem;
}

.cmps-coaching-opportunity-item-action.cmps-coaching-opportunity-item-action--button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.cmps-coaching-opportunity-item-action.cmps-coaching-opportunity-item-action--anchor {
  color: #000;
  text-decoration: none;
}

.cmps-coaching-opportunity-item-action--button:focus:not(:focus-visible) {
  outline: none;
}

.cmps-coaching-opportunity-item {
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  font-size: 12px;
  padding: 0.25rem;
  width: 100%;
}

.cmps-coaching-opportunity-item.cmps-coaching-opportunity-item--active {
  background-color: #fff;
  border: 2px solid #1e60d4;
}

.cmps-coaching-opportunity-item .cmps-coaching-opportunity-item--label {
  margin-bottom: 0.3rem;
  text-align: center;
}

.cmps-coaching-opportunity-item .cmps-coaching-opportunity-item--scores {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.cmps-coaching-opportunity-item .cmps-coaching-opportunity-item--goal {
  border: 1px solid transparent;
  color: #fff;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  position: relative;
  width: 50px;
  /* stylelint-disable-next-line selector-max-compound-selectors */
}
.cmps-coaching-opportunity-item .cmps-coaching-opportunity-item--goal cmps-icon svg {
  fill: #fff;
}

.cmps-coaching-opportunity-item .cmps-coaching-opportunity-item--badge {
  border-radius: 8px;
  height: 1.1rem;
  line-height: 1;
  min-width: 1.1rem;
  padding: 0.18rem 0.25rem 0;
  position: absolute;
  right: -7px;
  top: -7px;
}

.cmps-coaching-opportunity-item .cmps-coaching-opportunity-item--target {
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  width: 50px;
}

/*# sourceMappingURL=uikit.css.map*/
@charset "UTF-8";.cmps-angle-down,.cmps-angle-up,.cmps-tdcf-report-manager-table i.cmps-angle,.cmps-tdcf-table i.cmps-angle{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:transform .4s linear}.cmps-angle-up{transform:rotate(180deg)}.cmps-angle-right{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.2rem;transform:rotate(-90deg);transition:transform .4s linear}@font-face{font-family:custom-font;font-style:normal;font-weight:400;src:url(../assets/custom-font.woff?bc71e415c2f86140d69c) format("woff"),url(../assets/custom-font.ttf?6ca6a2d651a3889448c4) format("truetype"),url(../assets/custom-font.svg?424c5262f269f3c947db#custom-font) format("svg")}[data-icon]:before{content:attr(data-icon)}[class*=" cmps-"]:before,[class^=cmps-]:before,[data-icon]:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:custom-font!important;font-style:normal!important;font-variant:normal!important;font-weight:400!important;line-height:1;text-transform:none!important}.cmps-angle-down:before,.cmps-tdcf-report-manager-table i.cmps-angle:before,.cmps-tdcf-table i.cmps-angle:before{content:""}.cmps-double:before{content:""}.cmps-down-arrow:before{content:""}.cmps-up-arrow:before{content:""}.cmps-education:before{content:""}.cmps-share:before{content:""}.cmps-lock:before{content:"n"}.cmps-checked:before{content:""}.cmps-close:before{content:""}.cmps-link:before{content:""}.cmps-calendar:before{content:""}.cmps-sliders:before{content:""}.cmps-publish:before{content:""}.cmps-trash:before{content:""}.cmps-gear:before{content:""}.cmps-envelope:before{content:""}.cmps-phone:before{content:""}.cmps-single:before{content:""}.cmps-observation-circular:before{content:""}.cmps-arrow-circle:before{content:""}.cmps-circle-chart:before{content:""}.cmps-observation:before{content:""}.cmps-commitment:before{content:""}.cmps-commitment-circular:before{content:""}.cmps-exclamation:before{content:""}.cmps-double-connected:before{content:""}.cmps-gears:before{content:""}.cmps-wrench:before{content:""}.cmps-cross:before{content:""}.cmps-circle-plus:before{content:""}.cmps-pencil:before{content:""}.cmps-curve-arrow:before{content:""}.cmps-file:before{content:""}.cmps-folder:before{content:""}.cmps-star:before,.view-options-container .star-hover-empty:hover:before,.view-options-container .star-hover-solid:before{content:""}.cmps-angle-up:before{content:""}.cmps-analytics-chart-graph:before{content:""}.cmps-link-external:before{content:""}.cmps-user-circle:before{content:""}.cmps-plus:before{content:""}.cmps-minus:before{content:""}.cmps-star-outline:before,.view-options-container .star-hover-empty:before,.view-options-container .star-hover-solid:hover:before{content:""}.cmps-refresh:before{content:""}.cmps-refresh-double:before{content:""}.cmps-global:before{content:""}.cmps-legend:before{content:""}.cmps-gear-outline:before{content:""}.cmps-circle-close:before{content:""}.cmps-warning:before{content:""}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#4885ed;--secondary:#fff;--success:#28a745;--info:#a9bcd0;--warning:#f3c766;--danger:#dc3545;--light:#f8f9fa;--dark:#373f47;--dander:#e3170a;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-nn:1366px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.75rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;text-decoration:underline dotted}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{-webkit-text-decoration-skip:objects;background-color:transparent;color:#4885ed;text-decoration:none}a:hover{color:#155bd4;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:0;padding-top:0;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.cmps-stack-rank .results,.cmps-widget-coaching-insight .category-header .path,.cmps-widget-performance-insight .category-header .path,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:#000;font-family:inherit;font-weight:700;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:1.75rem}.h2,h2{font-size:1.35rem}.h3,h3{font-size:1.15rem}.h4,h4{font-size:1.05rem}.h5,h5{font-size:.95rem}.cmps-stack-rank .results,.cmps-widget-coaching-insight .category-header .path,.cmps-widget-performance-insight .category-header .path,.h6,h6{font-size:.85rem}.lead{font-size:.9375rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:80%;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:.9375rem;margin-bottom:1rem}.blockquote-footer{color:#6c757d;display:block;font-size:80%}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:90%}code{color:#e83e8c;font-size:87.5%;word-break:break-word}a>code{color:inherit}kbd{background-color:#212529;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#212529;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-nn,.col-nn-1,.col-nn-2,.col-nn-3,.col-nn-4,.col-nn-5,.col-nn-6,.col-nn-7,.col-nn-8,.col-nn-9,.col-nn-10,.col-nn-11,.col-nn-12,.col-nn-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{min-height:1px;padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;max-width:none;width:auto}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;max-width:none;width:auto}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;max-width:none;width:auto}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;max-width:none;width:auto}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;max-width:none;width:auto}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}@media (min-width:1366px){.col-nn{flex-basis:0;flex-grow:1;max-width:100%}.col-nn-auto{flex:0 0 auto;max-width:none;width:auto}.col-nn-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-nn-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-nn-3{flex:0 0 25%;max-width:25%}.col-nn-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-nn-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-nn-6{flex:0 0 50%;max-width:50%}.col-nn-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-nn-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-nn-9{flex:0 0 75%;max-width:75%}.col-nn-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-nn-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-nn-12{flex:0 0 100%;max-width:100%}.order-nn-first{order:-1}.order-nn-last{order:13}.order-nn-0{order:0}.order-nn-1{order:1}.order-nn-2{order:2}.order-nn-3{order:3}.order-nn-4{order:4}.order-nn-5{order:5}.order-nn-6{order:6}.order-nn-7{order:7}.order-nn-8{order:8}.order-nn-9{order:9}.order-nn-10{order:10}.order-nn-11{order:11}.order-nn-12{order:12}.offset-nn-0{margin-left:0}.offset-nn-1{margin-left:8.3333333333%}.offset-nn-2{margin-left:16.6666666667%}.offset-nn-3{margin-left:25%}.offset-nn-4{margin-left:33.3333333333%}.offset-nn-5{margin-left:41.6666666667%}.offset-nn-6{margin-left:50%}.offset-nn-7{margin-left:58.3333333333%}.offset-nn-8{margin-left:66.6666666667%}.offset-nn-9{margin-left:75%}.offset-nn-10{margin-left:83.3333333333%}.offset-nn-11{margin-left:91.6666666667%}}.table{background-color:transparent;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #a9a9a9;padding:0;vertical-align:top}.table thead th{border-bottom:2px solid #a9a9a9;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #a9a9a9}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered-no-cells,.table-bordered-no-cells td,.table-bordered-no-cells th,.table-bordered td,.table-bordered th{border:1px solid #a9a9a9}.table-bordered-no-cells thead td,.table-bordered-no-cells thead th,.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(2n){background-color:#fff}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#ccddfa}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b5cef8}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#fff}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#f2f2f2}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#e7ecf2}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#d6dfe9}.table-warning,.table-warning>td,.table-warning>th{background-color:#fcefd4}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#fae6bc}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c7c9cb}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#babcbf}.table-dander,.table-dander>td,.table-dander>th{background-color:#f7beba}.table-hover .table-dander:hover,.table-hover .table-dander:hover>td,.table-hover .table-dander:hover>th{background-color:#f4a8a3}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#212529;border-color:#32383e;color:#fff}.table .tfoot-light th,.table .thead-light th{background-color:#dee5ec;border-color:#a9a9a9;color:#373f47}.table-dark{background-color:#212529;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered,.table-dark.table-bordered-no-cells{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered,.table-responsive-sm>.table-bordered-no-cells{border:0}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered,.table-responsive-md>.table-bordered-no-cells{border:0}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered,.table-responsive-lg>.table-bordered-no-cells{border:0}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered,.table-responsive-xl>.table-bordered-no-cells{border:0}}@media (max-width:1365.98px){.table-responsive-nn{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive-nn>.table-bordered,.table-responsive-nn>.table-bordered-no-cells{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered,.table-responsive>.table-bordered-no-cells{border:0}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:0;color:#373f47;display:block;font-size:.75rem;height:calc(2.525rem + 2px);line-height:1.5;padding:.7rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media screen and (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#4885ed;color:#373f47;outline:0}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{background-color:#fff;color:#373f47}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.7rem + 1px);padding-top:calc(.7rem + 1px)}.col-form-label-lg{font-size:.85rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.65625rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#212529;display:block;line-height:1.5;margin-bottom:0;padding-bottom:.7rem;padding-top:.7rem;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{font-size:.65625rem;height:calc(1.48438rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{font-size:.85rem;height:calc(2.275rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(40,167,69,.9);color:#fff;display:none;font-size:.65625rem;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label:after,.was-validated .custom-file-input:valid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{color:#f3c766;display:none;font-size:80%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:hsla(41,85%,68%,.9);color:#212529;display:none;font-size:.65625rem;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#f3c766}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#f3c766;box-shadow:0 0 0 .2rem hsla(41,85%,68%,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#f3c766}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#f3c766}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{background-color:#fcf2dc}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#f7d895}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem hsla(41,85%,68%,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#f3c766}.custom-file-input.is-invalid~.custom-file-label:after,.was-validated .custom-file-input:invalid~.custom-file-label:after{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem hsla(41,85%,68%,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn,.cmps-profile-picture-change .btn-banner,button.cmps-btn-table{border:1px solid transparent;border-radius:0;display:inline-block;font-size:.75rem;font-weight:400;line-height:1.5;padding:.7rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}@media screen and (prefers-reduced-motion:reduce){.btn,.cmps-profile-picture-change .btn-banner,button.cmps-btn-table{transition:none}}.btn:focus,.btn:hover,.cmps-profile-picture-change .btn-banner:focus,.cmps-profile-picture-change .btn-banner:hover,button.cmps-btn-table:focus,button.cmps-btn-table:hover{text-decoration:none}.btn.focus,.btn:focus,.cmps-profile-picture-change .btn-banner:focus,.cmps-profile-picture-change .focus.btn-banner,button.cmps-btn-table:focus,button.focus.cmps-btn-table{box-shadow:0 0 0 .2rem rgba(72,133,237,.25);outline:0}.btn.disabled,.btn:disabled,.cmps-profile-picture-change .btn-banner:disabled,.cmps-profile-picture-change .disabled.btn-banner,button.cmps-btn-table:disabled,button.disabled.cmps-btn-table{opacity:.65}.btn:not(:disabled):not(.disabled),.cmps-profile-picture-change .btn-banner:not(:disabled):not(.disabled),button.cmps-btn-table:not(:disabled):not(.disabled){cursor:pointer}.cmps-profile-picture-change a.disabled.btn-banner,.cmps-profile-picture-change fieldset:disabled a.btn-banner,a.btn.disabled,fieldset:disabled .cmps-profile-picture-change a.btn-banner,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#4885ed;border-color:#4885ed;color:#fff}.btn-primary:hover{background-color:#256eea;border-color:#1a66e8;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(72,133,237,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#4885ed;border-color:#4885ed;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#1a66e8;border-color:#1660df;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,133,237,.5)}.btn-secondary{background-color:#fff;border-color:#fff;color:#212529}.btn-secondary:hover{background-color:#ececec;border-color:#e6e6e6;color:#212529}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#fff;border-color:#fff;color:#212529}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#e6e6e6;border-color:#dfdfdf;color:#212529}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{background-color:#a9bcd0;border-color:#a9bcd0;color:#212529}.btn-info:hover{background-color:#90a9c2;border-color:#88a2be;color:#212529}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(169,188,208,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#a9bcd0;border-color:#a9bcd0;color:#212529}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#88a2be;border-color:#809cb9;color:#212529}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,188,208,.5)}.btn-warning{background-color:#f3c766;border-color:#f3c766;color:#212529}.btn-warning:hover{background-color:#f0ba43;border-color:#efb637;color:#212529}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem hsla(41,85%,68%,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#f3c766;border-color:#f3c766;color:#212529}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#efb637;border-color:#eeb12b;color:#212529}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(41,85%,68%,.5)}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{background-color:#373f47;border-color:#373f47;color:#fff}.btn-dark:hover{background-color:#262c31;border-color:#21262a;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(55,63,71,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#373f47;border-color:#373f47;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#21262a;border-color:#1b1f23;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(55,63,71,.5)}.btn-dander{background-color:#e3170a;border-color:#e3170a;color:#fff}.btn-dander:hover{background-color:#be1308;border-color:#b21208;color:#fff}.btn-dander.focus,.btn-dander:focus{box-shadow:0 0 0 .2rem rgba(227,23,10,.5)}.btn-dander.disabled,.btn-dander:disabled{background-color:#e3170a;border-color:#e3170a;color:#fff}.btn-dander:not(:disabled):not(.disabled).active,.btn-dander:not(:disabled):not(.disabled):active,.show>.btn-dander.dropdown-toggle{background-color:#b21208;border-color:#a61107;color:#fff}.btn-dander:not(:disabled):not(.disabled).active:focus,.btn-dander:not(:disabled):not(.disabled):active:focus,.show>.btn-dander.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(227,23,10,.5)}.btn-outline-primary{background-color:transparent;background-image:none;border-color:#4885ed;color:#4885ed}.btn-outline-primary:hover{background-color:#4885ed;border-color:#4885ed;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(72,133,237,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#4885ed}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#4885ed;border-color:#4885ed;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,133,237,.5)}.btn-outline-secondary{background-color:transparent;background-image:none;border-color:#fff;color:#fff}.btn-outline-secondary:hover{background-color:#fff;border-color:#fff;color:#212529}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#fff;border-color:#fff;color:#212529}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,0%,100%,.5)}.btn-outline-success{background-color:transparent;background-image:none;border-color:#28a745;color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{background-color:transparent;background-image:none;border-color:#a9bcd0;color:#a9bcd0}.btn-outline-info:hover{background-color:#a9bcd0;border-color:#a9bcd0;color:#212529}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(169,188,208,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#a9bcd0}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#a9bcd0;border-color:#a9bcd0;color:#212529}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,188,208,.5)}.btn-outline-warning{background-color:transparent;background-image:none;border-color:#f3c766;color:#f3c766}.btn-outline-warning:hover{background-color:#f3c766;border-color:#f3c766;color:#212529}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem hsla(41,85%,68%,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#f3c766}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#f3c766;border-color:#f3c766;color:#212529}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(41,85%,68%,.5)}.btn-outline-danger{background-color:transparent;background-image:none;border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{background-color:transparent;background-image:none;border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{background-color:transparent;background-image:none;border-color:#373f47;color:#373f47}.btn-outline-dark:hover{background-color:#373f47;border-color:#373f47;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(55,63,71,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#373f47}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#373f47;border-color:#373f47;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(55,63,71,.5)}.btn-outline-dander{background-color:transparent;background-image:none;border-color:#e3170a;color:#e3170a}.btn-outline-dander:hover{background-color:#e3170a;border-color:#e3170a;color:#fff}.btn-outline-dander.focus,.btn-outline-dander:focus{box-shadow:0 0 0 .2rem rgba(227,23,10,.5)}.btn-outline-dander.disabled,.btn-outline-dander:disabled{background-color:transparent;color:#e3170a}.btn-outline-dander:not(:disabled):not(.disabled).active,.btn-outline-dander:not(:disabled):not(.disabled):active,.show>.btn-outline-dander.dropdown-toggle{background-color:#e3170a;border-color:#e3170a;color:#fff}.btn-outline-dander:not(:disabled):not(.disabled).active:focus,.btn-outline-dander:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dander.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(227,23,10,.5)}.btn-link{background-color:transparent;color:#4885ed;font-weight:400}.btn-link:hover{background-color:transparent;color:#155bd4}.btn-link.focus,.btn-link:focus,.btn-link:hover{border-color:transparent;text-decoration:underline}.btn-link.focus,.btn-link:focus{box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-group-lg>button.cmps-btn-table,.btn-lg,.cmps-profile-picture-change .btn-group-lg>.btn-banner{border-radius:0;font-size:.85rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-group-sm>button.cmps-btn-table,.btn-sm,.cmps-profile-picture-change .btn-group-sm>.btn-banner{border-radius:0;font-size:.65625rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#212529;display:none;float:left;font-size:.75rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-right{left:auto;right:0}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;height:0;margin-left:.255em;vertical-align:.255em;width:0}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;height:0;margin-right:.255em;vertical-align:.255em;width:0}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#f8f9fa;color:#16181b;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#4885ed;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#6c757d}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.65625rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1.5rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group-vertical>button.cmps-btn-table,.btn-group>.btn,.btn-group>button.cmps-btn-table,.cmps-profile-picture-change .btn-group-vertical>.btn-banner,.cmps-profile-picture-change .btn-group>.btn-banner{flex:0 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group-vertical>button.active.cmps-btn-table,.btn-group-vertical>button.cmps-btn-table:active,.btn-group-vertical>button.cmps-btn-table:focus,.btn-group-vertical>button.cmps-btn-table:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.btn-group>button.active.cmps-btn-table,.btn-group>button.cmps-btn-table:active,.btn-group>button.cmps-btn-table:focus,.btn-group>button.cmps-btn-table:hover,.cmps-profile-picture-change .btn-group-vertical>.active.btn-banner,.cmps-profile-picture-change .btn-group-vertical>.btn-banner:active,.cmps-profile-picture-change .btn-group-vertical>.btn-banner:focus,.cmps-profile-picture-change .btn-group-vertical>.btn-banner:hover,.cmps-profile-picture-change .btn-group>.active.btn-banner,.cmps-profile-picture-change .btn-group>.btn-banner:active,.cmps-profile-picture-change .btn-group>.btn-banner:focus,.cmps-profile-picture-change .btn-group>.btn-banner:hover{z-index:1}.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn+button.cmps-btn-table,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group-vertical .btn-group+button.cmps-btn-table,.btn-group-vertical .cmps-profile-picture-change .btn+.btn-banner,.btn-group-vertical .cmps-profile-picture-change .btn-banner+.btn,.btn-group-vertical .cmps-profile-picture-change .btn-banner+.btn-banner,.btn-group-vertical .cmps-profile-picture-change .btn-banner+.btn-group,.btn-group-vertical .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.btn-group-vertical .cmps-profile-picture-change .btn-group+.btn-banner,.btn-group-vertical .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.btn-group-vertical button.cmps-btn-table+.btn,.btn-group-vertical button.cmps-btn-table+.btn-group,.btn-group-vertical button.cmps-btn-table+button.cmps-btn-table,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn+button.cmps-btn-table,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .btn-group+button.cmps-btn-table,.btn-group .cmps-profile-picture-change .btn+.btn-banner,.btn-group .cmps-profile-picture-change .btn-banner+.btn,.btn-group .cmps-profile-picture-change .btn-banner+.btn-banner,.btn-group .cmps-profile-picture-change .btn-banner+.btn-group,.btn-group .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.btn-group .cmps-profile-picture-change .btn-group+.btn-banner,.btn-group .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.btn-group button.cmps-btn-table+.btn,.btn-group button.cmps-btn-table+.btn-group,.btn-group button.cmps-btn-table+button.cmps-btn-table,.cmps-profile-picture-change .btn-group-vertical .btn+.btn-banner,.cmps-profile-picture-change .btn-group-vertical .btn-banner+.btn,.cmps-profile-picture-change .btn-group-vertical .btn-banner+.btn-banner,.cmps-profile-picture-change .btn-group-vertical .btn-banner+.btn-group,.cmps-profile-picture-change .btn-group-vertical .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .btn-group-vertical .btn-group+.btn-banner,.cmps-profile-picture-change .btn-group-vertical button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .btn-group .btn+.btn-banner,.cmps-profile-picture-change .btn-group .btn-banner+.btn,.cmps-profile-picture-change .btn-group .btn-banner+.btn-banner,.cmps-profile-picture-change .btn-group .btn-banner+.btn-group,.cmps-profile-picture-change .btn-group .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .btn-group .btn-group+.btn-banner,.cmps-profile-picture-change .btn-group button.cmps-btn-table+.btn-banner{margin-left:-1px}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child,.btn-group>button.cmps-btn-table:first-child,.cmps-profile-picture-change .btn-group>.btn-banner:first-child{margin-left:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-group-sm>button.cmps-btn-table+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.cmps-profile-picture-change .btn-group-sm>.btn-banner+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-group-lg>button.cmps-btn-table+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.cmps-profile-picture-change .btn-group-lg>.btn-banner+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group,.btn-group-vertical .cmps-profile-picture-change .btn-banner,.btn-group-vertical button.cmps-btn-table,.cmps-profile-picture-change .btn-group-vertical .btn-banner{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn+button.cmps-btn-table,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group,.btn-group-vertical>.btn-group+button.cmps-btn-table,.btn-group-vertical>button.cmps-btn-table+.btn,.btn-group-vertical>button.cmps-btn-table+.btn-group,.btn-group-vertical>button.cmps-btn-table+button.cmps-btn-table,.cmps-profile-picture-change .btn-group-vertical>.btn+.btn-banner,.cmps-profile-picture-change .btn-group-vertical>.btn-banner+.btn,.cmps-profile-picture-change .btn-group-vertical>.btn-banner+.btn-banner,.cmps-profile-picture-change .btn-group-vertical>.btn-banner+.btn-group,.cmps-profile-picture-change .btn-group-vertical>.btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .btn-group-vertical>.btn-group+.btn-banner,.cmps-profile-picture-change .btn-group-vertical>button.cmps-btn-table+.btn-banner{margin-left:0;margin-top:-1px}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn,.btn-group-toggle>.btn-group>button.cmps-btn-table,.btn-group-toggle>button.cmps-btn-table,.cmps-profile-picture-change .btn-group-toggle>.btn-banner,.cmps-profile-picture-change .btn-group-toggle>.btn-group>.btn-banner{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>button.cmps-btn-table input[type=checkbox],.btn-group-toggle>button.cmps-btn-table input[type=radio],.cmps-profile-picture-change .btn-group-toggle>.btn-banner input[type=checkbox],.cmps-profile-picture-change .btn-group-toggle>.btn-banner input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-file{align-items:center;display:flex}.input-group-append,.input-group-prepend{display:flex}.cmps-profile-picture-change .input-group-append .btn-banner,.cmps-profile-picture-change .input-group-prepend .btn-banner,.input-group-append .btn,.input-group-append .cmps-profile-picture-change .btn-banner,.input-group-append button.cmps-btn-table,.input-group-prepend .btn,.input-group-prepend .cmps-profile-picture-change .btn-banner,.input-group-prepend button.cmps-btn-table{position:relative;z-index:2}.cmps-profile-picture-change .input-group-append .btn+.btn-banner,.cmps-profile-picture-change .input-group-append .btn-banner+.btn,.cmps-profile-picture-change .input-group-append .btn-banner+.btn-banner,.cmps-profile-picture-change .input-group-append .btn-banner+.input-group-text,.cmps-profile-picture-change .input-group-append .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .input-group-append .input-group-text+.btn-banner,.cmps-profile-picture-change .input-group-append button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .input-group-prepend .btn+.btn-banner,.cmps-profile-picture-change .input-group-prepend .btn-banner+.btn,.cmps-profile-picture-change .input-group-prepend .btn-banner+.btn-banner,.cmps-profile-picture-change .input-group-prepend .btn-banner+.input-group-text,.cmps-profile-picture-change .input-group-prepend .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .input-group-prepend .input-group-text+.btn-banner,.cmps-profile-picture-change .input-group-prepend button.cmps-btn-table+.btn-banner,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .btn+button.cmps-btn-table,.input-group-append .cmps-profile-picture-change .btn+.btn-banner,.input-group-append .cmps-profile-picture-change .btn-banner+.btn,.input-group-append .cmps-profile-picture-change .btn-banner+.btn-banner,.input-group-append .cmps-profile-picture-change .btn-banner+.input-group-text,.input-group-append .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.input-group-append .cmps-profile-picture-change .input-group-text+.btn-banner,.input-group-append .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+button.cmps-btn-table,.input-group-append button.cmps-btn-table+.btn,.input-group-append button.cmps-btn-table+.input-group-text,.input-group-append button.cmps-btn-table+button.cmps-btn-table,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .btn+button.cmps-btn-table,.input-group-prepend .cmps-profile-picture-change .btn+.btn-banner,.input-group-prepend .cmps-profile-picture-change .btn-banner+.btn,.input-group-prepend .cmps-profile-picture-change .btn-banner+.btn-banner,.input-group-prepend .cmps-profile-picture-change .btn-banner+.input-group-text,.input-group-prepend .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.input-group-prepend .cmps-profile-picture-change .input-group-text+.btn-banner,.input-group-prepend .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+button.cmps-btn-table,.input-group-prepend button.cmps-btn-table+.btn,.input-group-prepend button.cmps-btn-table+.input-group-text,.input-group-prepend button.cmps-btn-table+button.cmps-btn-table{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;color:#373f47;display:flex;font-size:.75rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.7rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.cmps-profile-picture-change .input-group-lg>.input-group-append>.btn-banner,.cmps-profile-picture-change .input-group-lg>.input-group-prepend>.btn-banner,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-append>button.cmps-btn-table,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-prepend>button.cmps-btn-table{font-size:.85rem;height:calc(2.275rem + 2px);line-height:1.5;padding:.5rem 1rem}.cmps-profile-picture-change .input-group-sm>.input-group-append>.btn-banner,.cmps-profile-picture-change .input-group-sm>.input-group-prepend>.btn-banner,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-append>button.cmps-btn-table,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-prepend>button.cmps-btn-table{font-size:.65625rem;height:calc(1.48438rem + 2px);line-height:1.5;padding:.25rem .5rem}.custom-control{display:block;min-height:1.125rem;padding-left:1.5rem;position:relative}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{opacity:0;position:absolute;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#4885ed;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(72,133,237,.25)}.custom-control-input:active~.custom-control-label:before{background-color:#ebf1fd;color:#fff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative}.custom-control-label:before{background-color:#dee2e6;pointer-events:none;-ms-user-select:none;user-select:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.0625rem;width:1rem}.custom-control-label:after{background-position:50%;background-repeat:no-repeat;background-size:50% 50%}.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#4885ed}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#4885ed}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3E%3Cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(72,133,237,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(72,133,237,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#4885ed}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(72,133,237,.5)}.custom-select{appearance:none;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:0;color:#373f47;display:inline-block;height:calc(2.525rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#4885ed;box-shadow:0 0 0 .2rem rgba(72,133,237,.5);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#373f47}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#e9ecef;color:#6c757d}.custom-select::-ms-expand{opacity:0}.custom-select-sm{font-size:75%;height:calc(1.48438rem + 2px)}.custom-select-lg,.custom-select-sm{padding-bottom:.375rem;padding-top:.375rem}.custom-select-lg{font-size:125%;height:calc(2.275rem + 2px)}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(2.525rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#4885ed;box-shadow:0 0 0 .2rem rgba(72,133,237,.25)}.custom-file-input:focus~.custom-file-label:after{border-color:#4885ed}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-label{background-color:#fff;border:1px solid #ced4da;height:calc(2.525rem + 2px);left:0;z-index:1}.custom-file-label,.custom-file-label:after{color:#373f47;line-height:1.5;padding:.7rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e9ecef;border-left:1px solid #ced4da;bottom:0;content:"Browse";display:block;height:2.525rem;z-index:3}.custom-range{appearance:none;background-color:transparent;padding-left:0;width:100%}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(72,133,237,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(72,133,237,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(72,133,237,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{appearance:none;background-color:#4885ed;border:0;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#ebf1fd}.custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{appearance:none;background-color:#4885ed;border:0;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#ebf1fd}.custom-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#4885ed;border:0;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#ebf1fd}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower{background-color:#dee2e6}.custom-range::-ms-fill-upper{background-color:#dee2e6;margin-right:15px}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #4885ed}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #4885ed}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#4885ed;border-color:#4885ed;color:#fff}.nav-tabs .dropdown-menu{margin-top:-1px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#4885ed;color:#fff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:0 1rem;position:relative}.navbar,.navbar>.container,.navbar>.container-fluid{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:.85rem;line-height:inherit;margin-right:1rem;padding-bottom:.425rem;padding-top:.425rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%}.navbar-toggler{background-color:transparent;border:1px solid transparent;font-size:.85rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{background:no-repeat 50%;background-size:100% 100%;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (max-width:1365.98px){.navbar-expand-nn>.container,.navbar-expand-nn>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1366px){.navbar-expand-nn{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-nn .navbar-nav{flex-direction:row}.navbar-expand-nn .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-nn .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-nn>.container,.navbar-expand-nn>.container-fluid{flex-wrap:nowrap}.navbar-expand-nn .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-nn .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#fff}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:#fff}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27%23fff%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E")}.navbar-dark .navbar-text,.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:transparent;border:1px solid #aabcd0;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(190,204,217,.5);border-bottom:1px solid #aabcd0;margin-bottom:0;padding:.75rem 1.25rem}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{background-color:rgba(190,204,217,.5);border-top:1px solid #aabcd0;padding:.75rem 1.25rem}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.breadcrumb{background-color:#e9ecef;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";display:inline-block;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#4885ed;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#155bd4;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem rgba(72,133,237,.25);outline:0;z-index:2}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0}.page-item.active .page-link{background-color:#4885ed;border-color:#4885ed;color:#fff;z-index:1}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:.85rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-sm .page-link{font-size:.65625rem;line-height:1.5;padding:.25rem .5rem}.badge{display:inline-block;font-size:50%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;vertical-align:baseline;white-space:nowrap}.badge:empty{display:none}.btn .badge,.cmps-profile-picture-change .btn-banner .badge,button.cmps-btn-table .badge{position:relative;top:-1px}.badge-pill{padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#4885ed;color:#fff}.badge-primary[href]:focus,.badge-primary[href]:hover{background-color:#1a66e8;color:#fff;text-decoration:none}.badge-secondary{background-color:#fff;color:#212529}.badge-secondary[href]:focus,.badge-secondary[href]:hover{background-color:#e6e6e6;color:#212529;text-decoration:none}.badge-success{background-color:#28a745;color:#fff}.badge-success[href]:focus,.badge-success[href]:hover{background-color:#1e7e34;color:#fff;text-decoration:none}.badge-info{background-color:#a9bcd0;color:#212529}.badge-info[href]:focus,.badge-info[href]:hover{background-color:#88a2be;color:#212529;text-decoration:none}.badge-warning{background-color:#f3c766;color:#212529}.badge-warning[href]:focus,.badge-warning[href]:hover{background-color:#efb637;color:#212529;text-decoration:none}.badge-danger{background-color:#dc3545;color:#fff}.badge-danger[href]:focus,.badge-danger[href]:hover{background-color:#bd2130;color:#fff;text-decoration:none}.badge-light{background-color:#f8f9fa;color:#212529}.badge-light[href]:focus,.badge-light[href]:hover{background-color:#dae0e5;color:#212529;text-decoration:none}.badge-dark{background-color:#373f47;color:#fff}.badge-dark[href]:focus,.badge-dark[href]:hover{background-color:#21262a;color:#fff;text-decoration:none}.badge-dander{background-color:#e3170a;color:#fff}.badge-dander[href]:focus,.badge-dander[href]:hover{background-color:#b21208;color:#fff;text-decoration:none}.jumbotron{background-color:#e9ecef;margin-bottom:1rem;padding:1rem .5rem}@media (min-width:576px){.jumbotron{padding:2rem 1rem}}.jumbotron-fluid{padding-left:0;padding-right:0}.alert{border:1px solid transparent;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0}.alert-primary{background-color:#dae7fb;border-color:#ccddfa;color:#25457b}.alert-primary hr{border-top-color:#b5cef8}.alert-primary .alert-link{color:#192f54}.alert-secondary{color:#858585}.alert-secondary .alert-link{color:#6c6c6c}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{background-color:#eef2f6;border-color:#e7ecf2;color:#58626c}.alert-info hr{border-top-color:#d6dfe9}.alert-info .alert-link{color:#414950}.alert-warning{background-color:#fdf4e0;border-color:#fcefd4;color:#7e6735}.alert-warning hr{border-top-color:#fae6bc}.alert-warning .alert-link{color:#5a4a26}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{background-color:#d7d9da;border-color:#c7c9cb;color:#1d2125}.alert-dark hr{border-top-color:#babcbf}.alert-dark .alert-link{color:#070808}.alert-dander{background-color:#f9d1ce;border-color:#f7beba;color:#760c05}.alert-dander hr{border-top-color:#f4a8a3}.alert-dander .alert-link{color:#450703}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#e9ecef;display:flex;font-size:.5625rem;height:1rem;overflow:hidden}.progress-bar{background-color:#4885ed;color:#fff;display:flex;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media screen and (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none}.list-group-item-action:active{background-color:#e9ecef;color:#212529}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;margin-bottom:-1px;padding:.75rem 1.25rem;position:relative}.list-group-item:last-child{margin-bottom:0}.list-group-item:focus,.list-group-item:hover{text-decoration:none;z-index:1}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d}.list-group-item.active{background-color:#4885ed;border-color:#4885ed;color:#fff;z-index:2}.list-group-flush .list-group-item{border-left:0;border-right:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{background-color:#ccddfa;color:#25457b}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#b5cef8;color:#25457b}.list-group-item-primary.list-group-item-action.active{background-color:#25457b;border-color:#25457b;color:#fff}.list-group-item-secondary{background-color:#fff;color:#858585}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#f2f2f2;color:#858585}.list-group-item-secondary.list-group-item-action.active{background-color:#858585;border-color:#858585;color:#fff}.list-group-item-success{background-color:#c3e6cb;color:#155724}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.list-group-item-info{background-color:#e7ecf2;color:#58626c}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#d6dfe9;color:#58626c}.list-group-item-info.list-group-item-action.active{background-color:#58626c;border-color:#58626c;color:#fff}.list-group-item-warning{background-color:#fcefd4;color:#7e6735}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#fae6bc;color:#7e6735}.list-group-item-warning.list-group-item-action.active{background-color:#7e6735;border-color:#7e6735;color:#fff}.list-group-item-danger{background-color:#f5c6cb;color:#721c24}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#f1b0b7;color:#721c24}.list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24;color:#fff}.list-group-item-light{background-color:#fdfdfe;color:#818182}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#ececf6;color:#818182}.list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.list-group-item-dark{background-color:#c7c9cb;color:#1d2125}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#babcbf;color:#1d2125}.list-group-item-dark.list-group-item-action.active{background-color:#1d2125;border-color:#1d2125;color:#fff}.list-group-item-dander{background-color:#f7beba;color:#760c05}.list-group-item-dander.list-group-item-action:focus,.list-group-item-dander.list-group-item-action:hover{background-color:#f4a8a3;color:#760c05}.list-group-item-dander.list-group-item-action.active{background-color:#760c05;border-color:#760c05;color:#fff}.close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{color:#000;opacity:.75;text-decoration:none}button.close{-webkit-appearance:none;background-color:transparent;border:0;padding:0}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{bottom:0;display:none;left:0;outline:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-25%);transition:transform .3s ease-out}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:translate(0)}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem)}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;padding:1rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{word-wrap:break-word;display:block;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.65625rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#000;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.65625rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:after,.bs-popover-top .arrow:before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow:before,.bs-popover-top .arrow:before{border-top-color:rgba(0,0,0,.25);bottom:0}.bs-popover-auto[x-placement^=top] .arrow:after,.bs-popover-top .arrow:after{border-top-color:#fff;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{height:1rem;left:calc(-.5rem + -1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:after,.bs-popover-right .arrow:before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow:before,.bs-popover-right .arrow:before{border-right-color:rgba(0,0,0,.25);left:0}.bs-popover-auto[x-placement^=right] .arrow:after,.bs-popover-right .arrow:after{border-right-color:#fff;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:after,.bs-popover-bottom .arrow:before{border-width:0 .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow:before,.bs-popover-bottom .arrow:before{border-bottom-color:rgba(0,0,0,.25);top:0}.bs-popover-auto[x-placement^=bottom] .arrow:after,.bs-popover-bottom .arrow:after{border-bottom-color:#fff;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem + -1px);width:.5rem}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:after,.bs-popover-left .arrow:before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow:before,.bs-popover-left .arrow:before{border-left-color:rgba(0,0,0,.25);right:0}.bs-popover-auto[x-placement^=left] .arrow:after,.bs-popover-left .arrow:after{border-left-color:#fff;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;color:#000;font-size:.75rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#212529;padding:.5rem .75rem}.carousel{position:relative}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-item{align-items:center;backface-visibility:hidden;display:none;perspective:1000px;position:relative;width:100%}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;transition:transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateZ(0)}}.active.carousel-item-right,.carousel-item-next{transform:translateX(100%)}@supports (transform-style:preserve-3d){.active.carousel-item-right,.carousel-item-next{transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{transform:translateX(-100%)}@supports (transform-style:preserve-3d){.active.carousel-item-left,.carousel-item-prev{transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{transform:translateZ(0)}}.carousel-control-next,.carousel-control-prev{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;position:absolute;text-align:center;top:0;width:15%}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:transparent no-repeat 50%;background-size:100% 100%;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3E%3C/svg%3E")}.carousel-indicators{bottom:10px;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-color:hsla(0,0%,100%,.5);cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;position:relative;text-indent:-999px;width:30px}.carousel-indicators li:before{top:-10px}.carousel-indicators li:after,.carousel-indicators li:before{content:"";display:inline-block;height:10px;left:0;position:absolute;width:100%}.carousel-indicators li:after{bottom:-10px}.carousel-indicators .active{background-color:#fff}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#4885ed!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#1a66e8!important}.bg-secondary{background-color:#fff!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#e6e6e6!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#a9bcd0!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#88a2be!important}.bg-warning{background-color:#f3c766!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#efb637!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#373f47!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#21262a!important}.bg-dander{background-color:#e3170a!important}a.bg-dander:focus,a.bg-dander:hover,button.bg-dander:focus,button.bg-dander:hover{background-color:#b21208!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#4885ed!important}.border-secondary{border-color:#fff!important}.border-success{border-color:#28a745!important}.border-info{border-color:#a9bcd0!important}.border-warning{border-color:#f3c766!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#373f47!important}.border-dander{border-color:#e3170a!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media (min-width:1366px){.d-nn-none{display:none!important}.d-nn-inline{display:inline!important}.d-nn-inline-block{display:inline-block!important}.d-nn-block{display:block!important}.d-nn-table{display:table!important}.d-nn-table-row{display:table-row!important}.d-nn-table-cell{display:table-cell!important}.d-nn-flex{display:flex!important}.d-nn-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}@media (min-width:1366px){.flex-nn-row{flex-direction:row!important}.flex-nn-column{flex-direction:column!important}.flex-nn-row-reverse{flex-direction:row-reverse!important}.flex-nn-column-reverse{flex-direction:column-reverse!important}.flex-nn-wrap{flex-wrap:wrap!important}.flex-nn-nowrap{flex-wrap:nowrap!important}.flex-nn-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-nn-fill{flex:1 1 auto!important}.flex-nn-grow-0{flex-grow:0!important}.flex-nn-grow-1{flex-grow:1!important}.flex-nn-shrink-0{flex-shrink:0!important}.flex-nn-shrink-1{flex-shrink:1!important}.justify-content-nn-start{justify-content:flex-start!important}.justify-content-nn-end{justify-content:flex-end!important}.justify-content-nn-center{justify-content:center!important}.justify-content-nn-between{justify-content:space-between!important}.justify-content-nn-around{justify-content:space-around!important}.align-items-nn-start{align-items:flex-start!important}.align-items-nn-end{align-items:flex-end!important}.align-items-nn-center{align-items:center!important}.align-items-nn-baseline{align-items:baseline!important}.align-items-nn-stretch{align-items:stretch!important}.align-content-nn-start{align-content:flex-start!important}.align-content-nn-end{align-content:flex-end!important}.align-content-nn-center{align-content:center!important}.align-content-nn-between{align-content:space-between!important}.align-content-nn-around{align-content:space-around!important}.align-content-nn-stretch{align-content:stretch!important}.align-self-nn-auto{align-self:auto!important}.align-self-nn-start{align-self:flex-start!important}.align-self-nn-end{align-self:flex-end!important}.align-self-nn-center{align-self:center!important}.align-self-nn-baseline{align-self:baseline!important}.align-self-nn-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}@media (min-width:1366px){.float-nn-left{float:left!important}.float-nn-right{float:right!important}.float-nn-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{left:0;position:fixed;right:0;top:0;z-index:1030}.fixed-bottom,cmps-object-explorer-table .oe-alert{bottom:0;left:0;position:fixed;right:0;z-index:1030}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}@media (min-width:1366px){.m-nn-0{margin:0!important}.mt-nn-0,.my-nn-0{margin-top:0!important}.mr-nn-0,.mx-nn-0{margin-right:0!important}.mb-nn-0,.my-nn-0{margin-bottom:0!important}.ml-nn-0,.mx-nn-0{margin-left:0!important}.m-nn-1{margin:.25rem!important}.mt-nn-1,.my-nn-1{margin-top:.25rem!important}.mr-nn-1,.mx-nn-1{margin-right:.25rem!important}.mb-nn-1,.my-nn-1{margin-bottom:.25rem!important}.ml-nn-1,.mx-nn-1{margin-left:.25rem!important}.m-nn-2{margin:.5rem!important}.mt-nn-2,.my-nn-2{margin-top:.5rem!important}.mr-nn-2,.mx-nn-2{margin-right:.5rem!important}.mb-nn-2,.my-nn-2{margin-bottom:.5rem!important}.ml-nn-2,.mx-nn-2{margin-left:.5rem!important}.m-nn-3{margin:1rem!important}.mt-nn-3,.my-nn-3{margin-top:1rem!important}.mr-nn-3,.mx-nn-3{margin-right:1rem!important}.mb-nn-3,.my-nn-3{margin-bottom:1rem!important}.ml-nn-3,.mx-nn-3{margin-left:1rem!important}.m-nn-4{margin:1.5rem!important}.mt-nn-4,.my-nn-4{margin-top:1.5rem!important}.mr-nn-4,.mx-nn-4{margin-right:1.5rem!important}.mb-nn-4,.my-nn-4{margin-bottom:1.5rem!important}.ml-nn-4,.mx-nn-4{margin-left:1.5rem!important}.m-nn-5{margin:3rem!important}.mt-nn-5,.my-nn-5{margin-top:3rem!important}.mr-nn-5,.mx-nn-5{margin-right:3rem!important}.mb-nn-5,.my-nn-5{margin-bottom:3rem!important}.ml-nn-5,.mx-nn-5{margin-left:3rem!important}.p-nn-0{padding:0!important}.pt-nn-0,.py-nn-0{padding-top:0!important}.pr-nn-0,.px-nn-0{padding-right:0!important}.pb-nn-0,.py-nn-0{padding-bottom:0!important}.pl-nn-0,.px-nn-0{padding-left:0!important}.p-nn-1{padding:.25rem!important}.pt-nn-1,.py-nn-1{padding-top:.25rem!important}.pr-nn-1,.px-nn-1{padding-right:.25rem!important}.pb-nn-1,.py-nn-1{padding-bottom:.25rem!important}.pl-nn-1,.px-nn-1{padding-left:.25rem!important}.p-nn-2{padding:.5rem!important}.pt-nn-2,.py-nn-2{padding-top:.5rem!important}.pr-nn-2,.px-nn-2{padding-right:.5rem!important}.pb-nn-2,.py-nn-2{padding-bottom:.5rem!important}.pl-nn-2,.px-nn-2{padding-left:.5rem!important}.p-nn-3{padding:1rem!important}.pt-nn-3,.py-nn-3{padding-top:1rem!important}.pr-nn-3,.px-nn-3{padding-right:1rem!important}.pb-nn-3,.py-nn-3{padding-bottom:1rem!important}.pl-nn-3,.px-nn-3{padding-left:1rem!important}.p-nn-4{padding:1.5rem!important}.pt-nn-4,.py-nn-4{padding-top:1.5rem!important}.pr-nn-4,.px-nn-4{padding-right:1.5rem!important}.pb-nn-4,.py-nn-4{padding-bottom:1.5rem!important}.pl-nn-4,.px-nn-4{padding-left:1.5rem!important}.p-nn-5{padding:3rem!important}.pt-nn-5,.py-nn-5{padding-top:3rem!important}.pr-nn-5,.px-nn-5{padding-right:3rem!important}.pb-nn-5,.py-nn-5{padding-bottom:3rem!important}.pl-nn-5,.px-nn-5{padding-left:3rem!important}.m-nn-auto{margin:auto!important}.mt-nn-auto,.my-nn-auto{margin-top:auto!important}.mr-nn-auto,.mx-nn-auto{margin-right:auto!important}.mb-nn-auto,.my-nn-auto{margin-bottom:auto!important}.ml-nn-auto,.mx-nn-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1366px){.text-nn-left{text-align:left!important}.text-nn-right{text-align:right!important}.text-nn-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#4885ed!important}a.text-primary:focus,a.text-primary:hover{color:#1a66e8!important}.text-secondary{color:#fff!important}a.text-secondary:focus,a.text-secondary:hover{color:#e6e6e6!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#a9bcd0!important}a.text-info:focus,a.text-info:hover{color:#88a2be!important}.text-warning{color:#f3c766!important}a.text-warning:focus,a.text-warning:hover{color:#efb637!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#373f47!important}a.text-dark:focus,a.text-dark:hover{color:#21262a!important}.text-dander{color:#e3170a!important}a.text-dander:focus,a.text-dander:hover{color:#b21208!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.cmps-stack-rank .results,.cmps-widget-coaching-insight .category-header .path,.cmps-widget-performance-insight .category-header .path,.h2,.h3,.h4,.h5,.h6,h2,h3,h4,h5,h6{font-weight:500}.cmps-stack-rank .results,.cmps-widget-coaching-insight .category-header .path,.cmps-widget-performance-insight .category-header .path,.h2,.h3,.h4,.h5,.h6,b,h2,h3,h4,h5,h6,strong{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.table th{background-color:rgba(190,204,217,.5);font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:lighter;white-space:nowrap}.table td{color:#373f47;vertical-align:middle}.table thead tr th{border-bottom:none}.table-responsive>.table-bordered,.table-responsive>.table-bordered-no-cells{border:1px solid #a9a9a9}.form-control.is-valid{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3E%3C/svg%3E")}.form-control.is-invalid,.form-control.is-valid{background-position:right .6625rem center;background-repeat:no-repeat;background-size:1.325rem 1.325rem;padding-right:2.25rem}.form-control.is-invalid{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27%23f3c766%27 d=%27M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z%27/%3E%3C/svg%3E")}.form-control:focus{box-shadow:0 0 2px #4885ed}.btn.focus,.btn:focus,.cmps-profile-picture-change .btn-banner:focus,.cmps-profile-picture-change .focus.btn-banner,button.cmps-btn-table:focus,button.focus.cmps-btn-table{box-shadow:0 0 0 2px rgba(11,112,214,.25)}.btn-primary{border-color:#1351bc}.btn-primary:hover{background-color:#3975ce;border-color:#0e3d8e}.btn-secondary{border-color:#ccc}.btn-secondary:hover{border-color:#b3b3b3}.btn-success{border-color:#145523}.btn-success:hover{border-color:#0a2c12}.btn-info{border-color:#6789ac}.btn-info:hover{border-color:#4f6f91}.btn-warning{border-color:#e1a112}.btn-warning:hover{border-color:#b27f0e}.btn-danger{border-color:#921925}.btn-danger:hover{border-color:#66121a}.btn-light{border-color:#bdc6d0}.btn-light:hover{border-color:#9fadba}.btn-dark{border-color:#0a0c0e}.btn-dark:hover{border-color:#000}.btn-dander{border-color:#810d06}.btn-dander:hover{border-color:#500804}.custom-control-label{line-height:2.1}.nav-tabs .nav-link{color:#000}@media (max-width:1365px){.navbar{align-items:stretch;flex-direction:column-reverse;flex-wrap:nowrap}}.navbar-nav .nav-link{padding-left:.75rem!important;padding-right:.75rem!important}.navbar-nav .dropdown-menu{margin-top:-1px}.navbar-collapse{flex-basis:auto;flex-grow:1}.navbar-toggler{margin:.5rem}.navbar-dark{background-color:#000}.navbar-dark .navbar-nav .nav-link{font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.85rem;letter-spacing:.03rem;padding:0 .5rem 0 1rem;transition:text-shadow .15s}.navbar-dark .navbar-nav .nav-link:hover{text-shadow:0 0 .65px #fff,0 0 .65px #fff}.card{margin-bottom:.5rem}.card-body{background-color:#fff}.card-title{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700}.card-header,.card-title{font-size:.85rem}.badge{border-radius:.25rem}.badge-pill{border-radius:10rem}.jumbotron{background-color:transparent;height:4rem;margin-bottom:0;padding-bottom:1rem!important;padding-top:1rem!important;position:relative}.alert-primary{background-color:#4885ed;border-color:#4885ed;color:#000}.alert-primary hr{border-top-color:#3176eb}.alert-primary .alert-link{color:#000}.alert-secondary{background-color:#fff;border-color:#fff;color:#000}.alert-secondary hr{border-top-color:#f2f2f2}.alert-secondary .alert-link{color:#000}.alert-success{background-color:#28a745;border-color:#28a745;color:#000}.alert-success hr{border-top-color:#23923d}.alert-success .alert-link{color:#000}.alert-info{background-color:#a9bcd0;border-color:#a9bcd0;color:#000}.alert-info hr{border-top-color:#99afc7}.alert-info .alert-link{color:#000}.alert-warning{background-color:#f3c766;border-color:#f3c766;color:#000}.alert-warning hr{border-top-color:#f1be4e}.alert-warning .alert-link{color:#000}.alert-danger{background-color:#dc3545;border-color:#dc3545;color:#000}.alert-danger hr{border-top-color:#d32535}.alert-danger .alert-link{color:#000}.alert-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#000}.alert-light hr{border-top-color:#e9ecef}.alert-light .alert-link{color:#000}.alert-dark{background-color:#373f47;border-color:#373f47;color:#000}.alert-dark hr{border-top-color:#2c3239}.alert-dark .alert-link{color:#000}.alert-dander{background-color:#e3170a;border-color:#e3170a;color:#000}.alert-dander hr{border-top-color:#cb1509}.alert-dander .alert-link{color:#000}.text-danger{font-weight:500}.table-bordered-no-cells td,.table-bordered-no-cells th{border:none}.form-control-fake>.placeholder,.form-control-fake>.value{display:block;overflow:hidden}.form-control-fake>.placeholder{color:#6c757d;opacity:1;-ms-user-select:none;user-select:none;white-space:nowrap}input:-webkit-autofill,input:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:focus{-webkit-box-shadow:inset 0 0 0 50px #fff}@media (min-width:1200px){.modal-xl{max-width:1000px}}ngb-datepicker,ngb-datepicker .ngb-dp-months,ngb-datepicker .ngp-dp-header{border-radius:0!important}ng-select *{font-family:inherit!important}ng-select>div{border:1px solid #ced4da!important;cursor:default!important}ng-select>div>div:first-child{overflow:hidden}ng-select>div>div.clear{line-height:1.5!important}ng-select>div>div.clear,ng-select>div>div.toggle{align-items:center;align-self:stretch;cursor:pointer;display:flex;justify-content:center;min-width:30px;padding-top:.2rem}ng-select>div>div.disabled,ng-select>div>div.disabled~div.toggle{background-color:#eee;color:#aaa;cursor:default;pointer-events:none}ng-select>div>div>div.multiple,ng-select>div>div>div.single{height:inherit!important}ng-select>div>div>div.multiple>div.placeholder,ng-select>div>div>div.multiple>div.value,ng-select>div>div>div.single>div.placeholder,ng-select>div>div>div.single>div.value{line-height:1.5!important;padding:.7rem .75rem!important;text-overflow:ellipsis}select-dropdown>div{z-index:1000!important}select-dropdown>div div.filter{line-height:1.5}select-dropdown>div div.options label{margin:0}select-dropdown>div div.options label input{vertical-align:middle}.introjs-fixParent{position:absolute!important}.introjs-helperNumberLayer.top-right{left:auto;right:-16px}.introjs-helperNumberLayer.bottom-right{bottom:-16px;left:auto;right:-16px;top:auto}.introjs-helperNumberLayer.bottom-left{bottom:-16px;top:auto}.introjs-tooltip.top-right{top:15px}.introjs-tooltip .introjs-tooltiptext{font-size:16px}body,cmps,cmps [id=cmpsMain],html{display:block;height:100%}button.cmps-btn-table{background-color:transparent!important;padding:0!important}.login{display:block;height:100%;padding:0 1rem}.login-background{background-attachment:fixed;background-image:url(../assets/background1.jpeg?3b9539203da0fc0d283f);background-position:50%;background-repeat:no-repeat;background-size:cover}.login-background,.login-background-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.login-background-overlay{background-color:rgba(0,0,0,.2)}.login-logo{height:25%}.login-compas-logo{background-image:url(../assets/compas_lato_white.svg?2555493525d198afaa60);background-position:50%;background-repeat:no-repeat;height:100%}.modal-body .login{position:relative}.modal-body .login-background,.modal-body .login-background-overlay{position:absolute}.modal-body .login-logo{height:200px}.login-client-logo{position:absolute;top:1.88rem;width:20%}.login-client-logo.right{right:1.25rem}.login-client-logo.left{left:1.25rem}.jumbotron>.h3{font-family:Raleway,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.jumbotron-client-logo{height:3rem;padding:1rem 1rem 0 0;position:absolute;right:0;top:0}input::-ms-clear{display:none}body.cmps-wait-status-loader-fixed{overflow:hidden}.cmps-wait-status-loader .background{background-color:#fff;opacity:.5}.cmps-wait-status-loader .center{align-items:center;display:flex;justify-content:center;text-align:center}.cmps-wait-status-loader .fixed{position:fixed}.cmps-wait-status-loader .absolute{position:absolute}.cmps-wait-status-loader .absolute,.cmps-wait-status-loader .fixed{bottom:0;left:0;right:0;top:0}.cmps-wait-status-loader .modal{z-index:1080}.cmps-iframe{border:none;display:block;height:100%;width:100%}.cmps-drawer{background-color:#fff;display:block;position:fixed;transition-duration:.2s;transition-property:top,right,bottom,left,width,height;transition-timing-function:ease-in-out;z-index:1000}.cmps-drawer.left{bottom:0;left:0;top:0}.cmps-drawer.left.open{box-shadow:2px 0 4px -2px #a9a9a9}.cmps-drawer.right{bottom:0;right:0;top:0}.cmps-drawer.right.open{box-shadow:-2px 0 4px -2px #a9a9a9}.cmps-drawer-contents{height:100%;overflow-x:hidden;overflow-y:auto;width:100%}.cmps-drawer-handle{cursor:pointer;display:block;position:absolute}.cmps-drawer-handle.left{left:-1rem;top:1rem;transform:translate(-100%)}.cmps-drawer-handle.right{right:-1rem;top:1rem;transform:translate(100%)}cmps-table table{border-collapse:separate;border-spacing:0}cmps-table .table-bordered,cmps-table .table-bordered-no-cells{border:1px solid #a9a9a9;border-bottom:none;border-right:none}cmps-table .table-bordered-no-cells td,cmps-table .table-bordered-no-cells th,cmps-table .table-bordered td,cmps-table .table-bordered th{border-bottom:1px solid #a9a9a9!important;border-left:none;border-right:1px solid #a9a9a9;border-top:none}cmps-table .table-bordered-no-cells thead td,cmps-table .table-bordered-no-cells thead th,cmps-table .table-bordered thead td,cmps-table .table-bordered thead th{border-bottom-width:1px}cmps-table .table-responsive>.table-bordered,cmps-table .table-responsive>.table-bordered-no-cells{border:1px solid #a9a9a9;border-bottom:none;border-right:none}cmps-table .table-responsive{-ms-overflow-style:scrollbar;position:relative}cmps-table .table-responsive>.table-bordered-no-cells{border:1px solid #a9a9a9}cmps-table .table-responsive>.table-bordered-no-cells td,cmps-table .table-responsive>.table-bordered-no-cells th{border:none}cmps-table .sticky-table-left,cmps-table .sticky-table-top{border-bottom:none!important;border-top:none!important}cmps-table .sticky-table-left>thead tr:first-child th,cmps-table .sticky-table-top>thead tr:first-child th{border-top:1px solid #a9a9a9}cmps-table-sticky-header .sticky-target{position:absolute;top:0;z-index:2}cmps-table-sticky-column .sticky-header,cmps-table-sticky-column .sticky-target{position:absolute;top:0}cmps-table-sticky-column .sticky-target{z-index:1}cmps-table-sticky-column .sticky-header{position:absolute;z-index:3}cmps-screen-reader-table{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.cmps-profile-picture{align-items:center;border:2px solid grey;border-radius:5px;display:flex;height:200px;justify-content:center;padding:10px}.cmps-profile-picture img{flex:0 0 auto;max-height:100%;max-width:100%}.cmps-profile-picture .fa{font-size:12em}.cmps-profile-picture-change{max-width:200px;position:relative}.cmps-profile-picture-change .btn-banner{background-color:#a9a9a9;border:2px solid grey;border-bottom:none;border-top:none;bottom:20%;color:#fff;left:0;padding:2px;position:absolute;right:0;text-align:center;width:100%}.cmps-profile-picture-change .btn-banner .fa{margin-right:4px}.cmps-profile-password-backdrop{background-attachment:fixed;background-image:url(../assets/lock-blue.jpg?9beb0fe794996d6417c3);background-size:cover;opacity:1!important}@media (max-width:1365px){.cmps-navbar-fixed-overflow{height:100%}.cmps-navbar-fixed-overflow>div{min-height:72px}.cmps-navbar-fixed-overflow .navbar-collapse{height:100%;overflow-x:hidden;overflow-y:auto}}body.cmps-navbar-fixed-overflow{overflow:hidden}.cmps-navbar-pad{padding-top:72px}.cmps-nav-logo{height:44px;width:44px}.show-dropdown-deck.show>.dropdown-menu{display:block!important;visibility:visible!important}.cmps-dropdown-deck{left:inherit;top:inherit}.cmps-dropdown-deck.dropdown-menu{display:block;visibility:hidden}.cmps-dropdown-deck.full-width{border-left:0;border-right:0;left:0!important;margin-left:0;margin-right:0;overflow-x:hidden;overflow-y:auto;position:fixed!important;right:0}.cmps-dropdown-deck.full-width .cmps-dropdown-card-holder{flex-wrap:wrap}.cmps-dropdown-deck.full-width .cmps-dropdown-card-holder .cmps-dropdown-card{width:200px}.cmps-dropdown-deck.full-width .cmps-dropdown-card-holder .cmps-dropdown-card .dropdown-item{white-space:normal}.cmps-dropdown-deck.full-height{border-bottom:0;border-top:0;margin-bottom:0;margin-top:0}.cmps-dropdown-card-holder{display:flex}.cmps-dropdown-card span{display:block}.cmps-dropdown-card span:focus,.cmps-dropdown-card span:hover{background-color:inherit;color:inherit}@media (max-width:1365px){.cmps-dropdown-deck.dropdown-menu{display:none;visibility:inherit}.cmps-dropdown-card-holder{flex-direction:column}.cmps-dropdown-card-holder .cmps-dropdown-card{padding-bottom:1.3rem}}cmps-nav .navbar-dark .cmps-nav-icon,cmps-nav .navbar-dark .nav-link{align-items:center;display:flex;height:72px}cmps-nav .navbar-dark .cmps-nav-icon>div,cmps-nav .navbar-dark .nav-link>div{padding-top:.5rem}cmps-nav .navbar-dark .cmps-nav-icon>div span,cmps-nav .navbar-dark .nav-link>div span{padding-left:.5rem;padding-right:.5rem}cmps-nav .navbar-dark .cmps-nav-icon>div .line,cmps-nav .navbar-dark .nav-link>div .line{border-bottom:4px solid transparent}cmps-nav .navbar-dark .cmps-nav-icon:focus,cmps-nav .navbar-dark .cmps-nav-icon:hover,cmps-nav .navbar-dark .nav-link:focus,cmps-nav .navbar-dark .nav-link:hover{background-color:#2b323a}cmps-nav .navbar-nav .cmps-nav-icon.active .line,cmps-nav .navbar-nav .cmps-nav-profile.active .line,cmps-nav .navbar-nav .nav-item.active .line,cmps-nav .navbar-nav .nav-link.active .line{border-bottom-color:#78a746;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.cmps-nav-icon{cursor:pointer;font-size:1.5rem;padding:0 1rem;text-align:center}.cmps-nav-icon>div>div{line-height:1.25;position:relative}.cmps-nav-icon>div>div span.badge.badge-pill{position:absolute;right:-.375rem;top:-.375rem}.cmps-nav-profile .dropdown-toggle{align-items:center;display:flex}.cmps-nav-profile .dropdown-menu{float:left!important;position:absolute!important}.cmps-nav-profile .cmps-nav-icon{padding:0!important}.cmps-nav-profile .cmps-nav-icon img{max-height:calc(72px - 2.25rem)}.cmps-nav-profile .cmps-nav-icon~div{padding:.5rem 0 0 .75rem!important}.cmps-nav-profile .cmps-nav-icon~div>span{white-space:nowrap}.cmps-nav-icon,.cmps-nav-profile .dropdown-toggle{color:#fff}.cmps-nav-tour .modal-content{background:url(../assets/construction.jpg?84f90f28d1e296ed7f29) no-repeat;border:6px solid #dee5ec;padding:0 1rem 1rem;text-shadow:0 0 4px #000}.cmps-nav-tour .modal-footer,.cmps-nav-tour .modal-header{border:0;height:100%}.cmps-nav-tour .modal-header img{width:300px}.cmps-nav-tour .modal-footer{justify-content:flex-start}.cmps-nav-tour .custom-control-description{text-shadow:0 0 4px #000}nav .introjs-showElement{background-color:#000}@media print{.navbar{display:none}.cmps-navbar-pad{padding-top:0}}cmps-notification-panel .cmps-drawer{top:72px!important}cmps-notification-panel .cmps-drawer-contents{padding:1rem!important;width:360px}cmps-notification-panel .cmps-drawer-contents .nav-link{position:relative}cmps-notification-panel .cmps-drawer-contents .badge{font-size:1em;position:absolute;right:-10px;top:-10px;z-index:1}.cmps-notification{position:relative}.cmps-notification>.header{align-items:center;cursor:pointer;display:flex;font-size:.8em;min-height:50px;text-align:center}.cmps-notification>.undo{justify-content:flex-end;padding:0;position:absolute;width:100%;z-index:1}.cmps-notification>.dim{opacity:.5}.cmps-notification:hover{outline:1px solid #4885ed}.cmps-notification-modal-window .modal-content{background-attachment:fixed;background-image:url(../assets/background14.jpeg?c9f42173ec917a096eba);background-position:100% 0;background-repeat:no-repeat;background-size:cover}.cmps-notification-modal-window cmps-notification-modal{background-color:rgba(0,0,0,.6);padding:0 1rem 1rem}.cmps-notification-modal-window .modal-header{border:0}.cmps-notification-modal-window .modal-header img{max-width:300px}.cmps-notification-modal-window .modal-body,.cmps-notification-modal-window .modal-title,.cmps-notification-modal-window h2{color:#fff}.cmps-notification-modal-window hr{border-color:#fff}.cmps-notification-modal-window hr:last-child{display:none}.cmps-notification-modal-window button{margin-left:auto}.cmps-notification-icon{padding:0}.cmps-notification-icon .fa{color:#fff;height:35px;line-height:35px;width:35px}.cmps-notification-normal .fa{background-color:green}.cmps-notification-critical .fa{background-color:red}.cmps-notification-dismiss,.cmps-notification-undo{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding:0}.cmps-notification .cmps-notification--header--expanded{height:auto!important}.cmps-notification .cmps-notification--dismiss,.cmps-notification .cmps-notification--icon{align-items:center;align-self:start;display:flex;height:50px;justify-content:center}.cmps-notification .cmps-notification--content{align-items:center;align-self:start;display:flex;height:auto;margin:.65rem 0}.cmps-notification .cmps-notification--line-wrapper{overflow:hidden}.cmps-notification .cmps-notification--line{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.cmps-notification .cmps-notification--content--expanded{height:auto!important}.cmps-notification .cmps-notification--subject--expanded{white-space:normal!important}@media (min-width:576px) and (max-width:1199px){cmps-admin-user-update .cmps-drawer{top:72px!important}cmps-admin-user-update .cmps-drawer-contents{padding:1rem!important;width:440px}cmps-admin-user-update .cmps-drawer-contents .card{margin-bottom:0}}@media (max-width:575px){cmps-admin-user-update .cmps-drawer{background-color:inherit;position:inherit;transition:auto;z-index:auto}cmps-admin-user-update .cmps-drawer.left,cmps-admin-user-update .cmps-drawer.right{left:auto!important;right:auto!important;top:auto;transform:none}cmps-admin-user-update .cmps-drawer.left.open,cmps-admin-user-update .cmps-drawer.right.open{box-shadow:inherit}cmps-admin-user-update .cmps-drawer-contents{overflow:visible;visibility:visible!important}cmps-admin-user-update .cmps-drawer-handle{display:none}}@media (min-width:1200px){cmps-admin-user-update .cmps-drawer{background-color:inherit;position:inherit;transition:auto;z-index:auto}cmps-admin-user-update .cmps-drawer.left,cmps-admin-user-update .cmps-drawer.right{left:auto!important;right:auto!important;top:auto;transform:none}cmps-admin-user-update .cmps-drawer.left.open,cmps-admin-user-update .cmps-drawer.right.open{box-shadow:inherit}cmps-admin-user-update .cmps-drawer-contents{overflow:visible;visibility:visible!important}cmps-admin-user-update .cmps-drawer-handle{display:none}}.cmps-admin-password-reset{display:flex;flex-direction:column}.cmps-admin-password-reset .grow{flex-grow:1}@media (min-width:768px){.cmps-admin-password-reset{border-right:1px solid rgba(0,0,0,.1)}}.cmps-widget-dual-chart-performance-comparison .dcpc-pie-bar,.cmps-widget-dual-chart-performance-comparison .mf-pie,.cmps-widget-metric-focus .dcpc-pie-bar,.cmps-widget-metric-focus .mf-pie{border-bottom:1px solid #a9a9a9;border-left:1px solid #a9a9a9;border-top:0;padding:0}.cmps-widget-dual-chart-performance-comparison .dcpc-pie-bar:last-child,.cmps-widget-dual-chart-performance-comparison .mf-pie:last-child,.cmps-widget-metric-focus .dcpc-pie-bar:last-child,.cmps-widget-metric-focus .mf-pie:last-child{border-right:1px solid #a9a9a9}@media (min-width:992px){.cmps-widget-dual-chart-performance-comparison-modal-window .modal-dialog{max-width:800px}}@media (min-width:1200px){.cmps-widget-dual-chart-performance-comparison-modal-window .modal-dialog{max-width:1000px}}@media (max-width:575px){.cmps-widget-dual-chart-performance-comparison .dcpc-pie-bar,.cmps-widget-dual-chart-performance-comparison .mf-pie,.cmps-widget-metric-focus .dcpc-pie-bar,.cmps-widget-metric-focus .mf-pie{border-right:1px solid #a9a9a9;margin-bottom:1rem}.cmps-widget-dual-chart-performance-comparison .dcpc-pie-bar:last-child,.cmps-widget-dual-chart-performance-comparison .mf-pie:last-child,.cmps-widget-metric-focus .dcpc-pie-bar:last-child,.cmps-widget-metric-focus .mf-pie:last-child{margin-bottom:0}}.cmps-widget-pie-bar .header{background-color:#dee5ec;border-bottom:1px solid #a9a9a9;border-top:1px solid #a9a9a9;color:inherit;margin:0;overflow:hidden;padding:.5rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.cmps-widget-pie-bar .pie-chart{align-items:center;display:flex;justify-content:center;padding:0 .5rem}.cmps-widget-pie-bar .pie-chart .chart{position:relative;width:100%}.cmps-widget-pie-bar .pie-chart .chart span:not(.sr-only){font-size:1.2em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);white-space:nowrap}@media (min-width:1200px){.cmps-widget-pie-bar .pie-chart .chart span:not(.sr-only){font-size:1.1rem}}.cmps-widget-pie-bar .pie-chart .trend.good{color:#28a745}.cmps-widget-pie-bar .pie-chart .trend.bad{color:#dc3545}.cmps-widget-pie-bar .pie-chart .trend .ion{display:block;font-size:1.7em}.cmps-widget-pie-bar .pie-chart .trend.up .ion:before{content:""}.cmps-widget-pie-bar .pie-chart .trend.up .ion:nth-child(2){opacity:.7}.cmps-widget-pie-bar .pie-chart .trend.up .ion:last-child{opacity:.4}.cmps-widget-pie-bar .pie-chart .trend.down .ion:before{content:""}.cmps-widget-pie-bar .pie-chart .trend.down .ion:first-child{opacity:.4}.cmps-widget-pie-bar .pie-chart .trend.down .ion:nth-child(2){opacity:.7}.cmps-widget-pie-bar .pointer{cursor:pointer}.cmps-widget-management-effectiveness-progress{margin-bottom:1rem;position:relative;text-shadow:0 0 4px #000}.cmps-widget-management-effectiveness-progress .progress-bar{align-items:center;display:flex;height:40px;justify-content:center}.cmps-widget-management-effectiveness-progress .progress-text{align-self:center;color:#fff;padding:.05rem .5rem 0;position:absolute;white-space:nowrap}.cmps-widget-pi-table td.value,.cmps-widget-pi-table th.value,.cmps-widget-table td.value,.cmps-widget-table th.value{text-align:right}.cmps-widget-pi-table td.value .bold,.cmps-widget-pi-table th.value .bold,.cmps-widget-table td.value .bold,.cmps-widget-table th.value .bold{font-weight:700}.cmps-widget-pi-table .trend,.cmps-widget-table .trend{white-space:nowrap}.cmps-widget-pi-table .trend .good,.cmps-widget-table .trend .good{color:#28a745}.cmps-widget-pi-table .trend .bad,.cmps-widget-table .trend .bad{color:#dc3545}.cmps-widget-pi-table .trend .ion,.cmps-widget-table .trend .ion{font-size:1.25em;vertical-align:-.1em}.cmps-widget-pi-table .trend .up.ion:before,.cmps-widget-table .trend .up.ion:before{content:""}.cmps-widget-pi-table .trend .down.ion:before,.cmps-widget-table .trend .down.ion:before{content:""}.cmps-widget-top-performance-opportunity .positive{color:#28a745}.cmps-widget-top-performance-opportunity .negative{color:#dc3545}.cmps-widget-cao-opportunity .ion.ion-arrow-down-b,.cmps-widget-cao-opportunity .ion.ion-arrow-right-b{cursor:pointer}.cmps-widget-cao-opportunity .ion.ion-ios-star{color:#f3c766}.cmps-widget-cao-opportunity .ion.ion-ios-checkmark-outline{color:#28a745}.cmps-widget-coaching-insight .category-header .group,.cmps-widget-performance-insight .category-header .group{color:#000;font-family:Lato;font-size:16px;font-weight:500;line-height:1.1;margin-bottom:.25rem}.cmps-widget-coaching-insight .category-header .path,.cmps-widget-performance-insight .category-header .path{margin:0}.cmps-widget-coaching-insight .cmps-widget-performance-insight .group-header,.cmps-widget-coaching-insight .group-category-header,.cmps-widget-coaching-insight .group-header,.cmps-widget-performance-insight .cmps-widget-coaching-insight .group-header,.cmps-widget-performance-insight .group-category-header,.cmps-widget-performance-insight .group-header{background-color:rgba(190,204,217,.5);border:1px solid #aabcd0;color:#000;font-family:Lato;font-size:16px;font-weight:500;line-height:1.1;margin-bottom:.5rem;padding:.5rem;text-align:center}.cmps-widget-coaching-insight .group-header,.cmps-widget-performance-insight .group-header{font-family:Lato;font-size:14px;font-weight:400}.cmps-widget-coaching-insight .group-category-separator,.cmps-widget-performance-insight .group-category-separator{display:none}@media (min-width:1366px){.cmps-widget-coaching-insight .group-category-border,.cmps-widget-performance-insight .group-category-border{border-right:1px solid grey;height:100%}.cmps-widget-coaching-insight .group-category-separator,.cmps-widget-performance-insight .group-category-separator{align-items:center;display:flex;flex:0 0 1%;flex-direction:column;justify-content:center;max-width:1%}.cmps-widget-coaching-insight .group-category-separator .group-category-header,.cmps-widget-coaching-insight .group-category-separator .group-header,.cmps-widget-performance-insight .group-category-separator .group-category-header,.cmps-widget-performance-insight .group-category-separator .group-header{visibility:hidden}}.cmps-widget-pi-filter .control{flex-basis:auto;flex-grow:10;flex-shrink:1;max-width:none;width:auto}.cmps-widget-pi-filter .control:first-of-type ng-select:first-of-type{width:50%}.cmps-widget-pi-filter .control .loader{display:flex;flex-direction:column;height:100%;justify-content:flex-end;width:100%}.cmps-widget-pi-filter .control cmps-wait-status{align-self:flex-end;padding-bottom:.7rem;padding-top:.7rem;width:100%}.cmps-widget-pi-filter .control cmps-wait-status .cmps-wait-status-loader,.cmps-widget-pi-filter .control cmps-wait-status .cmps-wait-status-loader .center{height:100%}.cmps-widget-pi-filter .control-btn{flex-grow:1}.cmps-widget-pi-filter .control-btn button{width:100%}.cmps-widget-pi-group .chart{cursor:pointer}.cmps-widget-pi-group .chart:active svg{outline:2px solid #3b99fc}.cmps-widget-pi-table tbody td.metric,.cmps-widget-pi-table thead th.metric{min-width:120px;text-align:right}.cmps-widget-pi-table tbody td.metric .bold,.cmps-widget-pi-table thead th.metric .bold{font-family:Lato-Bold;font-weight:700}.cmps-widget-pi-table tbody td.metric-component-light,.cmps-widget-pi-table thead th.metric-component-light{background-color:#cbdcea}.cmps-widget-pi-table tbody td.metric-component-dark,.cmps-widget-pi-table thead th.metric-component-dark{background-color:#acbdcc}.cmps-widget-pi-table thead th .sort-handle{align-items:flex-end;display:flex;padding:.25rem}.cmps-widget-pi-table thead th .expand-handle>i{margin:0 .2rem}.cmps-widget-pi-table thead th .sort-handle>i{font-size:.9rem;margin:0 0 .2rem .4rem}.cmps-widget-pi-table thead th .expand-handle{text-align:center;width:1.5rem}.cmps-widget-pi-table thead th .expand-handle>i{transform:rotate(45deg)}.cmps-widget-pi-table tbody tr:hover{background-color:#d3d3d3!important}.cmps-widget-pi-table tbody td.expand-depth-block,.cmps-widget-pi-table tbody td.expand-handle-holder{border-right:none;white-space:nowrap;width:2rem}.cmps-widget-pi-table tbody td.expand-handle-holder{text-align:center}.cmps-widget-pi-table tbody td .expand-handle{position:relative}.cmps-widget-pi-table tbody td .expand-handle button{width:2rem}.cmps-widget-pi-table tbody td .expand-handle button .ion{font-size:1.5em}.cmps-widget-pi-table tbody td .expand-handle cmps-wait-status{pointer-events:none}.cmps-widget-pi-table tbody td .row-focus-handle-holder{align-items:center;display:flex;justify-content:space-between}.cmps-widget-pi-table tbody td .row-focus-handle-wrap{display:flex;margin:0 .5rem}.cmps-widget-pi-table tbody td .row-focus-handle{color:#707070;margin-left:.5rem}.cmps-widget-pi-table tbody td .row-focus-handle:active,.cmps-widget-pi-table tbody td .row-focus-handle:hover{color:#4885ed}.cmps-widget-pi-table tbody td .row-focus-handle.groups{height:20px;width:20px}.cmps-widget-pi-table tbody td .row-focus-handle.groups svg:active path,.cmps-widget-pi-table tbody td .row-focus-handle.groups svg:active rect,.cmps-widget-pi-table tbody td .row-focus-handle.groups svg:hover path,.cmps-widget-pi-table tbody td .row-focus-handle.groups svg:hover rect{fill:#4885ed}.cmps-widget-pi-table .expand-handle,.cmps-widget-pi-table .row-focus-handle,.cmps-widget-pi-table .sort-handle{-ms-user-select:none;user-select:none}.cmps-widget-pi-table .row-focus-highlight,.cmps-widget-pi-table .sort-highlight{background-color:#e2eeff!important}.cmps-widget-pi-table .fa-info-circle{color:#707070;cursor:default}.cmps-widget-pi-table .sticky-table-left{border-left:none!important}.cmps-widget-pi-table .sticky-table-left tbody td:not([hidden]).sticky,.cmps-widget-pi-table .sticky-table-left thead th:not([hidden]).sticky{border-left:1px solid #a9a9a9}.cmps-widget-pi-table .sticky-table-left tbody td:not([hidden]).sticky~td:not([hidden]).sticky,.cmps-widget-pi-table .sticky-table-left thead th:not([hidden]).sticky~th:not([hidden]).sticky,.cmps-widget-pi-table .sticky-table-left thead tr:not(:first-child) th.sticky{border-left:inherit!important}.cmps-widget-pi-table .sticky-table-left tbody td.sticky{background-color:#fff}.cmps-widget-pi-table tbody td{height:32px;min-height:32px}.cmps-widget-pi-table cmps-table-sticky-column .sticky-header table,.cmps-widget-pi-table cmps-table-sticky-column .sticky-target table,.cmps-widget-pi-table cmps-table-sticky-header .sticky-target table{margin:0}.cmps-widget-pi-table cmps-table-sticky-column .sticky-target tbody td{background-color:#fff}.cmps-debug-performance-insight{display:none;flex-direction:column;position:relative;z-index:10}.cmps-debug-performance-insight.enabled{display:flex}.cmps-debug-performance-insight.margin{margin-bottom:.5rem}.cmps-debug-performance-insight .console{background-color:#a9a9a9;border:1px solid #a9a9a9;padding:0 .5rem .5rem}.cmps-debug-performance-insight .console .bar{align-items:center;display:flex}.cmps-debug-performance-insight .console .bar span{margin-right:.5rem}.cmps-debug-performance-insight .console textarea{border:none;height:100px;width:100%}.cmps-debug-performance-insight .fa{font-size:1em}.cmps-widget-pi-group.debug .chart,.cmps-widget-pi-group.debug .debug-handle-row{position:relative}.cmps-widget-pi-group.debug .chart .debug-handle,.cmps-widget-pi-group.debug .debug-handle-row .debug-handle{cursor:pointer;display:none;opacity:.5;position:absolute;right:0;top:0}.cmps-widget-pi-group.debug .chart:hover .debug-handle,.cmps-widget-pi-group.debug .debug-handle-row:hover .debug-handle{display:block}.cmps-widget-pi-group.debug .debug-handle-row{display:flex;height:2rem;justify-content:center}.cmps-widget-pi-group.debug .debug-handle-row:hover .debug-handle{right:auto}.cmps-widget-pi-table.debug td .debug-handle{cursor:pointer;display:none;left:0;opacity:.5;position:absolute;top:0}.cmps-widget-pi-table.debug td .debug-handle.right{left:auto;right:0}.cmps-widget-pi-table.debug td:hover .debug-handle{display:block}.cmps-widget-pi-axis{min-height:100px;position:relative}.cmps-widget-external-content{position:relative}.cmps-widget-external-content>iframe[cmps-iframe]{height:450px}.cmps-widget-hero{background-color:#bacad7;border:1px solid #a9a9a9;font-size:1em;padding:.65rem}.cmps-widget-hero ng-select{background-color:#fff}.cmps-widget-hero .header{align-items:center;display:flex;margin-bottom:1rem}.cmps-widget-hero .level{margin-bottom:.65rem}.cmps-widget-hero table{border:1px solid #a9a9a9;margin-bottom:0}.cmps-widget-hero table th{font-size:.8em}.cmps-widget-hero table th:first-child{min-width:85px;width:100px}.cmps-widget-hero table td,.cmps-widget-hero table th{border:1px solid #a9a9a9}.cmps-widget-hero table td{background-color:#fff!important}.cmps-widget-hero table td.current-level{border:3px solid orange!important}.cmps-widget-hero table td.next-goal-met{background-color:#90ee90!important}.cmps-widget-hero table td.next-goal-half-met{background-color:#ff0!important}.cmps-widget-hero table td.next-goal-not-met{background-color:#ff4500!important}.cmps-widget-hero table td.goal-met{background-color:#d3d3d3!important}.cmps-widget-hero table td.goal-half-met{background:linear-gradient(0deg,#d3d3d3 50%,#fff 0)}.cmps-widget-hero .level:last-child{margin-bottom:0}.cmps-widget-hero .level:last-child table{margin-bottom:.65rem}.cmps-widget-hero .super-groups-info .overflow{height:100px;overflow-y:scroll}.cmps-widget-hero .super-groups-info .info{margin-bottom:.35rem}.cmps-widget-hero .super-groups-info .info.red{color:red}.cmps-widget-hero .super-groups-info .info.black{color:#000}.cmps-widget-hero .super-groups-info .info:last-child{margin-bottom:0}cmps-widget-mbna-compliance .table-hover,cmps-widget-tdbfg-compliance .table-hover{border-right:1px solid transparent!important}cmps-widget-mbna-compliance .table-hover tbody tr:hover,cmps-widget-tdbfg-compliance .table-hover tbody tr:hover{cursor:pointer}cmps-widget-mbna-compliance .drillpath{padding-top:13px}cmps-widget-mbna-compliance .drillpath .item{cursor:pointer}.cmps-iframe-scorecard .modal-dialog{max-width:1000px}.cmps-widget-pnrlocator--pu-container{z-index:2}cmps-widget-pnrlocator .custom-fa{padding:4px 5px}cmps-widget-pnrlocator .btn-mini{-webkit-appearance:none;background:none;border:none;color:#78a746;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}cmps-widget-pnrlocator .export-data{display:flex;flex-direction:row;justify-content:flex-end}cmps-widget-pnrlocator .checked-button{align-items:center;background-color:#fff;border:none;color:#000;display:inline-flex;margin-left:.4rem;padding:.8rem .9rem .8rem .7rem}cmps-widget-pnrlocator .table-header{background-color:#487093!important;border-color:#ccc!important;border-style:solid;border-width:thin;position:sticky!important;top:-1px!important;z-index:2!important}cmps-widget-pnrlocator .table-header .header-text{color:#fff!important;font-size:1.5em!important;text-align:center}cmps-widget-pnrlocator .table-header .header-icon{color:#ccc;font-size:1em!important;margin-left:5px;margin-top:4px;text-align:center;vertical-align:middle}cmps-widget-pnrlocator .header-row{display:flex;flex-direction:row;justify-content:center}cmps-widget-pnrlocator .cmps-angle-up{transform:none}cmps-widget-pnrlocator .text-left{text-align:left}cmps-widget-pnrlocator .text-center{text-align:center}cmps-widget-pnrlocator .table-cell{border:thin solid #ccc}cmps-widget-pnrlocator .ie-content{border:1px solid #78a746;padding:0 15px 1rem;position:relative}cmps-widget-pnrlocator .widget-title{background-color:#78a746;border-color:#78a746;border-style:solid;color:#fff;font-size:16px;letter-spacing:1px;margin-bottom:20px;padding-bottom:1px;padding-left:1rem;padding-top:1px;text-align:left;width:100%}cmps-widget-pnrlocator .jcfe{justify-content:flex-end}cmps-widget-pnrlocator .light-icon{font-size:xx-small}cmps-widget-pnrlocator .custom-overflow{max-height:200px;overflow-x:hidden;overflow-y:auto}cmps-widget-pnrlocator .custom-label{white-space:nowrap}cmps-widget-pnrlocator .w-40{width:40px}cmps-widget-pnrlocator .ie-pu-container{margin-left:.2rem;margin-top:-.3rem;z-index:1029}cmps-widget-pnrlocator .ie-pu-container:before{border-bottom:1px solid #fff;border-top:1px solid #fff;content:"";left:1px;position:absolute;top:0;width:1.8rem}cmps-widget-pnrlocator .ie-pu-container.rp-pu-container{margin-top:0}cmps-widget-pnrlocator .ie-pu-container.rp-pu-container:before{content:none}cmps-widget-pnrlocator .ie-pu-container.rp-compliance-pu-container,cmps-widget-pnrlocator .ie-pu-container.rp-offers-pu-container{margin-left:1.3rem}cmps-widget-pnrlocator .ie-pu-container.rp-compliance-pu-container:before,cmps-widget-pnrlocator .ie-pu-container.rp-offers-pu-container:before{content:none}.cmps-profile-picture-change cmps-widget-pnrlocator .btn-banner,cmps-widget-pnrlocator .btn,cmps-widget-pnrlocator .cmps-profile-picture-change .btn-banner,cmps-widget-pnrlocator button.cmps-btn-table{padding-left:2rem;padding-right:2rem}.cmps-profile-picture-change cmps-widget-pnrlocator .btn-primary.btn-banner,cmps-widget-pnrlocator .btn.btn-primary,cmps-widget-pnrlocator .cmps-profile-picture-change .btn-primary.btn-banner,cmps-widget-pnrlocator button.btn-primary.cmps-btn-table{background-color:#78a746!important;border-color:transparent!important;border:1px solid transparent;border-radius:0;display:inline-block;font-size:.75rem;font-weight:400;letter-spacing:1px;line-height:1.5;padding:.7rem .75rem;text-align:center;vertical-align:middle;white-space:nowrap;width:153px}.cmps-profile-picture-change cmps-widget-pnrlocator .btn-primary.btn-banner [disabled],cmps-widget-pnrlocator .btn.btn-primary [disabled],cmps-widget-pnrlocator .cmps-profile-picture-change .btn-primary.btn-banner [disabled],cmps-widget-pnrlocator button.btn-primary.cmps-btn-table [disabled]{background-color:gray}.cmps-profile-picture-change cmps-widget-pnrlocator .btn-primary.btn-banner:active,cmps-widget-pnrlocator .btn.btn-primary:active,cmps-widget-pnrlocator .cmps-profile-picture-change .btn-primary.btn-banner:active,cmps-widget-pnrlocator button.btn-primary.cmps-btn-table:active{background-color:#5b8034;border-color:transparent}cmps-widget-pnrlocator .small-btn{background-color:#78a746!important;border-color:transparent!important;border:1px solid transparent;border-radius:0;color:#fff;display:inline-block;font-size:.75rem;font-weight:400;letter-spacing:1px;line-height:1.5;padding:.7rem .75rem;text-align:center;vertical-align:middle;white-space:nowrap;width:100%}cmps-widget-pnrlocator .pnr-form-label{font-size:inherit;font-size:14px;line-height:1.5;margin-bottom:0;padding-bottom:calc(.7rem + 1px);padding-top:calc(.7rem + 1px);white-space:nowrap}cmps-widget-pnrlocator .selection-row{padding-bottom:.8rem}cmps-pulse .container-fluid.top.date-range{margin-top:-5.55rem}cmps-pulse>.jumbotron .h3,cmps-pulse>.jumbotron h1{color:#4c4c4c}cmps-pulse>.container-fluid>.row,cmps-pulse>.container-fluid>.row>.col,cmps-pulse>.container-fluid>.row>.col-1,cmps-pulse>.container-fluid>.row>.col-2,cmps-pulse>.container-fluid>.row>.col-3,cmps-pulse>.container-fluid>.row>.col-4,cmps-pulse>.container-fluid>.row>.col-5,cmps-pulse>.container-fluid>.row>.col-6,cmps-pulse>.container-fluid>.row>.col-7,cmps-pulse>.container-fluid>.row>.col-8,cmps-pulse>.container-fluid>.row>.col-9,cmps-pulse>.container-fluid>.row>.col-10,cmps-pulse>.container-fluid>.row>.col-11,cmps-pulse>.container-fluid>.row>.col-12,cmps-pulse>.container-fluid>.row>.col-auto,cmps-pulse>.container-fluid>.row>.col-lg,cmps-pulse>.container-fluid>.row>.col-lg-1,cmps-pulse>.container-fluid>.row>.col-lg-2,cmps-pulse>.container-fluid>.row>.col-lg-3,cmps-pulse>.container-fluid>.row>.col-lg-4,cmps-pulse>.container-fluid>.row>.col-lg-5,cmps-pulse>.container-fluid>.row>.col-lg-6,cmps-pulse>.container-fluid>.row>.col-lg-7,cmps-pulse>.container-fluid>.row>.col-lg-8,cmps-pulse>.container-fluid>.row>.col-lg-9,cmps-pulse>.container-fluid>.row>.col-lg-10,cmps-pulse>.container-fluid>.row>.col-lg-11,cmps-pulse>.container-fluid>.row>.col-lg-12,cmps-pulse>.container-fluid>.row>.col-lg-auto,cmps-pulse>.container-fluid>.row>.col-md,cmps-pulse>.container-fluid>.row>.col-md-1,cmps-pulse>.container-fluid>.row>.col-md-2,cmps-pulse>.container-fluid>.row>.col-md-3,cmps-pulse>.container-fluid>.row>.col-md-4,cmps-pulse>.container-fluid>.row>.col-md-5,cmps-pulse>.container-fluid>.row>.col-md-6,cmps-pulse>.container-fluid>.row>.col-md-7,cmps-pulse>.container-fluid>.row>.col-md-8,cmps-pulse>.container-fluid>.row>.col-md-9,cmps-pulse>.container-fluid>.row>.col-md-10,cmps-pulse>.container-fluid>.row>.col-md-11,cmps-pulse>.container-fluid>.row>.col-md-12,cmps-pulse>.container-fluid>.row>.col-md-auto,cmps-pulse>.container-fluid>.row>.col-nn,cmps-pulse>.container-fluid>.row>.col-nn-1,cmps-pulse>.container-fluid>.row>.col-nn-2,cmps-pulse>.container-fluid>.row>.col-nn-3,cmps-pulse>.container-fluid>.row>.col-nn-4,cmps-pulse>.container-fluid>.row>.col-nn-5,cmps-pulse>.container-fluid>.row>.col-nn-6,cmps-pulse>.container-fluid>.row>.col-nn-7,cmps-pulse>.container-fluid>.row>.col-nn-8,cmps-pulse>.container-fluid>.row>.col-nn-9,cmps-pulse>.container-fluid>.row>.col-nn-10,cmps-pulse>.container-fluid>.row>.col-nn-11,cmps-pulse>.container-fluid>.row>.col-nn-12,cmps-pulse>.container-fluid>.row>.col-nn-auto,cmps-pulse>.container-fluid>.row>.col-sm,cmps-pulse>.container-fluid>.row>.col-sm-1,cmps-pulse>.container-fluid>.row>.col-sm-2,cmps-pulse>.container-fluid>.row>.col-sm-3,cmps-pulse>.container-fluid>.row>.col-sm-4,cmps-pulse>.container-fluid>.row>.col-sm-5,cmps-pulse>.container-fluid>.row>.col-sm-6,cmps-pulse>.container-fluid>.row>.col-sm-7,cmps-pulse>.container-fluid>.row>.col-sm-8,cmps-pulse>.container-fluid>.row>.col-sm-9,cmps-pulse>.container-fluid>.row>.col-sm-10,cmps-pulse>.container-fluid>.row>.col-sm-11,cmps-pulse>.container-fluid>.row>.col-sm-12,cmps-pulse>.container-fluid>.row>.col-sm-auto,cmps-pulse>.container-fluid>.row>.col-xl,cmps-pulse>.container-fluid>.row>.col-xl-1,cmps-pulse>.container-fluid>.row>.col-xl-2,cmps-pulse>.container-fluid>.row>.col-xl-3,cmps-pulse>.container-fluid>.row>.col-xl-4,cmps-pulse>.container-fluid>.row>.col-xl-5,cmps-pulse>.container-fluid>.row>.col-xl-6,cmps-pulse>.container-fluid>.row>.col-xl-7,cmps-pulse>.container-fluid>.row>.col-xl-8,cmps-pulse>.container-fluid>.row>.col-xl-9,cmps-pulse>.container-fluid>.row>.col-xl-10,cmps-pulse>.container-fluid>.row>.col-xl-11,cmps-pulse>.container-fluid>.row>.col-xl-12,cmps-pulse>.container-fluid>.row>.col-xl-auto,cmps-pulse>.container-fluid>.row>div>.row,cmps-pulse>.container-fluid>.row>div>.row>.col,cmps-pulse>.container-fluid>.row>div>.row>.col-1,cmps-pulse>.container-fluid>.row>div>.row>.col-2,cmps-pulse>.container-fluid>.row>div>.row>.col-3,cmps-pulse>.container-fluid>.row>div>.row>.col-4,cmps-pulse>.container-fluid>.row>div>.row>.col-5,cmps-pulse>.container-fluid>.row>div>.row>.col-6,cmps-pulse>.container-fluid>.row>div>.row>.col-7,cmps-pulse>.container-fluid>.row>div>.row>.col-8,cmps-pulse>.container-fluid>.row>div>.row>.col-9,cmps-pulse>.container-fluid>.row>div>.row>.col-10,cmps-pulse>.container-fluid>.row>div>.row>.col-11,cmps-pulse>.container-fluid>.row>div>.row>.col-12,cmps-pulse>.container-fluid>.row>div>.row>.col-auto,cmps-pulse>.container-fluid>.row>div>.row>.col-lg,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-1,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-2,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-3,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-4,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-5,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-6,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-7,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-8,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-9,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-10,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-11,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-12,cmps-pulse>.container-fluid>.row>div>.row>.col-lg-auto,cmps-pulse>.container-fluid>.row>div>.row>.col-md,cmps-pulse>.container-fluid>.row>div>.row>.col-md-1,cmps-pulse>.container-fluid>.row>div>.row>.col-md-2,cmps-pulse>.container-fluid>.row>div>.row>.col-md-3,cmps-pulse>.container-fluid>.row>div>.row>.col-md-4,cmps-pulse>.container-fluid>.row>div>.row>.col-md-5,cmps-pulse>.container-fluid>.row>div>.row>.col-md-6,cmps-pulse>.container-fluid>.row>div>.row>.col-md-7,cmps-pulse>.container-fluid>.row>div>.row>.col-md-8,cmps-pulse>.container-fluid>.row>div>.row>.col-md-9,cmps-pulse>.container-fluid>.row>div>.row>.col-md-10,cmps-pulse>.container-fluid>.row>div>.row>.col-md-11,cmps-pulse>.container-fluid>.row>div>.row>.col-md-12,cmps-pulse>.container-fluid>.row>div>.row>.col-md-auto,cmps-pulse>.container-fluid>.row>div>.row>.col-nn,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-1,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-2,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-3,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-4,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-5,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-6,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-7,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-8,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-9,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-10,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-11,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-12,cmps-pulse>.container-fluid>.row>div>.row>.col-nn-auto,cmps-pulse>.container-fluid>.row>div>.row>.col-sm,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-1,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-2,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-3,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-4,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-5,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-6,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-7,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-8,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-9,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-10,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-11,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-12,cmps-pulse>.container-fluid>.row>div>.row>.col-sm-auto,cmps-pulse>.container-fluid>.row>div>.row>.col-xl,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-1,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-2,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-3,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-4,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-5,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-6,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-7,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-8,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-9,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-10,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-11,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-12,cmps-pulse>.container-fluid>.row>div>.row>.col-xl-auto{padding-left:.5rem;padding-right:.5rem}cmps-pulse .container-fluid .card{margin-bottom:0}cmps-pulse .container-fluid .card .card-header{color:#4c4c4c;text-align:center}cmps-pulse .table tr{background-color:transparent!important}cmps-pulse .table th{background-color:#f0f4f7}cmps-pulse cmps-widget{margin-bottom:1rem}.cmps-widget-coaching-insight .cmps-widget-performance-insight .group-header,.cmps-widget-performance-insight .cmps-widget-coaching-insight .group-header,.cmps-widget-performance-insight .group-category-header,.cmps-widget-performance-insight .group-header{color:#4c4c4c}cmps-auth-login .form,cmps-auth-logout .form,cmps-auth-reset-password .form{min-height:50%}cmps-auth-login .form>div,cmps-auth-logout .form>div,cmps-auth-reset-password .form>div{max-width:550px;z-index:1031}cmps-auth-login .card,cmps-auth-logout .card,cmps-auth-reset-password .card{border:none}cmps-auth-login .card .card-body,cmps-auth-logout .card .card-body,cmps-auth-reset-password .card .card-body{background-color:rgba(0,0,0,.3)}cmps-auth-login .card-body,cmps-auth-login footer,cmps-auth-login label,cmps-auth-logout .card-body,cmps-auth-logout footer,cmps-auth-logout label,cmps-auth-reset-password .card-body,cmps-auth-reset-password footer,cmps-auth-reset-password label{color:#fff}cmps-auth-login .login-btn,cmps-auth-logout .login-btn,cmps-auth-reset-password .login-btn{min-width:9rem}cmps-auth-login footer,cmps-auth-logout footer,cmps-auth-reset-password footer{background-color:rgba(0,0,0,.3)}cmps-auth-login cmps-object-explorer-table footer.oe-alert,cmps-auth-login footer.fixed-bottom,cmps-auth-logout cmps-object-explorer-table footer.oe-alert,cmps-auth-logout footer.fixed-bottom,cmps-auth-reset-password cmps-object-explorer-table footer.oe-alert,cmps-auth-reset-password footer.fixed-bottom,cmps-object-explorer-table cmps-auth-login footer.oe-alert,cmps-object-explorer-table cmps-auth-logout footer.oe-alert,cmps-object-explorer-table cmps-auth-reset-password footer.oe-alert{margin-bottom:2rem;position:relative}@media (max-width:575px){cmps-auth-login .login-btn,cmps-auth-logout .login-btn,cmps-auth-reset-password .login-btn{width:inherit}cmps-auth-login button,cmps-auth-logout button,cmps-auth-reset-password button{width:100%}cmps-auth-login button[type=button],cmps-auth-logout button[type=button],cmps-auth-reset-password button[type=button]{margin-bottom:1rem}}@media (min-height:420px){cmps-auth-login cmps-object-explorer-table footer.oe-alert,cmps-auth-login footer.fixed-bottom,cmps-auth-logout cmps-object-explorer-table footer.oe-alert,cmps-auth-logout footer.fixed-bottom,cmps-auth-reset-password cmps-object-explorer-table footer.oe-alert,cmps-auth-reset-password footer.fixed-bottom,cmps-object-explorer-table cmps-auth-login footer.oe-alert,cmps-object-explorer-table cmps-auth-logout footer.oe-alert,cmps-object-explorer-table cmps-auth-reset-password footer.oe-alert{margin-bottom:0;position:fixed}}.modal-body cmps-auth-login footer{margin:0 -1rem}.modal-body cmps-auth-login cmps-object-explorer-table footer.oe-alert,.modal-body cmps-auth-login footer.fixed-bottom,cmps-object-explorer-table .modal-body cmps-auth-login footer.oe-alert{position:relative}cmps-ris-color-legend .trigger{color:grey;font-size:1rem}cmps-ris-color-legend .legend{background-color:#ebeaea;border-radius:.2rem;color:#4c4c4c;display:flex;letter-spacing:.03rem;padding:.5rem;position:fixed;visibility:hidden;width:300px;z-index:1060}cmps-ris-color-legend .legend .h4{color:#4c4c4c}cmps-ris-color-legend .legend .icon{color:gray;font-size:1rem;margin:-.15rem .4rem 0 0}cmps-ris-color-legend .legend>div{width:100%}cmps-ris-color-legend .legend .threshold{align-items:center;display:flex;padding-top:.4rem}cmps-ris-color-legend .legend .threshold .color{margin-right:.5rem;min-height:20px;min-width:20px}cmps-ris-color-legend .legend .threshold:nth-child(2){padding-top:0}cmps-ris-color-legend:hover{cursor:pointer}cmps-ris-distribution .distribution{display:flex;height:100%}cmps-ris-distribution .distribution .threshold{align-items:center;display:flex}cmps-ris-distribution .distribution .threshold>div{overflow:hidden}cmps-ris-distribution .distribution .threshold .percent{color:#fff;display:block;line-height:1;white-space:nowrap}cmps-ris-distribution .distribution .threshold.threshold-overall{min-width:7.5rem;padding:.5rem 1rem}cmps-ris-distribution .distribution .threshold.threshold-overall .percent{font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.5rem}cmps-ris-distribution .distribution .threshold.threshold-overall .label{font-size:.9rem}cmps-ris-distribution .distribution .threshold.threshold-grid{padding:.4rem}cmps-ris-distribution .distribution .threshold.no-distribution{background-color:#fff;flex:100%;max-width:100%}cmps-ris-distribution .distribution .threshold.no-distribution .label{color:#000!important;text-align:center;width:100%}body>.cmps-ris-question-text,cmps-ris-question-text>.cmps-ris-question-text{background-color:#ebeaea;border-radius:.2rem;color:#4c4c4c;display:flex;letter-spacing:.03rem;line-height:1.2;max-width:300px;padding:.5rem 1.5rem;position:fixed;text-align:left;visibility:hidden;z-index:1060}body>.cmps-ris-question-text .icon,body>.cmps-ris-question-text .text,cmps-ris-question-text>.cmps-ris-question-text .icon,cmps-ris-question-text>.cmps-ris-question-text .text{display:block}body>.cmps-ris-question-text .icon,cmps-ris-question-text>.cmps-ris-question-text .icon{color:gray;font-size:1rem;margin:-.15rem .4rem 0 0}body>.cmps-ris-question-text .text,cmps-ris-question-text>.cmps-ris-question-text .text{max-height:100%;overflow-y:auto}.cmps-stack-rank cmps-rapid-ivr-survey .results,.cmps-widget-coaching-insight .category-header cmps-rapid-ivr-survey .path,.cmps-widget-performance-insight .category-header cmps-rapid-ivr-survey .path,cmps-rapid-ivr-survey .cmps-stack-rank .results,cmps-rapid-ivr-survey .cmps-widget-coaching-insight .category-header .path,cmps-rapid-ivr-survey .cmps-widget-performance-insight .category-header .path,cmps-rapid-ivr-survey .h4,cmps-rapid-ivr-survey .h6{font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}cmps-rapid-ivr-survey .jumbotron h1{color:#4c4c4c}cmps-rapid-ivr-survey .card .card-header{color:#4c4c4c;text-align:center}cmps-rapid-ivr-survey .survey{padding:0}cmps-rapid-ivr-survey .summary{align-items:stretch}cmps-rapid-ivr-survey .summary .score{border:1px solid #ccc;padding:.5rem 1rem;text-align:center}cmps-rapid-ivr-survey .summary .score .label,cmps-rapid-ivr-survey .summary .score .number{display:block;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}cmps-rapid-ivr-survey .summary .score .number{color:#4c4c4c;font-size:2rem}cmps-rapid-ivr-survey cmps-ris-table cmps-table th>:first-child{padding:.25rem}cmps-widget-rapid-ivr-survey .card-body{padding:0}cmps-widget-rapid-ivr-survey .agent .current,cmps-widget-rapid-ivr-survey .agent .incoming{border-color:transparent}cmps-widget-rapid-ivr-survey .agent .current .question .threshold,cmps-widget-rapid-ivr-survey .agent .incoming .question .threshold{cursor:pointer}cmps-widget-rapid-ivr-survey .agent{padding:0}.cmps-stack-rank cmps-widget-rapid-ivr-survey .agent .results,.cmps-widget-coaching-insight .category-header cmps-widget-rapid-ivr-survey .agent .path,.cmps-widget-performance-insight .category-header cmps-widget-rapid-ivr-survey .agent .path,cmps-widget-rapid-ivr-survey .agent .cmps-stack-rank .results,cmps-widget-rapid-ivr-survey .agent .cmps-widget-coaching-insight .category-header .path,cmps-widget-rapid-ivr-survey .agent .cmps-widget-performance-insight .category-header .path,cmps-widget-rapid-ivr-survey .agent .h4,cmps-widget-rapid-ivr-survey .agent .h6{font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}cmps-widget-rapid-ivr-survey .agent .current-incoming-container{position:relative}cmps-widget-rapid-ivr-survey .agent .current,cmps-widget-rapid-ivr-survey .agent .incoming{border:1px solid #aabcd0;padding:.5rem}cmps-widget-rapid-ivr-survey .agent .current .col-4,cmps-widget-rapid-ivr-survey .agent .current .col-12,cmps-widget-rapid-ivr-survey .agent .incoming .col-4,cmps-widget-rapid-ivr-survey .agent .incoming .col-12{padding:0 1rem}cmps-widget-rapid-ivr-survey .agent .current .info div:nth-child(2),cmps-widget-rapid-ivr-survey .agent .incoming .info div:nth-child(2){text-align:center}cmps-widget-rapid-ivr-survey .agent .current .info div:last-child,cmps-widget-rapid-ivr-survey .agent .incoming .info div:last-child{text-align:right}cmps-widget-rapid-ivr-survey .agent .current .score,cmps-widget-rapid-ivr-survey .agent .incoming .score{font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}cmps-widget-rapid-ivr-survey .agent .current .score .threshold,cmps-widget-rapid-ivr-survey .agent .incoming .score .threshold{align-items:center;color:#fff;display:flex;margin-top:.5rem;padding:1rem;text-align:center}cmps-widget-rapid-ivr-survey .agent .current .score .threshold>div,cmps-widget-rapid-ivr-survey .agent .incoming .score .threshold>div{overflow:hidden;width:100%}cmps-widget-rapid-ivr-survey .agent .current .score .threshold .label,cmps-widget-rapid-ivr-survey .agent .current .score .threshold .value,cmps-widget-rapid-ivr-survey .agent .incoming .score .threshold .label,cmps-widget-rapid-ivr-survey .agent .incoming .score .threshold .value{display:block;width:100%}cmps-widget-rapid-ivr-survey .agent .current .score .threshold .value,cmps-widget-rapid-ivr-survey .agent .incoming .score .threshold .value{font-size:1.5rem}cmps-widget-rapid-ivr-survey .agent .current .score .threshold.no-color,cmps-widget-rapid-ivr-survey .agent .incoming .score .threshold.no-color{color:#000}cmps-widget-rapid-ivr-survey .agent .current .question,cmps-widget-rapid-ivr-survey .agent .incoming .question{align-items:stretch;font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;padding:0 .5rem}cmps-widget-rapid-ivr-survey .agent .current .question .col,cmps-widget-rapid-ivr-survey .agent .incoming .question .col{margin-top:.5rem;padding:0 .5rem}cmps-widget-rapid-ivr-survey .agent .current .question .threshold,cmps-widget-rapid-ivr-survey .agent .incoming .question .threshold{align-items:center;color:#fff;display:flex;height:100%;padding:.5rem;text-align:center}cmps-widget-rapid-ivr-survey .agent .current .question .threshold>div,cmps-widget-rapid-ivr-survey .agent .incoming .question .threshold>div{overflow:hidden;width:100%}cmps-widget-rapid-ivr-survey .agent .current .question .threshold .label,cmps-widget-rapid-ivr-survey .agent .current .question .threshold .value,cmps-widget-rapid-ivr-survey .agent .incoming .question .threshold .label,cmps-widget-rapid-ivr-survey .agent .incoming .question .threshold .value{display:block;width:100%}cmps-widget-rapid-ivr-survey .agent .current .question .threshold .label,cmps-widget-rapid-ivr-survey .agent .incoming .question .threshold .label{font-size:.65rem}cmps-widget-rapid-ivr-survey .agent .current .question .threshold .value,cmps-widget-rapid-ivr-survey .agent .incoming .question .threshold .value{font-size:1.5rem}cmps-widget-rapid-ivr-survey .agent .current .question .threshold.disabled,cmps-widget-rapid-ivr-survey .agent .incoming .question .threshold.disabled{background-color:grey!important}cmps-widget-rapid-ivr-survey .agent .current .question .threshold.no-color,cmps-widget-rapid-ivr-survey .agent .incoming .question .threshold.no-color{color:#000}cmps-widget-rapid-ivr-survey .agent .incoming{height:100%;position:absolute;top:0;width:100%}cmps-widget-rapid-ivr-survey .agent .current.hide,cmps-widget-rapid-ivr-survey .agent .incoming.hide{opacity:0;transition:opacity .4s;z-index:-1}@keyframes pulsate{0%{opacity:.5;transform:scale(1)}50%{opacity:1}to{opacity:.5;transform:scale(1.5)}}cmps-widget-rapid-ivr-survey .agent .pulsate{animation:pulsate 1s ease-out;animation-iteration-count:infinite}@keyframes highlight-even{25%{background-color:rgba(0,0,0,.075)}to{background-color:#eaeaea}}@keyframes highlight-odd{25%{background-color:rgba(0,0,0,.075)}to{background-color:#fff}}cmps-widget-rapid-ivr-survey .agent cmps-ris-table cmps-table tbody tr.highlight:nth-child(2n){animation:highlight-even 3s ease-out}cmps-widget-rapid-ivr-survey .agent cmps-ris-table cmps-table tbody tr.highlight:nth-child(odd){animation:highlight-odd 3s ease-out}cmps-widget-ris-team-manager .team-manager{padding:0}.cmps-stack-rank cmps-widget-ris-team-manager .team-manager .results,.cmps-widget-coaching-insight .category-header cmps-widget-ris-team-manager .team-manager .path,.cmps-widget-performance-insight .category-header cmps-widget-ris-team-manager .team-manager .path,cmps-widget-ris-team-manager .team-manager .cmps-stack-rank .results,cmps-widget-ris-team-manager .team-manager .cmps-widget-coaching-insight .category-header .path,cmps-widget-ris-team-manager .team-manager .cmps-widget-performance-insight .category-header .path,cmps-widget-ris-team-manager .team-manager .h4,cmps-widget-ris-team-manager .team-manager .h6{font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}cmps-ris-table cmps-table th{font-size:.93rem}cmps-ris-table cmps-table th>span{color:#4c4c4c;font-size:.93rem}cmps-ris-table cmps-table th.constrict{width:1px}cmps-ris-table cmps-table td.user{text-transform:capitalize}cmps-ris-table cmps-table th.score{width:200px}cmps-ris-table cmps-table th.question{min-width:100px}cmps-ris-table cmps-table th.question:hover{cursor:pointer}cmps-ris-table cmps-table td{background-color:#fff;padding:.5rem;white-space:nowrap}cmps-ris-table cmps-table tfoot th{padding:0!important}tr[cmps-ris-team-member-history]>td{background-color:#fff}.cmps-tdcf-report-manager-table cmps-ris-table cmps-table i.cmps-angle,.cmps-tdcf-table cmps-ris-table cmps-table i.cmps-angle,cmps-ris-table cmps-table .cmps-angle-down,cmps-ris-table cmps-table .cmps-tdcf-report-manager-table i.cmps-angle,cmps-ris-table cmps-table .cmps-tdcf-table i.cmps-angle{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:transform .4s linear}cmps-ris-table cmps-table .cmps-angle-up{transform:rotate(180deg)}cmps-ris-table cmps-table .cmps-angle-right{transform:rotate(-90deg)}.cmps-user-modal-select-window .modal-content{background-attachment:fixed;background-image:url(../assets/background14.jpeg?c9f42173ec917a096eba);background-position:100% 0;background-repeat:no-repeat;background-size:cover}.cmps-user-modal-select-window cmps-user-modal-select{background-color:rgba(0,0,0,.6);padding:1rem}.cmps-user-modal-select-window .modal-footer,.cmps-user-modal-select-window .modal-header{border:0}.cmps-user-modal-select-window .card-header,.cmps-user-modal-select-window .modal-title,.cmps-user-modal-select-window button.close,.cmps-user-modal-select-window button.close:hover,.cmps-user-modal-select-window cmps-user-search .cmps-wait-status-loader,.cmps-user-modal-select-window h2,.cmps-user-modal-select-window label{color:#fff}.cmps-user-modal-select-window .modal-footer{justify-content:center}.cmps-user-modal-select-window .modal-footer img{max-width:100px}.cmps-stack-rank .stack-rank{min-height:2px;padding:0}.cmps-stack-rank .results,.cmps-stack-rank .viewable-ntiles{margin-bottom:.25rem}.cmps-stack-rank .viewable-ntiles{font-size:.8rem}.cmps-stack-rank .ntiles{margin-bottom:.75rem}.cmps-stack-rank .ntiles label{margin-bottom:0;margin-top:.25rem}.cmps-stack-rank .export-data{align-items:flex-end;display:flex;justify-content:flex-end}.cmps-stack-rank .export-data button{margin-bottom:.75rem}.cmps-stack-rank .data-placeholder{align-items:center;border:1px solid #a9a9a9;display:flex;height:150px;justify-content:center}.cmps-stack-rank .data-placeholder span{font-size:1.5rem;text-align:center}.cmps-sr-filter{padding:0}.cmps-sr-filter .group,.cmps-sr-filter .group-btn-parent,.cmps-sr-filter .group.group-btn-parent{padding-top:1rem}.cmps-sr-filter .group:first-child{padding-top:0}.cmps-sr-filter .group .group-nested{padding:0}@media (min-width:768px){.cmps-sr-filter .group{border-right:1px solid #d3d3d3;padding-top:0}.cmps-sr-filter .group:last-child{border-right:none}}.cmps-sr-filter .group-btn-parent{text-align:right}cmps-stack-rank-table cmps-table th .metric-name{justify-content:center}cmps-stack-rank-table cmps-table td.ntile-end,cmps-stack-rank-table cmps-table td.trend{text-align:center}cmps-stack-rank-table cmps-table td.ntile-end{background-color:#dee5ec!important;font-size:.8rem}cmps-stack-rank-table cmps-table th .sort-handle>i{margin-left:.2rem}cmps-stack-rank-table cmps-table td.trend .trend-handle>i,cmps-stack-rank-table cmps-table th .sort-handle>i{font-size:.9rem}cmps-stack-rank-table cmps-table td.trend .trend-handle,cmps-stack-rank-table cmps-table th .sort-handle{cursor:pointer;-ms-user-select:none;user-select:none}tr[cmps-stack-rank-trend] cmps-table tbody tr.highlight,tr[cmps-stack-rank-trend] cmps-table tbody tr.highlight td{background-color:rgba(0,0,0,.075)!important}tr[cmps-stack-rank-trend] cmps-table tbody tr.highlight td .marker{height:16px;margin:0;width:16px}tr[cmps-stack-rank-trend] cmps-table tbody tr:hover td{background-color:rgba(0,0,0,.075)!important}tr[cmps-stack-rank-trend] cmps-table tbody tr td .marker{height:10px;margin:0 3px;transition:margin .2s,width .2s,height .2s;width:10px}tr[cmps-stack-rank-trend] ng-chart-axis>div{background-color:#fff;border:1px solid #a9a9a9}@font-face{font-family:Lato-Hairline;font-style:normal;font-weight:100;src:url(../assets/lato-hairline.eot?81e167f8098c31ac5715);src:url(../assets/lato-hairline.eot?81e167f8098c31ac5715?#iefix) format("embedded-opentype"),url(../assets/lato-hairline.woff2?4b86d992a11ccd0a1262) format("woff2"),url(../assets/lato-hairline.woff?eb2336ccdf6b013e368d) format("woff"),url(../assets/lato-hairline.ttf?2a687754fff60ff91113) format("truetype"),url(../assets/lato-hairline.svg?c5c12b6b1f2aa2344e7e#latohairline) format("svg")}@font-face{font-family:Lato-Light;font-style:normal;font-weight:200;src:url(../assets/lato-light.eot?68ccc1276c8a8afefd23);src:url(../assets/lato-light.eot?68ccc1276c8a8afefd23?#iefix) format("embedded-opentype"),url(../assets/lato-light.woff2?b955643fe484fefa9c3f) format("woff2"),url(../assets/lato-light.woff?88a5c13e36a79448c466) format("woff"),url(../assets/lato-light.ttf?e6f1291102fda585a9a9) format("truetype"),url(../assets/lato-light.svg?6e99930f359d8fde9ec6#latolight) format("svg")}@font-face{font-family:Lato;font-style:normal;font-weight:400;src:url(../assets/lato-regular.eot?db8f3ecbd8ce605c8de5);src:url(../assets/lato-regular.eot?db8f3ecbd8ce605c8de5?#iefix) format("embedded-opentype"),url(../assets/lato-regular.woff2?d65bb2f3d7a8e2844f00) format("woff2"),url(../assets/lato-regular.woff?2a9a25c38fbae66a3eda) format("woff"),url(../assets/lato-regular.ttf?a47ac4ac6f1e129382ab) format("truetype"),url(../assets/lato-regular.svg?8c5ba53332442ab66be5#latoregular) format("svg")}@font-face{font-family:Lato;font-style:normal;font-weight:700;src:url(../assets/lato-bold.eot?4811bdb3829156eb0e08);src:url(../assets/lato-bold.eot?4811bdb3829156eb0e08?#iefix) format("embedded-opentype"),url(../assets/lato-bold.woff2?10288b3ae68c241016e6) format("woff2"),url(../assets/lato-bold.woff?1d27041cba4787255423) format("woff"),url(../assets/lato-bold.ttf?401bd636a7027c695b08) format("truetype"),url(../assets/lato-bold.svg?eed46da952a4ad3d0e11#latobold) format("svg")}@font-face{font-family:Lato-Bold;font-style:normal;font-weight:700;src:url(../assets/lato-bold.eot?4811bdb3829156eb0e08);src:url(../assets/lato-bold.eot?4811bdb3829156eb0e08?#iefix) format("embedded-opentype"),url(../assets/lato-bold.woff2?10288b3ae68c241016e6) format("woff2"),url(../assets/lato-bold.woff?1d27041cba4787255423) format("woff"),url(../assets/lato-bold.ttf?401bd636a7027c695b08) format("truetype"),url(../assets/lato-bold.svg?eed46da952a4ad3d0e11#latobold) format("svg")}@font-face{font-family:Lato-Black;font-style:normal;font-weight:800;src:url(../assets/lato-black.eot?f617a984955202aaf033);src:url(../assets/lato-black.eot?f617a984955202aaf033?#iefix) format("embedded-opentype"),url(../assets/lato-black.woff2?a6a5c8a21622b8fe7988) format("woff2"),url(../assets/lato-black.woff?9392d190becade1066ef) format("woff"),url(../assets/lato-black.ttf?e5c10b5f2dd0f93e72d3) format("truetype"),url(../assets/lato-black.svg?27cff319d7c151d6e936#latoblack) format("svg")}@font-face{font-family:Raleway;font-style:normal;font-weight:400;src:url(../assets/raleway-regular.eot?0eee04eeb17930b70cd6);src:url(../assets/raleway-regular.eot?0eee04eeb17930b70cd6?#iefix) format("embedded-opentype"),url(../assets/raleway-regular.woff2?a1ab9a2aa28085b36bcb) format("woff2"),url(../assets/raleway-regular.woff?f210598c3ebe98889e24) format("woff"),url(../assets/raleway-regular.ttf?c268e80ba67c4a294054) format("truetype"),url(../assets/raleway-regular.svg?302d0730400417fb9f8c#ralewayregular) format("svg")}cmps-vimeo{color:#9fa7b0;font-size:.875rem}cmps-vimeo .btn-link,cmps-vimeo a,cmps-vimeo cmps-vimeo .btn-link,cmps-vimeo h1,cmps-vimeo h2,cmps-vimeo h3{color:#4c4c4c}cmps-vimeo .container-fluid.top{padding-left:2rem;padding-right:2rem}cmps-vimeo .intro{font-size:1.25rem;margin-bottom:3rem}cmps-vimeo .intro h2{color:#78a746}cmps-vimeo .intro .h3{color:#9fa7b0}cmps-vimeo .player{margin-bottom:3rem}cmps-vimeo-text-playlist a{color:#9fa7b0}cmps-vimeo-text-playlist div:last-child{margin-bottom:1rem}cmps-vimeo-now-playing .container-fluid{margin-bottom:1rem;margin-top:1rem;padding:0}cmps-vimeo-now-playing .next{text-align:right}cmps-vimeo-now-playing .next a span{color:inherit}cmps-vimeo-now-playing .next span{display:block}cmps-vimeo-playlist .container-fluid{padding:0}cmps-vimeo-playlist button.full-list{margin-bottom:1rem;padding:0}cmps-vimeo-playlist .item{display:flex;margin-bottom:1rem}cmps-vimeo-playlist .item>div:nth-child(2)>div{height:100%;line-height:18px;margin-left:.5rem;margin-top:.1rem;max-height:72px;overflow:hidden;position:relative}cmps-vimeo-playlist .item>div:nth-child(2)>div:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:0;content:"";height:1em;pointer-events:none;position:absolute;right:0;width:100%}cmps-vimeo-playlist .item>div:nth-child(2)>div.full-description{max-height:none!important;overflow:visible}cmps-vimeo-playlist .item>div:nth-child(2)>div.full-description:after{content:none}cmps-vimeo-playlist .item .tag{border:1px solid grey;color:#4c4c4c;display:inline-block;font-size:.75em;padding:0 5px}cmps-vimeo-playlist .item img{height:75px}cmps-vimeo-playlist .item .description{cursor:pointer}cmps-vimeo-playlist>.is-player-queue{max-height:540px;overflow-x:hidden;overflow-y:auto}cmps-vimeo-playlist>.is-player-queue .item>div:nth-child(2)>div{margin-top:.3rem;max-height:90px}cmps-vimeo-playlist>.is-player-queue .item img{height:100px}cmps-object-explorer-filter .oe-filter{height:56px;padding:0 1rem}cmps-object-explorer-filter .oe-filter>form{align-items:center;display:flex;height:100%}cmps-object-explorer-filter .oe-filter>form>input{flex-grow:3;width:inherit}cmps-object-explorer-filter .oe-filter>form>div{flex-grow:1;margin-left:1rem}@media (min-width:992px){cmps-object-explorer-filter .oe-filter{padding-left:5rem!important;padding-right:5rem!important}}@media (min-width:1200px){cmps-object-explorer-filter .oe-filter{padding-left:9rem!important;padding-right:9rem!important}}@media (min-width:1366px){cmps-object-explorer-filter .oe-filter{padding-left:13rem!important;padding-right:13rem!important}}cmps-object-explorer-breadcrumb .oe-breadcrumb{align-items:center;display:flex;height:48px}cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb{background-color:inherit;font-size:1.3em;margin-bottom:0}cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb-item>a,cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb-item>span{display:inline-block}cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb-item>a i:before,cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb-item>span i:before{margin-top:.1rem}cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb-item:before{content:"";font-size:.8em;margin-top:.1rem;padding-right:0;padding-top:.5rem;transform:rotate(90deg);vertical-align:top}cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb-item:first-of-type:before{display:none}@media (min-width:992px){cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb{padding-left:5rem!important;padding-right:5rem!important}}@media (min-width:1200px){cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb{padding-left:9rem!important;padding-right:9rem!important}}@media (min-width:1366px){cmps-object-explorer-breadcrumb .oe-breadcrumb .breadcrumb{padding-left:13rem!important;padding-right:13rem!important}}cmps-object-explorer-edit .oe-all-attr-used{margin-bottom:-1rem}cmps-object-explorer-edit .oe-preview{align-items:center;border:1px solid #ccc;display:flex;justify-content:center;margin-bottom:1rem;padding:1rem}cmps-object-explorer-edit .oe-preview .oe-icon{align-items:center;color:#9fa7b0;display:flex;font-size:2em;justify-content:center;margin-right:.5rem}cmps-object-explorer-edit .oe-preview .oe-icon>i:before{vertical-align:text-bottom}cmps-object-explorer-edit .oe-preview a{margin-right:1rem}cmps-object-explorer-edit .oe-preview .oe-marker{align-items:center;display:flex;margin:0 .3rem}cmps-object-explorer-edit .oe-preview .oe-marker.oe-desc{color:#9fa7b0}cmps-object-explorer-edit .oe-preview .oe-marker.oe-star{color:#ffad40;font-size:1.5em}cmps-object-explorer-edit .oe-preview .oe-marker.oe-star>i:before{vertical-align:text-bottom}cmps-object-explorer-table .oe-table{padding-top:120px;z-index:1}cmps-object-explorer-table .oe-table .oe-preload{font-size:1.3em;margin:1rem;text-align:center}cmps-object-explorer-table .oe-table cmps-table table{margin-bottom:0}cmps-object-explorer-table .oe-table cmps-table .table .tfoot-light th,cmps-object-explorer-table .oe-table cmps-table .table .thead-light th{background-color:#fff}cmps-object-explorer-table .oe-table cmps-table thead tr:first-child th{border-bottom:1px solid #ccc}cmps-object-explorer-table .oe-table cmps-table tbody tr:first-child td{border-top:none}cmps-object-explorer-table .oe-table cmps-table tbody>tr>td:not([hidden]),cmps-object-explorer-table .oe-table cmps-table thead>tr>th:not([hidden]){padding-left:1rem}cmps-object-explorer-table .oe-table cmps-table tbody>tr>td:not([hidden]):last-of-type,cmps-object-explorer-table .oe-table cmps-table thead>tr>th:not([hidden]):last-of-type{padding-right:1rem}cmps-object-explorer-table .oe-table cmps-table thead th{color:#4c4c4c;padding:.75rem 1rem}cmps-object-explorer-table .oe-table cmps-table thead th .oe-sort{font-size:1.3em}cmps-object-explorer-table .oe-table cmps-table thead th .oe-sort i{font-size:.8em}cmps-object-explorer-table .oe-table cmps-table thead th .oe-sort i.oe-icon-hidden:before{visibility:hidden}cmps-object-explorer-table .oe-table cmps-table tbody td{color:#4c4c4c;font-size:1.2em}cmps-object-explorer-table .oe-table cmps-table td,cmps-object-explorer-table .oe-table cmps-table th{border-top:1px solid #ccc}cmps-object-explorer-table .oe-table cmps-table td .oe-name{align-items:center;display:flex}cmps-object-explorer-table .oe-table cmps-table td .oe-name .oe-icon{align-items:center;color:#9fa7b0;display:flex;font-size:2em;justify-content:center;margin-right:.5rem}cmps-object-explorer-table .oe-table cmps-table td .oe-name .oe-icon>i:before{vertical-align:text-bottom}cmps-object-explorer-table .oe-table cmps-table td .oe-name a{margin-right:1rem}cmps-object-explorer-table .oe-table cmps-table td .oe-name .oe-marker{align-items:center;display:flex;margin:0 .3rem}cmps-object-explorer-table .oe-table cmps-table td .oe-name .oe-marker.oe-desc{color:#9fa7b0}cmps-object-explorer-table .oe-table cmps-table td .oe-name .oe-marker.oe-star{color:#ffad40;font-size:1.5em}cmps-object-explorer-table .oe-table cmps-table td .oe-name .oe-marker.oe-star>i:before{vertical-align:text-bottom}cmps-object-explorer-table .oe-table cmps-table td .oe-action{text-align:right}cmps-object-explorer-table .oe-table cmps-table td .oe-delete,cmps-object-explorer-table .oe-table cmps-table td .oe-edit,cmps-object-explorer-table .oe-table cmps-table td .oe-public,cmps-object-explorer-table .oe-table cmps-table td .oe-rename{font-size:1.2em;margin:0 .5rem}cmps-object-explorer-table .oe-table cmps-table td .oe-delete:last-of-type,cmps-object-explorer-table .oe-table cmps-table td .oe-edit:last-of-type,cmps-object-explorer-table .oe-table cmps-table td .oe-public:last-of-type,cmps-object-explorer-table .oe-table cmps-table td .oe-rename:last-of-type{margin-right:0}cmps-object-explorer-table .oe-table cmps-table td .oe-delete>i:before,cmps-object-explorer-table .oe-table cmps-table td .oe-edit>i:before,cmps-object-explorer-table .oe-table cmps-table td .oe-public>i:before,cmps-object-explorer-table .oe-table cmps-table td .oe-rename>i:before{vertical-align:middle}cmps-object-explorer-table .oe-table cmps-table td .oe-edit,cmps-object-explorer-table .oe-table cmps-table td .oe-public,cmps-object-explorer-table .oe-table cmps-table td .oe-rename{font-size:1.4em}cmps-object-explorer-table .oe-table cmps-table td .oe-public.oe-public-not{color:#9fa7b0}cmps-object-explorer-table .oe-table cmps-table td .oe-delete{color:#de3f3d}cmps-object-explorer-table .oe-alert{margin:0 2rem 1rem}@media (min-width:992px){cmps-object-explorer-table .oe-table cmps-table tbody>tr>td:not([hidden]),cmps-object-explorer-table .oe-table cmps-table thead>tr>th:not([hidden]){padding-left:5rem!important}cmps-object-explorer-table .oe-table cmps-table tbody>tr>td:not([hidden]):last-of-type,cmps-object-explorer-table .oe-table cmps-table thead>tr>th:not([hidden]):last-of-type{padding-right:5rem!important}}@media (min-width:1200px){cmps-object-explorer-table .oe-table cmps-table tbody>tr>td:not([hidden]),cmps-object-explorer-table .oe-table cmps-table thead>tr>th:not([hidden]){padding-left:9rem!important}cmps-object-explorer-table .oe-table cmps-table tbody>tr>td:not([hidden]):last-of-type,cmps-object-explorer-table .oe-table cmps-table thead>tr>th:not([hidden]):last-of-type{padding-right:9rem!important}}@media (min-width:1366px){cmps-object-explorer-table .oe-table cmps-table tbody>tr>td:not([hidden]),cmps-object-explorer-table .oe-table cmps-table thead>tr>th:not([hidden]){padding-left:13rem!important}cmps-object-explorer-table .oe-table cmps-table tbody>tr>td:not([hidden]):last-of-type,cmps-object-explorer-table .oe-table cmps-table thead>tr>th:not([hidden]):last-of-type{padding-right:13rem!important}}cmps-object-explorer .oe-bars{background-color:#fff;left:0;position:fixed;right:0;top:72px;z-index:3}cmps-object-explorer .oe-bars .oe-bar{border-bottom:1px solid #ccc}cmps-object-explorer .oe-tool{align-items:center;display:flex;height:72px;padding:0 1rem}cmps-object-explorer .oe-tool .oe-left,cmps-object-explorer .oe-tool .oe-right{flex-grow:1}cmps-object-explorer .oe-tool .oe-right{text-align:right}cmps-object-explorer .oe-tool .oe-btn{padding-left:2rem;padding-right:2rem}cmps-object-explorer .oe-tool .oe-filter{background-color:#ccc;color:#000}cmps-object-explorer .oe-tool .oe-filter>i{margin-right:.3rem}cmps-object-explorer .oe-content.oe-filter-visible{padding-top:56px}.cmps-profile-picture-change cmps-object-explorer-delete .btn-banner,.cmps-profile-picture-change cmps-object-explorer-edit .btn-banner,.cmps-profile-picture-change cmps-object-explorer-move .btn-banner,cmps-object-explorer-delete .btn,cmps-object-explorer-delete .cmps-profile-picture-change .btn-banner,cmps-object-explorer-delete button.cmps-btn-table,cmps-object-explorer-edit .btn,cmps-object-explorer-edit .cmps-profile-picture-change .btn-banner,cmps-object-explorer-edit button.cmps-btn-table,cmps-object-explorer-move .btn,cmps-object-explorer-move .cmps-profile-picture-change .btn-banner,cmps-object-explorer-move button.cmps-btn-table{padding-left:2rem;padding-right:2rem}.cmps-profile-picture-change cmps-object-explorer-delete .btn-danger.btn-banner,.cmps-profile-picture-change cmps-object-explorer-delete .btn-primary.btn-banner,.cmps-profile-picture-change cmps-object-explorer-edit .btn-danger.btn-banner,.cmps-profile-picture-change cmps-object-explorer-edit .btn-primary.btn-banner,.cmps-profile-picture-change cmps-object-explorer-move .btn-danger.btn-banner,.cmps-profile-picture-change cmps-object-explorer-move .btn-primary.btn-banner,cmps-object-explorer-delete .btn.btn-danger,cmps-object-explorer-delete .btn.btn-primary,cmps-object-explorer-delete .cmps-profile-picture-change .btn-danger.btn-banner,cmps-object-explorer-delete .cmps-profile-picture-change .btn-primary.btn-banner,cmps-object-explorer-delete button.btn-danger.cmps-btn-table,cmps-object-explorer-delete button.btn-primary.cmps-btn-table,cmps-object-explorer-edit .btn.btn-danger,cmps-object-explorer-edit .btn.btn-primary,cmps-object-explorer-edit .cmps-profile-picture-change .btn-danger.btn-banner,cmps-object-explorer-edit .cmps-profile-picture-change .btn-primary.btn-banner,cmps-object-explorer-edit button.btn-danger.cmps-btn-table,cmps-object-explorer-edit button.btn-primary.cmps-btn-table,cmps-object-explorer-move .btn.btn-danger,cmps-object-explorer-move .btn.btn-primary,cmps-object-explorer-move .cmps-profile-picture-change .btn-danger.btn-banner,cmps-object-explorer-move .cmps-profile-picture-change .btn-primary.btn-banner,cmps-object-explorer-move button.btn-danger.cmps-btn-table,cmps-object-explorer-move button.btn-primary.cmps-btn-table{border-color:transparent}.cmps-profile-picture-change cmps-object-explorer-delete .btn-primary.btn-banner,.cmps-profile-picture-change cmps-object-explorer-edit .btn-primary.btn-banner,.cmps-profile-picture-change cmps-object-explorer-move .btn-primary.btn-banner,cmps-object-explorer-delete .btn.btn-primary,cmps-object-explorer-delete .cmps-profile-picture-change .btn-primary.btn-banner,cmps-object-explorer-delete button.btn-primary.cmps-btn-table,cmps-object-explorer-edit .btn.btn-primary,cmps-object-explorer-edit .cmps-profile-picture-change .btn-primary.btn-banner,cmps-object-explorer-edit button.btn-primary.cmps-btn-table,cmps-object-explorer-move .btn.btn-primary,cmps-object-explorer-move .cmps-profile-picture-change .btn-primary.btn-banner,cmps-object-explorer-move button.btn-primary.cmps-btn-table{background-color:#78a746}.cmps-profile-picture-change cmps-object-explorer-delete .btn+.btn-banner,.cmps-profile-picture-change cmps-object-explorer-delete .btn-banner+.btn,.cmps-profile-picture-change cmps-object-explorer-delete .btn-banner+.btn-banner,.cmps-profile-picture-change cmps-object-explorer-delete .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change cmps-object-explorer-delete button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change cmps-object-explorer-edit .btn+.btn-banner,.cmps-profile-picture-change cmps-object-explorer-edit .btn-banner+.btn,.cmps-profile-picture-change cmps-object-explorer-edit .btn-banner+.btn-banner,.cmps-profile-picture-change cmps-object-explorer-edit .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change cmps-object-explorer-edit button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change cmps-object-explorer-move .btn+.btn-banner,.cmps-profile-picture-change cmps-object-explorer-move .btn-banner+.btn,.cmps-profile-picture-change cmps-object-explorer-move .btn-banner+.btn-banner,.cmps-profile-picture-change cmps-object-explorer-move .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change cmps-object-explorer-move button.cmps-btn-table+.btn-banner,cmps-object-explorer-delete .btn+.btn,cmps-object-explorer-delete .btn+button.cmps-btn-table,cmps-object-explorer-delete .cmps-profile-picture-change .btn+.btn-banner,cmps-object-explorer-delete .cmps-profile-picture-change .btn-banner+.btn,cmps-object-explorer-delete .cmps-profile-picture-change .btn-banner+.btn-banner,cmps-object-explorer-delete .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,cmps-object-explorer-delete .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,cmps-object-explorer-delete button.cmps-btn-table+.btn,cmps-object-explorer-delete button.cmps-btn-table+button.cmps-btn-table,cmps-object-explorer-edit .btn+.btn,cmps-object-explorer-edit .btn+button.cmps-btn-table,cmps-object-explorer-edit .cmps-profile-picture-change .btn+.btn-banner,cmps-object-explorer-edit .cmps-profile-picture-change .btn-banner+.btn,cmps-object-explorer-edit .cmps-profile-picture-change .btn-banner+.btn-banner,cmps-object-explorer-edit .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,cmps-object-explorer-edit .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,cmps-object-explorer-edit button.cmps-btn-table+.btn,cmps-object-explorer-edit button.cmps-btn-table+button.cmps-btn-table,cmps-object-explorer-move .btn+.btn,cmps-object-explorer-move .btn+button.cmps-btn-table,cmps-object-explorer-move .cmps-profile-picture-change .btn+.btn-banner,cmps-object-explorer-move .cmps-profile-picture-change .btn-banner+.btn,cmps-object-explorer-move .cmps-profile-picture-change .btn-banner+.btn-banner,cmps-object-explorer-move .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,cmps-object-explorer-move .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,cmps-object-explorer-move button.cmps-btn-table+.btn,cmps-object-explorer-move button.cmps-btn-table+button.cmps-btn-table{margin-left:.5rem}@media (min-width:992px){cmps-object-explorer .oe-tool{padding-left:5rem!important;padding-right:5rem!important}}@media (min-width:1200px){cmps-object-explorer .oe-tool{padding-left:9rem!important;padding-right:9rem!important}}@media (min-width:1366px){cmps-object-explorer .oe-tool{padding-left:13rem!important;padding-right:13rem!important}}cmps-object-explorer-edit a,cmps-object-explorer-edit a:hover,cmps-object-explorer a,cmps-object-explorer a:hover{color:#4c4c4c}cmps-object-explorer-delete .modal-title,cmps-object-explorer-edit .modal-title,cmps-object-explorer-move .modal-title{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.7em}cmps-object-explorer-delete .modal-title~.close,cmps-object-explorer-edit .modal-title~.close,cmps-object-explorer-move .modal-title~.close{font-size:2.5em}cmps-object-explorer-delete .modal-body,cmps-object-explorer-edit .modal-body,cmps-object-explorer-move .modal-body{padding:1rem 3rem}cmps-object-explorer-delete .form-group label,cmps-object-explorer-edit .form-group label,cmps-object-explorer-move .form-group label{font-size:1.1em;letter-spacing:.03em;margin-bottom:.25rem}cmps-object-explorer-delete .oe-submit,cmps-object-explorer-edit .oe-submit,cmps-object-explorer-move .oe-submit{margin-bottom:1rem;padding:1rem 0;text-align:right}@media (min-width:992px){.cmps-tdcf-report-manager>.tdcf-content,.cmps-tdcf>.tdcf-content{padding-left:5rem!important;padding-right:5rem!important}}@media (min-width:1200px){.cmps-tdcf-report-manager>.tdcf-content,.cmps-tdcf>.tdcf-content{padding-left:9rem!important;padding-right:9rem!important}}@media (min-width:1366px){.cmps-tdcf-report-manager>.tdcf-content,.cmps-tdcf>.tdcf-content{padding-left:13rem!important;padding-right:13rem!important}}.cmps-tdcf-search .tdcf-selected-user{font-size:1rem}.cmps-tdcf-table i.cmps-angle{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:transform .4s linear}.cmps-tdcf-table i.cmps-angle-up{transform:rotate(180deg)}.cmps-tdcf-table i.cmps-angle-right{transform:rotate(-90deg)}.cmps-tdcf-table i.cmps-angle-hidden:before{visibility:hidden}.cmps-tdcf-table table{border-bottom:1px solid #ccc}.cmps-tdcf-table table th:first-child{padding-left:1rem}.cmps-tdcf-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-tdcf-table table td:last-child{border-right:1px solid #ccc}.cmps-tdcf-table table td,.cmps-tdcf-table table th{color:gray}.cmps-tdcf-table table td>div,.cmps-tdcf-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-tdcf-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-tdcf-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-tdcf-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-tdcf-table table td .tdcf-form{padding-right:1rem}.cmps-tdcf-table table th:last-child,.cmps-tdcf-table table th:nth-last-child(2){width:250px}.cmps-tdcf-table .tdcf-sort{color:gray;font-size:1em}.cmps-tdcf-table .tdcf-sort span{align-items:center;display:flex}.cmps-tdcf-table .tdcf-sort i{font-size:.8em}.cmps-tdcf-table .tdcf-expand{color:gray;margin-right:.5rem}.cmps-tdcf-table .tdcf-row{cursor:pointer}.cmps-tdcf-table .tdcf-status-pending{background-color:#ffad40;color:#fff;padding:.6rem 1.25rem}.cmps-tdcf-table .tdcf-icon{align-items:center;color:#9fa7b0;display:flex;font-size:1.2em;justify-content:center;margin-right:.5rem}.cmps-tdcf-table .tdcf-icon>i:before{vertical-align:text-bottom}.cmps-tdcf-print-preview{padding:1rem}@media print{.cmps-tdcf-print-preview{padding:0}}.cmps-tdcf-print-preview .heading{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.1em}.cmps-tdcf-report-manager form{align-items:center;display:flex;margin-bottom:1rem}.cmps-tdcf-report-manager form>.form-group{flex-grow:1;margin-bottom:0}.cmps-profile-picture-change .cmps-tdcf-report-manager form>.btn-banner,.cmps-tdcf-report-manager .cmps-profile-picture-change form>.btn-banner,.cmps-tdcf-report-manager form>.btn,.cmps-tdcf-report-manager form>button.cmps-btn-table{flex-grow:0;margin-left:1rem}.cmps-tdcf-report-manager-table i.cmps-angle{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:transform .4s linear}.cmps-tdcf-report-manager-table i.cmps-angle-up{transform:rotate(180deg)}.cmps-tdcf-report-manager-table i.cmps-angle-right{transform:rotate(-90deg)}.cmps-tdcf-report-manager-table i.cmps-angle-hidden:before{visibility:hidden}.cmps-tdcf-report-manager-table table{border-bottom:1px solid #ccc}.cmps-tdcf-report-manager-table table th:first-child{padding-left:1rem}.cmps-tdcf-report-manager-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-tdcf-report-manager-table table td:last-child{border-right:1px solid #ccc}.cmps-tdcf-report-manager-table table td,.cmps-tdcf-report-manager-table table th{color:gray}.cmps-tdcf-report-manager-table table td>div,.cmps-tdcf-report-manager-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-tdcf-report-manager-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-tdcf-report-manager-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-tdcf-report-manager-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-tdcf-report-manager-table table td .tdcf-form{padding-right:1rem}.cmps-tdcf-report-manager .tdcf-tools{margin-bottom:1rem}.cmps-tdcf-print-preview .form-group label,.cmps-tdcf-report-manager .form-group label,.cmps-tdcf .form-group label{color:#4c4c4c;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.1em;letter-spacing:.03em;margin-bottom:.25rem}.cmps-profile-picture-change .cmps-tdcf-print-preview .btn-banner,.cmps-profile-picture-change .cmps-tdcf-report-manager .btn-banner,.cmps-profile-picture-change .cmps-tdcf .btn-banner,.cmps-tdcf-print-preview .btn,.cmps-tdcf-print-preview .cmps-profile-picture-change .btn-banner,.cmps-tdcf-print-preview button.cmps-btn-table,.cmps-tdcf-report-manager .btn,.cmps-tdcf-report-manager .cmps-profile-picture-change .btn-banner,.cmps-tdcf-report-manager button.cmps-btn-table,.cmps-tdcf .btn,.cmps-tdcf .cmps-profile-picture-change .btn-banner,.cmps-tdcf button.cmps-btn-table{padding-left:2rem;padding-right:2rem}.cmps-profile-picture-change .cmps-tdcf-print-preview .btn-primary.btn-banner,.cmps-profile-picture-change .cmps-tdcf-report-manager .btn-primary.btn-banner,.cmps-profile-picture-change .cmps-tdcf .btn-primary.btn-banner,.cmps-tdcf-print-preview .btn.btn-primary,.cmps-tdcf-print-preview .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-tdcf-print-preview button.btn-primary.cmps-btn-table,.cmps-tdcf-report-manager .btn.btn-primary,.cmps-tdcf-report-manager .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-tdcf-report-manager button.btn-primary.cmps-btn-table,.cmps-tdcf .btn.btn-primary,.cmps-tdcf .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-tdcf button.btn-primary.cmps-btn-table{background-color:#78a746;border-color:transparent}.cmps-profile-picture-change .cmps-tdcf-print-preview .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .cmps-tdcf-report-manager .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .cmps-tdcf .btn-primary.btn-banner [disabled],.cmps-tdcf-print-preview .btn.btn-primary [disabled],.cmps-tdcf-print-preview .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-tdcf-print-preview button.btn-primary.cmps-btn-table [disabled],.cmps-tdcf-report-manager .btn.btn-primary [disabled],.cmps-tdcf-report-manager .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-tdcf-report-manager button.btn-primary.cmps-btn-table [disabled],.cmps-tdcf .btn.btn-primary [disabled],.cmps-tdcf .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-tdcf button.btn-primary.cmps-btn-table [disabled]{background-color:gray}.cmps-profile-picture-change .cmps-tdcf-print-preview .btn-primary.btn-banner:active,.cmps-profile-picture-change .cmps-tdcf-report-manager .btn-primary.btn-banner:active,.cmps-profile-picture-change .cmps-tdcf .btn-primary.btn-banner:active,.cmps-tdcf-print-preview .btn.btn-primary:active,.cmps-tdcf-print-preview .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-tdcf-print-preview button.btn-primary.cmps-btn-table:active,.cmps-tdcf-report-manager .btn.btn-primary:active,.cmps-tdcf-report-manager .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-tdcf-report-manager button.btn-primary.cmps-btn-table:active,.cmps-tdcf .btn.btn-primary:active,.cmps-tdcf .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-tdcf button.btn-primary.cmps-btn-table:active{background-color:#5b8034;border-color:transparent}.cmps-profile-picture-change .cmps-tdcf-print-preview .btn+.btn-banner,.cmps-profile-picture-change .cmps-tdcf-print-preview .btn-banner+.btn,.cmps-profile-picture-change .cmps-tdcf-print-preview .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-tdcf-print-preview .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-tdcf-print-preview button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .cmps-tdcf-report-manager .btn+.btn-banner,.cmps-profile-picture-change .cmps-tdcf-report-manager .btn-banner+.btn,.cmps-profile-picture-change .cmps-tdcf-report-manager .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-tdcf-report-manager .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-tdcf-report-manager button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .cmps-tdcf .btn+.btn-banner,.cmps-profile-picture-change .cmps-tdcf .btn-banner+.btn,.cmps-profile-picture-change .cmps-tdcf .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-tdcf .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-tdcf button.cmps-btn-table+.btn-banner,.cmps-tdcf-print-preview .btn+.btn,.cmps-tdcf-print-preview .btn+button.cmps-btn-table,.cmps-tdcf-print-preview .cmps-profile-picture-change .btn+.btn-banner,.cmps-tdcf-print-preview .cmps-profile-picture-change .btn-banner+.btn,.cmps-tdcf-print-preview .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-tdcf-print-preview .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-tdcf-print-preview .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-tdcf-print-preview button.cmps-btn-table+.btn,.cmps-tdcf-print-preview button.cmps-btn-table+button.cmps-btn-table,.cmps-tdcf-report-manager .btn+.btn,.cmps-tdcf-report-manager .btn+button.cmps-btn-table,.cmps-tdcf-report-manager .cmps-profile-picture-change .btn+.btn-banner,.cmps-tdcf-report-manager .cmps-profile-picture-change .btn-banner+.btn,.cmps-tdcf-report-manager .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-tdcf-report-manager .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-tdcf-report-manager .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-tdcf-report-manager button.cmps-btn-table+.btn,.cmps-tdcf-report-manager button.cmps-btn-table+button.cmps-btn-table,.cmps-tdcf .btn+.btn,.cmps-tdcf .btn+button.cmps-btn-table,.cmps-tdcf .cmps-profile-picture-change .btn+.btn-banner,.cmps-tdcf .cmps-profile-picture-change .btn-banner+.btn,.cmps-tdcf .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-tdcf .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-tdcf .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-tdcf button.cmps-btn-table+.btn,.cmps-tdcf button.cmps-btn-table+button.cmps-btn-table{margin-left:.5rem}.cmps-tdcf-print-preview ng-select>div>div,.cmps-tdcf-report-manager ng-select>div>div,.cmps-tdcf ng-select>div>div{width:0}@media (min-width:992px){.cmps-reports-user-login>.reports-content,.cmps-reports>.reports-content{padding-left:5rem!important;padding-right:5rem!important}}@media (min-width:1200px){.cmps-reports-user-login>.reports-content,.cmps-reports>.reports-content{padding-left:9rem!important;padding-right:9rem!important}}@media (min-width:1366px){.cmps-reports-user-login>.reports-content,.cmps-reports>.reports-content{padding-left:13rem!important;padding-right:13rem!important}}.flex-form{display:flex}.flex-form ng-select{display:inline-flex;flex:auto}.flex-form label{align-self:center;min-width:100px;text-align:end;white-space:nowrap}.flex-form label.min-25{min-width:25px}.flex-form .form-value{height:calc(2.525rem + 2px);line-height:1.5!important;padding:.7rem .75rem!important;text-overflow:ellipsis}.sorting-column>button{margin:0 .5rem;position:relative}.sorting-column>button.has-sort{padding-right:1rem!important}.sorting-column>button>i{position:absolute;right:-5px;top:-9px;transform:translateY(50%)}.cmps-reports-tbyt_selection .form-group label,.cmps-reports-td-builder-usage-individual-selection .form-group label,.cmps-reports-td-builder-usage-metric-selection .form-group label,.cmps-reports-td-compliance-selection .form-group label,.cmps-reports-td-daily-huddle-selection .form-group label,.cmps-reports-td-offers-selection .form-group label,.cmps-reports-user-login .form-group label,.cmps-reports_rxr-selection .form-group label,.ie-pu-container.rp-compliance-pu-container .form-group label,.ie-pu-container.rp-offers-pu-container .form-group label,.ie-pu-container.rp-pu-container .form-group label{color:#4c4c4c;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.1em;letter-spacing:.03em;margin-bottom:.25rem}.cmps-profile-picture-change .cmps-reports-tbyt_selection .btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-individual-selection .btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-metric-selection .btn-banner,.cmps-profile-picture-change .cmps-reports-td-compliance-selection .btn-banner,.cmps-profile-picture-change .cmps-reports-td-daily-huddle-selection .btn-banner,.cmps-profile-picture-change .cmps-reports-td-offers-selection .btn-banner,.cmps-profile-picture-change .cmps-reports-user-login .btn-banner,.cmps-profile-picture-change .cmps-reports_rxr-selection .btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-compliance-pu-container .btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-offers-pu-container .btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-pu-container .btn-banner,.cmps-reports-tbyt_selection .btn,.cmps-reports-tbyt_selection .cmps-profile-picture-change .btn-banner,.cmps-reports-tbyt_selection button.cmps-btn-table,.cmps-reports-td-builder-usage-individual-selection .btn,.cmps-reports-td-builder-usage-individual-selection .cmps-profile-picture-change .btn-banner,.cmps-reports-td-builder-usage-individual-selection button.cmps-btn-table,.cmps-reports-td-builder-usage-metric-selection .btn,.cmps-reports-td-builder-usage-metric-selection .cmps-profile-picture-change .btn-banner,.cmps-reports-td-builder-usage-metric-selection button.cmps-btn-table,.cmps-reports-td-compliance-selection .btn,.cmps-reports-td-compliance-selection .cmps-profile-picture-change .btn-banner,.cmps-reports-td-compliance-selection button.cmps-btn-table,.cmps-reports-td-daily-huddle-selection .btn,.cmps-reports-td-daily-huddle-selection .cmps-profile-picture-change .btn-banner,.cmps-reports-td-daily-huddle-selection button.cmps-btn-table,.cmps-reports-td-offers-selection .btn,.cmps-reports-td-offers-selection .cmps-profile-picture-change .btn-banner,.cmps-reports-td-offers-selection button.cmps-btn-table,.cmps-reports-user-login .btn,.cmps-reports-user-login .cmps-profile-picture-change .btn-banner,.cmps-reports-user-login button.cmps-btn-table,.cmps-reports_rxr-selection .btn,.cmps-reports_rxr-selection .cmps-profile-picture-change .btn-banner,.cmps-reports_rxr-selection button.cmps-btn-table,.ie-pu-container.rp-compliance-pu-container .btn,.ie-pu-container.rp-compliance-pu-container .cmps-profile-picture-change .btn-banner,.ie-pu-container.rp-compliance-pu-container button.cmps-btn-table,.ie-pu-container.rp-offers-pu-container .btn,.ie-pu-container.rp-offers-pu-container .cmps-profile-picture-change .btn-banner,.ie-pu-container.rp-offers-pu-container button.cmps-btn-table,.ie-pu-container.rp-pu-container .btn,.ie-pu-container.rp-pu-container .cmps-profile-picture-change .btn-banner,.ie-pu-container.rp-pu-container button.cmps-btn-table{padding-left:2rem;padding-right:2rem}.cmps-profile-picture-change .cmps-reports-tbyt_selection .btn-primary.btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-individual-selection .btn-primary.btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-metric-selection .btn-primary.btn-banner,.cmps-profile-picture-change .cmps-reports-td-compliance-selection .btn-primary.btn-banner,.cmps-profile-picture-change .cmps-reports-td-daily-huddle-selection .btn-primary.btn-banner,.cmps-profile-picture-change .cmps-reports-td-offers-selection .btn-primary.btn-banner,.cmps-profile-picture-change .cmps-reports-user-login .btn-primary.btn-banner,.cmps-profile-picture-change .cmps-reports_rxr-selection .btn-primary.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-compliance-pu-container .btn-primary.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-offers-pu-container .btn-primary.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-pu-container .btn-primary.btn-banner,.cmps-reports-tbyt_selection .btn.btn-primary,.cmps-reports-tbyt_selection .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-reports-tbyt_selection button.btn-primary.cmps-btn-table,.cmps-reports-td-builder-usage-individual-selection .btn.btn-primary,.cmps-reports-td-builder-usage-individual-selection .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-reports-td-builder-usage-individual-selection button.btn-primary.cmps-btn-table,.cmps-reports-td-builder-usage-metric-selection .btn.btn-primary,.cmps-reports-td-builder-usage-metric-selection .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-reports-td-builder-usage-metric-selection button.btn-primary.cmps-btn-table,.cmps-reports-td-compliance-selection .btn.btn-primary,.cmps-reports-td-compliance-selection .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-reports-td-compliance-selection button.btn-primary.cmps-btn-table,.cmps-reports-td-daily-huddle-selection .btn.btn-primary,.cmps-reports-td-daily-huddle-selection .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-reports-td-daily-huddle-selection button.btn-primary.cmps-btn-table,.cmps-reports-td-offers-selection .btn.btn-primary,.cmps-reports-td-offers-selection .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-reports-td-offers-selection button.btn-primary.cmps-btn-table,.cmps-reports-user-login .btn.btn-primary,.cmps-reports-user-login .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-reports-user-login button.btn-primary.cmps-btn-table,.cmps-reports_rxr-selection .btn.btn-primary,.cmps-reports_rxr-selection .cmps-profile-picture-change .btn-primary.btn-banner,.cmps-reports_rxr-selection button.btn-primary.cmps-btn-table,.ie-pu-container.rp-compliance-pu-container .btn.btn-primary,.ie-pu-container.rp-compliance-pu-container .cmps-profile-picture-change .btn-primary.btn-banner,.ie-pu-container.rp-compliance-pu-container button.btn-primary.cmps-btn-table,.ie-pu-container.rp-offers-pu-container .btn.btn-primary,.ie-pu-container.rp-offers-pu-container .cmps-profile-picture-change .btn-primary.btn-banner,.ie-pu-container.rp-offers-pu-container button.btn-primary.cmps-btn-table,.ie-pu-container.rp-pu-container .btn.btn-primary,.ie-pu-container.rp-pu-container .cmps-profile-picture-change .btn-primary.btn-banner,.ie-pu-container.rp-pu-container button.btn-primary.cmps-btn-table{background-color:#78a746;border-color:transparent}.cmps-profile-picture-change .cmps-reports-tbyt_selection .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .cmps-reports-td-builder-usage-individual-selection .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .cmps-reports-td-builder-usage-metric-selection .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .cmps-reports-td-compliance-selection .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .cmps-reports-td-daily-huddle-selection .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .cmps-reports-td-offers-selection .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .cmps-reports-user-login .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .cmps-reports_rxr-selection .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .ie-pu-container.rp-compliance-pu-container .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .ie-pu-container.rp-offers-pu-container .btn-primary.btn-banner [disabled],.cmps-profile-picture-change .ie-pu-container.rp-pu-container .btn-primary.btn-banner [disabled],.cmps-reports-tbyt_selection .btn.btn-primary [disabled],.cmps-reports-tbyt_selection .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-reports-tbyt_selection button.btn-primary.cmps-btn-table [disabled],.cmps-reports-td-builder-usage-individual-selection .btn.btn-primary [disabled],.cmps-reports-td-builder-usage-individual-selection .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-reports-td-builder-usage-individual-selection button.btn-primary.cmps-btn-table [disabled],.cmps-reports-td-builder-usage-metric-selection .btn.btn-primary [disabled],.cmps-reports-td-builder-usage-metric-selection .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-reports-td-builder-usage-metric-selection button.btn-primary.cmps-btn-table [disabled],.cmps-reports-td-compliance-selection .btn.btn-primary [disabled],.cmps-reports-td-compliance-selection .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-reports-td-compliance-selection button.btn-primary.cmps-btn-table [disabled],.cmps-reports-td-daily-huddle-selection .btn.btn-primary [disabled],.cmps-reports-td-daily-huddle-selection .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-reports-td-daily-huddle-selection button.btn-primary.cmps-btn-table [disabled],.cmps-reports-td-offers-selection .btn.btn-primary [disabled],.cmps-reports-td-offers-selection .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-reports-td-offers-selection button.btn-primary.cmps-btn-table [disabled],.cmps-reports-user-login .btn.btn-primary [disabled],.cmps-reports-user-login .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-reports-user-login button.btn-primary.cmps-btn-table [disabled],.cmps-reports_rxr-selection .btn.btn-primary [disabled],.cmps-reports_rxr-selection .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.cmps-reports_rxr-selection button.btn-primary.cmps-btn-table [disabled],.ie-pu-container.rp-compliance-pu-container .btn.btn-primary [disabled],.ie-pu-container.rp-compliance-pu-container .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.ie-pu-container.rp-compliance-pu-container button.btn-primary.cmps-btn-table [disabled],.ie-pu-container.rp-offers-pu-container .btn.btn-primary [disabled],.ie-pu-container.rp-offers-pu-container .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.ie-pu-container.rp-offers-pu-container button.btn-primary.cmps-btn-table [disabled],.ie-pu-container.rp-pu-container .btn.btn-primary [disabled],.ie-pu-container.rp-pu-container .cmps-profile-picture-change .btn-primary.btn-banner [disabled],.ie-pu-container.rp-pu-container button.btn-primary.cmps-btn-table [disabled]{background-color:gray}.cmps-profile-picture-change .cmps-reports-tbyt_selection .btn-primary.btn-banner:active,.cmps-profile-picture-change .cmps-reports-td-builder-usage-individual-selection .btn-primary.btn-banner:active,.cmps-profile-picture-change .cmps-reports-td-builder-usage-metric-selection .btn-primary.btn-banner:active,.cmps-profile-picture-change .cmps-reports-td-compliance-selection .btn-primary.btn-banner:active,.cmps-profile-picture-change .cmps-reports-td-daily-huddle-selection .btn-primary.btn-banner:active,.cmps-profile-picture-change .cmps-reports-td-offers-selection .btn-primary.btn-banner:active,.cmps-profile-picture-change .cmps-reports-user-login .btn-primary.btn-banner:active,.cmps-profile-picture-change .cmps-reports_rxr-selection .btn-primary.btn-banner:active,.cmps-profile-picture-change .ie-pu-container.rp-compliance-pu-container .btn-primary.btn-banner:active,.cmps-profile-picture-change .ie-pu-container.rp-offers-pu-container .btn-primary.btn-banner:active,.cmps-profile-picture-change .ie-pu-container.rp-pu-container .btn-primary.btn-banner:active,.cmps-reports-tbyt_selection .btn.btn-primary:active,.cmps-reports-tbyt_selection .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-reports-tbyt_selection button.btn-primary.cmps-btn-table:active,.cmps-reports-td-builder-usage-individual-selection .btn.btn-primary:active,.cmps-reports-td-builder-usage-individual-selection .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-reports-td-builder-usage-individual-selection button.btn-primary.cmps-btn-table:active,.cmps-reports-td-builder-usage-metric-selection .btn.btn-primary:active,.cmps-reports-td-builder-usage-metric-selection .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-reports-td-builder-usage-metric-selection button.btn-primary.cmps-btn-table:active,.cmps-reports-td-compliance-selection .btn.btn-primary:active,.cmps-reports-td-compliance-selection .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-reports-td-compliance-selection button.btn-primary.cmps-btn-table:active,.cmps-reports-td-daily-huddle-selection .btn.btn-primary:active,.cmps-reports-td-daily-huddle-selection .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-reports-td-daily-huddle-selection button.btn-primary.cmps-btn-table:active,.cmps-reports-td-offers-selection .btn.btn-primary:active,.cmps-reports-td-offers-selection .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-reports-td-offers-selection button.btn-primary.cmps-btn-table:active,.cmps-reports-user-login .btn.btn-primary:active,.cmps-reports-user-login .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-reports-user-login button.btn-primary.cmps-btn-table:active,.cmps-reports_rxr-selection .btn.btn-primary:active,.cmps-reports_rxr-selection .cmps-profile-picture-change .btn-primary.btn-banner:active,.cmps-reports_rxr-selection button.btn-primary.cmps-btn-table:active,.ie-pu-container.rp-compliance-pu-container .btn.btn-primary:active,.ie-pu-container.rp-compliance-pu-container .cmps-profile-picture-change .btn-primary.btn-banner:active,.ie-pu-container.rp-compliance-pu-container button.btn-primary.cmps-btn-table:active,.ie-pu-container.rp-offers-pu-container .btn.btn-primary:active,.ie-pu-container.rp-offers-pu-container .cmps-profile-picture-change .btn-primary.btn-banner:active,.ie-pu-container.rp-offers-pu-container button.btn-primary.cmps-btn-table:active,.ie-pu-container.rp-pu-container .btn.btn-primary:active,.ie-pu-container.rp-pu-container .cmps-profile-picture-change .btn-primary.btn-banner:active,.ie-pu-container.rp-pu-container button.btn-primary.cmps-btn-table:active{background-color:#5b8034;border-color:transparent}.cmps-profile-picture-change .cmps-reports-tbyt_selection .btn+.btn-banner,.cmps-profile-picture-change .cmps-reports-tbyt_selection .btn-banner+.btn,.cmps-profile-picture-change .cmps-reports-tbyt_selection .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-reports-tbyt_selection .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-reports-tbyt_selection button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-individual-selection .btn+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-individual-selection .btn-banner+.btn,.cmps-profile-picture-change .cmps-reports-td-builder-usage-individual-selection .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-individual-selection .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-reports-td-builder-usage-individual-selection button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-metric-selection .btn+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-metric-selection .btn-banner+.btn,.cmps-profile-picture-change .cmps-reports-td-builder-usage-metric-selection .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-builder-usage-metric-selection .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-reports-td-builder-usage-metric-selection button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-compliance-selection .btn+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-compliance-selection .btn-banner+.btn,.cmps-profile-picture-change .cmps-reports-td-compliance-selection .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-compliance-selection .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-reports-td-compliance-selection button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-daily-huddle-selection .btn+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-daily-huddle-selection .btn-banner+.btn,.cmps-profile-picture-change .cmps-reports-td-daily-huddle-selection .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-daily-huddle-selection .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-reports-td-daily-huddle-selection button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-offers-selection .btn+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-offers-selection .btn-banner+.btn,.cmps-profile-picture-change .cmps-reports-td-offers-selection .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-reports-td-offers-selection .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-reports-td-offers-selection button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .cmps-reports-user-login .btn+.btn-banner,.cmps-profile-picture-change .cmps-reports-user-login .btn-banner+.btn,.cmps-profile-picture-change .cmps-reports-user-login .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-reports-user-login .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-reports-user-login button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .cmps-reports_rxr-selection .btn+.btn-banner,.cmps-profile-picture-change .cmps-reports_rxr-selection .btn-banner+.btn,.cmps-profile-picture-change .cmps-reports_rxr-selection .btn-banner+.btn-banner,.cmps-profile-picture-change .cmps-reports_rxr-selection .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .cmps-reports_rxr-selection button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-compliance-pu-container .btn+.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-compliance-pu-container .btn-banner+.btn,.cmps-profile-picture-change .ie-pu-container.rp-compliance-pu-container .btn-banner+.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-compliance-pu-container .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .ie-pu-container.rp-compliance-pu-container button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-offers-pu-container .btn+.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-offers-pu-container .btn-banner+.btn,.cmps-profile-picture-change .ie-pu-container.rp-offers-pu-container .btn-banner+.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-offers-pu-container .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .ie-pu-container.rp-offers-pu-container button.cmps-btn-table+.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-pu-container .btn+.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-pu-container .btn-banner+.btn,.cmps-profile-picture-change .ie-pu-container.rp-pu-container .btn-banner+.btn-banner,.cmps-profile-picture-change .ie-pu-container.rp-pu-container .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change .ie-pu-container.rp-pu-container button.cmps-btn-table+.btn-banner,.cmps-reports-tbyt_selection .btn+.btn,.cmps-reports-tbyt_selection .btn+button.cmps-btn-table,.cmps-reports-tbyt_selection .cmps-profile-picture-change .btn+.btn-banner,.cmps-reports-tbyt_selection .cmps-profile-picture-change .btn-banner+.btn,.cmps-reports-tbyt_selection .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-reports-tbyt_selection .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-reports-tbyt_selection .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-reports-tbyt_selection button.cmps-btn-table+.btn,.cmps-reports-tbyt_selection button.cmps-btn-table+button.cmps-btn-table,.cmps-reports-td-builder-usage-individual-selection .btn+.btn,.cmps-reports-td-builder-usage-individual-selection .btn+button.cmps-btn-table,.cmps-reports-td-builder-usage-individual-selection .cmps-profile-picture-change .btn+.btn-banner,.cmps-reports-td-builder-usage-individual-selection .cmps-profile-picture-change .btn-banner+.btn,.cmps-reports-td-builder-usage-individual-selection .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-reports-td-builder-usage-individual-selection .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-reports-td-builder-usage-individual-selection .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-reports-td-builder-usage-individual-selection button.cmps-btn-table+.btn,.cmps-reports-td-builder-usage-individual-selection button.cmps-btn-table+button.cmps-btn-table,.cmps-reports-td-builder-usage-metric-selection .btn+.btn,.cmps-reports-td-builder-usage-metric-selection .btn+button.cmps-btn-table,.cmps-reports-td-builder-usage-metric-selection .cmps-profile-picture-change .btn+.btn-banner,.cmps-reports-td-builder-usage-metric-selection .cmps-profile-picture-change .btn-banner+.btn,.cmps-reports-td-builder-usage-metric-selection .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-reports-td-builder-usage-metric-selection .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-reports-td-builder-usage-metric-selection .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-reports-td-builder-usage-metric-selection button.cmps-btn-table+.btn,.cmps-reports-td-builder-usage-metric-selection button.cmps-btn-table+button.cmps-btn-table,.cmps-reports-td-compliance-selection .btn+.btn,.cmps-reports-td-compliance-selection .btn+button.cmps-btn-table,.cmps-reports-td-compliance-selection .cmps-profile-picture-change .btn+.btn-banner,.cmps-reports-td-compliance-selection .cmps-profile-picture-change .btn-banner+.btn,.cmps-reports-td-compliance-selection .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-reports-td-compliance-selection .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-reports-td-compliance-selection .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-reports-td-compliance-selection button.cmps-btn-table+.btn,.cmps-reports-td-compliance-selection button.cmps-btn-table+button.cmps-btn-table,.cmps-reports-td-daily-huddle-selection .btn+.btn,.cmps-reports-td-daily-huddle-selection .btn+button.cmps-btn-table,.cmps-reports-td-daily-huddle-selection .cmps-profile-picture-change .btn+.btn-banner,.cmps-reports-td-daily-huddle-selection .cmps-profile-picture-change .btn-banner+.btn,.cmps-reports-td-daily-huddle-selection .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-reports-td-daily-huddle-selection .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-reports-td-daily-huddle-selection .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-reports-td-daily-huddle-selection button.cmps-btn-table+.btn,.cmps-reports-td-daily-huddle-selection button.cmps-btn-table+button.cmps-btn-table,.cmps-reports-td-offers-selection .btn+.btn,.cmps-reports-td-offers-selection .btn+button.cmps-btn-table,.cmps-reports-td-offers-selection .cmps-profile-picture-change .btn+.btn-banner,.cmps-reports-td-offers-selection .cmps-profile-picture-change .btn-banner+.btn,.cmps-reports-td-offers-selection .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-reports-td-offers-selection .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-reports-td-offers-selection .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-reports-td-offers-selection button.cmps-btn-table+.btn,.cmps-reports-td-offers-selection button.cmps-btn-table+button.cmps-btn-table,.cmps-reports-user-login .btn+.btn,.cmps-reports-user-login .btn+button.cmps-btn-table,.cmps-reports-user-login .cmps-profile-picture-change .btn+.btn-banner,.cmps-reports-user-login .cmps-profile-picture-change .btn-banner+.btn,.cmps-reports-user-login .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-reports-user-login .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-reports-user-login .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-reports-user-login button.cmps-btn-table+.btn,.cmps-reports-user-login button.cmps-btn-table+button.cmps-btn-table,.cmps-reports_rxr-selection .btn+.btn,.cmps-reports_rxr-selection .btn+button.cmps-btn-table,.cmps-reports_rxr-selection .cmps-profile-picture-change .btn+.btn-banner,.cmps-reports_rxr-selection .cmps-profile-picture-change .btn-banner+.btn,.cmps-reports_rxr-selection .cmps-profile-picture-change .btn-banner+.btn-banner,.cmps-reports_rxr-selection .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.cmps-reports_rxr-selection .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.cmps-reports_rxr-selection button.cmps-btn-table+.btn,.cmps-reports_rxr-selection button.cmps-btn-table+button.cmps-btn-table,.ie-pu-container.rp-compliance-pu-container .btn+.btn,.ie-pu-container.rp-compliance-pu-container .btn+button.cmps-btn-table,.ie-pu-container.rp-compliance-pu-container .cmps-profile-picture-change .btn+.btn-banner,.ie-pu-container.rp-compliance-pu-container .cmps-profile-picture-change .btn-banner+.btn,.ie-pu-container.rp-compliance-pu-container .cmps-profile-picture-change .btn-banner+.btn-banner,.ie-pu-container.rp-compliance-pu-container .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.ie-pu-container.rp-compliance-pu-container .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.ie-pu-container.rp-compliance-pu-container button.cmps-btn-table+.btn,.ie-pu-container.rp-compliance-pu-container button.cmps-btn-table+button.cmps-btn-table,.ie-pu-container.rp-offers-pu-container .btn+.btn,.ie-pu-container.rp-offers-pu-container .btn+button.cmps-btn-table,.ie-pu-container.rp-offers-pu-container .cmps-profile-picture-change .btn+.btn-banner,.ie-pu-container.rp-offers-pu-container .cmps-profile-picture-change .btn-banner+.btn,.ie-pu-container.rp-offers-pu-container .cmps-profile-picture-change .btn-banner+.btn-banner,.ie-pu-container.rp-offers-pu-container .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.ie-pu-container.rp-offers-pu-container .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.ie-pu-container.rp-offers-pu-container button.cmps-btn-table+.btn,.ie-pu-container.rp-offers-pu-container button.cmps-btn-table+button.cmps-btn-table,.ie-pu-container.rp-pu-container .btn+.btn,.ie-pu-container.rp-pu-container .btn+button.cmps-btn-table,.ie-pu-container.rp-pu-container .cmps-profile-picture-change .btn+.btn-banner,.ie-pu-container.rp-pu-container .cmps-profile-picture-change .btn-banner+.btn,.ie-pu-container.rp-pu-container .cmps-profile-picture-change .btn-banner+.btn-banner,.ie-pu-container.rp-pu-container .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,.ie-pu-container.rp-pu-container .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,.ie-pu-container.rp-pu-container button.cmps-btn-table+.btn,.ie-pu-container.rp-pu-container button.cmps-btn-table+button.cmps-btn-table{margin-left:.5rem}.cmps-reports-tbyt_selection ng-select>div>div,.cmps-reports-td-builder-usage-individual-selection ng-select>div>div,.cmps-reports-td-builder-usage-metric-selection ng-select>div>div,.cmps-reports-td-compliance-selection ng-select>div>div,.cmps-reports-td-daily-huddle-selection ng-select>div>div,.cmps-reports-td-offers-selection ng-select>div>div,.cmps-reports-user-login ng-select>div>div,.cmps-reports_rxr-selection ng-select>div>div,.ie-pu-container.rp-compliance-pu-container ng-select>div>div,.ie-pu-container.rp-offers-pu-container ng-select>div>div,.ie-pu-container.rp-pu-container ng-select>div>div{width:0}.cmps-reports-tbyt_selection h5,.cmps-reports-td-builder-usage-individual-selection h5,.cmps-reports-td-builder-usage-metric-selection h5,.cmps-reports-td-compliance-selection h5,.cmps-reports-td-daily-huddle-selection h5,.cmps-reports-td-offers-selection h5,.cmps-reports-user-login h5,.cmps-reports_rxr-selection h5,.ie-pu-container.rp-compliance-pu-container h5,.ie-pu-container.rp-offers-pu-container h5,.ie-pu-container.rp-pu-container h5{color:gray;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.cmps-reports-tbyt_selection .green,.cmps-reports-td-builder-usage-individual-selection .green,.cmps-reports-td-builder-usage-metric-selection .green,.cmps-reports-td-compliance-selection .green,.cmps-reports-td-daily-huddle-selection .green,.cmps-reports-td-offers-selection .green,.cmps-reports-user-login .green,.cmps-reports_rxr-selection .green,.ie-pu-container.rp-compliance-pu-container .green,.ie-pu-container.rp-offers-pu-container .green,.ie-pu-container.rp-pu-container .green{color:#78a746!important}.cmps-reports-2x2 .reports-content,.cmps-reports-rxr .reports-content,.cmps-reports-td-builder-usage-individual .reports-content,.cmps-reports-td-builder-usage-metric .reports-content,.cmps-reports-td-compliance .reports-content,.cmps-reports-td-daily-huddle .reports-content,.cmps-reports-td-offers .reports-content{padding-bottom:2rem!important;padding-left:2rem!important;padding-right:2rem!important}.cmps-reports-2x2 .reports-content .nav-item,.cmps-reports-rxr .reports-content .nav-item,.cmps-reports-td-builder-usage-individual .reports-content .nav-item,.cmps-reports-td-builder-usage-metric .reports-content .nav-item,.cmps-reports-td-compliance .reports-content .nav-item,.cmps-reports-td-daily-huddle .reports-content .nav-item,.cmps-reports-td-offers .reports-content .nav-item{border-left:1px solid #78a746;border-right:1px solid #78a746;border-top:1px solid #78a746}.cmps-reports-2x2 .reports-content .nav-item .nav-link,.cmps-reports-rxr .reports-content .nav-item .nav-link,.cmps-reports-td-builder-usage-individual .reports-content .nav-item .nav-link,.cmps-reports-td-builder-usage-metric .reports-content .nav-item .nav-link,.cmps-reports-td-compliance .reports-content .nav-item .nav-link,.cmps-reports-td-daily-huddle .reports-content .nav-item .nav-link,.cmps-reports-td-offers .reports-content .nav-item .nav-link{min-height:39px}.cmps-reports-2x2 .reports-content .nav-item .nav-link.active,.cmps-reports-rxr .reports-content .nav-item .nav-link.active,.cmps-reports-td-builder-usage-individual .reports-content .nav-item .nav-link.active,.cmps-reports-td-builder-usage-metric .reports-content .nav-item .nav-link.active,.cmps-reports-td-compliance .reports-content .nav-item .nav-link.active,.cmps-reports-td-daily-huddle .reports-content .nav-item .nav-link.active,.cmps-reports-td-offers .reports-content .nav-item .nav-link.active{background:#fff;border-color:transparent;color:#6c757d}.cmps-reports-2x2 .reports-content .nav-item i,.cmps-reports-rxr .reports-content .nav-item i,.cmps-reports-td-builder-usage-individual .reports-content .nav-item i,.cmps-reports-td-builder-usage-metric .reports-content .nav-item i,.cmps-reports-td-compliance .reports-content .nav-item i,.cmps-reports-td-daily-huddle .reports-content .nav-item i,.cmps-reports-td-offers .reports-content .nav-item i{color:#78a746;font-size:14px}.cmps-reports-2x2 .reports-content .nav-tabs,.cmps-reports-rxr .reports-content .nav-tabs,.cmps-reports-td-builder-usage-individual .reports-content .nav-tabs,.cmps-reports-td-builder-usage-metric .reports-content .nav-tabs,.cmps-reports-td-compliance .reports-content .nav-tabs,.cmps-reports-td-daily-huddle .reports-content .nav-tabs,.cmps-reports-td-offers .reports-content .nav-tabs{border-bottom:1px solid #78a746}.cmps-reports-2x2 .reports-content .tab-content,.cmps-reports-rxr .reports-content .tab-content,.cmps-reports-td-builder-usage-individual .reports-content .tab-content,.cmps-reports-td-builder-usage-metric .reports-content .tab-content,.cmps-reports-td-compliance .reports-content .tab-content,.cmps-reports-td-daily-huddle .reports-content .tab-content,.cmps-reports-td-offers .reports-content .tab-content{border-bottom:1px solid #78a746;border-left:1px solid #78a746;border-right:1px solid #78a746}.rp-forwards{z-index:2!important}.ie-pu-container.rp-pu-container{margin-top:0}.ie-pu-container.rp-pu-container:before{content:none}.ie-pu-container.rp-compliance-pu-container,.ie-pu-container.rp-offers-pu-container{margin-left:1.3rem}.ie-pu-container.rp-compliance-pu-container:before,.ie-pu-container.rp-offers-pu-container:before{content:none}.cmps-reports-user-login .d-inline-block{min-width:200px}.cmps-reports-user-login .text-end{text-align:end}.cmps-reports-user-login .clickable{cursor:pointer}.cmps-reports-user-login .cmps-reports-table table{border-bottom:1px solid #ccc}.cmps-reports-user-login .cmps-reports-table table th:first-child{padding-left:1rem}.cmps-reports-user-login .cmps-reports-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-reports-user-login .cmps-reports-table table td:last-child{border-right:1px solid #ccc}.cmps-reports-user-login .cmps-reports-table table td,.cmps-reports-user-login .cmps-reports-table table th{color:gray}.cmps-reports-user-login .cmps-reports-table table td>div,.cmps-reports-user-login .cmps-reports-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-reports-user-login .cmps-reports-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-reports-user-login .cmps-reports-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-reports-user-login .cmps-reports-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-reports-user-login .cmps-reports-table table td .tdcf-form{padding-right:1rem}.cmps-reports-user-login .cmps-reports-table table tr td:last-child,.cmps-reports-user-login .cmps-reports-table table tr th:last-child{width:100px}.cmps-reports-rxr .d-inline-block,.cmps-reports-td-daily-huddle .d-inline-block{min-width:200px}.cmps-reports-rxr .text-end,.cmps-reports-td-daily-huddle .text-end{text-align:end}.cmps-reports-rxr .custom-fa,.cmps-reports-td-daily-huddle .custom-fa{padding:4px 5px}.cmps-reports-rxr .f-s-75-2,.cmps-reports-td-daily-huddle .f-s-75-2{font-size:calc(.75rem + 2px)}.cmps-reports-rxr .f-s-75-3,.cmps-reports-td-daily-huddle .f-s-75-3{font-size:calc(.75rem + 3px)}.cmps-reports-rxr .green,.cmps-reports-td-daily-huddle .green{color:#78a746!important}.cmps-reports-rxr cmps-wait-status,.cmps-reports-td-daily-huddle cmps-wait-status{padding:3rem}.cmps-reports-rxr .btn-mini,.cmps-reports-td-daily-huddle .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-rxr .soft-pipe,.cmps-reports-td-daily-huddle .soft-pipe{color:#7c7c7c;padding-left:3px;padding-right:3px}.cmps-reports-rxr .cmps-reports-table,.cmps-reports-td-daily-huddle .cmps-reports-table{max-height:calc(100vh - 300px);overflow:auto}.cmps-reports-rxr .cmps-reports-table table,.cmps-reports-td-daily-huddle .cmps-reports-table table{border-bottom:1px solid #ccc}.cmps-reports-rxr .cmps-reports-table table td:first-child,.cmps-reports-td-daily-huddle .cmps-reports-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-reports-rxr .cmps-reports-table table td:last-child,.cmps-reports-td-daily-huddle .cmps-reports-table table td:last-child{border-right:1px solid #ccc}.cmps-reports-rxr .cmps-reports-table table td,.cmps-reports-rxr .cmps-reports-table table th,.cmps-reports-td-daily-huddle .cmps-reports-table table td,.cmps-reports-td-daily-huddle .cmps-reports-table table th{color:gray}.cmps-reports-rxr .cmps-reports-table table td>div,.cmps-reports-rxr .cmps-reports-table table th>div,.cmps-reports-td-daily-huddle .cmps-reports-table table td>div,.cmps-reports-td-daily-huddle .cmps-reports-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-reports-rxr .cmps-reports-table table th,.cmps-reports-td-daily-huddle .cmps-reports-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-reports-rxr .cmps-reports-table table td,.cmps-reports-td-daily-huddle .cmps-reports-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-reports-rxr .cmps-reports-table table td .tdcf-quarter-name,.cmps-reports-td-daily-huddle .cmps-reports-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-reports-rxr .cmps-reports-table table td .tdcf-form,.cmps-reports-td-daily-huddle .cmps-reports-table table td .tdcf-form{padding-right:1rem}.cmps-reports-rxr .cmps-reports-table .title,.cmps-reports-td-daily-huddle .cmps-reports-table .title{color:#fff;font-weight:600;line-height:1.2;padding-bottom:.5rem;padding-top:.5rem;text-align:center}.cmps-reports-rxr .cmps-reports-table .title.odd,.cmps-reports-td-daily-huddle .cmps-reports-table .title.odd{background-color:#bdbdbd}.cmps-reports-rxr .cmps-reports-table .title.even,.cmps-reports-td-daily-huddle .cmps-reports-table .title.even{background-color:grey}.cmps-reports-rxr .cmps-reports-table .title .sub,.cmps-reports-td-daily-huddle .cmps-reports-table .title .sub{display:block;font-size:.75rem}.cmps-reports-rxr .cmps-reports-table .soft-gray,.cmps-reports-td-daily-huddle .cmps-reports-table .soft-gray{color:#bdbdbd}.cmps-reports-rxr .cmps-reports-table .strong-gray,.cmps-reports-td-daily-huddle .cmps-reports-table .strong-gray{color:grey}.cmps-reports-rxr .cmps-reports-table .vertical-center,.cmps-reports-td-daily-huddle .cmps-reports-table .vertical-center{padding:14px 0;vertical-align:middle}.cmps-reports-rxr .cmps-reports-table .subtitle,.cmps-reports-td-daily-huddle .cmps-reports-table .subtitle{font-size:1rem;font-weight:600;min-width:150px;text-align:center;white-space:normal}.cmps-reports-rxr .cmps-reports-table .smallText,.cmps-reports-td-daily-huddle .cmps-reports-table .smallText{font-size:.5rem;font-weight:300;text-align:left;white-space:normal}.cmps-reports-rxr .cmps-reports-table table th,.cmps-reports-td-daily-huddle .cmps-reports-table table th{position:sticky}.cmps-reports-rxr .cmps-reports-table table th:first-child,.cmps-reports-td-daily-huddle .cmps-reports-table table th:first-child{padding-left:1rem;padding-right:1rem}.cmps-reports-rxr .cmps-reports-table table tr:first-child th,.cmps-reports-td-daily-huddle .cmps-reports-table table tr:first-child th{top:0}.cmps-reports-rxr .cmps-reports-table table tr:first-child th:first-child,.cmps-reports-td-daily-huddle .cmps-reports-table table tr:first-child th:first-child{z-index:1}.cmps-reports-rxr .cmps-reports-table table tr:nth-child(2) th,.cmps-reports-td-daily-huddle .cmps-reports-table table tr:nth-child(2) th{background-clip:padding-box;box-shadow:0 3px 1px -2px #ccc!important;top:53px}.cmps-reports-rxr .cmps-reports-table table tr:nth-child(2) th:first-child,.cmps-reports-td-daily-huddle .cmps-reports-table table tr:nth-child(2) th:first-child{z-index:1}.cmps-reports-rxr .cmps-reports-table table tr td,.cmps-reports-rxr .cmps-reports-table table tr th,.cmps-reports-td-daily-huddle .cmps-reports-table table tr td,.cmps-reports-td-daily-huddle .cmps-reports-table table tr th{border-left:1px solid #ccc;padding-bottom:.3rem;padding-top:.3rem}.cmps-reports-rxr .cmps-reports-table table tr td:last-child,.cmps-reports-rxr .cmps-reports-table table tr th:last-child,.cmps-reports-td-daily-huddle .cmps-reports-table table tr td:last-child,.cmps-reports-td-daily-huddle .cmps-reports-table table tr th:last-child{border-right:1px solid #ccc}.cmps-reports-rxr .cmps-reports-table table tr td:first-child,.cmps-reports-rxr .cmps-reports-table table tr th:first-child,.cmps-reports-td-daily-huddle .cmps-reports-table table tr td:first-child,.cmps-reports-td-daily-huddle .cmps-reports-table table tr th:first-child{background:#fff;background-clip:padding-box;box-shadow:0 1px 0 1px #ccc;left:0;min-width:185px;position:sticky}@-moz-document url-prefix(){.cmps-reports-rxr .cmps-reports-table table tr:nth-child(3) td,.cmps-reports-td-daily-huddle .cmps-reports-table table tr:nth-child(3) td{border-top:none}.cmps-reports-rxr .cmps-reports-table table tr td:first-child,.cmps-reports-rxr .cmps-reports-table table tr th:first-child,.cmps-reports-td-daily-huddle .cmps-reports-table table tr td:first-child,.cmps-reports-td-daily-huddle .cmps-reports-table table tr th:first-child{background-clip:inherit;box-shadow:0 0 0 1px #ccc!important}}.cmps-reports-td-daily-huddle-selection{background:inherit}.cmps-reports-td-daily-huddle-selection .insight-backdrop-overlay{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.cmps-reports-td-daily-huddle-selection ng-select>div>div{height:calc(2.525rem + 2px)}.cmps-reports-td-daily-huddle-selection .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-multi-select .b-d-underline{border-bottom:1px solid #ced4da}.cmps-reports-multi-select .clickable{cursor:pointer}.cmps-reports-multi-select .float-search{color:#78a746;font-size:1rem;line-height:30px;padding-top:.4rem;position:absolute;right:0;text-align:center;width:30px;z-index:10}.cmps-reports-multi-select .selection-list{margin:0;max-height:166px;overflow:auto;padding:0;width:100%}.cmps-reports-multi-select .selection-list .selection-option-edit{border:1px solid gray;border-radius:5px;color:#c60000;font-weight:700;max-width:1.3rem;padding:0 2px}.cmps-reports-multi-select .selection-list .red{color:#c60000;font-weight:700}.cmps-reports-multi-select .selection-list::-webkit-scrollbar{height:4px;width:4px}.cmps-reports-multi-select .selection-list::-webkit-scrollbar-thumb{background-color:#ccc}.cmps-reports-multi-select .selection-list.active .cmps-checked{color:#78a746}.cmps-reports-multi-select .selection-list li{display:block}.cmps-reports-2x2 .d-inline-block{min-width:200px}.cmps-reports-2x2 .text-end{text-align:end}.cmps-reports-2x2 .custom-fa{padding:4px 5px}.cmps-reports-2x2 .f-s-75-2{font-size:calc(.75rem + 2px)}.cmps-reports-2x2 .f-s-75-3{font-size:calc(.75rem + 3px)}.cmps-reports-2x2 .green{color:#78a746!important}.cmps-reports-2x2 cmps-wait-status{padding:3rem}.cmps-reports-2x2 .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-2x2 .soft-pipe{color:#7c7c7c;padding-left:3px;padding-right:3px}.cmps-reports-2x2 .cmps-reports-table{max-height:calc(100vh - 300px);overflow:auto}.cmps-reports-2x2 .cmps-reports-table table{border-bottom:1px solid #ccc}.cmps-reports-2x2 .cmps-reports-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-reports-2x2 .cmps-reports-table table td:last-child{border-right:1px solid #ccc}.cmps-reports-2x2 .cmps-reports-table table td,.cmps-reports-2x2 .cmps-reports-table table th{color:gray}.cmps-reports-2x2 .cmps-reports-table table td>div,.cmps-reports-2x2 .cmps-reports-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-reports-2x2 .cmps-reports-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-reports-2x2 .cmps-reports-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-reports-2x2 .cmps-reports-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-reports-2x2 .cmps-reports-table table td .tdcf-form{padding-right:1rem}.cmps-reports-2x2 .cmps-reports-table .title{color:#fff;font-weight:600;padding-bottom:.5rem;padding-top:.5rem;text-align:center}.cmps-reports-2x2 .cmps-reports-table .title.odd{background-color:#bdbdbd}.cmps-reports-2x2 .cmps-reports-table .title.even{background-color:grey}.cmps-reports-2x2 .cmps-reports-table .subtitle{font-size:1rem;font-weight:600;text-align:center;width:200px}.cmps-reports-2x2 .cmps-reports-table table th{position:sticky}.cmps-reports-2x2 .cmps-reports-table table th:first-child{padding-left:1rem;padding-right:1rem}.cmps-reports-2x2 .cmps-reports-table table tr:first-child th{top:0}.cmps-reports-2x2 .cmps-reports-table table tr:first-child th:first-child{z-index:1}.cmps-reports-2x2 .cmps-reports-table table tr:nth-child(2) th{box-shadow:0 0 0 1px #ccc!important;top:44px}.cmps-reports-2x2 .cmps-reports-table table tr:nth-child(2) th:first-child{z-index:1}.cmps-reports-2x2 .cmps-reports-table table tr td,.cmps-reports-2x2 .cmps-reports-table table tr th{border-left:1px solid #ccc;padding-bottom:.3rem;padding-top:.3rem}.cmps-reports-2x2 .cmps-reports-table table tr td:last-child,.cmps-reports-2x2 .cmps-reports-table table tr th:last-child{border-right:1px solid #ccc}.cmps-reports-2x2 .cmps-reports-table table tr td:first-child,.cmps-reports-2x2 .cmps-reports-table table tr th:first-child{background:#fff;box-shadow:0 1px 0 1px #ccc;left:0;position:sticky}.cmps-reports-tbyt_selection .insight-backdrop-overlay{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.cmps-reports-tbyt_selection ng-select>div>div{height:calc(2.525rem + 2px)}.cmps-reports-tbyt_selection .btn-mini{-webkit-appearance:none;background:none;border:none;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-tbyt_selection .green{background-color:transparent!important;border-style:none;color:#78a746!important}.cmps-reports-rxr .d-inline-block{min-width:200px}.cmps-reports-rxr .text-end{text-align:end}.cmps-reports-rxr .custom-fa{padding:4px 5px}.cmps-reports-rxr .f-s-75-2{font-size:calc(.75rem + 2px)}.cmps-reports-rxr .f-s-75-3{font-size:calc(.75rem + 3px)}.cmps-reports-rxr .green{color:#78a746!important}.cmps-reports-rxr .highlightedCell{color:#78a746!important;font-weight:700}.cmps-reports-rxr cmps-wait-status{padding:3rem}.cmps-reports-rxr .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-rxr .soft-pipe{color:#7c7c7c;padding-left:3px;padding-right:3px}.cmps-reports-rxr .cmps-reports-table{max-height:calc(100vh - 300px);overflow:auto}.cmps-reports-rxr .cmps-reports-table table{border-bottom:1px solid #ccc}.cmps-reports-rxr .cmps-reports-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-reports-rxr .cmps-reports-table table td:last-child{border-right:1px solid #ccc}.cmps-reports-rxr .cmps-reports-table table td,.cmps-reports-rxr .cmps-reports-table table th{color:gray}.cmps-reports-rxr .cmps-reports-table table td>div,.cmps-reports-rxr .cmps-reports-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-reports-rxr .cmps-reports-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-reports-rxr .cmps-reports-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-reports-rxr .cmps-reports-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-reports-rxr .cmps-reports-table table td .tdcf-form{padding-right:1rem}.cmps-reports-rxr .cmps-reports-table .title{color:#fff;font-weight:600;padding-bottom:.5rem;padding-top:.5rem;text-align:center}.cmps-reports-rxr .cmps-reports-table .title.odd{background-color:#bdbdbd}.cmps-reports-rxr .cmps-reports-table .title.even{background-color:grey}.cmps-reports-rxr .cmps-reports-table .title.subodd{background-color:#fff;color:#7c7c7c}.cmps-reports-rxr .cmps-reports-table .title.subeven{background-color:#fff;color:#7c7c7c;top:38px!important}.cmps-reports-rxr .cmps-reports-table .filterInput{background-color:transparent;border-style:none;border-bottom:solid;border-bottom-width:thin;font-size:small;max-height:20px}.cmps-reports-rxr .cmps-reports-table .subtitle{font-size:1rem;font-weight:600;text-align:center;width:200px}.cmps-reports-rxr .cmps-reports-table table th{position:sticky}.cmps-reports-rxr .cmps-reports-table table th:first-child{padding-left:1rem;padding-right:1rem}.cmps-reports-rxr .cmps-reports-table table th:after{border-bottom:1px solid #ccc;bottom:0;content:"";left:0;position:absolute;width:100%}.cmps-reports-rxr .cmps-reports-table table tr:first-child th{top:0}.cmps-reports-rxr .cmps-reports-table table tr:first-child th:first-child{z-index:1}.cmps-reports-rxr .cmps-reports-table table tr:nth-child(2) th{box-shadow:0 0 0 1px #ccc!important;top:44px}.cmps-reports-rxr .cmps-reports-table table tr:nth-child(2) th:first-child{z-index:1}.cmps-reports-rxr .cmps-reports-table table td{position:static!important}.cmps-reports-rxr .cmps-reports-table table tr td,.cmps-reports-rxr .cmps-reports-table table tr th{border-left:1px solid #ccc;padding-bottom:.3rem;padding-top:.3rem}.cmps-reports-rxr .cmps-reports-table table tr td:last-child,.cmps-reports-rxr .cmps-reports-table table tr th:last-child{background-clip:padding-box;border-right:1px solid #ccc}.cmps-reports-rxr .cmps-reports-table table tr td:first-child,.cmps-reports-rxr .cmps-reports-table table tr th:first-child{background:#fff;box-shadow:0 1px 0 1px #ccc;left:0;position:sticky}.cmps-reports_rxr-selection{background:inherit}.cmps-reports_rxr-selection .insight-backdrop-overlay{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.cmps-reports_rxr-selection ng-select>div>div{height:calc(2.525rem + 2px)}.cmps-reports_rxr-selection .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-td-compliance .d-inline-block{min-width:200px}.cmps-reports-td-compliance .text-end{text-align:end}.cmps-reports-td-compliance .custom-fa{padding:4px 5px}.cmps-reports-td-compliance .f-s-75-2{font-size:calc(.75rem + 2px)}.cmps-reports-td-compliance .f-s-75-3{font-size:calc(.75rem + 3px)}.cmps-reports-td-compliance .green{color:#78a746!important}.cmps-reports-td-compliance cmps-wait-status{padding:3rem}.cmps-reports-td-compliance .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-td-compliance .soft-pipe{color:#7c7c7c;padding-left:3px;padding-right:3px}.cmps-reports-td-compliance .cmps-reports-table{max-height:calc(100vh - 300px);overflow:auto}.cmps-reports-td-compliance .cmps-reports-table table{border-bottom:1px solid #ccc}.cmps-reports-td-compliance .cmps-reports-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-reports-td-compliance .cmps-reports-table table td:last-child{border-right:1px solid #ccc}.cmps-reports-td-compliance .cmps-reports-table table td,.cmps-reports-td-compliance .cmps-reports-table table th{color:gray}.cmps-reports-td-compliance .cmps-reports-table table td>div,.cmps-reports-td-compliance .cmps-reports-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-reports-td-compliance .cmps-reports-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-reports-td-compliance .cmps-reports-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-reports-td-compliance .cmps-reports-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-reports-td-compliance .cmps-reports-table table td .tdcf-form{padding-right:1rem}.cmps-reports-td-compliance .cmps-reports-table .title{color:#fff;font-weight:600;line-height:1.2;padding-bottom:.5rem;padding-top:.5rem;text-align:center}.cmps-reports-td-compliance .cmps-reports-table .title.odd{background-color:#bdbdbd}.cmps-reports-td-compliance .cmps-reports-table .title.even{background-color:grey}.cmps-reports-td-compliance .cmps-reports-table .title .sub{display:block;font-size:.75rem}.cmps-reports-td-compliance .cmps-reports-table .soft-gray{color:#bdbdbd}.cmps-reports-td-compliance .cmps-reports-table .strong-gray{color:grey}.cmps-reports-td-compliance .cmps-reports-table .vertical-center{padding:14px 0;vertical-align:middle}.cmps-reports-td-compliance .cmps-reports-table .subtitle{color:gray;font-size:1rem;font-weight:600;min-width:150px;text-align:center;white-space:normal}.cmps-reports-td-compliance .cmps-reports-table .subtitle>button{color:inherit;font-size:inherit;font-weight:inherit}.cmps-reports-td-compliance .cmps-reports-table .smallText{font-size:.5rem;font-weight:300;text-align:left;white-space:normal}.cmps-reports-td-compliance .cmps-reports-table table tr:first-child th{border-bottom:1px solid #ccc}.cmps-reports-td-compliance .cmps-reports-table table tr:first-child>th:first-child{border-left:1px solid #fff}.cmps-reports-td-compliance .cmps-reports-table table th:first-child{padding-left:1rem;padding-right:1rem}.cmps-reports-td-compliance .cmps-reports-table table tr td,.cmps-reports-td-compliance .cmps-reports-table table tr th{border-left:1px solid #ccc;padding-bottom:.3rem;padding-top:.3rem}.cmps-reports-td-compliance .cmps-reports-table table tr td:last-child,.cmps-reports-td-compliance .cmps-reports-table table tr th:last-child{border-right:1px solid #ccc}.cmps-reports-td-compliance-selection{background:inherit}.cmps-reports-td-compliance-selection .insight-backdrop-overlay{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.cmps-reports-td-compliance-selection ng-select>div>div{height:calc(2.525rem + 2px)}.cmps-reports-td-compliance-selection .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-td-offers .d-inline-block{min-width:200px}.cmps-reports-td-offers .text-end{text-align:end}.cmps-reports-td-offers .custom-fa{padding:4px 5px}.cmps-reports-td-offers .f-s-75-2{font-size:calc(.75rem + 2px)}.cmps-reports-td-offers .f-s-75-3{font-size:calc(.75rem + 3px)}.cmps-reports-td-offers .green{color:#78a746!important}.cmps-reports-td-offers cmps-wait-status{padding:3rem}.cmps-reports-td-offers .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-td-offers .soft-pipe{color:#7c7c7c;padding-left:3px;padding-right:3px}.cmps-reports-td-offers .cmps-reports-table{max-height:calc(100vh - 300px);overflow:auto}.cmps-reports-td-offers .cmps-reports-table table{border-bottom:1px solid #ccc}.cmps-reports-td-offers .cmps-reports-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-reports-td-offers .cmps-reports-table table td:last-child{border-right:1px solid #ccc}.cmps-reports-td-offers .cmps-reports-table table td,.cmps-reports-td-offers .cmps-reports-table table th{color:gray}.cmps-reports-td-offers .cmps-reports-table table td>div,.cmps-reports-td-offers .cmps-reports-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-reports-td-offers .cmps-reports-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-reports-td-offers .cmps-reports-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-reports-td-offers .cmps-reports-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-reports-td-offers .cmps-reports-table table td .tdcf-form{padding-right:1rem}.cmps-reports-td-offers .cmps-reports-table .title{color:#fff;font-weight:600;line-height:1.2;padding-bottom:.5rem;padding-top:.5rem;text-align:center}.cmps-reports-td-offers .cmps-reports-table .title.odd{background-color:#bdbdbd}.cmps-reports-td-offers .cmps-reports-table .title.even{background-color:grey}.cmps-reports-td-offers .cmps-reports-table .title .sub{display:block;font-size:.75rem}.cmps-reports-td-offers .cmps-reports-table .tableHeader{display:inline-flex}.cmps-reports-td-offers .cmps-reports-table .soft-gray{color:#bdbdbd}.cmps-reports-td-offers .cmps-reports-table .strong-gray{color:grey}.cmps-reports-td-offers .cmps-reports-table .vertical-center{padding:14px 0;vertical-align:middle}.cmps-reports-td-offers .cmps-reports-table .subtitle{font-size:1rem;font-weight:600;min-width:150px;text-align:center;white-space:normal}.cmps-reports-td-offers .cmps-reports-table .smallText{font-size:.5rem;font-weight:300;text-align:left;white-space:normal}.cmps-reports-td-offers .cmps-reports-table table tr:first-child th{border-bottom:1px solid #ccc}.cmps-reports-td-offers .cmps-reports-table table th:first-child{padding-left:1rem;padding-right:1rem}.cmps-reports-td-offers .cmps-reports-table table tr td,.cmps-reports-td-offers .cmps-reports-table table tr th{border-left:1px solid #ccc;padding-bottom:.3rem;padding-top:.3rem}.cmps-reports-td-offers .cmps-reports-table table tr td:last-child,.cmps-reports-td-offers .cmps-reports-table table tr th:last-child{border-right:1px solid #ccc}.cmps-reports-td-offers-selection{background:inherit}.cmps-reports-td-offers-selection .insight-backdrop-overlay{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.cmps-reports-td-offers-selection ng-select>div>div{height:calc(2.525rem + 2px)}.cmps-reports-td-offers-selection .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-td-builder-usage-metric .d-inline-block{min-width:200px}.cmps-reports-td-builder-usage-metric .text-end{text-align:end}.cmps-reports-td-builder-usage-metric .custom-fa{padding:4px 5px}.cmps-reports-td-builder-usage-metric .f-s-75-2{font-size:calc(.75rem + 2px)}.cmps-reports-td-builder-usage-metric .f-s-75-3{font-size:calc(.75rem + 3px)}.cmps-reports-td-builder-usage-metric .green{color:#78a746!important}.cmps-reports-td-builder-usage-metric cmps-wait-status{padding:3rem}.cmps-reports-td-builder-usage-metric .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-td-builder-usage-metric .soft-pipe{color:#7c7c7c;padding-left:3px;padding-right:3px}.cmps-reports-td-builder-usage-metric .cmps-reports-table{max-height:calc(100vh - 300px);overflow:auto}.cmps-reports-td-builder-usage-metric .cmps-reports-table table{border-bottom:1px solid #ccc}.cmps-reports-td-builder-usage-metric .cmps-reports-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-reports-td-builder-usage-metric .cmps-reports-table table td:last-child{border-right:1px solid #ccc}.cmps-reports-td-builder-usage-metric .cmps-reports-table table td,.cmps-reports-td-builder-usage-metric .cmps-reports-table table th{color:gray}.cmps-reports-td-builder-usage-metric .cmps-reports-table table td>div,.cmps-reports-td-builder-usage-metric .cmps-reports-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-reports-td-builder-usage-metric .cmps-reports-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-reports-td-builder-usage-metric .cmps-reports-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-reports-td-builder-usage-metric .cmps-reports-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-reports-td-builder-usage-metric .cmps-reports-table table td .tdcf-form{padding-right:1rem}.cmps-reports-td-builder-usage-metric .cmps-reports-table .title{color:#fff;font-weight:600;line-height:1.2;padding-bottom:.5rem;padding-top:.5rem;text-align:center}.cmps-reports-td-builder-usage-metric .cmps-reports-table .title.odd{background-color:#bdbdbd}.cmps-reports-td-builder-usage-metric .cmps-reports-table .title.even{background-color:grey}.cmps-reports-td-builder-usage-metric .cmps-reports-table .title .sub{display:block;font-size:.75rem}.cmps-reports-td-builder-usage-metric .cmps-reports-table .soft-gray{color:#bdbdbd}.cmps-reports-td-builder-usage-metric .cmps-reports-table .strong-gray{color:grey}.cmps-reports-td-builder-usage-metric .cmps-reports-table .vertical-center{padding:14px 0;vertical-align:middle}.cmps-reports-td-builder-usage-metric .cmps-reports-table .subtitle{color:gray;font-size:1rem;font-weight:600;min-width:150px;text-align:center;white-space:normal}.cmps-reports-td-builder-usage-metric .cmps-reports-table .subtitle>button{color:inherit;font-size:inherit;font-weight:inherit}.cmps-reports-td-builder-usage-metric .cmps-reports-table .smallText{font-size:.5rem;font-weight:300;text-align:left;white-space:normal}.cmps-reports-td-builder-usage-metric .cmps-reports-table table tr:first-child th{border-bottom:1px solid #ccc}.cmps-reports-td-builder-usage-metric .cmps-reports-table table th:first-child{padding-left:1rem;padding-right:1rem}.cmps-reports-td-builder-usage-metric .cmps-reports-table table tr td,.cmps-reports-td-builder-usage-metric .cmps-reports-table table tr th{border-left:1px solid #ccc;padding-bottom:.3rem;padding-top:.3rem}.cmps-reports-td-builder-usage-metric .cmps-reports-table table tr td:last-child,.cmps-reports-td-builder-usage-metric .cmps-reports-table table tr th:last-child{border-right:1px solid #ccc}.cmps-reports-td-builder-usage-metric-selection{background:inherit}.cmps-reports-td-builder-usage-metric-selection .insight-backdrop-overlay{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.cmps-reports-td-builder-usage-metric-selection ng-select>div>div{height:calc(2.525rem + 2px)}.cmps-reports-td-builder-usage-metric-selection .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-td-builder-usage-individual .d-inline-block{min-width:200px}.cmps-reports-td-builder-usage-individual .text-end{text-align:end}.cmps-reports-td-builder-usage-individual .custom-fa{padding:4px 5px}.cmps-reports-td-builder-usage-individual .f-s-75-2{font-size:calc(.75rem + 2px)}.cmps-reports-td-builder-usage-individual .f-s-75-3{font-size:calc(.75rem + 3px)}.cmps-reports-td-builder-usage-individual .green{color:#78a746!important}.cmps-reports-td-builder-usage-individual cmps-wait-status{padding:3rem}.cmps-reports-td-builder-usage-individual .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-reports-td-builder-usage-individual .soft-pipe{color:#7c7c7c;padding-left:3px;padding-right:3px}.cmps-reports-td-builder-usage-individual .tableHeader{display:inline-flex}.cmps-reports-td-builder-usage-individual .expandedRow{border-bottom:none!important}.cmps-reports-td-builder-usage-individual .dateList{list-style-type:none;margin:0;padding:0}.cmps-reports-td-builder-usage-individual .cmps-reports-table{max-height:calc(100vh - 300px);overflow:auto}.cmps-reports-td-builder-usage-individual .cmps-reports-table table{border-bottom:1px solid #ccc}.cmps-reports-td-builder-usage-individual .cmps-reports-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}.cmps-reports-td-builder-usage-individual .cmps-reports-table table td:last-child{border-right:1px solid #ccc}.cmps-reports-td-builder-usage-individual .cmps-reports-table table td,.cmps-reports-td-builder-usage-individual .cmps-reports-table table th{color:gray}.cmps-reports-td-builder-usage-individual .cmps-reports-table table td>div,.cmps-reports-td-builder-usage-individual .cmps-reports-table table th>div{padding-bottom:1rem;padding-top:1rem}.cmps-reports-td-builder-usage-individual .cmps-reports-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}.cmps-reports-td-builder-usage-individual .cmps-reports-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}.cmps-reports-td-builder-usage-individual .cmps-reports-table table td .tdcf-quarter-name{align-items:center;display:flex}.cmps-reports-td-builder-usage-individual .cmps-reports-table table td .tdcf-form{padding-right:1rem}.cmps-reports-td-builder-usage-individual .cmps-reports-table .title{color:#fff;font-weight:600;line-height:1.2;padding-bottom:.5rem;padding-top:.5rem;text-align:center}.cmps-reports-td-builder-usage-individual .cmps-reports-table .title.odd{background-color:#bdbdbd}.cmps-reports-td-builder-usage-individual .cmps-reports-table .title.even{background-color:grey}.cmps-reports-td-builder-usage-individual .cmps-reports-table .title .sub{display:block;font-size:.75rem}.cmps-reports-td-builder-usage-individual .cmps-reports-table .soft-gray{color:#bdbdbd}.cmps-reports-td-builder-usage-individual .cmps-reports-table .strong-gray{color:grey}.cmps-reports-td-builder-usage-individual .cmps-reports-table .vertical-center{padding:14px 0;vertical-align:middle}.cmps-reports-td-builder-usage-individual .cmps-reports-table .subtitle{color:gray;font-size:1rem;font-weight:600;min-width:150px;text-align:center;white-space:normal}.cmps-reports-td-builder-usage-individual .cmps-reports-table .subtitle>button{color:inherit;font-size:inherit;font-weight:inherit}.cmps-reports-td-builder-usage-individual .cmps-reports-table .smallText{font-size:.5rem;font-weight:300;text-align:left;white-space:normal}.cmps-reports-td-builder-usage-individual .cmps-reports-table .generatedRow td{border-top:none}.cmps-reports-td-builder-usage-individual .cmps-reports-table table td:first-child{padding-left:0!important}.cmps-reports-td-builder-usage-individual .cmps-reports-table table tr:first-child th{border-bottom:1px solid #ccc}.cmps-reports-td-builder-usage-individual .cmps-reports-table table th:first-child{padding-left:1rem;padding-right:1rem}.cmps-reports-td-builder-usage-individual .cmps-reports-table table tr td,.cmps-reports-td-builder-usage-individual .cmps-reports-table table tr th{border-left:1px solid #ccc}.cmps-reports-td-builder-usage-individual .cmps-reports-table table tr td:last-child,.cmps-reports-td-builder-usage-individual .cmps-reports-table table tr th:last-child{border-right:1px solid #ccc}.cmps-reports-td-builder-usage-individual-selection{background:inherit}.cmps-reports-td-builder-usage-individual-selection .insight-backdrop-overlay{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.cmps-reports-td-builder-usage-individual-selection ng-select>div>div{height:calc(2.525rem + 2px)}.cmps-reports-td-builder-usage-individual-selection .btn-mini{-webkit-appearance:none;background:none;border:none;color:#7c7c7c;cursor:pointer;font-size:1rem;margin-right:3px;outline:none}.cmps-scatterplot .plotter{display:block;width:100%}.cmps-scatterplot .line{border-bottom:5px solid #000}.cmps-scatterplot .legendTable table{border-collapse:separate;border-spacing:160px 0}.cmps-scatterplot .legendTable td{padding:10px 0}.cmps-scatterplot .legendTable .tableTitle{text-align:center}.cmps-scatterplot .dashLine{border-bottom:2px dashed;border-color:#4885ed;margin-bottom:10px;margin-right:5px;width:20px}.cmps-scatterplot .redCircle{background-color:red;border-radius:50%;display:inline-block;height:20px;margin-right:5px;width:20px}.cmps-scatterplot .legend{display:inline-flex}[cmpsObservationNext] .col-form-label{line-height:normal}[cmpsObservationNext] .notification{display:flex;flex-direction:row}[cmpsObservationNext] .notification-success{align-items:center;color:#78a746;flex:1;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:small}[cmpsObservationNext] .form-control{border-color:#f3f2f1;border-radius:5px;height:30px}[cmpsObservationNext] .ob-duration{max-width:6rem}[cmpsObservationNext] .input-group>.form-control{border-bottom-right-radius:0;border-top-right-radius:0}[cmpsObservationNext] .col-form-label{padding-bottom:calc(.3rem + 1px);padding-right:0;padding-top:calc(.3rem + 1px)}[cmpsObservationNext] .contents{display:contents!important}[cmpsObservationNext] .btn-filled-blue{background-color:#1e60d4;border:1px solid #1e60d4;border-radius:5px;color:#fff;height:40px;padding:5px;width:100%}[cmpsObservationNext] .btn-filled-blue cmps-icon,[cmpsObservationNext] .btn-filled-blue cmps-icon svg{height:20px;width:20px}[cmpsObservationNext] .btn-circle-blue{align-items:center;background:none;display:flex;margin:auto;padding:.2rem}[cmpsObservationNext] .btn-circle-blue .dot{background-color:#1e60d4;border:1px solid #1e60d4;border-radius:50%;color:#fff;height:1.75rem;padding:0;width:1.75rem}[cmpsObservationNext] .btn-circle-blue cmps-icon,[cmpsObservationNext] .btn-circle-blue cmps-icon svg{height:100%;width:70%}[cmpsObservationNext] .btn-circle-blue cmps-icon.large,[cmpsObservationNext] .btn-circle-blue cmps-icon svg.large{height:24px;width:24px}[cmpsObservationNext] button.active:focus,[cmpsObservationNext] button:active:focus,[cmpsObservationNext] button:focus{outline:none!important;outline-style:none!important}[cmpsObservationNext] .hidden{display:none}[cmpsObservationNext] .border-radius-5{border-radius:5px}[cmpsObservationNext] .datepicker-toggle{background-color:#fff;border:1px solid #f3f2f1;border-bottom-right-radius:5px;border-left:unset;border-top-right-radius:5px;height:30px;padding:4px 0;width:30px}[cmpsObservationNext] .datepicker-toggle .formIcon,[cmpsObservationNext] .datepicker-toggle .formIcon svg{height:20px}[cmpsObservationNext] .date-selector-btn:disabled,[cmpsObservationNext] .date-selector-btn[readonly]{background-color:#e9ecef;border-color:#ced4da;opacity:1}[cmpsObservationNext] .date-selector{border-right:unset;height:30px;padding-bottom:.3rem;padding-top:.3rem;width:160px}[cmpsObservationNext] .date-selector.is-valid{background-image:none;border-color:#ced4da}[cmpsObservationNext] .date-selector-btn{border-left:none;border-radius:0 5px 5px 0;height:30px;padding:0;width:40px}[cmpsObservationNext] .flex-buttons-container{display:flex;flex-direction:row;justify-content:flex-start}@media (max-width:750px){[cmpsObservationNext] .flex-buttons-container{display:flex;flex-direction:column;justify-content:stretch;margin-right:0!important}.cmps-profile-picture-change [cmpsObservationNext] .flex-buttons-container .btn-banner,[cmpsObservationNext] .flex-buttons-container .btn,[cmpsObservationNext] .flex-buttons-container .cmps-profile-picture-change .btn-banner,[cmpsObservationNext] .flex-buttons-container button.cmps-btn-table{margin-bottom:5px;width:100%!important}}[cmpsObservationNext] .flex-row{display:flex;flex-direction:row;justify-content:space-between}[cmpsObservationNext] .flex-item{flex:1}[cmpsObservationNext] .alert-warning-compas{background-color:#ea6036;border-color:#ea6036;color:#fff;padding:6px;text-align:center}[cmpsObservationNext] .alert-warning-compas cmps-icon,[cmpsObservationNext] .alert-warning-compas cmps-icon svg{height:48px;width:48px}[cmpsObservationNext] .border-gray{border:1px solid #ccc}[cmpsObservationNext] .outline_box{border:5px solid red!important;border-radius:10px!important}[cmpsObservationNext] .outline_fc{border:5px solid red!important}[cmpsObservationNext] .on-parent-scroll.dynamic-scroll-height{min-height:calc(100vh - 72px)}@media (min-width:1200px) and (min-height:450px){[cmpsObservationNext] .on-parent-scroll{display:flex;flex-direction:column}[cmpsObservationNext] .dynamic-scroll-height{height:calc(100vh - 72px)}[cmpsObservationNext] .on-container-scroll{height:100%;overflow-x:hidden;overflow-y:auto}}[cmpsObservationNext] .on-header{margin-bottom:1rem;padding-top:1rem}[cmpsObservationInteractionNext] .white,[cmpsObservationScores] .white{color:#fff!important}[cmpsObservationInteractionNext] .disabled-gray,[cmpsObservationScores] .disabled-gray{color:#eee;opacity:.65}[cmpsObservationInteractionNext] .disabled,[cmpsObservationScores] .disabled{color:#212529!important}[cmpsObservationInteractionNext] .alert-warning-compas,[cmpsObservationScores] .alert-warning-compas{background-color:#ea6036;border-color:#ea6036;color:#fff;padding:15px;text-align:center}[cmpsObservationInteractionNext] .section-title,[cmpsObservationScores] .section-title{height:15px}[cmpsObservationInteractionNext] .section-head,[cmpsObservationScores] .section-head{align-items:center;background:#f2f2f2;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;min-height:2rem}[cmpsObservationInteractionNext] .form-control,[cmpsObservationScores] .form-control{border-color:#ccc}[cmpsObservationInteractionNext] .section-body,[cmpsObservationScores] .section-body{border-top:1px solid #ccc}[cmpsObservationInteractionNext] .formIcon,[cmpsObservationScores] .formIcon{fill:currentColor;color:#606060}[cmpsObservationInteractionNext] .tag-tab-header,[cmpsObservationScores] .tag-tab-header{border-bottom:1px solid #bcbcbc;display:flex;margin-left:-1rem;margin-right:-1rem;overflow-x:auto;white-space:nowrap}[cmpsObservationInteractionNext] .tag-tab-header .tag-tab-label,[cmpsObservationScores] .tag-tab-header .tag-tab-label{background-color:#fff;border-left:1px solid #1e60d4;border-right:1px solid #1e60d4;border-top:1px solid #1e60d4;border-top-left-radius:1rem;border-top-right-radius:1rem;cursor:pointer;display:inline-block;margin-top:1rem;padding:.5rem;position:relative}[cmpsObservationInteractionNext] .tag-tab-header .tag-tab-label>*,[cmpsObservationScores] .tag-tab-header .tag-tab-label>*{margin:0}[cmpsObservationInteractionNext] .tag-tab-header .tag-tab-label.selected,[cmpsObservationScores] .tag-tab-header .tag-tab-label.selected{background-color:#1e60d4}[cmpsObservationInteractionNext] .tag-tab-header .tag-tab-label.selected>*,[cmpsObservationScores] .tag-tab-header .tag-tab-label.selected>*{color:#fff}[cmpsObservationInteractionNext] div ::-webkit-scrollbar,[cmpsObservationScores] div ::-webkit-scrollbar{height:4px;width:4px}[cmpsObservationInteractionNext] div ::-webkit-scrollbar-thumb,[cmpsObservationScores] div ::-webkit-scrollbar-thumb{background-color:#ccc}[cmpsObservationInteractionNext] .tag-tab-container,[cmpsObservationScores] .tag-tab-container{background-color:#f3f2f1;padding:1rem}[cmpsObservationInteractionNext] .flex,[cmpsObservationScores] .flex{display:flex}[cmpsObservationInteractionNext] .flex-row,[cmpsObservationScores] .flex-row{display:flex;flex-direction:row}[cmpsObservationInteractionNext] .flex-item,[cmpsObservationScores] .flex-item{flex:1}[cmpsObservationInteractionNext] .flex-centered,[cmpsObservationScores] .flex-centered{align-self:center}[cmpsObservationInteractionNext] .flex-left,[cmpsObservationScores] .flex-left{align-self:flex-start}[cmpsObservationInteractionNext] .flex-right,[cmpsObservationScores] .flex-right{justify-content:flex-end!important}[cmpsObservationInteractionNext] .flex-container,[cmpsObservationScores] .flex-container{display:flex;justify-content:space-between}[cmpsObservationInteractionNext] .flex-card-container,[cmpsObservationScores] .flex-card-container{display:flex;flex-direction:row;justify-content:center}@media (max-width:770px){[cmpsObservationInteractionNext] .flex-card-container,[cmpsObservationScores] .flex-card-container{display:flex;flex-direction:column;justify-content:stretch}}[cmpsObservationInteractionNext] .flex-buttons-container,[cmpsObservationScores] .flex-buttons-container{display:flex;flex-direction:row;justify-content:flex-start;margin-right:10px}@media (max-width:750px){[cmpsObservationInteractionNext] .flex-buttons-container,[cmpsObservationScores] .flex-buttons-container{display:flex;flex-direction:column;justify-content:stretch;margin-right:0!important}.cmps-profile-picture-change [cmpsObservationInteractionNext] .flex-buttons-container .btn-banner,.cmps-profile-picture-change [cmpsObservationScores] .flex-buttons-container .btn-banner,[cmpsObservationInteractionNext] .flex-buttons-container .btn,[cmpsObservationInteractionNext] .flex-buttons-container .cmps-profile-picture-change .btn-banner,[cmpsObservationInteractionNext] .flex-buttons-container button.cmps-btn-table,[cmpsObservationScores] .flex-buttons-container .btn,[cmpsObservationScores] .flex-buttons-container .cmps-profile-picture-change .btn-banner,[cmpsObservationScores] .flex-buttons-container button.cmps-btn-table{margin-bottom:5px;width:100%}}[cmpsObservationInteractionNext] .main-container,[cmpsObservationScores] .main-container{background-color:#fff;border:none;border-radius:1rem;margin-left:0!important;margin-right:0!important;padding-bottom:10px}[cmpsObservationInteractionNext] .main-container .row,[cmpsObservationScores] .main-container .row{margin-left:-15px;margin-right:-15px}[cmpsObservationInteractionNext] .input-element,[cmpsObservationScores] .input-element{padding-top:20px}[cmpsObservationInteractionNext] .btn-filled-white,[cmpsObservationScores] .btn-filled-white{background-color:#fff;border:1px solid #fff;border-radius:10px;color:#1e60d4;height:40px;padding:5px;width:100%}[cmpsObservationInteractionNext] .btn-filled-white.autowith,[cmpsObservationScores] .btn-filled-white.autowith{width:auto}[cmpsObservationInteractionNext] .btn-filled-white>.circle-blue,[cmpsObservationScores] .btn-filled-white>.circle-blue{background-color:#1e60d4;border-radius:20px;color:#fff;font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.2rem;height:40px;padding:12px 13px;width:40px}[cmpsObservationInteractionNext] .input-group>.form-control,[cmpsObservationScores] .input-group>.form-control{border-color:#ccc;border-right:none}.cmps-profile-picture-change [cmpsObservationInteractionNext] .input-group>.input-group-append .btn-secondary.btn-banner:disabled,.cmps-profile-picture-change [cmpsObservationInteractionNext] .input-group>.input-group-append .btn-secondary[readony].btn-banner,.cmps-profile-picture-change [cmpsObservationScores] .input-group>.input-group-append .btn-secondary.btn-banner:disabled,.cmps-profile-picture-change [cmpsObservationScores] .input-group>.input-group-append .btn-secondary[readony].btn-banner,[cmpsObservationInteractionNext] .input-group>.input-group-append .btn.btn-secondary:disabled,[cmpsObservationInteractionNext] .input-group>.input-group-append .btn.btn-secondary[readony],[cmpsObservationInteractionNext] .input-group>.input-group-append .cmps-profile-picture-change .btn-secondary.btn-banner:disabled,[cmpsObservationInteractionNext] .input-group>.input-group-append .cmps-profile-picture-change .btn-secondary[readony].btn-banner,[cmpsObservationInteractionNext] .input-group>.input-group-append button.btn-secondary.cmps-btn-table:disabled,[cmpsObservationInteractionNext] .input-group>.input-group-append button.btn-secondary[readony].cmps-btn-table,[cmpsObservationScores] .input-group>.input-group-append .btn.btn-secondary:disabled,[cmpsObservationScores] .input-group>.input-group-append .btn.btn-secondary[readony],[cmpsObservationScores] .input-group>.input-group-append .cmps-profile-picture-change .btn-secondary.btn-banner:disabled,[cmpsObservationScores] .input-group>.input-group-append .cmps-profile-picture-change .btn-secondary[readony].btn-banner,[cmpsObservationScores] .input-group>.input-group-append button.btn-secondary.cmps-btn-table:disabled,[cmpsObservationScores] .input-group>.input-group-append button.btn-secondary[readony].cmps-btn-table{background-color:#e9ecef;border-color:#ced4da;opacity:1}[cmpsObservationInteractionNext] .input-group .date-selector-btn,[cmpsObservationScores] .input-group .date-selector-btn{border:1px solid #ced4da!important;border-left-width:0!important;height:30px!important}[cmpsObservationInteractionNext] .w15,[cmpsObservationScores] .w15{width:15px!important}[cmpsObservationInteractionNext] .cmps-interaction-table,[cmpsObservationScores] .cmps-interaction-table{overflow:hidden}[cmpsObservationInteractionNext] .cmps-interaction-table .shrink,[cmpsObservationScores] .cmps-interaction-table .shrink{background-color:#ccc}[cmpsObservationInteractionNext] .cmps-interaction-table .table,[cmpsObservationScores] .cmps-interaction-table .table{min-height:75px;width:-webkit-fill-available}[cmpsObservationInteractionNext] .cmps-interaction-table .table .cellIcon,[cmpsObservationScores] .cmps-interaction-table .table .cellIcon{display:inline-flex;margin-right:12px}[cmpsObservationInteractionNext] .cmps-interaction-table .table .header-chevron,[cmpsObservationScores] .cmps-interaction-table .table .header-chevron{border:1px solid #78a746;border-bottom:none;border-right:none}[cmpsObservationInteractionNext] .cmps-interaction-table .table .header-cell,[cmpsObservationScores] .cmps-interaction-table .table .header-cell{border:1px solid #78a746;border-bottom:none;border-left:none}[cmpsObservationInteractionNext] .cmps-interaction-table table,[cmpsObservationScores] .cmps-interaction-table table{border-bottom:1px solid #ccc}[cmpsObservationInteractionNext] .cmps-interaction-table table th:first-child,[cmpsObservationScores] .cmps-interaction-table table th:first-child{padding-left:1rem}[cmpsObservationInteractionNext] .cmps-interaction-table table td:first-child,[cmpsObservationScores] .cmps-interaction-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}[cmpsObservationInteractionNext] .cmps-interaction-table table td:last-child,[cmpsObservationScores] .cmps-interaction-table table td:last-child{border-right:1px solid #ccc}[cmpsObservationInteractionNext] .cmps-interaction-table table td,[cmpsObservationInteractionNext] .cmps-interaction-table table th,[cmpsObservationScores] .cmps-interaction-table table td,[cmpsObservationScores] .cmps-interaction-table table th{color:gray}[cmpsObservationInteractionNext] .cmps-interaction-table table td>div,[cmpsObservationInteractionNext] .cmps-interaction-table table th>div,[cmpsObservationScores] .cmps-interaction-table table td>div,[cmpsObservationScores] .cmps-interaction-table table th>div{padding-bottom:1rem;padding-top:1rem}[cmpsObservationInteractionNext] .cmps-interaction-table table th,[cmpsObservationScores] .cmps-interaction-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}[cmpsObservationInteractionNext] .cmps-interaction-table table td,[cmpsObservationScores] .cmps-interaction-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}[cmpsObservationInteractionNext] .cmps-interaction-table table td .tdcf-quarter-name,[cmpsObservationScores] .cmps-interaction-table table td .tdcf-quarter-name{align-items:center;display:flex}[cmpsObservationInteractionNext] .cmps-interaction-table table td .tdcf-form,[cmpsObservationScores] .cmps-interaction-table table td .tdcf-form{padding-right:1rem}[cmpsObservationInteractionNext] .cmps-interaction-table .vertical-center,[cmpsObservationScores] .cmps-interaction-table .vertical-center{padding:14px 0;vertical-align:middle}[cmpsObservationInteractionNext] .cmps-interaction-table .icon-cell,[cmpsObservationScores] .cmps-interaction-table .icon-cell{max-width:30px}[cmpsObservationInteractionNext] .cmps-interaction-table .noteTypeLabel,[cmpsObservationScores] .cmps-interaction-table .noteTypeLabel{min-width:150px;width:10%}[cmpsObservationInteractionNext] .cmps-interaction-table .itemLabel,[cmpsObservationScores] .cmps-interaction-table .itemLabel{max-width:40px}[cmpsObservationInteractionNext] .cmps-interaction-table .itemLabel,[cmpsObservationInteractionNext] .cmps-interaction-table .itemValue,[cmpsObservationScores] .cmps-interaction-table .itemLabel,[cmpsObservationScores] .cmps-interaction-table .itemValue{color:gray;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;text-align:left!important;white-space:normal}[cmpsObservationInteractionNext] .cmps-observation-interaction--none-selected{color:#212529;font-weight:700}[cmpsObservationScore] .effort-demonstrated-radio{margin-right:.8rem}[cmpsObservationScore] .selectedValue{color:#1e60d4!important;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}[cmpsObservationScore] .slider{appearance:none;background-color:#998b8b;border-radius:5px;height:3px;opacity:.7;outline:none;transition:opacity .2s;width:100%}[cmpsObservationScore] .slider:hover{opacity:1}[cmpsObservationScore] .slider::-webkit-slider-thumb{appearance:none;background:#1e60d4;border-radius:50%;cursor:pointer;height:15px;width:15px}[cmpsObservationScore] .slider::-moz-range-thumb{background:#1e60d4;border-radius:50%;cursor:pointer;height:15px;width:15px}[cmpsObservationScore] .sliderticks{display:flex;justify-content:space-between;padding:0 10px}[cmpsObservationScore] .sliderticks p{background:transparent;color:gray;display:flex;height:10px;justify-content:center;line-height:40px;margin:0 0 30px;position:relative;text-align:center;width:1px}[cmpsObservationScore] .eval-flex{display:flex;justify-content:flex-start}[cmpsObservationScore] .header{height:50%}[cmpsObservationScore] .header2{min-height:1.4rem}[cmpsObservationScore] .opp-demonstrate{align-items:center!important}[cmpsObservationScore] .opp-demonstrate,[cmpsObservationScore] .will-try{border:1px solid #ccc;border-radius:7px;margin-right:.5rem;padding-bottom:1rem;padding-left:1rem!important;padding-right:1rem!important;padding-top:1rem;text-align:center!important;width:24%}[cmpsObservationScore] .proficiency-score{border:1px solid #ccc;border-radius:7px;padding:1rem;text-align:center!important;width:50%}[cmpsObservationScore] .section{display:table;text-align:center!important}[cmpsObservationScore] .hide{opacity:0;pointer-events:none}[cmpsObservationScore] .binary-buttons{display:block;width:100%}[cmpsObservationScore] .eval-label-row{display:flex;padding-top:.5rem}[cmpsObservationScore] .eval-flex-container{display:flex;justify-content:space-between}[cmpsObservationScore] .eval-button-container{display:flex;justify-content:center;width:100%}[cmpsObservationScore] .eval-button-container button{border-radius:50%}[cmpsObservationScore] .eval-button-high-selected,[cmpsObservationScore] .eval-button-low-selected,[cmpsObservationScore] .eval-button-mid-selected{border:1px solid!important;color:#000;height:26px!important;width:26px!important}[cmpsObservationScore] .eval-button-low-selected{background-color:#ffe8e7!important;border-color:#ce2521!important}[cmpsObservationScore] .eval-button-mid-selected{background-color:#fff2da!important;border-color:#d17300!important}[cmpsObservationScore] .eval-button-high-selected{background-color:#e2efd4!important;border-color:#137e0f!important}[cmpsObservationScore] .eval-button-unselected{background-color:#f2f2f2!important;border-color:#bababa!important}[cmpsObservationScore] .eval-button-selected{color:#000;opacity:1}[cmpsObservationScore] .eval-icon{font-weight:600;line-height:11px!important}[cmpsObservationScore] .onse-focus-delivered-dot{background-color:#1e60d4;border-radius:50%;display:inline-block;height:.75rem;margin:0 .25rem;vertical-align:text-bottom;width:.75rem}[cmpsObservationScore] .onse-focus-delivered-label{color:#1e60d4}.font-weight-bold{font-weight:400}.cmps-observation-score .cmps-observation-score--item{background-color:#f3f2f1;font-weight:700;min-width:55px;position:relative}.cmps-observation-score .cmps-observation-score--item.cmps-observation-score--no:after,.cmps-observation-score .cmps-observation-score--item.cmps-observation-score--yes:after{bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px;z-index:1}.cmps-observation-score .cmps-observation-score--item.cmps-observation-score--yes{background-color:#f1fff1;color:#000}.cmps-observation-score .cmps-observation-score--item.cmps-observation-score--yes:after{border:2px solid #137e0f}.cmps-observation-score .cmps-observation-score--item.cmps-observation-score--no{background-color:#ffe6e5;color:#000}.cmps-observation-score .cmps-observation-score--item.cmps-observation-score--no:after{border:2px solid #d64541}[cmpsObservationScores] .section-title{align-items:center;background-color:#f1f3f4;border-radius:7px 7px 0 0;color:#1e60d4;cursor:pointer;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;height:30px;justify-content:flex-start;margin-bottom:15px;padding:.5rem}[cmpsObservationScores] .section-title.no-focus{color:#ccc}[cmpsObservationScores] .section-title .evaluation-check-icon{display:inline-block;margin:0 .3rem 0 0;width:1rem}[cmpsObservationScores] .section-title .evaluation-check-icon svg{display:block;transform:scale(.7)}[cmpsObservationScores] .subsection-title{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:12px;font-weight:500}[cmpsObservationScores] .flex{display:flex}[cmpsObservationScores] .flex-item{flex:1}[cmpsObservationScores] .vertical-center{vertical-align:middle}[cmpsObservationScores] .reset-score-button{background:none;border:none;color:#1e60d4;cursor:pointer;margin-left:auto}[cmpsObservationScores] .reset-score-button:disabled{color:rgba(0,0,0,.38)}[cmpsCloseGoalModal]{min-height:300px;min-width:300px}[cmpsCloseGoalModal] .main-container{background-color:#1e60d4;border:none;border-radius:1rem;display:flex;flex-direction:column;min-height:360px;min-width:100%;padding-bottom:2rem}[cmpsCloseGoalModal] .title{color:#fff;font-size:45px;letter-spacing:3px;max-width:250px;text-align:center}[cmpsCloseGoalModal] .subtitle{font-size:17px;max-width:250px;text-align:center}[cmpsCloseGoalModal] .messageBox,[cmpsCloseGoalModal] .subtitle{color:#fff;font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}[cmpsCloseGoalModal] .messageBox{align-self:center;font-size:14px;max-width:300px;overflow:hidden;text-align:left;white-space:pre-line}[cmpsCloseGoalModal] .btn-outlined{background-color:transparent;border:1px solid #fff;border-radius:.5rem;color:#fff;font-size:12px;height:40px;line-height:8px;width:150px}[cmpsCloseGoalModal] .white{color:#fff}[cmpsCloseGoalModal] .green{color:#78a746}[cmpsCloseGoalModal] .yellow{color:#ffad40}[cmpsCloseGoalModal] .red{color:#de3f3d}[cmpsCloseGoalModal] .flex-buttons-container{display:flex;flex-direction:row;justify-content:center;margin-right:10px}[cmpsCloseGoalModal] .flex-buttons-container button:first-child{margin-left:0}[cmpsCloseGoalModal] .flex-buttons-container button{margin-left:1rem}@media (max-width:750px){[cmpsCloseGoalModal] .flex-buttons-container{display:flex;flex-direction:column;justify-content:stretch;margin-right:0!important}.cmps-profile-picture-change [cmpsCloseGoalModal] .flex-buttons-container .btn-banner,[cmpsCloseGoalModal] .flex-buttons-container .btn,[cmpsCloseGoalModal] .flex-buttons-container .cmps-profile-picture-change .btn-banner,[cmpsCloseGoalModal] .flex-buttons-container button.cmps-btn-table{margin-bottom:5px;width:100%}}[cmpsCloseGoalModal] .flex-item{flex:1}[cmpsCloseGoalModal] .flex-item-icon{flex:2}[cmpsCloseGoalModal] .flex-item-legend{flex:5}[cmpsCloseGoalModal] .flex-right{justify-content:flex-end!important}[cmpsCloseGoalModal] .flex-row-title{display:flex;flex-direction:row!important;flex-wrap:nowrap;height:100%}[cmpsObservationController]{width:100%}[cmpsObservationController] .oncr-publish-rotate-45{transform:rotate(-45deg) translateX(2px)}.cmps-observation-review .onrv-body{display:flex;flex-direction:column;height:630px;width:900px}.cmps-observation-review.cmps-observation-review--expanded{height:100%;width:100%}.cmps-observation-review.cmps-observation-review--expanded .onrv-body{height:100%!important;width:100%!important}.cmps-observation-review [cmpsObservationController]{flex:0 0 7%;max-height:7%}.cmps-observation-review [cmpsObservationNext]{flex:1 1 93%;max-height:93%}.cmps-observation-review [cmpsObservationController] .container,.cmps-observation-review [cmpsObservationNext] .container{max-width:none!important}.cmps-observation-review [cmpsObservationNext] .on-parent-scroll{display:flex;flex-direction:column;height:100%;min-height:auto}.cmps-observation-review [cmpsObservationNext] .on-header{margin-bottom:.5rem}.cmps-observation-review [cmpsObservationNext] .on-container-scroll{background-color:#fff;border:1px solid #dfdfdf;border-radius:16px;box-shadow:0 3px 6px rgba(0,0,0,.16);margin-left:auto;margin-right:auto;overflow-x:hidden;overflow-y:auto;padding-top:1rem;width:100%}.cmps-observation-pop-up .onppup-body{display:flex;flex-direction:column;height:630px;width:900px}.cmps-observation-pop-up.cmps-observation-pop-up--expanded{height:100%;width:100%}.cmps-observation-pop-up.cmps-observation-pop-up--expanded .onppup-body{height:100%!important;width:100%!important}.cmps-observation-pop-up [cmpsObservationController]{flex:0 0 7%;max-height:7%}.cmps-observation-pop-up [cmpsObservationNext]{flex:1 1 93%;max-height:93%}.cmps-observation-pop-up [cmpsObservationController] .container,.cmps-observation-pop-up [cmpsObservationNext] .container{max-width:none!important}.cmps-observation-pop-up [cmpsObservationNext] .on-parent-scroll{display:flex;flex-direction:column;height:100%;min-height:auto}.cmps-observation-pop-up [cmpsObservationNext] .on-header{margin-bottom:.5rem}.cmps-observation-pop-up [cmpsObservationNext] .on-container-scroll{background-color:#fff;border:1px solid #dfdfdf;border-radius:16px;box-shadow:0 3px 6px rgba(0,0,0,.16);margin-left:auto;margin-right:auto;overflow-x:hidden;overflow-y:auto;padding-top:1rem;width:100%}[cmpsobservationtaggroup]{min-height:110px;position:relative}[cmpsObservationTagGroup] .preview-container{max-height:100px;overflow-y:hidden}[cmpsObservationTagGroup] .ontp-linked{border-radius:14px;border-top:2px solid #505050}[cmpsObservationTagGroup] .ontp-linked-has-tag{border-top:2px solid #1e60d4}[cmpsObservationTagGroup] .ontp-linked .ontp-tag-group-header-container{border-top-left-radius:11px;border-top-right-radius:11px}[cmpsObservationTagGroup] .collapse-button{background-color:#fff;border:0;border-radius:50%;bottom:0;bottom:-22px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);height:24px;left:50%;line-height:24px;margin-left:-12px;position:absolute;transform:translateY(-50%);width:24px}[cmpsObservationTagGroup] .ontp-tag-group-header-container{align-items:center;background-color:#505050;border-top-left-radius:11px;border-top-right-radius:11px;color:#fff;display:flex;justify-content:space-between;margin-bottom:1rem;min-height:15px}[cmpsObservationTagGroup] .behaviour{background-color:#1e60d4;display:flex;margin:10px;width:90%}[cmpsObservationTagGroup] .behaviour .behaviour-text{align-items:center;display:flex;width:100%}[cmpsObservationTagGroup] .uncoachedbehaviour{background-color:inherit;display:flex;margin:10px;padding:5px}[cmpsObservationTagGroup] .subbehaviour{background-color:#fff;border-bottom:4px solid #1e60d4;color:#000;display:flex;padding:5px 0 5px 10px;width:100%}[cmpsObservationTagGroup] .uncoachedsubbehaviour{display:none}[cmpsObservationTagGroup] .focus-text{line-height:1.25}[cmpsObservationTagGroup] .tooltip .tooltip-inner{max-width:25rem}[cmpsObservationTagGroup] .ontp-tag-group-has-tag{background-color:#1e60d4}[cmpsObservationTagGroup] .ontp-tag-group-header{display:flex;flex-wrap:wrap;justify-content:space-between}[cmpsObservationTagGroup] .container-for-focus-header{background-color:#1e60d4;border-top-left-radius:11px;border-top-right-radius:11px;width:100%}[cmpsObservationTagGroup] .uncoached-container-for-focus-header{background-color:#505050;border-top-left-radius:11px;border-top-right-radius:11px;width:100%}[cmpsObservationTagGroup] .ontp-tag-group-header{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;width:100%}[cmpsObservationTagGroup] .kpi-selected{color:#1e60d4;padding-left:1rem;padding-right:1rem}[cmpsObservationTagGroup] .kpi-select-container{padding-left:1rem;padding-right:1rem}[cmpsObservationTagGroup] .no-height-invisible{height:0;overflow:hidden;visibility:hidden}[cmpsObservationTagGroup] .ontp-behaviour-draft{background-color:#d17300}[cmpsObservationTagGroup] .ontp-sub-behaviour-draft{border-bottom:4px solid #d17300}[cmpsObservationTagGroup].ontp-drafted-observation-group{border:2px solid #d17300!important}[cmpsObservationTagGroupsNext] .onts-tag-groups{display:flex;flex-direction:column}[cmpsObservationTagGroupsNext] .uncoachedcmpsObservationTagGroup{background-color:#fff;border:2px solid #505050;border-radius:15px;box-shadow:2px 3px 2px rgba(0,0,0,.16);margin-bottom:1rem}[cmpsObservationTagGroupsNext] .cmpsObservationTagGroup{background-color:#fff;border:2px solid #1e60d4;border-radius:15px;box-shadow:2px 3px 2px rgba(0,0,0,.16);margin-bottom:1rem}[cmpsObservationKpiSet] .onpist-container{background-color:#fff;border:1px solid #bababa;border-radius:5px;margin-bottom:1rem}[cmpsObservationKpiSet] .onpist-header{align-items:center;background-color:#f1f3f4;border-top-left-radius:4px;border-top-right-radius:4px;color:#505050;display:flex;margin-bottom:1rem;padding:.5rem 1rem}[cmpsObservationKpiSet] .onpist-grid-metric-header,[cmpsObservationKpiSet] .onpist-grid-other-header{align-items:center;display:flex;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}[cmpsObservationKpiSet] .onpist-grid-metric-header{flex-grow:1}[cmpsObservationKpiSet] .onpist-grid-other-header{flex:0 0 10%;justify-content:center;max-width:10%;text-align:center;white-space:normal!important;width:100%}[cmpsObservationKpiSet] .onpist-grid-other-header:last-child{flex:0 0 20%;max-width:20%}[cmpsObservationKpiSet] .onpist-grid-metric,[cmpsObservationKpiSet] .onpist-grid-other{align-items:center;display:flex}[cmpsObservationKpiSet] .onpist-grid-metric{color:#1e60d4;flex-grow:1;position:relative}[cmpsObservationKpiSet] .onpist-grid-metric button{left:-10px;position:absolute}[cmpsObservationKpiSet] .onpist-grid-metric--can-delete{padding-left:25px}[cmpsObservationKpiSet] .onpist-grid-other{flex:0 0 10%;justify-content:center;max-width:10%;width:100%}[cmpsObservationKpiSet] .onpist-grid-other:last-child{flex:0 0 20%;max-width:20%}[cmpsObservationKpiSet] .onpist-grid-no-metric{font-weight:700}.header-observation-focus-summary{margin:10px auto}.header-observation-focus-summary .published-overall-row{display:flex}.header-observation-focus-summary .published-overall-row .indicators-header{align-items:center;color:#1e60d4;font-size:.9em;padding-top:.5%;position:relative;width:10%}.header-observation-focus-summary .published-overall-row .indicators-header strong{font-size:1.2em}.header-observation-focus-summary .published-overall-row .indicators-container{display:flex;width:90%}.header-observation-focus-summary .published-overall-row .indicators-container .indicator-group{border:2px solid #1e60d4;border-radius:7px;display:flex;margin-right:.5rem;min-height:40px;position:relative;width:33.33%}.header-observation-focus-summary .published-overall-row .indicators-container .indicator-group .indicator-group-left{align-items:center;background-color:#1e60d4;color:#fff;display:flex;font-weight:bolder;justify-content:flex-start;min-width:70%;padding-left:.7rem}.header-observation-focus-summary .published-overall-row .indicators-container .indicator-group .indicator-group-right{align-items:center;background-color:#f1f3f4;border-radius:0 7px 7px 0;color:#151616;display:flex;font-size:1.3em;font-weight:700;justify-content:center;min-width:30%}.header-observation-focus-summary .session-overall-row{display:flex}.header-observation-focus-summary .session-overall-row .small-indicators-header{width:10%}.header-observation-focus-summary .session-overall-row .small-indicators-container{display:flex;margin-bottom:5px;margin-top:5px;width:90%}.header-observation-focus-summary .session-overall-row .small-indicators-container .small-indicators-group{align-items:center;display:flex;margin-right:.37rem;width:16%}.header-observation-focus-summary .session-overall-row .small-indicators-container .small-indicators-group span{align-items:center;display:flex;font-size:9px;font-size:1.25em;font-weight:bolder;text-align:center;width:50px;width:60px}.header-observation-focus-summary .session-overall-row .small-indicators-container .small-indicators-group .bottom-titles{font-size:.8em;font-weight:bolder;padding-right:.7rem;position:relative;text-align:right;width:60%}.header-observation-focus-summary .session-overall-row .small-indicators-container .small-indicators-group .bottom-titles-2{display:flex;font-size:.8em;font-weight:bolder;justify-content:flex-end;padding-right:.7rem;position:relative;text-align:right;width:60%}.header-observation-focus-summary .session-overall-row .small-indicators-container .small-indicators-group .small-indicators-box{align-items:center;background-color:#1e60d4;border:2px solid #1e60d4;border-radius:7px;color:#fff;display:flex;font-weight:bolder;height:30px;justify-content:center;width:40%}.header-observation-focus-summary .session-overall-row .small-indicators-container .small-indicators-group .small-indicators-box-light{align-items:center;background-color:#f1f3f4;border:2px solid #1e60d4;border-radius:7px;color:#151616;display:flex;font-size:1em;font-weight:bolder;height:30px;justify-content:center;width:40%}.cmps-observation-confirm-modal{z-index:99999!important}.cmps-observation-confirm-modal .modal-dialog{max-width:700px}.cmps-observation-confirm-modal .modal-content{background-color:transparent!important;border:none;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;min-height:300px;min-width:300px}.cmps-observation-confirm-modal-backdrop{z-index:99999!important}[cmpsObservationCommitDialog] .main-container{background-color:#fff;border:none;border-radius:1rem;display:flex;flex-direction:column;min-height:360px;min-width:100%;padding:2rem}[cmpsObservationCommitDialog] .title{color:#000;font-size:16px;font-weight:600;text-align:center}[cmpsObservationCommitDialog] .messageBox{color:#000;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px}[cmpsObservationCommitDialog] .focus-category-container p{font-size:12px;max-width:450px}[cmpsObservationCommitDialog] .focus-category-container .focus-list>div{margin-bottom:15px;padding-left:30px;position:relative}[cmpsObservationCommitDialog] .focus-category-container .focus-list>div .radio-button-container{left:0;position:absolute;top:25px}[cmpsObservationCommitDialog] .focus-category-container .focus-list>div .focus-container{width:100%}[cmpsObservationCommitDialog] .focus-category-container .focus-list>div .focus-container>div{align-items:center;border:2px solid #1e60d4;box-sizing:border-box;padding:5px 20px;width:100%}[cmpsObservationCommitDialog] .focus-category-container .focus-list>div .focus-container .container-header{background:#1e60d4;border-radius:15px 15px 0 0;display:flex;justify-content:space-between}[cmpsObservationCommitDialog] .focus-category-container .focus-list>div .focus-container .container-header p{color:#fff;margin:0}[cmpsObservationCommitDialog] .focus-category-container .focus-list>div .focus-container .container-body{border-radius:0 0 15px 15px}[cmpsObservationCommitDialog] .focus-category-container .focus-list .disabled .focus-container>div{border-color:#bababa}[cmpsObservationCommitDialog] .focus-category-container .focus-list .disabled .focus-container .container-header{background:#bababa}[cmpsObservationCommitDialog] .focus-category-container .focus-list .disabled .focus-container .container-body p{color:#bababa;margin:0 15px 0 0}[cmpsObservationCommitDialog] .btn-outlined{background-color:#1e60d4;border:1px solid #fff;border-radius:.5rem;color:#fff;font-size:12px;height:40px;line-height:8px;width:150px}[cmpsObservationCommitDialog] .white{color:#000}[cmpsObservationCommitDialog] .green{color:#78a746}[cmpsObservationCommitDialog] .yellow{color:#ffad40}[cmpsObservationCommitDialog] .red{color:#de3f3d}[cmpsObservationCommitDialog] .flex-buttons-container{display:flex;flex-direction:row;justify-content:center;margin-right:10px}[cmpsObservationCommitDialog] .flex-buttons-container button:first-child{margin-left:0}[cmpsObservationCommitDialog] .flex-buttons-container button{margin-left:1rem}@media (max-width:750px){[cmpsObservationCommitDialog] .flex-buttons-container{display:flex;flex-direction:column;justify-content:stretch;margin-right:0!important}.cmps-profile-picture-change [cmpsObservationCommitDialog] .flex-buttons-container .btn-banner,[cmpsObservationCommitDialog] .flex-buttons-container .btn,[cmpsObservationCommitDialog] .flex-buttons-container .cmps-profile-picture-change .btn-banner,[cmpsObservationCommitDialog] .flex-buttons-container button.cmps-btn-table{margin-bottom:5px;width:100%}}[cmpsObservationCommitDialog] .flex-item{flex:1}[cmpsObservationCommitDialog] .flex-item-icon{flex:2}[cmpsObservationCommitDialog] .flex-item-legend{flex:5}[cmpsObservationCommitDialog] .flex-right{justify-content:flex-end!important}[cmpsObservationCommitDialog] .flex-row-title{display:flex;flex-direction:row!important;flex-wrap:nowrap;height:100%;justify-content:center}.cmps-observation-dialog-mandatory-fields{display:block;max-width:500px}.cmps-observation-dialog-mandatory-fields .main-container{background-color:#fff;border:none;border-radius:1rem;display:flex;flex-direction:column;min-height:400px;min-width:100%;overflow:hidden}.cmps-observation-dialog-mandatory-fields .header{align-items:center;background-color:#e63333;display:flex;flex-direction:row;flex-wrap:nowrap;min-height:100px;position:relative}.cmps-observation-dialog-mandatory-fields .header .col1{color:#fff;width:15%}.cmps-observation-dialog-mandatory-fields .header .col1 .warning_icon{font-size:49px;padding-left:22px;right:0}.cmps-observation-dialog-mandatory-fields .header .col2{color:#fff;width:70%}.cmps-observation-dialog-mandatory-fields .header .col3{width:15%}.cmps-observation-dialog-mandatory-fields .header .col3 .close_button{position:absolute;right:8px;top:4px}.cmps-observation-dialog-mandatory-fields .body{display:flex;flex-direction:column;padding-left:20px;padding-top:10px}.cmps-observation-dialog-mandatory-fields .body .body_Item{padding:5px}.cmps-observation-dialog-mandatory-fields .body span{line-height:24px}.cmps-observation-dialog-mandatory-fields .body span strong{color:#070707}.pu-backdrop.pu-fixed{position:fixed}[pop-up].pu-fixed{bottom:0;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:1030}cmps-datetime-picker .cmps-datetime-picker--border{border:1px solid #dfdfdf;padding-left:.5rem;padding-right:.5rem}cmps-datetime-picker .cmps-datetime-picker--date-time-border{border-top-width:0}cmps-datetime-picker .cmps-datetime-picker--fill-width .ngb-dp-day,cmps-datetime-picker .cmps-datetime-picker--fill-width .ngb-dp-month,cmps-datetime-picker .cmps-datetime-picker--fill-width .ngb-dp-week-number,cmps-datetime-picker .cmps-datetime-picker--fill-width .ngb-dp-weekday,cmps-datetime-picker .cmps-datetime-picker--fill-width ngb-datepicker{width:100%}cmps-datetime-picker .cmps-datetime-picker--fill-width .ngb-dp-day>div{width:auto}.cmps-datetime-picker--portal{background-color:#fff;z-index:99999}.timepicker .clock-face__clock-hand,.timepicker .clock-face__clock-hand:after,.timepicker .timepicker__header{background-color:#78a746!important}.timepicker .clock-face__clock-hand:before{border-color:#78a746!important}.timepicker .clock-face__number>span.active{background-color:#78a746!important}.timepicker button:not(.timepicker-dial__item){color:#78a746!important}[cmpsCloseGoalModal] button,[cmpsCloseGoalModal] button:focus,[cmpsCommitmentNext] button,[cmpsCommitmentNext] button:focus{outline:none!important}[cmpsCommitmentNext] .ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){border-color:#ccc transparent transparent;border-radius:0 0 5px 5px}[cmpsCommitmentNext] .ck.ck-toolbar{border-color:#ccc transparent transparent}[cmpsCommitmentNext] ng-select>div>.disabled{background-color:#e9ecef}[cmpsCommitmentNext] ng-select>div>.disabled~.toggle{display:none}[cmpsCommitmentGoals]{background-color:#fff;border:1px solid #dfdfdf;border-radius:16px;box-shadow:0 3px 6px rgba(0,0,0,.16);padding-bottom:0;padding-top:0}[cmpsCommitmentGoals] .notification{display:flex;flex-direction:row}[cmpsCommitmentGoals] .notification-success{align-items:center;color:#78a746;flex:1;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:small;margin-bottom:0;padding-left:0}[cmpsCommitmentGoals] .set-goals-container{display:flex}[cmpsCommitmentGoals] .metric-selector{margin-bottom:1rem;max-width:15rem!important}[cmpsCommitmentGoals] .col-form-label{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;padding-bottom:calc(.3rem + 1px);padding-top:calc(.3rem + 1px);text-align:right}[cmpsCommitmentGoals] ng-select>div{border-color:#f3f2f1!important}[cmpsCommitmentGoals] ng-select>div>div{background-color:#f3f2f1;height:28px}[cmpsCommitmentGoals] ng-select>div>div>div.multiple>div.placeholder,[cmpsCommitmentGoals] ng-select>div>div>div.multiple>div.value,[cmpsCommitmentGoals] ng-select>div>div>div.single>div.placeholder,[cmpsCommitmentGoals] ng-select>div>div>div.single>div.value{padding:.3rem .75rem!important}[cmpsCommitmentGoals] ng-select>div>div.toggle{color:#353535;font-size:.6rem}[cmpsCommitmentGoals] .add-milestone-button{background-color:transparent;color:#78a746;margin:.3rem;padding:.2rem}[cmpsCommitmentGoals] .performance-grid .performance-grid-table{min-width:19.5rem;overflow-x:auto;width:100%}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr>td:first-child,[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr>th:first-child,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr>td:first-child,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr>th:first-child{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;text-align:right}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr>td:nth-child(2),[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr>td:nth-child(2){background-color:#f3f2f1}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr th,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr th{background-color:#fff;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;padding:.4rem 0;text-align:center}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr th:last-child,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr th:last-child{min-width:5rem}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr th.improvement,[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr th.value,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr th.improvement,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr th.value{max-width:6rem;min-width:6rem}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr th.date,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr th.date{max-width:5rem;min-width:5rem}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr td,[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr th,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr td,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr th{border:.4rem solid #fff!important;text-align:center}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr td,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr td{padding:.3rem}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr:last-child>td,[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr:last-child>td .input-group,[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr:last-child>td input,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr:last-child>td,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr:last-child>td .input-group,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr:last-child>td input{background-color:#f3f2f1}[cmpsCommitmentGoals] .performance-grid .performance-grid-table tbody tr:last-child>td:first-child,[cmpsCommitmentGoals] .performance-grid .performance-grid-table thead tr:last-child>td:first-child{background-color:#fff}[cmpsCommitmentGoals] .performance-grid .edit-goal{background-color:transparent;color:#000;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;padding:0}[cmpsCommitmentGoals] .expand-collapse-container{height:100%;left:0;max-width:1rem;position:absolute;top:0;width:100%}[cmpsCommitmentGoals] .expand-collapse-container .expand-collapse-button{align-items:center;background-color:transparent;border:none;display:flex;flex-direction:row;height:100%;justify-content:center;padding:0 .2rem}[cmpsCommitmentGoals] .expand-collapse-container .expand-collapse-button:hover{background-color:hsla(0,0%,80%,.7);cursor:pointer}[cmpsCommitmentGoals] .recent-goals-container{border-right:1px solid #ccc;flex:0 0 36.33%;max-width:36%}[cmpsCommitmentGoals] .recent-goals-container .btn-filled-blue{height:28px;padding-top:2px}[cmpsCommitmentGoals] .recent-goals-container.collapse{flex:0 0 1%;max-width:1%;transition:width .5s ease-in-out}[cmpsCommitmentGoals] .recent-goals-container.collapse .cmps-recent-goals-commitment{display:none!important}[cmpsCommitmentGoals] .goal-creator-review-container{flex:0 0 63.66%;max-width:63.66%;padding-bottom:1rem!important;padding-left:.5rem!important;position:relative}[cmpsCommitmentGoals] .goal-creator-review-container.expand{flex:0 0 100%;max-width:100%}[cmpsCommitmentGoals] .goal-creator-review-container.expand .goal-chart-container{width:80%!important}[cmpsCommitmentGoals] .goal-creator-review-container.expand .legend{width:20%!important}[cmpsCommitmentGoals] .goal-history-container{width:100%}@media (min-width:1600px){[cmpsCommitmentGoals] .detail-goal-commitment--wrap-buttons{flex:0 0 50%;max-width:50%}}.cmps-goalhistorydialog-modal .modal-dialog{max-width:90%!important}@media (min-width:576px){.cmps-goalhistorydialog-modal .modal-dialog{float:right;max-width:100%}}.cmps-goalhistorydialog-modal .modal-content{background-color:transparent;border:0;display:none}[cmpsCommitmentNext]{background-color:#f3f2f1;min-height:calc(100vh - 72px)}[cmpsCommitmentNext] h2 b{font-size:1.2rem}@media (min-width:1200px) and (min-height:450px){[cmpsCommitmentNext] .parent-scroll{display:flex;flex-direction:column;height:calc(100vh - 72px)}[cmpsCommitmentNext] .container-scroll{overflow-x:hidden;overflow-y:auto}}[cmpsCommitmentNext] .focusContainer{border-radius:10px;min-height:100px;padding:.75rem;position:relative;width:100%}[cmpsCommitmentNext] .focusContainer .evalavg{background:#fff;border:1px solid #ccc;border-radius:.6rem;left:101%;padding:1rem;position:absolute;top:50%;transform:translateY(-50%);width:12rem;z-index:1}[cmpsCommitmentNext] .focusContainer .evalavg .title{font-size:.9rem;font-weight:600;text-align:center}[cmpsCommitmentNext] .scoreContainer{background-color:#fff;height:30px;line-height:30px;max-width:40px;vertical-align:middle;white-space:nowrap}[cmpsCommitmentNext] .commitmentGoalContainer{color:#1e60d4;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:12px;line-height:32px}[cmpsCommitmentNext] .label{max-width:90px;white-space:nowrap}[cmpsCommitmentNext] .label-2{line-height:30px;max-width:120px;white-space:nowrap}[cmpsCommitmentNext] .label-3{line-height:30px;max-width:200px;white-space:nowrap}[cmpsCommitmentNext] .labelText{width:100%;word-break:break-word}[cmpsCommitmentNext] .labelBold{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}[cmpsCommitmentNext] .titleBox{position:relative;right:20%}[cmpsCommitmentNext] .label-title{font-size:1rem;font-weight:700}[cmpsCommitmentNext] .labelBoldText{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;width:100%;word-break:break-word}[cmpsCommitmentNext] .alert-warning-compas{padding:6px}[cmpsCommitmentNext] .alert-warning-compas cmps-icon,[cmpsCommitmentNext] .alert-warning-compas cmps-icon svg{height:48px;width:48px}[cmpsCommitmentNext] .notification{display:flex;flex-direction:row}[cmpsCommitmentNext] .notification-success{align-items:center;color:#78a746;flex:1;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:small;margin-bottom:0;padding-left:0}[cmpsCommitmentNext] .sectionContainer{background-color:#fff;border-radius:10px;box-shadow:0 3px 6px rgba(0,0,0,.15);margin-bottom:1rem!important;margin-left:0!important;margin-right:0!important;min-height:140px;padding:1.2rem;width:100%}[cmpsCommitmentNext] .sectionContainer .narrative-title{font-size:1rem}[cmpsCommitmentNext] .blueText{color:#1e60d4;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:12px}[cmpsCommitmentNext] .btn-filled-blue{background-color:#1e60d4;border:1px solid #1e60d4;border-radius:5px;color:#fff;height:40px;padding:5px;width:100%}[cmpsCommitmentNext] .green{color:#78a746}[cmpsCommitmentNext] .yellow{color:#ffad40}[cmpsCommitmentNext] .red{color:#ce2521}[cmpsCommitmentNext] .transparent{background-color:transparent!important}[cmpsCommitmentNext] .observation-separator{border-right:1px solid #ccc;margin-left:-1px}[cmpsCommitmentNext] .red{color:red}[cmpsCommitmentNext] .btn-outlined-green{background-color:#fff;border:1px solid #78a746;color:#78a746}[cmpsCommitmentNext] .btn-filled-green{background-color:#78a746;border:1px solid #78a746;color:#fff}[cmpsCommitmentNext] .bd-gray{border-bottom:1px solid #ccc}[cmpsCommitmentNext] .btn-link{color:#78a746!important;padding:0!important}[cmpsCommitmentNext] .btn-link :hover{color:#78a746!important}[cmpsCommitmentNext] .duration-control{width:75px}[cmpsCommitmentNext] .date-selector{height:44px;width:106px}[cmpsCommitmentNext] .date-selector-btn{align-items:center;border-left:none;border-radius:0 5px 5px 0;display:flex;height:30px;justify-content:center;padding:0;width:40px}[cmpsCommitmentNext] .ng-select>div>div{height:48px!important}[cmpsCommitmentNext] .flex-container{justify-content:space-evenly}[cmpsCommitmentNext] .flex-buttons-container{justify-content:flex-end}@media (max-width:750px){[cmpsCommitmentNext] .flex-buttons-container{display:flex;flex-direction:column;justify-content:stretch;margin-right:0!important}.cmps-profile-picture-change [cmpsCommitmentNext] .flex-buttons-container .btn-banner,[cmpsCommitmentNext] .flex-buttons-container .btn,[cmpsCommitmentNext] .flex-buttons-container .cmps-profile-picture-change .btn-banner,[cmpsCommitmentNext] .flex-buttons-container button.cmps-btn-table{margin-bottom:5px;margin-left:0!important;width:100%!important}}@media (max-width:1700px){[cmpsCommitmentNext] .container{max-width:98%}}.cmps-profile-picture-change [cmpsCommitmentNext] .flex-controls .btn-banner,[cmpsCommitmentNext] .flex-controls .btn,[cmpsCommitmentNext] .flex-controls .cmps-profile-picture-change .btn-banner,[cmpsCommitmentNext] .flex-controls button.cmps-btn-table{width:80px}[cmpsCommitmentNext] .flex-card-container{justify-content:space-around}@media (max-width:750px){[cmpsCommitmentNext] .flex-card-container{display:flex;flex-direction:column;justify-content:space-between}}[cmpsCommitmentNext] .flex-card-1{flex:1;flex-wrap:nowrap}[cmpsCommitmentNext] .flex-card-2{flex:2;flex-wrap:nowrap}[cmpsCommitmentNext] .flex-card-3{flex:3;flex-wrap:nowrap}[cmpsCommitmentNext] .tag-large{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;padding:.5rem!important}[cmpsCommitmentNext] .goals-header{border-bottom:1px solid #ccc}[cmpsCommitmentNext] .goals-tabs .goal-tab{background-color:#f3f2f1;border-radius:22px;cursor:pointer;display:inline-block;margin-bottom:.2rem;margin-right:.2rem;padding:.5rem}[cmpsCommitmentNext] .goals-tabs .goal-tab:first{margin-left:.2rem}[cmpsCommitmentNext] .goals-tabs .goal-tab.selected{background-color:#b0d0ff}[cmpsCommitmentNext] .goals-tabs .goal-tab .name{color:#707070;margin-right:.1rem;text-transform:uppercase}[cmpsCommitmentNext] .goals-tabs .goal-tab .current,[cmpsCommitmentNext] .goals-tabs .goal-tab cmps-widget-rapid-ivr-survey .agent .incoming,cmps-widget-rapid-ivr-survey .agent [cmpsCommitmentNext] .goals-tabs .goal-tab .incoming{background-color:#707070;border-radius:50%;color:#fff;display:inherit;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;height:30px;margin-right:.1rem;min-width:30px;padding:.4rem;text-align:center}[cmpsCommitmentNext] .goals-tabs .goal-tab .goal{color:#707070;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}[cmpsCommitmentNext] .border-radius-5{border-radius:5px}[cmpsCommitmentNext] .border-gray{border:1px solid #ccc}[cmpsCommitmentNext] .btn-circle-blue{align-items:center;background:none;display:flex;margin:auto;padding:.2rem}[cmpsCommitmentNext] .btn-circle-blue .dot{fill:currentColor;background-color:#1e60d4;border:1px solid #1e60d4;border-radius:50%;color:#fff;height:1.75rem;padding:0;width:1.75rem}[cmpsCommitmentNext] .btn-circle-blue cmps-icon,[cmpsCommitmentNext] .btn-circle-blue cmps-icon svg{height:100%;width:70%}[cmpsCommitmentNext] .btn-circle-blue cmps-icon.large,[cmpsCommitmentNext] .btn-circle-blue cmps-icon svg.large{height:24px;width:24px}[cmpsCommitmentNext] .form-control{border-color:#f3f2f1;border-radius:5px;height:30px;padding-top:.5rem}[cmpsCommitmentNext] .days-active{padding-left:15px}[cmpsCommitmentNext] .col-form-label{font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;padding-bottom:calc(.3rem + 1px);padding-left:2.8px!important;padding-right:.8px!important;padding-top:calc(.3rem + 1px);text-align:right}@media (min-width:1201px){[cmpsCommitmentNext] .col-form-label{padding-left:5px!important}}[cmpsCommitmentNext] .btn-commitment-history{background-color:transparent;border-color:#ced4da;border-radius:6px;padding:.1rem .75rem}[cmpsCommitmentNext] .btn-focus{background-color:#f3f2f1;border-radius:15px}[cmpsCommitmentNext] .unset-focus-container{background:linear-gradient(180deg,#a9a9a9 50%,#fff 0)}[cmpsCommitmentNext] .set-focus-container{background:linear-gradient(180deg,#1e60d4 50%,#fff 0)}[cmpsCommitmentNext] .input-group>.form-control{border-bottom-right-radius:0;border-top-right-radius:0}[cmpsCommitmentNext] .white{color:#fff!important}[cmpsCommitmentNext] .disabled-gray{color:#606060;opacity:.65}[cmpsCommitmentNext] .alert-warning-compas{background-color:#ea6036;border-color:#ea6036;color:#fff;padding:15px;text-align:center}[cmpsCommitmentNext] .section-title{height:15px}[cmpsCommitmentNext] .section-head{align-items:center;background:#f2f2f2;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;min-height:2rem}[cmpsCommitmentNext] .form-control{border-color:#ccc}[cmpsCommitmentNext] .section-body{border-top:1px solid #ccc}[cmpsCommitmentNext] .foot-btn{background-color:#f2f2f2}[cmpsCommitmentNext] .formIcon{fill:currentColor;color:#606060}[cmpsCommitmentNext] .tag-tab-header{border-bottom:1px solid #bcbcbc;display:flex;margin-left:-1rem;margin-right:-1rem;overflow-x:auto;white-space:nowrap}[cmpsCommitmentNext] .tag-tab-header .tag-tab-label{background-color:#fff;border-left:1px solid #1e60d4;border-right:1px solid #1e60d4;border-top:1px solid #1e60d4;border-top-left-radius:1rem;border-top-right-radius:1rem;cursor:pointer;display:inline-block;margin-top:1rem;padding:.5rem;position:relative}[cmpsCommitmentNext] .tag-tab-header .tag-tab-label>*{margin:0}[cmpsCommitmentNext] .tag-tab-header .tag-tab-label.selected{background-color:#1e60d4}[cmpsCommitmentNext] .tag-tab-header .tag-tab-label.selected>*{color:#fff}[cmpsCommitmentNext] .tag-tab-container{background-color:#f3f2f1;padding:1rem}[cmpsCommitmentNext] .flex{display:flex}[cmpsCommitmentNext] .flex-row{display:flex;flex-direction:row}[cmpsCommitmentNext] .flex-item{flex:1}[cmpsCommitmentNext] .flex-centered{align-self:center}[cmpsCommitmentNext] .flex-left{align-self:flex-start}[cmpsCommitmentNext] .flex-right{justify-content:flex-end!important}[cmpsCommitmentNext] .flex-container{display:flex;justify-content:space-between}[cmpsCommitmentNext] .flex-card-container{display:flex;flex-direction:row;justify-content:center}@media (max-width:770px){[cmpsCommitmentNext] .flex-card-container{display:flex;flex-direction:column;justify-content:stretch}}[cmpsCommitmentNext] .flex-buttons-container{display:flex;flex-direction:row;justify-content:flex-start;margin-right:10px}@media (max-width:750px){[cmpsCommitmentNext] .flex-buttons-container{display:flex;flex-direction:column;justify-content:stretch;margin-right:0!important}.cmps-profile-picture-change [cmpsCommitmentNext] .flex-buttons-container .btn-banner,[cmpsCommitmentNext] .flex-buttons-container .btn,[cmpsCommitmentNext] .flex-buttons-container .cmps-profile-picture-change .btn-banner,[cmpsCommitmentNext] .flex-buttons-container button.cmps-btn-table{margin-bottom:5px;width:100%}}[cmpsCommitmentNext] .main-container{background-color:#fff;border:none;border-radius:1rem;margin-left:0!important;margin-right:0!important;padding-bottom:10px}[cmpsCommitmentNext] .main-container .row{margin-left:-15px;margin-right:-15px}[cmpsCommitmentNext] .input-element{padding-top:20px}[cmpsCommitmentNext] .btn-filled-white{background-color:#fff;border:1px solid #fff;border-radius:10px;color:#1e60d4;height:40px;padding:5px;width:100%}[cmpsCommitmentNext] .btn-filled-white.autowith{width:auto}[cmpsCommitmentNext] .btn-filled-white>.circle-blue{background-color:#1e60d4;border-radius:20px;color:#fff;font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.2rem;height:40px;padding:12px 13px;width:40px}[cmpsCommitmentNext] .input-group>.form-control{border-color:#ccc;border-right:none}.cmps-profile-picture-change [cmpsCommitmentNext] .input-group>.input-group-append .btn-secondary.btn-banner:disabled,.cmps-profile-picture-change [cmpsCommitmentNext] .input-group>.input-group-append .btn-secondary[readony].btn-banner,[cmpsCommitmentNext] .input-group>.input-group-append .btn.btn-secondary:disabled,[cmpsCommitmentNext] .input-group>.input-group-append .btn.btn-secondary[readony],[cmpsCommitmentNext] .input-group>.input-group-append .cmps-profile-picture-change .btn-secondary.btn-banner:disabled,[cmpsCommitmentNext] .input-group>.input-group-append .cmps-profile-picture-change .btn-secondary[readony].btn-banner,[cmpsCommitmentNext] .input-group>.input-group-append button.btn-secondary.cmps-btn-table:disabled,[cmpsCommitmentNext] .input-group>.input-group-append button.btn-secondary[readony].cmps-btn-table{background-color:#e9ecef;border-color:#ced4da;opacity:1}[cmpsCommitmentNext] .commitment-date{margin-left:.3rem;padding:.2rem .3rem}[cmpsCommitmentNext] .commitment-date,[cmpsCommitmentNext] .date-selector-btn{border:0!important;height:1.7rem}[cmpsCommitmentNext] .date-selector-btn{width:2rem}[cmpsCommitmentNext] .date-selector-btn cmps-icon,[cmpsCommitmentNext] .date-selector-btn cmps-icon svg{height:1.1rem}[cmpsCommitmentNext] .date-time-inputs .start-date-group{min-width:194px;width:194px}[cmpsCommitmentNext] .date-time-inputs .input-group-time-container{align-items:center;display:flex}[cmpsCommitmentNext] .date-time-inputs .input-group-time-container .input-group-time{background-color:#fff;border-radius:6px;margin-left:.3rem;padding:0 .2rem}[cmpsCommitmentNext] .date-time-inputs .input-group-time-container .input-group-time .col-form-label{line-height:1.3}[cmpsCommitmentNext] .date-time-inputs .input-group-time-container .input-group-time .total-time{padding:.3rem}[cmpsCommitmentNext] .w15{width:15px!important}[cmpsCommitmentNext] .cmps-interaction-table{overflow:hidden}[cmpsCommitmentNext] .cmps-interaction-table .shrink{background-color:#ccc}[cmpsCommitmentNext] .cmps-interaction-table .table{min-height:75px;width:-webkit-fill-available}[cmpsCommitmentNext] .cmps-interaction-table .table .cellIcon{display:inline-flex;margin-right:12px}[cmpsCommitmentNext] .cmps-interaction-table .table .header-chevron{border:1px solid #78a746;border-bottom:none;border-right:none}[cmpsCommitmentNext] .cmps-interaction-table .table .header-cell{border:1px solid #78a746;border-bottom:none;border-left:none}[cmpsCommitmentNext] .cmps-interaction-table table{border-bottom:1px solid #ccc}[cmpsCommitmentNext] .cmps-interaction-table table th:first-child{padding-left:1rem}[cmpsCommitmentNext] .cmps-interaction-table table td:first-child{border-left:1px solid #ccc;padding-left:1rem}[cmpsCommitmentNext] .cmps-interaction-table table td:last-child{border-right:1px solid #ccc}[cmpsCommitmentNext] .cmps-interaction-table table td,[cmpsCommitmentNext] .cmps-interaction-table table th{color:gray}[cmpsCommitmentNext] .cmps-interaction-table table td>div,[cmpsCommitmentNext] .cmps-interaction-table table th>div{padding-bottom:1rem;padding-top:1rem}[cmpsCommitmentNext] .cmps-interaction-table table th{background-color:#fff;border-top:none;color:gray;font-size:1.2rem}[cmpsCommitmentNext] .cmps-interaction-table table td{border-top:1px solid #ccc;color:gray;font-size:1.2em}[cmpsCommitmentNext] .cmps-interaction-table table td .tdcf-quarter-name{align-items:center;display:flex}[cmpsCommitmentNext] .cmps-interaction-table table td .tdcf-form{padding-right:1rem}[cmpsCommitmentNext] .cmps-interaction-table .vertical-center{padding:14px 0;vertical-align:middle}[cmpsCommitmentNext] .cmps-interaction-table .icon-cell{max-width:30px}[cmpsCommitmentNext] .cmps-interaction-table .noteTypeLabel{min-width:150px;width:10%}[cmpsCommitmentNext] .cmps-interaction-table .itemLabel{max-width:40px}[cmpsCommitmentNext] .cmps-interaction-table .itemLabel,[cmpsCommitmentNext] .cmps-interaction-table .itemValue{color:gray;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;text-align:left!important;white-space:normal}[cmpsCommitmentNext] .evaluations-lastupdated-container h6{font-size:.8rem;margin-bottom:.3rem}[cmpsCommitmentNext] .evaluations-lastupdated-container .latest-update-container{border-left:1px solid #ccc;padding-left:.45rem}[cmpsCommitmentNext] .evaluations-lastupdated-container cmps-observation-focus-summary{display:block}[cmpsCommitmentNext] .evaluations-lastupdated-container cmps-observation-focus-summary .header-observation-focus-summary{margin:0 auto;max-width:100%;padding-left:0;padding-right:0}[cmpsCommitmentNext] .evaluations-lastupdated-container cmps-observation-focus-summary .published-overall-row{display:block}[cmpsCommitmentNext] .evaluations-lastupdated-container cmps-observation-focus-summary .indicators-header{margin-bottom:.3rem;width:100%}[cmpsCommitmentNext] .evaluations-lastupdated-container cmps-observation-focus-summary .indicators-container{width:100%}[cmpsCommitmentNext] .latest-update{font-size:.7rem}[cmpsCommitmentNext] .latest-update cmps-icon,[cmpsCommitmentNext] .latest-update cmps-icon svg{height:1rem;width:1rem}[cmpsCommitmentNext] .ct-focus-header-active{color:#1e60d4}[cmpsCommitmentNext] .ct-focus{cursor:pointer;display:flex;flex:1 1 100%;flex-direction:column;max-width:100%;outline:none}[cmpsCommitmentNext] .ct-focus-behaviour{background-color:#313335;border-left:2px solid #505050;border-right:2px solid #505050;border-top:2px solid #505050;border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;display:flex;padding:.5rem 1rem}[cmpsCommitmentNext] .ct-focus-sub-behaviour{background-color:#fff;border-bottom:2px solid #505050;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-left:2px solid #505050;border-right:2px solid #505050;display:flex;padding:.5rem 1rem}[cmpsCommitmentNext] .ct-focus-behaviour .ct-focus-label,[cmpsCommitmentNext] .ct-focus-sub-behaviour .ct-focus-label{white-space:nowrap}[cmpsCommitmentNext] .ct-focus-behaviour .ct-focus-text,[cmpsCommitmentNext] .ct-focus-sub-behaviour .ct-focus-text{flex-grow:1;font-weight:700}[cmpsCommitmentNext] .ct-focus.ct-focus-active .ct-focus-behaviour{background-color:#1e60d4;border-color:#1e60d4}[cmpsCommitmentNext] .ct-focus.ct-focus-active .ct-focus-sub-behaviour{border-color:#1e60d4}[cmpsCommitmentNext] .ct-focus.ct-focus-linkdisabled{pointer-events:none}.cmps-commitment-component--closed .ct-focus-header-active{color:#505050}.cmps-commitment-component--closed .ct-focus.ct-focus-active .ct-focus-behaviour{background-color:#505050;border-color:#505050}.cmps-commitment-component--closed .ct-focus.ct-focus-active .ct-focus-sub-behaviour{border-color:#505050}.cmps-commitment-component--closed .header-observation-focus-summary .published-overall-row .indicators-header{color:#505050}.cmps-commitment-component--closed .header-observation-focus-summary .published-overall-row .indicators-container .indicator-group{border-color:#505050}.cmps-commitment-component--closed .header-observation-focus-summary .published-overall-row .indicators-container .indicator-group .indicator-group-left{background-color:#505050}.cmps-commitment-component--closed .cmps-notes-commitment .editor-cover,.cmps-commitment-component--closed .cmps-notes-commitment .note-container .note-with-header-child,.cmps-commitment-component--closed .cmps-notes-commitment .note-with-header .tox-edit-area iframe{background-color:#f1f3f4!important}.cmps-commitment-component--closed .cmps-notes-commitment .cmps-icon-button{color:#505050}.cmps-commitment-component--closed .cmps-notes-commitment .cmps-icon-button .cmps-icon{background-color:#505050}.cmps-commitment-component--closed .cmps-commitment-observations .cmps-icon-button{color:#505050}.cmps-commitment-component--closed .cmps-commitment-observations .cmps-icon-button .cmps-icon{background-color:#505050}.cmps-commitment-component--closed .cmps-commitment-observations .cmps-commitment-observations--grid-row,.cmps-commitment-component--closed [cmpsObservationTagGroup]{border-color:#505050}.cmps-commitment-component--closed [cmpsObservationTagGroup] .ontp-tag-group-has-tag{background-color:#505050}.cmps-commitment-component--closed [cmpsObservationTagGroup] .ontp-linked-has-tag{border-top-color:#505050}.cmps-commitment-component--closed [cmpsObservationTagGroup] [cmpsObservationScores] .section-title{color:#505050}.cmps-commitment-component--closed [cmpsObservationTagGroup] [cmpsObservationScores] .section-title svg path{fill:#505050!important}[cmpsCommitmentNext] .cmps-commitment--action-buttons .cmps-button{min-width:auto}[cmpsCommitmentNext] .cmps-commitment--action-buttons .cmps-button [cmpsButtonLabel]{white-space:nowrap}[cmpsCommitmentNext] .cmps-commitment--action-buttons .cmps-button .cmps-icon{line-height:12px}[cmpsCommitmentNext] .cmps-commitment--action-buttons .cmps-button .cmps-icon svg{vertical-align:text-top}[cmpsCommitmentNext] .cmps-commitment--action-buttons .cmps-button .cmps-icon,[cmpsCommitmentNext] .cmps-commitment--action-buttons .cmps-button .cmps-icon svg{height:12px;width:12px}[cmpsCommitmentObservations]{background-color:#fff;border:1px solid #dfdfdf;border-radius:16px;box-shadow:0 3px 6px rgba(0,0,0,.16);padding:1rem}[cmpsCommitmentObservations] .ctos-header{font-size:1rem;text-align:center}[cmpsCommitmentObservations] .grid-header{align-items:center;display:flex;justify-content:space-around}[cmpsCommitmentObservations] .grid-header>p{font-weight:600;margin:0}[cmpsCommitmentObservations] .cmps-commitment-observations--grid-row{border-left:2px solid #1e60d4;border-right:2px solid #1e60d4;border-top:2px solid #1e60d4}[cmpsCommitmentObservations] .cmps-commitment-observations--grid-row-last{border-bottom:2px solid #1e60d4}[cmpsCommitmentObservations] .cmps-commitment-observations--grid-row--content-top{align-items:center;background-color:#f1f3f4;display:flex;justify-content:space-around}[cmpsCommitmentObservations] .lg.cell{font-size:13px;font-weight:600;width:170px}[cmpsCommitmentObservations] .cell{flex-grow:1;margin:0;padding:10px 5px;text-align:center;width:100px}.cmps-commitment-observations .cmps-commitment-observations--dd-row-change{border-left:2px solid #d17300!important;border-right:2px solid #d17300!important;border-top:2px solid #d17300!important}.cmps-commitment-observations .cmps-commitment-observations--dd-row-last-change{border-bottom:2px solid #d17300!important}.cmps-commitment-observations .cmps-commitment-observations--dd-row-accept{border-left:2px solid #137e0f!important;border-right:2px solid #137e0f!important;border-top:2px solid #137e0f!important}.cmps-commitment-observations .cmps-commitment-observations--dd-row-last-accept{border-bottom:2px solid #137e0f!important}.cmps-commitment-observations .cmps-commitment-observations--dd-row-dispute{border-left:2px solid #ce2521!important;border-right:2px solid #ce2521!important;border-top:2px solid #ce2521!important}.cmps-commitment-observations .cmps-commitment-observations--dd-row-last-dispute{border-bottom:2px solid #ce2521!important}[cmpsCloseGoalModal]{color:#fff}[cmpsCloseGoalModal] .ctmlph-icon cmps-icon svg{fill:currentColor;height:72px;width:72px}[cmpsCloseGoalModal] .close-title{font-size:16px;letter-spacing:3px;max-width:300px;padding:.5rem}[cmpsCloseGoalModal] .close{position:absolute;right:1rem;top:1rem}[cmpsCloseGoalModal] .close-icon{color:#fff}[cmpsCloseGoalModal] .radio-group{margin:auto}.cmps-confirm-notification-modal .modal-content{background-color:transparent!important;border:none}[cmpsEditableTimer] .editable-timer{background-color:#fff;border-radius:.3rem;padding:.3rem}[cmpsEditableTimer] input{background-color:transparent;border:none;outline:transparent!important;padding:0;width:1rem}[cmpsEditableTimer] input::-webkit-inner-spin-button,[cmpsEditableTimer] input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[cmpsEditableTimer] input[type=number]{-moz-appearance:textfield}[cmpsEditableTimer] .blinking-colon{animation:blink 1s linear infinite;display:inline-block;font-size:.9rem;font-weight:600;line-height:0;padding:0 .1rem 0 0;-ms-user-select:none;user-select:none;-webkit-user-select:none}@keyframes blink{50%{opacity:0}}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--kpi-selector ng-select>div{border:1px solid #ced4da!important;border-radius:6px;cursor:default!important;overflow:hidden;width:200px}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--kpi-selector ng-select .toggle{font-size:1.5rem!important}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--kpi-selector ng-select .toggle .down{font-family:FontAwesome,sans-serif!important;font-style:normal;padding-bottom:5px}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--kpi-selector ng-select .toggle .down:before{content:""}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--kpi-selector ng-select .toggle .up{font-family:FontAwesome,sans-serif!important;font-style:normal;padding-bottom:5px}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--kpi-selector ng-select .toggle .up:before{content:""}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--kpi-selector .placeholder,.cmps-goal-detail-commitment .cmps-goal-detail-commitment--kpi-selector .toggle{color:#1e60d4}.cmps-recent-goals-commitment{display:flex;flex-direction:column;height:700px;justify-content:space-between;width:100%}.cmps-recent-goals-commitment .recent-goals{display:flex;flex:1 1 92%;flex-direction:column;max-height:92%}.cmps-recent-goals-commitment .recent-goals .recent-goals-header{display:flex;flex:0 0 8%;max-height:8%;width:100%}.cmps-recent-goals-commitment .recent-goals .recent-goals-header .recent-goals-title{font-size:.85rem;font-weight:700;height:40px;padding-left:7rem;padding-top:15px;width:70%}.cmps-recent-goals-commitment .recent-goals .recent-goals-header .recent-goals-sort{fill:currentColor;align-items:right;background:none;border:none;color:#1e60d4;cursor:pointer;font-size:.85rem;width:30%}.scroll-panel{flex:0 0 92%;max-height:92%;overflow-y:auto}.goal-review{width:67%}.container-goal{border:1px solid transparent;cursor:pointer}.container-goal.active{background-color:rgba(30,96,212,.1);border:1px solid #1e60d4}.container-goal .top-info{display:flex;flex-direction:column;font-size:.82rem;margin-bottom:.3rem;margin-top:.5rem;padding-left:.75rem;padding-right:.3rem}.container-goal .top-info .behaviour{color:#1e60d4;font-weight:700;padding-right:.1rem}.container-goal .top-info .behaviour .truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.container-goal .goals-list-info{display:flex;justify-content:space-between;padding-left:.75rem;padding-right:.3rem}.container-goal .goals-list-info .left-info,.container-goal .goals-list-info .middle-info,.container-goal .goals-list-info .right-info{display:flex;flex-direction:column;font-size:.72rem;height:75%}.container-goal .goals-list-info .left-info{flex:0 0 53%;max-width:53%;text-align:left}.container-goal .goals-list-info .left-info .left-info-triangle{height:20px;width:20px}.container-goal .goals-list-info .left-info .left-info-kpi{color:#1e60d4;font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container-goal .goals-list-info .left-info .left-info-bold{font-weight:700}.container-goal .goals-list-info .left-info .left-info-status-text{color:#1e60d4}.container-goal .goals-list-info .middle-info{display:block;flex:0 0 36%;max-width:36%;text-align:left;text-overflow:ellipsis}.container-goal .goals-list-info .middle-info .middle-info-bold{font-weight:700}.container-goal .goals-list-info .right-info{min-width:1.9rem}.container-goal .goals-list-info .right-info-chart{display:flex;justify-content:center;padding-top:1rem}.container-goal .btn-circle-blue{margin-left:0;margin-right:0;padding:0!important}.container-goal .behaviour{line-height:1.2;margin-bottom:.3rem}.container-goal .subbehaviour{font-size:.75rem;line-height:1.2}.cmps-recent-goals-commitment .cmps-recent-goals-commitment--new-goal{align-items:center;border-top:1px solid #bababa;display:flex;flex:0 0 8%;justify-content:center;max-height:8%}.cmps-recent-goals-commitment .cmps-recent-goals-commitment--dd-goal-change{border:1px solid #d17300!important}.cmps-recent-goals-commitment .cmps-recent-goals-commitment--dd-goal-accept{border:1px solid #137e0f!important}.cmps-recent-goals-commitment .cmps-recent-goals-commitment--dd-goal-dispute{border:1px solid #ce2521!important}.cmps-recent-goals-commitment .cmps-recent-goals-commitment--dd-goal-bg-change{background-color:#d173001a!important}.cmps-recent-goals-commitment .cmps-recent-goals-commitment--dd-goal-bg-accept{background-color:#137e0f1a!important}.cmps-recent-goals-commitment .cmps-recent-goals-commitment--dd-goal-bg-dispute{background-color:#ce25211a!important}.cmps-commitment-disputed-goal-dialog{background-color:#1e60d4;border-radius:16px;color:#fff;display:flex;flex-direction:column;font-family:Lato,sans-serif;font-size:12px;justify-content:space-between;padding:1rem;position:relative;width:500px}.cmps-commitment-disputed-goal-dialog .cmps-commitment-disputed-goal-dialog--close{position:absolute;right:6px;top:6px}.cmps-commitment-disputed-goal-dialog .cmps-commitment-disputed-goal-dialog--body{margin:.5rem auto 1rem;max-width:250px;text-align:center}.cmps-commitment-disputed-goal-dialog .cmps-commitment-disputed-goal-dialog--actions{display:flex;justify-content:center}.cmps-recent-goals-commitment .cmps-accordion-header.cmps-accordion-header--c{justify-content:left!important}.cmps-recent-goals-commitment .cmps-recent-goals-commitment--inverse-status-color.cmps-coaching-commitment-status .cmps-coaching-commitment-status--label,.cmps-recent-goals-commitment .cmps-recent-goals-commitment--inverse-status-color.cmps-coaching-commitment-status .cmps-icon{color:#505050}.cmps-recent-goals-commitment .cmps-recent-goals-commitment--inverse-status-color.cmps-coaching-commitment-status .cmps-icon svg{fill:currentColor}.cmps-goal-detail-commitment{display:block;padding:0 .75rem}.cmps-goal-detail-commitment label{margin-bottom:0}.cmps-goal-detail-commitment .goal-review-container{border:1px solid #ccc;border-radius:1.25rem;margin-top:10px}.cmps-goal-detail-commitment .goal-review-container .goal-review-header{align-items:center;background-color:#f2f2f2;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;color:#1e60d4;display:flex;justify-content:flex-end;margin-right:6%;padding:.3rem .3rem .3rem .85rem;width:100%}.cmps-goal-detail-commitment .goal-review-container .goal-review-header .goal-kpi-label{font-weight:600;width:5rem}.cmps-goal-detail-commitment .goal-review-container .goal-review-header .btn-goal-history{background-color:#4c4c4c}.cmps-goal-detail-commitment .goal-review-container .goal-graph{align-items:center;border-bottom:1px solid #ccc;display:flex;justify-content:center;min-height:10rem;width:100%}.cmps-goal-detail-commitment .goal-review-container .goal-graph .legend{height:100%;padding:.5rem;width:26%}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-chart-container{height:100%;padding-bottom:.5rem;padding-left:.5rem;width:74%}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content{align-items:center;display:flex;justify-content:center;width:100%}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table{font-size:.75rem;margin-top:1.5rem;table-layout:fixed}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table .tab-performance-table-date th,.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table .tab-performance-table-metric-header th{background-color:transparent!important;border-bottom:1px solid #78a746;font-family:Lato;font-size:.7rem;text-align:center!important;vertical-align:middle;white-space:normal!important}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table th{vertical-align:middle}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table tr:first-child th{text-align:right}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table td,.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table th{text-align:center}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table td{border:0;border-bottom:1px solid #ccc;font-size:.75rem}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table td i[class^=cmps-angle]{display:inline-flex}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table tbody td.perf-row-title{font-family:Lato-Bold;text-align:left}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table tbody td:not(.perf-row-title){padding-left:0;padding-right:0}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table tbody .trendcolor .green{color:#78a746}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table tbody .trendcolor .yellow{color:#ffad40}.cmps-goal-detail-commitment .goal-review-container .goal-graph .goal-graph-tab-content .tab-performance-table tbody .trendcolor .red{color:#ce2521}.cmps-goal-detail-commitment .goal-review-container .btn-leggend{align-items:center;background:none;display:flex;height:50%;margin:auto;padding:.2rem;width:100%}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .dot{fill:currentColor;background-color:#1e60d4;border:1px solid #1e60d4;border-radius:50%;color:#fff}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .dot-active{fill:currentColor;background-color:#d17300;border-radius:50%;color:#fff}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .dot-multiple{fill:currentColor;background-color:#db7093;border-radius:50%;color:#fff}.cmps-goal-detail-commitment .goal-review-container .btn-leggend cmps-icon{align-items:center;display:flex;height:1rem;padding:.1rem;width:1rem}.cmps-goal-detail-commitment .goal-review-container .btn-leggend cmps-icon svg{height:1rem;width:1rem}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .target-line{border-bottom:2px solid #137e0f;height:.25rem;padding:0;width:1rem!important}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .actual-line{border-bottom:5px solid #1e60d4;height:.25rem;padding:0;width:1rem!important}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .opp-line{border-bottom:5px solid red;height:.25rem;padding:0;width:1rem!important}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .goal-line,.cmps-goal-detail-commitment .goal-review-container .btn-leggend .sg-line{border-bottom:3px solid #d17300;height:.25rem;padding:0;position:relative;width:1rem!important}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .goal-line:after,.cmps-goal-detail-commitment .goal-review-container .btn-leggend .goal-line:before,.cmps-goal-detail-commitment .goal-review-container .btn-leggend .sg-line:after,.cmps-goal-detail-commitment .goal-review-container .btn-leggend .sg-line:before{background-color:#fff;content:" ";display:block;height:4px;position:absolute;width:2px}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .goal-line:before,.cmps-goal-detail-commitment .goal-review-container .btn-leggend .sg-line:before{left:4px}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .goal-line:after,.cmps-goal-detail-commitment .goal-review-container .btn-leggend .sg-line:after{right:4px}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .sg-line{border-bottom:3px solid #ce221e}.cmps-goal-detail-commitment .goal-review-container .btn-leggend .label-text{font-size:.6rem;padding-left:.15rem}.cmps-goal-detail-commitment .goal-review-container .improvement-info{display:flex;justify-content:space-between;padding:.3rem 2rem}.cmps-goal-detail-commitment .goal-review-container .improvement-info .left-info,.cmps-goal-detail-commitment .goal-review-container .improvement-info .right-info{flex-direction:row}.cmps-goal-detail-commitment .goal-review-container .goal-graph-tabs{padding:0 2rem;width:100%}.cmps-goal-detail-commitment .goal-review-container .goal-graph-tabs .goal-graph-tab-group{border-bottom:1px solid #ccc;display:flex;justify-content:flex-end;padding:.4rem .4rem 0;width:100%}.cmps-goal-detail-commitment .goal-review-container .goal-graph-tabs .goal-graph-tab-group .goal-graph-tab{background-color:#f2f2f2;border-top-left-radius:1.2rem;border-top-right-radius:1.2rem;color:#4c4c4c;cursor:pointer;min-width:6rem;padding:.3rem;text-align:center}.cmps-goal-detail-commitment .goal-review-container .goal-graph-tabs .goal-graph-tab-group .goal-graph-tab.active{background-color:#1e60d4;color:#fff}.cmps-goal-detail-commitment .goal-review-container .goal-graph-tabs .goal-graph-radio-group{display:flex;justify-content:flex-end;padding-top:.3rem}.cmps-goal-detail-commitment .goal-review-container .goal-graph-tabs .goal-graph-radio-group .btn-secondary{padding-bottom:.2rem;padding-top:.2rem}.cmps-goal-detail-commitment .goal-review-container .goal-details-form{padding:1.25rem .75rem}.cmps-goal-detail-commitment .goal-review-container .goal-details-form label{align-items:center;display:flex;font-size:.7rem;height:100%;width:100%}@media (max-width:1300px){.cmps-goal-detail-commitment .goal-review-container .goal-details-form label{font-size:.65rem}}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .goal-date{width:100%}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .date-field{max-width:11rem;padding-right:20px;width:100%}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .date-field input{text-align:left}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .form-control{border:1px solid #ccc;border-radius:.5rem;font-size:.8rem;height:1.7rem;padding:0 1.1rem;text-align:center;width:100%}.cmps-goal-detail-commitment .goal-review-container .goal-details-form input::-webkit-inner-spin-button,.cmps-goal-detail-commitment .goal-review-container .goal-details-form input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cmps-goal-detail-commitment .goal-review-container .goal-details-form input[type=number]{-moz-appearance:textfield}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .input-group input{border-radius:.5rem}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .input-group .input-group-append{height:100%;position:absolute;right:0;top:0;z-index:5}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .input-group .input-group-append .date-selector-btn{background:transparent;border-radius:0;height:100%}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .date-selector-btn{border-color:transparent!important}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .date-group{flex-flow:nowrap;max-width:6.4rem}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .date-group .date-selector{width:84px}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .date-group .date-selector-btn{width:20px}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .btn-filled-grey{background-color:#4c4c4c}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .btn-circle-blue{align-items:center;background:none;display:flex;margin:auto;padding:.2rem}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .btn-circle-blue .dot{fill:currentColor;background-color:#1e60d4;border:1px solid #1e60d4;border-radius:50%;color:#fff;height:1.75rem;padding:0;width:1.75rem}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .btn-circle-blue cmps-icon,.cmps-goal-detail-commitment .goal-review-container .goal-details-form .btn-circle-blue cmps-icon svg{height:100%;width:70%}.cmps-goal-detail-commitment .goal-review-container .goal-details-form .btn-circle-blue cmps-icon.large,.cmps-goal-detail-commitment .goal-review-container .goal-details-form .btn-circle-blue cmps-icon svg.large{height:24px;width:24px}.goal-shared-alert .alert-goal{align-items:center;background-color:#fff;border:2px solid #729be3;border-radius:7px;cursor:pointer;display:flex;height:40px;justify-content:center;margin-left:5px;width:100%}.goal-shared-alert cmps-icon{color:#1e60d4;cursor:pointer}.goal-shared-alert span{color:#1e60d4;font-size:1.2em}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--dd-goal-change{border:2px solid #d17300!important}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--dd-goal-accept{border:2px solid #137e0f!important}.cmps-goal-detail-commitment .cmps-goal-detail-commitment--dd-goal-dispute{border:2px solid #ce2521!important}cmps-goal-history-commitment .goal-history{min-width:740px;padding-bottom:1rem;padding-left:1rem;padding-right:1rem}cmps-goal-history-commitment .close-btn{background:transparent;background-color:transparent!important;border:none;left:97%;outline:none;padding:.5rem;position:relative}cmps-goal-history-commitment .table-historical-goal .title{color:#1e60d4}cmps-goal-history-commitment .table-historical-goal .table-title{background-color:#fff;text-align:center}cmps-goal-history-commitment .table-historical-goal .row-content{background-color:#fff;font-size:9px;text-align:center;width:7.5vw}cmps-goal-history-commitment .table-historical-goal .no-goal-metric{background-color:#f3f2f1;border-radius:6px;color:#505050;padding:.85rem 1.5rem;text-align:center}cmps-goal-history-commitment .table-historical-goal .no-goal-metric cmps-icon{fill:#505050}cmps-goal-history-commitment .table-goal-history{display:block;overflow-x:hidden;text-align:center;width:100%}cmps-goal-history-commitment .table-goal-history.scroll{max-height:309px;overflow-y:auto}cmps-goal-history-commitment .table-goal-history thead tr{height:56px}cmps-goal-history-commitment .table-goal-history th{background-color:#fff;border-bottom-style:solid;border-bottom-width:1px;color:#000;font-size:11px;font-weight:900;padding:0 2px;position:sticky;top:0;z-index:100}cmps-goal-history-commitment .table-goal-history td{background-color:#f1f3f4;border-bottom-style:solid;border-bottom-width:1px;font-size:11px;height:1.25rem;padding:0;text-align:center}cmps-goal-history-commitment .table-goal-history tbody tr{border-bottom:3px solid #fff;border-top:3px solid #fff;height:25px}cmps-goal-history-commitment .table-goal-history td:first-of-type,cmps-goal-history-commitment .table-goal-history th:first-of-type{padding-left:24px}cmps-goal-history-commitment .table-goal-history td:last-of-type,cmps-goal-history-commitment .table-goal-history th:last-of-type{padding-right:24px}cmps-goal-history-commitment .table-goal-history .date-column{min-width:100px!important;text-align:center!important}cmps-goal-history-commitment .text-active{color:#137e0f}cmps-goal-history-commitment .text-expired{color:#ce2521}cmps-goal-history-commitment .text-pending{color:#d17300}cmps-goal-history-commitment .text-close{color:#000}.cmps-goal-history-commitment{background-color:#fff;border-radius:15px}.cmps-goal-history-commitment.cmps-goalhistorydialog-modal--start{transform:translateX(100vw);transition:transform .5s ease}.cmps-goal-history-commitment.cmps-goalhistorydialog-modal--show{transform:translateX(0)}.cmps-goal-history-commitment .cmps-goal-history-commitment--miw-60{min-width:60px}.cmps-goal-history-commitment .cmps-goal-history-commitment--miw-80{min-width:80px}.cmps-goal-history-commitment .cmps-goal-history-commitment--miw-100{min-width:100px}.cmps-goal-history-commitment .cmps-goal-history-commitment--miw-150{min-width:150px}.cmps-shared-goals-commitment{padding:3%}.cmps-shared-goals-commitment .goal-title{color:#1e60d4;font-size:1.3em;font-weight:700;vertical-align:top}.cmps-shared-goals-commitment .shared-goals-sub-header{bottom:15%;margin-top:.3rem;position:relative}.cmps-shared-goals-commitment .shared-goals-container{max-height:28vh;overflow-y:auto}.cmps-shared-goals-commitment .shared-goal-list .shared-goal-behaviour{color:#1e60d4;font-size:1.2em;font-weight:700}.cmps-shared-goals-commitment .shared-goal-list .shared-goal-sub-behaviour{font-size:1.2em;line-height:1}.cmps-shared-goals-commitment .shared-goals-title{font-weight:bolder;text-align:center;width:100%}.cmps-shared-goals-commitment .shared-goals-title span{font-size:1.1em}.cmps-shared-goals-commitment .shared-goal-metrics-name{display:inline-block;overflow:hidden!important;position:relative;text-overflow:ellipsis;white-space:nowrap}.cmps-shared-goals-commitment .status-text{margin-right:.25rem}.text-orange{color:orange}.text-active{color:#78a746}.cmps-notes-commitment .cmps-notes-commitment--dd-note-change[cmpsNoteDetailNext] .border-gray{border:2px solid #d17300!important}.cmps-notes-commitment .cmps-notes-commitment--dd-note-accept[cmpsNoteDetailNext] .border-gray{border:2px solid #137e0f!important}.cmps-notes-commitment .cmps-notes-commitment--dd-note-dispute[cmpsNoteDetailNext] .border-gray{border:2px solid #ce2521!important}.cmps-coaching-commitment-summary-note-row--left>:nth-child(2) ol,.cmps-coaching-commitment-summary-note-row--left>:nth-child(2) p,.cmps-coaching-commitment-summary-note-row--left>:nth-child(2) ul{display:inline;margin:0}.cmps-coaching-commitment-summary [cmpsNoteDetailNext] .border-gray{border-radius:0!important}.cmps-coaching-commitment-summary [cmpsNoteDetailNext] .tox-editor-container{border-top-left-radius:0!important;border-top-right-radius:0!important}.cmps-coaching-commitment-summary [cmpsNoteDetailNext].ng-dirty.ng-invalid{border:5px solid #ce2521;border-radius:5px}goal-chart-commitment{display:block;position:relative}goal-chart-commitment .no-data-message{background-color:#fff;border:1px solid #ccc;border-radius:.6rem;left:50%;padding:.5rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1}goal-chart-commitment .sg-toggle{align-items:center;display:flex;justify-content:flex-start;padding-left:1rem;width:100%}goal-chart-commitment .sg-toggle label{margin:0 .5rem 0 0}goal-chart-commitment .line-chart-icons{display:none}ng-chart-line-area .paths{stroke-linejoin:round}ng-chart-line-area .mask{fill:none;stroke:#fff;stroke-dasharray:1000;stroke-dashoffset:1000;stroke-width:10;animation:dash 3s linear forwards}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}.ng-chart-line-area--data-point-callout--box{align-items:center;background-color:#000;border-radius:4px;display:flex;justify-content:center;min-height:25px;opacity:.7;width:70px}.ng-chart-line-area--data-point-callout--label{color:#fff}.cmps-coaching-event-box .cmps-coaching-event-box--content{background-color:#fff;border-radius:14px;box-shadow:2px 3px 2px rgba(0,0,0,.16);display:flex;flex-direction:column;width:350px}.cmps-coaching-event-box .cmps-coaching-event-box--wrapper{display:flex;flex:1 1 100%;padding:.75rem .5rem}.cmps-coaching-event-box .cmps-coaching-event-box--nav-button{align-items:center;display:flex;flex:0 0 8%;justify-content:center;max-width:8%;position:relative}.cmps-coaching-event-box .cmps-coaching-event-box--nav-button button{background:transparent;border:0;color:#505050;cursor:pointer;padding:0;position:relative}.cmps-coaching-event-box .cmps-coaching-event-box--nav-button button:disabled{opacity:.65}.cmps-coaching-event-box .cmps-coaching-event-box--nav-button-left svg{transform:rotate(180deg)}.cmps-coaching-event-box .cmps-coaching-event-box--nav-button-bg{background-color:#f3f2f1;border-radius:50%;height:24px;position:absolute;width:24px}.cmps-coaching-event-box .cmps-coaching-event-box--name{display:flex;flex:1 1 46%;flex-direction:column;justify-content:space-between;max-width:46%;padding:0 .25rem 0 .5rem}.cmps-coaching-event-box .cmps-coaching-event-box--type-wrapper{display:flex}.cmps-coaching-event-box .cmps-coaching-event-box--type{fill:#fff;align-items:center;background-color:#1e60d4;color:#fff;display:flex;padding:.5rem .75rem}.cmps-coaching-event-box .cmps-coaching-event-box--type span{margin-left:.25rem}.cmps-coaching-event-box .cmps-coaching-event-box--info{flex:1 1 46%;max-width:46%;padding:0 .5rem 0 .25rem}.cmps-coaching-event-box .cmps-coaching-event-box--separator{background-color:#e5e5e5;height:2px}.cmps-coaching-event-box .cmps-coaching-event-box--goals{max-height:198px;padding:12px 8px 8px 16px}.cmps-coaching-event-box .cmps-coaching-event-box--goals .cmps-scrollbar--content-wrapper{max-height:178px}.cmps-coaching-event-box .cmps-coaching-event-box--goal:not(:last-child){padding-bottom:.5rem}.cmps-coaching-goal-box .cmps-coaching-goal-box--content{color:#fff;display:flex;flex-direction:column;padding:.5rem .75rem;width:150px}.cmps-coaching-goal-box .cmps-coaching-goal-box--bg{background-color:#000;border-radius:4px;height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%}.cmps-coaching-goal-box .cmps-coaching-goal-box--item{display:flex;justify-content:space-between;z-index:1}.cmps-coaching-goal-box .cmps-coaching-goal-box--item span:nth-child(2){min-width:50px}.cmps-alert{align-items:center;background-color:#ffedd6;border:2px solid #d17300;color:#505050;display:flex;padding:1rem}.cmps-alert .cmps-alert--content{flex-grow:1}perfect-scrollbar .ps>.ps__rail-x,perfect-scrollbar .ps>.ps__rail-y{opacity:.6}.fraction-table-container{display:table;width:100%}fraction-bar{display:table-cell;font-family:Lato-Bold;font-size:.9rem;font-weight:600;min-width:3.5rem;padding:.5rem 3.25rem;text-align:center;vertical-align:middle;width:3.5rem;width:100%}.fraction-container{display:flex;max-width:100%;padding:.05rem}.fraction-container .max-bar-container{display:flex;position:relative;width:100%}.fraction-container .max-bar-container.left{align-items:flex-end;justify-content:flex-end}.fraction-container .denominator-label,.fraction-container .numerator-label,.fraction-container .numerator-label-inner{max-width:3.25rem;min-width:3.25rem;padding:0 .3rem;position:absolute;top:0;z-index:1}.fraction-container .numerator-label{right:100%}.fraction-container .denominator-label{left:100%}.fraction-container .fraction-bar-tooltip{position:absolute;top:-.5rem}.fraction-container .bar-label-container{max-height:1.3rem;min-height:1.3rem;position:relative}.fraction-container .denominator-bar,.fraction-container .numerator-bar{display:inline-block;height:100%;max-height:1.3rem;min-height:1.3rem;position:relative;width:100%}.fraction-container .denominator-bar.red,.fraction-container .numerator-bar.red{background-color:#de3f3d}.fraction-container .denominator-bar.green,.fraction-container .numerator-bar.green{background-color:#78a746}.fraction-container .denominator-bar.grey,.fraction-container .numerator-bar.grey{background-color:#bdbdbd}.fraction-container .numerator-label,.fraction-container .numerator-label-inner{float:right}.oa-widget-tooltip{opacity:1}.oa-widget-tooltip .tooltip-inner{max-width:450px}.oa-widget-tooltip.collapse-tooltip .tooltip-inner .custom-tooltip{min-width:10rem}.oa-widget-tooltip.opportunity-hover .tooltip-inner,.oa-widget-tooltip.opportunity-hover .tooltip-inner .custom-tooltip{min-width:22rem}.oa-widget-tooltip.show{opacity:1!important}.oa-widget-tooltip.show .tooltip-inner{color:#4c4c4c}.oa-widget-tooltip.show .tooltip-inner .custom-tooltip{position:relative}.oa-widget-tooltip.show .tooltip-inner .custom-tooltip.memberdata{min-width:17rem;transform:translateX(.5rem)}.oa-widget-tooltip.show .tooltip-inner .custom-tooltip:before{border:5px solid transparent;content:"";position:absolute}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner,.oa-widget-tooltip.bs-tooltip-left .tooltip-inner,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner,.oa-widget-tooltip.bs-tooltip-top .tooltip-inner{background-color:transparent;padding:0}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner .custom-tooltip,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner .custom-tooltip,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner .custom-tooltip,.oa-widget-tooltip.bs-tooltip-left .tooltip-inner .custom-tooltip,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner .custom-tooltip,.oa-widget-tooltip.bs-tooltip-top .tooltip-inner .custom-tooltip{background-color:#f2f2f2;border:1px solid #f0f4f7;border-radius:.3rem;font-size:.7rem;padding:.85rem;text-align:left}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner .custom-tooltip.no-min-width,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner .custom-tooltip.no-min-width,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner .custom-tooltip.no-min-width,.oa-widget-tooltip.bs-tooltip-left .tooltip-inner .custom-tooltip.no-min-width,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner .custom-tooltip.no-min-width,.oa-widget-tooltip.bs-tooltip-top .tooltip-inner .custom-tooltip.no-min-width{min-width:auto}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner .custom-tooltip table,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner .custom-tooltip table,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner .custom-tooltip table,.oa-widget-tooltip.bs-tooltip-left .tooltip-inner .custom-tooltip table,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner .custom-tooltip table,.oa-widget-tooltip.bs-tooltip-top .tooltip-inner .custom-tooltip table{width:100%}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left],.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right],.oa-widget-tooltip.bs-tooltip-left,.oa-widget-tooltip.bs-tooltip-right{margin-left:-.1rem}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner .custom-tooltip,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner .custom-tooltip,.oa-widget-tooltip.bs-tooltip-left .tooltip-inner .custom-tooltip,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner .custom-tooltip{min-width:10rem}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner .custom-tooltip:before,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner .custom-tooltip:before,.oa-widget-tooltip.bs-tooltip-left .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-left .tooltip-inner .custom-tooltip:before,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner .custom-tooltip:before{border:solid transparent;content:" ";height:0;margin-top:-5px;pointer-events:none;position:absolute;right:-.55rem;top:50%;width:0}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-left .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner .custom-tooltip:after{border-color:hsla(0,0%,95%,0) hsla(0,0%,95%,0) hsla(0,0%,95%,0) #f0f4f7;border-width:4.3px;margin-left:-4px}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=left] .tooltip-inner .custom-tooltip:before,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner .custom-tooltip:before,.oa-widget-tooltip.bs-tooltip-left .tooltip-inner .custom-tooltip:before,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner .custom-tooltip:before{border-color:rgba(76,76,76,0) rgba(76,76,76,0) rgba(76,76,76,0) #f0f4f7;border-width:4px;margin-left:-5px}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right],.oa-widget-tooltip.bs-tooltip-right{margin-right:-.1rem}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=right] .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-right .tooltip-inner .custom-tooltip:after{border:5px solid transparent;border-right-color:#f2f2f2;content:" ";height:0;margin-top:-5px;pointer-events:none;position:absolute;right:100%;top:50%;width:0}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner .custom-tooltip:before,.oa-widget-tooltip.bs-tooltip-top .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-top .tooltip-inner .custom-tooltip:before{border:solid transparent;content:" ";height:0;left:50%;pointer-events:none;position:absolute;top:100%;width:0}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner .custom-tooltip:after,.oa-widget-tooltip.bs-tooltip-top .tooltip-inner .custom-tooltip:after{border-color:#f2f2f2 hsla(0,0%,95%,0) hsla(0,0%,95%,0);border-width:4px;margin-left:-4px}.oa-widget-tooltip.bs-tooltip-auto[x-placement^=top] .tooltip-inner .custom-tooltip:before,.oa-widget-tooltip.bs-tooltip-top .tooltip-inner .custom-tooltip:before{border-color:#f0f4f7 rgba(76,76,76,0) rgba(76,76,76,0);border-width:5px;margin-left:-5px}.oa-widget-tooltip .oatooltip th{font-weight:400}.oa-widget-tooltip .arrow:before{border-top-color:#f2f2f2;display:none}.interactive-tooltip:after,.interactive-tooltip:before{pointer-events:auto}.bar-hover-container{display:block;height:100%;position:relative;width:100%}.bar-hover-tooltip{display:none;font-family:Lato;left:0;margin:0;opacity:1;pointer-events:none;position:absolute;top:0;z-index:1071}.bar-hover-tooltip:hover{display:none}.bar-hover-tooltip .arrow:before{border-top-color:#f2f2f2;display:none}.bar-hover-tooltip .tooltip-inner{background-color:transparent;max-width:450px;padding:0}.bar-hover-tooltip .tooltip-inner .custom-tooltip-bottom{background-color:#f2f2f2;border-radius:.3rem;font-size:.7rem;min-width:18rem;padding:.85rem;position:relative;text-align:left}.bar-hover-tooltip .tooltip-inner .custom-tooltip-bottom table{width:100%}.bar-hover-tooltip .tooltip-inner .custom-tooltip-bottom table td,.bar-hover-tooltip .tooltip-inner .custom-tooltip-bottom table th{background-color:transparent;border-left:transparent;border-right:transparent;border:none!important;font-weight:200}.bar-hover-tooltip .tooltip-inner .custom-tooltip-bottom table th{text-align:left;white-space:normal}.bar-hover-tooltip .tooltip-inner .custom-tooltip-bottom:after,.bar-hover-tooltip .tooltip-inner .custom-tooltip-bottom:before{border:solid transparent;bottom:100%;content:" ";height:0;left:50%;pointer-events:none;position:absolute;width:0}.bar-hover-tooltip .tooltip-inner .custom-tooltip-bottom:after{border-color:hsla(0,0%,95%,0) hsla(0,0%,95%,0) #f2f2f2;border-width:4px;margin-left:-4px}.bar-hover-tooltip .tooltip-inner .custom-tooltip-bottom:before{border-color:rgba(76,76,76,0);border-width:5px;margin-left:-5px}.bar-hover-tooltip .tooltip-inner .custom-tooltip{background-color:#f2f2f2;border-radius:.3rem;font-size:.7rem;min-width:18rem;padding:.85rem;position:relative;text-align:left}.bar-hover-tooltip .tooltip-inner .custom-tooltip table{font-weight:700!important;width:100%}.bar-hover-tooltip .tooltip-inner .custom-tooltip table .metric-view-divider td:not(.bar-hover-tooltip--expired),.bar-hover-tooltip .tooltip-inner .custom-tooltip table .metric-view-divider td:not(.bar-hover-tooltip--expired) span,.bar-hover-tooltip .tooltip-inner .custom-tooltip table .metric-view-divider th{color:#000}.bar-hover-tooltip .tooltip-inner .custom-tooltip table td,.bar-hover-tooltip .tooltip-inner .custom-tooltip table th{background-color:transparent;border-left:transparent;border-right:transparent;border:none!important;font-weight:200}.bar-hover-tooltip .tooltip-inner .custom-tooltip table th{text-align:left;white-space:normal}.bar-hover-tooltip .tooltip-inner .custom-tooltip:after,.bar-hover-tooltip .tooltip-inner .custom-tooltip:before{border:solid transparent;content:" ";height:0;left:50%;pointer-events:none;position:absolute;top:100%;width:0}.bar-hover-tooltip .tooltip-inner .custom-tooltip:after{border-color:#f2f2f2 hsla(0,0%,95%,0) hsla(0,0%,95%,0);border-width:4px;margin-left:-4px}.bar-hover-tooltip .tooltip-inner .custom-tooltip:before{border-color:rgba(76,76,76,0);border-width:5px;margin-left:-5px}.missedoppstooltip{background-color:#fff!important;min-width:8rem!important}.bar-hover-tooltip--expired{color:red}.goal-score,.target-score{align-items:center;display:flex;font-style:normal;font-weight:800;justify-content:center;overflow:visible!important;position:relative}.goal-score{border-radius:50%;color:#fff;font-family:Lato;font-size:.9rem;height:30px;width:30px}.goal-score>span{align-content:center;align-items:center;display:flex;height:100%}.goal-score.gray,.goal-score.red{font-size:.9rem}.goal-score.status-Closed.green{background-color:transparent!important;border:1px solid #78a746}.goal-score.status-Closed.green span{color:#78a746;display:flex;font-size:1.2rem}.goal-score.status-Unmet{border:transparent}.goal-score.status-Unmet span{color:#fff;font-family:Lato-Black;font-size:.9rem;font-weight:800}.component-goal-container{background-color:#fff;border:1px solid #4c4c4c!important;color:#4c4c4c!important;position:relative}.component-goal-container .component-goal{font-family:Lato-Bold;font-size:1.3rem;font-weight:800}.component-goal-container .component-goal .component-count{align-items:center;background-color:#4c4c4c;border:1px solid #4c4c4c;border-radius:50%;color:#fff;display:flex;font-size:.6rem;font-style:normal;height:.9rem;justify-content:center;line-height:1;position:absolute;right:-.3rem;top:-.3rem;width:.9rem}.component-goal-container .component-goal i[class*=cmps-]{display:flex;font-size:1.1rem}.metric-scores{display:flex}.target-score .score-value{font-family:Lato-Black;font-size:1.2rem;font-weight:800}.target-score .score-value.none{font-size:.7rem}.goal-score .goal-value-symbol{font-size:1rem}.goal-score .goal-value{font-family:Lato-Black;font-size:.9rem;font-weight:800}.goal-score .goal-value .goal-value-symbol{font-size:1.1rem}.goal-score .goal-value .cmps-exclamation{display:flex}.score-percentage{font-size:.5rem!important;padding-top:.2rem}.goal-score.grey,.target-score.grey{background-color:#ccc;color:#fff}.goal-score{display:inline-flex}.goal-score.black,.goal-score.red,.goal-score.yellow{color:#fff}.goal-score.green{background-color:#fff;border:1px solid #78a746;color:#78a746}.goal-score.green .cmps-checked{font-size:1.2rem;margin-top:.2rem}.goal-score.red{background-color:#de3f3d}.goal-score.yellow{background-color:#ffad40}.goal-score.black{background-color:#000;border:none}.goal-score.gray{background-color:#ccc}cmps-widget-coaching-insight .card{border:none!important}.cmps-widget-coaching-insight{margin-bottom:1rem;margin-left:0;padding-left:1rem!important;padding-right:1rem!important}.cmps-widget-coaching-insight .custom-checkbox{cursor:pointer!important}.cmps-widget-coaching-insight.card2>.card{align-self:center;border:none;display:flex;padding:.5rem!important}.cmps-widget-coaching-insight .custom-checkbox .custom-control-input:checked~.custom-control-label:before,.cmps-widget-coaching-insight .custom-control-input:checked~.custom-control-label:before{background-color:#78a746}.cmps-widget-coaching-insight.card2,.cmps-widget-coaching-insight.fullwidth,.cmps-widget-coaching-insight.smallwidth{border:transparent;margin:auto;padding-left:0!important;padding-right:0!important}.cmps-widget-coaching-insight.card2 .card-body,.cmps-widget-coaching-insight.fullwidth .card-body,.cmps-widget-coaching-insight.smallwidth .card-body{padding:0}.cmps-widget-coaching-insight.card2 .card-body>.container-fluid,.cmps-widget-coaching-insight.fullwidth .card-body>.container-fluid,.cmps-widget-coaching-insight.smallwidth .card-body>.container-fluid{margin-bottom:1.5rem}.cmps-widget-coaching-insight.card2 .card-header,.cmps-widget-coaching-insight.fullwidth .card-header,.cmps-widget-coaching-insight.smallwidth .card-header{background-color:transparent;font-family:Lato-Bold;font-size:2rem;font-weight:700;text-align:center}.cmps-widget-coaching-insight.fullwidth,.cmps-widget-coaching-insight.smallwidth{border:1px solid #ccc;border-radius:.3rem!important}.cmps-widget-coaching-insight.fullwidth{flex:0 0 100%;max-width:100%;width:100%}.cmps-widget-coaching-insight.filter-window-opened .card-header,.cmps-widget-coaching-insight.filter-window-opened .coaching-insight-content thead,.cmps-widget-coaching-insight.filter-window-opened .current-view-label{border:transparent;opacity:.1;pointer-events:none;position:relative}.cmps-widget-coaching-insight .col,.cmps-widget-coaching-insight .col-1,.cmps-widget-coaching-insight .col-2,.cmps-widget-coaching-insight .col-3,.cmps-widget-coaching-insight .col-4,.cmps-widget-coaching-insight .col-5,.cmps-widget-coaching-insight .col-6,.cmps-widget-coaching-insight .col-7,.cmps-widget-coaching-insight .col-8,.cmps-widget-coaching-insight .col-9,.cmps-widget-coaching-insight .col-10,.cmps-widget-coaching-insight .col-11,.cmps-widget-coaching-insight .col-12,.cmps-widget-coaching-insight .col-auto,.cmps-widget-coaching-insight .col-lg,.cmps-widget-coaching-insight .col-lg-1,.cmps-widget-coaching-insight .col-lg-2,.cmps-widget-coaching-insight .col-lg-3,.cmps-widget-coaching-insight .col-lg-4,.cmps-widget-coaching-insight .col-lg-5,.cmps-widget-coaching-insight .col-lg-6,.cmps-widget-coaching-insight .col-lg-7,.cmps-widget-coaching-insight .col-lg-8,.cmps-widget-coaching-insight .col-lg-9,.cmps-widget-coaching-insight .col-lg-10,.cmps-widget-coaching-insight .col-lg-11,.cmps-widget-coaching-insight .col-lg-12,.cmps-widget-coaching-insight .col-lg-auto,.cmps-widget-coaching-insight .col-md,.cmps-widget-coaching-insight .col-md-1,.cmps-widget-coaching-insight .col-md-2,.cmps-widget-coaching-insight .col-md-3,.cmps-widget-coaching-insight .col-md-4,.cmps-widget-coaching-insight .col-md-5,.cmps-widget-coaching-insight .col-md-6,.cmps-widget-coaching-insight .col-md-7,.cmps-widget-coaching-insight .col-md-8,.cmps-widget-coaching-insight .col-md-9,.cmps-widget-coaching-insight .col-md-10,.cmps-widget-coaching-insight .col-md-11,.cmps-widget-coaching-insight .col-md-12,.cmps-widget-coaching-insight .col-md-auto,.cmps-widget-coaching-insight .col-nn,.cmps-widget-coaching-insight .col-nn-1,.cmps-widget-coaching-insight .col-nn-2,.cmps-widget-coaching-insight .col-nn-3,.cmps-widget-coaching-insight .col-nn-4,.cmps-widget-coaching-insight .col-nn-5,.cmps-widget-coaching-insight .col-nn-6,.cmps-widget-coaching-insight .col-nn-7,.cmps-widget-coaching-insight .col-nn-8,.cmps-widget-coaching-insight .col-nn-9,.cmps-widget-coaching-insight .col-nn-10,.cmps-widget-coaching-insight .col-nn-11,.cmps-widget-coaching-insight .col-nn-12,.cmps-widget-coaching-insight .col-nn-auto,.cmps-widget-coaching-insight .col-sm,.cmps-widget-coaching-insight .col-sm-1,.cmps-widget-coaching-insight .col-sm-2,.cmps-widget-coaching-insight .col-sm-3,.cmps-widget-coaching-insight .col-sm-4,.cmps-widget-coaching-insight .col-sm-5,.cmps-widget-coaching-insight .col-sm-6,.cmps-widget-coaching-insight .col-sm-7,.cmps-widget-coaching-insight .col-sm-8,.cmps-widget-coaching-insight .col-sm-9,.cmps-widget-coaching-insight .col-sm-10,.cmps-widget-coaching-insight .col-sm-11,.cmps-widget-coaching-insight .col-sm-12,.cmps-widget-coaching-insight .col-sm-auto,.cmps-widget-coaching-insight .col-xl,.cmps-widget-coaching-insight .col-xl-1,.cmps-widget-coaching-insight .col-xl-2,.cmps-widget-coaching-insight .col-xl-3,.cmps-widget-coaching-insight .col-xl-4,.cmps-widget-coaching-insight .col-xl-5,.cmps-widget-coaching-insight .col-xl-6,.cmps-widget-coaching-insight .col-xl-7,.cmps-widget-coaching-insight .col-xl-8,.cmps-widget-coaching-insight .col-xl-9,.cmps-widget-coaching-insight .col-xl-10,.cmps-widget-coaching-insight .col-xl-11,.cmps-widget-coaching-insight .col-xl-12,.cmps-widget-coaching-insight .col-xl-auto{padding-left:0;padding-right:0}.cmps-tdcf-report-manager-table .cmps-widget-coaching-insight i.goal-trend-arrow.cmps-angle,.cmps-tdcf-table .cmps-widget-coaching-insight i.goal-trend-arrow.cmps-angle,.cmps-widget-coaching-insight .cmps-tdcf-report-manager-table i.goal-trend-arrow.cmps-angle,.cmps-widget-coaching-insight .cmps-tdcf-table i.goal-trend-arrow.cmps-angle,.cmps-widget-coaching-insight .goal-trend-arrow.cmps-angle-down,.cmps-widget-coaching-insight .goal-trend-arrow.cmps-angle-up{display:inline;margin:0;padding:0}.cmps-tdcf-report-manager-table .cmps-widget-coaching-insight i.goal-trend-arrow.bad.cmps-angle,.cmps-tdcf-table .cmps-widget-coaching-insight i.goal-trend-arrow.bad.cmps-angle,.cmps-widget-coaching-insight .cmps-tdcf-report-manager-table i.goal-trend-arrow.bad.cmps-angle,.cmps-widget-coaching-insight .cmps-tdcf-table i.goal-trend-arrow.bad.cmps-angle,.cmps-widget-coaching-insight .goal-trend-arrow.cmps-angle-down.bad,.cmps-widget-coaching-insight .goal-trend-arrow.cmps-angle-up.bad{color:#de3f3d}.cmps-tdcf-report-manager-table .cmps-widget-coaching-insight i.goal-trend-arrow.good.cmps-angle,.cmps-tdcf-table .cmps-widget-coaching-insight i.goal-trend-arrow.good.cmps-angle,.cmps-widget-coaching-insight .cmps-tdcf-report-manager-table i.goal-trend-arrow.good.cmps-angle,.cmps-widget-coaching-insight .cmps-tdcf-table i.goal-trend-arrow.good.cmps-angle,.cmps-widget-coaching-insight .goal-trend-arrow.cmps-angle-down.good,.cmps-widget-coaching-insight .goal-trend-arrow.cmps-angle-up.good{color:#78a746}.cmps-widget-coaching-insight .goal-trend-arrow.fa.grey{color:#ccc}.cmps-widget-coaching-insight .table-responsive .table-striped tr{background-color:transparent}.cmps-widget-coaching-insight .table-responsive .table .tfoot-light th,.cmps-widget-coaching-insight .table-responsive .table .thead-light th{background-color:#f0f4f7;vertical-align:middle}.cmps-widget-coaching-insight ng-select .disabled~.toggle{cursor:default;pointer-events:none}.cmps-widget-coaching-insight .table th{border-top-color:transparent;border-top-left-radius:4px;border-top-right-radius:4px;vertical-align:middle}.cmps-widget-coaching-insight .table td{border-top:1px solid #e8e1e1}.cmps-widget-coaching-insight .jumbotron{height:8rem;padding:2rem 0 0}.cmps-widget-coaching-insight .jumbotron .h3,.cmps-widget-coaching-insight .jumbotron h1{color:#4c4c4c}.cmps-widget-coaching-insight .row{margin-left:0;margin-right:0}.cmps-widget-coaching-insight .container-fluid.coaching-container{text-align:center}.cmps-widget-coaching-insight .container-fluid.coaching-container.top{margin-top:-11.8rem;padding-left:0;padding-right:0}.cmps-widget-coaching-insight .container-fluid.coaching-container.top .date-range{color:#4c4c4c}.cmps-widget-coaching-insight .container-fluid.coaching-container.top .custom-select:focus,.cmps-widget-coaching-insight .container-fluid.coaching-container.top .custom-select input:focus{outline:none}.cmps-widget-coaching-insight .container-fluid.coaching-container.top .custom-select .highlighted,.cmps-widget-coaching-insight .container-fluid.coaching-container.top .custom-select .selected.highlighted{background-color:#78a746}.cmps-widget-coaching-insight .container-fluid.coaching-container.top .no-padding-peripheral{padding-left:0;padding-right:0}.cmps-widget-coaching-insight .container-fluid.coaching-container>.row{margin-left:-15px;margin-right:-15px}.cmps-widget-coaching-insight .container-fluid.coaching-container cmps-widget-capacity-summary table th{background-color:#f0f4f7;border:1px solid #ccc;color:#4c4c4c;font-family:Lato;font-weight:400;line-height:1;padding-bottom:.3rem;padding-top:.3rem;vertical-align:middle}.cmps-widget-coaching-insight .container-fluid.coaching-container cmps-widget-capacity-summary table td{border:1px solid #ccc;color:gray;padding:.2rem}.cmps-widget-coaching-insight .container-fluid.coaching-container cmps-widget-capacity-summary .management-effectiveness-progress-sec{padding-right:1rem}.cmps-widget-coaching-insight .container-fluid.coaching-container cmps-widget-capacity-summary .management-effectiveness-progress-sec .cmps-widget-management-effectiveness-progress{background-color:#fff;border:.04rem solid #ccc;margin-bottom:.2rem;min-height:60px}.cmps-widget-coaching-insight .container-fluid.coaching-container cmps-widget-capacity-summary .management-effectiveness-progress-sec .cmps-widget-management-effectiveness-progress .progress-text{color:#4c4c4c;font-family:Lato-Black;font-size:1rem;font-weight:800;text-shadow:none}.cmps-widget-coaching-insight .container-fluid.coaching-container cmps-widget-capacity-summary .total-founded{color:gray;text-align:right}.cmps-widget-coaching-insight .card-header{background-color:transparent;border:none;color:#4c4c4c;font-family:Lato-Bold;font-size:1rem;font-weight:700;padding-bottom:0;padding-top:.5rem}.cmps-widget-coaching-insight .tab-pane th{color:#4c4c4c;font-family:Lato-Bold;font-weight:400;font-weight:600;line-height:1.2;padding-bottom:.5rem;padding-top:.5rem;text-align:center}.cmps-widget-coaching-insight .tab-pane td{color:gray;padding:.5rem;text-align:center}.cmps-widget-coaching-insight .team-oa-row.overflow-metrics{opacity:1!important;position:relative}.cmps-widget-coaching-insight .team-oa-row.overflow-metrics:after,.cmps-widget-coaching-insight .team-oa-row.overflow-metrics:before{display:none}.cmps-widget-coaching-insight .team-oa-row.overflow-metrics .member-cell,.cmps-widget-coaching-insight .team-oa-row.overflow-metrics .member-non-kpi,.cmps-widget-coaching-insight .team-oa-row.overflow-metrics .member-nonoa,.cmps-widget-coaching-insight .team-oa-row.overflow-metrics .member-oa,.cmps-widget-coaching-insight .team-oa-row.overflow-metrics .overall-coaching-score{border-color:transparent}.cmps-widget-coaching-insight .team-oa-row.overflow-metrics perfect-scrollbar.non-oa-scroll-container,.cmps-widget-coaching-insight .team-oa-row.overflow-metrics perfect-scrollbar.oa-scroll-container{background-color:#fff;border:1px solid #e8e1e1;height:auto;left:0;max-height:15rem;padding:.5rem .5rem 0 1rem;position:absolute;top:0;width:100%;z-index:15}.cmps-widget-coaching-insight .team-oa-row.overflow-metrics perfect-scrollbar.oa-scroll-container{border-left:1px solid #e8e1e1}.cmps-widget-coaching-insight .team-oa-row.overflow-metrics .more-metrics-container{padding-right:2.2rem}.cmps-widget-coaching-insight .team-oa-row.overflow-metrics .more-metrics{max-height:5rem}.cmps-widget-coaching-insight .team-oa-row .member-capacity{height:1rem}.cmps-widget-coaching-insight .team-oa-row .member-capacity .capacity{align-items:center;display:flex;height:100%}.cmps-widget-coaching-insight .team-oa-row .member-capacity .capacity .col-md-6{height:100%}.cmps-widget-coaching-insight .team-oa-row .member-capacity .capacity .col-md-6 .col-md-3{color:#8c8c8c;height:100%}.cmps-widget-coaching-insight .team-oa-row .member-capacity .capacity .row{align-items:center;display:flex;height:100%}.cmps-widget-coaching-insight .team-oa-row .member-capacity .capacity .row .col-md-3{align-items:center;display:flex;justify-content:center}.cmps-widget-coaching-insight .team-oa-row td{position:relative;text-align:center;vertical-align:middle}.cmps-widget-coaching-insight .team-oa-row td.nonreporting{background-color:#f2f2f2}.cmps-widget-coaching-insight .team-oa-row td.member-cell{cursor:pointer;vertical-align:middle}.cmps-widget-coaching-insight .team-oa-row td.member-cell.member-cell-top-line{border-top:1px solid #78a746}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container{padding-right:.5rem;position:relative}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name-close{color:#4c4c4c;font-size:1.2rem!important;pointer-events:none;position:absolute;right:1%;top:20%}@media screen and (min-width:750px){.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name-close{right:.5%}}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name{align-items:center;display:block;word-break:break-word}@media screen and (min-width:1000px){.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name{display:inline-flex}}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name .photo-name-sec{align-items:center;display:inline-flex;padding-left:0}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name .photo-name-width{width:100%}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name .user-icon{color:#ccc;display:none;font-size:1.6rem}@media screen and (min-width:1300px){.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name .user-icon{display:block}}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name .user-name-text{font-family:Lato-Bold;font-size:.65rem;line-height:1.1;max-width:10rem;padding-left:.33rem}@media (min-width:1200px){.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name .user-name-text{font-size:.75rem}}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name.active{margin-bottom:.3rem;margin-left:.5rem;margin-top:.8rem;transition:margin .2s ease-in-out}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name .member-supergroup-name{color:#4c4c4c;font-family:Lato;font-size:.7rem;font-weight:200;letter-spacing:0;padding-left:0!important;text-transform:capitalize}@media (min-width:600px){.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name .member-supergroup-name{font-size:.9rem}}.cmps-widget-coaching-insight .team-oa-row td.member-cell .member-name-container .member-name .member-emp-status{background-color:#78a746;border-radius:.1rem;color:#fff;display:inline-flex;font-size:.6rem;justify-content:center;margin-left:.2rem;margin-top:-.1rem;min-width:2.5rem;padding:.1rem .3rem;text-align:center}.cmps-widget-coaching-insight .team-oa-row td.overall-coaching-score{font-family:Lato-Bold;font-size:1.1rem;font-weight:600;padding:.4rem}.cmps-widget-coaching-insight .team-oa-row td.overall-coaching-score.overflow-metrics:after,.cmps-widget-coaching-insight .team-oa-row td.overall-coaching-score.overflow-metrics:before{display:none}.cmps-widget-coaching-insight .team-oa-row td.overall-coaching-score div{align-items:center;display:flex;height:100%;justify-content:center}.cmps-widget-coaching-insight .team-oa-row td.overall-coaching-score button.non-button{align-items:center;background-color:transparent;border:1px solid #ccc;border-radius:.2rem;cursor:pointer;display:flex;font-size:1.25rem;height:100%;justify-content:center;max-height:3.5rem;min-height:3.5rem;width:100%}.cmps-widget-coaching-insight .team-oa-row td.overall-coaching-score .score-percentage{font-size:.6rem!important;padding-top:.3rem}.cmps-tdcf-report-manager-table .cmps-widget-coaching-insight .team-oa-row td i.cmps-angle,.cmps-tdcf-table .cmps-widget-coaching-insight .team-oa-row td i.cmps-angle,.cmps-widget-coaching-insight .team-oa-row td .cmps-angle-down,.cmps-widget-coaching-insight .team-oa-row td .cmps-tdcf-report-manager-table i.cmps-angle,.cmps-widget-coaching-insight .team-oa-row td .cmps-tdcf-table i.cmps-angle{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:transform .4s linear}.cmps-widget-coaching-insight .team-oa-row td .btn-capacity{background-color:#78a746;border:0;color:#fff;cursor:pointer;margin-bottom:.5rem;margin-top:.5rem;padding:.3rem .8rem}.cmps-widget-coaching-insight .team-oa-row td .btn-capacity:hover{background-color:#5b8034}.cmps-widget-coaching-insight .team-oa-row td .btn-capacity:focus{outline:none}.cmps-widget-coaching-insight [stickytableheader]{position:relative;width:100%;z-index:2}.cmps-widget-coaching-insight .member-name-container{padding-right:.5rem;position:relative;width:100%}.cmps-widget-coaching-insight .member-name-container .member-name{align-items:center;display:block;word-break:break-word}@media screen and (min-width:1000px){.cmps-widget-coaching-insight .member-name-container .member-name{display:inline-flex}}.cmps-widget-coaching-insight .member-name-container .member-name .photo-name-sec{align-items:center;display:inline-flex;padding-left:0}.cmps-widget-coaching-insight .member-name-container .member-name .photo-name-width{width:100%}.cmps-widget-coaching-insight .member-name-container .member-name .user-icon{color:#ccc;display:none;font-size:1.6rem}@media screen and (min-width:1300px){.cmps-widget-coaching-insight .member-name-container .member-name .user-icon{display:block}}.cmps-widget-coaching-insight .member-name-container .member-name span{font-family:Lato-Bold;font-size:.65rem;line-height:1.1;padding-left:.33rem}@media (min-width:1200px){.cmps-widget-coaching-insight .member-name-container .member-name span{font-size:.75rem}}.cmps-widget-coaching-insight .member-name-container .member-name.active{margin-bottom:.3rem;margin-left:.5rem;margin-top:.8rem;transition:margin .2s ease-in-out}.cmps-widget-coaching-insight .team-floa-row.metrics-list{border-top:.2rem}.cmps-widget-coaching-insight .team-floa-row.metrics-list>td{background-color:#ebeaea;border-top:2px solid #ddd;padding:.6rem}.cmps-widget-coaching-insight .team-floa-row.metrics-list>td table.floa-metrics-list{border-collapse:separate;border-spacing:.5rem 0;font-size:90%}.cmps-widget-coaching-insight .team-floa-row.metrics-list>td table.floa-metrics-list>thead>tr>th{background-color:#fff!important;border:1px solid #e8e1e1!important;border-bottom:0!important;border-top-left-radius:.25rem;border-top-right-radius:.25rem;vertical-align:middle}.cmps-widget-coaching-insight .team-floa-row.metrics-list>td table.floa-metrics-list>tbody>tr>td{background-color:#fff!important}.cmps-widget-coaching-insight .team-floa-row.metrics-list>td table.floa-metrics-list .stickied{border:1px solid #e8e1e1!important}.cmps-widget-coaching-insight .team-floa-row .floa-metrics-list th{border-radius:0;text-align:center}.cmps-widget-coaching-insight .team-floa-row .no-floa-metrics{padding:.35rem}.cmps-widget-coaching-insight .team-floa-row .no-floa-metrics>div{background-color:#fff;border:1px solid #e8e1e1;padding:.5rem}.cmps-widget-coaching-insight .team-floa-row td{border-collapse:collapse;position:relative;text-align:center;vertical-align:middle}.cmps-widget-coaching-insight .team-floa-row td.nonreporting{background-color:#f2f2f2}.cmps-widget-coaching-insight .team-floa-row td.funded-coaching-bar-container .funded-batch .funded-coached,.cmps-widget-coaching-insight .team-floa-row td.funded-coaching-bar-container .funded-batch .funded-uncoached{display:table-cell;font-family:Lato-Bold;font-size:.9rem;font-weight:600;min-width:3.5rem;padding:.5rem;text-align:center;vertical-align:middle;width:3.5rem}.cmps-widget-coaching-insight .team-floa-row td.member-cell{cursor:pointer;position:relative;vertical-align:middle}.cmps-widget-coaching-insight .team-floa-row td.member-cell.member-cell-top-line{border-top:1px solid #78a746}.cmps-widget-coaching-insight .team-floa-row td.member-cell .member-name-icon-container{display:flex;padding:.7rem .7rem .7rem 1.5rem;width:100%}.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-menu{background-color:#fff;border:1px solid #ccc;border-radius:.1rem;box-shadow:1px 1px 6px 0 #ebeaea;display:flex;left:.5rem;padding:.5rem;position:absolute;top:0;transform:translateY(-5%);width:23rem;z-index:1}.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-menu .expand-button{align-items:center;background-color:#fff;border:none;display:flex;justify-content:center;padding:.5rem;text-align:center;width:50%}.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-menu .expand-button .expand-icon-container{font-size:1.1rem;margin-right:.25rem}.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-menu .expand-button cmps-wait-status{font-size:.37rem;margin-right:.25rem;max-width:.9rem}.cmps-widget-coaching-insight .team-floa-row td.member-cell .member-chevron{margin-right:.75rem;pointer-events:none}.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-metric-button{align-content:flex-end;background-color:transparent;border:none;color:#4c4c4c;display:inline-flex;font-size:1.35rem;justify-content:flex-end;max-width:1.4rem;opacity:.6;padding:0;width:15%}.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-metric-button:hover{cursor:pointer;opacity:1}.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-metric-button span{display:flex;line-height:1}.cmps-widget-coaching-insight .team-floa-row td.member-cell .cmps-circle-cross,.cmps-widget-coaching-insight .team-floa-row td.member-cell .cmps-circle-plus,.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-icon,.cmps-widget-coaching-insight .team-floa-row td.member-cell cmps-wait-status{display:inline-flex;max-width:1.4rem;width:100%}.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-icon,.cmps-widget-coaching-insight .team-floa-row td.member-cell cmps-wait-status{font-size:.48rem}.cmps-widget-coaching-insight .team-floa-row td.member-cell .expand-icon .fa-fw,.cmps-widget-coaching-insight .team-floa-row td.member-cell cmps-wait-status .fa-fw{width:1em!important}.cmps-widget-coaching-insight .team-floa-row td.member-cell .cmps-circle-plus:before{transform:rotate(0deg);transition:transform .4s linear}.cmps-widget-coaching-insight .team-floa-row td.member-cell .cmps-circle-cross:before{transform:rotate(-45deg);transition:transform .4s linear}.cmps-widget-coaching-insight .team-floa-row td.overall-count{font-family:Lato-Bold;font-size:1.1rem;font-weight:600;padding:.4rem}.cmps-widget-coaching-insight .team-floa-row td.overall-count div{align-items:center;display:flex;height:100%;justify-content:center}.cmps-widget-coaching-insight .team-floa-row td.overall-count .score-percentage{font-size:.6rem!important;padding-top:.3rem}.cmps-tdcf-report-manager-table .cmps-widget-coaching-insight .team-floa-row td i.cmps-angle,.cmps-tdcf-table .cmps-widget-coaching-insight .team-floa-row td i.cmps-angle,.cmps-widget-coaching-insight .team-floa-row td .cmps-angle-down,.cmps-widget-coaching-insight .team-floa-row td .cmps-tdcf-report-manager-table i.cmps-angle,.cmps-widget-coaching-insight .team-floa-row td .cmps-tdcf-table i.cmps-angle{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.2rem;transition:transform .4s linear}.cmps-widget-coaching-insight .team-floa-row td .floa-metric-name-bar-container{padding:.5rem}.cmps-widget-coaching-insight .team-floa-row td .floa-metric-name{color:#4c4c4c;font-size:.8rem;width:40%}.cmps-widget-coaching-insight .team-floa-row td .floa-metric-bar{width:60%}.cmps-widget-coaching-insight .team-floa-row td .floa-score{cursor:pointer}.cmps-widget-coaching-insight .team-floa-row.menu-shown td{border-bottom:1px solid #e8e1e1}.cmps-widget-coaching-insight .team-floa-row.level1 .indent{padding-left:.1rem}.cmps-widget-coaching-insight .team-floa-row.level2 .indent{padding-left:1.4rem}.cmps-widget-coaching-insight .team-floa-row.level2 .user-name-text{display:inline-block;max-width:12rem}.cmps-widget-coaching-insight .team-floa-row.level3 .indent{padding-left:2.7rem}.cmps-widget-coaching-insight .team-floa-row.level3 .user-name-text{display:inline-block;max-width:8rem}.cmps-widget-coaching-insight .team-floa-row.level4 .indent{padding-left:4.25rem}.cmps-widget-coaching-insight .team-floa-row.level4 .user-name-text{display:inline-block;max-width:7rem}.cmps-widget-coaching-insight .team-floa-row.level5 .indent{padding-left:5rem}.cmps-widget-coaching-insight .team-floa-row.level5 .user-name-text{display:inline-block;max-width:7rem}.cmps-widget-coaching-insight .team-floa-row.level6 .indent{padding-left:6rem}.cmps-widget-coaching-insight .team-floa-row.level6 .user-name-text{display:inline-block;max-width:7rem}.cmps-widget-coaching-insight .more-metrics-opened>thead th{border-bottom:1px solid #ccc!important}.cmps-widget-coaching-insight .more-metrics-opened>tbody>tr:not(.overflow-metrics),.cmps-widget-coaching-insight .more-metrics-opened>tbody>tr:not(.overflow-metrics):not(.details-container){border:transparent;opacity:.1;pointer-events:none;position:relative}.cmps-widget-coaching-insight .more-metrics-opened .member-oa{border-right:transparent}.cmps-widget-coaching-insight .member-nonoa,.cmps-widget-coaching-insight .member-oa{position:relative}.cmps-widget-coaching-insight .member-nonoa .strikeline,.cmps-widget-coaching-insight .member-oa .strikeline{border:solid green;border-width:1px 1px 0;height:20px;left:.6rem;position:absolute;top:.9rem;width:97.8%;z-index:-1}.cmps-widget-coaching-insight .member-nonoa.overflow-metrics,.cmps-widget-coaching-insight .member-oa.overflow-metrics{opacity:1!important;position:relative}.cmps-widget-coaching-insight .member-nonoa.overflow-metrics:after,.cmps-widget-coaching-insight .member-nonoa.overflow-metrics:before,.cmps-widget-coaching-insight .member-oa.overflow-metrics:after,.cmps-widget-coaching-insight .member-oa.overflow-metrics:before{display:none}.cmps-widget-coaching-insight .member-nonoa.overflow-metrics perfect-scrollbar.non-oa-scroll-container,.cmps-widget-coaching-insight .member-nonoa.overflow-metrics perfect-scrollbar.oa-scroll-container,.cmps-widget-coaching-insight .member-oa.overflow-metrics perfect-scrollbar.non-oa-scroll-container,.cmps-widget-coaching-insight .member-oa.overflow-metrics perfect-scrollbar.oa-scroll-container{background-color:#fff;border-bottom:1px solid #e8e1e1;height:auto;left:0;max-height:15rem;padding:0 .5rem 0 1rem;position:absolute;top:0;width:100%;z-index:15}.cmps-widget-coaching-insight .member-nonoa.overflow-metrics perfect-scrollbar.oa-scroll-container,.cmps-widget-coaching-insight .member-oa.overflow-metrics perfect-scrollbar.oa-scroll-container{border-left:1px solid #e8e1e1;border-right:1px solid #e8e1e1;border-top:1px solid #e8e1e1;padding-top:.4rem}.cmps-widget-coaching-insight .member-nonoa.overflow-metrics .more-metrics-container,.cmps-widget-coaching-insight .member-oa.overflow-metrics .more-metrics-container{padding-right:2.2rem}.cmps-widget-coaching-insight .member-nonoa.overflow-metrics .more-metrics,.cmps-widget-coaching-insight .member-oa.overflow-metrics .more-metrics{max-height:5rem}.cmps-widget-coaching-insight .member-nonoa{background-color:#fff}.cmps-widget-coaching-insight .member-nonoa.overflow-metrics .more-metrics-container{border-color:#e8e1e1 #e8e1e1 #e8e1e1 transparent}.cmps-widget-coaching-insight .current-view-user{font-family:Lato-Bold;font-size:1rem;font-weight:600}.cmps-widget-coaching-insight .checked-button [class*=" cmps-"],.cmps-widget-coaching-insight .checked-button [class^=cmps-]{display:flex}.cmps-widget-coaching-insight .checked-button:hover{cursor:default}.cmps-widget-coaching-insight .checked-button:focus{outline:none;outline:0}.cmps-widget-coaching-insight .checked-button.default{border:1px solid #ccc;border-radius:.2rem;margin:.7rem auto auto;padding:.3rem .7rem;text-decoration:none}.cmps-widget-coaching-insight .checked-button.default span{text-decoration:none}.cmps-widget-coaching-insight .checked-button span{letter-spacing:.02rem;line-height:1;text-decoration:none;text-transform:capitalize}.cmps-widget-coaching-insight .refresh-button-container{padding:.5rem .5rem .5rem 0}.cmps-widget-coaching-insight .checked-button,.cmps-widget-coaching-insight .refresh-button{align-items:center;background-color:transparent;display:inline-flex;margin-left:.4rem;padding:0}.cmps-widget-coaching-insight .checked-button .refresh-icon,.cmps-widget-coaching-insight .refresh-button .refresh-icon{font-size:1.3rem}.cmps-widget-coaching-insight .checked-button .refresh-button-copy,.cmps-widget-coaching-insight .checked-button .refresh-icon,.cmps-widget-coaching-insight .refresh-button .refresh-button-copy{color:#78a746}.cmps-widget-coaching-insight .refresh-button .refresh-icon{color:#e8e1e1}.cmps-widget-coaching-insight .change-view-button{align-items:center;background-color:transparent;color:gray;display:flex;margin-left:.2rem;padding:0 .3rem 0 .2rem}.cmps-widget-coaching-insight .change-view-button:hover{color:#4c4c4c}.cmps-widget-coaching-insight .change-view-button:focus{outline:none;outline:0}.cmps-widget-coaching-insight .change-view-button.default{border:1px solid #ccc;border-radius:.2rem;margin:.7rem auto auto;padding:.3rem .7rem;text-decoration:none}.cmps-widget-coaching-insight .change-view-button.default span{text-decoration:none}.cmps-widget-coaching-insight .change-view-button.back{margin-left:1rem;position:absolute;transform:translateY(2rem);z-index:1}.cmps-widget-coaching-insight .change-view-button.back span{text-decoration:none!important}.cmps-widget-coaching-insight .change-view-button i{font-size:1rem}.cmps-widget-coaching-insight .change-view-button span{font-size:.7rem;letter-spacing:.05rem;padding-left:.6rem;text-decoration:underline;text-transform:capitalize}.cmps-widget-coaching-insight .coaching-item{display:block;height:100%;padding:.4rem .4rem 0;position:relative;text-align:left}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .coaching-item{padding:.4rem 3.7rem 0 .4rem}}.cmps-widget-coaching-insight .sticky-reg .team-oa-header.stickied:before{background-color:#fff;content:" ";display:block;height:100%;left:0;margin-top:-2.74rem;position:absolute;top:0;width:100%}.cmps-widget-coaching-insight .sticky-reg .team-oa-header.stickied.members-header{border-bottom:1px solid #e8e1e1!important}.cmps-widget-coaching-insight .sticky-reg .team-oa-header.stickied.higher-before-cover:before{margin-top:-3.8rem}.cmps-widget-coaching-insight metric-list .elastic-list{align-items:center;background:#fff;display:flex;height:100%;min-width:10.33rem;padding-right:3.2rem;position:relative;text-align:left;width:100%}.cmps-widget-coaching-insight metric-list .elastic-list.fluid{display:flex;min-width:3rem;padding-right:3.7rem;position:relative;text-align:center}.cmps-widget-coaching-insight metric-list .elastic-list.fluid .visible-links{display:inline-block;margin-bottom:0;padding:.4rem}.cmps-widget-coaching-insight metric-list .elastic-list.fluid .visible-links li{display:flex;max-width:10rem;width:100%}.cmps-widget-coaching-insight metric-list .elastic-list.fluid .visible-links li .coaching-button{width:100%}.cmps-widget-coaching-insight metric-list .show-hidden-buttons-container{margin-left:.5rem;position:absolute;right:.7rem;top:50%;transform:translateY(-50%)}.cmps-widget-coaching-insight metric-list .all-hidden-buttons-container{margin-left:.5rem;position:absolute;right:0;text-align:center;top:50%;transform:translateY(-50%);width:100%}.cmps-widget-coaching-insight metric-list .all-hidden-buttons{position:relative}.cmps-widget-coaching-insight metric-list .all-hidden-buttons,.cmps-widget-coaching-insight metric-list .show-hidden-buttons{background-color:transparent;border:1px solid silver;border-radius:.4rem;color:#fff;color:#a4a4a4;cursor:pointer;font-family:Lato-Black;font-size:1.5rem;letter-spacing:1px;outline:none;padding:0 .5rem}.cmps-widget-coaching-insight metric-list .all-hidden-buttons:after,.cmps-widget-coaching-insight metric-list .show-hidden-buttons:after{align-items:center;background-color:silver;border:2px solid #fff;border-radius:50%;color:#fff;content:attr(count);display:flex;font-size:.8rem;font-weight:700;height:1.5rem;justify-content:center;left:-.9rem;line-height:28px;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:1.5rem}.cmps-widget-coaching-insight metric-list .all-hidden-buttons:hover:after,.cmps-widget-coaching-insight metric-list .show-hidden-buttons:hover:after{transform:translateY(-50%) scale(1.075)}.cmps-widget-coaching-insight metric-list .hamburger{background:silver;height:.28rem;margin:auto;position:relative;width:1.5rem}.cmps-widget-coaching-insight metric-list .hamburger:after,.cmps-widget-coaching-insight metric-list .hamburger:before{background:silver;content:"";height:.28rem;left:0;position:absolute;width:1.5rem}.cmps-widget-coaching-insight metric-list .hamburger:before{top:-8px}.cmps-widget-coaching-insight metric-list .hamburger:after{bottom:-8px}.cmps-widget-coaching-insight metric-list .visible-links{display:inline-table;margin-bottom:0;padding:.4rem}.cmps-widget-coaching-insight metric-list .visible-links li.metric-links{display:table-cell;padding:0;vertical-align:middle}.cmps-widget-coaching-insight metric-list .visible-links li.metric-links button{margin-bottom:0}.cmps-widget-coaching-insight metric-list .hidden-links{background-color:#fff;border:1px solid #ccc;border-radius:.2rem;box-shadow:0 0 6px 0 #ccc;padding:1rem;position:absolute;right:0;top:100%;z-index:19}.cmps-widget-coaching-insight metric-list .hidden-links li.metric-links{display:block}.cmps-widget-coaching-insight metric-list .hidden{visibility:hidden}.cmps-widget-coaching-insight .more-metrics{background-color:#fff;border:1px solid #d0d6da;border-radius:.3rem;cursor:pointer;display:inline-flex;margin-bottom:.5rem;max-width:3rem;z-index:16}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .more-metrics{position:absolute;right:.9rem;top:.4rem}}.cmps-widget-coaching-insight .more-metrics:hover,.cmps-widget-coaching-insight .more-metrics:hover .more-metrics-close,.cmps-widget-coaching-insight .more-metrics:hover .more-metrics-ellipsis{background-color:#78a746;color:#fff}.cmps-widget-coaching-insight .more-metrics:focus{outline:none}.cmps-widget-coaching-insight .more-metrics .more-metrics-label{font-family:Lato-Bold;font-weight:600;line-height:1.1;padding-bottom:.58rem;padding-top:.8rem}.cmps-widget-coaching-insight .more-metrics .more-metrics-label:hover{color:#fff}.cmps-widget-coaching-insight .more-metrics .more-metrics-hide{padding:.8rem .3rem .7rem}.cmps-widget-coaching-insight .more-metrics .more-metrics-hide:hover{color:#fff}.cmps-widget-coaching-insight .more-metrics .more-metrics-close,.cmps-widget-coaching-insight .more-metrics .more-metrics-ellipsis{line-height:1}.cmps-widget-coaching-insight .more-metrics .more-metrics-close:hover,.cmps-widget-coaching-insight .more-metrics .more-metrics-ellipsis:hover{color:#fff}.cmps-widget-coaching-insight .more-metrics .more-metrics-ellipsis{color:#9fa7b0;font-family:Lato-Bold;font-size:2rem;font-weight:600;letter-spacing:.05rem}.cmps-widget-coaching-insight .more-metrics .more-metrics-close{color:#de3f3d;font-size:1.1rem;padding:.5rem .2rem .1rem}.cmps-widget-coaching-insight .coaching-button{transition:background-color .2s ease-in-out}.cmps-widget-coaching-insight .coaching-button.red:hover{background-color:#dc3545;border-color:#dc3545;cursor:pointer}.cmps-widget-coaching-insight .coaching-button.red:hover .cmps-double,.cmps-widget-coaching-insight .coaching-button.red:hover span{color:#fff!important}.cmps-widget-coaching-insight .coaching-button.red .cmps-double{color:#dc3545!important}.cmps-widget-coaching-insight .coaching-button.red.active{background-color:#de3f3d;border-color:#de3f3d;cursor:pointer}.cmps-widget-coaching-insight .coaching-button.red.active .cmps-double,.cmps-widget-coaching-insight .coaching-button.red.active span{color:#fff!important}.cmps-widget-coaching-insight .coaching-button.green:hover{background-color:#78a746;border-color:#78a746;cursor:pointer}.cmps-widget-coaching-insight .coaching-button.green:hover .cmps-double,.cmps-widget-coaching-insight .coaching-button.green:hover span{color:#fff!important}.cmps-widget-coaching-insight .coaching-button.green .cmps-double{color:#78a746!important}.cmps-widget-coaching-insight .coaching-button.green.active{background-color:#78a746;border-color:#78a746;cursor:pointer}.cmps-widget-coaching-insight .coaching-button.green.active .cmps-double,.cmps-widget-coaching-insight .coaching-button.green.active span{color:#fff!important}.cmps-widget-coaching-insight .coaching-button.yellow:hover{background-color:#ffad40;border-color:#ffad40;cursor:pointer}.cmps-widget-coaching-insight .coaching-button.yellow:hover .cmps-double,.cmps-widget-coaching-insight .coaching-button.yellow:hover span{color:#fff!important}.cmps-widget-coaching-insight .coaching-button.yellow .cmps-double{color:#ffad40!important}.cmps-widget-coaching-insight .coaching-button.yellow.active{background-color:#ffad40;border-color:#ffad40;cursor:pointer}.cmps-widget-coaching-insight .coaching-button.yellow.active .cmps-double,.cmps-widget-coaching-insight .coaching-button.yellow.active span{color:#fff!important}.cmps-widget-coaching-insight .header-content{font-size:.7rem;line-height:1.2;white-space:pre-wrap}@media only screen and (min-width:850px){.cmps-widget-coaching-insight .header-content{font-size:.85rem}}@media only screen and (min-width:950px){.cmps-widget-coaching-insight .header-content{font-size:.95rem}}.cmps-widget-coaching-insight .team-oa-header{position:relative}.cmps-widget-coaching-insight .team-oa-header .cmps-angle-up{display:inline;font-size:.5rem}.cmps-widget-coaching-insight .team-oa-header .team-oa-header-item.static{padding:0;position:static;transform:translate(0)}.cmps-widget-coaching-insight .team-oa-header .subheader{text-align:center}.cmps-widget-coaching-insight .nomargin{margin:0!important}.cmps-widget-coaching-insight .nopadding{padding:0!important}.cmps-widget-coaching-insight .nogutter{margin:0!important;padding:0!important}.cmps-widget-coaching-insight .capacity.row{text-align:center}.cmps-widget-coaching-insight .member-capacity.ng-animating .capacity .unused,.cmps-widget-coaching-insight .member-capacity.ng-animating .capacity .used,.cmps-widget-coaching-insight .team-oa-header.ng-animating .team-oa-header-item .header-content{display:none}.cmps-widget-coaching-insight .coaching-item.ng-animating{height:0;opacity:0}.cmps-widget-coaching-insight .details-container+tr td{border-top:.13rem solid #78a746!important}.cmps-widget-coaching-insight .team-oa-row.row-expanded>td{border:transparent!important;border-top:.13rem solid #78a746!important;transition:all .3s ease-in-out}.cmps-widget-coaching-insight .team-oa-row.row-expanded>td:first-child{border-left:.13rem solid #78a746!important}.cmps-widget-coaching-insight .team-oa-row.row-expanded>td:last-child{border-right:.13rem solid #78a746!important}.cmps-widget-coaching-insight .team-oa-row.row-expanded .member-name{color:#78a746;font-family:Lato-Bold;font-size:1.3rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase;transition:letter-spacing .2s ease-in-out}.cmps-widget-coaching-insight .team-oa-row.row-expanded .member-chevron{margin-right:.75rem;pointer-events:none}.cmps-widget-coaching-insight .team-oa-row.row-expanded .member-chevron.active{margin-bottom:.3rem;margin-left:1rem;margin-top:.8rem;transition:margin .3s ease-in-out}.cmps-widget-coaching-insight .details-container.row-expanded>td{border-bottom:.13rem solid #78a746!important;border-left:.13rem solid #78a746!important;border-right:.13rem solid #78a746!important;border-top-color:transparent}.cmps-widget-coaching-insight .metric-name-select{min-width:150px}.cmps-widget-coaching-insight .commitments-section{height:100%}.cmps-widget-coaching-insight .commitments-section.nodata{align-items:center;display:flex;min-height:43rem;width:100%}.cmps-widget-coaching-insight .commitments-section.nodata i{color:#4c4c4c;display:block;font-size:5rem}.cmps-widget-coaching-insight .commitments-section .commitment-header:hover{cursor:pointer}.cmps-widget-coaching-insight .member-missed .nonkpi-button,.cmps-widget-coaching-insight .member-non-kpi .nonkpi-button,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button,.cmps-widget-coaching-insight .member-oa .nonkpi-button{align-items:center;background-color:transparent;border:1px solid #d0d6da;border-radius:.2rem;color:#4c4c4c;color:#78a746;cursor:pointer;display:inline-flex;font-family:Lato-Bold;font-weight:700;justify-content:space-between;max-width:13rem;max-width:9rem;min-width:5rem;padding:.2rem .6rem;text-transform:uppercase;width:100%}@media only screen and (min-width:1300px){.cmps-widget-coaching-insight .member-missed .nonkpi-button,.cmps-widget-coaching-insight .member-non-kpi .nonkpi-button,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button,.cmps-widget-coaching-insight .member-oa .nonkpi-button{padding:.5rem .6rem}}.cmps-widget-coaching-insight .member-missed .nonkpi-button span,.cmps-widget-coaching-insight .member-non-kpi .nonkpi-button span,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button span,.cmps-widget-coaching-insight .member-oa .nonkpi-button span{font-size:1rem}.cmps-widget-coaching-insight .member-missed .nonkpi-button:hover,.cmps-widget-coaching-insight .member-non-kpi .nonkpi-button:hover,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button:hover,.cmps-widget-coaching-insight .member-oa .nonkpi-button:hover{background-color:#f0f4f7;cursor:pointer}.cmps-widget-coaching-insight .member-missed .nonkpi-button .cmps-double,.cmps-widget-coaching-insight .member-missed .nonkpi-button span,.cmps-widget-coaching-insight .member-non-kpi .nonkpi-button .cmps-double,.cmps-widget-coaching-insight .member-non-kpi .nonkpi-button span,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button .cmps-double,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button span,.cmps-widget-coaching-insight .member-oa .nonkpi-button .cmps-double,.cmps-widget-coaching-insight .member-oa .nonkpi-button span{display:flex}.cmps-widget-coaching-insight .member-missed .nonkpi-button .cmps-double,.cmps-widget-coaching-insight .member-non-kpi .nonkpi-button .cmps-double,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button .cmps-double,.cmps-widget-coaching-insight .member-oa .nonkpi-button .cmps-double{font-size:1.6rem;line-height:0}.cmps-widget-coaching-insight .member-missed,.cmps-widget-coaching-insight .member-non-kpi{padding:.5rem!important}.cmps-widget-coaching-insight .member-missed .nonkpi-button,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button,.cmps-widget-coaching-insight .member-oa .nonkpi-button{justify-content:center}.cmps-widget-coaching-insight .member-missed .nonkpi-button .fa,.cmps-widget-coaching-insight .member-missed .nonkpi-button span,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button .fa,.cmps-widget-coaching-insight .member-nonoa .nonkpi-button span,.cmps-widget-coaching-insight .member-oa .nonkpi-button .fa,.cmps-widget-coaching-insight .member-oa .nonkpi-button span{font-size:1.2rem}.cmps-widget-coaching-insight .coaching-button{align-items:center;background-color:#fff;border:1px solid #d0d6da;border-radius:.2rem;cursor:pointer;display:inline-flex;font-family:Lato-Bold;font-weight:700;justify-content:center;margin-bottom:.4rem;margin-right:.3rem;min-width:10rem;padding:.15rem .3rem;text-transform:capitalize;width:10rem}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .coaching-button{max-width:100%}}@media only screen and (min-width:1000px){.cmps-widget-coaching-insight .coaching-button{max-width:15rem}}@media only screen and (min-width:1180px){.cmps-widget-coaching-insight .coaching-button{margin-bottom:.4rem;max-width:11rem}}@media only screen and (min-width:1340px){.cmps-widget-coaching-insight .coaching-button{max-width:12rem}}@media only screen and (min-width:1560px){.cmps-widget-coaching-insight .coaching-button{max-width:10rem;padding:.4rem}}@media only screen and (min-width:1750px){.cmps-widget-coaching-insight .coaching-button{max-width:12rem}}@media only screen and (min-width:2000px){.cmps-widget-coaching-insight .coaching-button{max-width:13rem}}@media only screen and (min-width:2060px){.cmps-widget-coaching-insight .coaching-button{max-width:15rem}}@media only screen and (min-width:1900px){.cmps-widget-coaching-insight .coaching-button{max-width:13rem}}.cmps-widget-coaching-insight .coaching-button *{pointer-events:none}.cmps-widget-coaching-insight .coaching-button.active{background-color:#f0f4f7}.cmps-widget-coaching-insight .coaching-button:focus{outline:0}.cmps-widget-coaching-insight .coaching-button:hover{background-color:#f0f4f7}.cmps-widget-coaching-insight .coaching-button .cmps-double{padding-right:.5rem}.cmps-widget-coaching-insight .coaching-button .metric-description{color:#4c4c4c;font-size:.6rem;line-height:1.1;margin:.1rem .3rem;overflow:hidden;text-align:right;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}@media only screen and (min-width:700px){.cmps-widget-coaching-insight .coaching-button .metric-description{text-align:right}}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .coaching-button .metric-description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.cmps-widget-coaching-insight .coaching-label{background-color:#f0f4f7;border:none;border-radius:0;font-family:Lato;font-size:.7rem;font-weight:400;margin-bottom:.3rem;margin-right:.3rem;max-width:100%;padding:.3rem 1rem;text-transform:capitalize;white-space:nowrap}.cmps-widget-coaching-insight .coaching-label .goal-score,.cmps-widget-coaching-insight .coaching-label .target-score{background-color:transparent;font-family:Lato;font-weight:400;margin:auto}.cmps-widget-coaching-insight .coaching-label .metric-description{max-width:5rem;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:100%}.cmps-widget-coaching-insight .coaching-label .metric-scores{white-space:nowrap}.cmps-widget-coaching-insight .target-score{margin-left:.3rem}.cmps-widget-coaching-insight .target-score .metric-type{border-color:transparent;color:transparent}.cmps-widget-coaching-insight .target-score.green{color:#78a746}.cmps-widget-coaching-insight .target-score.red{color:#de3f3d}.cmps-widget-coaching-insight .target-score.yellow{color:#ffad40}.cmps-widget-coaching-insight .member-perf{position:relative}.cmps-widget-coaching-insight .member-perf .fade{opacity:.3;pointer-events:none}.cmps-widget-coaching-insight .member-perf .show-history-button{bottom:0;font-size:.85rem;left:1rem;position:absolute;z-index:17}.cmps-widget-coaching-insight .member-perf .perf-content{min-height:28rem;overflow-x:hidden;padding:0 1.1rem 3rem;position:relative}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .member-perf .perf-content{padding:0 1.1rem 1.1rem}}@media only screen and (min-width:576px){.cmps-widget-coaching-insight .member-perf .perf-content .metrics-select-sec{padding-right:1rem}}.cmps-widget-coaching-insight .member-perf .perf-content .components-select-sec ng-select>div:first-of-type{min-height:2.62rem}@media only screen and (min-width:767px){.cmps-widget-coaching-insight .member-perf .perf-content .components-select-sec{padding-right:1rem}}.cmps-widget-coaching-insight .member-perf .perf-content .trend-grid-panels .transparentgraph{opacity:.5}.cmps-widget-coaching-insight .member-perf .perf-content-commitments,.cmps-widget-coaching-insight .member-perf .perf-content-graph{width:100%}@media only screen and (min-width:1005px){.cmps-widget-coaching-insight .member-perf .perf-content-graph{border-right:1px solid #78a746;width:60%}.cmps-widget-coaching-insight .member-perf .perf-content-commitments{max-width:40%}}@media only screen and (min-width:1200px){.cmps-widget-coaching-insight .member-perf .perf-content-graph{border-right:1px solid #78a746;width:60%}.cmps-widget-coaching-insight .member-perf .perf-content-commitments{max-width:40%}}@media only screen and (min-width:1400px){.cmps-widget-coaching-insight .member-perf .perf-content-graph{border-right:1px solid #78a746;width:50%}.cmps-widget-coaching-insight .member-perf .perf-content-commitments{max-width:50%}}.cmps-widget-coaching-insight .member-perf .perf-tabs-container{align-items:center;border-bottom:1px solid #78a746;display:flex;margin-top:.7rem;padding-right:7rem}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .elastic-tabs{overflow:hidden}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .elastic-tabs .nav-tabs{position:relative!important;text-transform:capitalize}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .elastic-tabs .nav-tabs .nav-item{margin-bottom:0!important}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .elastic-tabs .nav-tabs .nav-item.active{margin-right:0!important}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-sub-title,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-title{color:#4c4c4c;font-family:Lato-Bold;font-size:.9rem;font-weight:600;padding-top:.5rem;text-align:left}@media (min-width:600px){.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-sub-title,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-title{font-size:1.1rem}}@media (min-width:1005px){.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-sub-title,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-title{font-size:.9rem}}@media (min-width:1060px){.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-sub-title,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-title{font-size:1rem}}@media (min-width:1080px){.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-sub-title,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-title{font-size:1.1rem}}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-sub-title{margin:0 .4rem}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-metric-title{font-size:.8rem;line-height:1;margin-right:2%}@media (min-width:900px){.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-metric-title{margin-right:3%}}@media (min-width:1200px){.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-metric-title{margin-right:5%}}@media (min-width:1500px){.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-metric-title{margin-right:10%}}@media (min-width:750px){.cmps-widget-coaching-insight .member-perf .perf-tabs-container .perf-tabs-container-metric-title{font-size:1rem}}.cmps-widget-coaching-insight .member-perf .perf-tabs-container ul.perf-tabs{margin-bottom:0!important}.cmps-widget-coaching-insight .member-perf .perf-tabs-container ul.perf-tabs.commitment-tabs{background-color:transparent!important;color:#4c4c4c!important;float:left;margin-right:0}.cmps-widget-coaching-insight .member-perf .perf-tabs-container ul.perf-tabs li{float:left}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button{align-items:center;background-color:#fff;border:1px solid #78a746;border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;display:flex;font-size:.75rem;justify-content:center;line-height:1;padding:.5rem .5rem .5rem .3rem;position:absolute;right:-.1rem;top:0;width:8rem}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button:active,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button:focus,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button:hover{background-color:#78a746;border-color:#fff;color:#fff;cursor:pointer;outline:none}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button:active:before,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button:focus:before,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button:hover:before{border-right-color:#fff}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button .uncoached-count{align-items:center;background-color:#de3f3d;border-radius:50%;color:#fff;display:flex;font-family:Lato-Bold;font-size:.7rem;height:1.3rem;justify-content:center;justify-items:center;letter-spacing:.03rem;min-width:1.3rem;padding:.2rem}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button.active .uncoached-count{background-color:#fff;color:#de3f3d}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button i,.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button span{align-items:center;display:inline-flex}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button:before{border-bottom:5px solid transparent;border-right:5px solid #78a746;border-top:5px solid transparent;content:"";height:0;pointer-events:none;width:0}.cmps-widget-coaching-insight .member-perf .perf-tabs-container .uncoached-button:hover .uncoached-count{background-color:#fff;color:#de3f3d;font-family:Lato-Bold;font-weight:800}.cmps-widget-coaching-insight .member-perf .uncoached-metrics{background-color:#fff;border:1px solid #ccc;height:auto;left:100%;padding:2rem;position:absolute;top:2.92rem;transition:transform .3s ease-in-out;width:65%;z-index:2}.cmps-widget-coaching-insight .member-perf .uncoached-metrics.show{transform:translateX(-99%)}.cmps-widget-coaching-insight .member-perf .select-period-sec{align-items:flex-end;display:flex;justify-content:flex-end;padding-bottom:.5rem;padding-top:.5rem}.cmps-widget-coaching-insight .member-perf .metricsdropdown li{background:transparent}.cmps-widget-coaching-insight .member-perf .metricsdropdown li>span{color:#4c4c4c;display:block;padding:.5rem;width:100%}.cmps-widget-coaching-insight .member-perf .metricsdropdown li.highlighted .coaching-button{background-color:#f0f4f7}.cmps-widget-coaching-insight .member-perf .metricsdropdown li.highlighted>span{background-color:#78a746;color:#fff}.cmps-widget-coaching-insight .member-perf .metricsdropdown li.selected .coaching-button{background-color:#f0f4f7}.cmps-widget-coaching-insight .member-perf .metricsdropdown li.selected>span{background-color:#78a746}.cmps-widget-coaching-insight .member-perf .metricsdropdown li.highlighted.selected{background-color:transparent}.cmps-widget-coaching-insight .member-perf .metricsdropdown li.highlighted.selected .coaching-button{background-color:#f0f4f7}.cmps-widget-coaching-insight .member-perf .metricsdropdown li.highlighted.selected>span{background-color:#78a746}.cmps-widget-coaching-insight .member-perf .metricsdropdown li:not(.selected):not(.highlighted){background:#fff}.cmps-widget-coaching-insight .member-perf .metricsdropdown metric-button{margin:0}.cmps-widget-coaching-insight .member-perf .metricsdropdown metric-button:hover{background-color:initial}.cmps-widget-coaching-insight .member-perf .metricsdropdown div[id^=ngSelectSelectedId] .coaching-button,.cmps-widget-coaching-insight .member-perf .metricsdropdown metric-button+span{display:none}.cmps-profile-picture-change .cmps-widget-coaching-insight .member-perf .periods-graph label.btn-banner,.cmps-widget-coaching-insight .member-perf .periods-graph .cmps-profile-picture-change label.btn-banner,.cmps-widget-coaching-insight .member-perf .periods-graph label.btn{padding:.4rem .65rem;width:33.33%}.cmps-widget-coaching-insight .history-container{padding:0 1rem 2.1rem}.cmps-widget-coaching-insight .history-container .cmps-wait-status-loader .center>div{overflow:hidden}.cmps-widget-coaching-insight .history-container .tab-pane div{overflow-x:auto}.cmps-widget-coaching-insight .history-container .tab-pane div table tr th div{overflow:hidden}.cmps-widget-coaching-insight .history-container .history-tabs-sec{align-items:flex-end;border-bottom:1px solid #78a746;display:flex}.cmps-widget-coaching-insight .history-container .history-tabs-sec .elastic-tabs .history-tabs{min-width:20rem;padding-right:0!important}.cmps-widget-coaching-insight .history-container .history-tabs-sec .elastic-tabs.wrapped-tabs .nav-item.active{margin-right:0}.cmps-widget-coaching-insight .history-container .history-tabs-sec .elastic-tabs .x{display:none}.cmps-widget-coaching-insight .history-container .history-tabs-sec .history-tab-sec-2{display:flex;margin-left:auto;padding-bottom:.2rem}.cmps-widget-coaching-insight .history-container .history-tabs-sec .history-tab-sec-2 .filter-button{margin-left:.5rem;margin-right:0}.cmps-widget-coaching-insight .history-container .tab-content{padding-top:0!important}.cmps-profile-picture-change .cmps-widget-coaching-insight .history-container .history-filter-buttonset .btn-banner,.cmps-widget-coaching-insight .history-container .history-filter-buttonset .btn,.cmps-widget-coaching-insight .history-container .history-filter-buttonset .cmps-profile-picture-change .btn-banner,.cmps-widget-coaching-insight .history-container .history-filter-buttonset button.cmps-btn-table{margin-top:.3rem}.cmps-widget-coaching-insight .history-container .limit-width{max-width:10rem;width:10rem}.cmps-tdcf-report-manager-table .cmps-widget-coaching-insight .history-container table i.cmps-angle,.cmps-tdcf-table .cmps-widget-coaching-insight .history-container table i.cmps-angle,.cmps-widget-coaching-insight .history-container table .cmps-angle-down,.cmps-widget-coaching-insight .history-container table .cmps-angle-up,.cmps-widget-coaching-insight .history-container table .cmps-tdcf-report-manager-table i.cmps-angle,.cmps-widget-coaching-insight .history-container table .cmps-tdcf-table i.cmps-angle{display:inline-flex!important;padding:0!important}.cmps-widget-coaching-insight .history-container table .fa-compress{background-color:#78a746;border-radius:.2rem;color:#fff;cursor:pointer;font-size:.9rem;padding:.2rem .4rem}.cmps-widget-coaching-insight .history-container table th{border:none;padding-right:1rem;position:relative;vertical-align:middle}.cmps-widget-coaching-insight .history-container table th div{max-width:8rem;white-space:normal}.cmps-tdcf-report-manager-table .cmps-widget-coaching-insight .history-container table th i.cmps-angle,.cmps-tdcf-table .cmps-widget-coaching-insight .history-container table th i.cmps-angle,.cmps-widget-coaching-insight .history-container table th .cmps-angle-down,.cmps-widget-coaching-insight .history-container table th .cmps-tdcf-report-manager-table i.cmps-angle,.cmps-widget-coaching-insight .history-container table th .cmps-tdcf-table i.cmps-angle{display:inline-flex;font-size:.5rem}.cmps-widget-coaching-insight .history-container table th i{position:absolute;right:.5rem;top:50%}.cmps-tdcf-report-manager-table .cmps-widget-coaching-insight .history-container table th i.cmps-angle,.cmps-tdcf-table .cmps-widget-coaching-insight .history-container table th i.cmps-angle,.cmps-widget-coaching-insight .history-container table th .cmps-tdcf-report-manager-table i.cmps-angle,.cmps-widget-coaching-insight .history-container table th .cmps-tdcf-table i.cmps-angle,.cmps-widget-coaching-insight .history-container table th i.cmps-angle-down,.cmps-widget-coaching-insight .history-container table th i.fa{transform:translateY(-50%)}.cmps-widget-coaching-insight .history-container table th i.cmps-angle-up{transform:rotate(0deg)}.cmps-widget-coaching-insight .history-container table td{text-align:center;vertical-align:middle}.cmps-widget-coaching-insight .history-container table td a{color:#9fa7b0;cursor:pointer;text-decoration:underline}.cmps-widget-coaching-insight .history-container .show-num-records{min-width:15rem;z-index:19}.cmps-widget-coaching-insight .history-container .show-num-records a{cursor:pointer;margin:.15rem}.cmps-widget-coaching-insight .history-container .show-num-records a:hover{text-decoration:underline}.cmps-widget-coaching-insight .history-container .show-num-records a.active{font-family:Lato-Bold;font-weight:600;text-decoration:underline}.cmps-widget-coaching-insight .opplist{padding:15px}.cmps-widget-coaching-insight .col-12,.cmps-widget-coaching-insight .container-fluid{padding-left:0;padding-right:0}.cmps-widget-coaching-insight .container-fluid{position:relative}.cmps-widget-coaching-insight .container-fluid .current-view-label{text-align:left}.cmps-widget-coaching-insight .container-fluid .current-view-label span{padding-right:.2rem}.cmps-widget-coaching-insight .container-fluid .current-view-date-range{padding-top:.2rem}.cmps-widget-coaching-insight .container-fluid .current-view-date-range .coaching-date-range{max-width:13rem;padding-left:.4rem;padding-right:.4rem}.cmps-widget-coaching-insight .container-fluid .current-view-date-range .coaching-date-range label{margin-bottom:.1rem}.cmps-widget-coaching-insight .container-fluid .current-view-user-sec{padding-bottom:.4rem}.cmps-widget-coaching-insight .container-fluid .current-view-user-sec .current-view-user{font-weight:600}.cmps-widget-coaching-insight .container-fluid .current-view-user-sec .change-view-button{align-items:center;background-color:transparent;color:gray;display:flex;padding:0 .2rem 0 0}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .container-fluid .current-view-user-sec .change-view-button{margin-left:.2rem;padding:0 .2rem 0 .3rem}}.cmps-widget-coaching-insight .container-fluid .current-view-user-sec .change-view-button:hover{color:#4c4c4c}.cmps-widget-coaching-insight .container-fluid .current-view-user-sec .change-view-button:focus{outline:none;outline:0}.cmps-widget-coaching-insight .container-fluid .current-view-user-sec .change-view-button i{font-size:1rem}.cmps-widget-coaching-insight .container-fluid .current-view-user-sec .change-view-button span{font-size:.7rem;letter-spacing:.05rem;padding-left:.3rem;text-decoration:underline;text-transform:capitalize}.cmps-widget-coaching-insight .container-fluid .current-view-label-line{border-bottom:1px dashed #ccc;width:100%}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .container-fluid .current-view-label-line{width:60%}}@media only screen and (min-width:1000px){.cmps-widget-coaching-insight .container-fluid .current-view-label-line{width:100%}}@media only screen and (min-width:1400px){.cmps-widget-coaching-insight .container-fluid .current-view-label-line{width:60%}}@media only screen and (min-width:900){.cmps-widget-coaching-insight cmps-frontline-oa .container-fluid,.cmps-widget-coaching-insight cmps-team-oa-metrics .container-fluid{overflow:initial}}.cmps-widget-coaching-insight cmps-frontline-oa .oapopulation,.cmps-widget-coaching-insight cmps-team-oa-metrics .oapopulation{position:relative}.cmps-widget-coaching-insight cmps-frontline-oa select-dropdown:focus,.cmps-widget-coaching-insight cmps-frontline-oa select-dropdown input:focus,.cmps-widget-coaching-insight cmps-team-oa-metrics select-dropdown:focus,.cmps-widget-coaching-insight cmps-team-oa-metrics select-dropdown input:focus{outline-color:gray}.cmps-widget-coaching-insight cmps-frontline-oa select-dropdown:focus,.cmps-widget-coaching-insight cmps-team-oa-metrics select-dropdown:focus{outline:0}.cmps-widget-coaching-insight cmps-frontline-oa select-dropdown .options,.cmps-widget-coaching-insight cmps-team-oa-metrics select-dropdown .options{max-height:20rem}.cmps-widget-coaching-insight cmps-frontline-oa select-dropdown .highlighted,.cmps-widget-coaching-insight cmps-frontline-oa select-dropdown .selected.highlighted,.cmps-widget-coaching-insight cmps-team-oa-metrics select-dropdown .highlighted,.cmps-widget-coaching-insight cmps-team-oa-metrics select-dropdown .selected.highlighted{background-color:#78a746}.cmps-widget-coaching-insight cmps-frontline-oa select-dropdown li.disabled.highlighted,.cmps-widget-coaching-insight cmps-team-oa-metrics select-dropdown li.disabled.highlighted{color:#fff}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window{background-color:#fff;text-align:left;z-index:18}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box{background:#fff;border:1px solid #ccc;display:flex;position:relative}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box .close,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box .close{font-size:.8rem;padding:.5rem .7rem;position:absolute;right:0;top:0}@media only screen and (min-width:1380px){.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box{display:flex}}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box .oa-add-filter-sec,.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box .oa-add-remove-sec,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box .oa-add-filter-sec,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box .oa-add-remove-sec{max-width:28rem;min-width:20rem;padding:1rem;width:100%}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box .oa-add-remove-sec,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box .oa-add-remove-sec{border-left:1px solid #e8e1e1}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box hr,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box hr{width:80%}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box h1,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box h1{color:#4c4c4c;font-size:1.3rem;margin-bottom:0;padding:1.2rem .2rem 1.5rem;text-align:center}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box .oa-add-remove-sec,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box .oa-add-remove-sec{padding-bottom:2.5rem}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box .oa-add-remove-sec .oa-add-remove-secs,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box .oa-add-remove-sec .oa-add-remove-secs{margin:.5rem;padding-bottom:1.5rem;text-align:left;text-align:center}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box .oa-add-remove-sec .oa-add-remove-secs .row .col-6,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box .oa-add-remove-sec .oa-add-remove-secs .row .col-6{line-height:1.5;text-align:left}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .arrow_box .oa-add-remove-sec .oa-add-remove-secs .row .col-6 .custom-control-inline,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .arrow_box .oa-add-remove-sec .oa-add-remove-secs .row .col-6 .custom-control-inline{margin-right:0}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filters-container,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filters-container{padding:1.5rem 0}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filters-container .oa-filters-title,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filters-container .oa-filters-title{align-items:center;display:flex}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filters-container .oa-filter-add-metric-button,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filters-container .oa-filter-add-metric-button{align-items:center;color:#78a746;display:flex;font-size:2rem;justify-content:center;opacity:.6}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filters-container .oa-filter-add-metric-button.active,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filters-container .oa-filter-add-metric-button.active{opacity:1}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filters-container .oa-filter-add-metric-button .fa-plus-circle,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filters-container .oa-filter-add-metric-button .fa-plus-circle{cursor:pointer}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filters-container .oa-metric-filter-dropdown,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filters-container .oa-metric-filter-dropdown{align-items:center;display:flex;margin-right:.5rem}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filters-container .oa-metric-filter-container,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filters-container .oa-metric-filter-container{align-items:center;padding:.2rem}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filters-container .oa-metric-filter-item,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filters-container .oa-metric-filter-item{background-color:#e8e1e1;border-radius:.2rem;display:inline-block;margin-bottom:.2rem;margin-right:.5rem;padding:.1rem .25rem}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filters-container .oa-metric-filter-item .fa-close,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filters-container .oa-metric-filter-item .fa-close{cursor:pointer}.cmps-widget-coaching-insight cmps-frontline-oa .oa-filter-window .oa-filter-window-footer,.cmps-widget-coaching-insight cmps-team-oa-metrics .oa-filter-window .oa-filter-window-footer{padding:.5rem 0 1.5rem}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers{align-items:flex-end;border:none;cursor:pointer;display:flex;float:left;font-family:Lato-Bold;width:100%}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .performer-count,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .performer-count{align-items:center;background-color:#9fa7b0;border-radius:50%;color:#fff;display:block;display:inline-flex;height:1.1rem;justify-content:center;margin-left:.2rem;min-width:20px;text-align:center;width:1.1rem}@media only screen and (min-width:900px){.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .performer-count,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .performer-count{font-size:.6rem}}@media only screen and (min-width:1000px){.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .performer-count,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .performer-count{font-size:.68rem;height:1.2rem;width:1.2rem}}@media only screen and (min-width:1500px){.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .performer-count,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .performer-count{font-size:.65rem;height:1.3rem;width:1.3rem}}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-item,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-item{background-color:#fff;border-top-left-radius:.2rem;border-top-right-radius:.2rem;height:2.3rem;margin-bottom:0!important;position:relative;text-align:center}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-item.active,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-item.active{height:2.6rem}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-item-1,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-item-1{width:33%}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-item-2,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-item-2{margin-left:.05rem;margin-right:.05rem;width:33%}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-item-3,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-item-3{width:33%}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-link,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-link{align-items:center;border:1px solid #e8e1e1;border-bottom:0 solid transparent;border-top-left-radius:.2rem;border-top-right-radius:.2rem;color:#4c4c4c;display:flex;font-size:.5rem;height:100%;justify-content:center;padding:.3rem .3rem .5rem;position:relative}@media only screen and (min-width:1500px){.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-link,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-link{font-size:.6rem}}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-link:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-link:hover{border-color:#ccc #ccc transparent;color:#78a746}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-link.active,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-link.active{border-color:#e8e1e1 #e8e1e1 transparent;border-radius:0;border-top-left-radius:.2rem;border-top-right-radius:.2rem}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-link.active .performer-count,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-link.active .performer-count{background-color:#fff;color:#78a746}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-item.show .nav-link,.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-link.active,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-item.show .nav-link,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-link.active{align-items:center;background-color:#78a746;border-color:transparent;color:#fff;display:flex;justify-content:center}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-item.show .nav-link .nav-item:hover,.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-link.active .nav-item:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-item.show .nav-link .nav-item:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-link.active .nav-item:hover{cursor:pointer}.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-tabs .nav-link:focus,.cmps-widget-coaching-insight cmps-frontline-oa .nav-performers .nav-tabs .nav-link:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-tabs .nav-link:focus,.cmps-widget-coaching-insight cmps-team-oa-metrics .nav-performers .nav-tabs .nav-link:hover{border-color:#e9ecef}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs{display:block;overflow:hidden;position:relative}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs.wrapped-tabs .nav-item-1,.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs.wrapped-tabs .nav-item-2,.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs.wrapped-tabs .nav-item-3,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs.wrapped-tabs .nav-item-1,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs.wrapped-tabs .nav-item-2,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs.wrapped-tabs .nav-item-3{width:100%}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs.wrapped-tabs .nav-item.active,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs.wrapped-tabs .nav-item.active{margin-right:1.2rem}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs .disabled,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs .disabled{background-color:hsla(0,0%,39%,.2);opacity:.5;pointer-events:none}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs.displayed,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs.displayed{overflow:visible}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs.displayed ul,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs.displayed ul{background-color:#fff;border-bottom:1px solid #e8e1e1;left:0;position:absolute!important;top:0;z-index:18}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs ul,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs ul{display:flex;flex-wrap:wrap;list-style:none;overflow:hidden;padding:0;position:relative;width:100%}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs li,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs li{min-width:3.5rem}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs li a,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs li a{display:block;padding:1rem .5rem;text-decoration:none;white-space:nowrap}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs.open ul,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs.open ul{display:block;height:auto}.cmps-widget-coaching-insight cmps-frontline-oa .elastic-tabs .x,.cmps-widget-coaching-insight cmps-team-oa-metrics .elastic-tabs .x{color:#000;cursor:pointer;position:absolute;right:.1rem;top:50%;transform:translateY(-50%);z-index:18}.cmps-widget-coaching-insight cmps-frontline-oa .team-view-container,.cmps-widget-coaching-insight cmps-team-oa-metrics .team-view-container{width:25%}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend{align-items:center;display:flex;justify-content:flex-end;padding:6px;position:relative}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons{text-align:center;width:100%}@media only screen and (min-width:900px){.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons{text-align:right}}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .custom-control-label:after,.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .custom-control-label:before,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .custom-control-label:after,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .custom-control-label:before{margin-top:.2rem}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .hidden-columns-list,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .hidden-columns-list{display:inline-block}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .hidden-columns-list ul,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .hidden-columns-list ul{margin:0 .75rem 0 .1rem;padding:0}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .hidden-columns-list li,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .hidden-columns-list li{display:inline-flex}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .hidden-columns-list li button,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .hidden-columns-list li button{background:none;border:none;color:#4c4c4c;opacity:.8;text-decoration:underline}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .hidden-columns-list li button:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .hidden-columns-list li button:hover{cursor:pointer;opacity:1}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .filter-button,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .filter-button{background-color:transparent;color:#bdbdbd;margin-right:.5rem;padding:0}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .filter-button:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .filter-button:hover{color:gray}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .utilities-buttons .filter-button i,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .utilities-buttons .filter-button i{font-size:2rem}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .filters-applied,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .filters-applied{font-family:Lato-Bold;font-weight:600;position:absolute;right:0;text-align:right;top:-1rem}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .filters-applied .filter,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .filters-applied .filter{font-family:Lato-Light;font-weight:400;margin-left:.2rem;margin-right:.2rem}.cmps-widget-coaching-insight cmps-frontline-oa .badge-legend .self-active,.cmps-widget-coaching-insight cmps-team-oa-metrics .badge-legend .self-active{opacity:.1;pointer-events:none;position:relative}.cmps-widget-coaching-insight cmps-frontline-oa .details-container,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container{text-align:left}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details{padding-top:0}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .metric-name-select .placeholder,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .metric-name-select .placeholder{color:#4c4c4c}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .metric-name-select div,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .metric-name-select div{border-bottom-color:#28a745!important;border-left-color:#fff!important}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .metric-name-select div:focus,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .metric-name-select div:focus{outline:0}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .metric-name-select div div div,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .metric-name-select div div div{border-bottom-color:#78a746;line-height:1!important}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-content,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-content{padding-top:1rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-content.tab-content-perf,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-content.tab-content-perf{padding-top:0}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-content label,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-content label{align-self:center;text-align:left}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-content .form-control,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-content .form-control{border:none}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-content .performance-tables-sec,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-content .performance-tables-sec{padding-left:.5rem;padding-right:.5rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .commitments-tab-sec th,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .goals-tab-sec th,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .observations-tab-sec th,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .commitments-tab-sec th,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .goals-tab-sec th,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .observations-tab-sec th{background-color:transparent;border-bottom:1px solid #78a746}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .commitments-tab-sec th div,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .goals-tab-sec th div,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .observations-tab-sec th div,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .commitments-tab-sec th div,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .goals-tab-sec th div,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .observations-tab-sec th div{display:inline-flex;padding-right:.2rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .commitments-tab-sec td,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .goals-tab-sec td,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .observations-tab-sec td,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .commitments-tab-sec td,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .goals-tab-sec td,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .observations-tab-sec td{border:0;border-bottom:1px solid #ccc}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .commitments-tab-sec tr:hover td,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .goals-tab-sec tr:hover td,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .observations-tab-sec tr:hover td,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .commitments-tab-sec tr:hover td,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .goals-tab-sec tr:hover td,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .observations-tab-sec tr:hover td{background-color:#f2f2f2}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart person-performance-variance,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart person-performance-variance{display:block}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-sec,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-sec{overflow:auto}@media only screen and (min-width:900px){.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-sec,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-sec{overflow:hidden}}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-items,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-items{align-items:center;display:flex;justify-content:center;padding-right:.8rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-items .goal-label,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-items .main-label,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-items .target-label,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-items .goal-label,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-items .main-label,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-items .target-label{display:block}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-items .inline-label,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-items .inline-label{display:inline-block;margin-right:1rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-items i,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-items i{color:#4c4c4c;display:flex;display:inline-block;font-size:1rem;padding-right:.3rem;width:auto}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-items .fa,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-items .fa{display:inline-block;font-size:.8rem;width:auto}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-items .cmps-commitment,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-items .cmps-commitment{font-size:1.3rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-item-2 i,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-item-2 i{color:#4885ed}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .chart-description-item-3 i,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .chart-description-item-3 i{color:#78a746}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .graph-label-line,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .graph-label-line{display:inline-block;height:.2rem;transform:translateY(-.15rem);width:.8rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line{position:relative}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line:after,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line:before,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line:after,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line:before{background-color:#fff;content:"";display:inline-block;height:100%;position:absolute;top:0;width:.1rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line:before,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line:before{left:.2rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line:after,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .chart .graph-label-line.dashed-line:after{right:.175rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table{font-size:.75rem;margin-top:1.5rem;table-layout:fixed}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table .tab-performance-table-date th,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table .tab-performance-table-metric-header th,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table .tab-performance-table-date th,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table .tab-performance-table-metric-header th{background-color:transparent!important;border-bottom:1px solid #78a746;font-family:Lato;font-size:.7rem;text-align:center!important;vertical-align:middle;white-space:normal!important}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table th,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table th{vertical-align:middle}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table tr:first-child th,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table tr:first-child th{text-align:right}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table td,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table th,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table td,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table th{text-align:center}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table td,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table td{border:0;border-bottom:1px solid #ccc;font-size:.9rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table td i[class^=cmps-angle],.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table td i[class^=cmps-angle]{display:inline-flex}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table tbody td.perf-row-title,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table tbody td.perf-row-title{font-family:Lato-Bold;text-align:left}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table tbody td:not(.perf-row-title),.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table tbody td:not(.perf-row-title){padding-left:0;padding-right:0}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table tbody .trendcolor .green,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table tbody .trendcolor .green{color:#78a746}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table tbody .trendcolor .yellow,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table tbody .trendcolor .yellow{color:#ffad40}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .tab-pane .tab-performance-table tbody .trendcolor .red,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .tab-pane .tab-performance-table tbody .trendcolor .red{color:#de3f3d}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .main-tab-btns-sec,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .main-tab-btns-sec{padding:.6rem .5rem 1.2rem;text-align:center}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns{background-color:#78a746;border:0;display:inline-flex;justify-items:center;margin:.5rem;padding-left:2rem;padding-right:2rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns:hover{background-color:#5b8034}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns:focus,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns:focus{outline:none}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns i,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns i{display:flex;font-size:1.5rem;padding-right:.7rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns span,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .main-tab-btns-sec .main-tab-sec-btns span{align-self:center;font-family:Lato-Light;font-weight:200;justify-self:center;letter-spacing:.1rem}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs{border-bottom:none}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs.history-tabs,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs.history-tabs{margin-left:0!important}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-item,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-item{letter-spacing:1px}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-item.show .nav-link,.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-link.active,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-item.show .nav-link,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-link.active{background-color:#78a746;border-color:#78a746;color:#fff}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-item:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-item:hover{cursor:pointer}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-link,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-link{border-color:#e8e1e1 #e8e1e1 transparent;border-width:1px;color:#4c4c4c;font-size:.6rem;padding:.5rem .2rem}@media screen and (min-width:700px){.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-link,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-link{font-size:.75rem;padding:.5rem 1rem}}@media screen and (min-width:1000px){.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-link,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-link{font-size:.6rem;padding:.5rem .2rem}}@media screen and (min-width:1050px){.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-link,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-link{font-size:.7rem;padding:.5rem .3rem}}@media screen and (min-width:1150px){.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-link,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-link{font-size:.75rem;padding:.5rem 1rem}}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-link:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-link:hover{border-bottom-color:transparent;color:#78a746}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-link:focus,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-link:focus{outline:none}.cmps-widget-coaching-insight cmps-frontline-oa .details-container .member-coaching-details .nav-tabs .nav-link.active:hover,.cmps-widget-coaching-insight cmps-team-oa-metrics .details-container .member-coaching-details .nav-tabs .nav-link.active:hover{color:#fff}.cmps-widget-coaching-insight cmps-frontline-oa .container-fluid .coaching-insight-content,.cmps-widget-coaching-insight cmps-team-oa-metrics .container-fluid .coaching-insight-content{border:none;border-collapse:separate;border-spacing:6px 0;height:100%;margin-bottom:2rem;table-layout:fixed;width:100%}@media only screen and (min-width:800px){.cmps-widget-coaching-insight cmps-frontline-oa .container-fluid .coaching-insight-content .last-col,.cmps-widget-coaching-insight cmps-team-oa-metrics .container-fluid .coaching-insight-content .last-col{width:60%!important}}.cmps-widget-coaching-insight cmps-frontline-oa .container-fluid .coaching-insight-content tbody tr:last-child td,.cmps-widget-coaching-insight cmps-team-oa-metrics .container-fluid .coaching-insight-content tbody tr:last-child td{border-bottom:1px solid #e8e1e1}.cmps-widget-coaching-insight cmps-frontline-oa .container-fluid .coaching-insight-content tbody tr td,.cmps-widget-coaching-insight cmps-team-oa-metrics .container-fluid .coaching-insight-content tbody tr td{border-left:1px solid #e8e1e1;border-right:1px solid #e8e1e1}.cmps-widget-coaching-insight cmps-frontline-oa .container-fluid .coaching-insight-content tbody tr .member-sec-top-line td,.cmps-widget-coaching-insight cmps-team-oa-metrics .container-fluid .coaching-insight-content tbody tr .member-sec-top-line td{border-top-color:#e8e1e1}.cmps-widget-coaching-insight cmps-frontline-oa .container-fluid .coaching-insight-content .coaching-insight-metrics-sec,.cmps-widget-coaching-insight cmps-team-oa-metrics .container-fluid .coaching-insight-content .coaching-insight-metrics-sec{border-left:1px solid #78a746;border-right:1px solid #78a746}.cmps-widget-coaching-insight .ie-header-display-table{border-collapse:separate}.cmps-widget-coaching-insight .toggle-active-button{align-items:center;display:inline-flex;letter-spacing:.02rem;margin-right:.4rem}.cmps-widget-coaching-insight .legend-button{align-items:center;background-color:#4c4c4c;color:#fff;display:inline-flex;justify-content:center;letter-spacing:.02rem;margin-right:.3rem;min-width:10rem;padding-left:1.5rem;padding-right:1.5rem}.cmps-widget-coaching-insight .legend-button i,.cmps-widget-coaching-insight .legend-button span{display:inline-flex}.cmps-widget-coaching-insight .legend-button i{margin-right:.4rem;padding-bottom:.06rem}.cmps-widget-coaching-insight .legend-button.inactive{background-color:#ccc;color:#4c4c4c;pointer-events:none}.cmps-widget-coaching-insight .legend-button.active,.cmps-widget-coaching-insight .legend-button:hover{background-color:#ccc;color:#4c4c4c;cursor:pointer}.cmps-widget-coaching-insight .legend-button.back{margin-left:.4rem;position:relative;transform:translateY(1.5rem);z-index:1}.cmps-widget-coaching-insight .legend-button.back:hover{cursor:pointer}.cmps-widget-coaching-insight .legend-button .fa{margin-right:.5rem}.cmps-widget-coaching-insight .sticky-header-scroller{display:table;position:fixed;table-layout:fixed;top:74px;z-index:1039}.cmps-widget-coaching-insight .sticky-header-scroller th{background-color:#fff!important;display:inline-flex;vertical-align:middle}.cmps-widget-coaching-insight .coaching-component-container{align-self:center;display:inline-flex;justify-self:center}.cmps-widget-coaching-insight .coaching-component-container .strip-coaching-component{display:inline-block}@media only screen and (min-width:1000px){.cmps-widget-coaching-insight .coaching-component-container{padding-top:0}}.cmps-widget-coaching-insight .coaching-component-container .coaching-component{border-color:transparent;cursor:pointer;line-height:1.1;margin:.5rem .5rem 0;text-align:center}.cmps-widget-coaching-insight .coaching-component-container .coaching-component cmps-wait-status{color:#4c4c4c}.cmps-widget-coaching-insight .coaching-component-container .coaching-component .description{color:#4c4c4c;font-family:Lato-Bold;font-size:1.3rem}.cmps-widget-coaching-insight .coaching-component-container .coaching-component .component-value .icon{display:inline-flex;font-size:1.3rem;padding-right:.2rem}.cmps-widget-coaching-insight .coaching-component-container .coaching-component .component-value .component-value-sec .cmps-circle-plus{display:flex}.cmps-widget-coaching-insight .coaching-component-container .coaching-component .component-value .component-value-sec .cmps-circle-plus:before{transform:rotate(0deg);transition:transform .4s linear}.cmps-widget-coaching-insight .coaching-component-container .coaching-component .component-value .component-value-sec .cmps-circle-cross:before{transform:rotate(-45deg);transition:transform .4s linear}.cmps-widget-coaching-insight .coaching-component-container .coaching-component .component-value .integer{display:inline-flex;font-size:4rem;font-weight:700;line-height:4rem}.cmps-widget-coaching-insight .coaching-component-container .coaching-component .component-value .integer cmps-wait-status{font-size:.75rem}.cmps-widget-coaching-insight .coaching-component-container .coaching-component .component-value .percentage{font-size:1.4rem}.cmps-widget-coaching-insight .coaching-component-container .coaching-component-active{background-color:#f1f5f8;border-color:#d6d7db #ececee #ececee #d6d7db!important}.cmps-widget-coaching-insight .component-value-item-sec{align-items:center;display:flex;justify-content:center}.cmps-widget-coaching-insight .component-value-item-sec .divider-line{color:#e8e1e1;font-size:1.5rem;margin:0 .5rem}.cmps-widget-coaching-insight .component-value-item-sec .component-value-items{align-items:center;background-color:transparent;border:none;cursor:pointer;display:inline-flex}.cmps-widget-coaching-insight .component-value-item-sec .component-value-items .component-value-items-sub-sec{align-items:center;display:flex}.cmps-widget-coaching-insight .component-value-item-sec .component-value-items .component-value-icon-small{font-size:.9rem;margin-right:.25rem}.cmps-widget-coaching-insight .component-value-item-sec .component-value-items .component-value-icon-small i:before{display:flex}.cmps-widget-coaching-insight .component-value-item-sec .component-value-items .component-value-icon-small .cmps-circle-plus:before{transform:rotate(0deg);transition:transform .4s linear}.cmps-widget-coaching-insight .component-value-item-sec .component-value-items .component-value-icon-small .cmps-circle-cross:before{transform:rotate(-45deg);transition:transform .4s linear}.cmps-widget-coaching-insight .component-value-item-sec .component-value-items .component-value-name{color:#4c4c4c;font-size:1rem;font-weight:600}.cmps-widget-coaching-insight .component-value-item-sec .component-value-items .integer-small{font-size:1.4rem;font-weight:600;line-height:1;margin-left:.2rem}.cmps-widget-coaching-insight .component-value-item-sec .component-value-items .percentage-small{align-self:flex-end;display:flex;font-weight:600;margin-left:.05rem}.cmps-widget-coaching-insight .borderless-button{align-items:center;background-color:transparent;border:none;color:#4c4c4c;display:flex;justify-content:center}.cmps-widget-coaching-insight .borderless-button:hover{cursor:pointer}.cmps-widget-coaching-insight .borderless-button:focus{outline:none}.cmps-widget-coaching-insight .borderless-button i,.cmps-widget-coaching-insight .borderless-button span{align-self:center;display:inline-flex;font-size:.7rem;letter-spacing:0}.cmps-widget-coaching-insight .borderless-button span{font-family:Lato-Bold;font-size:.9rem;font-weight:600;margin:0 .3rem;text-transform:uppercase}.cmps-widget-coaching-insight .gray-button,.cmps-widget-coaching-insight .green-button{background-color:#78a746;border:0;color:#fff;display:inline-flex;justify-items:center;margin:.3rem;min-width:5rem;padding-left:2rem;padding-right:2rem}.cmps-widget-coaching-insight .gray-button:hover,.cmps-widget-coaching-insight .green-button:hover{background-color:#5b8034;cursor:pointer}.cmps-widget-coaching-insight .gray-button:focus,.cmps-widget-coaching-insight .green-button:focus{outline:none}.cmps-widget-coaching-insight .gray-button i,.cmps-widget-coaching-insight .green-button i{display:flex;font-size:1.5rem}.cmps-widget-coaching-insight .gray-button span,.cmps-widget-coaching-insight .green-button span{align-self:center;font-family:Lato-Light;font-weight:200;justify-self:center;letter-spacing:.1rem}.cmps-widget-coaching-insight .gray-button{background-color:#f0f4f7;color:#4c4c4c}.cmps-widget-coaching-insight .gray-button:hover{background-color:#f0f4f7}.cmps-widget-coaching-insight cmps-oa-metrics-strip .container-fluid{padding-bottom:1rem}.cmps-widget-coaching-insight cmps-oa-metrics-strip:hover{background-color:initial}.cmps-widget-coaching-insight table,.cmps-widget-coaching-insight table .absorbing-column{width:100%}.cmps-tdcf-report-manager-table .cmps-widget-coaching-insight i.cmps-angle,.cmps-tdcf-table .cmps-widget-coaching-insight i.cmps-angle,.cmps-widget-coaching-insight .cmps-angle-down,.cmps-widget-coaching-insight .cmps-tdcf-report-manager-table i.cmps-angle,.cmps-widget-coaching-insight .cmps-tdcf-table i.cmps-angle{align-items:center;cursor:pointer;display:flex;font-size:.5rem;justify-content:center;padding:.2rem;transition:transform .6s linear}.cmps-widget-coaching-insight .team-oa-header{color:#fff;vertical-align:middle}.cmps-widget-coaching-insight .team-oa-header .custom-control-label{color:#4c4c4c}.cmps-widget-coaching-insight .team-floa-header,.cmps-widget-coaching-insight .team-oa-header{border-color:transparent!important}.cmps-widget-coaching-insight .team-floa-header .floa-header,.cmps-widget-coaching-insight .team-oa-header .floa-header{align-items:center;display:flex;height:100%}.cmps-widget-coaching-insight .team-floa-header:not([style*="display:none"]):nth-child(odd),.cmps-widget-coaching-insight .team-oa-header:not([style*="display:none"]):nth-child(odd){background-color:gray}.cmps-widget-coaching-insight .team-floa-header:not([style*="display:none"]):nth-child(2n),.cmps-widget-coaching-insight .team-oa-header:not([style*="display:none"]):nth-child(2n){background-color:#bcc3c9;background-color:#bdbdbd}.cmps-widget-coaching-insight .team-floa-header.non-kpi-header .header-content,.cmps-widget-coaching-insight .team-floa-header.non-opportunity-header .header-content,.cmps-widget-coaching-insight .team-floa-header.oa-header .header-content,.cmps-widget-coaching-insight .team-floa-header.opportunity-header .header-content,.cmps-widget-coaching-insight .team-oa-header.non-kpi-header .header-content,.cmps-widget-coaching-insight .team-oa-header.non-opportunity-header .header-content,.cmps-widget-coaching-insight .team-oa-header.oa-header .header-content,.cmps-widget-coaching-insight .team-oa-header.opportunity-header .header-content{font-size:.8rem;line-height:1}@media only screen and (min-width:700px){.cmps-widget-coaching-insight .team-floa-header.non-kpi-header .header-content,.cmps-widget-coaching-insight .team-floa-header.non-opportunity-header .header-content,.cmps-widget-coaching-insight .team-floa-header.oa-header .header-content,.cmps-widget-coaching-insight .team-floa-header.opportunity-header .header-content,.cmps-widget-coaching-insight .team-oa-header.non-kpi-header .header-content,.cmps-widget-coaching-insight .team-oa-header.non-opportunity-header .header-content,.cmps-widget-coaching-insight .team-oa-header.oa-header .header-content,.cmps-widget-coaching-insight .team-oa-header.opportunity-header .header-content{font-size:1rem}}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .team-floa-header.non-opportunity-header .header-content,.cmps-widget-coaching-insight .team-floa-header.opportunity-header .header-content,.cmps-widget-coaching-insight .team-oa-header.non-opportunity-header .header-content,.cmps-widget-coaching-insight .team-oa-header.opportunity-header .header-content{font-size:1rem}}.cmps-widget-coaching-insight .team-floa-header.members-header,.cmps-widget-coaching-insight .team-oa-header.members-header{border-color:transparent;max-width:250px}.cmps-widget-coaching-insight .team-floa-header.oa-header .team-oa-header-item,.cmps-widget-coaching-insight .team-oa-header.oa-header .team-oa-header-item{align-items:center;background-color:transparent;border:none;display:flex;justify-content:center;padding:.5rem}.cmps-widget-coaching-insight .team-floa-header .toggle-inactive-performers-absolute,.cmps-widget-coaching-insight .team-oa-header .toggle-inactive-performers-absolute{background-color:#fff;left:.2rem;max-width:8rem;position:absolute;top:-1.2rem;width:100%}.cmps-widget-coaching-insight .team-floa-header .toggle-inactive-performers-absolute .custom-control-label,.cmps-widget-coaching-insight .team-oa-header .toggle-inactive-performers-absolute .custom-control-label{line-height:1.65}.cmps-widget-coaching-insight .team-floa-header .team-oa-header-item,.cmps-widget-coaching-insight .team-oa-header .team-oa-header-item{align-items:center;border-left:none!important;display:flex;font-family:Lato;font-size:1rem;font-weight:400;justify-content:center;padding:.4rem;text-align:center;width:100%}.cmps-widget-coaching-insight .team-floa-header .team-oa-header-item .team-oa-header-icons,.cmps-widget-coaching-insight .team-oa-header .team-oa-header-item .team-oa-header-icons{margin-left:1rem;margin-right:1rem}.cmps-widget-coaching-insight .team-floa-header .team-oa-header-item .fa,.cmps-widget-coaching-insight .team-oa-header .team-oa-header-item .fa{cursor:pointer;padding:.2rem}.cmps-widget-coaching-insight .team-floa-header .team-oa-header-item .fa-info-circle,.cmps-widget-coaching-insight .team-oa-header .team-oa-header-item .fa-info-circle{color:#8c8c8c;padding-left:.6rem;padding-right:.6rem}.cmps-widget-coaching-insight .team-floa-header .team-oa-header-item .fa-compress,.cmps-widget-coaching-insight .team-floa-header .team-oa-header-item .fa-expand,.cmps-widget-coaching-insight .team-oa-header .team-oa-header-item .fa-compress,.cmps-widget-coaching-insight .team-oa-header .team-oa-header-item .fa-expand{transform:rotate(45deg)}.cmps-widget-coaching-insight .team-floa-header .team-oa-header-item.with-column-controls .header-content,.cmps-widget-coaching-insight .team-oa-header .team-oa-header-item.with-column-controls .header-content{display:inline-block}.cmps-widget-coaching-insight .team-floa-header .team-oa-header-item.with-column-controls .team-oa-header-icon-container,.cmps-widget-coaching-insight .team-oa-header .team-oa-header-item.with-column-controls .team-oa-header-icon-container{float:right}.cmps-widget-coaching-insight .team-floa-header.non-kpi-header .team-oa-header-item,.cmps-widget-coaching-insight .team-oa-header.non-kpi-header .team-oa-header-item{top:1.2rem}.cmps-widget-coaching-insight .team-floa-header ul,.cmps-widget-coaching-insight .team-oa-header ul{list-style-type:none}.cmps-widget-coaching-insight .team-floa-header ul li,.cmps-widget-coaching-insight .team-oa-header ul li{float:left}.cmps-widget-coaching-insight [frontlinemetricrow] .overall-count{font-size:.9rem!important}.cmps-widget-coaching-insight .team-floa-header{color:initial;position:relative}.cmps-widget-coaching-insight .team-floa-header .header-content{color:#4c4c4c;font-family:Lato-Bold}.cmps-widget-coaching-insight .team-floa-header .team-oa-header-item{font-size:.95rem}.cmps-widget-coaching-insight .team-floa-header .cmps-angle-up{display:inline;font-size:.5rem}.cmps-widget-coaching-insight .team-floa-header:not([style*="display:none"]):nth-child(2n),.cmps-widget-coaching-insight .team-floa-header:not([style*="display:none"]):nth-child(odd){background-color:#ebeaea}.cmps-widget-coaching-insight .team-floa-header .funded-coaching-legend{padding-left:.5rem}.cmps-widget-coaching-insight .team-floa-header .funded-coaching-legend .funded-coaching-legend-coached,.cmps-widget-coaching-insight .team-floa-header .funded-coaching-legend .funded-coaching-legend-uncoached{align-items:center;display:flex}.cmps-widget-coaching-insight .team-floa-header .funded-coaching-legend .funded-coaching-legend-uncoached{display:flex}.cmps-widget-coaching-insight .team-floa-header .funded-coaching-legend .legend-square{display:inline-block;height:.7rem;margin-right:.5rem;width:.7rem}.cmps-widget-coaching-insight .team-floa-header .funded-coaching-legend .legend-square.red{background-color:#de3f3d}.cmps-widget-coaching-insight .team-floa-header .funded-coaching-legend .legend-square.green{background-color:#78a746}.cmps-widget-coaching-insight .team-floa-header .funded-coaching-legend .legend-square.gray{background-color:#ccc}.cmps-widget-coaching-insight .team-floa-header .funded-coaching-legend .legend-square~span{display:inline-block;font-size:.7rem;line-height:1.3}.cmps-widget-coaching-insight .card{border-color:transparent!important;margin-bottom:0}.cmps-widget-coaching-insight .row-is-expanded .team-floa-row:not(.menu-shown),.cmps-widget-coaching-insight .row-is-expanded .team-oa-header,.cmps-widget-coaching-insight .row-is-expanded .team-oa-row:not(.row-expanded){opacity:.03;pointer-events:none;position:relative}.cmps-widget-coaching-insight .row-is-expanded .member-oa{border-right:transparent}.cmps-widget-coaching-insight .row-is-expanded .sticky-header-scroller{position:relative;z-index:-1}.cmps-widget-coaching-insight .row-is-expanded .sticky-header-scroller th{background-color:#fff}.cmps-widget-coaching-insight .border-left-oa,.cmps-widget-coaching-insight .row-expanded .multi{border-left:.03rem solid #e8e1e1}.cmps-widget-coaching-insight .row-expanded td{border-top:0!important}.cmps-widget-coaching-insight .row-expanded .member-cell{cursor:pointer;transition:all .2s ease-in-out}.cmps-widget-coaching-insight .row-expanded .member-cell:hover{background-color:#f2f2f2}.cmps-widget-coaching-insight .row-expanded .border-right-oa{border-right-color:transparent}.cmps-widget-coaching-insight .row-expanded .current-commitments{position:relative}.cmps-widget-coaching-insight .row-expanded .no-commitments{height:100%;position:relative;width:100%}.cmps-widget-coaching-insight .row-expanded .no-commitments .no-commitments-content{padding:5rem}.cmps-widget-coaching-insight .row-expanded .no-commitments .no-commitments-content .no-commitments-text{font-size:1rem;text-align:center}.cmps-widget-coaching-insight .row-expanded perfect-scrollbar.current-commitments-container{border-bottom:1px solid #f0f4f7;height:100%;margin-right:1rem;max-height:34rem}.cmps-widget-coaching-insight .row-expanded perfect-scrollbar.current-commitments-container .ps-content{overflow:auto}.cmps-widget-coaching-insight .row-expanded perfect-scrollbar.current-commitments-container .ps__rail-y{background-color:#fff;opacity:1}.cmps-widget-coaching-insight .row-expanded perfect-scrollbar.current-commitments-container table thead th{background-color:transparent!important;vertical-align:middle}.cmps-widget-coaching-insight .row-expanded perfect-scrollbar.current-commitments-container table tbody td{border-left-color:transparent!important;border-right-color:transparent!important}.cmps-widget-coaching-insight .row-expanded .current-commitments-list{list-style:none;margin-bottom:0;margin-right:.5rem;max-width:100%;padding-left:0;padding-top:1rem}@media only screen and (min-width:1400px){.cmps-widget-coaching-insight .row-expanded .current-commitments-list{margin-right:1rem}}@media only screen and (min-width:1900px){.cmps-widget-coaching-insight .row-expanded .current-commitments-list{margin-right:1.5rem}}.cmps-widget-coaching-insight .row-expanded .current-commitments-list.commitment-expanded .commitment:not(.expanded){opacity:.4;pointer-events:none}.cmps-widget-coaching-insight .row-expanded .current-commitments-list a{cursor:pointer}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li{background-color:#fff;border-bottom:1px solid #ccc}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .metric-count-container{padding-left:2rem;padding-top:.5rem;text-align:right}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .metric-count-container .metric-selected{float:left;font-family:Lato-Bold;font-size:.6rem;font-weight:600;max-width:8rem;overflow:hidden;padding-left:.5rem;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .metric-count-container .metric-count-sec{float:right}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .metric-count-container .metric-count-sec .nonoa-metric-count,.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .metric-count-container .metric-count-sec .oa-metric-count{font-size:.7rem;padding:.4rem .6rem;position:relative}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .metric-count-container .metric-count-sec .nonoa-metric-count .metric-count-number,.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .metric-count-container .metric-count-sec .oa-metric-count .metric-count-number{font-family:Lato-Black;font-weight:800}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header{font-size:1rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header:hover{cursor:pointer}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header span{color:#4c4c4c}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .sub-heading{font-size:.8rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .observation-status{float:right;max-width:12rem}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .observation-status{float:left;margin-left:1.6rem}}@media only screen and (min-width:1200px){.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .observation-status{float:right;margin-left:auto;max-width:12rem}}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .observation-status .observation-icon{border:1px solid #4c4c4c;border-radius:50%;color:#4c4c4c;display:inline-block;font-size:1.63rem;height:2.1rem;padding:3px;position:relative;width:2.1rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .observation-status .observation-icon .observation-count{background-color:#de3f3d;border:2px solid #fff;border-radius:50%;color:#fff;display:inline-block;font-size:.6rem;height:20px;line-height:.9rem;padding:1px;position:absolute;right:-8px;text-align:center;top:-8px;width:20px}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .arrow-expand,.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .control,.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .desc,.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .status{padding:.8rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .desc{padding-bottom:.2rem;padding-right:0;width:100%}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .desc .desc-header{float:left;margin-bottom:.5rem;width:75%}@media only screen and (min-width:900px){.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .desc .desc-header{width:100%}}@media only screen and (min-width:1400px){.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .desc .desc-header{width:75%}}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .desc .desc-header .desc-header-sec{padding-left:1.6rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .desc .desc-header .desc-header-sec .desc-main-header{font-family:Lato;font-weight:600;line-height:1}@media only screen and (min-width:600px){.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .desc .desc-header .desc-header-sec .desc-main-header{margin-right:1.1}}@media only screen and (min-width:1400px){.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .desc .desc-header .desc-header-sec .desc-main-header{margin-right:1.6}}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .arrow-expand{align-self:start;float:left;padding-left:0;padding-top:0}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .header .status{background-color:#4c4c4c;border-radius:.5em;color:#fff;font-family:Lato;font-size:.6rem;font-weight:400;letter-spacing:1px;margin-right:8px;max-width:60px;min-width:2rem;padding:.7rem;text-align:center;text-transform:uppercase}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .expand{padding-left:2.5rem;padding-right:1.5rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .expand .commitment-expand-table{margin-bottom:1rem;margin-top:1rem;padding-bottom:.5rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .expand .commitment-expand-table .commitment-expand-table-title{border-bottom:1px solid #78a746;font-family:Lato-Bold;font-weight:600;text-transform:uppercase}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .expand .commitment-expand-table a{color:gray;text-decoration:underline}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .affected-metrics{clear:both;font-size:.8rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .affected-metrics .buttons-container{align-items:center;display:flex;margin-bottom:.5rem;margin-left:1.8rem;margin-right:0}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .affected-metrics .buttons-container .buttons-container-title{font-family:Lato-Bold;font-size:.8rem;font-weight:600;margin-bottom:.3rem;margin-right:.3rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .affected-metrics .buttons-container .buttons-container-copy{color:#4c4c4c}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .affected-metrics .buttons-container .buttons-container-font-weight{font-family:Lato-Bold;font-weight:600}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .coaching-button.detailed{max-width:10rem;padding:.3rem 1rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li .commitment .coaching-button.detailed .metric-description{font-size:.8rem}.cmps-widget-coaching-insight .row-expanded .current-commitments-list li:last-child{border-bottom:none}.cmps-widget-coaching-insight .row-expanded.team-floa-row td{border-top:1px solid #ccc!important}.cmps-widget-coaching-insight .border-right-oa{border-right:.06rem solid #ccc}.component-mini-view .component-view-divider,.component-mini-view .metric-view-divider,.metric-mini-view .component-view-divider,.metric-mini-view .metric-view-divider{border-bottom:1px solid #ccc;border-top-color:transparent;color:#4c4c4c!important;padding:.3rem}.component-mini-view .component-view-divider th:first-child,.metric-mini-view .component-view-divider th:first-child{max-width:8rem}.component-mini-view .component-view-divider:last-child,.metric-mini-view .component-view-divider:last-child{border-bottom:transparent}.component-mini-view .metric-hover-component-list,.metric-mini-view .metric-hover-component-list{max-height:5rem}.component-mini-view .nonkpi-tooltip-behaviour,.metric-mini-view .nonkpi-tooltip-behaviour{font-family:Lato-Bold;font-size:.7rem;font-weight:700;padding-top:.3rem}.component-mini-view .nonkpi-tooltip-subbehaviour,.metric-mini-view .nonkpi-tooltip-subbehaviour{font-family:Lato-Light;font-size:.7rem;font-weight:200;padding-bottom:.3rem}.component-mini-view td,.metric-mini-view td{padding-left:.3rem}.component-mini-view tr:last-child,.component-mini-view tr:last-child td,.component-mini-view tr:last-child th,.metric-mini-view tr:last-child,.metric-mini-view tr:last-child td,.metric-mini-view tr:last-child th{border-color:transparent}.current-view-name{display:inline-block;transform:translateY(-.1rem)}cmps-team-view{display:inline-block;position:relative}.view-options-container{background-color:#fff;border:1px solid #ccc;border-radius:.1rem;box-shadow:1px 1px 8px 0 #ccc;min-width:18rem;position:absolute;width:100%;z-index:17}.view-options-container .overflow-container{height:100%;overflow-x:hidden!important;width:100%}.view-options-container .overflow-container .overflow-scrollbar{height:100%;max-height:28rem;width:100%}.view-options-container.left:after,.view-options-container.left:before,.view-options-container.right:after,.view-options-container.right:before{border:solid transparent;content:" ";height:0;pointer-events:none;position:absolute;top:3.5rem;width:0}.view-options-container.left{left:-18.3rem;top:-1rem}.view-options-container.left:after,.view-options-container.left:before{left:100%}.view-options-container.left:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:4px;margin-top:-4px}.view-options-container.left:before{border-color:hsla(0,0%,80%,0) hsla(0,0%,80%,0) hsla(0,0%,80%,0) #ccc;border-width:5px;margin-top:-5px}.view-options-container.right{left:calc(100% + .3rem);top:-2.5rem}.view-options-container.right:after,.view-options-container.right:before{right:100%}.view-options-container.right:after{border-color:hsla(0,0%,100%,0) #fff hsla(0,0%,100%,0) hsla(0,0%,100%,0);border-width:4px;margin-top:-4px}.view-options-container.right:before{border-color:hsla(0,0%,80%,0) #ccc hsla(0,0%,80%,0) hsla(0,0%,80%,0);border-width:5px;margin-top:-5px}.view-options-container.top{bottom:0;left:0}.view-options-container.top:after,.view-options-container.top:before{border:solid transparent;content:" ";height:0;left:50%;pointer-events:none;position:absolute;top:100%;width:0}.view-options-container.top:after{border-color:#fff hsla(0,0%,100%,0) hsla(0,0%,100%,0);border-width:4px;margin-left:-4px}.view-options-container.top:before{border-color:#ccc hsla(0,0%,80%,0) hsla(0,0%,80%,0);border-width:5px;margin-left:-5px}.view-options-container.bottom{left:0;top:100%}.view-options-container.bottom:after,.view-options-container.bottom:before{border:solid transparent;bottom:100%;content:" ";height:0;left:50%;pointer-events:none;position:absolute;width:0}.view-options-container.bottom:after{border-color:hsla(0,0%,100%,0) hsla(0,0%,100%,0) #fff;border-width:5px;margin-left:-5px}.view-options-container.bottom:before{border-color:hsla(0,0%,80%,0) hsla(0,0%,80%,0) #ccc;border-width:6px;margin-left:-6px}.view-options-container .no-options{padding:.5rem}.view-options-container .team-view-search{margin:.7rem .7rem .5!important}.view-options-container .team-view-search .team-view-search-query{padding:.3rem .3rem .3rem .7rem}.view-options-container .team-view-search .team-view-search-button-container{display:flex}.view-options-container .team-view-search .team-view-search-button-container button{background-color:#ccc;width:100%}.view-options-container .team-view-search .team-view-search-button-container i{font-size:.6rem}.view-options-container .team-view-search .star-button{justify-content:flex-end;padding-right:.4rem}.view-options-container .favourites-list{padding:.1rem}.view-options-container .ui-dropdown-search-results{border-bottom:1px solid #bdbdbd;border-top:1px solid #bdbdbd;list-style:none;max-height:16rem;overflow-y:auto;padding:.5rem;width:100%}.view-options-container .ui-dropdown-search-results .ui-dropdown-search-result-item{align-items:center;background:none;display:flex;width:90%}.view-options-container .ui-dropdown-search-results .ui-dropdown-search-result-item:hover{background-color:#ccc}.view-options-container .ui-dropdown-search-results .addtolist:hover{cursor:pointer}.view-options-container .star-hover-empty{background:none;border:none;cursor:pointer;font-style:normal}.view-options-container .star-hover-empty:before,.view-options-container .star-hover-empty:hover:before{font-family:custom-font}.view-options-container .star-hover-solid{background:none;border:none;cursor:pointer;font-style:normal}.view-options-container .star-hover-solid:before,.view-options-container .star-hover-solid:hover:before{font-family:custom-font}.view-options-container .view-option{align-items:center;border:1px solid #ccc;border-radius:.2rem;display:flex;margin:.4rem .7rem .7rem}.view-options-container .view-option:hover{cursor:pointer}.view-options-container .view-option.active{background-color:#f0f4f7}.view-options-container .view-option .option-image{color:#ccc;display:flex;font-size:1.7rem;padding:.2rem .4rem;text-align:center}.view-options-container .view-option .option-content{display:inline-block;padding:.5rem;width:100%}.view-options-container .view-option .option-content.separator-bottom{border-bottom:1px solid #bdbdbd}.view-options-container .view-option .option-content .option-text{align-items:center;display:flex;padding:.1rem;text-align:left}.view-options-container .view-option .option-content .option-actions{align-items:center;font-size:1rem;justify-items:center;padding:.1rem;position:absolute;right:.5rem;text-align:right;top:50%;transform:translateY(-50%)}.view-options-container .view-option .option-content .option-actions span{display:flex}.select-ui-dropdown{display:none}.coaching-tabs-alt-sec-active{background-color:red}.legend-body .modal-dialog{max-width:30rem!important}.legend-body .modal-content .close{font-size:.8rem;padding:.5rem .7rem;text-align:right}.legend-body .modal-body{padding:.1rem}.legend-body .modal-footer{padding:.2rem}.legend-body .main-tab-sec-btns{background-color:#78a746;border:0;display:inline-flex;justify-items:center;margin:.5rem;padding-left:2rem;padding-right:2rem}.legend-body .main-tab-sec-btns:hover{background-color:#5b8034}.legend-body .main-tab-sec-btns:focus{outline:none}.legend-body .main-tab-sec-btns i{display:flex;font-size:1.5rem;padding-right:.7rem}.legend-body .main-tab-sec-btns span{align-self:center;font-family:Lato-Light;font-weight:200;justify-self:center;letter-spacing:.1rem}.cmps-profile-picture-change .legend-body .btn-banner,.legend-body .btn,.legend-body .cmps-profile-picture-change .btn-banner,.legend-body button.cmps-btn-table{background-color:#4c4c4c;color:#fff;padding:.6rem 1.6rem}.cmps-profile-picture-change .legend-body .btn-banner:hover,.legend-body .btn:hover,.legend-body .cmps-profile-picture-change .btn-banner:hover,.legend-body button.cmps-btn-table:hover{background-color:#ccc;color:#4c4c4c}.underline{text-decoration:underline!important}ng-chart-line-area{display:block;height:100%;width:100%}.missed-opps-title{font-size:.8rem;font-weight:600;padding:.7rem}.missed-opps-list{height:100%;list-style:none;margin:0;max-height:10rem;max-width:100%;overflow:auto;padding:0}.missed-warning-icon{color:#ffad40;font-size:1.5rem}.coached-compressed-icon{color:#78a746}.uncoached-compressed-icon{color:#de3f3d}.nonoa-compressed-icon{color:#ffad40}.oa-filter-modal .modal-lg{max-width:900px!important}.insight-persist .insight-is-default{color:#78a746}.insight-persist .insight-is-favourite{color:#ffad40}[cmpsInsightSelectionCollapse] .insight-snce-hover{background-color:#f0f0f0}[cmpsInsightSelectionCollapse] .insight-snce-hover [data-insight-snce-toggle]{background-color:#e1e1e1!important}[cmpsInsightSelectionCollapse] [data-insight-snce-summary]{align-items:center;display:flex;margin-left:1rem}[cmpsInsightSelectionCollapse] [data-insight-snce-summary]>div{margin:0 1rem}[cmpsInsightSelectionCollapse] [data-insight-snce-full]{align-items:flex-start;display:flex;margin-bottom:1rem}[cmpsInsightSelectionCollapse] [data-insight-snce-full]>div{margin-right:1rem}.insight-selection-summary{display:flex}.insight-selection-summary .insight-snsy-label{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700}.insight-selection-summary .insight-snsy-separator{align-self:center;border-left:1px solid #78a746;height:1em;margin-left:.5rem;margin-right:.5rem}[cmpsInsightSelectedVisualItem]>div{display:flex;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.5em;font-weight:700;margin-bottom:1rem}[cmpsInsightSelectedVisualItem] .insight-separator{align-self:center;border-left:1px solid #78a746;height:1em;margin-right:1rem}[cmpsInsightSelectedVisualItem] .insight-actual{margin-right:1rem}[cmpsInsightSelectedVisualItem] .insight-gauge{align-self:center;background-color:#fff;border:1px solid #ccc;height:80%;width:100px}[cmpsInsightSelectedVisualItem] .insight-gauge .insight-gauge-fill{background-color:#000;transition:width 1s}[cmpsInsightPath]>div,[cmpsInsightPresentation]>div{margin-bottom:1rem}.insight-nested-node-select .insight-expand{margin-right:.5rem;min-width:1.5rem}.insight-nested-node-select .custom-control-label{white-space:nowrap}.insight-customize .insight-pop-up-open{position:relative;z-index:1}.insight-customize .insight-gear{color:#78a746;font-size:1.5em;margin-right:.5rem}.insight-customize.insight-pop-up-container{z-index:2}.insight-customize.insight-pop-up-container .pu-triangle{border-top:10px solid #78a746}.insight-customize.insight-pop-up-container .pu-triangle:after{border-top:10px solid #fff}.insight-customize.insight-pop-up-backdrop{margin:1px;z-index:2}.insight-customize.insight-pop-up-content{background:#fff;border:1px solid #78a746;min-width:480px;padding:1rem 0}.insight-customize .insight-title{font-size:1.2em;font-weight:700;margin-bottom:.5rem}.insight-customize .insight-scrollable{max-height:220px;overflow-y:auto}.insight-customize .insight-scrollable::-webkit-scrollbar{height:4px;width:4px}.insight-customize .insight-scrollable::-webkit-scrollbar-thumb{background-color:#ccc}.insight-customize .insight-separator{border-right:1px solid #78a746;margin-left:-1px;margin-top:1.4rem}.popupOverlay{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;position:fixed;right:0;top:0;z-index:1030}.popup{position:absolute;z-index:1030}.popup>.main{background:#fff;border:1px solid #78a746;padding:3px}.popup>.main .scrollable{max-height:220px;overflow-y:auto}.popup>.main .scrollable::-webkit-scrollbar{width:4px}.popup>.main .scrollable::-webkit-scrollbar-thumb{background-color:#ccc}.popup>.main .title{font-weight:700}.popup>.main .pu-close .cmps-cross{color:#ccc}.popup>.main .pu-close:hover .cmps-cross{color:#4c4c4c}.popup>.triangle{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #78a746;height:0;position:absolute;width:0}.popup>.triangle.bottom{left:calc(50% - 10px);top:-10px;transform:rotate(180deg)}.popup>.triangle.left{right:-15px;top:calc(50% - 5px);transform:rotate(-90deg)}.popup>.triangle.top{left:calc(50% - 10px)}.popup>.triangle.right{left:-15px;top:calc(50% - 5px);transform:rotate(90deg)}.popup>.triangle:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;bottom:1px;content:"";height:0;left:-10px;position:absolute;width:0}.pu-backdrop-parent{height:auto!important;overflow:hidden!important}.pu-backdrop{background-color:hsla(0,0%,100%,.75);bottom:0;left:0;right:0;top:0}.pu-backdrop,.pu-container,.pu-triangle{position:absolute}.pu-triangle{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid grey;height:0;width:0}.pu-triangle.top{left:calc(50% - 10px)}.pu-triangle.right{left:-15px;transform:rotate(90deg)}.pu-triangle.bottom{top:-10px;transform:rotate(180deg)}.pu-triangle.left{right:-15px;top:calc(50% - 5px);transform:rotate(-90deg)}.pu-triangle.bottom-left,.pu-triangle.top-left{left:0}.pu-triangle.bottom-center,.pu-triangle.top-center{left:calc(50% - 10px)}.pu-triangle.bottom-right,.pu-triangle.top-right{left:calc(100% - 20px)}.pu-triangle.left-top,.pu-triangle.right-top{top:5px}.pu-triangle.left-center,.pu-triangle.right-center{top:calc(50% - 5px)}.pu-triangle.left-bottom,.pu-triangle.right-bottom{top:calc(100% - 5px)}.pu-triangle:after{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #f0f0f0;bottom:1px;content:"";height:0;left:-10px;position:absolute;width:0}.insight-pop-up-frame .insight-title{font-weight:700}.insight-pop-up-frame .insight-close .cmps-cross{color:#ccc}.insight-pop-up-frame .insight-close:hover .cmps-cross{color:#4c4c4c}[cmpsInsightRollover]{background-color:#f0f0f0;border:1px solid grey;border-radius:5px;min-width:250px;padding:1rem .5rem}[cmpsInsightRollover] table{width:100%}[cmpsInsightRollover] table tr:not(:last-child){border-bottom:1px solid grey}.insight-rollover.insight-pop-up-container{z-index:1030}.insight-legend.insight-pop-up-container{z-index:2}.insight-legend.insight-pop-up-container .pu-triangle{border-top:10px solid #78a746}.insight-legend.insight-pop-up-container .pu-triangle:after{border-top:10px solid #fff}.insight-legend.insight-pop-up-backdrop{z-index:2}.insight-legend.insight-pop-up-frame{background:#fff;border:1px solid #78a746;min-width:600px}.insight-legend.insight-pop-up-content table.bordered{border:1px solid silver;margin:5px}.insight-legend.insight-pop-up-content table.bordered tr{border-bottom:1px solid silver}.insight-legend.insight-pop-up-content table.bordered tr>td:not(:first-child),.insight-legend.insight-pop-up-content table.bordered tr>th:not(:first-child){text-align:center}.insight-legend.insight-pop-up-content table.bordered tr>td:not(:last-child),.insight-legend.insight-pop-up-content table.bordered tr>th:not(:last-child){border-right:1px solid silver}.insight-legend .insight-scrollable{max-height:220px;overflow-y:auto}.insight-legend .insight-scrollable::-webkit-scrollbar{height:4px;width:4px}.insight-legend .insight-scrollable::-webkit-scrollbar-thumb{background-color:#ccc}.insight-item{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:2.25em;font-weight:700;margin-bottom:4rem;text-align:center}.insight-item span{border-bottom:1px solid #78a746;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem}.insight-underlay{position:relative}.insight-underlay.is-overlaid{min-height:700px}.insight-overlay{background-color:#fff;border:1px solid #ccc;bottom:0;left:0;padding:1rem;position:absolute;right:0;top:0}.insight-overlay-content{height:100%;width:100%}.insight-overlay-close{position:absolute;right:0;top:0}.insight-overlay-head{margin-bottom:1rem}.insight-overlay-body{position:relative}.insight-presentation-trend{display:flex;justify-content:space-between}.cmps-tdcf-report-manager-table .insight-presentation-trend i.cmps-angle,.cmps-tdcf-table .insight-presentation-trend i.cmps-angle,.insight-presentation-trend .cmps-angle-down,.insight-presentation-trend .cmps-tdcf-report-manager-table i.cmps-angle,.insight-presentation-trend .cmps-tdcf-table i.cmps-angle{display:inline-flex!important}.insight-presentation-trend .cmps-angle-right{padding:.35rem .3rem .25rem .25rem!important}.insight-presentation-trend .cmps-angle-left{padding:.4rem .3rem .25rem .25rem!important;transform:rotate(90deg)}.insight-presentation-trend .insight-presentation-trend-arrow{background-color:#78a746;border-radius:1rem;color:#fff;font-size:.8em;margin-right:.5rem}.insight-group-1{display:flex;margin-bottom:1rem}.insight-group-2{display:flex}.insight-export .insight-ddl{color:#78a746;font-size:1.5em;margin-right:.5rem}.insight-visual .insight-pillar{font-size:2em}.insight-visual .insight-child-pillar,.insight-visual .insight-pillar{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700;margin-bottom:1.5rem;text-align:center}.insight-visual .insight-child-pillar{font-size:1.75em}.insight-visual .insight-pillar-separator{border-right:1px solid #78a746;margin-left:-1px}.insight-visual .insight-child-pillar-separator{border-right:1px solid #ccc;margin-left:-1px}.insight-chart{cursor:pointer;margin-bottom:1.5rem;position:relative;-ms-user-select:none;user-select:none}.insight-chart-inside{position:absolute;top:0;transform:translateY(18.5%);width:100%}.insight-grid.insight-trend-visible [viewport] [root],.insight-grid.insight-trend-visible [viewport][scroll]{visibility:hidden}.insight-grid.insight-trend-visible [viewport][columns] [left] [wrapper][cell][first-visible] .insight-default{border-right:0}.cmps-profile-picture-change .insight-grid .btn-banner,.insight-grid,.insight-grid .btn,.insight-grid .cmps-profile-picture-change .btn-banner,.insight-grid button.cmps-btn-table{font-size:.85rem}.insight-grid .insight-default{height:100%;width:100%}.insight-grid .insight-column,.insight-grid .insight-node,.insight-grid .insight-node-metric{align-items:center;display:flex;height:100%}.insight-grid [wrapper][cell]{border-bottom-color:#ccc;border-bottom-width:1px;border-left:1px solid #ccc;border-right-color:#ccc;border-right-width:1px;border-top:1px solid #ccc}.insight-grid [viewport][columns] [left] [wrapper][cell][first-visible],.insight-grid [viewport][columns] [root] [wrapper][cell][last-visible],.insight-grid [viewport][content] [left] [wrapper][cell][first-visible],.insight-grid [viewport][content] [root] [wrapper][cell][last-visible]{border-right:1px solid #ccc}.insight-grid [viewport][columns] [left] [wrapper][cell][first-visible],.insight-grid [viewport][columns] [root] [wrapper][cell][first-visible],.insight-grid [viewport][content] [root] [wrapper][cell][first-visible]{border-left:0}.insight-grid [viewport][columns] [left] [wrapper][cell][first-visible],.insight-grid [viewport][content] [left] [wrapper][row][first-visible] [wrapper][cell],.insight-grid [viewport][content] [root] [wrapper][row][first-visible] [wrapper][cell]{border-top:0}.insight-grid [viewport][content] [bound-box]{border-bottom:1px solid #ccc;border-top:1px solid #ccc}.insight-grid .insight-column,.insight-grid .insight-node-metric{justify-content:center;width:100%}.insight-grid .insight-column:after,.insight-grid .insight-column:before,.insight-grid .insight-node-metric:after,.insight-grid .insight-node-metric:before{content:" "}.insight-grid .insight-column.insight-component-metric .label,.insight-grid .insight-column.insight-metric .label,.insight-grid .insight-column.insight-metric .label-wrapper,.insight-grid .insight-column.insight-optional-column>button,.insight-grid .insight-column.insight-pillar .label,.insight-grid .insight-column.insight-sub-pillar .label,.insight-grid .insight-column.insight-sub-pillar .label-wrapper,.insight-grid .insight-node-metric>span:first-child{overflow:hidden;text-overflow:ellipsis}.insight-grid .insight-column.insight-component-metric .label,.insight-grid .insight-column.insight-metric .label,.insight-grid .insight-column.insight-pillar .label,.insight-grid .insight-column.insight-sub-pillar .label{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.5em;font-weight:700;margin:0 .5rem}.insight-grid .insight-column.insight-metric,.insight-grid .insight-column.insight-pillar,.insight-grid .insight-column.insight-sub-pillar{color:#fff;height:100%;position:relative}.insight-grid .insight-pillar-bg{background-color:#9ab4c1}.insight-grid .insight-sub-pillar-bg{background-color:#6592a9}.insight-grid .insight-metric-bg{background-color:#487093}.insight-grid .insight-column.insight-metric .label-wrapper,.insight-grid .insight-column.insight-sub-pillar .label-wrapper{margin:0 auto;position:relative;text-align:center;width:100%}.insight-grid .insight-column.insight-metric .expand-pillar-wrapper,.insight-grid .insight-column.insight-sub-pillar .expand-pillar-wrapper{align-items:center;display:flex;margin-left:.5rem}.insight-grid .insight-column.insight-metric .insight-pillar-expand.cmps-angle-up,.insight-grid .insight-column.insight-sub-pillar .insight-pillar-expand.cmps-angle-up{padding-bottom:.05rem!important;transform:rotate(-90deg)}.insight-grid .insight-column.insight-metric .insight-pillar-expand.expanded.cmps-angle-up,.insight-grid .insight-column.insight-sub-pillar .insight-pillar-expand.expanded.cmps-angle-up{transform:rotate(0deg)}.insight-grid .insight-column.insight-metric .expand-metric-wrapper{align-items:center;display:flex;margin-right:.5rem}.insight-grid .insight-column.insight-metric .insight-metric-expand.cmps-angle-left{padding-bottom:.05rem!important;transform:rotate(270deg)}.insight-grid .insight-column.insight-metric .insight-metric-expand.cmps-angle-right{padding-bottom:0!important;transform:rotate(90deg)}.insight-grid .insight-column.insight-metric .insight-metric-expand.expanded.cmps-angle-left{transform:rotate(90deg)}.insight-grid .insight-column.insight-metric .insight-metric-expand.expanded.cmps-angle-right{transform:rotate(-90deg)}.insight-grid .insight-component-metric-bg{background-color:#dbe4eb;border-left-color:#fff!important}.insight-grid .insight-column.insight-component-metric{color:#4c4c4c;height:100%}.insight-grid .insight-column.insight-component-metric .label{margin:0 .5rem}.insight-grid .insight-column.insight-optional-column>button{margin:0 .5rem;position:relative}.insight-grid .insight-column.insight-optional-column>button.has-sort{padding-right:1rem!important}.insight-grid .insight-column.insight-optional-column>button>i{position:absolute;right:0;transform:translateY(50%)}.insight-grid .insight-node{white-space:nowrap}.insight-grid .insight-node.insight-has-next-level{cursor:pointer}.insight-grid .insight-node .insight-handle{min-width:1.5rem}.insight-grid .insight-node-metric{white-space:nowrap}.insight-grid .cmps-angle{color:#ccc;display:inline-flex!important;font-size:.6rem;padding:0!important}.insight-grid .cmps-checked,.insight-grid .cmps-double,.insight-grid .cmps-link-external,.insight-grid .cmps-user-circle{font-size:1.2rem;line-height:1}.insight-grid .cmps-checked:before,.insight-grid .cmps-double:before,.insight-grid .cmps-link-external:before,.insight-grid .cmps-user-circle:before{vertical-align:middle}.insight-grid .cmps-checked,.insight-grid .cmps-link-external,.insight-grid .cmps-user-circle{color:#ccc}.insight-grid .cmps-checked.active,.insight-grid .cmps-double,.insight-grid .cmps-link-external:hover{color:#78a746}.insight-grid-alert{position:absolute;width:100%;z-index:1}.insight-trend{background-color:#fff;bottom:0;left:0;position:absolute;right:0;top:0;transition:left .4s}.insight-trend>div,.insight-trend ng-chart-axis>div,.insight-trend ng-chart-multi-axis>div{height:100%;width:100%}.insight-metric-bold{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700;margin-top:-.05rem}.insight-metric-trend.good{color:#5b8034}.insight-metric-trend.bad{color:#de3f3d}.insight-metric-trend.up:before{content:"";vertical-align:text-top}.insight-metric-trend.down:before{content:"";vertical-align:text-bottom}.insight-legend-pos{position:absolute;right:0;top:0}.cmps-profile-picture-change [cmpsInsightPeriod] .btn-banner,.cmps-profile-picture-change [cmpsInsightPresentation] .btn-banner,[cmpsInsightPeriod] .btn,[cmpsInsightPeriod] .cmps-profile-picture-change .btn-banner,[cmpsInsightPeriod] button.cmps-btn-table,[cmpsInsightPresentation] .btn,[cmpsInsightPresentation] .cmps-profile-picture-change .btn-banner,[cmpsInsightPresentation] button.cmps-btn-table{letter-spacing:1px;padding-left:3rem;padding-right:3rem}.cmps-profile-picture-change [cmpsInsightPeriod] .btn-primary.btn-banner,.cmps-profile-picture-change [cmpsInsightPresentation] .btn-primary.btn-banner,[cmpsInsightPeriod] .btn.btn-primary,[cmpsInsightPeriod] .cmps-profile-picture-change .btn-primary.btn-banner,[cmpsInsightPeriod] button.btn-primary.cmps-btn-table,[cmpsInsightPresentation] .btn.btn-primary,[cmpsInsightPresentation] .cmps-profile-picture-change .btn-primary.btn-banner,[cmpsInsightPresentation] button.btn-primary.cmps-btn-table{background-color:transparent;border-color:#ccc;color:#4c4c4c}.cmps-profile-picture-change [cmpsInsightPeriod] .btn-primary.btn-banner:not(:disabled):not(.disabled).active,.cmps-profile-picture-change [cmpsInsightPeriod] .btn-primary.btn-banner:not(:disabled):not(.disabled):active,.cmps-profile-picture-change [cmpsInsightPresentation] .btn-primary.btn-banner:not(:disabled):not(.disabled).active,.cmps-profile-picture-change [cmpsInsightPresentation] .btn-primary.btn-banner:not(:disabled):not(.disabled):active,[cmpsInsightPeriod] .btn.btn-primary:not(:disabled):not(.disabled).active,[cmpsInsightPeriod] .btn.btn-primary:not(:disabled):not(.disabled):active,[cmpsInsightPeriod] .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled).active,[cmpsInsightPeriod] .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled):active,[cmpsInsightPeriod] button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled).active,[cmpsInsightPeriod] button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled):active,[cmpsInsightPresentation] .btn.btn-primary:not(:disabled):not(.disabled).active,[cmpsInsightPresentation] .btn.btn-primary:not(:disabled):not(.disabled):active,[cmpsInsightPresentation] .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled).active,[cmpsInsightPresentation] .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled):active,[cmpsInsightPresentation] button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled).active,[cmpsInsightPresentation] button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled):active{background-color:#78a746;border-color:#78a746;color:#fff}[cmpsInsightPeriod] .btn-group,[cmpsInsightPresentation] .btn-group{z-index:0}[cmpsInsightPath] ng-select,[cmpsInsightPeriod] ng-select{min-width:300px}.insight-customize .custom-checkbox .custom-control-input:checked~.custom-control-label:before,.insight-customize .custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#78a746}.insight-customize .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before,.insight-customize .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(120,167,70,.5)}[cmpsInsightExplorerWidget] .ie-tabset{align-items:flex-end;border-bottom:1px solid #78a746;display:flex}[cmpsInsightExplorerWidget] .ie-tabset>div:not(:first-child) .ie-tab:not(.active):not(.add){border-left:0}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab-dragenter{background-color:#78a746}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab{align-items:center;border:1px solid #78a746;cursor:pointer;display:flex;margin-bottom:-1px;min-width:100%;padding:.4rem .7rem;white-space:nowrap}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab .cmps-circle-chart,[cmpsInsightExplorerWidget] .ie-tabset .ie-tab .cmps-user-circle{color:#ccc;font-size:1.2rem;line-height:1;margin-right:.3rem}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab .label{color:#4c4c4c;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.7rem;margin-bottom:.1rem;overflow:hidden;text-overflow:ellipsis}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab .ie-close{border:0;margin-left:.8rem;padding:0 .5rem}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab .ie-close .cmps-cross{color:#ccc;font-size:.6rem;line-height:1}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab .ie-close:hover .cmps-cross{color:#4c4c4c}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab:hover .label{color:#78a746}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab.active{border-bottom-color:#fff;border-right:1px solid #78a746;padding:.5rem .8rem}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab.active .cmps-user-circle{font-size:1.4rem}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab.active .label{font-size:.9rem}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab.active .cmps-cross{font-size:.7rem}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab.active-adjacent{border-right:0}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab-add{cursor:pointer;margin-bottom:-1px;min-width:100%;padding-bottom:.2rem;padding-left:.2rem;white-space:nowrap}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab-add .add{align-items:center;border:1px solid #78a746;color:#78a746;display:flex;font-size:.67rem;font-weight:bolder;height:1.7rem;justify-content:center;width:1.7rem}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab-add .add .cmps-minus,[cmpsInsightExplorerWidget] .ie-tabset .ie-tab-add .add .cmps-plus{line-height:1;padding-right:.05rem}[cmpsInsightExplorerWidget] .ie-tabset .ie-tab-add .add:hover{color:#4c4c4c}[cmpsInsightExplorerWidget] .ie-content{border:1px solid #78a746;border-top:0;padding:1rem;position:relative}[cmpsInsightExplorerWizard]{background-color:#fff;border:1px solid #78a746;min-width:250px;padding:1rem .5rem}[cmpsInsightExplorerWizard] .cmps-circle-chart,[cmpsInsightExplorerWizard] .cmps-user-circle{color:#ccc;font-size:1.2rem;line-height:1;margin-right:.3rem}.ie-wizard.insight-pop-up-container{z-index:2}.ie-wizard.insight-pop-up-container .pu-triangle{border-top:10px solid #78a746}.ie-wizard.insight-pop-up-container .pu-triangle:after{border-top:10px solid #fff}.ie-wizard.insight-pop-up-backdrop{z-index:2}[cmpsInsightExplorerTabRename]{background-color:#fff;border:1px solid #78a746;padding:1rem .5rem}.cmps-profile-picture-change [cmpsInsightExplorerTabRename] .btn+.btn-banner,.cmps-profile-picture-change [cmpsInsightExplorerTabRename] .btn-banner+.btn,.cmps-profile-picture-change [cmpsInsightExplorerTabRename] .btn-banner+.btn-banner,.cmps-profile-picture-change [cmpsInsightExplorerTabRename] .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change [cmpsInsightExplorerTabRename] button.cmps-btn-table+.btn-banner,[cmpsInsightExplorerTabRename] .btn+.btn,[cmpsInsightExplorerTabRename] .btn+button.cmps-btn-table,[cmpsInsightExplorerTabRename] .cmps-profile-picture-change .btn+.btn-banner,[cmpsInsightExplorerTabRename] .cmps-profile-picture-change .btn-banner+.btn,[cmpsInsightExplorerTabRename] .cmps-profile-picture-change .btn-banner+.btn-banner,[cmpsInsightExplorerTabRename] .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,[cmpsInsightExplorerTabRename] .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,[cmpsInsightExplorerTabRename] button.cmps-btn-table+.btn,[cmpsInsightExplorerTabRename] button.cmps-btn-table+button.cmps-btn-table{margin-left:.5rem}.ie-tab-rename.insight-pop-up-container{z-index:2}.ie-tab-rename.insight-pop-up-container .pu-triangle{border-top:10px solid #78a746}.ie-tab-rename.insight-pop-up-container .pu-triangle:after{border-top:10px solid #fff}.ie-tab-rename.insight-pop-up-backdrop{z-index:2}[cmpsInsightExplorerTabHover]{background-color:#f0f0f0;border:1px solid grey;border-radius:5px;margin-top:.5rem;min-width:250px;padding:1rem .5rem}.ie-tab-hover.insight-pop-up-container{z-index:2}.cmps-profile-picture-change .ie-tab-rename .btn-banner,.cmps-profile-picture-change .ie-wizard .btn-banner,.ie-tab-rename .btn,.ie-tab-rename .cmps-profile-picture-change .btn-banner,.ie-tab-rename button.cmps-btn-table,.ie-wizard .btn,.ie-wizard .cmps-profile-picture-change .btn-banner,.ie-wizard button.cmps-btn-table{letter-spacing:1px;padding-left:3rem;padding-right:3rem}.cmps-profile-picture-change .ie-tab-rename .btn-primary.btn-banner,.cmps-profile-picture-change .ie-wizard .btn-primary.btn-banner,.ie-tab-rename .btn.btn-primary,.ie-tab-rename .cmps-profile-picture-change .btn-primary.btn-banner,.ie-tab-rename button.btn-primary.cmps-btn-table,.ie-wizard .btn.btn-primary,.ie-wizard .cmps-profile-picture-change .btn-primary.btn-banner,.ie-wizard button.btn-primary.cmps-btn-table{background-color:transparent;border-color:#ccc;color:#4c4c4c}.cmps-profile-picture-change .ie-tab-rename .btn-primary.btn-banner:not(:disabled):not(.disabled).active,.cmps-profile-picture-change .ie-tab-rename .btn-primary.btn-banner:not(:disabled):not(.disabled):active,.cmps-profile-picture-change .ie-wizard .btn-primary.btn-banner:not(:disabled):not(.disabled).active,.cmps-profile-picture-change .ie-wizard .btn-primary.btn-banner:not(:disabled):not(.disabled):active,.ie-tab-rename .btn.btn-primary:not(:disabled):not(.disabled).active,.ie-tab-rename .btn.btn-primary:not(:disabled):not(.disabled):active,.ie-tab-rename .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled).active,.ie-tab-rename .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled):active,.ie-tab-rename button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled).active,.ie-tab-rename button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled):active,.ie-wizard .btn.btn-primary:not(:disabled):not(.disabled).active,.ie-wizard .btn.btn-primary:not(:disabled):not(.disabled):active,.ie-wizard .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled).active,.ie-wizard .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled):active,.ie-wizard button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled).active,.ie-wizard button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled):active{background-color:#78a746;border-color:#78a746;color:#fff}.ie-tab-rename .btn-group,.ie-wizard .btn-group{z-index:0}[cmpsHumanInsightSuperGroup]>div{display:inline-flex}[cmpsHumanInsightSuperGroup] .quickSwitchListTitle{align-self:center;margin-right:.5rem}[cmpsHumanInsightSuperGroup] .quickSwitchListButton{align-self:center;color:#78a746}[cmpsHumanInsightSuperGroup] .quickSwitchListButton>i{margin-left:.5rem;vertical-align:middle}[cmpsHumanInsightSuperGroup] .quickSwitchListItem{cursor:pointer;display:inline-block;margin:0 .5rem;text-align:center}[cmpsHumanInsightSuperGroup] .quickSwitchListItem:hover{color:#78a746}[cmpsHumanInsightSuperGroup] .quickSwitchListItem.active>.displayName,[cmpsHumanInsightSuperGroup] .quickSwitchListItem:hover>.displayName{border-bottom-color:#78a746}[cmpsHumanInsightSuperGroup] .quickSwitchListItem>.displayName{border-bottom:2px solid #c3c3c3;padding:0 .5rem}[cmpsHumanInsightSuperGroup] .quickSwitchListItem>.displayName>.icon{color:#78a746;margin-right:.5rem}[cmpsHumanInsightSuperGroup] .quickSwitchListItem>.dateRanges{font-size:.7rem;margin-top:.25rem}[cmpsHumanInsightSuperGroup] .quickSwitchListItem>.dateRanges>span{display:block;line-height:normal}.insight-super-group.insight-pop-up-container{z-index:2}.insight-super-group.insight-pop-up-container .pu-triangle{border-top:10px solid #78a746}.insight-super-group.insight-pop-up-container .pu-triangle:after{border-top:10px solid #fff}.insight-super-group.insight-pop-up-backdrop{z-index:2}.insight-super-group.insight-pop-up-frame{background:#fff;border:1px solid #78a746;width:400px}.insight-super-group.insight-pop-up-content .typeTitle{border-bottom:1px solid #ccc;font-weight:700;margin:0 20px;text-align:center}.insight-super-group.insight-pop-up-content .list{text-align:center}.insight-super-group.insight-pop-up-content .list :last-child{margin-bottom:1rem}.insight-super-group.insight-pop-up-content .quickSwitchListItem{cursor:pointer;text-align:center}.insight-super-group.insight-pop-up-content .quickSwitchListItem.active,.insight-super-group.insight-pop-up-content .quickSwitchListItem:hover{color:#78a746}.insight-super-group.insight-pop-up-content .quickSwitchListItem>.displayName>.icon{color:#78a746;margin-right:.5rem}.insight-super-group .insight-scrollable{max-height:220px;overflow-y:auto}.insight-super-group .insight-scrollable::-webkit-scrollbar{height:4px;width:4px}.insight-super-group .insight-scrollable::-webkit-scrollbar-thumb{background-color:#ccc}.insight-super-group .insight-separator{border-right:1px solid #78a746;margin-left:-1px}.ie-wizard.insight-pop-up-container [searchuser] .main{border:none!important;padding:0!important}.oa-legend-sec{margin-bottom:2.5rem;margin-top:1rem}.oa-legend-sec .oa-legend-btn{margin-left:auto;margin-right:auto;max-width:21rem}.oa-legend-sec .oa-legend-btn .oa-legend-btn-copy{font-family:Lato-bold;text-transform:uppercase}.oa-legend-sec .oa-legend-list-header{color:#4c4c4c;font-family:lato-black;line-height:1;margin-left:1rem;text-align:left}.oa-legend-sec .oa-legend-list{padding-left:2rem}.oa-legend-sec .oa-legend-list .oa-legend-list-items:nth-child(5){margin-bottom:.7rem}.oa-legend-sec .oa-legend-list .oa-legend-list-items:nth-child(6){margin-bottom:0}.oa-legend-sec .oa-legend-list .oa-legend-list-items:nth-child(7){margin-top:.1rem}.oa-legend-sec .oa-legend-list .oa-legend-list-items{list-style:none;list-style-position:inside;list-style-type:none;margin:.5rem 0;padding:0;text-align:left}.oa-legend-sec .oa-legend-list .oa-legend-list-items goal-score{float:left}.oa-legend-sec .oa-legend-list .oa-legend-list-items .oa-legend-list-item-1{color:#4c4c4c;display:block;margin-left:2.5rem}.oa-legend-sec .oa-legend-list .oa-legend-list-items .oa-legend-list-item-1-1{font-family:Lato-bold;font-size:.8rem;line-height:0;margin-bottom:.2rem;padding-top:.2rem;vertical-align:top}.oa-legend-sec .oa-legend-list .oa-legend-list-items .oa-legend-list-item-1-2{font-family:Lato-Bold;font-size:1.2rem;margin-bottom:0;vertical-align:middle}.coaching-insight-pop-up{z-index:1030}.coaching-insight-pu-backdrop{background-color:transparent;z-index:1030}.coaching-insight-pu-container{z-index:1030}[cmpsScheduleItem]{display:flex;margin-top:.25rem;text-align:center}[cmpsScheduleItem] .si-badge{border-radius:5px;color:#fff;font-size:.7rem;min-width:6.5rem;padding:0 .75rem;text-align:center}[cmpsScheduleItem] .si-badge cmps-icon,[cmpsScheduleItem] .si-badge cmps-icon svg{height:12px;width:12px}[cmpsScheduleItem] .si-status{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}[cmpsScheduleCell]{position:relative;width:100%}[cmpsScheduleCell] .sc-other-count{align-items:center;background-color:#dfdfdf;border-radius:50%;display:flex;height:1.5rem;justify-content:center;min-width:1.5rem;position:absolute;right:.25rem;top:.25rem}[cmpsScheduleCell] .sc-item{display:flex;margin-top:.25rem;text-align:center}[cmpsScheduleCell] .sc-badge{border-radius:5px;color:#fff;font-size:.7rem;min-width:5.5rem;padding:0 .75rem;text-align:center}[cmpsScheduleCell] .sc-badge cmps-icon,[cmpsScheduleCell] .sc-badge cmps-icon svg{height:12px;width:12px}[cmpsScheduleCell] .sc-status{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}[cmpsScheduleItemsList]{background-color:#fff;border:.5px solid #dfdfdf;border-radius:16px}[cmpsScheduleItemsList] .sil-container{display:flex;flex-direction:column;max-height:150px;max-width:250px;overflow-y:auto;text-align:center}[cmpsScheduleItemsList] .sil-row{border-bottom:1px solid #bababa;padding:.5rem 1rem}[cmpsScheduleItemsList] .sil-row:last-child{border-bottom:0}[cmpsScheduleItemsList] ::-webkit-scrollbar{background-color:#bababa;border-radius:8px;height:8px;width:8px}[cmpsScheduleItemsList] ::-webkit-scrollbar-thumb{background-color:#505050;border-radius:8px}[cmpsSelectPeriodDateRange]{background-color:#fff;border:.5px solid #dfdfdf;border-radius:16px}[cmpsSelectPeriodDateRange] .spdr-head{margin:1rem;text-align:center}[cmpsSelectPeriodDateRange] .spdr-container{display:flex;flex-direction:column;margin:1rem;max-height:150px;max-width:250px;overflow-y:auto;text-align:center}[cmpsSelectPeriodDateRange] .spdr-row{border-bottom:1px solid #bababa}[cmpsSelectPeriodDateRange] .spdr-row:last-child{border-bottom:0}[cmpsSelectPeriodDateRange] .spdr-start-end{flex:2 0 40%;max-width:40%}[cmpsSelectPeriodDateRange] .spdr-start{margin-left:1rem}[cmpsSelectPeriodDateRange] .spdr-end{margin-right:1rem}[cmpsSelectPeriodDateRange] .spdr-to{flex:1 0 20%;max-width:20%;padding:0 1rem}[cmpsSelectPeriodDateRange] .spdr-selected{color:#1e60d4}[cmpsSelectPeriodDateRange] ::-webkit-scrollbar{background-color:#bababa;border-radius:8px;height:8px;width:8px}[cmpsSelectPeriodDateRange] ::-webkit-scrollbar-thumb{background-color:#505050;border-radius:8px}[cmpsSelectPeriodRange]{background-color:#fff;border:.5px solid #dfdfdf;border-radius:16px}[cmpsSelectPeriodRange] .spr-container{display:flex;flex-direction:column;margin:1rem}[cmpsSelectPeriodRange] .spr-selected{color:#1e60d4}[cmpsCoachingCoverageGrid] .control-header{padding:0 2rem;width:100%}[cmpsCoachingCoverageGrid] .control-header .roster-type-tab-list{display:flex;flex-grow:1;justify-content:center}[cmpsCoachingCoverageGrid] .control-header .roster-type-tab-list .roster-type-tab{border-bottom:2px solid transparent;font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.7rem;min-width:2rem;padding:.7rem .7rem .1rem}[cmpsCoachingCoverageGrid] .control-header .roster-type-tab-list .roster-type-tab.active{border-bottom:3px solid #1e60d4}[cmpsCoachingCoverageGrid] .control-header .roster-type-tab-list .roster-type-tab+.roster-type-tab{margin-left:1.5rem}[cmpsCoachingCoverageGrid] .control-header .filter{border-bottom:2px solid transparent;font-family:Lato-Light,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.7rem;padding:.7rem .7rem .1rem;text-align:center}[cmpsCoachingCoverageGrid] .control-header .filter .filter-button{fill:currentColor;color:#1e60d4;margin:auto}[cmpsCoachingCoverageGrid] .control-header .filter .filter-button .filter-icon,[cmpsCoachingCoverageGrid] .control-header .filter .filter-button .filter-icon svg{height:1.1rem;width:1.1rem}[cmpsCoachingCoverageGrid] .roster-item{display:flex;height:100%}[cmpsCoachingCoverageGrid] .roster-item .name-container{display:flex;padding-left:2.5rem}[cmpsCoachingCoverageGrid] .roster-item .name-container .icon{align-items:center;display:flex;justify-content:center;margin-right:.25rem;max-width:1.8rem;min-width:1.8rem;width:10%}[cmpsCoachingCoverageGrid] .roster-item .name-container .icon cmps-icon.arrow,[cmpsCoachingCoverageGrid] .roster-item .name-container .icon cmps-icon.arrow svg{height:1rem;width:1rem}[cmpsCoachingCoverageGrid] .roster-item .name-container .icon cmps-icon.account-icon,[cmpsCoachingCoverageGrid] .roster-item .name-container .icon cmps-icon.account-icon svg{height:1.75rem;width:1.75rem}[cmpsCoachingCoverageGrid] .roster-item .name-container .text{min-width:7rem;width:80%}[cmpsCoachingCoverageGrid] .roster-item .name-container .text span{display:block;line-height:1.2}[cmpsCoachingCoverageGrid] .roster-item .info-container{padding:0 2rem;text-align:center}[cmpsCoachingCoverageGrid] .roster-item .info-container .oa-score{border-radius:5px;color:#fff;font-size:.7rem;min-width:5.5rem;padding:0 .75rem;text-align:center}[cmpsCoachingCoverageGrid] .roster-item .info-container .oa-score .score{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}[cmpsCoachingCoverageGrid] .ccg-coverage-col{padding:0 2rem}[cmpsCoachingCoverageGrid] .ccg-coverage-cell{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.3em}[cmpsCoachingCoverageGrid] .ccg-period-col{padding:0 3rem}[cmpsCoachingCoverageGrid] .ccg-sort{position:absolute;right:0;top:0}[cmpsCoachingCoverageGrid] .ccg-period{color:#1e60d4}[cmpsCoachingCoverageGrid] .ccg-toggle{bottom:0;position:absolute;right:0}[cmpsCoachingCoverageGrid] ::-webkit-scrollbar{background-color:#bababa;border-radius:8px;height:8px;width:8px}[cmpsCoachingCoverageGrid] ::-webkit-scrollbar-thumb{background-color:#505050;border-radius:8px}[cmpsCoachingCoverageGrid] [wrapper][grid]{position:relative}[cmpsCoachingCoverageGrid] [wrapper][grid] [wrapper][cell]{background-color:#fff;border-bottom-color:#bababa;border-bottom-width:1px;border-left:1px solid #bababa;border-right-color:#bababa;border-right-width:1px;border-top:1px solid #bababa;overflow:hidden}[cmpsCoachingCoverageGrid] [viewport][columns] [left] [wrapper][cell][first-visible],[cmpsCoachingCoverageGrid] [viewport][content] [left] [wrapper][cell][first-visible]{border-left:0}[cmpsCoachingCoverageGrid] [viewport][columns] [root] [wrapper][cell][last-visible],[cmpsCoachingCoverageGrid] [viewport][content] [root] [wrapper][cell][last-visible]{border-right:1px solid #bababa}[cmpsCoachingCoverageGrid] [viewport][columns] [left] [wrapper][cell][first-visible]{border-right:2px solid #bababa}[cmpsCoachingCoverageGrid] [viewport][columns] [left] [wrapper][cell][last-visible],[cmpsCoachingCoverageGrid] [viewport][content] [left] [wrapper][cell][last-visible]{border-left:0;border-right:2px solid #bababa}[cmpsCoachingCoverageGrid] [viewport][columns] [left] [wrapper][cell][first-visible],[cmpsCoachingCoverageGrid] [viewport][columns] [root] [wrapper][cell][first-visible],[cmpsCoachingCoverageGrid] [viewport][content] [root] [wrapper][cell][first-visible]{border-left:0}[cmpsCoachingCoverageGrid] [viewport][columns] [left] [wrapper][cell][first-visible],[cmpsCoachingCoverageGrid] [viewport][content] [left] [wrapper][row][first-visible] [wrapper][cell],[cmpsCoachingCoverageGrid] [viewport][content] [root] [wrapper][row][first-visible] [wrapper][cell],[cmpsCoachingCoverageGrid] [wrapper][grid] [viewport][columns] [wrapper][row]:first-child [wrapper][cell]{border-top:0}[cmpsCoachingCoverageGrid] [viewport][content] [bound-box]{border-top:1px solid #bababa}[cmpsCoachingCoverageGrid] [wrapper][grid] [wrapper][cell]>div{align-items:center;display:flex;height:100%;margin:0 auto}[cmpsCoachingCoverageGrid] [viewport][content] [left] [wrapper][cell][first-visible]>div{margin:0}[cmpsCoachingCoverageGrid] [viewport][columns],[cmpsCoachingCoverageGrid] [viewport][content]{border-left:1px solid #bababa;border-right:1px solid #bababa}[cmpsCoachingCoverageGrid] [viewport][content]{border-bottom:1px solid #bababa}[cmpsCoachingCoverage] .cc-primary{fill:currentColor;color:#1e60d4}[cmpsCoachingCoverage] .cc-primary:disabled{color:inherit}.coaching-coverage-grid-pu-backdrop{background-color:transparent}.cmps-calendar-modal .modal-dialog{max-width:85%}.cmps-calendar-modal .modal-content{background-color:transparent;border:0}[cmpsWidgetCoachingInsightNext]{background-color:#f3f2f1}[cmpsWidgetCoachingInsightNext] .coaching-performer-container,[cmpsWidgetCoachingInsightNext] .kpi-context-container{display:flex}[cmpsWidgetCoachingInsightNext] .name-selection cmps-icon,[cmpsWidgetCoachingInsightNext] .name-selection cmps-icon svg{height:1rem;width:1rem}[cmpsWidgetCoachingInsightNext] .coaching-performer-container{background-color:#f2f2f2}[cmpsWidgetCoachingInsightNext] .coaching-performer-container .kpi-nav-area,[cmpsWidgetCoachingInsightNext] .coaching-performer-container .performer-stats-area{border-bottom:1px solid #bababa;border-top:1px solid #bababa}[cmpsWidgetCoachingInsightNext] .coaching-performer-container .performer-stats-area{align-items:center;border-left:1px solid #bababa;border-right:1px solid #bababa;display:flex;justify-content:center;width:300px}[cmpsWidgetCoachingInsightNext] .coaching-performer-container .performer-stats-area>div{display:block;height:100%;width:100%}[cmpsWidgetCoachingInsightNext] .coaching-performer-container .kpi-nav-area{border-left:1px solid #bababa;border-right:1px solid #bababa;display:flex;flex-grow:1}[cmpsWidgetCoachingInsightNext] .kpi-context-container{background-color:#f2f2f2;border-bottom:2px solid #bababa;border-left:1px solid #bababa;border-right:1px solid #bababa}[cmpsWidgetCoachingInsightNext] .kpi-context-container .kpi-context-controls,[cmpsWidgetCoachingInsightNext] .kpi-context-container .kpi-context-data,[cmpsWidgetCoachingInsightNext] .kpi-context-container .kpi-stat{align-content:center;display:flex;justify-content:center;padding:1rem}[cmpsWidgetCoachingInsightNext] .kpi-context-container .kpi-stat{border-right:2px solid #bababa;width:300px}[cmpsWidgetCoachingInsightNext] .kpi-context-container .kpi-stat-noborder{border-right:0}[cmpsWidgetCoachingInsightNext] .kpi-context-container .kpi-context-data-padding{padding:1rem 0!important}[cmpsCoachingNavigationBar]{font-size:1rem}[cmpsCoachingNavigationBar] .kpi-scroll{display:flex;overflow-y:hidden}[cmpsCoachingNavigationBar] .kpi-container{align-items:center;align-self:center;cursor:pointer;display:inline-flex;flex-direction:column;font-size:.75rem;margin:0 10px}[cmpsCoachingNavigationBar] .kpi-container .kpi-title{text-align:center}[cmpsCoachingNavigationBar] .kpi-container .kpi-value{align-items:center;display:flex;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1.25rem;height:90px;justify-content:center;max-width:90px;min-width:90px}[cmpsCoachingNavigationBar] .kpi-container.selected{border-bottom:10px solid #1e60d4;margin-bottom:1px;padding-bottom:.25rem}[cmpsCoachingNavigationBar] .kpi-container.selected .kpi-value{font-size:1.5rem;height:90px;max-width:90px;min-width:90px}[cmpsCoachingNavigationBar] .form-control{border-radius:10px}[cmpsCoachingNavigationBar] .col-form-label{font-size:14px}[cmpsCoachingNavigationBar]{display:flex;flex:1 0 100%;max-width:100%}[cmpsCoachingNavigationBar] .cnb-kpis{flex:2 0 75%;max-width:75%}[cmpsCoachingNavigationBar] .cnb-period{border-left:1px solid #bababa;flex:1 0 25%;max-width:25%;padding:.5rem}[cmpsCoachingNavigationBar] ::-webkit-scrollbar{background-color:#bababa;border-radius:8px;height:8px;width:8px}[cmpsCoachingNavigationBar] ::-webkit-scrollbar-thumb{background-color:#505050;border-radius:8px}.cmps-widget-coaching-insight--kpi--ctx--container{background-color:transparent!important;border-bottom:0!important}.cmps-widget-coaching-insight.cmps-widget-coaching-insight--border{border-color:#bababa;border-radius:0!important;border-top:0}.cmps-widget-coaching-insight.cmps-widget-coaching-insight--first-load{min-height:100vh}.cmps-widget-coaching-insight--pu-container{z-index:99}.cmps-widget-coaching-insight .cmps-widget-coaching-insight--user-info-viewing{font-weight:700}[cmpsCommitmentClose] ng-select.ng-touched.ng-invalid>div,[cmpsCommitmentClose] ng-select.ng-touched.ng-invalid select-dropdown .above,[cmpsCommitmentClose] ng-select.ng-touched.ng-invalid select-dropdown .below,[cmpsCommitmentDispute] ng-select.ng-touched.ng-invalid>div,[cmpsCommitmentDispute] ng-select.ng-touched.ng-invalid select-dropdown .above,[cmpsCommitmentDispute] ng-select.ng-touched.ng-invalid select-dropdown .below{border-color:#ce2521!important}[cmpsCommitmentClose] ng-select.ng-touched.ng-invalid .placeholder,[cmpsCommitmentClose] ng-select.ng-touched.ng-invalid .toggle,[cmpsCommitmentClose] ng-select.ng-touched.ng-invalid .value,[cmpsCommitmentDispute] ng-select.ng-touched.ng-invalid .placeholder,[cmpsCommitmentDispute] ng-select.ng-touched.ng-invalid .toggle,[cmpsCommitmentDispute] ng-select.ng-touched.ng-invalid .value{color:#ce2521!important}ng-select.ng-select--variant-1{min-width:125px;width:auto!important}ng-select.ng-select--variant-1>div{border-color:#f3f2f1!important;border-radius:5px}ng-select.ng-select--variant-1>div>div{background-color:#fff;border-radius:5px}ng-select.ng-select--variant-1 .single .value{padding:.25rem .75rem!important}ng-select.ng-select--variant-1 .toggle{color:rgba(0,0,0,.54)!important;line-height:inherit!important}ng-select.ng-select--variant-1 .toggle:hover{background-color:transparent!important}ng-select.ng-select--variant-1 select-dropdown .above,ng-select.ng-select--variant-1 select-dropdown .below{border:0!important;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}ng-select.ng-select--variant-2{min-width:125px;width:auto!important}ng-select.ng-select--variant-2>div{border:0!important}ng-select.ng-select--variant-2 .single .value{font-weight:700;padding:.35rem .75rem!important}ng-select.ng-select--variant-2 .toggle{color:rgba(0,0,0,.54)!important;line-height:inherit!important}ng-select.ng-select--variant-2 .toggle:hover{background-color:transparent!important}ng-select.ng-select--variant-2 select-dropdown .above,ng-select.ng-select--variant-2 select-dropdown .below{border:0!important;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}ng-select.ng-select--variant-3>div{border-radius:5px}ng-select.ng-select--variant-3>div>div{height:28px}ng-select.ng-select--variant-3>div>div>div.multiple>div.placeholder,ng-select.ng-select--variant-3>div>div>div.multiple>div.value,ng-select.ng-select--variant-3>div>div>div.single>div.placeholder,ng-select.ng-select--variant-3>div>div>div.single>div.value{padding:.3rem .75rem!important}ng-select.ng-select--variant-4>div{border-color:#ccc!important;border-radius:5px}ng-select.ng-select--variant-4>div>div{height:28px}ng-select.ng-select--variant-4>div>div>div.multiple>div.placeholder,ng-select.ng-select--variant-4>div>div>div.multiple>div.value,ng-select.ng-select--variant-4>div>div>div.single>div.placeholder,ng-select.ng-select--variant-4>div>div>div.single>div.value{padding:.3rem .75rem!important}ng-select.ng-select--variant-4 .toggle{color:rgba(0,0,0,.54)!important;line-height:inherit!important}ng-select.ng-select--variant-4 select-dropdown .above,ng-select.ng-select--variant-4 select-dropdown .below{border:0!important;box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}ng-select.ng-select--variant-d>div>.disabled{background-color:#e9ecef}ng-select.ng-select--variant-d>div>.disabled~.toggle{display:none}[cmpsPerformanceInsightCategory]>div{margin-bottom:1rem}[cmpsPerformanceInsightCategory] ng-select,[cmpsPerformanceInsightLevelOption] ng-select{min-width:300px}[cmpsSearchUserOld] .custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#78a746}.cmps-profile-picture-change [cmpsSearchUserOld] .btn+.btn-banner,.cmps-profile-picture-change [cmpsSearchUserOld] .btn-banner+.btn,.cmps-profile-picture-change [cmpsSearchUserOld] .btn-banner+.btn-banner,.cmps-profile-picture-change [cmpsSearchUserOld] .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change [cmpsSearchUserOld] button.cmps-btn-table+.btn-banner,[cmpsSearchUserOld] .btn+.btn,[cmpsSearchUserOld] .btn+button.cmps-btn-table,[cmpsSearchUserOld] .cmps-profile-picture-change .btn+.btn-banner,[cmpsSearchUserOld] .cmps-profile-picture-change .btn-banner+.btn,[cmpsSearchUserOld] .cmps-profile-picture-change .btn-banner+.btn-banner,[cmpsSearchUserOld] .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,[cmpsSearchUserOld] .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,[cmpsSearchUserOld] button.cmps-btn-table+.btn,[cmpsSearchUserOld] button.cmps-btn-table+button.cmps-btn-table{margin-left:.5rem}[cmpsSearchUserOld] .cmps-circle-plus{color:#78a746;display:inline-flex}[cmpsSearchUserOld] .cmps-angle{color:#ccc;display:inline-flex!important;font-size:.6rem;padding:0!important}[cmpsSearchUserOld] .cmps-angle-up{transform:none}[cmpsSearchUserOld] .su-active{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700}[cmpsSearchUserOld] .su-active.su-font-lg{font-size:1.25em}[cmpsSearchUserOld] .su-pointer{cursor:pointer}[cmpsSearchUserOld] .su-separator{background-color:#78a746;display:block;height:1px;margin:.625rem 0;width:100%}[cmpsSearchUserOld] .main{background-color:#fff;border:1px solid #78a746;padding:1rem .5rem;width:850px}[cmpsSearchUserOld] .su-body,[cmpsSearchUserOld] .su-results,[cmpsSearchUserOld] .su-selection,[cmpsSearchUserOld] .su-team-favorites{padding:0 .5rem}[cmpsSearchUserOld] .su-selection{align-items:center;display:flex;justify-content:space-between}[cmpsSearchUserOld] .su-selection,[cmpsSearchUserOld] .su-team-favorites{display:flex}[cmpsSearchUserOld] .su-selection .su-team,[cmpsSearchUserOld] .su-team-favorites .su-team{flex:0 0 66.66667%;max-width:66.66667%}[cmpsSearchUserOld] .su-selection .su-favorites,[cmpsSearchUserOld] .su-team-favorites .su-favorites{flex:0 0 33.33333%;max-width:33.33333%;padding-left:2rem}[cmpsSearchUserOld] .su-selection .su-not-favorite,[cmpsSearchUserOld] .su-team-favorites .su-not-favorite{color:#9fa7b0}[cmpsSearchUserOld] .su-selection .su-favorite,[cmpsSearchUserOld] .su-team-favorites .su-favorite{color:#ffad40}[cmpsSearchUserOld] .su-param-row{align-items:center;display:flex}[cmpsSearchUserOld] .su-param-col{display:inline-flex}[cmpsSearchUserOld] .su-param-col.su-param-col-which{flex-basis:20%}[cmpsSearchUserOld] .su-param-col.su-param-col-input{flex-basis:40%;flex-grow:2}[cmpsSearchUserOld] .su-param-col.su-param-col-status{flex-basis:30%;flex-grow:1}[cmpsSearchUserOld] .su-param-col.su-param-col-remove{flex-grow:0}[cmpsSearchUserOld] .su-param-col+.su-param-col{margin-left:1rem}[cmpsSearchUserOld] .su-param-remove{display:inline-block;transform:rotate(45deg)}[cmpsSearchUserOld] ::-webkit-scrollbar{height:4px;width:4px}[cmpsSearchUserOld] ::-webkit-scrollbar-thumb{background-color:#ccc}[cmpsSearchUserOld] [viewport][columns]::-webkit-scrollbar{visibility:hidden}[cmpsSearchUserOld] [wrapper][grid] [wrapper][cell]{border-bottom-color:#ccc;border-bottom-width:1px;border-left:1px solid #ccc;border-right-color:#ccc;border-right-width:1px;border-top:1px solid #ccc}[cmpsSearchUserOld] [wrapper][grid] [wrapper][cell][first]{border-left:0}[cmpsSearchUserOld] .su-team-favorites [wrapper][grid] [wrapper][row][first] [wrapper][cell]{border-top:0}[cmpsSearchUserOld] [wrapper][grid] [viewport][columns] [wrapper][row] [wrapper][cell]{border-top:0;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700;overflow:hidden}[cmpsSearchUserOld] .su-results [wrapper][grid] [viewport][content] [bound-box]{border-top:1px solid #ccc}[cmpsSearchUserOld] [wrapper][grid] [wrapper][cell]>div{align-items:center;display:flex;height:100%}[cmpsSearchUserOld] [wrapper][grid] [wrapper][cell]>div:after,[cmpsSearchUserOld] [wrapper][grid] [wrapper][cell]>div:before{content:" "}.cmps-profile-picture-change [cmpsSearchUser] .btn+.btn-banner,.cmps-profile-picture-change [cmpsSearchUser] .btn-banner+.btn,.cmps-profile-picture-change [cmpsSearchUser] .btn-banner+.btn-banner,.cmps-profile-picture-change [cmpsSearchUser] .btn-banner+button.cmps-btn-table,.cmps-profile-picture-change [cmpsSearchUser] button.cmps-btn-table+.btn-banner,[cmpsSearchUser] .btn+.btn,[cmpsSearchUser] .btn+button.cmps-btn-table,[cmpsSearchUser] .cmps-profile-picture-change .btn+.btn-banner,[cmpsSearchUser] .cmps-profile-picture-change .btn-banner+.btn,[cmpsSearchUser] .cmps-profile-picture-change .btn-banner+.btn-banner,[cmpsSearchUser] .cmps-profile-picture-change .btn-banner+button.cmps-btn-table,[cmpsSearchUser] .cmps-profile-picture-change button.cmps-btn-table+.btn-banner,[cmpsSearchUser] button.cmps-btn-table+.btn,[cmpsSearchUser] button.cmps-btn-table+button.cmps-btn-table{margin-left:.5rem}.cmps-profile-picture-change [cmpsSearchUser] .btn-banner,[cmpsSearchUser] .btn,[cmpsSearchUser] .cmps-profile-picture-change .btn-banner,[cmpsSearchUser] button.cmps-btn-table{line-height:24px;padding-bottom:.5rem;padding-top:.5rem}.cmps-profile-picture-change [cmpsSearchUser] .btn-primary.btn-banner,[cmpsSearchUser] .btn.btn-primary,[cmpsSearchUser] .cmps-profile-picture-change .btn-primary.btn-banner,[cmpsSearchUser] button.btn-primary.cmps-btn-table{background-color:#1e60d4;border-color:#1e60d4;border-radius:6px;color:#fff}.cmps-profile-picture-change [cmpsSearchUser] .btn-primary.btn-banner:not(:disabled):not(.disabled).active,.cmps-profile-picture-change [cmpsSearchUser] .btn-primary.btn-banner:not(:disabled):not(.disabled):active,[cmpsSearchUser] .btn.btn-primary:not(:disabled):not(.disabled).active,[cmpsSearchUser] .btn.btn-primary:not(:disabled):not(.disabled):active,[cmpsSearchUser] .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled).active,[cmpsSearchUser] .cmps-profile-picture-change .btn-primary.btn-banner:not(:disabled):not(.disabled):active,[cmpsSearchUser] button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled).active,[cmpsSearchUser] button.btn-primary.cmps-btn-table:not(:disabled):not(.disabled):active{background-color:#1e60d4;border-color:#1e60d4;color:#fff}[cmpsSearchUser] input.form-control{background-color:#f1f3f4;border:none;border-radius:6px}[cmpsSearchUser] ng-select>div{border-radius:6px}[cmpsSearchUser] ng-select .toggle{color:#505050;font-size:1.5rem}[cmpsSearchUser] ng-select .toggle .down{font-family:FontAwesome,sans-serif!important;font-style:normal;padding-bottom:5px}[cmpsSearchUser] ng-select .toggle .down:before{content:""}[cmpsSearchUser] ng-select .toggle .up{font-family:FontAwesome,sans-serif!important;font-style:normal;padding-bottom:5px}[cmpsSearchUser] ng-select .toggle .up:before{content:""}[cmpsSearchUser] .su-active{color:#1e60d4;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700}[cmpsSearchUser] .su-active.su-font-lg{font-size:1.25em}[cmpsSearchUser] .su-pointer{cursor:pointer}[cmpsSearchUser] .su-separator{background-color:#dfdfdf;display:block;height:1px;margin:.625rem 0;width:100%}[cmpsSearchUser] .su-primary{color:#1e60d4}[cmpsSearchUser] .su-tertiary{color:#505050}[cmpsSearchUser]{background-color:#fff;border:.5px solid #dfdfdf;border-radius:16px;padding:1rem 0;width:850px}[cmpsSearchUser] .su-body,[cmpsSearchUser] .su-results,[cmpsSearchUser] .su-selection,[cmpsSearchUser] .su-team-favorites{padding:0 1.5rem}[cmpsSearchUser] .su-selection{align-items:center;display:flex;justify-content:space-between}[cmpsSearchUser] .su-selection,[cmpsSearchUser] .su-team-favorites{display:flex}[cmpsSearchUser] .su-selection .su-team,[cmpsSearchUser] .su-team-favorites .su-team{flex:0 0 66.66667%;max-width:66.66667%}[cmpsSearchUser] .su-selection .su-favorites,[cmpsSearchUser] .su-team-favorites .su-favorites{flex:0 0 33.33333%;max-width:33.33333%;padding-left:1rem}[cmpsSearchUser] .su-selection .su-not-favorite,[cmpsSearchUser] .su-team-favorites .su-not-favorite{color:#bababa}[cmpsSearchUser] .su-selection .su-favorite,[cmpsSearchUser] .su-team-favorites .su-favorite{color:#ffad40}[cmpsSearchUser] .su-param-row{align-items:center;display:flex}[cmpsSearchUser] .su-param-col{display:inline-flex}[cmpsSearchUser] .su-param-col.su-param-col-which{flex:0 1 20%}[cmpsSearchUser] .su-param-col.su-param-col-input{flex:0 1 40%}[cmpsSearchUser] .su-param-col.su-param-col-status{flex:1 0 20%}[cmpsSearchUser] .su-param-col.su-param-col-status>div>label,[cmpsSearchUser] .su-param-col.su-param-col-status>div>ng-select{flex:0 0 50%}[cmpsSearchUser] .su-param-col.su-param-col-remove{flex-grow:0}[cmpsSearchUser] .su-param-col+.su-param-col{padding-left:1rem}[cmpsSearchUser] .su-param-remove{display:inline-block;transform:rotate(45deg)}[cmpsSearchUser] ::-webkit-scrollbar{background-color:#bababa;border-radius:8px;height:8px;width:8px}[cmpsSearchUser] ::-webkit-scrollbar-thumb{background-color:#505050;border-radius:8px}[cmpsSearchUser] [viewport][columns]::-webkit-scrollbar{visibility:hidden}[cmpsSearchUser] [wrapper][grid] [wrapper][cell]{border-bottom-color:#bababa;border-bottom-width:1px;border-left:1px solid #bababa;border-right-color:#bababa;border-right-width:1px;border-top:1px solid #bababa}[cmpsSearchUser] [wrapper][grid] [wrapper][cell][first]{border-left:0}[cmpsSearchUser] .su-team-favorites [wrapper][grid] [wrapper][row][first] [wrapper][cell]{border-top:0}[cmpsSearchUser] [wrapper][grid] [viewport][columns] [wrapper][row] [wrapper][cell]{border-top:0;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700;overflow:hidden}[cmpsSearchUser] .su-results [wrapper][grid] [viewport][content] [bound-box]{border-bottom:1px solid #bababa;border-top:1px solid #bababa}[cmpsSearchUser] [wrapper][grid] [wrapper][cell]>div{align-items:center;display:flex;height:100%}[cmpsSearchUser] [wrapper][grid] [wrapper][cell]>div:after,[cmpsSearchUser] [wrapper][grid] [wrapper][cell]>div:before{content:" "}.cmps-search-user-modal .modal-dialog{max-width:850px}.cmps-search-user-modal .modal-content{border:none;border-radius:1rem}.corner{background-color:transparent;position:absolute;right:0;top:12px}.corner .lang-select.dropdown-toggle:after{display:none}.corner .lang-menu.dropdown-menu.show{background-color:hsla(0,0%,40%,.8);border-left:none;border-right:none;min-width:1px!important;width:100%}.corner a.dropdown-item{margin-top:3px}.corner .lang-menu{background-color:#fff;margin:0;padding:0}.corner .lang-group{display:inline-flex}.corner .lang-select{background-color:rgba(0,0,0,.9);color:#fff;padding:15px 25px}.corner .lang-select:hover{background-color:rgba(0,0,0,.4);text-decoration:none}.corner .lang-option{background-color:rgba(0,0,0,.7);color:#ebebeb!important;padding:15px 25px}.corner .lang-option:hover{background-color:rgba(0,0,0,.4);text-decoration:none}.corner .lang-icon{color:#676767;line-height:inherit;margin-right:.5rem}.corner .lang-arrow{color:#676767;padding:0}.login-lang-btn{background-color:transparent;border-style:none}cmps-scorecard-trend-chart-widget{display:block;margin-bottom:1rem;width:100%}[nggrid] [wrapper][grid] [viewport][columns]::-webkit-scrollbar{visibility:hidden!important}.no-padding{padding:0}.sc-bg-blue-mariner{background-color:#1e60d2}.sc-bg-green-bilbao{background-color:#137e0f}.sc-bg-red-cardinal{background-color:#ce2521}.sc-bg-orange-indochine{background-color:#d17300}.sc-bg-green-sanfelix{background-color:#0e6d09}.sc-bg-red-tamarillo{background-color:#aa0f0f}.sc-bg-orange-chelseagem{background-color:#a05000}.sc-bg-blue-endeavour{background-color:#0050a0}.sc-bg-blue-zumthor{background-color:#eaf2ff}.sc-bg-purple-amethyst{background-color:#a44dc4}.sc-bg-purple-medium{background-color:#9451d5}.sc-bg-purple-daisybush{background-color:#602589}.sc-bg-purple-cardinalpink{background-color:#82067f}.sc-bg-blue-tarawera{background-color:#094468}.sc-bg-green-persian{background-color:#009ca0}.sc-bg-green-elm{background-color:#216f7a}.sc-bg-green-goblin{background-color:#458750}.sc-bg-green-jewel{background-color:#0d562c}.sc-container-main{padding-left:15px;padding-right:15px}.sc-grid-table-header{align-items:center;background-color:#0050a0;color:#fff;cursor:pointer;display:flex;font-size:14px;height:auto;justify-content:center;max-height:5rem;min-height:1em;min-width:-moz-fit-content;min-width:fit-content;padding:.25rem 0 .25rem .25rem;position:relative;text-align:center;width:100%}.sc-grid-table-header>span{padding:.3125rem 1.25rem .3125rem .625rem;white-space:normal}.sc-grid-table-header-sorting-icon{bottom:.3125rem;color:#fff;position:absolute;right:.3125rem}.sc-grid-table-header button{background:transparent;border:transparent;cursor:pointer;display:flex;font-size:.8em;padding:0 0 0 1px;position:relative}.sc-grid-table-header button:focus{outline:0 auto transparent}.sc-grid-table-content-pillar{justify-content:space-between}.sc-grid-table-content-group-pillar,.sc-grid-table-content-pillar{align-items:center;background-color:#f1f3f4;display:flex;overflow:hidden;padding:.3125rem .3125rem .3125rem .625rem;text-align:center;width:100%}.sc-grid-table-content-group-pillar{font-weight:700;height:2rem;justify-content:center}.sc-grid-table-content{align-items:center;display:flex;justify-content:center;overflow:hidden;padding:.25rem .5rem;text-align:center;width:100%}.sc-grid-table-content-period-to{margin:0 -.5rem}.sc-grid-table-content>span{min-width:min-content;padding:.3125rem .625rem;text-align:center}.sc-grid-table--measure .sc-grid-table-content,.sc-grid-table--measure .sc-grid-table-content-pillar,.sc-grid-table--measure .sc-grid-table-header{min-width:max-content;overflow:initial!important;width:auto!important}.sc-grid-table--measure .sc-grid-table-header>span{display:table;white-space:pre-line;width:1px}.sc-grid-table--measure[wrapper][cell],.sc-grid-table--measure[wrapper][row]{height:auto!important}.sc-no-data-available{display:inline-block;margin:10px 0;text-align:center;width:100%}.sc-row{display:flex;flex-wrap:wrap;width:100%}.sc-row>div:last-child{padding-right:0}.sc-select{border-radius:7px;font-size:14px;font-weight:400;justify-content:center;line-height:1.3;max-width:100%;padding:.25rem;text-align:center;text-align-last:center;width:min-content}.sc-text-bold{font-weight:700}.sc-text-danger{color:#ce2521!important}.sc-text-neutral{color:#000!important}.sc-text-success{color:#137e0f!important}.sc-tooltip{border:1px solid #000;border-radius:10px;padding:15px 20px;width:320px}.sc-tooltip,.sc-tooltip-rank{background:#000;color:#fff;display:none;font-weight:700;position:absolute;z-index:1}.sc-tooltip-rank{border:1px solid #000;border-radius:20px;opacity:85%;padding:5px 10px;width:180px}.sc-tooltip-left:before,.sc-tooltip-rank-left:before,.sc-tooltip-rank-right:before,.sc-tooltip-right:before{border-bottom:10px solid transparent;border-top:10px solid transparent;content:"";height:0;position:absolute;top:calc(50% - 5px);width:0}.sc-tooltip-left:before,.sc-tooltip-rank-left:before{border-right:10px solid #000;right:100%}.sc-tooltip-rank-left:before{border-bottom:5px solid transparent;border-top:5px solid transparent}.sc-tooltip-right:before{border-left:10px solid #000;right:-3%}.sc-tooltip-rank-right:before{border-bottom:5px solid transparent;border-left:7px solid #000;border-top:5px solid transparent;right:-4%}.sc-tooltip>.float-right{float:right}.sc-tooltip>p:last-child{margin-bottom:0}.sc-tooltip-space{margin-right:15px}.sc-widget{border:1px solid #bababa;border-radius:12px;box-shadow:2px 3px 5px rgba(0,0,0,.22);padding-left:0;padding-right:0;position:relative;width:100%}.sc-widget-collapse-expand-icon-container{background-color:#bababa;height:.5px;position:relative;top:-10px}.sc-widget>.collapse.show{align-items:center;display:flex;flex-wrap:wrap;height:calc(100% - 37px);justify-content:center}.sc-widget-content{margin-bottom:1rem;width:100%}.sc-widget-content-container{padding-left:15px;text-align:center;width:calc(100% - 15px)}.sc-widget-content-row{border:1px solid #bababa;border-bottom:none;display:flex;flex-wrap:wrap;text-align:center}.sc-widget-content-row:last-of-type{border-bottom:1px solid #bababa}.sc-widget-flex{display:flex;flex-wrap:wrap}.sc-widget-grid-title{background-color:#f1f3f4;border-right:1px solid #bababa;font-size:.875rem;font-weight:600;overflow:hidden;width:50%}.sc-widget-grid-value{font-size:.9rem;width:50%}.sc-widget-grid-value-bold{font-size:1.5em;font-weight:600}.sc-widget-stripe{border-bottom-left-radius:11px;border-top-left-radius:11px;bottom:0;left:0;position:absolute;top:0;width:12px}.sc-widget-stripe~div{margin-left:12px}.sc-widget-header{cursor:pointer;padding:10px 0 10px 15px}.sc-widget-header *{display:inline-block;margin:0}.sc-widget-header[aria-expanded=false]{margin-bottom:9px}.sc-widget-table{border:none!important;margin-bottom:0}.sc-widget-table th{background-color:#f1f3f4;font-family:Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-weight:700;min-width:70px;padding:0 10px;vertical-align:middle!important;white-space:break-spaces}.sc-widget-table td{padding:3px 10px}.sc-widget-table td.main{background-color:#f1f3f4}.sc-widget-table-fyi{max-height:200px}.sc-widget-qualifiers-table .qualifier-met{width:15%}.sc-widget-qualifiers-all-met{width:100%}.sc-widget-qualifiers-all-met .qualifier-met-text{background-color:#eaf2ff;color:#437adb;width:85%}.sc-widget-qualifiers-all-met .qualifier-met{background-color:transparent!important;width:15%}.sc-widget-qualifiers-all-met .border{border:1px solid #437adb!important}.sc-widget-l,.sc-widget-m,.sc-widget-s,.sc-widget-xl,.sc-widget-xs{display:flex;flex-wrap:wrap;margin-bottom:1rem;padding-right:15px;width:100%}.sc-blue-mariner{border-left:12px solid #1e60d2}.sc-blue-mariner .sc-widget-header-container,.sc-blue-mariner .sc-widget-header-container>*{color:#1e60d2}.sc-green-bilbao{border-left:12px solid #137e0f}.sc-green-bilbao .sc-widget-header-container,.sc-green-bilbao .sc-widget-header-container>*{color:#137e0f}.sc-red-cardinal{border-left:12px solid #ce2521}.sc-red-cardinal .sc-widget-header-container,.sc-red-cardinal .sc-widget-header-container>*{color:#ce2521}.sc-orange-indochine{border-left:12px solid #d17300}.sc-orange-indochine .sc-widget-header-container,.sc-orange-indochine .sc-widget-header-container>*{color:#d17300}.sc-green-sanfelix{border-left:12px solid #0e6d09}.sc-green-sanfelix .sc-widget-header-container,.sc-green-sanfelix .sc-widget-header-container>*{color:#0e6d09}.sc-red-tamarillo{border-left:12px solid #aa0f0f}.sc-red-tamarillo .sc-widget-header-container,.sc-red-tamarillo .sc-widget-header-container>*{color:#aa0f0f}.sc-orange-chelseagem{border-left:12px solid #a05000}.sc-orange-chelseagem .sc-widget-header-container,.sc-orange-chelseagem .sc-widget-header-container>*{color:#a05000}.sc-blue-endeavour{border-left:12px solid #0050a0}.sc-blue-endeavour .sc-widget-header-container,.sc-blue-endeavour .sc-widget-header-container>*{color:#0050a0}.sc-blue-zumthor{border-left:12px solid #eaf2ff}.sc-blue-zumthor .sc-widget-header-container,.sc-blue-zumthor .sc-widget-header-container>*{color:#eaf2ff}.sc-purple-amethyst{border-left:12px solid #a44dc4}.sc-purple-amethyst .sc-widget-header-container,.sc-purple-amethyst .sc-widget-header-container>*{color:#a44dc4}.sc-purple-medium{border-left:12px solid #9451d5}.sc-purple-medium .sc-widget-header-container,.sc-purple-medium .sc-widget-header-container>*{color:#9451d5}.sc-purple-daisybush{border-left:12px solid #602589}.sc-purple-daisybush .sc-widget-header-container,.sc-purple-daisybush .sc-widget-header-container>*{color:#602589}.sc-purple-cardinalpink{border-left:12px solid #82067f}.sc-purple-cardinalpink .sc-widget-header-container,.sc-purple-cardinalpink .sc-widget-header-container>*{color:#82067f}.sc-blue-tarawera{border-left:12px solid #094468}.sc-blue-tarawera .sc-widget-header-container,.sc-blue-tarawera .sc-widget-header-container>*{color:#094468}.sc-green-persian{border-left:12px solid #009ca0}.sc-green-persian .sc-widget-header-container,.sc-green-persian .sc-widget-header-container>*{color:#009ca0}.sc-green-elm{border-left:12px solid #216f7a}.sc-green-elm .sc-widget-header-container,.sc-green-elm .sc-widget-header-container>*{color:#216f7a}.sc-green-goblin{border-left:12px solid #458750}.sc-green-goblin .sc-widget-header-container,.sc-green-goblin .sc-widget-header-container>*{color:#458750}.sc-green-jewel{border-left:12px solid #0d562c}.sc-green-jewel .sc-widget-header-container,.sc-green-jewel .sc-widget-header-container>*{color:#0d562c}i.sc-widget-menu-icon{color:#505050;float:right;position:relative;right:10px;top:-5px}i.sc-widget-collapse-expand-icon{background:#fff;border-radius:50%;bottom:8px;box-shadow:1px 2px 4px rgba(0,0,0,.22);color:#505050;cursor:pointer;font-size:1.8em;left:calc(50% - 14.205px);padding:2px 7px 0;position:relative}@media only screen and (min-width:960px){.sc-widget-xs{width:25%}.sc-widget-s{width:33.3%}.sc-widget-m{width:50%}.sc-widget-l{width:75%}.sc-widget-xl{width:100%}}@media only screen and (max-width:959px){.sc-row>div{padding-right:0}}.status-published{color:#137e0f}.status-unpublished{color:#aa0f0f}.cmps-scorecard{display:block}.cmps-scorecard-container-logo img{max-height:2.4rem;padding:0;position:static}.sc-grid-font-period{font-size:.8em}cmps-scorecard.print *,cmps-scorecard.print :after,cmps-scorecard.print :before{box-shadow:none!important;text-shadow:none!important}cmps-scorecard.print .table-responsive{overflow:hidden!important}@media print{@page{margin:5mm}cmps-scorecard *,cmps-scorecard :after,cmps-scorecard :before{box-shadow:none!important;text-shadow:none!important}cmps-scorecard .table-responsive{overflow:hidden!important}}cmps-sc-header{display:block}cmps-sc-performers{background-color:#f3f2f1;width:70%}.sc-header{align-items:center;display:flex;flex-direction:column;margin-bottom:.5rem}.sc-header-main{border-bottom:1px solid #bababa;display:flex;width:100%}.sc-header-margin{top:72px}.sc-container{display:flex}.sc-pf-title{color:#505050;font-size:1.25rem;margin-bottom:0}.sc-pf-text{color:#505050;font-size:.75rem!important}.sc-pf-text-content{margin-left:15px;margin-right:15px}.sc-pf-manager-name{color:#1e60d4}.sc-pf-add{color:#1e60d4!important}.sc-pf-tab .nav-link.active,.sc-pf-tab .nav-pills .show>.nav-link{background-color:#1e60d4!important;border-radius:0;color:#fff!important}.sc-pf-tab .nav-link.active>.sc-pf-tab-close,.sc-pf-tab .nav-pills .show>.nav-link>.sc-pf-tab-close{color:#fff}.sc-pf-tab .nav-link{background-color:#f3f2f1;border-radius:10px 10px 0 0!important;color:#707070!important;margin-left:2px;margin-top:2px}.sc-pf-tab .nav-link>.sc-pf-tab-close{color:#707070}.sc-pf-tab .nav-tabs{background-color:#fff!important;border-bottom:0!important}.sc-pf-tab .tab-pane{background-color:#f3f2f1}.sc-pf-tab-close{float:right;font-size:1.2rem;font-weight:700;line-height:1;margin-left:15px;margin-top:-2px;opacity:.7;text-shadow:0 1px 0 #fff}.sc-pf-min-info{padding:14px 15px}.sc-header .sc-header--user-info{align-items:center;background-color:#f3f2f1;display:flex;padding:0 1rem;width:30%}.sc-header .sc-pf-export{margin-left:-9px}.sc-header .sc-header--toggle-expand{background:#fff;border-radius:50%;box-shadow:1px 2px 4px rgba(0,0,0,.22);margin-top:-12px}cmps-sc-header.print .sc-header{border-bottom:0!important;margin-bottom:0!important;padding-bottom:1rem!important;position:inherit!important}cmps-sc-header.print .sc-header--toggle-expand{display:none!important}@media print{cmps-sc-header .sc-header{border-bottom:0!important;margin-bottom:0!important;padding-bottom:1rem!important;position:inherit!important}cmps-sc-header .sc-header--toggle-expand{display:none!important}}.sc-header-stickied{position:fixed;width:100%;z-index:999}cmps-scorecard-trend-chart-widget.print{margin-bottom:0!important;padding-bottom:1rem!important}@media print{cmps-scorecard-trend-chart-widget{margin-bottom:0!important;padding-bottom:1rem!important}}.sc-periodtype-container{align-items:center;display:flex;margin-left:2rem!important}.sc-periodtype-container .sc-periodtype-title{padding-left:2em}.sc-periodtype-title{display:inline-block;font-size:14px;line-height:1.1;margin-right:5px;text-align:left}.sc-widget-header{margin-left:4rem!important}.sc-trend-view,.sc-trend-view-btn:not(:first-child){margin-left:4rem}.sc-trend-view-btn.sc-trend-view-active{color:#1e60d2}.sc-trend-view-btn.sc-trend-view-active cmps-icon{fill:#1e60d2}.sc-supergroup-container{text-align:center;width:100%}@media only screen and (max-width:959px){.sc-supergroup-container{padding-left:0}}.sc-filter-rank-scorecard-status{display:inline-block;width:75%}.cmps-scorecard-trend-chart-widget-scorecard cmps-container-header div{align-items:center;display:flex;flex-wrap:wrap}.cmps-container-content--chevron-button{top:-16px!important}.sc-widget-header-container>*{margin:0!important}.sc-widget-header-container{width:100%!important}cmps-scorecard-grid.print [ngGrid] [viewport][scroll]{display:none!important}@media print{cmps-scorecard-grid [ngGrid] [viewport][scroll]{display:none!important}}.btn-export{background-color:#1e60d4;border-color:#1e60d4;border-radius:5px;color:#fff;cursor:pointer;padding:5px 30px}.btn-export,.btn-export em{margin-right:5px}.grid-tab .nav-link{background-color:transparent;border:0!important;color:#000}.grid-tab .nav-link.active,.grid_tab .nav-pills .show>.nav-link{background-color:#eaf2ff!important;border:2px solid #1e60d2!important;border-radius:20px!important;color:#1e60d2!important}.performance-grid-widget .cmps-container-header{padding:initial!important}.performance-grid-widget .cmps-container-header div{width:100%}.performance-grid-widget .cmps-performance-grid-header-event{pointer-events:none;text-align:center}.performance-grid-widget .cmps-container-content--content-wrapper{display:initial!important;padding:initial!important}.performance-grid-widget .cmps-container-content-grid{border:none!important}.sc-grid-table-header-content-group-pillar{align-items:center;display:flex;justify-content:center;min-height:40px;text-align:center}.sc-performance-grid .sc-grid-table-header{background-color:#f1f3f4;color:#000;font-size:14px;font-weight:700}.sc-performance-grid .sc-grid-table-content>span{min-width:min-content;padding:.3125rem .625rem;text-align:center}.sc-performance-grid .sc-grid-table-content-pillar{align-items:center;background-color:#f1f3f4;display:flex;justify-content:center;overflow:hidden;padding:.3125rem .3125rem .3125rem .625rem;text-align:center;width:100%}.sc-performance-grid .fa-chevron-down,.sc-performance-grid .fa-chevron-up,.sc-performance-grid .fa-sort{color:#000}.sc-performance-grid [wrapper][cell]{border-bottom-color:#bababa;border-bottom-width:1px;border-left:1px solid #bababa;border-right-color:#bababa;border-right-width:1px;border-top:1px solid #bababa}.sc-performance-grid [viewport][columns] [left] [wrapper][cell]:nth-child(2),.sc-performance-grid [viewport][columns] [root] [wrapper][cell][last-visible],.sc-performance-grid [viewport][content] [left] [wrapper][cell]:nth-child(2),.sc-performance-grid [viewport][content] [root] [wrapper][cell][last-visible]{border-right:1px solid #bababa}.sc-performance-grid [viewport][columns] [left] [wrapper][cell]:first-child,.sc-performance-grid [viewport][content] [left] [wrapper][cell]:nth-child(2){white-space:nowrap}.sc-performance-grid [viewport][columns] [root] [wrapper][cell][first-visible],.sc-performance-grid [viewport][content] [root] [wrapper][cell][first-visible]{border-left:0}.sc-performance-grid [viewport][content] [left] [wrapper][row][first-visible] [wrapper][cell],.sc-performance-grid [viewport][content] [root] [wrapper][row][first-visible] [wrapper][cell]{border-top:0}.sc-performance-grid [viewport][content] [bound-box]{border-bottom:1px solid #bababa;border-top:1px solid #bababa}.sc-performance-grid [viewport][columns] [wrapper][cell]{align-content:center;background-color:#f1f3f4;display:flex;font-size:.9em;font-weight:500;overflow:hidden}.sc-performance-grid [ngGrid]{display:flex;justify-content:center;width:100%}.sc-performance-grid [wrapper][grid]{height:auto!important;max-height:none!important;max-width:100%}.sc-dr-rank-grid{margin-top:1.5rem}.sc-dr-rank-grid .gridContainer{display:flex}.sc-dr-rank-grid .gridContainer:after,.sc-dr-rank-grid .gridContainer:before{content:"";margin:auto}.sc-dr-rank-grid [ngGrid]{display:flex;justify-content:center;width:100%}.sc-dr-rank-grid [wrapper][grid]{height:auto!important;max-height:none!important;max-width:100%}.sc-dr-rank-grid [nGrid]{display:flex;justify-content:center}.sc-dr-rank-grid .sc-select{padding:0!important;width:80%}.sc-dr-rank-grid .sc-select-container option{text-align:left}.sc-dr-rank-grid .directReportCell{display:flex;justify-content:space-between;min-width:max-content;width:100%}.sc-dr-rank-grid .cell-icon{align-items:center;display:flex;margin-left:.5rem!important;margin-right:.325rem}.sc-dr-rank-grid .sc-select-container{margin-left:0!important}.sc-dr-rank-grid .optionsRow{margin-bottom:1rem;margin-left:-9px}.sc-dr-rank-grid .hide{display:none!important}.sc-dr-rank-grid [wrapper][cell]{border-bottom-color:#bababa;border-bottom-width:1px;border-left:1px solid #bababa;border-right-color:#bababa;border-right-width:1px;border-top:1px solid #bababa}.sc-dr-rank-grid [wrapper][cell]:first-child{border-color:#bababa;border-left-style:none!important;border-top:solid #bababa;border-width:1px}.sc-dr-rank-grid [wrapper][cell]:first-child .hide{display:none!important}.sc-dr-rank-grid ng-select>div>div>div.multiple{display:flex;flex-flow:row wrap;height:100%;justify-content:center;min-height:30px;padding:0 10px;width:100%}.sc-dr-rank-grid [viewport][content-top],.sc-dr-rank-grid [viewport][content]{max-height:none!important;overflow-y:hidden!important}.sc-dr-rank-grid [viewport][columns]{overflow-y:hidden!important}.sc-dr-rank-grid [viewport][columns],.sc-dr-rank-grid [viewport][content]{border-left:1px solid #bababa;max-width:max-content}.sc-dr-rank-grid [viewport][columns] [left] [wrapper][cell]:first-child,.sc-dr-rank-grid [viewport][columns] [root] [wrapper][cell][last-visible],.sc-dr-rank-grid [viewport][columns] [wrapper][cell][last-visible],.sc-dr-rank-grid [viewport][content-top] [root] [wrapper][cell][last-visible],.sc-dr-rank-grid [viewport][content-top] [wrapper][cell][last-visible],.sc-dr-rank-grid [viewport][content] [left] [wrapper][cell]:nth-child(2),.sc-dr-rank-grid [viewport][content] [root] [wrapper][cell][last-visible],.sc-dr-rank-grid [viewport][content] [wrapper][cell][last-visible]{border-right:1px solid #bababa}.sc-dr-rank-grid [viewport][content-top] [left] [wrapper][cell] .sc-grid-table-content,.sc-dr-rank-grid [viewport][content-top] [left] [wrapper][cell] .sc-grid-table-content-pillar,.sc-dr-rank-grid [viewport][content-top] [root] [wrapper][cell] .sc-grid-table-content,.sc-dr-rank-grid [viewport][content-top] [root] [wrapper][cell] .sc-grid-table-content-pillar{background-color:#f0f4f7}.sc-dr-rank-grid [viewport][columns] [left] [wrapper][cell]:first-child,.sc-dr-rank-grid [viewport][content] [left] [wrapper][cell]:nth-child(2){white-space:nowrap}.sc-dr-rank-grid [viewport][columns] [left] [wrapper][cell],.sc-dr-rank-grid [viewport][content] [left] [wrapper][cell]{border-color:#bababa;border-right-style:solid!important;border-top:solid #bababa;border-width:1px;white-space:nowrap}.sc-dr-rank-grid [viewport][columns] [root] [wrapper][cell][first-visible],.sc-dr-rank-grid [viewport][content] [root] [wrapper][cell][first-visible]{border-left:0}.sc-dr-rank-grid [viewport][content] [left] [wrapper][row][first-visible] [wrapper][cell],.sc-dr-rank-grid [viewport][content] [root] [wrapper][row][first-visible] [wrapper][cell]{border-top:0}.sc-dr-rank-grid [viewport][content-top] [bound-box]{border-bottom:1px solid #bababa}.sc-dr-rank-grid [viewport][content] [bound-box]{border-bottom:1px solid #bababa;border-top:1px solid #bababa}.sc-dr-rank-grid [viewport][columns] [wrapper][cell]{align-content:center;background-color:#f1f3f4;display:flex;overflow:hidden}.sc-contribution-grid{margin-top:1.5rem}.sc-contribution-grid .gridContainer{display:flex}.sc-contribution-grid .gridContainer:after,.sc-contribution-grid .gridContainer:before{content:"";margin:auto}.sc-contribution-grid [ngGrid]{display:flex;justify-content:center;width:100%}.sc-contribution-grid [wrapper][grid]{height:auto!important;max-height:none!important;max-width:100%}.sc-contribution-grid [nGrid]{display:flex;justify-content:center}.sc-contribution-grid .sc-select{padding:0!important;width:80%}.sc-contribution-grid .sc-select-container option{text-align:left}.sc-contribution-grid .directReportCell{display:flex;justify-content:space-between;min-width:max-content;width:100%}.sc-contribution-grid .cell-icon{align-items:center;display:flex;margin-left:.5rem!important;margin-right:.325rem}.sc-contribution-grid .sc-select-container{margin-left:0!important}.sc-contribution-grid [wrapper][cell]{border-bottom-color:#bababa;border-bottom-width:1px;border-left:1px solid #bababa;border-right-color:#bababa;border-right-width:1px;border-top:1px solid #bababa;min-width:auto}.sc-contribution-grid ng-select>div>div>div.multiple{display:flex;flex-flow:row wrap;height:100%;justify-content:center;min-height:30px;padding:0 10px;width:100%}.sc-contribution-grid [viewport][columns] [left] [wrapper][cell]:nth-child(2),.sc-contribution-grid [viewport][columns] [root] [wrapper][cell][last-visible],.sc-contribution-grid [viewport][columns] [wrapper][cell][last-visible],.sc-contribution-grid [viewport][content-top] [root] [wrapper][cell][last-visible],.sc-contribution-grid [viewport][content-top] [wrapper][cell][last-visible],.sc-contribution-grid [viewport][content] [left] [wrapper][cell]:nth-child(2),.sc-contribution-grid [viewport][content] [root] [wrapper][cell][last-visible],.sc-contribution-grid [viewport][content] [wrapper][cell][last-visible]{border-right:1px solid #bababa}.sc-contribution-grid [viewport][content-top] [left] [wrapper][cell] .sc-grid-table-content,.sc-contribution-grid [viewport][content-top] [left] [wrapper][cell] .sc-grid-table-content-pillar,.sc-contribution-grid [viewport][content-top] [root] [wrapper][cell] .sc-grid-table-content,.sc-contribution-grid [viewport][content-top] [root] [wrapper][cell] .sc-grid-table-content-pillar{background-color:#f0f4f7}.sc-contribution-grid [wrapper][row][id="0"]{font-weight:700}.sc-contribution-grid [viewport][columns] [left] [wrapper][cell]:first-child,.sc-contribution-grid [viewport][content] [left] [wrapper][cell]:nth-child(2){white-space:nowrap}.sc-contribution-grid [viewport][content] [left] [wrapper][row][first-visible] [wrapper][cell],.sc-contribution-grid [viewport][content] [root] [wrapper][row][first-visible] [wrapper][cell]{border-top:0}.sc-contribution-grid [viewport][content-top],.sc-contribution-grid [viewport][content]{max-height:none!important;overflow-y:hidden!important}.sc-contribution-grid [viewport][columns]{overflow-y:hidden!important}.sc-contribution-grid [viewport][content-top] [bound-box]{border-bottom:1px solid #bababa}.sc-contribution-grid [viewport][content] [bound-box]{border-bottom:1px solid #bababa;border-top:1px solid #bababa}.sc-contribution-grid [viewport][columns] [wrapper][cell]{align-content:center;background-color:#f1f3f4;display:flex;overflow:hidden}.sc-contribution-grid [viewport][columns] [wrapper][parent-id][id=column0]{color:#7d7d7d;font-size:14px;white-space:normal!important}.sc-contribution-grid [viewport][columns] [wrapper][parent-id][id=column0]>div[first-visible]{align-content:center;background-color:#fff;border-left-style:none;border-right-style:none;border-top-style:none;display:flex;font-size:.9em;font-weight:700;overflow:hidden}.sc-team-tab{float:right}.sc-pf-tab .nav-pills .show>.nav-link,.sc-team-tab .nav-link.active{background-color:#f0f4f7!important;border:1px solid #bababa!important;border-radius:0!important;color:#707070!important}.sc-team-tab .nav-link{background-color:#fff;border:1px solid #bababa!important;border-radius:0!important;margin-left:0}.sc-team-slct{position:absolute;width:50%}.sc-contribution{margin-left:100%;margin-top:25px}cmps-team-grid ng-select{width:95%!important}cmps-team-grid ng-select>div{border:none!important}cmps-team-grid ng-select>div>div.single>div.toggle{background:none;color:#fff!important}cmps-team-grid ng-select>div>div.single>div.toggle:hover{background-color:#4389a9}cmps-team-grid ng-select>div>div.single>div.placeholder{color:#fff;font-family:MontserratRegular;font-size:35px}cmps-team-grid ng-select>div>div.single>div.clear:hover{background-color:#4389a9}.cmps-slide-bar-container{align-items:center;display:flex;height:40px;justify-content:space-between;overflow-x:hidden;width:100%}.sc-scorecard-grid{margin-top:1.5rem}.sc-scorecard-grid .gridContainer{display:flex}.sc-scorecard-grid .gridContainer:after,.sc-scorecard-grid .gridContainer:before{content:"";margin:auto}.sc-scorecard-grid [ngGrid]{display:flex;justify-content:center;width:100%}.sc-scorecard-grid [wrapper][grid]{height:auto!important;max-height:none!important;max-width:100%}.sc-scorecard-grid [nGrid]{display:flex;justify-content:center}.sc-scorecard-grid .sc-select{padding:0!important;width:80%}.sc-scorecard-grid .sc-select-container option{text-align:left}.sc-scorecard-grid .directReportCell{display:flex;justify-content:space-between;width:100%}.sc-scorecard-grid .cell-icon{align-items:center;display:flex;margin-left:.5rem!important}.sc-scorecard-grid [wrapper][cell]{border-bottom-color:#bababa;border-bottom-width:1px;border-left:1px solid #bababa;border-right-color:#bababa;border-right-width:1px;border-top:1px solid #bababa}.sc-scorecard-grid [viewport][columns] [left] [wrapper][cell]:nth-child(2),.sc-scorecard-grid [viewport][columns] [root] [wrapper][cell][last-visible],.sc-scorecard-grid [viewport][columns] [wrapper][cell][last-visible],.sc-scorecard-grid [viewport][content] [left] [wrapper][cell]:nth-child(2),.sc-scorecard-grid [viewport][content] [root] [wrapper][cell][last-visible],.sc-scorecard-grid [viewport][content] [wrapper][cell][last-visible]{border-right:1px solid #bababa}.sc-scorecard-grid [viewport][columns] [left] [wrapper][cell]:first-child,.sc-scorecard-grid [viewport][content] [left] [wrapper][cell]:nth-child(2){white-space:nowrap}.sc-scorecard-grid [viewport][content] [left] [wrapper][row][first-visible] [wrapper][cell],.sc-scorecard-grid [viewport][content] [root] [wrapper][row][first-visible] [wrapper][cell]{border-top:0}.sc-scorecard-grid [viewport][content-top],.sc-scorecard-grid [viewport][content]{max-height:none!important;overflow-y:hidden!important}.sc-scorecard-grid [viewport][columns]{overflow-y:hidden!important}.sc-scorecard-grid [viewport][content] [bound-box]{border-bottom:1px solid #bababa;border-top:1px solid #bababa}.sc-scorecard-grid [viewport][columns] [wrapper][cell]{align-content:center;background-color:#f1f3f4;display:flex;overflow:hidden}.sc-scorecard-grid [viewport][columns] [wrapper][parent-id][id=column0]{color:#7d7d7d;font-size:14px;white-space:normal!important}.sc-scorecard-grid [viewport][columns] [wrapper][parent-id][id=column0]>div[first-visible]{align-content:center;background-color:#fff;border-left-style:none;border-right-style:none;border-top-style:none;display:flex;font-size:.9em;font-weight:700;overflow:hidden}.sc-supergroup-filter .sc-supergroup-filter--button{color:#fff!important;min-width:-moz-fit-content;min-width:fit-content}.sc-supergroup-filter .sc-supergroup-filter--button--selected cmps-icon{fill:#fff!important}.sc-supergroup-filter .sc-supergroup-filter--button--deselected{background-color:#fff!important;color:#000!important}.sc-supergroup-filter .sc-supergroup-filter--button .cmps-filter-button-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-supergroup-filter .sc-supergroup-filter--button:disabled{cursor:not-allowed;opacity:1!important;pointer-events:none;visibility:visible}.sc-supergroup-filter .chart-slide-bar{align-items:center;display:flex;margin-left:1rem;overflow:hidden;text-align:start;width:90%}.sc-rank-and-scorecard-published-status-filter .sc-rank-and-scorecard-published-status-filter--published-icon,.sc-rank-and-scorecard-published-status-filter .sc-rank-and-scorecard-published-status-filter--unpublished-icon{background-color:#1e60d2;display:block;height:16px;margin-right:.5rem;width:13px}.sc-rank-and-scorecard-published-status-filter .sc-rank-and-scorecard-published-status-filter--unpublished-icon{background:repeating-linear-gradient(-45deg,#f3f2f1,#f3f2f1 2px,#1e60d2 0,#1e60d2 4px);border:1px solid #1e60d2;opacity:.5}.sc-rank-and-scorecard-published-status-filter .sc-rank-and-scorecard-published-status-filter--line-icon{display:block;height:2px;margin-right:.5rem;width:24px}.sw-detail--search{background-color:#f1f3f4;border-radius:20px;display:flex;flex:1 1 100%;margin:.25rem auto 1.25rem;max-width:100%;min-height:25px}.sw-detail--search .search-input{background-color:#f1f3f4;border-color:transparent;margin-right:20px;outline:none;width:100%}.sw-detail--search .search-input:-ms-input-placeholder{color:#000}.sw-detail--search .search-input::placeholder{color:#000}.cmps-sw-detail{margin-bottom:.5rem}.cmps-sw-detail cmps-container-header{pointer-events:none}.cmps-sw-detail .cmps-sw-detail--search-icon{margin-left:1.5rem;margin-right:1rem}.cmps-sw-detail .cmps-sw-detail--search-icon cmps-icon{fill:#707070}.cmps-sw-detail .cmps-sw-detail--user-info{display:flex;width:100%}.cmps-sw-detail .cmps-sw-detail--user-info--navigate{align-items:center;display:flex;flex:1 1 10%;max-width:10%}.cmps-sw-detail .cmps-sw-detail--user-info--detail{flex:1 2 80%;max-width:80%}.cmps-sw-detail .cmps-sw-detail--user-info--detail p:first-child{margin-bottom:1rem}.cmps-sw-detail .cmps-sw-detail--user-info--detail p:not(:first-child){margin-bottom:.75rem}.cmps-sw-detail .cmps-sw-detail--user-info--detail p:last-child{margin-bottom:.25rem}.cmps-sw-detail .cmps-sw-detail--user-info--detail .sw-detail--periodtype-container{margin-bottom:.75rem}.cmps-sw-detail .cmps-sw-detail--user-info--detail .sw-detail--periodtype-container .sw-select{max-width:100%;width:140px}.cmps-sw-detail .cmps-sw-detail--user-info--detail .sw-detail--periodtype-container .sw-select>div{border-radius:7px;height:1.5rem}.cmps-sw-detail .cmps-sw-detail--user-info--detail .sw-detail--periodtype-container .sw-select>div .below{flex:0 0 100%;z-index:1}.cmps-sw-detail .cmps-sw-detail--user-info--detail .sw-detail--periodtype-container .sw-select>div .below>div{height:100%!important}.cmps-sw-detail .cmps-sw-detail--user-info--detail .sw-detail--periodtype-container .sw-select>div .below>div .value{align-items:center;display:flex;padding:0 10px!important}.cmps-sw-detail .cmps-sw-detail--user-info--detail .sw-detail--periodtype-container .sw-select>div .toggle{margin-left:-30px}.cmps-overall-pulse-widget .sc-widget-content-row:first-child{border-top:0}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--scores{display:flex;flex-direction:column;min-height:45px}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--scores .sc-widget-content-row{border-color:#1e60d4;flex-grow:1}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--scores .sc-widget-grid-title{background-color:#f1f3ff;border-color:#1e60d4;color:#000;padding:.5rem}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--scores .sc-widget-grid-value{background-color:#f1f3ff;border-color:#1e60d4;color:#1e60d4}.cmps-overall-pulse-widget--scores .cmps-overall-pulse-widget--score-button{background-color:transparent;border:0;color:#1e60d4;cursor:pointer;font-family:Lato,sans-serif;font-size:16px;font-weight:700;height:100%;margin:0;padding:0;width:100%}.cmps-overall-pulse-widget--scores .cmps-overall-pulse-widget--score-button:focus:not(:focus-visible){outline:none}.cmps-overall-pulse-widget--scores .cmps-overall-pulse-widget--score-button-no-go{cursor:auto}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--trend{display:flex}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--trend .sc-widget-grid-title{background-color:#f1f3f4;border:1px solid #bababa;border-left:0!important;border-right:0!important;border-top:0!important;flex:1 1 65%;max-width:65%;padding:.5rem}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--trend .sc-widget-grid-value{border:1px solid #bababa;border-top:0!important;flex:1 1 35%;max-width:35%}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--info-lbl{color:#000;margin-bottom:.5rem}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--info-duration{font-size:.55rem}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--trend-up{fill:#137e0f;transform:scale(1.5)}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--trend-down{fill:#ce2521;transform:scale(1.5)}.cmps-overall-pulse-widget .cmps-overall-pulse-widget--trend-neutral{fill:#505050;transform:scale(1.5)}.cmps-scorecard-yourteam-widget .yourteam-header{background-color:#f1f3f4}.cmps-scorecard-yourteam-widget .yourteam-header--cell{font-weight:700}.cmps-scorecard-yourteam-widget .yourteam-body--row-cell,.cmps-scorecard-yourteam-widget .yourteam-header--cell{border:1px solid #bababa;border-left:0;display:flex;flex:1;justify-content:center;padding:.5rem;white-space:normal}.cmps-scorecard-yourteam-widget .yourteam-body--row-cell{align-items:center;border-bottom:0;text-align:center}.cmps-scorecard-yourteam-widget .yourteam-user-button{font-weight:400;min-width:auto;padding:0}.cmps-scorecard-yourteam-widget [wrapper][cell][last-visible] .yourteam-body--row-cell,.cmps-scorecard-yourteam-widget [wrapper][cell][last-visible] .yourteam-header--cell{border-right:0}.cmps-scorecard-yourteam-widget [viewport][content] [wrapper][row][first-visible] .yourteam-body--row-cell{border-top:0}.cmps-scorecard-yourteam-widget .yourteam-measure[wrapper][cell],.cmps-scorecard-yourteam-widget .yourteam-measure[wrapper][row]{height:auto!important;width:auto!important}.cmps-scorecard-widget{background-color:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:0 3px 6px rgba(0,0,0,.16);color:#505050;display:flex;flex-direction:column;font-family:Lato,sans-serif;font-size:12px;line-height:1;padding:.75rem .75rem .25rem}.cmps-scorecard-widget--header{color:#505050;font-size:1rem;margin-bottom:.25rem}.pulse-widget--expand-your-team{margin:0 -.75rem}.pulse-widget--expand-your-team .expand-your-team--separator{align-content:center;align-items:center;background-color:#e5e5e5;display:flex;height:1px;justify-content:center;margin-bottom:17px;margin-top:17px}.pulse-widget--expand-your-team .expand-your-team--separator .expand-your-team--icon{background-color:#e5e5e5!important}.pulse-widget--expand-your-team .expand-your-team--lbl{margin-bottom:.5rem}.pulse-rank .cmps-container-content{border:0!important}.pulse-rank .cmps-container-content--content-wrapper{padding:0}.pulse-rank .no-data{border-bottom:1px solid #bababa;border-left:1px solid #bababa;border-right:1px solid #bababa;padding:.5rem}.pulse-rank .sc-widget-grid-title,.pulse-rank .sc-widget-grid-value{align-self:center;padding:2px}.pulse-rank cmps-container-header{pointer-events:none}cmps-bonus-pulse-widget,cmps-scorecard-ranks-pulse-widget{flex:1}.pulse-bonus .cmps-container-content{border:0!important}.pulse-bonus .cmps-container-content--content-wrapper{padding:0}.pulse-bonus .no-data{border-bottom:1px solid #bababa;border-left:1px solid #bababa;border-right:1px solid #bababa;padding:.5rem}.pulse-bonus .sc-widget-grid-value{background-color:#f1fff1;color:#137e0f}.pulse-bonus cmps-container-header{pointer-events:none}.pulse-overall .cmps-container-content{border:0!important}.pulse-overall .cmps-container-content--content-wrapper{padding:0}.pulse-overall cmps-container-header{pointer-events:none}.pulse-yourteam .cmps-container-content--content-wrapper{padding:0}.pulse-yourteam .no-data{padding:.5rem}.pulse-yourteam cmps-container-header{pointer-events:none}.comp-bonus-widget .cmps-container-header{align-items:normal!important;display:initial!important;padding:0!important}.comp-bonus-widget .cmps-container-content--content-wrapper{padding:0!important}.comp-bonus-widget .comp-bonus-widget--col{border-right:1px solid #bababa;flex:1}.comp-bonus-widget .comp-bonus-widget--col-title{border-bottom:1px solid #bababa;font-size:.875rem;font-weight:600;height:50%;overflow:hidden}.comp-bonus-widget .comp-bonus-widget--col-title-lbl{flex:0 0 100%}.comp-bonus-widget .comp-bonus-widget--col-title-icon{margin-left:-40px}.comp-bonus-widget .comp-bonus-widget--col-value{font-size:.875rem;font-weight:600;height:50%}.comp-bonus-widget .comp-bonus-widget--col:last-of-type{border-right:none}.comp-bonus-grid-modal{width:850px}.sc-contribution-grid .fa,.sc-contribution-grid .fa-arrows.h,.sc-contribution-grid .fa-chevron-down,.sc-contribution-grid .fa-chevron-up,.sc-contribution-grid .fa-filter,.sc-contribution-grid .fa-sort,.sc-contribution-grid .fa-trash,.sc-dr-rank-grid .fa,.sc-dr-rank-grid .fa-arrows.h,.sc-dr-rank-grid .fa-chevron-down,.sc-dr-rank-grid .fa-chevron-up,.sc-dr-rank-grid .fa-filter,.sc-dr-rank-grid .fa-sort,.sc-dr-rank-grid .fa-trash,.sc-scorecard-grid .fa,.sc-scorecard-grid .fa-arrows.h,.sc-scorecard-grid .fa-chevron-down,.sc-scorecard-grid .fa-chevron-up,.sc-scorecard-grid .fa-filter,.sc-scorecard-grid .fa-sort,.sc-scorecard-grid .fa-trash{color:#fff}.sc-contribution-grid .fa-filter,.sc-dr-rank-grid .fa-filter,.sc-scorecard-grid .fa-filter{padding-left:.25rem}.cmps-scorecard-widget--cmps-container{width:100%}.cmps-scorecard-widget--cmps-container .cmps-container-header{align-items:center;display:flex;line-height:1;padding:1rem}.cmps-scorecard-widget--cmps-container .cmps-container-content{height:100%}.cmps-scorecard-widget--cmps-container .cmps-container-content .cmps-container-content--content-wrapper{align-items:center;display:flex;justify-content:center;padding:0 1rem 1rem;text-align:center}.overall-scorecard-widget .cmps-container-header{align-items:normal;display:initial;padding:0}.overall-scorecard-widget .cmps-container-content .cmps-container-content--content-wrapper{padding:0;text-align:left}.overall-scorecard-widget .sc-widget-content-row:last-of-type{border:none}.overall-scorecard-widget .sc-widget-content-row{border-left:none;border-top:none}.overall-scorecard-widget .sc-widget-grid-title{background-color:initial}.overall-scorecard-widget .sc-widget-grid-value{color:#1e60d4;font-weight:700}.ranks-scorecard-widget .cmps-container-header{align-items:normal;display:initial;padding:0}.ranks-scorecard-widget .cmps-container-content{border:0!important;height:auto}.ranks-scorecard-widget .cmps-container-content .cmps-container-content--content-wrapper{padding:0;text-align:left}.ranks-scorecard-widget .sc-widget-grid-title{padding-left:1rem;text-align:left}.ranks-scorecard-widget .sc-widget-content-row:first-of-type{border-top:none}.fyi-scorecard-widget .cmps-container-header{align-items:normal;display:initial;padding:0}.fyi-scorecard-widget .cmps-container-content{border:none!important;height:auto}.fyi-scorecard-widget .cmps-container-content--content-wrapper{padding:0!important}.fyi-scorecard-widget th{border-top:none!important;font-size:14px}.comp-qualifier-scorecard-widget .cmps-container-header{align-items:normal;display:initial;padding:0;pointer-events:none}.comp-qualifier-scorecard-widget .cmps-container-content{border:none!important;height:auto}.comp-qualifier-scorecard-widget .cmps-container-content--content-wrapper{padding:0!important}.comp-qualifier-scorecard-widget .fa{color:#0e3b8a}.modifier-scorecard-widget .cmps-container-header{align-items:normal;display:initial;padding:0;pointer-events:none}.modifier-scorecard-widget .cmps-container-content{border:none!important;height:auto}.modifier-scorecard-widget .cmps-container-content--content-wrapper{padding:0!important}.modifier-scorecard-widget .fa{color:#0e3b8a}.condition-scorecard-widget .cmps-container-header{align-items:normal;display:initial;padding:0;pointer-events:none}.condition-scorecard-widget .cmps-container-content{border:none!important;height:auto}.condition-scorecard-widget .cmps-container-content--content-wrapper{padding:0!important}.no-data{border:1px solid #bababa}#scorecard-widgets-container cmps-tabset-label-wrapper{justify-content:center}@media only screen and (max-width:768px){#scorecard-widgets-container .scorecard-header-buttons div{justify-content:center!important;margin-top:15px}}@keyframes sc-toggle-expand--c2e{0%{transform:rotate(0deg)}to{transform:rotate(-180deg)}}.sc-toggle-expand--c2e{animation-duration:.2s;animation-name:sc-toggle-expand--c2e;transform:rotate(-180deg)}@keyframes sc-toggle-expand--e2c{0%{transform:rotate(-180deg)}to{transform:rotate(-1turn)}}.sc-toggle-expand--e2c{animation-duration:.2s;animation-name:sc-toggle-expand--e2c;transform:rotate(0deg)}[cmpsNoteDetailNext] .section-head{align-items:center;background:#f2f2f2;border-top-left-radius:5px;border-top-right-radius:5px;display:flex;min-height:2rem}[cmpsNoteDetailNext] .editor-cover{background-color:#fff7e2;bottom:0;left:0;padding:.28rem;position:absolute;width:100%}[cmpsNoteDetailNext] .border-radius-5{border-radius:5px}[cmpsNoteDetailNext] .border-gray{border:1px solid #ccc!important;z-index:2}[cmpsNoteDetailNext] h6{padding-left:10px;padding-top:10px}.mceContentBody,div.rte{background:none repeat scroll 0 0 #333!important;color:#fff!important;text-align:left}.note-container{position:relative}.note-container .preview-container{max-height:77px;overflow-y:hidden}.note-container .note-with-header-child{display:flex;justify-content:space-between}.note-container .note-detail-button{align-items:center;background-color:#fff;border:none;border-radius:50%;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);cursor:pointer;display:flex;height:1rem;justify-content:center;left:50%;padding:0;position:absolute;top:100%;transform:translateY(-30%);width:1rem}[cmpsNoteDetailNext] button{outline:none!important}[cmpsNoteDetailNext] .hide-toolbar .tox-editor-header{display:none}[cmpsNoteDetailNext] [data-hasbar="1"] .tox-editor-container{border-top:1px solid #ccc}[cmpsNoteDetailNext] .has-focus .tox .tox-edit-area{border:1px solid #1f89e5;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:inset 2px 2px 3px rgba(0,0,0,.1),0 0;outline:none}[cmpsNoteDetailNext] [data-hasbar="0"] .tox-editor-container{border-top-left-radius:5px;border-top-right-radius:5px}[cmpsNoteDetailNext] .note-with-header .tox-edit-area iframe{background-color:#fff7e2}[cmpsNoteDetailNext] .tox.tox-tinymce{border:0}[cmpsNoteDetailNext] .tox .tox-toolbar__primary{background-color:#fafafa}[cmpsNoteDetailNext] .tox .tox-edit-area__iframe{border-bottom-left-radius:4px;border-bottom-right-radius:4px}[cmpsCoachingTagsNext]{width:800px}[cmpsCoachingTagsNext] .cgtsst-header{font-size:1.125rem}[cmpsCoachingTagsNext] .cgtsst-recent-header{align-items:center;display:flex;font-weight:700;margin-bottom:.5rem}[cmpsCoachingTagsNext] .cgtsst-recent-header-placeholder{color:#bababa;font-weight:700}[cmpsCoachingTagsNext] .cgtsst-tag-container{max-height:190px;overflow-y:auto}[cmpsCoachingTagsNext] .cgtsst-tag{background-color:#f3f2f1;border:2px solid transparent;border-radius:12px;cursor:pointer;display:inline-block;margin-bottom:.5rem;margin-right:.75rem;padding:.25rem 1rem}[cmpsCoachingTagsNext] .cgtsst-tag.cgtsst-tag-selected{background-color:#d5f0ff;border-color:#1e60d4;color:#1e60d4}[cmpsCoachingTagsNext] .cgtsst-tag-placeholder{background-color:#bababa;border:2px solid transparent;border-radius:12px;color:#bababa;display:inline-block;margin-bottom:.5rem;margin-right:.75rem;padding:.25rem 1rem;width:200px}[cmpsCoachingTagsNext] .cgtsst-search-right{background-color:#f1f3f4;border:0;border-bottom-right-radius:22px;border-top-right-radius:22px;font-size:1.125rem;height:3rem}[cmpsCoachingTagsNext] .cgtsst-search-left{background-color:#f1f3f4;border:0;border-bottom-left-radius:22px;border-top-left-radius:22px;color:#707070;height:3rem;padding-left:1rem}[cmpsCoachingTagsNext] .cgtsst-selection-container{border:1px solid #dedede;border-radius:15px;padding:.5rem 1rem}[cmpsCoachingTagsNext] .cgtsst-selection-header{font-size:1.125rem;margin-bottom:.5rem}[cmpsCoachingTagsNext] .cgtsst-selection-metrics-header{font-size:.875rem;margin-bottom:.5rem}[cmpsCoachingTagsNext] .cgtsst-selection-body{display:flex;flex-direction:column;max-height:260px;overflow:hidden auto}[cmpsCoachingTagsNext] .cgtsst-uncoached{fill:#ce2521;color:#ce2521}[cmpsCoachingTagsNext] .cgtsst-coached{fill:#137e0f;color:#137e0f}[cmpsCoachingTagsNext] .cgtsst-non-opportunity{fill:#d17300;color:#d17300}[cmpsCoachingTagsNext] .cgtsst-on-scorecard{fill:#094468;color:#094468}[cmpsCoachingTagsNext] .cgtsst-selected{color:#1e60d4}[cmpsCoachingTagsNext] .cgtsst-grid-row-header{background-color:#f1f3f4;border:1px solid #f1f3f4}[cmpsCoachingTagsNext] .cgtsst-grid-row-content{border-left:1px solid #bababa;border-right:1px solid #bababa;border-top:1px solid #bababa}[cmpsCoachingTagsNext] [viewport][columns],[cmpsCoachingTagsNext] [viewport][content-top]{overflow:hidden!important}[cmpsCoachingTagsNext] [viewport][content-top] [row][last-visible],[cmpsCoachingTagsNext] [viewport][content] [row][last][last-visible]{border-bottom:1px solid #bababa}[cmpsCoachingTagsNext] .cgtsst-grid-metric-header{align-items:center;display:flex;margin-left:2.2rem}[cmpsCoachingTagsNext] .cgtsst-grid-metric{align-items:center;display:flex;padding-left:.5rem}[cmpsCoachingTagsNext] .cgtsst-grid-metric label{margin-bottom:0}[cmpsCoachingTagsNext] .cgtsst-grid-other{align-items:center;display:flex;justify-content:center;width:100%}[cmpsCoachingTagsNext] ::-webkit-scrollbar{background-color:#bababa;border-radius:8px;height:8px;width:8px}[cmpsCoachingTagsNext] ::-webkit-scrollbar-thumb{background-color:#505050;border-radius:8px}[cmpsCoachingTagsNext] button{outline:none!important}[cmpsCoachingTagsNext] .form-control:focus{box-shadow:none!important}[cmpsCalendarNavigation]{background-color:#f1f3f4;border-left:1px solid #bababa}[cmpsCalendarNavigation] .cn-container{align-items:center;display:flex;padding:.5rem 0}[cmpsCalendarNavigation] .cn-container .cn-left{align-items:center;display:flex;flex:1 0 33%;max-width:33%}[cmpsCalendarNavigation] .cn-container .cn-center{align-items:center;display:flex;flex-grow:1;justify-content:center;padding:0 1rem}[cmpsCalendarNavigation] .cn-container .cn-right{display:flex;flex:1 0 33%;justify-content:flex-end;max-width:33%}[cmpsScheduleEventContainer] .event-header cmps-icon{height:1rem;margin-right:.4rem;width:1rem}[cmpsScheduleEventContainer] .event-header cmps-icon svg{height:1rem;width:1rem}[cmpsScheduleEventContainer] .col-form-label,[cmpsScheduleEventContainer] .form-input{display:block}[cmpsScheduleEventContainer] .col-form-label{line-height:1;padding-bottom:calc(.3rem + 1px)}[cmpsScheduleEventContainer] .popup-trigger-button cmps-icon{float:right;height:1.1rem;width:1.1rem}[cmpsScheduleEventContainer] .popup-trigger-button cmps-icon svg{height:1.1rem;width:1.1rem}[cmpsScheduleEventContainer] .owl-dt-inline-container{border:1px solid #ccc;border-bottom-left-radius:.4rem;border-bottom-right-radius:.4rem;box-shadow:none;font-size:.9rem;width:19.1rem}[cmpsScheduleEventContainer] .owl-dt-inline-container .owl-dt-calendar{height:20rem}[cmpsScheduleEventContainer] .owl-dt-inline{width:100%!important}.cmps-profile-picture-change [cmpsScheduleEventContainer] .create-event-btn.btn-banner,[cmpsScheduleEventContainer] .btn.create-event-btn,[cmpsScheduleEventContainer] .cmps-profile-picture-change .create-event-btn.btn-banner,[cmpsScheduleEventContainer] button.create-event-btn.cmps-btn-table{background-color:#1e60d4;border-radius:.4rem;color:#fff;min-width:9rem}.cmps-schedule-event-select-event-dialog{border-radius:1rem;font-family:Lato;max-height:400px!important;max-width:315px;min-height:5rem;padding:.75rem;width:100%}.cmps-schedule-event-select-event-dialog .event-header{margin-bottom:.4rem}.cmps-schedule-event-select-event-dialog .event-header .event-header-title{margin-bottom:.5rem;text-align:center}.cmps-schedule-event-select-event-dialog .event-header .ribbon{background-color:#1e60d4;color:#fff;display:flex;justify-content:space-between;padding:.3rem}.cmps-schedule-event-select-event-dialog .event-header .ribbon .count-selected{line-height:2}.cmps-schedule-event-select-event-dialog .event-header .ribbon .associate-btn{fill:currentColor;background-color:transparent;border:none;color:#fff;cursor:pointer;padding:0}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--container{max-height:300px;overflow:auto}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item{border:1px solid #ccc;border-radius:1.5rem;font-family:Lato;height:auto!important;margin-bottom:.5rem;min-height:5rem;overflow:hidden;padding:0!important}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .item-header{background-color:#f2f2f2;border-bottom:1px solid #ccc;display:flex;padding:.65rem .5em .5em}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .item-header .behaviour-text,.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .item-header .sub-behaviour-text{display:block;line-height:normal;padding:.1rem;white-space:normal;width:100%}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .item-header .behaviour-text{font-size:.8rem}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .no-goals{line-height:2;text-align:center;width:100%}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .goal-list .goal-item{border-bottom:1px solid #ccc;padding:.3rem}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .goal-list .goal-item:last-child{border-bottom:none}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .goal-list .goal-info{display:flex;justify-content:space-evenly;line-height:1;padding:.2rem 0}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .goal-list .goal-name{line-height:1;padding:.2rem 1rem .2rem 1.5rem}.cmps-schedule-event-select-event-dialog .cmps-schedule-event-select-event-dialog--item .info{border-top:1px solid #ccc;display:flex;justify-content:space-between;line-height:1;padding:.5rem 1rem}.schedule-event-search .modal-content{background-color:transparent;border:transparent}[cmpsCurrentCommitments],[cmpsScheduleEventContainer]{background-color:#fff;border:.5px solid #dfdfdf;border-radius:16px;padding:1rem;width:358px}[cmpsScheduleEventContainer] .event-header{display:flex;flex-direction:row;justify-content:space-between;padding:.5rem .5rem .5rem 1.1rem;text-align:center}[cmpsScheduleEventContainer] .event-header .text{width:auto}[cmpsScheduleEventContainer] .event-header .text span{font-size:.8rem}[cmpsScheduleEventContainer] .event-header .close{font-size:.1rem;justify-self:flex-end}[cmpsScheduleEventContainer] .popup-trigger-button{background:transparent;border:1px solid #ccc;border-radius:.4rem;display:flex;padding:.4rem;width:100%}[cmpsScheduleEventContainer] .popup-trigger-button .btn-text{color:#ccc;text-align:left;width:100%}[cmpsScheduleEventContainer] .current-date{background-color:#1e60d4;border-top-left-radius:.4rem;border-top-right-radius:.4rem;color:#fff;font-size:.85rem;padding:.6rem}[cmpsScheduleEventContainer] .time-combo{display:flex;height:2rem}[cmpsScheduleEventContainer] .time-combo label{margin-right:1rem;text-align:right;width:2.8rem}[cmpsScheduleEventContainer] .time-combo input{border:1px solid #ccc;border-radius:.4rem;width:4.5rem}[cmpsScheduleEventContainer] .create-event-btn cmps-icon{height:1.1rem;margin-right:.1rem;width:1.1rem}[cmpsScheduleEventContainer] .create-event-btn cmps-icon svg{height:1.1rem;width:1.1rem}[cmpsScheduleEventContainer] .create-event-btn cmps-wait-status{font-size:.3rem}[cmpsScheduleEventContainer] .assoc-commitments .comm-item{display:flex;flex-direction:row;justify-content:space-between;width:100%}[cmpsScheduleEventContainer] .assoc-commitments .comm-item>span{font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}[cmpsScheduleEventContainer] .assoc-commitments .comm-item button{background-color:transparent;border:none;font-size:.9rem}[cmpsScheduleEventContainer] .assoc-commitments .comm-item button cmps-icon,[cmpsScheduleEventContainer] .assoc-commitments .comm-item button cmps-icon svg{height:.9rem;width:.9rem}[cmpsCurrentCommitments] .header{text-align:center}[cmpsCurrentCommitments] .header cmps-icon{float:right}[cmpsCurrentCommitments] .current-commitment-list .current-commitment-item{border-radius:1.5rem}[cmpsCurrentCommitments] .current-commitment-list .current-commitment-item .item-header{background-color:#f2f2f2;border:1px solid #ccc}.event-pu-container{margin-left:-.1rem;margin-top:-2.15rem}.event-pu-container [cmpsScheduleEventContainer]{border-top-left-radius:.4rem;padding-top:.1rem}[cmpsCalendar]{background-color:#fff;border:.5px solid #dfdfdf;border-radius:16px;padding:1.5rem}[cmpsCalendar] .cr-title{background-color:#f3f2f1;border-left:1px solid #bababa;border-right:1px solid #bababa;border-top:1px solid #bababa;display:flex;justify-content:space-between;padding:.5rem 1rem}[cmpsCalendar] .cr-title-label{display:flex;flex-direction:column;line-height:1}[cmpsCalendar] .cr-title-name{color:#1e60d4;font-size:1.2em}[cmpsCalendar] .cr-title-schedule{font-size:1.6em}[cmpsCalendar] .cr-column-header-row-date,[cmpsCalendar] .cr-column-header-row-nav{display:flex}[cmpsCalendar] .cr-column-header-cell-empty{background-color:#f1f3f4;width:70px}[cmpsCalendar] .cr-column-header-cell-empty+[cmpsCalendarNavigation]{flex:1}[cmpsCalendar] .cr-column-header-cell{background-color:#fff;border-bottom:1px solid #bababa;border-left:1px solid #bababa;border-top:1px solid #bababa;display:flex;flex:1;flex-direction:column;font-family:Lato-Bold,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;min-width:50px;padding:.5rem 1rem}[cmpsCalendar] .cr-column-header-cell .cr-column-header-date-narrow{font-size:1.75em}[cmpsCalendar] .cr-column-header-cell .cr-column-header-date-wide{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[cmpsCalendar] .cr-column-header-cell-weekend{background-color:#f3f2f1}[cmpsCalendar] .cr-column-header-cell-today{color:#1e60d4}[cmpsCalendar] .cr-hour-segment{border-bottom:1px solid #bababa;height:100%}[cmpsCalendar] .cr-hour-segment-time{background-color:#f1f3f4;height:100%;padding:0 .5rem;text-align:right}[cmpsCalendar] .cr-hour-segment-weekend{background-color:#f3f2f1}.cr-event-wrapper{background-color:#f1f3f4;height:100%;padding-left:.5rem;position:relative}.cr-event-wrapper .cr-event-stripe-bg{background:repeating-linear-gradient(-45deg,transparent,transparent 5px,#fff 0,#fff 10px);bottom:0;left:0;position:absolute;top:0;width:.5rem}.cr-event-wrapper .cr-event-name{background-color:#fff;overflow:hidden;padding:0 .5rem}.cr-event-wrapper .cr-event-event{align-items:center;background-color:#f1f3f4;color:#fff;display:flex;justify-content:space-between;padding:.1rem .5rem}.cr-event-wrapper .cr-event-event .cr-event-event-name{overflow:hidden}[cmpsCalendar] ::-webkit-scrollbar{background-color:#bababa;border-radius:8px;height:8px;width:8px}[cmpsCalendar] ::-webkit-scrollbar-thumb{background-color:#505050;border-radius:8px}.cal-week-view{border-bottom:1px solid #bababa;border-left:1px solid #bababa;border-right:1px solid #bababa}.cal-time-events{border-bottom:0!important;border-left:0!important;border-right:0!important;margin-right:-8px;max-height:500px;overflow-x:hidden;overflow-y:auto}.cal-day-column,.cal-day-columns{height:100%}.cal-day-column .cal-hour:last-child>:last-child .cr-hour-segment:last-child{border-bottom:0}[cmpsSelectOptionCalendar]{background-color:#fff;border:.5px solid #dfdfdf;border-radius:16px}[cmpsSelectOptionCalendar] .soc-container{display:flex;flex-direction:column;margin:1rem;max-height:150px;max-width:250px;overflow-y:auto;text-align:left}[cmpsSelectOptionCalendar] .soc-row{border-bottom:1px solid #bababa}[cmpsSelectOptionCalendar] .soc-wrapper{cursor:pointer}.soc-pu-container{margin-left:-.1rem;margin-top:-2.15rem;z-index:1500}.soc-pu-container [cmpsScheduleEventContainer]{border-top-left-radius:.4rem;padding-top:.1rem}.cmps-coaching-detail{display:flex;height:calc(100vh - 72px);margin-left:.75rem;max-height:calc(100vh - 72px);min-height:calc(100vh - 72px)}.cmps-coaching-detail.cmps-coaching-detail--pillar-one-collapsible{margin-left:calc(.75rem + 20px)}.cmps-coaching-detail--pillar-one{margin-right:.1rem;max-width:230px;min-width:230px;overflow:hidden auto;width:230px}.cmps-coaching-detail--pillar-one.cmps-coaching-detail--pillar-one-left{background-color:#fff;bottom:0;display:flex;height:calc(100vh - 72px);left:0;max-height:calc(100vh - 72px);max-width:30px;min-height:calc(100vh - 72px);min-width:30px;overflow:visible;position:fixed;top:72px;width:30px;z-index:1000}.cmps-coaching-detail--pillar-one.cmps-coaching-detail--pillar-one-left .cmps-coaching-detail--pillar-one--scrollbar{display:none}.cmps-coaching-detail--pillar-one.cmps-coaching-detail--pillar-one-left.cmps-coaching-detail--pillar-one-open{margin-left:.75rem;max-width:260px;min-width:260px;width:260px}.cmps-coaching-detail--pillar-one.cmps-coaching-detail--pillar-one-left.cmps-coaching-detail--pillar-one-open .cmps-coaching-detail--pillar-one--scrollbar{display:block}.cmps-coaching-detail--pillar-one.cmps-coaching-detail--pillar-one-left .cmps-coaching-detail--pillar-one--toggle{align-items:stretch;background-color:#ececec;box-shadow:3px 0 2px 0 #00000062,-4px 0 4px 1px #0002;display:flex;max-width:30px;min-width:30px;width:30px}.cmps-coaching-detail--pillar-one.cmps-coaching-detail--pillar-one-left .cmps-coaching-detail--pillar-one--toggle cmps-icon{overflow:hidden}.cmps-coaching-detail--pillar-one.cmps-coaching-detail--pillar-one-left .cmps-coaching-detail--pillar-one--toggle svg{shape-rendering:crispedges;transform:scale(2.5) translateX(-1px)}.cmps-coaching-detail--pillar-two{margin-right:.1rem;max-width:500px;min-width:500px;overflow:hidden;width:500px}.cmps-coaching-detail--pillar-three{flex-grow:1;overflow:hidden auto}.cmps-coaching-detail-pillar-one{display:block;padding-right:.75rem}.cmps-coaching-detail-pillar-one .cmps-coaching-focus-label,.cmps-coaching-detail-pillar-one .cmps-coaching-opportunity-item-action--button{background-color:#f3f2f1;margin-bottom:.1rem}.cmps-coaching-detail-pillar-one .cmps-coaching-detail-pillar-one--user-info-user .cmps-user-info--button,.cmps-coaching-detail-pillar-one .cmps-coaching-detail-pillar-one--user-info-user>div{width:100%}.cmps-coaching-detail-pillar-one .cmps-coaching-detail-pillar-one--user-info-user .cmps-user-info--button span{text-align:left;width:100%}.cmps-coaching-detail-pillar-one .cmps-coaching-detail-pillar-one--user-info-user .cmps-user-info--button cmps-icon{padding-left:.25rem}.cmps-coaching-detail-pillar-one .cmps-coaching-detail-pillar-one--opp-button-wrapper{position:relative}.cmps-coaching-detail-pillar-one .cmps-coaching-detail-pillar-one--opp-button-wrapper button{width:100%}.cmps-coaching-detail-pillar-one .cmps-coaching-detail-pillar-one--active-metric{background-color:#1e60d4;border-radius:50%;height:10px;position:absolute;right:7px;top:7px;width:10px}.cmps-coaching-detail-pillar-two{display:block;height:100%}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--user-info{background-color:#f1f3f4;padding:0 .5rem .25rem}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--tabset{display:flex;flex-direction:column;height:100%}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--label-wrapper{flex:0 0 0;padding:1rem 0}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--content-wrapper{flex:1 0 0;max-height:100%;overflow:hidden}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion{padding-right:.75rem}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--item-margin{margin-bottom:.1rem}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--cmt .cmps-coaching-detail-pillar-two--item-margin{margin-bottom:6px}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--item-bg{background-color:#f3f2f1}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--active-metric{background-color:#1e60d4;border-radius:50%;height:10px;margin-left:auto;width:10px}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-coaching-focus-item{width:100%}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-accordion-header--category{margin-bottom:0!important;padding:0!important;position:relative}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-accordion-header--category .cmps-icon{fill:#fff;padding-left:.5rem;position:absolute;top:.8rem;z-index:1}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-accordion-header--category .cmps-coaching-focus-item--behaviour,.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-accordion-header--category .cmps-coaching-focus-item--sub-behaviour{padding-left:2.5rem}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-accordion-content .cmps-accordion-item{align-items:flex-start;background-color:#ececec;color:#000;cursor:pointer;display:flex;flex-direction:column;font-family:Lato,sans-serif;font-size:12px;padding:.5rem 0}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-accordion-content .cmps-accordion-item .cmps-accordion-header{width:100%}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-accordion-content .cmps-accordion-item .cmps-accordion-header--open{padding-bottom:.5rem}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-accordion-content .cmps-accordion-item cmps-accordion-header .cmps-icon{padding-left:.5rem}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--accordion--observations .cmps-accordion-content--category-item{width:100%}.cmps-coaching-detail-pillar-two .cmps-tab-button{font-size:16px!important}.cmps-coaching-detail-pillar-two .cmps-tab-button.cmps-tab-button--selected{background-color:#f1f3f4;border-bottom-color:#bababa}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--cmt .cmps-accordion-header{font-size:16px!important;margin-bottom:6px!important}.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--obs .cmps-accordion-header,.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--obs .cmps-coaching-focus-item--behaviour>span,.cmps-coaching-detail-pillar-two .cmps-coaching-detail-pillar-two--obs .cmps-coaching-focus-item--sub-behaviour>span{font-size:16px!important}.cmps-detail-grid{display:block}.cmps-detail-grid .cmps-detail-grid--row{display:flex}.cmps-detail-grid .cmps-detail-grid--row:first-child{background-color:#f3f2f1;font-weight:700}.cmps-detail-grid .cmps-detail-grid--row:first-child>div{padding:.5rem}.cmps-detail-grid .cmps-detail-grid--row>div{display:inline-flex;flex:1 1 24%;padding:.75rem}.cmps-detail-grid .cmps-detail-grid--row>div:first-child{flex:1 1 28%;font-weight:700}.cmps-coaching-detail-pillar-three{display:flex;flex-direction:column}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--top{align-items:flex-start;display:flex;flex-wrap:wrap;margin-bottom:3rem}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--bottom{padding:0 3rem}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--left{align-items:center;display:flex;flex:1 0 0;flex-wrap:wrap;justify-content:space-between}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--right{display:flex}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--right .cmps-coaching-detail-pillar-three--close{padding-left:3rem;padding-right:.5rem}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--info{flex:1 1 30%;justify-content:center;text-align:center}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--actions{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;justify-content:center;padding:.75rem 0}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--actions .cmps-coaching-detail-pillar-three--actions-btn{margin:0 1rem}.cmps-coaching-detail-pillar-three cmps-coaching-opportunity-action-group,.cmps-coaching-detail-pillar-three cmps-tabset{margin-bottom:3rem}.cmps-coaching-detail-pillar-three cmps-tabset-label-wrapper{border-bottom:2px solid #bababa;justify-content:flex-end;padding:0 .75rem}.cmps-coaching-detail-pillar-three cmps-tabset-label-wrapper [cmpsTabButton]{min-width:95px}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--sg-avg{align-items:center;display:flex;padding:0 .75rem}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--sg-avg>span{margin-right:.5rem}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--chart-legend{display:flex;flex-wrap:wrap}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--chart-legend cmps-coaching-legend-item{flex:1 1 20%}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--chart-wrapper{position:relative}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--chart-no-data{background-color:#fff;border:1px solid #ccc;border-radius:.6rem;left:50%;padding:.5rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1}.cmps-coaching-detail-pillar-three .cmps-coaching-detail-pillar-three--periods{padding:.75rem;text-align:right}.cmps-admin-table-editor{display:block}.cmps-admin-table-editor .cmps-admin-table-editor--table{display:flex;flex-direction:column}.cmps-admin-table-editor .cmps-admin-table-editor--row{align-items:center;display:flex}.cmps-admin-table-editor .cmps-admin-table-editor--cell-10{flex:1 1 10%;max-width:10%}.cmps-admin-table-editor .cmps-admin-table-editor--cell-20{flex:1 1 20%;max-width:20%}.cmps-admin-table-editor .cmps-admin-table-editor--cell-30{flex:1 1 30%;max-width:30%}.cmps-admin-table-editor .cmps-admin-table-editor--cell-40{flex:1 1 40%;max-width:40%}.cmps-admin-table-editor .cmps-admin-table-editor--cell-50{flex:1 1 50%;max-width:50%}.cmps-admin-table-editor .cmps-admin-table-editor--cell-60{flex:1 1 60%;max-width:60%}.cmps-admin-table-editor .cmps-admin-table-editor--cell-70{flex:1 1 70%;max-width:70%}.cmps-admin-table-editor .cmps-admin-table-editor--cell-80{flex:1 1 80%;max-width:80%}.cmps-admin-table-editor .cmps-admin-table-editor--cell-90{flex:1 1 90%;max-width:90%}.cmps-admin-table-editor .cmps-admin-table-editor--cell-100{flex:1 1 100%;max-width:100%}.cmps-admin-table-editor .cmps-admin-table-editor--table .cmps-admin-table-editor--tables-container{max-height:250px;overflow:auto}.cmps-admin-table-editor .cmps-admin-table-editor--table .cmps-admin-table-editor--rows-container{max-height:500px;overflow:auto}.cmps-auth-validate{display:flex;flex-direction:column;font-family:Lato,sans-serif;font-size:12px;position:relative;width:500px}.cmps-auth-validate .cmps-auth-validate--close{position:absolute;right:6px;top:6px}.cmps-auth-validate .cmps-auth-validate--header{align-items:center;background-color:#1e60d4;border-top-left-radius:16px;border-top-right-radius:16px;color:#fff;display:flex;justify-content:space-between;padding:1rem 3.5rem 1rem 2rem;text-align:center}.cmps-auth-validate .cmps-auth-validate--body{background-color:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.cmps-auth-validate .cmps-auth-validate--input{border-radius:5px;height:30px}.cal-month-view .cal-header{font-weight:bolder;text-align:center}.cal-month-view .cal-header .cal-cell{display:block;overflow:hidden;padding:5px 0;text-overflow:ellipsis;white-space:nowrap}.cal-month-view .cal-days{border:1px solid;border-bottom:0}.cal-month-view .cal-cell-top{flex:1;min-height:78px}.cal-month-view .cal-cell-row{display:flex}.cal-month-view .cal-cell{align-items:stretch;display:flex;flex:1;flex-direction:column;float:left}.cal-month-view .cal-cell .cal-event{pointer-events:all!important}.cal-month-view .cal-day-cell{min-height:100px}@media (-ms-high-contrast:none){.cal-month-view .cal-day-cell{display:block}}.cal-month-view .cal-day-cell:not(:last-child){border-right:1px solid}[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child){border-left:1px solid;border-right:initial}.cal-month-view .cal-days .cal-cell-row{border-bottom:1px solid}.cal-month-view .cal-day-badge{border-radius:10px;display:inline-block;font-size:12px;font-weight:700;line-height:1;margin-left:10px;margin-top:18px;min-width:10px;padding:3px 7px;text-align:center;vertical-align:middle;white-space:nowrap}.cal-month-view .cal-day-number{float:right;font-size:1.2em;font-weight:400;margin-bottom:10px;margin-right:15px;margin-top:15px;opacity:.5}.cal-month-view .cal-events{align-items:flex-end;display:flex;flex:1;flex-wrap:wrap;line-height:10px;margin:3px}.cal-month-view .cal-event{border-radius:50%;display:inline-block;height:10px;margin:2px;width:10px}.cal-month-view .cal-day-cell.cal-in-month.cal-has-events{cursor:pointer}.cal-month-view .cal-day-cell.cal-out-month .cal-day-number{cursor:default;opacity:.1}.cal-month-view .cal-day-cell.cal-today .cal-day-number{font-size:1.9em}.cal-month-view .cal-open-day-events{padding:15px}.cal-month-view .cal-open-day-events .cal-event{position:relative;top:2px}.cal-month-view .cal-out-month .cal-day-badge,.cal-month-view .cal-out-month .cal-event{opacity:.3}.cal-month-view .cal-draggable{cursor:move}.cal-month-view .cal-drag-active *{pointer-events:none}.cal-month-view .cal-event-title{cursor:pointer}.cal-month-view .cal-event-title:hover{text-decoration:underline}.cal-month-view,.cal-month-view .cal-cell-row:hover{background-color:#fff}.cal-month-view .cal-cell-row .cal-cell:hover,.cal-month-view .cal-cell.cal-has-events.cal-open{background-color:#ededed}.cal-month-view .cal-days{border-color:#bababa}.cal-month-view .cal-day-cell:not(:last-child){border-right-color:#bababa}[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child){border-left-color:#bababa;border-right-color:initial}.cal-month-view .cal-days .cal-cell-row{border-bottom-color:#bababa}.cal-month-view .cal-day-badge{background-color:#b94a48;color:#fff}.cal-month-view .cal-event{background-color:#1e90ff;border-color:#d1e8ff;color:#fff}.cal-month-view .cal-day-cell.cal-weekend .cal-day-number{color:#8b0000}.cal-month-view .cal-day-cell.cal-today{background-color:#e8fde7}.cal-month-view .cal-day-cell.cal-drag-over{background-color:#e0e0e0!important}.cal-month-view .cal-open-day-events{background-color:#555;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);color:#fff}.cal-week-view *{box-sizing:border-box}.cal-week-view .cal-day-headers{border:1px solid;display:flex;padding-left:70px}[dir=rtl] .cal-week-view .cal-day-headers{padding-left:0;padding-right:70px}.cal-week-view .cal-day-headers .cal-header{flex:1;padding:5px;text-align:center}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:1px solid}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child){border-left:1px solid;border-right:initial}.cal-week-view .cal-day-headers .cal-header:first-child{border-left:1px solid}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child{border-left:initial;border-right:1px solid}.cal-week-view .cal-day-headers span{font-weight:400;opacity:.5}.cal-week-view .cal-day-column{border-left:1px solid;flex-grow:1}[dir=rtl] .cal-week-view .cal-day-column{border-left:initial;border-right:1px solid}.cal-week-view .cal-event{border:1px solid;direction:ltr;font-size:12px}.cal-week-view .cal-time-label-column{height:100%;width:70px}.cal-week-view .cal-current-time-marker{height:2px;position:absolute;width:100%;z-index:2}.cal-week-view .cal-all-day-events{border-bottom:3px solid;border-left:1px solid;border-right:1px solid;border-top:0;padding-top:3px;position:relative}.cal-week-view .cal-all-day-events .cal-day-columns{display:flex;height:100%;position:absolute;top:0;width:100%;z-index:0}.cal-week-view .cal-all-day-events .cal-events-row{height:31px;margin-left:70px;position:relative}[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row{margin-left:0;margin-right:70px}.cal-week-view .cal-all-day-events .cal-event-container{display:inline-block;position:absolute}.cal-week-view .cal-all-day-events .cal-event-container.resize-active{pointer-events:none;z-index:1}.cal-week-view .cal-all-day-events .cal-event{height:28px;line-height:28px;margin-left:2px;margin-right:2px;padding:0 5px}.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-bottom-left-radius:5px;border-top-left-radius:5px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-bottom-left-radius:0;border-bottom-right-radius:5px!important;border-top-left-radius:0;border-top-right-radius:5px!important}.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-bottom-right-radius:5px;border-top-right-radius:5px}[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-bottom-left-radius:5px;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:0}.cal-week-view .cal-all-day-events .cal-time-label-column{align-items:center;display:flex;font-size:14px;justify-content:center}.cal-week-view .cal-all-day-events .cal-resize-handle{cursor:col-resize;height:100%;position:absolute;top:0;width:6px}.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:0}[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{left:0;right:auto}.cal-week-view .cal-event,.cal-week-view .cal-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-week-view .cal-drag-active{pointer-events:none;z-index:1}.cal-week-view .cal-drag-active *{pointer-events:none}.cal-week-view .cal-time-events{border:1px solid;border-top:0;display:flex;position:relative}.cal-week-view .cal-time-events .cal-day-columns{display:flex;flex-grow:1}.cal-week-view .cal-time-events .cal-day-column,.cal-week-view .cal-time-events .cal-events-container{position:relative}.cal-week-view .cal-time-events .cal-event-container{position:absolute;z-index:1}.cal-week-view .cal-time-events .cal-event{height:calc(100% - 2px);line-height:25px;margin:1px;padding:0 5px;width:calc(100% - 2px)}.cal-week-view .cal-time-events .cal-resize-handle{cursor:row-resize;height:4px;position:absolute;width:100%}.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end{bottom:0}.cal-week-view .cal-hour-segment{position:relative}.cal-week-view .cal-hour-segment:after{content:" "}.cal-week-view .cal-event-container:not(.cal-draggable){cursor:pointer}.cal-week-view .cal-draggable{cursor:move}.cal-week-view .cal-hour-segment,.cal-week-view mwl-calendar-week-view-hour-segment{display:block}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom:thin dashed}.cal-week-view .cal-time{font-weight:700;padding-top:5px;text-align:center;width:70px}.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time{display:none}.cal-week-view .cal-starts-within-day .cal-event{border-top-left-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-ends-within-day .cal-event{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cal-week-view{background-color:#fff;border-top:1px solid #bababa}.cal-week-view .cal-day-headers{border-color:#bababa;border-top:0}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:#bababa}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child){border-left:1px solid #bababa!important;border-right-color:initial}.cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:#bababa}[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:initial;border-right-color:#bababa}.cal-week-view .cal-day-headers .cal-drag-over,.cal-week-view .cal-day-headers .cal-header:hover{background-color:#ededed}.cal-week-view .cal-day-column{border-left-color:#bababa}[dir=rtl] .cal-week-view .cal-day-column{border-left-color:initial;border-right-color:#bababa}.cal-week-view .cal-event{background-color:#d1e8ff;border-color:#1e90ff;color:#1e90ff}.cal-week-view .cal-all-day-events{border-color:#bababa}.cal-week-view .cal-header.cal-today{background-color:#e8fde7}.cal-week-view .cal-header.cal-weekend span{color:#8b0000}.cal-week-view .cal-time-events{border-color:#bababa}.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover{background-color:#ededed}.cal-week-view .cal-hour-odd{background-color:#fff}.cal-week-view .cal-drag-over .cal-hour-segment{background-color:#ededed}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom-color:#bababa}.cal-week-view .cal-current-time-marker{background-color:#ea4334}.cal-day-view mwl-calendar-week-view-header{display:none}.cal-day-view .cal-events-container{margin-left:70px}[dir=rtl] .cal-day-view .cal-events-container{margin-left:0;margin-right:70px}.cal-day-view .cal-day-column{border-left:0}.cal-day-view .cal-current-time-marker{margin-left:70px;width:calc(100% - 70px)}[dir=rtl] .cal-day-view .cal-current-time-marker{margin-left:0;margin-right:70px}.cal-tooltip{word-wrap:break-word;display:block;font-size:11px;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;opacity:.9;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.cal-tooltip.cal-tooltip-top{margin-top:-3px;padding:5px 0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-width:5px 5px 0;bottom:0;left:50%;margin-left:-5px}.cal-tooltip.cal-tooltip-right{margin-left:3px;padding:0 5px}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-width:5px 5px 5px 0;left:0;margin-top:-5px;top:50%}.cal-tooltip.cal-tooltip-bottom{margin-top:3px;padding:5px 0}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-width:0 5px 5px;left:50%;margin-left:-5px;top:0}.cal-tooltip.cal-tooltip-left{margin-left:-3px;padding:0 5px}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-width:5px 0 5px 5px;margin-top:-5px;right:0;top:50%}.cal-tooltip-inner{border-radius:.25rem;max-width:200px;padding:3px 8px;text-align:center}.cal-tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-top-color:#000}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-right-color:#000}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-bottom-color:#000}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-left-color:#000}.cal-tooltip-inner{background-color:#000;color:#fff}

/*# sourceMappingURL=styles-assets.css.map*/