@charset "UTF-8";
/**
 * Colors
 */
/**
 * Typography
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,500italic|Raleway:400,700);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined);
/**
 * Sizes
 */
/**
 * Convert Typography Units
 */
/**
 * Break points
 */
/* Redesign */
.gutter {
  padding: 20px;
}
.gutter-horizontal {
  padding-left: 20px;
  padding-right: 20px;
}
.gutter-vertical {
  padding-top: 20px;
  padding-bottom: 20px;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block;
}

.float-left-clear {
  float: left;
  clear: both;
  display: block;
}

.clear-right {
  clear: right;
}

.clear-left {
  clear: left;
}

.overflow-hidden {
  overflow: hidden;
}

.margin-middle {
  margin: 0 auto !important;
}

.vertical-align-top {
  vertical-align: top;
}
.vertical-align-middle {
  vertical-align: middle;
}
.vertical-align-bottom {
  vertical-align: bottom;
}

.one-half {
  width: 50%;
  float: left;
}
.one-third {
  width: 33%;
  float: left;
}
.one-fourth {
  width: 25%;
  float: left;
}
.one-fifth {
  width: 20%;
  float: left;
}

.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}

.vertical-align-top {
  vertical-align: top;
}
.vertical-align-bottom {
  vertical-align: bottom;
}
.vertical-align-middle {
  vertical-align: middle;
}
.vertical-align-text-top {
  vertical-align: text-top;
}
.vertical-align-text-bottom {
  vertical-align: text-bottom;
}

.font-weight-700 {
  font-weight: 700;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-300 {
  font-weight: 300;
}

.font-size-8px {
  font-size: 8px;
}
.font-size-9px {
  font-size: 9px;
}
.font-size-10px {
  font-size: 10px;
}
.font-size-12px {
  font-size: 12px;
}
.font-size-14px {
  font-size: 14px;
}
.font-size-16px {
  font-size: 16px;
}
.font-size-17px {
  font-size: 17px;
}
.font-size-18px {
  font-size: 18px;
}
.font-size-20px {
  font-size: 20px;
}
.font-size-21px {
  font-size: 21px;
}
.font-size-22px {
  font-size: 22px;
}
.font-size-23px {
  font-size: 23px;
}
.font-size-24px {
  font-size: 24px;
}
.font-size-25px {
  font-size: 25px;
}
.font-size-26px {
  font-size: 26px;
}

.font-weight-lighter {
  font-weight: lighter;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-bolder {
  font-weight: bolder;
}
.font-weight-normal {
  font-weight: normal;
}

.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}

.outline-none {
  outline: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* Redesign */
.rounded-none, .user-menu-wrap .user-menu-item.selected:hover {
  border-radius: 0 !important;
}

.rounded-sm, .pipeline-tile, .user-tile, .icon-button, .typeahead .tt-dropdown-menu {
  border-radius: 0.25rem !important;
}

.rounded-lg, .bulk-edit-flyout-collapse .bulk-card-element, .controller-tile {
  border-radius: 0.375rem !important;
}

.rounded-xl, .date-pill {
  border-radius: 0.9375rem !important;
}

.rounded-circle, .list-container .contributor-card .user-image, .employee-container .employee-card .user-image, .employee-container > div .employee-card .user-image, .recognition-wrapper .user-image, .user-menu-wrap .user-menu-item .secondary-reports-indicator, .user-menu-wrap .user-menu-item .reports-indicator, .tile-body .user-image, .user-tile .user-image, .tile-checkin .tile-body .img-wrap .checkin-image, #userPanel .user-image, #accordion-interior .card-body .img-wrap .user-image, #flex-table #flex-table-side .user-image {
  border-radius: 50% !important;
}

.bottom-rounded-sm {
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.rounded-sm-top-left {
  border-top-left-radius: 0.25rem !important;
}

.rounded-sm-top-right {
  border-top-right-radius: 0.25rem !important;
}

.rounded-sm-bottom-left {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-sm-bottom-right {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-lg-top-left {
  border-top-left-radius: 0.375rem !important;
}

.rounded-lg-top-right {
  border-top-right-radius: 0.375rem !important;
}

.rounded-lg-bottom-left {
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-lg-bottom-right {
  border-bottom-right-radius: 0.375rem !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto, .pipeline-head {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

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

.overflow-auto {
  overflow: auto;
}

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

div.hide-scroll::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .overflow-md-auto {
    overflow: auto;
  }
  .overflow-md-hidden {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .overflow-xl-auto {
    overflow: auto;
  }
  .overflow-xl-hidden {
    overflow: hidden;
  }
}
.box-shadow-xl {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}

.box-shadow-md {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}

/* Redesign */
.dashboard-body {
  padding: 0px;
}

.carousel-controller {
  min-height: 6rem;
}

.table {
  display: table;
}

.gray-background {
  background-color: #fafafa;
}

.silver-background {
  background-color: #F5F5F5;
}

.mid-gray-background {
  background-color: #f0f0f0;
}

.white-background {
  background-color: #FFFFFF;
}

.pc-background {
  background-color: #0b6a77;
}

.pc-navy-background {
  background-color: #072B36;
}

.pc-teal-background {
  background-color: #0b6a77;
}

.pc-blue-background {
  background-color: #127574;
}

.divider {
  border-bottom: solid 1px #E6E6E6;
}
.divider-vertical {
  background-color: #E6E6E6;
  width: 1px;
}

body .hide-all {
  display: none !important;
}

div.soft-hide {
  display: none;
}

.height-full-max {
  height: 100%;
}

.height-auto {
  height: auto !important;
}

.min-height-100px {
  min-height: 100px;
}

.min-height-full-max {
  min-height: 100%;
}

.max-height-reset {
  max-height: unset !important;
}

.full-width {
  width: 100%;
}

.mw-80 {
  max-width: 80% !important;
}

.mw-90 {
  max-width: 90% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.border-default {
  border: solid 1px #E6E6E6;
}

.border-reset {
  border: none !important;
}

.border-top-reset {
  border-top: none !important;
}

.position-top-zero {
  top: 0;
}

.position-left-zero {
  left: 0;
}

.position-right-zero {
  right: 0;
}

.position-bottom-zero {
  bottom: 0;
}

@media (min-width: 768px) {
  .carousel-controller {
    min-height: 4.5rem;
  }
  .height-full {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .height-max {
    height: 100%;
  }
}
.pc-background-gray-1 {
  background-color: #fafafa;
}
.pc-background-gray-2 {
  background-color: #f0f0f0;
}
.pc-background-gray-3 {
  background-color: #E6E6E6;
}
.pc-background-gray-4 {
  background-color: #F5F5F5;
}
.pc-background-gray-5 {
  background-color: #D7D7D7;
}
.pc-background-gray-6 {
  background-color: #DCDCDC;
}
.pc-background-gray-7 {
  background-color: #969696;
}
.pc-background-gray-8 {
  background-color: #5a5a5a;
}
.pc-background-gray-9 {
  background-color: #fafafa;
}

/**
 * Colors
 */
.color-white {
  color: #FFFFFF;
}
.color-teal {
  color: #0b6a77;
}
.color-orange {
  color: #0b6a77;
}
.color-orange-lt {
  color: #127574;
}
.color-blue {
  color: #127574;
}
.color-blue-lt {
  color: #00b0b4;
}
.color-blue-important {
  color: #127574 !important;
}
.color-blue-important-lt {
  color: #00b0b4 !important;
}
.color-bulk-important {
  color: #41b2db !important;
}
.color-bulk-important-lt {
  color: #41b2db !important;
}
.color-green {
  color: #3BAE1C;
}
.color-green-lt {
  color: #3BAE1C;
}
.color-navy {
  color: #072B36;
}
.color-navy-lt {
  color: #105A70;
}
.color-navy-x-lt {
  color: #157794;
}
.color-navy-xx-lt {
  color: #6880a2;
}
.color-navy-desaturate {
  color: #53acc6;
}
.color-gray {
  color: #939598;
}
.color-gray-lt {
  color: #9D9FA2;
}
.color-gray-brand-3 {
  color: #444;
}
.color-gray-1 {
  color: #fafafa;
}
.color-gray-2 {
  color: #f0f0f0;
}
.color-gray-3 {
  color: #E6E6E6;
}
.color-gray-4 {
  color: #F5F5F5;
}
.color-gray-5 {
  color: #D7D7D7;
}
.color-gray-6 {
  color: #DCDCDC;
}
.color-gray-7 {
  color: #969696;
}
.color-gray-8 {
  color: #5a5a5a;
}
.color-gray-9 {
  color: #fafafa;
}
.color-disabled {
  color: #CFD8DC;
}
.color-highlight {
  color: #E0E5EC;
}
.color-me {
  color: #00ADB0;
}
.color-team {
  color: #018D94;
}
.color-group {
  color: #026D77;
}
.color-company {
  color: #015961;
}
.color-ninebox {
  color: #1798FE;
}
.color-recognition {
  color: #E3879E;
}
.color-goal {
  color: #39AE1D;
}
.color-checkin {
  color: #836AA9;
}
.color-reviews {
  color: #13598D;
}
.color-warn {
  color: #ED5959;
}
.color-idp {
  color: #FCA311;
}

.image-ninebox {
  background-image: url("../../../images/feature-icons/9-box-icon.png");
}
.image-recognition {
  background-image: url("../../../images/feature-icons/recognition-icon.png");
}
.image-goal {
  background-image: url("../../../images/feature-icons/goal-icon.png");
}
.image-checkin {
  background-image: url("../../../images/feature-icons/checkin-icon.png");
}

/**
 * Backgrounds
 */
.bg {
  background-color: #fafafa;
}
.bg-white {
  background-color: #FFFFFF;
}
.bg-orange {
  background-color: #0b6a77;
}
.bg-orange-lt {
  background-color: #127574;
}
.bg-blue {
  background-color: #127574;
}
.bg-blue-lt {
  background-color: #00b0b4;
}
.bg-blue-xlt {
  background-color: #DEF2FF;
}
.bg-blue-xxlt {
  background-color: #F2FAFF;
}
.bg-navy {
  background-color: #072B36;
}
.bg-navy-lt {
  background-color: #105A70;
}
.bg-navy-lt-desaturate {
  color: #d9edf2;
}
.bg-gray {
  background-color: #939598;
}
.bg-gray-lt {
  background-color: #9D9FA2;
}
.bg-gray-xlt {
  background-color: #f0f0f0;
}
.bg-gray-xxlt {
  background-color: #F5F5F5;
}
.bg-gray-1 {
  background-color: #fafafa;
}
.bg-gray-2 {
  background-color: #f0f0f0;
}
.bg-gray-3 {
  background-color: #E6E6E6;
}
.bg-gray-4 {
  background-color: #F5F5F5;
}
.bg-gray-5 {
  background-color: #D7D7D7;
}
.bg-gray-6 {
  background-color: #DCDCDC;
}
.bg-gray-7 {
  background-color: #969696;
}
.bg-gray-8 {
  background-color: #5a5a5a;
}
.bg-gray-9 {
  background-color: #fafafa;
}
.bg-disabled {
  background-color: #CFD8DC;
}
.bg-highlight {
  background-color: #E0E5EC;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-goal {
  background-color: #3BAE1C;
}
.bg-goal.transparentize {
  background-color: rgba(59, 174, 28, 0.5);
}
.bg-checkin {
  background-color: #836AA9;
}
.bg-checkin.transparentize {
  background-color: rgba(131, 106, 169, 0.5);
}
.bg-feedback {
  background-color: #FFC502;
}
.bg-feedback.transparentize {
  background-color: rgba(255, 197, 2, 0.5);
}
.bg-review {
  background-color: #13598D;
}
.bg-review.transparentize {
  background-color: rgba(19, 89, 141, 0.5);
}
.bg-ninebox {
  background-color: #1798FE;
}
.bg-ninebox.transparentize {
  background-color: rgba(59, 174, 28, 0.5);
}
.bg-agenda {
  background-color: #B7134C;
}
.bg-agenda.transparentize {
  background-color: rgba(183, 19, 76, 0.5);
}
.bg-learn {
  background-color: #FF5F54;
}
.bg-learn.transparentize {
  background-color: rgba(255, 95, 84, 0.5);
}
.bg-custom {
  background-color: #646B74;
}
.bg-custom.transparentize {
  background-color: rgba(100, 107, 116, 0.5);
}
.bg-ninebox-light {
  background-color: #E3F3FF;
}
.bg-ninebox-gradient {
  background: transparent linear-gradient(226deg, #1C99FF 0%, #E4F2FE 100%) 0 0 no-repeat padding-box;
}

.hover-color-gray-1:hover {
  color: #fafafa;
}
.hover-color-gray-2:hover {
  color: #f0f0f0;
}
.hover-color-gray-3:hover {
  color: #E6E6E6;
}
.hover-color-gray-4:hover {
  color: #F5F5F5;
}
.hover-color-gray-5:hover {
  color: #D7D7D7;
}
.hover-color-gray-6:hover {
  color: #DCDCDC;
}
.hover-color-gray-7:hover {
  color: #969696;
}
.hover-color-gray-8:hover {
  color: #5a5a5a;
}
.hover-color-gray-9:hover {
  color: #fafafa;
}
.hover-color-black:hover {
  color: #111B29 !important;
}

.hover-background-color-gray-1:hover {
  background-color: #fafafa;
}
.hover-background-color-gray-2:hover {
  background-color: #f0f0f0;
}
.hover-background-color-gray-3:hover {
  background-color: #E6E6E6;
}
.hover-background-color-gray-4:hover {
  background-color: #F5F5F5;
}
.hover-background-color-gray-5:hover {
  background-color: #D7D7D7;
}
.hover-background-color-gray-6:hover {
  background-color: #DCDCDC;
}
.hover-background-color-gray-7:hover {
  background-color: #969696;
}
.hover-background-color-gray-8:hover {
  background-color: #5a5a5a;
}
.hover-background-color-gray-9:hover {
  background-color: #fafafa;
}
.hover-background-color-black:hover {
  background-color: #111B29 !important;
}
.hover-background-color-wd_select:hover {
  background-color: #337ab7;
}

/**
 * Borders
 */
.border-gray {
  border: 1px solid #939598;
}
.border-gray-1 {
  border: 1px solid #fafafa;
}
.border-feedback {
  background-color: #FFC502;
}
.border-feedback.transparentize {
  background-color: rgba(255, 197, 2, 0.5);
}
.border-review {
  background-color: #13598D;
}
.border-review.transparentize {
  background-color: rgba(19, 89, 141, 0.5);
}
.border-ninebox {
  background-color: #1798FE;
}
.border-ninebox.transparentize {
  background-color: rgba(23, 152, 254, 0.5);
}
.border-agenda {
  background-color: #B7134C;
}
.border-agenda.transparentize {
  background-color: rgba(183, 19, 76, 0.5);
}
.border-learn {
  background-color: #FF5F54;
}
.border-learn.transparentize {
  background-color: rgba(255, 95, 84, 0.5);
}
.border-custom {
  background-color: #646B74;
}
.border-custom.transparentize {
  background-color: rgba(100, 107, 116, 0.5);
}

html, body {
  font-size: 15px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}

p {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  color: #157794;
}

b,
strong {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3333333333em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8333333333em;
}

[ng-click] {
  cursor: pointer;
}

[ng-click][disabled] {
  cursor: default;
}

/* Redesign */
p {
  color: #5a5a5a !important;
}

.no-decoration:hover {
  text-decoration: none !important;
}
.no-decoration:active {
  text-decoration: none !important;
}
.no-decoration:visited {
  text-decoration: none !important;
}
.no-decoration:focus {
  text-decoration: none !important;
}

.text-decoration:hover {
  text-decoration: underline;
}

.color-white {
  color: #FFFFFF !important;
}

.color-brand-1 {
  color: #888 !important;
}

.color-brand-2 {
  color: #666 !important;
}

.color-brand-3 {
  color: #444 !important;
}

.color-brand-4 {
  color: #222 !important;
}

.color-brand-5 {
  color: #111 !important;
}

.color-brand-6 {
  color: #6F6F6F !important;
}

.color-ps-stats {
  color: #1F375F !important;
}

.pie-chart-1 {
  color: #07BEB8 !important;
}

.pie-chart-2 {
  color: #5796EE !important;
}

.pie-chart-3 {
  color: #F39743 !important;
}

.pie-chart-4 {
  color: #836AA9 !important;
}

.pie-chart-5 {
  color: #FE5F55 !important;
}

.font-xxxxs {
  font-size: 0.5rem;
}

.font-xxxs {
  font-size: 0.625rem;
}

.font-xxs {
  font-size: 0.75rem;
}

.font-xs {
  font-size: 0.9375rem;
}

.font-xsm {
  font-size: 1rem;
}

.font-sm {
  font-size: 1.0625rem;
}

.font-md {
  font-size: 1.25rem;
}

.font-lg {
  font-size: 1.5rem;
}

.font-xl {
  font-size: 1.75rem;
}

.font-xxl {
  font-size: 2rem;
}

.font-xxxl {
  font-size: 3.625rem;
}

.font-xxxxl {
  font-size: 4rem;
}

.font-bolder {
  font-weight: 600;
}

.font-bold {
  font-weight: 500;
}

.font-reset {
  font-weight: 300;
}

.font-caps {
  text-transform: uppercase;
}

.confirm {
  color: #68C49F !important;
}

.alert {
  color: #B16D41 !important;
}

.warn {
  color: #ED5959 !important;
}

.pc-orange {
  color: #0b6a77 !important;
}
.pc-navy {
  color: #072B36 !important;
}
.pc-recognition {
  color: #E3879E !important;
}
.pc-checkin {
  color: #836AA9 !important;
}
.pc-goal {
  color: #39AE1D !important;
}
.pc-360 {
  color: #F8982C !important;
}
.pc-learn {
  color: #FE5F55 !important;
}
.pc-blue {
  color: #127574 !important;
}
.pc-idp {
  color: #FCA311 !important;
}

.line-height-10px {
  line-height: 10px;
}

.line-height-11px {
  line-height: 11px;
}

.line-height-12px {
  line-height: 12px;
}

.line-height-13px {
  line-height: 13px;
}

.line-height-14px {
  line-height: 14px;
}

.line-height-15px {
  line-height: 15px;
}

.line-height-16px {
  line-height: 16px;
}

.line-height-17px {
  line-height: 17px;
}

.line-height-18px {
  line-height: 18px;
}

.line-height-19px {
  line-height: 19px;
}

.line-height-20px {
  line-height: 20px;
}

.line-height-21px {
  line-height: 21px;
}

.line-height-22px {
  line-height: 22px;
}

.line-height-23px {
  line-height: 23px;
}

.line-height-24px {
  line-height: 24px;
}

ol > li > ol {
  list-style-type: lower-latin;
}

ul.compact-list {
  padding-left: 20px;
}

.print-list-inside ul li {
  font-size: 12px;
  color: #444 !important;
}

i.round {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #ececec;
  position: relative;
}
i.round .img {
  height: 90%;
  width: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
i.round .img.round {
  border-radius: 100%;
  background-size: cover;
  background-position: center center;
}
i.company_image {
  height: 48px;
  width: 150px;
  border-radius: 0%;
  padding: 0px;
  margin: 0 15px 0 0;
  border: none;
  text-align: center;
  display: inline-block;
  position: relative;
}
i.company_image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
i.placeholder {
  text-align: center;
  font-size: 40px;
  color: #9D9FA2;
  line-height: 100px;
  margin: 0 auto;
  display: block;
}

object.signature-icon {
  fill: #337ab7;
  stroke: red;
}

.message-badge {
  position: absolute;
  top: -3px;
  right: -5px;
  background-color: red;
  color: #FFFFFF;
  font-size: 9px;
  line-height: 12px;
  box-sizing: border-box;
  padding: 0 2px;
  margin: 0;
  border-radius: 3px;
}

.drawer-icons {
  border-radius: 15px;
  border: 1px solid #D7D7D7;
  background-color: #FFFFFF;
  outline: none;
}
.drawer-icons > .hovering:hover {
  background-color: #f0f0f0;
}
.drawer-icons > :first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.drawer-icons > :last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.drawer-icons i {
  color: #072B36;
}

.drawer-completed-badge {
  position: absolute;
  top: -2px;
  right: -5px;
  width: 10px;
  height: 10px;
  overflow: visible;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.drawer-completed-badge > span {
  position: absolute;
  top: -3px;
  left: -3px;
}

.drawer-icon-pill {
  padding: 5px 40px;
  background-color: #F4F4F4;
  box-shadow: 0rem 0rem 0.625rem 0.125rem #e0e0e0;
  cursor: pointer;
  outline: none;
}
.drawer-icon-pill:hover {
  outline: none;
}
.drawer-icon-pill.pill-left {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  outline: none;
}
.drawer-icon-pill.pill-right {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  outline: none;
}
.drawer-icon-pill.active {
  background-color: #FFFFFF;
  color: #072B36;
  z-index: 0;
}
.drawer-icon-pill.pill-disabled {
  color: #969696;
  cursor: auto;
}
.drawer-icon-pill.pill-disabled:hover {
  background-color: #FFFFFF;
}

.pin-img {
  border: solid 1px #E6E6E6;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  width: 1.5rem;
  background-size: cover;
  border: none;
}

.img-img img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 150%;
  max-width: 200%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.drawer-footer > .drawer-button {
  background-color: #006184;
  color: #FFFFFF;
  border-radius: 15px;
}

.btn {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 5px;
  border-radius: 15px !important;
  /**
   * Colors
   */
  /**
   * Sizes
   */
}
.btn > * {
  vertical-align: middle;
}
.btn i.first {
  margin-right: 10px;
}
.btn i.last {
  margin-left: 10px;
}
.btn-default, .btn-primary {
  background-color: #127574;
  color: #FFFFFF;
}
.btn-default:hover, .btn-primary:hover {
  background-color: #00b0b4;
  color: #FFFFFF;
}
.btn-orange, .btn-success, .btn-secondary {
  background-color: #0b6a77;
  color: #FFFFFF;
}
.btn-orange:hover, .btn-success:hover, .btn-secondary:hover {
  background-color: #127574;
}
.btn-canceled {
  color: #CFD8DC !important;
  background-color: white;
  border: 1px #CFD8DC solid;
}
.btn.disabled, .btn:disabled {
  background-color: #CFD8DC;
  color: #FFFFFF;
}
.btn-tertiary {
  background-color: #CFD8DC;
  color: #939598;
}
.btn-blue-outline {
  background-color: #FFFFFF;
  border: 2px #127574 solid;
  color: #127574 !important;
}
.btn-orange-outline {
  background-color: #FFFFFF;
  border: 2px #0b6a77 solid;
  color: #0b6a77 !important;
}
.btn-bulk {
  background-color: #41B2DB;
  color: #FFFFFF;
}
.btn .btn-pc-lg {
  width: 275px;
  height: 64px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  color: transparent !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
}
.btn .btn-pc-md {
  width: 213px;
  height: 49px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: transparent !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
}
.btn .btn-pc-sm {
  width: 151px;
  height: 37px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  color: transparent !important;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
}

@media (min-width: 360px) {
  .nav-btn,
  .action-btn {
    position: absolute;
    top: -30px;
    right: 10px;
  }
}

.nav-empty-btn {
  top: -25px;
}

.no-nav-btn {
  margin-top: -70px;
  margin-left: 66%;
  padding: 10px;
}
@media (min-width: 360px) and (max-width: 768px) {
  .no-nav-btn {
    width: 100%;
    display: block;
    margin-left: 0%;
    margin-top: -70px;
  }
}
@media (min-width: 992px) {
  .no-nav-btn {
    float: right;
    margin-top: -82px;
  }
}

.po-select .btn {
  border-radius: 0.25rem !important;
}

.bottom-btn-group {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .bottom-btn-group {
    float: right;
  }
}
@media (min-width: 992px) {
  .bottom-btn-group {
    float: right;
  }
}

.help-button {
  position: fixed;
  bottom: 20px;
  right: 25px;
  background-color: #105A70;
  width: 70px;
  text-align: center;
  border-radius: 20px;
  padding: 6px;
  z-index: 100;
}
.help-button i {
  font-size: 16px;
  vertical-align: sub;
  margin-right: 2px;
}
.help-button small {
  color: #FFFFFF;
  font-weight: 500;
}

.mobile-button {
  display: none;
}

#login-email-form .btn,
#login-password-form .btn,
#request-password-reset-form .btn,
.portal-signup .btn {
  margin-left: 0px;
}

button.dropdown {
  vertical-align: middle;
  height: auto;
  white-space: normal;
  display: flex;
  padding-right: 10px;
}
button.dropdown .caret {
  display: inline-block;
  vertical-align: middle;
  align-self: center;
  margin-left: auto;
}

/* Redesign */
button.dropdown {
  height: 2.875rem;
}

.btn {
  color: #FFFFFF;
  font-size: 0.875rem;
  padding: 0.5625rem 1.125rem;
  margin-left: 0.5rem;
}
.btn:active, .btn:focus, .btn:active:focus {
  color: #FFFFFF;
}
.btn-primary {
  background-color: #0b6a77;
  border-color: #0b6a77;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:active:focus {
  background-color: #02171a;
}
.btn-primary-outline {
  background-color: #FFFFFF;
  border-color: #0b6a77;
  color: #0b6a77;
  outline: none;
}
.btn-primary-outline:active, .btn-primary-outline:focus {
  background-color: #FFFFFF;
  border-color: #0b6a77;
  color: #0b6a77;
  outline: none;
}
.btn-primary-outline:hover {
  background-color: #0b6a77;
}
.btn-secondary {
  background-color: #0b6a77;
  border-color: #0b6a77;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus {
  background-color: #02171a;
}
.btn-blue {
  background-color: #127574;
  border-color: #127574;
}
.btn-blue:active, .btn-blue:focus, .btn-blue:active:focus {
  background-color: #041d1c;
}
.btn-recognition {
  background-color: #E3879E;
  border-color: #E3879E;
}
.btn-recognition:active, .btn-recognition:focus, .btn-recognition:active:focus {
  background-color: #d0345b;
}
.btn-checkin {
  background-color: #836AA9;
  border-color: #836AA9;
}
.btn-checkin:active, .btn-checkin:focus, .btn-checkin:active:focus {
  background-color: #523f6e;
}
.btn-goal {
  background-color: #39AE1D;
  border-color: #39AE1D;
}
.btn-goal:active, .btn-goal:focus, .btn-goal:active:focus {
  background-color: #1c570e;
}
.btn-360 {
  background-color: #F8982C;
  border-color: #F8982C;
}
.btn-360:active, .btn-360:focus, .btn-360:active:focus {
  background-color: #b86406;
}
.btn-learn {
  background-color: #FE5F55;
  border-color: #FE5F55;
}
.btn-learn:active, .btn-learn:focus, .btn-learn:active:focus {
  background-color: #ec0f01;
}
.btn-review {
  background-color: #13598D;
  border-color: #13598D;
}
.btn-review:active, .btn-review:focus, .btn-review:active:focus {
  background-color: #072033;
}
.btn-calendar {
  background-color: #0D7BC0;
  border-color: #0D7BC0;
}
.btn-calendar:active, .btn-calendar:focus, .btn-calendar:active:focus {
  background-color: #073e60;
}
.btn-ninebox {
  background-color: #1798FE;
  border-color: #1798FE;
}
.btn-ninebox:active, .btn-ninebox:focus, .btn-ninebox:active:focus {
  background-color: #0162ae;
}
.btn-idp {
  background-color: #FCA311;
  border-color: #FCA311;
}
.btn-idp:active, .btn-idp:focus, .btn-idp:active:focus {
  background-color: #a56702;
}
.btn-filter {
  background-color: #E0E5EC;
  border-color: #E0E5EC;
}
.btn-filter:active, .btn-filter:focus, .btn-filter:active:focus {
  background-color: #a1b0c5;
}
.btn-filter[disabled] {
  background-color: #FFFFFF;
  border: solid 1px #D7D7D7;
  color: #444;
}
.btn-gray {
  background-color: #939598;
  border-color: #939598;
}
.btn-gray:active, .btn-gray:focus, .btn-gray:active:focus {
  background-color: #606265;
}
.btn-green {
  background-color: #3BAE1C;
  border-color: #3BAE1C;
}
.btn-green:active, .btn-green:focus, .btn-green:active:focus {
  background-color: #1d560e;
}
.btn-green-outline {
  background-color: #FFFFFF;
  border-color: #3BAE1C;
  color: #3BAE1C;
  outline: none;
}
.btn-green-outline:active, .btn-green-outline:focus {
  background-color: #FFFFFF;
  border-color: #3BAE1C;
  color: #3BAE1C;
  outline: none;
}
.btn-green-outline:hover {
  background-color: #3BAE1C;
}
.btn-warn {
  background-color: #ED5959;
  border-color: #ED5959;
}
.btn-warn:active, .btn-warn:focus, .btn-warn:active:focus {
  background-color: #ca1616;
}
.btn-warn-outline {
  background-color: #FFFFFF;
  border-color: #ED5959;
  color: #ED5959;
  outline: none;
}
.btn-warn-outline:hover {
  background-color: #ED5959;
}
.btn-default:active, .btn-default:focus, .btn-default:active:focus {
  color: #222;
  background-color: #cccccc;
}
.btn[disabled], .btn.disabled, .btn-default {
  background-color: #FFFFFF;
  border: solid 1px #D7D7D7;
  color: #444;
}
.btn.disabled {
  color: #888;
}
.btn-small {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}
.btn-square {
  height: 2.875rem;
  padding: 0;
  width: 2.875rem;
}

@media (min-width: 768px) {
  .btn:hover {
    color: #FFFFFF;
  }
  .btn-default:hover {
    background-color: #e6e6e6;
    border-color: #D7D7D7;
    color: #222;
  }
  .btn-primary:hover {
    background-color: #074048;
    border-color: #074048;
  }
  .btn-secondary:hover {
    background-color: #010709;
    border-color: #010709;
  }
  .btn-blue:hover {
    background-color: #0b4948;
    border-color: #0b4948;
  }
  .btn-recognition:hover {
    background-color: #d95e7d;
    border-color: #d95e7d;
  }
  .btn-checkin:hover {
    background-color: #6a528e;
    border-color: #6a528e;
  }
  .btn-goal:hover {
    background-color: #2b8216;
    border-color: #2b8216;
  }
  .btn-360:hover {
    background-color: #e97f08;
    border-color: #e97f08;
  }
  .btn-learn:hover {
    background-color: #fe2f22;
    border-color: #fe2f22;
  }
  .btn-calendar:hover {
    background-color: #0a5c90;
    border-color: #0a5c90;
  }
  .btn-gray:hover {
    background-color: #838589;
    border-color: #838589;
  }
  .btn-green:hover {
    background-color: #2c8215;
    border-color: #2c8215;
  }
  .btn[disabled], .btn.disabled:hover {
    background-color: #FFFFFF;
    border-color: #D7D7D7;
    color: #888;
    cursor: not-allowed;
  }
  .dropdown:hover {
    cursor: pointer;
  }
}
.btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-icon.size-sm {
  width: 24px;
  height: 24px;
}
.btn-icon.size-sm i {
  font-size: 14px;
}
.btn-icon.size-md {
  width: 28px;
  height: 28px;
}
.btn-icon.size-md i {
  font-size: 18px;
}
.btn-icon.size-xl {
  width: 32px;
  height: 32px;
}
.btn-icon.size-xl i {
  font-size: 22px;
}
.btn-icon.color-green i {
  color: #3BAE1C;
}
.btn-icon.round {
  border-radius: 50%;
}
.btn-icon.square-sm {
  border-radius: 3px;
}
.btn-icon.square-md {
  border-radius: 6px;
}
.btn-icon.square-xl {
  border-radius: 10px;
}
.btn-icon.border-color-gray-1 {
  border: 1px solid #fafafa;
}
.btn-icon.border-color-gray-2 {
  border: 1px solid #f0f0f0;
}
.btn-icon.border-color-gray-3 {
  border: 1px solid #E6E6E6;
}
.btn-icon.border-color-gray-4 {
  border: 1px solid #F5F5F5;
}
.btn-icon.border-color-gray-5 {
  border: 1px solid #D7D7D7;
}
.btn-icon.border-color-gray-6 {
  border: 1px solid #DCDCDC;
}
.btn-icon.border-color-gray-7 {
  border: 1px solid #969696;
}
.btn-icon.border-color-gray-8 {
  border: 1px solid #5a5a5a;
}
.btn-icon.border-color-gray-9 {
  border: 1px solid #fafafa;
}

.btn-caret::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Material Icons";
  font-size: 1.5rem;
  content: "arrow_drop_down";
  color: #111;
}

select {
  color: #939598;
  background-color: #FFFFFF;
}
select.secondary {
  background-color: #CFD8DC;
}

a .blue {
  color: #00b0b4;
}
a .orange {
  color: #127574;
}
a .edit {
  color: #072B36;
}
a .edit:disabled {
  color: #fafafa;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer:hover {
  cursor: pointer;
}

.pc-tabs-active {
  width: 122px;
  height: 35px;
  border-radius: 30px;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #FFFFFF;
  background-color: #939598;
}

.pc-tabs {
  width: 122px;
  height: 35px;
  border-radius: 30px;
  text-shadow: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #072B36;
  background-color: #FFFFFF;
}

.form-control, input:not(md-input-container input) {
  border: 1px solid #CFD8DC;
  border-radius: 2px;
  box-shadow: none;
  color: #105A70;
}
.form-control[role=listbox], input:not(md-input-container input)[role=listbox] {
  height: 2.875rem;
}
.form-control::-moz-placeholder, .form-control::-webkit-input-placeholder, input:not(md-input-container input)::-moz-placeholder, input:not(md-input-container input)::-webkit-input-placeholder {
  color: #CFD8DC;
}
.form-control:focus, input:not(md-input-container input):focus {
  border: 1px solid #105A70;
  box-shadow: none;
  color: #105A70;
  outline: none;
}
.form-control:invalid, input:not(md-input-container input):invalid {
  border: 1px solid #0b6a77;
}
.form-control::-webkit-input-placeholder, input:not(md-input-container input)::-webkit-input-placeholder {
  color: #CFD8DC;
}
.form-control:-moz-placeholder, input:not(md-input-container input):-moz-placeholder { /* Firefox 18- */
  color: #CFD8DC;
}
.form-control::-moz-placeholder, input:not(md-input-container input)::-moz-placeholder { /* Firefox 19+ */
  color: #CFD8DC;
}
.form-control:-ms-input-placeholder, input:not(md-input-container input):-ms-input-placeholder {
  color: #CFD8DC;
}

.transparent {
  background-color: transparent;
}

input.placeholder-darker::placeholder {
  color: #666;
}

.input-helper {
  color: #CFD8DC;
}
.input-helper:invalid {
  color: #0b6a77;
}

.has-error .control-label,
.has-error .form-control-feedback,
.has-error .form-control {
  color: #0b6a77;
  border-color: #0b6a77;
  box-shadow: none;
  outline: none;
}

.dropdown {
  text-align: left;
  color: #CFD8DC;
}

ul.dropdown-menu {
  border: none;
  display: block !important;
  margin-left: 5%;
  max-height: 300px;
  opacity: 0;
  overflow-y: auto;
  transition: 0.2s all;
  top: 25%;
  width: auto;
  z-index: -1;
}
ul.dropdown-menu li a {
  color: #666;
  cursor: pointer;
  transition: 0.2s all;
}
ul.dropdown-menu li.add_new a {
  transition: 0.2s all;
  vertical-align: middle;
  color: #0b6a77;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
}
ul.dropdown-menu li.add_new a > i {
  vertical-align: middle;
  font-size: 20px;
  margin: 0 5px 0 0;
}
ul.dropdown-menu li:hover a {
  background-color: #0b6a77;
  color: #FFFFFF;
}
ul.dropdown-menu.pc-blue li:hover a {
  background-color: #127574;
}

.open ul.dropdown-menu {
  opacity: 1;
  top: 75%;
  z-index: 3500;
}

.btn .caret {
  margin-top: 0px;
}

.definition-overflow {
  max-height: 100px;
  overflow-y: auto;
}

.definition-overflow.mh-200 {
  max-height: 200px;
}

.definition-overflow::-webkit-scrollbar {
  -webkit-appearance: none;
}

.definition-overflow::-webkit-scrollbar:vertical {
  width: 11px;
}

.definition-overflow::-webkit-scrollbar:horizontal {
  height: 11px;
}

.definition-overflow::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}

.definition-overflow::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 8px;
}

.input-group-addon {
  background-color: transparent;
  color: #CFD8DC;
  border-left: none;
}

.search {
  border-right: none;
}
.search:focus {
  border-left: solid 0.0625rem #CFD8DC;
  border-top: solid 0.0625rem #CFD8DC;
  border-right: 0px;
  border-bottom: solid 0.0625rem #CFD8DC;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.md-select-menu-container,
.md-datepicker-calendar-pane {
  z-index: 4500;
}

md-backdrop.md-select-backdrop {
  z-index: 4499 !important;
}

.modal-search {
  margin: 10px;
}

.start-date {
  border: 1px solid #CFD8DC;
}

md-radio-button .md-on {
  background-color: #0b6a77;
}

md-radio-button.md-checked .md-off {
  border-color: #0b6a77;
}

md-radio-group .md-checked .md-ink-ripple {
  color: rgba(11, 106, 119, 0.26);
}

.people-new .form-control[disabled], .people-new .form-control[readonly], .people-new fieldset[disabled] .form-control {
  background-color: #FFFFFF;
  padding: 0px;
}
.people-new .start-date {
  margin-top: -15px;
}
.people-new .md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle, .people-new .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  right: 0;
}
.people-new .md-icon.md-default-theme, .people-new md-icon {
  color: #CFD8DC;
}

md-select {
  border: 1px solid #8795AC;
  border-radius: 2px;
  margin: 0;
  padding: 4px 16px;
}
md-select .md-select-value {
  border-bottom-style: none;
  padding: 0;
}
md-select .md-select-value span:not(.md-select-icon) {
  max-width: 100%;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
md-select .md-select-value span:not(.md-select-icon) .md-text {
  display: inline-block;
  background: #ECEFF1;
  padding: 4px 8px;
  border-radius: 25px;
}
md-select .md-select-value.md-select-placeholder {
  padding: 0;
  outline: none;
}
md-select .ng-invalid .ng-touched .md-select-value {
  border-bottom-color: unset;
  color: unset;
}
md-select:not([disabled]).ng-invalid.ng-touched .md-select-value {
  border-bottom-style: unset;
  padding-bottom: 0;
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-width: 0;
  border-bottom-style: unset;
  padding-bottom: 0;
  outline: none;
}
md-select:not([disabled]):focus.ng-invalid.ng-touched .md-select-value {
  padding-bottom: 0;
}

md-datepicker {
  padding: 0px !important;
  background-color: transparent !important;
}

md-icon,
.md-datepicker-input,
.md-datepicker-triangle-button {
  color: #105A70;
}
md-icon:focus,
.md-datepicker-input:focus,
.md-datepicker-triangle-button:focus {
  color: #105A70;
}

.field-user-start_date {
  margin-top: -14px;
}

.dropdown,
.md-select-placeholder {
  color: #072B36 !important;
}

.scroll-box {
  max-height: 300px;
  padding: 20px;
  overflow-y: auto;
}

.scroll-box.assign-box {
  padding: 10px;
}

.bg-success,
.bg-warning,
.bg-danger {
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  display: block;
}

.look-required.ng-empty {
  border: 1px solid #F8992C;
}

/* Redesign */
.employee-select .md-text {
  display: inline-block;
  background: #E6E6E6;
  color: #5a5a5a;
  padding: 0.25rem 0.625rem;
  border-radius: 1.5625rem;
  font-size: 0.8125rem;
}

#form,
form {
  margin: 0 2rem 1rem !important;
}

md-select {
  height: auto !important;
}

input[type=file].form-control {
  display: flex;
  padding: 0.75rem;
}

.form-control {
  height: 2.875rem;
}
.form-control.form-sm {
  height: 2.25rem !important;
}
.form-control.form-xs {
  height: 1.625rem !important;
}

.form-control, input {
  border-left: solid 0.0625rem #CFD8DC;
  border-top: solid 0.0625rem #CFD8DC;
  border-bottom: solid 0.0625rem #CFD8DC;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  color: #444;
}

.form-control.light-outline {
  border-left: solid 0.0625rem #f0f0f0;
  border-top: solid 0.0625rem #f0f0f0;
  border-bottom: solid 0.0625rem #f0f0f0;
  border-right: solid 0.0625rem #f0f0f0;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  color: #444;
}

.form-control.transparent {
  background-color: transparent;
  border: 0.0625rem solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #111;
}

input[type=search].transparent::-webkit-input-placeholder {
  color: #666;
}

input[type=search].transparent::-moz-placeholder {
  color: #666;
}

input[type=search].transparent:-ms-input-placeholder {
  color: #666;
}

input[type=search].transparent:-moz-placeholder {
  color: #666;
}

select.hide-appearance {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select.hide-appearance::-ms-expand {
  display: none;
}

.resize-vertical {
  resize: vertical;
}

.nested-selector + i {
  bottom: auto;
  position: absolute;
  right: 0;
  top: auto;
}

.form-group .help-block {
  color: #444;
  display: none;
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 0.5rem;
}
.form-group .mce-container iframe {
  transform: scale(0.98);
}
.form-group.has-error .help-block {
  display: flex;
}

.form-group[class*=_weight] {
  min-width: 160px;
}

.field-cascadinggoal-completion {
  min-width: 200px;
}

.attachment-row-wrapper .btn-primary {
  height: fit-content;
}

.typeahead > span {
  display: flex !important;
}
.typeahead .tt-dropdown-menu {
  background-color: #FFFFFF;
  border: solid 0.0625rem #E6E6E6;
  box-shadow: 0rem 0rem 0.3125rem 0.3125rem #f0f0f0;
  padding: 1rem 0;
  width: 100%;
}
.typeahead .tt-dataset-0 .tt-suggestion {
  margin: 0.125rem 0;
  padding: 0.25rem 1.5rem;
}

@media (min-width: 768px) {
  .nested-selector:hover {
    cursor: pointer;
  }
  .typeahead .tt-dataset-0 .tt-suggestion p {
    margin: 0;
  }
  .typeahead .tt-dataset-0 .tt-suggestion:hover {
    background-color: #0b6a77;
    cursor: pointer;
  }
  .typeahead .tt-dataset-0 .tt-suggestion:hover p {
    color: #FFFFFF !important;
  }
}
@media (min-width: 992px) {
  .attachment-row-wrapper > div:nth-child(even) {
    margin: 0 2rem !important;
  }
  .attachment-column-wrapper > div {
    margin: 0 1rem 0 0 !important;
  }
  .attachment-column-wrapper > div:nth-child(even) {
    margin: 0 0 0 1rem !important;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  .mobile-font-size > * {
    font-size: 13px;
  }
  md-select .md-select-value span:not(.md-select-icon) .md-text {
    white-space: break-spaces;
  }
}
#people-create .form-group,
#people-edit .form-group,
#profile-edit .form-group,
#agenda-create .form-group,
#behavior-edit .form-group,
#checkin_template_create .form-group,
#checkin_template_edit .form-group,
#checkin_template_copy .form-group,
#checkin-assessment .form-group,
#review_template_create .form-group,
#review_template_edit .form-group,
#review_template_copy .form-group,
#external_template_assign .form-group,
#internal_template_assign .form-group,
#learn-create .form-group,
#learn-edit .form-group,
#client_feedback-create .form-group,
#feedback_request .form-group,
#feedback-create .form-group,
#stripe_account_billing_form .form-group,
#goal-create .form-group,
#goal-update .form-group,
#performance_review-edit .form-group {
  margin: 0;
}

#accordion-table td {
  height: 4.6875rem;
  align-items: center;
}
#accordion-table .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.sign-form {
  padding-top: 20px;
}
.sign-form i {
  padding-left: 20px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

#google_translate_element .goog-te-gadget-simple {
  border: none;
  padding: 0 !important;
  width: 100%;
}
#google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
  display: none;
}
#google_translate_element .goog-te-gadget-simple span .goog-te-menu-value,
#google_translate_element .goog-te-gadget-simple span .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 3px 20px;
  color: #666;
}
#google_translate_element .goog-te-gadget-simple span .goog-te-menu-value:before,
#google_translate_element .goog-te-gadget-simple span .VIpgJd-ZVi9od-xl07Ob-lTBxed:before {
  font-family: "Material Icons";
  content: "\e927";
  color: #939598;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}
#google_translate_element .goog-te-gadget-simple span .goog-te-menu-value:hover,
#google_translate_element .goog-te-gadget-simple span .VIpgJd-ZVi9od-xl07Ob-lTBxed:hover {
  text-decoration: none;
  color: #FFFFFF;
}
#google_translate_element .goog-te-gadget-simple span .goog-te-menu-value:hover:before,
#google_translate_element .goog-te-gadget-simple span .VIpgJd-ZVi9od-xl07Ob-lTBxed:hover:before {
  color: #FFFFFF;
}
#google_translate_element .goog-te-gadget-simple span .goog-te-menu-value img,
#google_translate_element .goog-te-gadget-simple span .VIpgJd-ZVi9od-xl07Ob-lTBxed img {
  display: none;
}
#google_translate_element .goog-te-gadget-simple span .goog-te-menu-value span:nth-child(n+2),
#google_translate_element .goog-te-gadget-simple span .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-child(n+2) {
  display: none;
}

.goog-te-menu-frame {
  box-shadow: none;
}
.goog-te-menu-frame .goog-te-menu2 {
  border: none;
  padding: 10px 20px;
}

.goog-tooltip {
  display: none !important;
}

.goog-tooltip:hover {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
img.image-md {
  width: 50%;
  height: 50%;
}
img.image-sm {
  width: 25%;
  height: 25%;
}

@media (min-width: 360px) and (max-width: 768px) {
  .image-md,
  .image-sm {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
    width: auto !important;
  }
}

/* Redesign */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.acc-logo-wrapper {
  height: 12.5rem;
  width: 12.5rem;
}

img {
  vertical-align: middle;
  border-style: none;
}
img.intercom {
  background-color: #FFFFFF;
  bottom: 3rem;
  height: 3rem;
  position: fixed;
  right: 3rem;
  width: 3rem;
}

#sidebar-profile .user-image {
  height: 3rem;
  overflow: hidden;
  position: relative;
  width: 3rem;
}

.flip-horizontal {
  transform: rotateY(180deg);
}

.flip-vertical {
  transform: rotateX(180deg);
}

.flip-horizontal-vertical {
  transform: rotateX(180deg) rotateY(180deg);
}

.panel {
  border-radius: 5px;
}

/**
 * Bootstrap Dropdown fadedown
 */
.company-container {
  margin: 0 0 50px;
}
.company-container .company-title h1,
.company-container .company-title h2,
.company-container .company-title h3,
.company-container .company-title h4,
.company-container .company-title h5,
.company-container .company-title h6 {
  font-size: 1.125em;
  margin: 2px 0 52px;
}
.company-container .detail-block {
  /**
   * Go to ./detail-block.scss for specific styles
   */
}

.print_item label,
.print_item li,
.print_item span,
.print_item small,
.print_item p {
  color: #333333 !important;
  font-size: 1.5rem;
}
.print_item .form-control {
  color: #333333;
  font-size: 1.5rem;
  height: auto;
}

.detail-block {
  margin: 0 0 8px;
}
.detail-block > h1,
.detail-block > h2,
.detail-block > h3,
.detail-block > h4,
.detail-block > h5,
.detail-block > h6 {
  background: #d9edf2;
  color: #53acc6;
  font-size: 1.5rem;
  padding: 13px 16px;
}
.detail-block > div {
  color: #105A70;
  padding: 0px 30px;
}
.detail-block-padding {
  padding: 20px 0 13px;
}

.detail-row .detail-title > h1,
.detail-row .detail-title > h2,
.detail-row .detail-title > h3,
.detail-row .detail-title > h4,
.detail-row .detail-title > h5,
.detail-row .detail-title > h6 {
  background: #d9edf2;
  color: #53acc6;
  font-size: 1.5rem;
  padding: 13px 16px;
  margin: 0 0 5px;
}
.detail-row .detail-value {
  padding: 10px 0;
  font-size: 1.5rem;
}

.detail-row.flex-row, .detail-row#userPanel {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.detail-row.flex-row .detail-title, .detail-row#userPanel .detail-title {
  display: flex;
  align-items: stretch;
  padding-left: 0;
}
.detail-row.flex-row .detail-title h5, .detail-row#userPanel .detail-title h5 {
  margin-bottom: 0;
  width: 100%;
}
.detail-row.flex-row .detail-value, .detail-row#userPanel .detail-value {
  display: flex;
  align-items: stretch;
  padding: 0;
  /*> *{
      display: flex;
      align-self: center;
  }*/
}

.mce-container,
.mce-tinymce,
.mce-panel {
  border: none;
  background: none;
}
.mce-container .mce-toolbar-grp,
.mce-tinymce .mce-toolbar-grp,
.mce-panel .mce-toolbar-grp {
  border: none;
  background: none;
  padding: 0;
}
.mce-container .mce-toolbar,
.mce-tinymce .mce-toolbar,
.mce-panel .mce-toolbar {
  background: white;
  padding: 8px 26px !important;
}
.mce-container .mce-btn-group:not(:first-child),
.mce-tinymce .mce-btn-group:not(:first-child),
.mce-panel .mce-btn-group:not(:first-child) {
  padding-left: 8px;
  margin-left: 8px;
}
.mce-container .mce-btn-group .mce-btn,
.mce-tinymce .mce-btn-group .mce-btn,
.mce-panel .mce-btn-group .mce-btn {
  background: none;
  border: none;
}
.mce-container .mce-btn-group .mce-btn button,
.mce-tinymce .mce-btn-group .mce-btn button,
.mce-panel .mce-btn-group .mce-btn button {
  padding: 4px 5px;
}
.mce-container .mce-btn-group .mce-btn .mce-ico,
.mce-tinymce .mce-btn-group .mce-btn .mce-ico,
.mce-panel .mce-btn-group .mce-btn .mce-ico {
  font-size: 12px;
}

.mce-content-body[contenteditable=false] {
  background-color: #eeeeee !important;
}

.fixed-mce-head {
  position: static;
}

.floating-mce-head {
  position: fixed !important;
}

.hidden-mce-head {
  visibility: hidden !important;
}

.select-box {
  border: 2px #CFD8DC solid;
  border-radius: 5px;
  margin: 20px;
  height: 200px;
  text-align: center;
  justify-content: center;
}
.select-box:hover {
  border: 2px #127574 solid;
  background-color: #49fbff;
  color: #127574;
}
.select-box i {
  color: #127574;
  font-size: 50px;
}
.select-box div {
  margin-top: 50px;
}

.select-box-link {
  text-decoration: none !important;
}

.upload-box {
  border: 2px #E0E5EC solid;
  border-radius: 5px;
  margin: 10px;
  height: 120px;
  width: 15%;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  background-color: #E0E5EC;
}
.upload-box:hover {
  border: 2px #CFD8DC solid;
  background-color: #CFD8DC;
  color: #105A70;
}
.upload-box i {
  color: #105A70;
  font-size: 50px;
  margin-top: 32px;
}

.flex-box-right {
  display: flex;
  justify-content: flex-end;
}

.attachment-panel {
  height: 200px;
  margin-top: 25px;
}

.attachment-top {
  height: 75%;
}

.attachment-bottom {
  height: 25%;
}

.btn-attachment-download {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: block;
  white-space: normal;
  margin: 0;
}

.btn-attachment-action {
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}

.pc-toast-success .md-toast-content {
  background-color: #68C49F !important;
}

.pc-toast-error .md-toast-content {
  background-color: #ED5959 !important;
}

md-progress-circular path {
  stroke: rgb(11, 106, 119) !important;
}

.pc-dropdown > i {
  color: #969696;
}
.pc-dropdown > i:hover {
  color: #5a5a5a;
}
.pc-dropdown .pc-dropdown-menu {
  position: absolute;
  display: none;
  top: 0;
}
.pc-dropdown .pc-dropdown-menu.right {
  right: 0;
  left: auto;
}
.pc-dropdown .pc-dropdown-menu.show {
  display: flex;
}
.pc-dropdown .pc-dropdown-menu.pc-dropdown-popup-style {
  flex-direction: column;
  padding: 5px 0;
  margin: 2px 0 0;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.pc-dropdown .pc-dropdown-menu.pc-dropdown-popup-style a {
  padding: 5px 10px;
  display: block;
  white-space: nowrap !important;
  color: #939598;
  background-color: #FFFFFF;
  transition: 0.3s ease all;
  text-decoration: none;
}
.pc-dropdown .pc-dropdown-menu.pc-dropdown-popup-style a:hover {
  background-color: #0b6a77;
  color: #FFFFFF;
}

.pc-dropdown-calendar-pos {
  margin-top: 11px;
}

.mh {
  height: 100vh;
}

.mv {
  width: 100vw;
}

.mw-300px {
  min-width: 300px;
}

.view-container {
  display: flex;
  align-items: stretch;
  height: 100%;
}
@media (max-width: 769px) {
  .view-container {
    flex-wrap: wrap;
    overflow: auto;
  }
}
.view-container h5 {
  font-size: 20px;
  letter-spacing: 0px;
  opacity: 1;
}
.view-container .title {
  font-size: 16px;
  letter-spacing: 0px;
  color: #6F6F6F;
  opacity: 1;
  line-height: normal;
  vertical-align: top;
}
.view-container .user-avatar {
  min-width: 50px;
  height: 50px;
}
.view-container .panel {
  border-radius: 0;
  border-top: hidden;
  border-right: hidden;
}
.view-container .view-block {
  margin-left: 30px;
  margin-top: 10px;
  width: -webkit-fill-available;
}
.view-container .view-block h5 {
  font-size: 20px;
  letter-spacing: 0px;
  opacity: 1;
}
.view-container .view-block h5::before {
  content: "";
  border-left: 3px solid #0b6a77;
  position: relative;
  left: 0;
  margin-right: 15px;
}
.view-container .view-block .panel {
  border-radius: 0;
  border-top: hidden;
  border-right: hidden;
}
.view-container .view-block .details {
  color: #6F6F6F;
  margin-left: 17px;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-right: 40px;
}
.view-container .view-block .details .material-icons {
  vertical-align: text-bottom;
  color: #F8992C;
}
.view-container .view-block .details ul:not(:first-child), .view-container .view-block .details ol:not(:first-child) {
  margin-top: 25px;
  margin-left: 30px;
}
.view-container .view-block .details ul:first-child, .view-container .view-block .details ol:first-child {
  padding-inline-start: 17px;
}

.pc-progress-bar .pc-progress-bar-out {
  position: relative;
  background-color: #E6E6E6;
  border-radius: 11px;
  height: 22px;
  padding: 4px;
}
.pc-progress-bar .pc-progress-bar-in {
  position: relative;
  background-color: #1798FE;
  border-radius: 7px;
  height: 14px;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

.border-color-gray-7 {
  border: 1px solid #969696 !important;
}

.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent; /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↺";
}

.pc-progress-bar .pc-progress-bar-out {
  position: relative;
  background-color: #E6E6E6;
  border-radius: 11px;
  height: 22px;
  padding: 4px;
}
.pc-progress-bar .pc-progress-bar-in {
  position: relative;
  background-color: #1798FE;
  border-radius: 7px;
  height: 14px;
}

.align-center {
  text-align: center;
}

.italic {
  font-style: italic;
}

.border-5 {
  border-width: 5px !important;
}

.w-95 {
  width: 95% !important;
}

@media (min-width: 992px) {
  .flex-basis-desktop-55 {
    flex-basis: 55% !important;
  }
}
@media (max-width: 992px) {
  .flex-basis-tab-100 {
    flex-basis: 100% !important;
  }
}
@media (max-width: 992px) {
  .flex-shrink-tab-0 {
    flex-shrink: 0;
  }
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.bg-lite {
  background: #F6F9FC;
}

.banner {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 400px;
  box-shadow: 1px 1px 5px #222;
  z-index: 9999;
}
.banner-identity {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  bottom: 5px;
  left: 5%;
  width: 500px;
  box-shadow: 1px 1px 5px #222;
  z-index: 9999;
}
.banner.banner-primary {
  background: #2C8BF8;
}
.banner .banner-timeout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background: #101D33;
}
.banner .banner-message,
.banner .banner-message-identity {
  color: #FFFFFF;
  font-size: 14px;
  margin-right: auto;
}
.banner .close {
  height: 24px;
  font-size: 24px;
  color: #FFFFFF;
  text-shadow: none;
  opacity: 1;
  font-weight: normal;
}
.banner .close:focus {
  outline: none;
}

.card {
  background: #FFFFFF;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(53, 64, 76, 0.16);
  -moz-box-shadow: 0px 3px 30px 0px rgba(53, 64, 76, 0.16);
  box-shadow: 0px 3px 30px 0px rgba(53, 64, 76, 0.16);
}
.card .card-head {
  padding: 30px 30px 15px;
}
.card .card-body {
  padding: 15px 30px;
}
.card .card-footer {
  padding: 15px 30px 30px;
}
.card.card-message {
  padding: 0 15px;
  width: 540px;
}
.card.card-message .card-head .card-head--img {
  height: 120px;
  width: 120px;
}
.card.card-message .card-footer .browser-container {
  padding-top: 30px;
}
.card.card-message .card-footer .browser-container a {
  padding: 0 15px;
}
.card.card-message .card-footer .browser-container a:hover {
  text-decoration: none;
}
.card.card-message .card-footer .browser-container a .browser {
  text-align: center;
}
.card.card-message .card-footer .browser-container a .browser img {
  width: 48px;
}
.card.card-goal--container {
  margin-top: -90px;
}
.card.card-goal--container .card-head {
  background: #072B36;
  padding: 30px;
}
.card.card-goal--container .card-head .card-action {
  background: #172B4B;
  height: 38px;
  padding: 7px;
  width: 38px;
}
.card.card-goal--container .card-head .card-action i {
  color: #FFFFFF;
}
.card.card-goal--container .card-head .card-stats {
  flex-basis: 90%;
}
.card.card-goal--container .card-body {
  padding: 30px;
}
.card.card-goal--container .sfftable .table-group table {
  table-layout: fixed;
}

.flex-row, #userPanel {
  display: flex;
}
.flex-row.flex-center, .flex-center#userPanel {
  align-items: center;
}
.flex-row.flex-baseline, .flex-baseline#userPanel {
  align-items: baseline;
}
.flex-row.flex-between, .flex-between#userPanel {
  justify-content: space-between;
}
.flex-row .flex-col-4, #userPanel .flex-col-4 {
  flex-basis: 33%;
}

.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col.flex-center-right {
  justify-content: center;
  align-items: right;
}

.flex-column, .tile-half {
  display: flex;
  flex-direction: column;
}

.flex-children-end {
  align-items: flex-end;
}

.flex-children-center {
  align-items: center;
}

@media (min-width: 768px) {
  .flex-md {
    display: flex;
  }
  .flex-md-center-items {
    align-items: center;
  }
  .flex-md-baseline-items {
    align-items: baseline;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
}
/* Redesign */
/* Custom */
.d-flex-null {
  flex: 0;
}
.d-flex-auto {
  flex: 0 0 auto;
}
.d-flex-1, #flex-table #flex-table-head span {
  flex: 1;
}
.d-flex-1-5 {
  flex: 1.5;
}
.d-flex-2 {
  flex: 2;
}
.d-flex-3 {
  flex: 3;
}
.d-flex-4 {
  flex: 4;
}
.d-flex-5 {
  flex: 5;
}
.d-flex-6 {
  flex: 6;
}
.d-flex-7 {
  flex: 7;
}
.d-flex-8 {
  flex: 8;
}
.d-flex-9 {
  flex: 9;
}
.d-flex-10 {
  flex: 10;
}
.d-flex-fifth {
  flex: 0 0 100%;
}
.d-flex-half {
  flex: 1 1 100%;
}
.d-flex-dash-split {
  flex: 1 1 auto;
}

@media (min-width: 360px) {
  .d-sm-flex-third-sm-basis, .d-sm-flex-third-lg-basis {
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .d-md-flex-half-basis {
    flex: 1 0 calc(50% - 32px);
  }
  .d-flex-fifth {
    flex: 0 0 calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .d-flex-xs-basis {
    flex: 1 0 calc(35% - 32px);
  }
  .d-flex-sm-basis {
    flex: 1 0 calc(40% - 32px);
  }
  .d-flex-lg-basis {
    flex: 1 0 calc(60% - 32px);
  }
  .d-flex-xl-basis {
    flex: 1 0 calc(65% - 32px);
  }
  .d-flex-max-basis {
    flex: 1 0 calc(100% - 32px);
  }
  .d-flex-full-basis {
    flex: 1 0 100%;
  }
  .d-flex-fifth {
    flex: 0 0 calc(25% - 16px);
  }
  .d-flex-half {
    flex: 0 0 calc(50% - 16px);
  }
  .d-sm-flex-third-1-basis, .d-sm-flex-third-2-basis {
    flex: 1 1 auto;
  }
  .d-flex-lg-0 {
    flex: unset;
  }
  .d-flex-lg-1 {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .d-flex-xl-1 {
    flex: 1;
  }
  .d-flex-xl-1-5 {
    flex: 1.5;
  }
  .d-flex-xl-2 {
    flex: 2;
  }
  .d-flex-xl-3 {
    flex: 3;
  }
  .d-flex-xl-4 {
    flex: 4;
  }
  .d-flex-xl-5 {
    flex: 5;
  }
  .d-flex-xl-6 {
    flex: 6;
  }
  .d-flex-fifth {
    flex: 0 0 calc(20% - 16px);
  }
  .d-flex-dash-split {
    flex: 1 1 calc(50% - 28px);
  }
}
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.no-flex-row .row {
  display: initial;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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, #flex-table #flex-table-body .inner.show, .date-pill, .tile-data .user-report, .icon-wrapper-border, .icon-wrapper-inactive, #userPanel, .tab-wrap, #flex-table span {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row, #userPanel {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column, .tile-half {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill, .tile-data .user-report {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0, #sidebar, .tab-wrap {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-grow-4 {
  -ms-flex-positive: 4 !important;
  flex-grow: 4 !important;
}

.flex-shrink-0, .tile-half, .tile form > div:first-of-type, .user-menu-wrap .user-menu-item:hover form > div:first-of-type, .tile-half form > div:first-of-type, .tile > div:first-of-type > div:first-child, .user-menu-wrap .user-menu-item:hover > div:first-of-type > div:first-child, .tile-half > div:first-of-type > div:first-child, #navbar, #sidebar #accordion, #sidebar .brandWrapper, #sidebar .pc-brand-wrap, #sidebar, .tab-body div, .tab-wrap, .table-tools-bottom, .table-tools, #table-head, #table > div:first-of-type {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1, #table > div#flex-grow {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end, #userPanel .userName {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center, .date-pill, .user-menu-wrap .user-menu-item .secondary-reports-indicator, .user-menu-wrap .user-menu-item .reports-indicator, .icon-wrapper-border, .icon-wrapper-inactive, .icon-wrapper {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end, .tile-data .user-report {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center, .date-pill, .user-menu-wrap .user-menu-item .secondary-reports-indicator, .user-menu-wrap .user-menu-item .reports-indicator, .tile-head h6, .tile-head, .icon-wrapper-border, .pointer, .icon-wrapper-inactive, .icon-wrapper, #userPanel {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-grow-4 {
    -ms-flex-positive: 4 !important;
    flex-grow: 4 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-grow-4 {
    -ms-flex-positive: 4 !important;
    flex-grow: 4 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-grow-4 {
    -ms-flex-positive: 4 !important;
    flex-grow: 4 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center, .pipeline-head > div {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-grow-4 {
    -ms-flex-positive: 4 !important;
    flex-grow: 4 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !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: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 20px !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;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.m-10 {
  margin: 10px !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: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.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-4-5 {
  padding: 2rem !important;
}

.pt-4-5,
.py-4-5 {
  padding-top: 2rem !important;
}

.pr-4-5,
.px-4-5 {
  padding-right: 2rem !important;
}

.pb-4-5,
.py-4-5 {
  padding-bottom: 2rem !important;
}

.pl-4-5,
.px-4-5 {
  padding-left: 2rem !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;
}

.p-10 {
  padding: 10px !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-4-5 {
  margin: 2rem !important;
}

.mt-4-5,
.my-4-5 {
  margin-top: 2rem !important;
}

.mr-4-5,
.mx-4-5 {
  margin-right: 2rem !important;
}

.mb-4-5,
.my-4-5 {
  margin-bottom: 2rem !important;
}

.ml-4-5,
.mx-4-5 {
  margin-left: 2rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-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: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.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;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }
  .p-md-4-5 {
    padding: 2rem !important;
  }
  .pt-md-4-5,
  .py-md-4-5 {
    padding-top: 2rem !important;
  }
  .pr-md-4-5,
  .px-md-4-5 {
    padding-right: 2rem !important;
  }
  .pb-md-4-5,
  .py-md-4-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-4-5,
  .px-md-4-5 {
    padding-left: 2rem !important;
  }
  .m-md-4-5 {
    margin: 2rem !important;
  }
  .mt-md-4-5,
  .my-4-5 {
    margin-top: 2rem !important;
  }
  .mr-md-4-5,
  .mx-4-5 {
    margin-right: 2rem !important;
  }
  .mb-md-4-5,
  .my-md-4-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-4-5,
  .mx-md-4-5 {
    margin-left: 2rem !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: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.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;
  }
  .p-lg-4-5 {
    padding: 2rem !important;
  }
  .pt-lg-4-5,
  .py-lg-4-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-4-5,
  .px-lg-4-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-4-5,
  .py-lg-4-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-4-5,
  .px-lg-4-5 {
    padding-left: 2rem !important;
  }
  .m-lg-4-5 {
    padding: 2rem !important;
  }
  .mt-lg-4-5,
  .my-lg-4-5 {
    padding-top: 2rem !important;
  }
  .mr-lg-4-5,
  .mx-lg-4-5 {
    padding-right: 2rem !important;
  }
  .mb-lg-4-5,
  .my-lg-4-5 {
    padding-bottom: 2rem !important;
  }
  .ml-lg-4-5,
  .mx-lg-4-5 {
    padding-left: 2rem !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: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.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: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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;
  }
}

.carousel-inner .item {
  display: none !important;
}
.carousel-inner .item.active {
  display: inherit !important;
}

.checkin-carousel .item {
  display: inherit !important;
  opacity: 0 !important;
}
.checkin-carousel .item.active {
  display: inherit !important;
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}

employees-selector .employees-filter-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6E6E6;
  color: #5a5a5a;
  border-radius: 1.5625rem;
  font-size: 0.875rem;
  height: 1.5rem;
}
employees-selector .badge-content.disabled {
  cursor: wait;
}
employees-selector .sticky-select-all {
  position: sticky;
  top: -1px;
  background-color: #FFFFFF;
  z-index: 1;
}
employees-selector .sticky-select-all .select-all-checkbox[disabled] {
  cursor: wait;
}
employees-selector .user-tile {
  outline: none;
}
employees-selector .user-tile::after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: "Material Icons";
  font-size: 1.5rem;
  content: "lens";
  color: #888;
}
employees-selector .user-tile.selected::after {
  content: "check_circle";
  color: #0b6a77;
}
employees-selector .user-tile .user-image {
  min-width: 5.25rem;
}
employees-selector .user-tile .user-details {
  width: 70%;
}
employees-selector .user-tile .user-name {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
employees-selector .employees-selector-loader {
  position: absolute;
  bottom: 35px;
  left: calc(50% - 50px);
}
employees-selector .employees-selector-stats {
  bottom: 2.5rem;
  transition: opacity 0.3s ease;
}
employees-selector .employees-selector-stats.ng-hide {
  opacity: 0;
}
employees-selector .scroll-to-top {
  right: 10px;
  bottom: 10px;
  background-color: #f0f0f0;
  border-radius: 50%;
  outline: none;
  border: none;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
  opacity: 1;
  z-index: 1;
}
employees-selector .scroll-to-top:hover {
  transform: scale(1.1);
  background-color: #F5F5F5;
}
employees-selector .scroll-to-top.ng-hide {
  opacity: 0;
  transform: scale(0.7);
}
employees-selector .status-bar-height {
  height: 2.5rem;
}
employees-selector .max-reached-cursor {
  cursor: not-allowed !important;
}

@media (min-width: 992px) {
  employees-selector .user-tile {
    max-width: calc(50% - 28px);
  }
}
.pcs-loader-gif-md {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-image: url("/images/pcs-loader.gif");
}
.pcs-loader-gif-md.ng-hide-remove, .pcs-loader-gif-md.ng-hide-add {
  transition: opacity 0.5s ease;
}
.pcs-loader-gif-md.ng-hide {
  opacity: 0;
}

.pcs-loader-svg-md {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-image: url("/images/pcs-loader.svg");
}
.pcs-loader-svg-md.ng-hide-remove, .pcs-loader-svg-md.ng-hide-add {
  transition: opacity 0.5s ease;
}
.pcs-loader-svg-md.ng-hide {
  opacity: 0;
}

.pcs-loader-gif {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url("/images/pcs-loader.gif");
}
.pcs-loader-gif.ng-hide-remove, .pcs-loader-gif.ng-hide-add {
  transition: opacity 0.5s ease;
}
.pcs-loader-gif.ng-hide {
  opacity: 0;
}

.pcs-loader-svg {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url("/images/pcs-loader.svg");
}
.pcs-loader-svg.ng-hide-remove, .pcs-loader-svg.ng-hide-add {
  transition: opacity 0.5s ease;
}
.pcs-loader-svg.ng-hide {
  opacity: 0;
}

.pcs-loader-simple-svg {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url("/images/pcs-loader.svg");
}
.pcs-loader-simple-svg.ng-hide-remove, .pcs-loader-simple-svg.ng-hide-add {
  transition: opacity 0.5s ease;
}
.pcs-loader-simple-svg.ng-hide {
  opacity: 0;
}

.po-select {
  height: 2.625rem;
}
.po-select .po-select-btn {
  height: 100%;
}
.po-select .select2-container--bootstrap .select2-selection--single, .po-select .form-control {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.po-select .form-control {
  line-height: 1.875rem;
}

pcs-select2 {
  position: relative;
}
pcs-select2 label {
  font-size: 1rem;
  color: #222;
  padding-left: 0.5rem;
  font-weight: 500;
}
pcs-select2 .select2-container .select2-selection--multiple {
  min-height: 34px;
  max-height: 55px;
  overflow-x: hidden;
  overflow-y: auto;
}
pcs-select2 .pcs-select2-clear-btn {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  z-index: 1;
  border: none;
  background: none;
  font-weight: 600;
}

.select2-dropdown {
  border-color: #CFD8DC;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #CFD8DC;
}

.select2-dropdown .select2-search + .select2-results > .select2-results__options {
  max-height: 162px;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
  border-color: #CFD8DC;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #105A70;
  line-height: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #DCDCDC;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fafafa;
  border-color: #CFD8DC;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right-color: #CFD8DC;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #105A70;
}

.question-index {
  min-width: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  background-color: #E6E6E6;
}

.question-index-empty {
  width: 35px;
  height: 35px;
  background-color: transparent;
}

/*.rating-item:last-child {
  margin-right: 0;
}

.rating-item:first-child {
  margin-left: 0;
}*/
.rating-item {
  text-align: center;
  margin: 0 10px;
}
.rating-item .rating-stars {
  margin-bottom: 3px;
}
.rating-item .rating-star {
  color: #DCDCDC;
  font-size: 17px;
  font-weight: 900;
  transition: all 0.3s ease;
}
.rating-item.active .rating-star {
  color: #0b6a77;
}
.rating-item .rating-button {
  width: 100%;
  padding: 7px;
  background-color: white;
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  color: #222;
  min-width: 150px;
  max-width: 200px;
}
.rating-item.active .rating-button {
  background-color: #F2FAFF;
}

#survey-builder .loading-overlay.ng-hide-remove {
  transition: opacity 0.3s ease;
  opacity: 0;
}
#survey-builder .loading-overlay.ng-hide-remove-active {
  opacity: 1;
}
#survey-builder .loading-overlay.ng-hide-add {
  transition: opacity 0.3s ease;
  opacity: 1;
}
#survey-builder .loading-overlay.ng-hide-add-active {
  opacity: 0;
}
#survey-builder .survey-error.ng-hide-remove {
  transition: opacity 0.3s ease, max-height 0.3s ease;
  max-height: 0;
  opacity: 0;
}
#survey-builder .survey-error.ng-hide-remove-active {
  max-height: 100px;
  opacity: 1;
}
#survey-builder .survey-error.ng-hide-add {
  transition: opacity 0.3s ease, max-height 0.3s ease;
  max-height: 100px;
  opacity: 1;
}
#survey-builder .survey-error.ng-hide-add-active {
  opacity: 0;
  max-height: 0;
}
#survey-builder .survey-error {
  color: rgb(221, 44, 0);
}

survey-questions-builder {
  position: relative;
  display: block;
  max-height: 100%;
  padding-bottom: 150px;
}
survey-questions-builder .sb-instructions {
  transition: all 0.3s ease;
  padding: 1rem 1.4rem 1rem 3.5rem;
  max-height: 200px;
}
survey-questions-builder .sb-instructions.ng-hide {
  max-height: 0;
  padding: 0 1.4rem 0 3.5rem;
  opacity: 0;
}
survey-questions-builder .sb-instructions-toggle {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
survey-questions-builder .question {
  transition: margin-left 0.2s ease;
}
survey-questions-builder .nest-button {
  transition: transform 0.2s ease;
}
survey-questions-builder .rotate-540 {
  transform: rotateZ(-540deg);
}
survey-questions-builder .drag-handle {
  cursor: grab;
}
survey-questions-builder .question.first.ng-enter {
  transition: max-height 0.2s ease 0.1s, transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
}
survey-questions-builder .question.ng-enter {
  transition: max-height 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
  max-height: 0;
  opacity: 0;
  transform: scale(0.98) translateX(-10px);
}
survey-questions-builder .question.ng-enter-active {
  max-height: 500px;
  opacity: 1;
  transform: scale(1) translateX(0);
}
survey-questions-builder .question.ng-enter-stagger {
  transition-delay: 0.1s;
  transition-duration: 0s;
}
survey-questions-builder .question.ng-leave-stagger {
  transition-delay: 0.1s;
  transition-duration: 0s;
}
survey-questions-builder .question.ng-leave {
  transition: max-height 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
  max-height: 500px;
  opacity: 1;
  transform: scale(1) translateX(0);
}
survey-questions-builder .question.ng-leave-active {
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
  opacity: 0;
  transform: scale(0.98) translateX(-10px);
}
survey-questions-builder .with-badge {
  position: relative;
  overflow: visible !important;
}
survey-questions-builder .with-badge .md-button-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #0b6a77;
  color: #FFFFFF;
  font-size: 0.625rem;
  line-height: 0.625rem;
  padding: 2px 4px;
  border-radius: 3px;
}
survey-questions-builder .sb-menu {
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 192px;
  height: 180px;
  margin: 0 auto;
}
survey-questions-builder .sb-menu button {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 26px);
}
survey-questions-builder .sb-menu .sb-menu-trigger button.md-fab {
  top: calc(50% - 34px);
  left: calc(50% - 36px);
  background-color: #3BAE1C;
}
survey-questions-builder .sb-menu .sb-menu-trigger button.md-fab:hover {
  background-color: #3BAE1C;
}
survey-questions-builder .sb-menu .sb-menu-trigger button.md-fab:focus, survey-questions-builder .sb-menu .sb-menu-trigger button.md-fab.md-focused {
  background-color: #3BAE1C;
}
survey-questions-builder .sb-menu .sb-menu-trigger button.md-fab md-icon {
  font-size: 36px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: white;
}
survey-questions-builder .sb-menu .sb-menu-items {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  transform: rotate(90deg);
  opacity: 0;
  transform-origin: center;
}
survey-questions-builder .sb-menu .sb-menu-items button {
  transition: all 0.4s ease;
}
survey-questions-builder .sb-menu.active .sb-menu-items {
  transform: rotate(0);
  opacity: 1;
}
survey-questions-builder .sb-menu.active .sb-menu-items button:nth-child(1) {
  left: 25.9475726265px;
  top: 124.400217302px;
}
survey-questions-builder .sb-menu.active .sb-menu-items button:nth-child(2) {
  left: 0.1585587467px;
  top: 74.7088303928px;
}
survey-questions-builder .sb-menu.active .sb-menu-items button:nth-child(3) {
  left: 19.0439387593px;
  top: 22.005418818px;
}
survey-questions-builder .sb-menu.active .sb-menu-items button:nth-child(4) {
  left: 70.523593893px;
  top: 0.0019582457px;
}
survey-questions-builder .sb-menu.active .sb-menu-items button:nth-child(5) {
  left: 121.6683298241px;
  top: 22.7730617848px;
}
survey-questions-builder .sb-menu.active .sb-menu-items button:nth-child(6) {
  left: 139.763184812px;
  top: 75.7530900295px;
}
survey-questions-builder .sb-menu.active .sb-menu-items button:nth-child(7) {
  left: 113.2337029943px;
  top: 125.0531282072px;
}

h1,
h2,
p,
label,
table,
small {
  color: #157794;
}

h3,
h4,
h5,
h6 {
  color: #6880a2;
}

table {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

@media (min-width: 360px) and (max-width: 768px) {
  h1,
  h2,
  h3 {
    padding-bottom: 10px;
  }
}

.huge {
  font-size: 90px;
}

.wp_sat {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 10px 20px;
}
.wp_sat span {
  vertical-align: middle;
  display: inline-block;
}
.wp_sat select {
  display: inline-block;
  width: auto;
}

.circle-character {
  border-radius: 100%;
  text-align: center;
  border: 1px solid #6F7070;
  font-size: 13px;
  height: 20px;
  width: 20px;
  display: inline-block;
  /*  line-height: 15px;*/
}

small.accent {
  color: #072B36;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 10px;
  font-style: italic;
  margin: 16px 0 0;
}

@media (min-width: 360px) and (max-width: 768px) {
  .responsive-font-07 {
    font-size: calc(20% + 0.7vw + 0.7vh);
  }
}

@media (min-width: 360px) and (max-width: 768px) {
  .responsive-font-08 {
    font-size: calc(20% + 0.8vw + 0.8vh);
  }
}

.text-break {
  white-space: break-spaces;
}

.round-edges {
  border-radius: 3px;
}

.top-buffer {
  margin-top: 20px;
}

.no-label-align {
  margin-top: 25px;
}

.big-top-buffer {
  margin-top: 60px;
}

.add-line {
  border-top: 1px solid #eee;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}

.inline-list {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.inline-list li {
  display: inline-block;
  text-align: center;
  padding: 15px;
}
.inline-list li:first-child {
  padding-left: 0px;
}

.no-left-padding {
  padding-left: 0px;
}

.no-right-padding {
  padding-right: 0px;
}

.round {
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #ececec;
}

.buffer {
  margin: 10px;
}

.show-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
}
.show-scrollbar::-webkit-scrollbar:vertical {
  width: 11px;
}
.show-scrollbar::-webkit-scrollbar:horizontal {
  height: 11px;
}
.show-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.show-scrollbar::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 8px;
}

.table tbody tr.row-summary {
  border: 1px solid #1998FF;
  background: #F6F9FC;
}
tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}

.table-group .collapse-left {
  position: absolute;
  right: 0px;
}
@media (min-width: 360px) and (max-width: 768px) {
  .table-group {
    overflow: auto;
    overflow-y: hidden;
  }
}

.sub-header > td {
  background-color: #9D9FA2 !important;
  color: white;
}

.responsive-table {
  overflow-x: auto;
  width: 100%;
}
.responsive-table table thead th {
  white-space: nowrap;
}
.rating .color-blue-lt,
.ratings .pc-blue-lt {
  color: #00b0b4 !important;
}

.rating .color-orange,
.ratings .pc-orange {
  color: #FFC502 !important;
}

.performance_rating-table {
  width: 100%;
}
.performance_rating-table.ratings .one {
  width: 50%;
}
.performance_rating-table.ratings .two {
  width: 10%;
}
.performance_rating-table.ratings .three {
  width: 20%;
}
.performance_rating-table.ratings .four {
  width: 20%;
}
.performance_rating-table.noratings .one {
  width: 90%;
}
.performance_rating-table.noratings .two {
  width: 10%;
}

.table-register td {
  border: none !important;
}
.table-register tbody tr {
  background-color: white !important;
}
.table-register tr td:nth-child(odd) {
  color: #666 !important;
  width: 38%;
}
.table-register tr td:nth-child(even) {
  color: #072B36 !important;
}

.table-register > thead > tr > th {
  background-color: white !important;
  color: #072B36 !important;
}

.table-register > thead > tr > th {
  text-transform: none !important;
}

.table-register > thead:first-child > tr:first-child > th {
  width: 200px !important;
}

th.headerSortUp, th.headerSortDown {
  position: relative;
  cursor: pointer;
}

th.headerSortUp:after {
  content: "";
  position: absolute;
  top: -25px;
  left: 12px;
  border-bottom: 11px solid #0b6a77;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

th.headerSortDown:after {
  content: "";
  position: absolute;
  top: -25px;
  left: 12px;
  border-top: 11px solid #0b6a77;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

td iframe {
  max-width: 950px !important;
}

/* Redesign */
#table .dropdown .btn {
  margin-left: 0;
}
.table-tools {
  background-color: #fafafa;
}

.table-tools-bottom {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #666;
  border-top: solid 0.0625rem #D7D7D7;
}

.table {
  margin-bottom: 0;
}
.table > thead > tr {
  background-color: #f0f0f0;
}
.table > thead > tr > th i {
  font-size: 1rem;
  padding-left: 4px;
  position: relative;
  top: 0.1875rem;
}
.table > tbody tr td,
.table > tbody tr th {
  border: none;
}
.table > tbody > tr:nth-child(even) {
  background-color: #fafafa;
}
.table > tbody > tr:nth-child(even) .fixed-col, .table > tbody > tr:nth-child(even) .fixed-col-checkbox {
  background-color: #fafafa;
}
.table > tbody > tr > td:first-child {
  padding-left: 1rem;
  font-weight: 500;
}
.table > tbody > tr.success {
  background-color: rgba(41, 169, 5, 0.2);
}
.table > tbody > tr.partial-success {
  background-color: rgba(248, 162, 44, 0.2);
}
.table > tbody > tr.error {
  background-color: rgba(169, 5, 5, 0.2);
}

#table-filter > div {
  height: 100%;
}

#body-wrapper .table-responsive {
  margin-bottom: 0;
  overflow-y: auto;
}

.table-responsive table {
  border-collapse: separate;
  border-spacing: 0;
  color: #222;
}
.table-responsive table thead tr th {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  border-bottom: solid 0.0625rem #E6E6E6 !important;
  border-top: solid 0.0625rem #E6E6E6 !important;
  padding: 0.5rem 2.5rem 0.75rem !important;
  vertical-align: middle;
  line-height: 1rem;
  height: 3.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f0f0f0 !important;
  z-index: 900;
}
.table-responsive table tbody tr th, .table-responsive table tbody tr td {
  border-bottom: solid 0.0625rem #E6E6E6 !important;
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  vertical-align: inherit;
}
.table-responsive table tbody tr th .user-image, .table-responsive table tbody tr td .user-image {
  height: 40px;
  width: 40px;
}
.table-responsive table tbody tr td {
  padding-left: 35px;
}
.table-responsive table tbody tr:hover th, .table-responsive table tbody tr:hover th.fixed-col, .table-responsive table tbody tr:hover td {
  background-color: #f0f0f0 !important;
}
.table-responsive table th, .table-responsive table td {
  white-space: nowrap;
}
.table-responsive table .dropdown-menu {
  margin-top: -34px;
  margin-left: 65px;
}
.table-responsive.fixed-table th.fixed-col {
  top: 0 !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 975 !important;
}
.table-responsive.fixed-table th.fixed-col-checkbox {
  top: 0 !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 975 !important;
}
.table-responsive.fixed-table .fixed-col {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: #FFFFFF;
  width: 15.625rem;
  top: auto;
  border-right: solid 0.0625rem #E6E6E6;
  z-index: 950;
}
.table-responsive.fixed-table .fixed-col:hover {
  background-color: #E6E6E6;
}
.table-responsive.fixed-table .fixed-col:after {
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,000000+75&1+0,0+75 */
  background-image: -moz-linear-gradient(right, rgb(230, 230, 230) 0%, rgba(255, 255, 255, 0) 75%); /* FF3.6-15 */
  background-image: linear-gradient(to right, rgb(230, 230, 230), rgba(255, 255, 255, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: -webkit-linear-gradient(to right, rgb(230, 230, 230) 0%, rgba(255, 255, 255, 0) 75%); /* Chrome10-25,Safari5.1-6 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6e6e6", endColorstr="#00000000",GradientType=1 ); /* IE6-9 */
  position: absolute;
  width: 0.625rem;
  right: -0.625rem;
  height: 100%;
  top: 0;
  bottom: 0;
}
.table-responsive.fixed-table .fixed-col.fixed-head {
  background-color: #f0f0f0;
}
.table-responsive.fixed-table .fixed-col.fixed-margin {
  left: 40px !important;
}
.table-responsive.fixed-table .fixed-col-checkbox {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: #FFFFFF;
  top: auto;
  z-index: 950;
}
.table-responsive.fixed-table .fixed-col-checkbox:hover {
  background-color: #E6E6E6;
}
.table-responsive.fixed-table .fixed-col-checkbox:after {
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,000000+75&1+0,0+75 */
  background-image: -moz-linear-gradient(right, rgb(230, 230, 230) 0%, rgba(255, 255, 255, 0) 75%); /* FF3.6-15 */
  background-image: linear-gradient(to right, rgb(230, 230, 230), rgba(255, 255, 255, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: -webkit-linear-gradient(to right, rgb(230, 230, 230) 0%, rgba(255, 255, 255, 0) 75%); /* Chrome10-25,Safari5.1-6 */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6e6e6", endColorstr="#00000000",GradientType=1 ); /* IE6-9 */
  position: absolute;
  width: 0.625rem;
  right: -0.625rem;
  height: 100%;
  top: 0;
  bottom: 0;
}
.table-responsive.fixed-table .fixed-col-checkbox.fixed-head {
  background-color: #f0f0f0;
}

#flex-table {
  background-color: #f0f0f0;
}
#flex-table .flex-col-fixed {
  flex: 0 0 auto;
  width: 15rem;
}
#flex-table .flex-col-fixed span {
  position: relative;
  min-width: unset;
  padding-left: 1.625rem;
  width: 100%;
}
#flex-table .flex-table-head {
  background-color: #f0f0f0;
  border-bottom: solid 0.0625rem #E6E6E6;
}
#flex-table .flex-table-head span {
  color: #666;
  font-size: 0.75rem;
  height: 3rem;
  text-transform: uppercase;
}
#flex-table #flex-table-head span {
  padding-left: 1.375rem;
}
#flex-table #flex-table-body div span {
  padding-left: 1.625rem;
}
#flex-table #flex-table-body span,
#flex-table #flex-table-side span {
  border-bottom: solid 0.0625rem #E6E6E6;
  color: #444;
}
#flex-table #flex-table-side span:nth-child(even) {
  background-color: #fafafa;
}
#flex-table #flex-table-side span:nth-child(odd) {
  background-color: #FFFFFF;
}
#flex-table #flex-table-body > div:nth-child(even) span {
  background-color: #fafafa;
}
#flex-table #flex-table-body > div:nth-child(odd) span {
  background-color: #FFFFFF;
}
#flex-table #flex-table-side .img-wrap {
  position: relative;
}
#flex-table #flex-table-side .user-image {
  height: 2.5rem;
  overflow: hidden;
  position: relative;
  width: 2.5rem;
}
#flex-table #flex-table-side .user-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 200%;
  max-width: 200%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
#flex-table span {
  align-items: center;
  flex: 0 0 auto;
  min-width: 12.5rem;
  padding: 0 0.5rem;
}
#flex-table .flex-table-divider {
  background-color: transparent;
  position: relative;
  width: 0;
}
#flex-table .flex-table-divider:after {
  border-left: solid 0.0625rem #E6E6E6;
  content: "";
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+65&0.05+0,0+65,0+65 */
  background: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0) 65%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 65%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0d000000", endColorstr="#00000000",GradientType=1 ); /* IE6-9 */
  border-left: solid 0.0625rem #E6E6E6;
  position: absolute;
  width: 0.625rem;
  right: -0.625rem;
  height: 100%;
  top: 0;
}

.filter-badge-count {
  background-color: #FFFFFF;
  color: #127574;
  font-size: 10px;
  line-height: 13px;
  box-sizing: border-box;
  padding: 0 4px;
  margin: 0;
  border-radius: 0.375rem;
}

.badge-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.badge-title-border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 8px;
  padding-left: 5px;
}

.badge-title-border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 8px;
  padding-right: 5px;
}

.badge-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 2px;
  outline: none;
}

.filter-badge-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6E6E6;
  color: #5a5a5a;
  border-radius: 1.5625rem;
  font-size: 0.875rem;
  height: 1.5rem;
  overflow: hidden;
}

.filter-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #127574;
  color: #FFFFFF;
  border-radius: 1.5625rem;
  font-size: 0.875rem;
  height: 1.5rem;
  overflow: hidden;
}

.filter-badge > .filter-badge-count-block, .filter-badge-empty > .filter-badge-count-block {
  font-size: 11px;
  font-weight: 500;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 7px;
}

.filter-badge-edit {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E6E6E6;
  color: #5a5a5a;
  border-radius: 50%;
  font-size: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.goal-stats-wrapper {
  position: relative;
  border-top: 1px solid #DCDCDC;
}
.goal-stats-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.625rem;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  #table .table > tbody > tr:hover {
    background-color: #E6E6E6;
  }
  #table-head .dropdown a:hover {
    text-decoration: none;
  }
  #table-head .dropdown a:hover strong {
    text-decoration: underline;
  }
}
.bulk-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #41b2db;
  color: #FFFFFF;
  border-radius: 1.5625rem;
  font-size: 0.875rem;
  height: 1.5rem;
  overflow: hidden;
}

.apply-button-menu {
  display: none;
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  right: 0;
  bottom: 30px;
  border: none;
  max-height: 300px;
  width: 150px;
  overflow-y: auto;
  transition: 0.2s all;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.apply-button-menu > li {
  border-bottom: 1px solid #E6E6E6;
  text-align: center;
}
.apply-button-menu > li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}
.apply-button-menu > li:last-child {
  border-bottom: none;
}

.filters-list {
  display: none;
  border-radius: 0.3125rem;
  left: 0;
  top: 20px;
  border: none;
  height: auto;
  width: 300px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  z-index: 999;
  position: relative;
  background-color: #FFFFFF;
  transition: 0.2s all;
}
.filters-list > li {
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.3s ease;
}
.filters-list > li:last-child {
  background-color: #FFFFFF;
  position: sticky;
  bottom: 0;
  left: 0;
}
.filters-list > li:last-child:hover {
  cursor: pointer;
  background-color: #F5F5F5;
  transition: all 0.3s ease;
}
.filters-list > li .all-filters {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 250px;
  overflow-y: auto;
}
.filters-list > li .all-filters > li {
  border-bottom: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
}
.filters-list > li .all-filters > li:hover {
  cursor: pointer;
  background-color: #F5F5F5;
  transition: all 0.3s ease;
}
.filters-list > li .all-filters > li:last-child {
  border-bottom: none;
}
.filters-list > li .all-filters > li > .filter-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 500;
  outline: none;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filters-list > li .all-filters > li > .filter-control > div {
  outline: none;
}
.filters-list > li .all-filters > li > .filter-control > div:first-child {
  padding: 10px 5px 10px 15px;
}
.filters-list > li .all-filters > li > .filter-control > div:first-child > i {
  color: #969696;
  transition: all 0.3s ease;
}
.filters-list > li .all-filters > li > .filter-control > div:first-child:hover > i {
  color: #127574;
  transition: all 0.3s ease;
}
.filters-list > li .all-filters > li > .filter-control > div:last-child {
  padding: 10px 15px 10px 5px;
}
.filters-list > li .all-filters > li > .filter-control > div:last-child > i {
  color: #969696;
  transition: all 0.3s ease;
}
.filters-list > li .all-filters > li > .filter-control > div:last-child:hover > i {
  color: #ED5959;
  transition: all 0.3s ease;
}

.filter-button-title {
  display: inline;
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  margin-left: 10px;
}

.main-cell-text {
  width: 25ch;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
}

.glyphicon-trash {
  top: 4px;
  font-size: 20px;
  vertical-align: middle;
  color: #105A70;
}

.glyphicon-star {
  font-size: 24px;
  color: #CFD8DC;
}

.weight-number {
  color: #6880a2;
}

.minus-icon {
  color: #CFD8DC;
}

.add-icon {
  color: #127574;
  padding-left: 5px;
}

.icon-plus-minus {
  margin-top: -34px;
  margin-right: -25px;
}
.icon-plus-minus i {
  font-size: 30px;
}

.active-status,
.Active-status {
  color: #127574 !important;
}

.inactive-status,
.Inactive-status {
  color: #0b6a77 !important;
  font-size: 16px !important;
  vertical-align: middle !important;
  margin-right: 5px !important;
}

.active-status,
.Active-status,
.Inactive-status .inactive-status {
  font-size: 16px !important;
  vertical-align: middle !important;
  margin-right: 5px !important;
}

.add_remove_buttons {
  position: absolute;
  bottom: -16px;
  right: -16px;
}
.add_remove_buttons i {
  color: white;
  display: inline-block;
  height: 30px;
  width: 30px;
  font-size: 22px;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  font-style: normal;
}
.add_remove_buttons i.add {
  background: #127574;
}
.add_remove_buttons i.remove {
  background: #9D9FA2;
}

.glyphicon-cog {
  padding-left: 25px;
  color: #CFD8DC !important;
}

a[data-toggle=modal] {
  cursor: pointer;
}

.modal.full-screen {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.modal.full-screen .modal-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal.full-screen .modal-body .warningWrapper {
  margin: 0 auto;
  width: 550px;
  height: 750px;
  display: flex;
  align-items: center;
}
.modal.full-screen .modal-body .warningWrapper .card {
  height: 100%;
  display: flex;
  align-items: center;
}

/* Redesign */
.modal {
  z-index: 4000 !important;
}

@media (min-width: 900px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-content {
  border-radius: 15px !important;
  border: 0;
  box-shadow: 0rem 0rem 0.625rem 0.125rem #BBBBBB;
}

.modal-backdrop {
  opacity: 80% !important;
  background-color: #EFEFEF !important;
  backdrop-filter: blur(5px);
}

.modal-title {
  font-size: 1.25rem;
  color: #111B29 !important;
}

@media (min-width: 768px) {
  .modal-md-dialog {
    width: 80%;
  }
}
#crispHelpdeskModal .input-group-addon {
  color: #646B74;
  border-left: 1px solid #CCC;
}

#crispHelpdeskModal #crispHelpdeskSearch {
  color: #333;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

@media (min-width: 360px) and (max-width: 768px) {
  .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in {
    max-width: 360px !important;
  }
  .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in * {
    max-width: 360px !important;
  }
  .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in input, .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in div[role=button] {
    max-width: 200px !important;
  }
  .mce-container.mce-panel.mce-floatpanel.mce-window.mce-in .mce-widget.mce-btn.mce-primary.mce-abs-layout-item.mce-first.mce-btn-has-text {
    left: 80% !important;
  }
}
.nav-tabs.panel-tabs {
  background: #E0E5EC;
  margin: -21px;
}
.nav-tabs.panel-tabs li {
  border: none;
  margin-right: 5px;
}
.nav-tabs.panel-tabs li a {
  color: #105A70;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 30px;
}
.nav-tabs.panel-tabs li a:hover {
  background: none;
  border: none;
}
.nav-tabs.panel-tabs li.active, .nav-tabs.panel-tabs li:hover {
  background: white;
  border: none;
  border-radius: 5px 5px 0 0;
}
.nav-tabs.panel-tabs li.active a, .nav-tabs.panel-tabs li:hover a {
  color: #072B36;
  border: none;
}
.nav-tabs.nav-tabs-left {
  border: none;
}
.nav-tabs.nav-tabs-left li {
  float: inherit;
  padding: 10px 0 10px 0;
}
.nav-tabs.nav-tabs-left li.active a {
  background: none;
  border: none;
  border-left: 2px solid #F8992C;
  border-radius: 0;
  color: #141526;
  padding: 0 0 0 8px;
}
.nav-tabs.nav-tabs-left li.active a:hover {
  border-left: 2px solid #F8992C;
  color: #141526;
}
.nav-tabs.nav-tabs-left li a {
  background: none;
  border: none;
  border-radius: 0;
  color: #939FB1;
  margin: 0;
  padding: 0 0 0 10px;
  text-transform: uppercase;
}
.nav-tabs.nav-tabs-left li a:hover {
  border: none;
  color: #141526;
}

/* Redesign */
.tab-content > .active {
  display: flex !important;
}

.tab-content .tab-pane {
  height: 100%;
  overflow: hidden;
}
.tab-content .tab-pane > div {
  height: 100%;
}

#tabs {
  margin: 0 2rem 1rem;
}

.tab-nav {
  margin: 0;
  padding: 1rem;
  position: relative;
}
.tab-nav i {
  color: #666;
}

.tab-wrap {
  border-bottom: solid 0.0625rem #E6E6E6;
}

.tab-body {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2rem;
}
@media (min-width: 992px) {
  .tab-aside {
    max-width: 320px;
    min-width: 320px;
  }
}
#accordion-interior {
  height: auto;
}
#accordion-interior .panel {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #E6E6E6;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-bottom: 0;
  min-height: 3.5rem;
  padding: 0;
}
#accordion-interior .panel .acc-trigger {
  border-bottom: solid 1px transparent;
  color: #222;
  font-size: 0.875rem;
  min-height: 3.5rem;
}
#accordion-interior .panel .acc-trigger i {
  color: #222;
}
#accordion-interior .panel .acc-trigger i::after {
  content: "expand_more";
}
#accordion-interior .panel .acc-trigger.active {
  border-bottom: solid 1px #E6E6E6;
}
#accordion-interior .panel .acc-trigger.active i::after {
  content: "expand_less";
}
#accordion-interior .panel i {
  font-size: 1.25rem;
}
#accordion-interior .card-body {
  background-color: #fafafa;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
#accordion-interior .card-body > div {
  padding: 1.5rem;
}
#accordion-interior .card-body .img-wrap {
  margin-right: 1rem;
}
#accordion-interior .card-body .img-wrap .user-image {
  height: 2.5rem;
  overflow: hidden;
  position: relative;
  width: 2.5rem;
  bottom: unset;
  left: unset;
}
#accordion-interior .card-body .img-wrap .user-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 175%;
  max-width: 175%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
#accordion-interior .collapse.in {
  display: flex;
  flex-direction: column;
}

.content-settings {
  background-color: #F5F5F5;
  border-bottom: solid 0.0625rem #E6E6E6;
  padding: 0.5rem 0.75rem 0.5rem 2rem;
}

.tab-nav {
  padding: 0.625rem 0 0 0;
  background-color: #E6E6E6;
}
.tab-nav > li {
  padding: 0.5rem 0.75rem;
  position: relative;
  list-style-type: none;
}
.tab-nav > li a {
  text-decoration: none;
  color: #5C5B5B;
  font-size: 1rem;
  padding: 0.5rem;
}
.tab-nav > li a:hover {
  color: #111;
  cursor: pointer;
  text-decoration: underline;
}
.tab-nav > li.active {
  background-color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab-nav > li.active a {
  text-decoration: none;
  font-weight: 500;
  color: #5C5B5B;
}
.tab-nav > li.warning a {
  color: red;
}

.tab-wrap {
  border-bottom: none;
  flex-basis: 75%;
}

#accordion-interior {
  flex: 1;
  height: 100%;
}
#accordion-interior .panel {
  flex: 0 0 0%;
  height: 100%;
}
#accordion-interior .panel .acc-trigger:hover {
  cursor: pointer;
}
#accordion-interior > div:hover {
  background-color: #f0f0f0;
}
#accordion-interior > div a:hover {
  text-decoration: none;
}

.arrow-tab-container {
  background-color: #fafafa;
}
.arrow-tab-container .arrow-tab-nav {
  overflow: visible;
  list-style: none;
  margin: 1px;
  padding: 0 2.375rem 0 0;
}
@media (min-width: 992px) {
  .arrow-tab-container .arrow-tab-nav {
    /*      overflow-x: scroll;*/
    overflow-y: hidden;
  }
}
.arrow-tab-container .arrow-tab-nav:after {
  content: none;
}
@media (min-width: 768px) {
  .arrow-tab-container .arrow-tab-nav:after {
    content: " ";
    display: block;
    height: 3.25rem;
    width: 3.75rem;
    padding-left: 3px;
    background-color: #00b0b4;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
  }
}
.arrow-tab-container .arrow-tab-nav > li a {
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  /*      @media (min-width: 992px) {*/
  padding: 0 1.5625rem 0 3.4375rem;
  /*      }*/
  /*      padding: rem(0 25px 0 25px);*/
  height: 3.25rem;
  background: #00b0b4;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
.arrow-tab-container .arrow-tab-nav > li a:hover {
  background: #007e81;
  text-decoration: underline;
}
.arrow-tab-container .arrow-tab-nav > li a:hover::after {
  border-left: 2.1875rem solid #007e81;
}
@media (min-width: 992px) {
  .arrow-tab-container .arrow-tab-nav > li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 1.875rem solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 1.875rem solid transparent;
    border-left: 2.1875rem solid #00b0b4;
    position: absolute;
    top: 50%;
    margin-top: -1.875rem;
    left: 100%;
    z-index: 2;
  }
  .arrow-tab-container .arrow-tab-nav > li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 1.875rem solid transparent;
    border-bottom: 1.875rem solid transparent;
    border-left: 2.1875rem solid white;
    position: absolute;
    top: 50%;
    margin-top: -1.875rem;
    margin-left: 3px;
    left: 100%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .arrow-tab-container .arrow-tab-nav > li a::before {
    display: block;
  }
}
.arrow-tab-container .arrow-tab-nav > li.active > a {
  color: white;
  text-decoration: none;
  background: #0b4948;
  font-weight: bold;
}
.arrow-tab-container .arrow-tab-nav > li.active > a:hover {
  background: #041d1c;
}
.arrow-tab-container .arrow-tab-nav > li.active > a:hover::after {
  border-left: 2.1875rem solid #041d1c;
}
.arrow-tab-container .arrow-tab-nav > li.active > a::after {
  border-left: 2.1875rem solid #0b4948;
}
.arrow-tab-container .arrow-tab-nav > li.visited a {
  color: white;
  background: #0b4948;
}
.arrow-tab-container .arrow-tab-nav > li.visited a:hover {
  background: #041d1c;
  text-decoration: underline;
}
.arrow-tab-container .arrow-tab-nav > li.visited a:hover::after {
  border-left: 2.1875rem solid #041d1c;
}
.arrow-tab-container .arrow-tab-nav > li.visited a::after {
  border-left: 2.1875rem solid #0b4948;
}
.arrow-tab-container .arrow-tab-nav li.warning a {
  color: white;
  background: #DD6973 !important;
}
.arrow-tab-container .arrow-tab-nav li.warning a:hover {
  background: #d43f4c !important;
  text-decoration: underline !important;
}
.arrow-tab-container .arrow-tab-nav li.warning a:hover::after {
  border-left: 2.1875rem solid #d43f4c;
}
.arrow-tab-container .arrow-tab-nav li.warning a::after {
  border-left: 2.1875rem solid #DD6973;
}
.arrow-tab-container .arrow-tab-nav li.success a {
  color: white;
  background: #68C49F !important;
}
.arrow-tab-container .arrow-tab-nav li.success a:hover {
  background: #46b387 !important;
  text-decoration: underline !important;
}
.arrow-tab-container .arrow-tab-nav li.success a:hover::after {
  border-left: 2.1875rem solid #46b387;
}
.arrow-tab-container .arrow-tab-nav li.success a::after {
  border-left: 2.1875rem solid #68C49F;
}
.arrow-tab-container .arrow-tab-nav > li:first-child a {
  padding-left: 1.5625rem;
}
.arrow-tab-container .arrow-tab-nav .dropdown-menu-arrow > a {
  background: #E6E6E6 !important;
  color: #5a5a5a !important;
  border-radius: 0.625rem;
  text-decoration: none;
}
.arrow-tab-container .arrow-tab-nav .dropdown-menu-arrow > a:hover {
  text-decoration: none;
}
.arrow-tab-container .arrow-tab-nav .dropdown-menu-arrow > a::after {
  content: none;
}
.arrow-tab-container .arrow-tab-nav .dropdown-menu-arrow > a::before {
  content: none;
}
.arrow-tab-container .arrow-tab-nav .dropdown-menu-arrow > ul li a {
  margin: 5px;
}
.arrow-tab-container .arrow-tab-nav .dropdown-menu-arrow > ul li a:hover {
  text-decoration: none;
  color: #5a5a5a;
}
.arrow-tab-container .arrow-tab-nav .dropdown-menu-arrow > ul li a::after {
  content: none;
}
.arrow-tab-container .arrow-tab-nav .dropdown-menu-arrow > ul li a::before {
  content: none;
}
.arrow-tab-container .arrow-tab-nav .dropdown-menu-arrow > ul .active a {
  background-color: #127574;
  color: white;
}

.page-number {
  display: inline-block;
  color: #CFD8DC;
}
.page-number i {
  vertical-align: bottom;
  margin-top: 3px;
}
.page-number p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  color: #CFD8DC;
}

.pagination-module {
  margin: 0 5px 10px 0;
}
.pagination-module .total-count {
  vertical-align: middle;
  line-height: 34px;
}
.pagination-module button.dropdown {
  vertical-align: middle;
}
.pagination-module button.dropdown > * {
  vertical-align: middle;
}
.pagination-module .per-page {
  display: inline-block;
  margin: 0 10px;
}
.pagination-module .page-jump {
  display: inline-block;
}
.pagination-module .page-jump > .dropdown {
  display: inline-block;
  margin: 0 10px;
}
.pagination-module .page-jump .per-page {
  display: inline-block;
  margin: 0 10px;
}
.tool-tip-feedback:hover,
.tool-tip-feedback:active,
.tool-tip-feedback.active,
.tool-tip-feedback.active i,
.tool-tip-feedback i:hover {
  color: #FFC502;
  text-decoration: none;
}

.tool-tip-feedback-numeric:hover,
.tool-tip-feedback-numeric:active,
.tool-tip-feedback-numeric.active,
.tool-tip-feedback-numeric.active i,
.tool-tip-feedback-numeric i:hover {
  color: #00b0b4;
  text-decoration: none;
}

.feedback-icon {
  width: 27px;
}

span.rating {
  float: left;
  overflow: hidden;
}
span.rating .clear_rating {
  margin: 0 10px 0 0;
}

.tool-tip-feedback {
  position: relative;
  float: left;
}

.tooltip.top {
  margin-top: -20px;
}

.weight-number {
  cursor: pointer;
  margin: 0 0 0 10px;
}

.tool-tip-feedback + .tooltip > .tooltip-inner,
.weight-number + .tooltip > .tooltip-inner {
  background-color: #072B36;
  padding: 10px;
}

.tooltip.top .tooltip-arrow {
  border-bottom-color: #072B36;
}

.tooltip.top .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  margin-left: -13px;
  border-width: 10px 10px 0;
  border-top-color: #072B36;
}

.tx_error {
  width: 100%;
}

md-checkbox.md-checked .md-icon {
  background-color: #0b6a77;
}

th md-checkbox.md-default-theme .md-icon, th md-checkbox .md-icon {
  border-color: #FFFFFF;
}

md-checkbox.no-checkbox > .md-container {
  display: none;
}
md-checkbox.no-checkbox > .md-label {
  margin-left: 0;
}
md-checkbox.no-checkbox > .md-label i {
  transition: 0.2s all;
  color: #072B36;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
md-checkbox.no-checkbox > .md-label:hover i {
  transform: scale(1.15);
  color: #127574;
}

.scatterplot-module .highcharts-container {
  overflow: visible !important;
}
.scatterplot-module .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
.scatterplot-module .wrapper .graph-label {
  position: absolute;
  z-index: 3;
  font-size: 13px;
}
.scatterplot-module .wrapper .graph-label.top {
  top: 11px;
}
.scatterplot-module .wrapper .graph-label.top-left {
  top: 11px;
  left: 66px;
  color: #f8992c;
}
.scatterplot-module .wrapper .graph-label.top-right {
  top: 11px;
  right: 11px;
  color: #54a33d;
}
.scatterplot-module .wrapper .graph-label.bottom {
  bottom: 61px;
}
.scatterplot-module .wrapper .graph-label.bottom-left {
  bottom: 61px;
  left: 66px;
  color: #e64349;
}
.scatterplot-module .wrapper .graph-label.bottom-right {
  bottom: 61px;
  right: 11px;
  color: #1e375f;
}
.scatterplot-module .wrapper .scatterplot-output {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.scatterplot-module .wrapper .scatterplot-output .highcharts-yaxis-title,
.scatterplot-module .wrapper .scatterplot-output .highcharts-xaxis-title {
  color: #072B36 !important;
  font-weight: 500;
  font-size: 18px;
}

.highcharts-button {
  fill: #FFFFFF;
  stroke-width: 0;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
.null-chart {
  background-color: #E6E6E6 !important;
  border-radius: 50%;
  margin: 25px;
  height: 200px;
  width: 200px;
}

.chart-legend {
  background-color: #f0f0f0;
  border-top: solid 1px #E6E6E6;
  text-align: center;
}
.chart-legend .chart-block {
  display: inline-block;
  margin: 0 auto;
  padding-right: 5px;
}
.chart-legend .chart-square {
  width: 15px;
  height: 15px;
  background: black;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 3px;
}

.rounded_corner_off {
  border-radius: 0 !important;
}

.highchart-ws-1 {
  fill: #FE5F55;
}

.highchart-ws-2 {
  fill: #836AA9;
}

.highchart-ws-3 {
  fill: #F39743;
}

.highchart-ws-4 {
  fill: #5796EE;
}

.highchart-ws-5 {
  fill: #07BEB8;
}

.login-notice .alert-info {
  background-color: #fafafa;
  border: solid 1px #E6E6E6;
  color: #222 !important;
}

.alert-info {
  border: 2px solid #127574;
}
.alert-info h1,
.alert-info p,
.alert-info i {
  color: #127574;
}
.alert-info .close {
  opacity: 1;
  right: 0;
}
.alert-info .col-md-11 {
  padding-left: 20px;
}
.alert-info .dash-icon {
  background-color: #127574;
  border-radius: 50px;
  width: 75px;
  height: 75px;
  margin-top: 15px;
}
.alert-info .dash-icon i {
  color: #FFFFFF;
  font-size: 40px;
  margin-top: 16px;
  margin-left: 3px;
}

.alert-text {
  font-weight: bold;
}
.alert-text.danger {
  color: #c00;
}
.alert-text.success {
  color: green;
}

form#search_form-module {
  position: relative;
}
form#search_form-module input.search {
  position: relative;
  z-index: 1;
}
form#search_form-module button[type=submit] {
  position: absolute;
  z-index: 2;
  top: 7px;
  right: 22px;
  background: none;
  border: none;
}

.coach_selector {
  transition: 0.1s all;
  position: relative;
}
.coach_selector:hover {
  background: #bde8f6;
}

.coach_box {
  transition: 0.2s all;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: white;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.35);
}
.coach_box.active {
  z-index: 2;
  bottom: 90%;
  opacity: 1;
}
.coach_box .arrow_down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
  position: absolute;
  bottom: -20px;
  left: 46%;
}
.coach_box md-select {
  width: 100%;
  display: inline-block !important;
}
.coach_box md-select .md-select-value {
  width: 100%;
  display: block;
}
.coach_box md-select .md-select-value span {
  width: 100%;
  display: inline-block;
  white-space: normal;
}
.coach_box md-select .md-select-value span .md-container,
.coach_box md-select .md-select-value span .md-text {
  display: inline-block;
}

.help-desk-companies .md-select-value .md-select-icon {
  margin-left: -84%;
  padding: 5%;
}

.coach_selector_trigger {
  display: block;
  min-height: 25px;
}

.billing-form .step-indicator {
  text-align: center;
}
.billing-form .step-indicator ul {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.billing-form .step-indicator ul li {
  display: block;
  overflow: hidden;
  position: relative;
  width: 25%;
  float: left;
  padding: 10px 0;
}
.billing-form .step-indicator ul li i {
  position: absolute;
  width: 100%;
  height: 5px;
  background: #CFD8DC;
  overflow: hidden;
  left: 0;
  bottom: 0;
}
.billing-form .step-indicator ul li i:after {
  transition: 0.2s all;
  content: "";
  position: absolute;
  background: #127574;
  height: 100%;
  width: 100%;
  left: -100%;
}
.billing-form .step-indicator ul li i.active:after {
  left: 0;
}
.billing-form .step-indicator ul li a {
  transition: 0.2s all;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #9D9FA2;
  cursor: pointer;
  text-decoration: none;
}
.billing-form .step-indicator ul li a.active, .billing-form .step-indicator ul li a:hover {
  color: #127574;
}
.billing-form .step-indicator ul li a.past {
  color: #072B36;
}
.billing-form .step.two .intro {
  text-align: center;
  margin: 0 0 95px;
}
.billing-form .step.two .slider {
  position: relative;
}
.billing-form .step.two .slider span {
  position: absolute;
  top: 0;
}
.billing-form .step.two .slider span.left {
  left: 20px;
  font-size: 11px;
}
.billing-form .step.two .slider span.right {
  right: 20px;
  font-size: 11px;
}
.billing-form .step.two .slider md-slider .md-track-container {
  height: 6px;
}
.billing-form .step.two .slider .md-track.md-track-fill {
  background-color: #127574;
}
.billing-form .step.two .slider md-slider .md-track-ticks {
  display: none;
}
.billing-form .step.two .slider md-slider.md-default-theme.md-primary .md-thumb:after, .billing-form .step.two .slider md-slider.md-primary .md-thumb:after {
  border-color: #127574;
  background-color: #127574;
}
.billing-form .step.two .slider md-slider.md-default-theme.md-primary .md-sign, .billing-form .step.two .slider md-slider.md-primary .md-sign {
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.billing-form .step.two .slider md-slider.md-default-theme.md-primary .md-sign:after, .billing-form .step.two .slider md-slider.md-primary .md-sign:after {
  border-top-color: #127574;
  display: none;
}
.billing-form .step.two .slider md-slider .md-sign {
  left: -25px;
  top: -24px;
  width: 50px;
  height: 34px;
  border-radius: 35px;
}
.billing-form .step.two .slider md-slider[md-discrete] .md-sign,
.billing-form .step.two .slider md-slider[md-discrete] .md-sign:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.billing-form .step.two .slider .md-sign span {
  position: relative;
  top: auto;
  padding: 10px;
  color: #072B36;
  font-size: 14px;
}
.billing-form .step.two h3 {
  text-align: center;
  color: #072B36;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.035em;
}
.billing-form .step.two .labels {
  padding: 48px 0 0;
}
.billing-form .step.two span.label {
  display: block;
  color: #072B36;
  font-size: 12px;
  text-align: left;
  line-height: 38px;
  margin: 0 0 10px;
}
.billing-form .step.two span.cell {
  display: block;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  color: #072B36;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 38px;
  margin: 0 0 15px;
}
.billing-form .step.two span.cell .large {
  font-size: 17px;
}
.billing-form .step.two .btn {
  display: block;
  margin: 0;
  float: none;
  width: 100%;
  margin-bottom: 20px;
}
.billing-form .scrollbox {
  height: 500px;
  overflow-y: scroll;
  padding: 20px;
  border: 1px solid #ccc;
}
.billing-form .active_column {
  border: 1px solid #127574;
  border-radius: 4px;
}
.billing-form .heading {
  width: 60%;
  margin-left: 20%;
}
.billing-form .sub-heading {
  width: 70%;
  margin-left: 15%;
}
.billing-form .accent {
  width: 50px;
  height: 5px;
  background: #0b6a77;
  display: inline-block;
  margin: 5px 0 12px;
}
.billing-form .accent-last {
  width: 50px;
  height: 5px;
  background: #127574;
  display: inline-block;
  margin: 5px 0 12px;
}
.billing-form .terms_of_service {
  margin-top: 0px;
}
.billing-form md-input-container:not(.md-input-invalid).md-input-focused label {
  color: #157794 !important;
}
.billing-form md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #157794 !important;
}

.download_form {
  padding: 10px 0;
}
.sfftable {
  position: relative;
}
.sfftable > div {
  transition: 0.2s all;
  opacity: 0;
}
.sfftable > div.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-align: center;
}
.sfftable > div.loading > i {
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
.sfftable > div.loading > p {
  display: inline-block;
  vertical-align: middle;
}
.sfftable > div.tables {
  position: relative;
  z-index: 2;
}
.sfftable > div.active {
  opacity: 1;
}
.sfftable .departmentHeaderRow {
  margin-left: 0px;
  display: table;
}
.sfftable .departmentHeaderRow .indented_details_name {
  display: table-cell;
  vertical-align: middle;
}
.sfftable .employeeHeaderRow {
  margin-left: 15px;
  display: table;
}
.sfftable .employeeHeaderRow .indented_details_name {
  display: table-cell;
  vertical-align: middle;
}
.sfftable .goalDetailRow {
  margin-left: 50px;
  display: table;
}
.sfftable .goalDetailRow .indented_details_name {
  display: table-cell;
  vertical-align: middle;
}
.sfftable .table-wrapper {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}
.sfftable .table-wrapper .table-overlay-left, .sfftable .table-wrapper .table-overlay-right {
  position: relative;
}
.sfftable .table-wrapper .table-overlay-left {
  content: "";
  position: absolute;
  left: 15px;
  /*top:0;
  bottom:0;*/
  align-self: center;
  width: 15px;
  background-image: url("../../../images/grad-left.png");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.sfftable .table-wrapper .table-overlay-right {
  content: "";
  position: absolute;
  right: 15px;
  /*top:0;
  bottom:0;*/
  align-self: center;
  width: 15px;
  background-image: url("../../../images/grad-right.png");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.sfftable .table-wrapper .floating-expandable {
  padding-left: 0px;
  padding-right: 0px;
  background-color: white;
  width: 30px;
  position: absolute;
  right: 15px;
}
.sfftable .table-wrapper .floating-expandable-header {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #1E375F;
  width: 30px;
  position: absolute;
  right: 15px;
}
.sfftable .editor-wrapper.hidden-wrapper {
  display: none;
}
.sfftable .editor-wrapper input {
  width: 100%;
}

.loading-overlay {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  z-index: 999;
  background-color: rgba(1, 1, 1, 0.15);
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.loading-overlay.login-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading-overlay-ssfTable {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.75);
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.loading-overlay-ssfTable.login-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.quadrant_grid {
  width: fit-content;
}

.quadrant_grid input {
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 25px;
}

#pr_chart_overall-score {
  min-height: auto !important;
}

.color-output {
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: #969696 1px solid;
}

.color-output-big {
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: #969696 1px solid;
}

#convertModal .navigation ul li i {
  transition: 0.2s all;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  border: 2px solid #0b6a77;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#convertModal .navigation ul li i.past {
  border: 2px solid #127574;
  background: #127574;
}
#convertModal .navigation ul li i.active {
  border: 2px solid #072B36;
  border: 2px solid #072B36;
}
#convertModal .navigation ul li a {
  transition: 0.2s all;
  font-size: 14px;
  display: block;
  vertical-align: middle;
  color: #0b6a77;
  padding: 10px 0;
}
#convertModal .navigation ul li a.past {
  color: #127574;
}
#convertModal .navigation ul li a.active {
  font-weight: bold;
  color: #072B36;
}
#convertModal .scrollbox {
  height: 500px;
  overflow-y: scroll;
  padding: 20px;
  border: 1px solid #ccc;
}
#convertModal .active_column {
  border: 1px solid #127574;
  border-radius: 4px;
}
#convertModal .pricing-info .intro {
  text-align: center;
  margin: 0 0 95px;
}
#convertModal .pricing-info .slider {
  position: relative;
}
#convertModal .pricing-info .slider span {
  position: absolute;
  top: 0;
}
#convertModal .pricing-info .slider span.left {
  left: 20px;
  font-size: 11px;
}
#convertModal .pricing-info .slider span.right {
  right: 20px;
  font-size: 11px;
}
#convertModal .pricing-info .slider md-slider .md-track-container {
  height: 6px;
}
#convertModal .pricing-info .slider .md-track.md-track-fill {
  background-color: #127574;
}
#convertModal .pricing-info .slider md-slider .md-track-ticks {
  display: none;
}
#convertModal .pricing-info .slider md-slider.md-default-theme.md-primary .md-thumb:after, #convertModal .pricing-info .slider md-slider.md-primary .md-thumb:after {
  border-color: #127574;
  background-color: #127574;
}
#convertModal .pricing-info .slider md-slider.md-default-theme.md-primary .md-sign, #convertModal .pricing-info .slider md-slider.md-primary .md-sign {
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
#convertModal .pricing-info .slider md-slider.md-default-theme.md-primary .md-sign:after, #convertModal .pricing-info .slider md-slider.md-primary .md-sign:after {
  border-top-color: #127574;
  display: none;
}
#convertModal .pricing-info .slider md-slider .md-sign {
  left: -25px;
  top: -24px;
  width: 50px;
  height: 34px;
  border-radius: 35px;
}
#convertModal .pricing-info .slider md-slider[md-discrete] .md-sign,
#convertModal .pricing-info .slider md-slider[md-discrete] .md-sign:after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
#convertModal .pricing-info .slider .md-sign span {
  position: relative;
  top: auto;
  padding: 10px;
  color: #072B36;
  font-size: 14px;
}
#convertModal .pricing-info h3 {
  text-align: center;
  color: #072B36;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.035em;
}
#convertModal .pricing-info .labels {
  padding: 48px 0 0;
}
#convertModal .pricing-info span.label {
  display: block;
  color: #072B36;
  font-size: 12px;
  text-align: left;
  line-height: 38px;
  margin: 0 0 10px;
}
#convertModal .pricing-info span.cell {
  display: block;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  color: #072B36;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 38px;
  margin: 0 0 15px;
}
#convertModal .pricing-info span.cell .large {
  font-size: 17px;
}
#convertModal .pricing-info .btn {
  display: block;
  margin: 0;
  float: none;
  width: 100%;
  margin-bottom: 20px;
}

.price_panel {
  margin: 5px;
}
.price_panel label {
  font-weight: normal;
  font-size: 13px;
}
.price_panel .w {
  margin: 0 auto;
  display: block;
  width: 550px;
}
.price_panel .w > * {
  display: inline-block;
  vertical-align: middle;
}
.price_panel .w > .s {
  font-weight: 500;
  margin: 20px 10px 0;
  font-size: 16px;
  color: #0b6a77;
}
.price_panel .w .number_of_employees {
  width: 120px;
}
.price_panel .w .cost_per_user {
  width: 90px;
}
.price_panel .w .costs {
  width: 260px;
}
.price_panel .w .costs .inputs {
  display: inline-block;
  width: 60%;
}
.price_panel .w .costs .inputs input.active {
  border: 2px solid #00b0b4;
}
.price_panel .w .costs .check {
  display: inline-block;
  width: 38%;
  padding: 0 20px;
}

.group-expand-wrapper {
  position: relative;
  text-align: right;
}

.collapse-left {
  position: absolute;
  z-index: 999;
  width: 250px;
  right: 0;
  text-align: left;
}

.icon-middle {
  vertical-align: middle;
  margin-right: 10px;
}

.icon-edit-field {
  float: left;
}

.loading-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(1, 1, 1, 0.15);
  display: flex;
  box-sizing: border-box;
  align-items: center;
  transition: opacity 0.3s ease;
  opacity: 1;
  border-radius: 15px;
}
.loading-overlay.no-background {
  background-color: rgba(0, 0, 0, 0) !important;
}
.loading-overlay.white-background {
  background-color: rgb(255, 255, 255) !important;
}

.loading-overlay.ng-hide {
  opacity: 0;
}

.spin {
  -webkit-animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

.banner-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(1, 1, 1, 0.25);
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.banner-overlay .banner-overlay-panel {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-overlay .portal-javascript h1, .banner-overlay .portal-javascript h2, .banner-overlay .portal-javascript p, .banner-overlay .portal-javascript label, .banner-overlay .portal-javascript table, .banner-overlay .portal-javascript small {
  color: #2c508b !important;
}

.loading-dots {
  text-align: center;
  z-index: 5;
  margin-top: 10px;
}
.loading-dots .dot {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -1em;
  font-size: 3.5em;
  opacity: 0;
  animation: showHideDot 2.5s ease-in-out infinite;
}
.loading-dots .dot.one {
  animation-delay: 0.2s;
}
.loading-dots .dot.two {
  animation-delay: 0.4s;
}
.loading-dots .dot.three {
  animation-delay: 0.6s;
}

@keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.toggle-width {
  width: 10.9375rem;
}

.toogle-large-width {
  width: auto;
  white-space: nowrap;
}

.toggle-width-learn {
  width: 19.6875rem;
}

.report-view-pipeline .toggle-wrapper .toggle {
  width: 100%;
  cursor: pointer;
}

.toggle-wrapper {
  border-radius: 15px;
  background-color: #f0f0f0;
  position: relative;
}
.toggle-wrapper .toggle {
  background-color: #0b6a77;
  border-radius: 15px;
  position: absolute;
  transform: translate(0, 0);
  height: 100%;
  width: 50%;
  z-index: 0;
  transition: all 0.35s ease-in-out;
}
.toggle-wrapper .toggle.right {
  transform: translate(100%, 0);
}
.toggle-wrapper a {
  color: #444;
  font-size: 0.9375rem;
  padding: 0.5625rem 1.125rem;
  text-decoration: none;
  z-index: 1;
  transition: all 0.15s ease-in-out;
}
.toggle-wrapper a.active {
  color: #FFFFFF;
  transition: all 0.15s ease-in-out;
}
.toggle-wrapper a.active:hover {
  cursor: default;
  text-decoration: none;
}
.toggle-wrapper a:hover {
  text-decoration: underline;
}

.pc-toggle {
  border-radius: 15px;
  height: 20px;
  position: relative;
  background-color: #f0f0f0;
}
.pc-toggle .toggle {
  background-color: #0b6a77;
  border-radius: 15px;
  position: absolute;
  transform: translate(0, 0);
  height: 100%;
  width: 50%;
  z-index: 0;
  transition: all 0.35s ease-in-out;
}
.pc-toggle .toggle.right {
  transform: translate(100%, 0);
}
.pc-toggle a {
  color: #444;
  font-size: 0.875rem;
  text-decoration: none;
  z-index: 1;
  transition: all 0.15s ease-in-out;
}
.pc-toggle a.active {
  color: #FFFFFF;
  transition: all 0.15s ease-in-out;
}
.pc-toggle a.active:hover {
  cursor: default;
  text-decoration: none;
}
.pc-toggle a:hover {
  text-decoration: none;
}

.toggle-width-small {
  width: 6.25rem;
}

.toggle-width-medium {
  width: 9.375rem;
}

.toggle-width-large {
  width: 12.5rem;
}

.calendar-grid-structure {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(5, 1fr);
}
.calendar-grid-structure > .calendar-grid-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.calendar-grid-structure > .calendar-grid-date > .date-circle {
  font-size: 12px;
  line-height: 12px;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}
.calendar-grid-structure > .calendar-grid-date > .date-circle.active {
  cursor: pointer;
}
.calendar-grid-structure > .calendar-grid-date > .date-circle.active:hover {
  background-color: #D7D7D7;
}
.calendar-grid-structure > .calendar-grid-date > .date-circle-sm {
  font-size: 11px;
  line-height: 11px;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}
.calendar-grid-structure > .calendar-grid-date > .date-circle-sm.active {
  cursor: pointer;
}
.calendar-grid-structure > .calendar-grid-date > .date-circle-xl {
  font-size: 14px;
  line-height: 14px;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
}
.calendar-grid-structure > .calendar-grid-date > .date-circle-xl.active {
  cursor: pointer;
}
.calendar-grid-structure > .calendar-grid-date > .date-features {
  height: 7px;
}
.calendar-grid-structure > .calendar-grid-date > .date-features > .feature {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid white;
  margin-right: -3px;
}
.calendar-grid-structure > .calendar-grid-date > .date-features > :last-child {
  margin-right: 0;
}
.calendar-grid-structure > .calendar-grid-date > .today {
  background-color: #E6E6E6;
}
.calendar-grid-structure > .calendar-grid-date > .selected {
  background-color: #0b6a77;
  cursor: default;
  color: white;
}
.calendar-grid-structure > .calendar-grid-date > .selected:hover {
  background-color: #0b6a77;
}
.calendar-grid-structure > .calendar-grid-date > .selected-sm {
  cursor: default;
}
.calendar-grid-structure > .calendar-grid-date > .not-current {
  color: #DCDCDC;
}
.calendar-grid-structure > .calendar-grid-date > .not-current:hover {
  background-color: white !important;
  cursor: default;
}

.calendar-grid-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1fr;
}

.calendar-column-header > a {
  width: 24px;
  height: 24px;
}

.calendar-column-footer {
  font-size: 11px;
  color: #FFFFFF;
  height: 28px;
}
.calendar-column-footer.single-footer {
  background-color: #fff !important;
  border-top: 1px solid #00ADB0;
  color: #444;
}

.calendar-bg-me {
  background-color: #00ADB0 !important;
}
.calendar-bg-me.single {
  background-color: #fff !important;
  border-bottom: 2px solid #00ADB0;
}
.calendar-bg-me.single > div {
  color: #444;
}

.calendar-bg-team {
  background-color: #018D94 !important;
}

.calendar-bg-group {
  background-color: #026D77 !important;
}

.calendar-bg-company {
  background-color: #015961 !important;
}

.calendar-card-section {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.calendar-card-section .calendar-date-container {
  width: 100%;
}
.calendar-card-section .calendar-date-container .calendar-date-marker {
  display: flex;
  flex-direction: row;
  align-items: start;
  align-content: center;
}
.calendar-card-section .calendar-date-container .calendar-date-marker > i {
  font-size: 10px;
}
.calendar-card-section .calendar-date-container .calendar-date-events {
  display: grid;
}
.calendar-card-section .calendar-date-container .calendar-date-events > .single-mode {
  grid-template-columns: minmax(50px, 1fr);
}
.calendar-card-section .calendar-date-container .calendar-date-events.multi-mode {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 10px;
}
.calendar-card-section .calendar-date-container .calendar-date-events .calendar-card-wrap .group-width {
  width: calc(100% - 14px) !important;
}
.calendar-card-section .calendar-date-container .calendar-date-events .group-blue-bg {
  background-color: #026D77 !important;
}
.calendar-card-section .calendar-date-container .calendar-date-events .calendar-group-card {
  border-radius: 15px;
  background-color: #F2FAFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  overflow: visible;
  transition: background-color 0.1s ease;
}
.calendar-card-section .calendar-date-container .calendar-date-events .calendar-group-card:hover {
  background-color: #def2ff;
}
.calendar-card-section .calendar-date-container .calendar-date-events .calendar-group-card .event-title {
  text-transform: uppercase;
  color: #444;
}
.calendar-card-section .calendar-date-container .calendar-date-events .calendar-group-card .event-title > :hover {
  text-decoration: underline;
}
.calendar-card-section .calendar-date-container .calendar-date-events .calendar-group-card .stack-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  background-color: #fff;
  box-shadow: 0px 1px 3px 0px rgba(53, 75, 100, 0.4);
  border-radius: 50%;
}

.calendar-card {
  border-radius: 15px;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  overflow: visible;
}
.calendar-card.drawer {
  background-color: #FFFFFF !important;
  box-shadow: 0rem 0rem 0.625rem 0.125rem #e0e0e0;
}
.calendar-card.completed {
  background-color: rgba(245, 245, 245, 0.6);
}
.calendar-card.completed .event-title {
  color: rgba(68, 68, 68, 0.5) !important;
}
.calendar-card .event-title {
  text-transform: uppercase;
  color: #444;
}
.calendar-card .event-title > :hover {
  text-decoration: underline;
}
.calendar-card .event-title.crop {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar-card > .single > .complete-badge {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  overflow: visible;
}
.calendar-card > .single > .complete-badge > i {
  position: absolute;
  top: -5px;
  left: -5px;
}
.calendar-card.multi-card {
  cursor: pointer;
}
.calendar-card.multi-card > .cards-total {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: white;
}
.calendar-card .events-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  cursor: default !important;
  backdrop-filter: blur(5px);
}
.calendar-card.group {
  border-left: 1px solid #E6E6E6;
}
.calendar-card.custom {
  border-bottom: 3px solid #646B74;
}
.calendar-card.custom.completed {
  border-bottom-color: rgba(100, 107, 116, 0.5);
}
.calendar-card.checkin {
  border-bottom: 3px solid #836AA9;
}
.calendar-card.checkin.completed {
  border-bottom-color: rgba(131, 106, 169, 0.5);
}
.calendar-card.feedback {
  border-bottom: 3px solid #FFC502;
}
.calendar-card.feedback.completed {
  border-bottom-color: rgba(255, 197, 2, 0.5);
}
.calendar-card.goal {
  border-bottom: 3px solid #3BAE1C;
}
.calendar-card.goal.completed {
  border-bottom-color: rgba(59, 174, 28, 0.5);
}
.calendar-card.review {
  border-bottom: 3px solid #13598D;
}
.calendar-card.review.completed {
  border-bottom-color: rgba(19, 89, 141, 0.5);
}
.calendar-card.agenda {
  border-bottom: 3px solid #B7134C;
}
.calendar-card.agenda.completed {
  border-left-color: rgba(183, 19, 76, 0.5);
}
.calendar-card.learn {
  border-bottom: 3px solid #FF5F54;
}
.calendar-card.learn.completed {
  border-bottom-color: rgba(255, 95, 84, 0.5);
}
.calendar-card.ninebox {
  border-bottom: 3px solid #1798FE;
}
.calendar-card.ninebox.completed {
  border-bottom-color: rgba(23, 152, 254, 0.5);
}
.calendar-card.survey {
  border-left: 3px solid #117A93;
}
.calendar-card.survey.completed {
  border-left-color: rgba(17, 122, 147, 0.5);
}
.calendar-card.idp {
  border-left: 3px solid #FCA311;
}
.calendar-card.idp.completed {
  border-left-color: rgba(252, 163, 17, 0.5);
}

.calendar-feature-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  border-radius: 8px;
  padding: 0 10px;
  color: #FFFFFF;
  font-size: 11px;
}

.calendar-context-button-group {
  border-radius: 5px;
  overflow: hidden;
}
.calendar-context-button-group > button {
  border: 0;
  padding: 5px 10px;
  flex-grow: 1;
  flex-basis: 0;
  background-color: #fafafa;
}
.calendar-context-button-group > button:hover {
  background-color: #E6E6E6;
}

.calendar-filter-count {
  padding: 2px 3px;
  border-radius: 2px;
  background-color: #ED5959;
  font-size: 8px;
  color: #FFFFFF;
}

.calendar-card-stack {
  width: 100%;
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
}
.calendar-card-stack .stack {
  margin-top: -20px;
  background-color: #F2FAFF;
  box-shadow: inset 0px 25px 7px -8px rgba(106, 140, 165, 0.8);
  height: 26px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: background-color 0.1s ease;
}
.calendar-card-stack .stack:first-child {
  margin-top: -10px;
}

.calendar-card-line {
  display: block;
  height: 15px;
  width: 1px;
  box-sizing: border-box;
  border-left: 3px solid #E6E6E6;
  margin: 0 auto;
}

.calendar-card-line-large {
  height: 25px !important;
}

.calendar-hide-group {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #D7D7D7;
}

.calendar-new-event {
  animation-name: calendar-event-action;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
}

.calendar-edit-event {
  animation-name: calendar-event-action;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
}

@keyframes calendar-event-action {
  0% {
    background-color: none;
  }
  50% {
    transform: translateX(5px);
  }
  50% {
    background-color: #1cb7b6;
  }
  100% {
    background-color: none;
  }
  100% {
    transform: translateX(0);
  }
}
.rotate {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

[uib-popover-template-popup] {
  z-index: 10000 !important;
}

.calendar-modal-window {
  z-index: 10000 !important;
}

.md-datepicker-calendar-pane {
  z-index: 10001 !important;
}

.select2-dropdown {
  z-index: 10001 !important;
}

.md-select-menu-container {
  z-index: 10001 !important;
}

.drawer-icon-completed > img {
  opacity: 0.5;
}

.calendar-container {
  min-width: 330px;
}
.calendar-container .calendar-filters-container .calendar-filters {
  overflow-x: scroll;
}
.calendar-container .calendar-filters-container .form-control {
  height: 35px;
}

.calendar-filters > div {
  max-width: 306px;
}

.idp-dev-builder {
  flex: 1;
  display: flex;
  min-height: min-content; /* needs vendor prefixes */
  border: 1px solid #969696;
  border-radius: 5px;
}
.idp-dev-builder .dev-column {
  width: 250px;
  border-right: 1px solid #969696;
}
.idp-dev-builder .dev-header {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idp-dev-builder .dev-row {
  border-top: 1px solid #969696;
}
.idp-dev-builder .idp-dev-box {
  flex: 1;
  display: flex;
  overflow: auto;
  border-radius: 5px;
}
.idp-dev-builder .sticky {
  position: sticky !important;
  left: 0 !important;
}

.private-comment p {
  color: #FFF !important;
}

.border-round-5px-gray-3 {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}

.border-round-5px-gray-6 {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
}

.border-round-5px-gray-7 {
  border: 1px solid #969696;
  border-radius: 5px;
}

.border-bottom-gray-7 {
  border: 1px solid #969696 !important;
}

.improvement-grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(min(50%, max(300px, 33.3333333333%)), 1fr));
}

.idp-builder {
  border: 1px solid #969696;
  border-radius: 5px;
}

.idp-name {
  width: 95%;
}

.idp-table {
  border-collapse: separate;
  border-spacing: 0;
}
.idp-table thead tr th {
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  border-bottom: solid 0.0625rem #969696 !important;
  border-top: solid 0.0625rem #969696 !important;
  vertical-align: middle;
  height: 3.125rem;
  font-size: 12px;
  font-weight: 500;
  background-color: #f0f0f0 !important;
  z-index: 900;
  color: #111;
}
.idp-table thead tr th.sticky {
  position: sticky !important;
  z-index: 999;
}
.idp-table thead tr th.left {
  left: 0 !important;
}
.idp-table thead tr th.right {
  right: 0 !important;
}
.idp-table tbody tr td {
  border-bottom: solid 0.0625rem #969696 !important;
  font-size: 14px;
  height: 100px;
  font-weight: 300;
  color: #222;
  vertical-align: inherit;
  z-index: 800;
}
.idp-table tbody tr td.sticky {
  position: sticky !important;
  z-index: 888;
}
.idp-table tbody tr td.left {
  left: 0 !important;
}
.idp-table tbody tr td.right {
  right: 0 !important;
}
.idp-table.historical thead tr th {
  background-color: #969696 !important;
  color: #f0f0f0 !important;
}
.idp-table .dev-column-del {
  min-width: 75px !important;
  border-left: 1px solid #969696;
}
.idp-table .fixed-idp-column {
  min-width: 250px;
}
@media (min-width: 360px) and (max-width: 768px) {
  .idp-table .fixed-idp-column {
    min-width: 130px;
  }
}
.idp-table .idp-menu-column .menu-bar {
  overflow: hidden;
  width: 0px;
  transition: all 0.2s ease;
}
.idp-table .idp-menu-column:hover .menu-bar {
  width: 40px;
}
.idp-table .idp-menu-column .content-bar {
  transition: all 0.2s ease;
}
@media (min-width: 360px) and (max-width: 768px) {
  .idp-table .dev-column {
    min-width: 130px !important;
  }
}
.idp-table .dev-column {
  min-width: 250px;
  border-right: 1px solid #969696;
}
.idp-table .dev-column.vertical-top {
  vertical-align: top;
}
.idp-table .no-right-border-last td:last-of-type {
  border-right: none;
}
.idp-table .no-right-border-last th:last-of-type {
  border-right: none;
}
.idp-table .no-right-border-penult td:nth-last-of-type(2) {
  border-right: none;
}
.idp-table .no-right-border-penult th:nth-last-of-type(2) {
  border-right: none;
}
.idp-table .dev-header {
  height: 60px;
  text-align: center;
}
@media only screen and (hover: none) and (pointer: coarse) and (min-width: 360px) and (max-width: 992px) {
  .idp-table .dev-header {
    height: 30px;
  }
}

.idp-dev-builder .right-shadow, .idp-builder .right-shadow {
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.idp-button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-bottom: 0;
}

.insight-block-height {
  height: 250px;
}

.idp-table-control {
  max-width: 40px;
  min-width: 40px;
  width: 40px;
  border-right: 1px solid #969696;
}

.idp-goal-comment {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0 10px;
}

.idp-comments-modal .modal-dialog.modal-lg {
  height: 90% !important;
}
.idp-comments-modal .modal-dialog.modal-lg .modal-content {
  height: 100%;
}

.idp-target-option {
  height: auto !important;
  min-height: 48px !important;
}

/* Redesign */
#sidebar {
  background-color: transparent;
  border-bottom: solid 0.0625rem #E6E6E6;
  flex-basis: auto;
}
#sidebar .logo-small {
  display: none;
}
#sidebar .pc-brand-wrap {
  display: none;
}
#sidebar .brandWrapper {
  height: 3.75rem;
  padding: 1rem;
}
#sidebar .brandWrapper .img-full {
  overflow: auto;
  position: relative;
}
#sidebar .brandWrapper img {
  height: auto;
  max-height: 2.1875rem;
}
#sidebar .brandWrapper i {
  color: #222;
  font-size: 1.5rem;
}
#sidebar .card {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
#sidebar .card-header .collapsed * {
  color: #222;
}
#sidebar .card-header a {
  background-color: transparent;
  padding: 1rem 0;
  padding: 0.75rem 1.25rem;
}
#sidebar .card-header a span {
  margin-left: 0.75rem;
}
#sidebar .card-header a.collapsed {
  background-color: transparent;
  border-bottom: solid 0.0625rem #E6E6E6;
}
#sidebar .card-header a.collapsed i:last-child::after {
  content: "expand_more";
}
#sidebar .card-header a i:last-child::after {
  content: "expand_less";
}
#sidebar .card-header i {
  font-size: 1.25rem;
}
#sidebar .card-header a {
  color: #111;
}
#sidebar .card-header i {
  color: #444 !important;
}
#sidebar .card-body {
  background-color: transparent;
  padding: 0;
}
#sidebar .card-body a {
  color: #444;
  font-size: 0.9375rem;
  font-weight: 100;
}
#sidebar .card-body ul {
  margin: 0;
  padding: 0.625rem 0px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0) 100%);
}
#sidebar .card-body ul li {
  padding: 0.375rem 0.625rem 0.375rem 2.5rem;
  position: relative;
}
#sidebar .card-body ul li.active a {
  font-weight: bold;
  color: #0b6a77;
}
#sidebar .card-body ul li.active a:hover {
  cursor: default;
  text-decoration: none;
}
#sidebar .card-body ul li.active::before {
  background-color: #0b6a77;
  content: "";
  height: calc(100% + 0.0625rem);
  left: 0;
  position: absolute;
  top: -0.0625rem;
  width: 0.25rem;
}
#sidebar .navbar-toggler {
  height: 100%;
  z-index: 3001;
}
#sidebar.mobile {
  border-bottom: none;
  height: auto;
  padding: 0;
}

@media (min-width: 768px) {
  #sidebar {
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -ms-transform: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
    border-bottom: none;
    height: auto;
    overflow: visible;
    width: 11.25rem;
    padding: 0;
  }
  #sidebar .pc-brand-wrap {
    display: flex;
  }
  #sidebar .pc-brand-wrap > div {
    flex-direction: row;
  }
  #sidebar .pc-brand-wrap > div div:first-child {
    margin-right: 0.25rem;
  }
  #sidebar .pc-brand-wrap > div div:last-child {
    margin-left: 0.25rem;
  }
  #sidebar img.collapse-img {
    display: none;
  }
  #sidebar .brandWrapper {
    height: 4.4375rem;
    padding: 1rem;
  }
  #sidebar .brandWrapper img {
    max-height: 3.125rem;
  }
  #sidebar .brandWrapper i {
    margin-right: 0.5rem;
  }
  #sidebar .card {
    background-color: transparent;
    border: none;
  }
  #sidebar .card-header a:hover {
    text-decoration: none;
  }
  #sidebar .card-header {
    cursor: pointer;
  }
  #sidebar .card-header:hover i {
    color: #0b6a77;
  }
  #sidebar .card-header:hover span {
    color: #000 !important;
  }
  #sidebar .card-header a.collapsed {
    border-bottom: none;
  }
  #sidebar #accordion {
    padding: 0.5rem 0;
  }
  #sidebar.collapsed {
    -webkit-transition: width 0.25s ease-in-out;
    -moz-transition: width 0.25s ease-in-out;
    -ms-transform: width 0.25s ease-in-out;
    -o-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
    width: 5rem;
  }
  #sidebar.collapsed .card-header i:last-child,
  #sidebar.collapsed .img-full,
  #sidebar.collapsed span {
    display: none !important;
  }
  #sidebar.collapsed .logo-small {
    display: flex;
    height: 5rem;
    width: 5rem;
  }
  #sidebar.collapsed .logo-small img {
    display: flex;
    max-height: 1.875rem;
    max-width: 1.875rem;
  }
  #sidebar.collapsed .card-header a {
    padding: 1rem;
  }
  #sidebar.collapsed #accordion {
    align-items: center;
  }
  #sidebar.collapsed .brandWrapper {
    justify-content: center !important;
    height: auto;
    padding: 0;
  }
  #sidebar.collapsed img {
    display: none;
    max-height: 1.875rem;
    max-width: 1.875rem;
  }
  #sidebar.collapsed img.collapse-img {
    display: flex;
  }
  #sidebar.collapsed .pc-brand-wrap > div {
    flex-direction: column;
  }
  #sidebar.collapsed .pc-brand-wrap > div div {
    margin: 0;
  }
  #sidebar.collapsed .pc-brand-wrap > div div:first-child {
    align-items: center;
    margin: 0.5rem 0;
    order: 1;
  }
  #sidebar.collapsed .pc-brand-wrap > div div:last-child {
    order: 0;
  }
  #sidebar #sidebar-collapse a {
    text-decoration: none;
  }
  #sidebar #sidebar-collapse a i::after {
    content: "menu";
  }
  #sidebar #sidebar-collapse a.collapsed i::after {
    content: "arrow_forward";
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  #sidebar-collapse {
    display: none;
  }
  #sidebar .card {
    color: #555;
    font-size: 20px;
  }
  #sidebar .card .card-body > ul > li > a {
    font-size: 18px;
  }
}
#navbar {
  margin: 15px 10px 0px 10px;
  padding: 0px 0px 10px 0px;
}
#navbar .border-default {
  border: 0px;
}
#navbar button.context-company {
  color: #FFFFFF;
  background-color: #015961;
}
#navbar button.context-company:hover {
  box-shadow: 0rem 0rem 0.1875rem 0rem #444;
}
#navbar button.context-partner {
  color: #FFFFFF;
  background-color: #026D77;
}
#navbar button.context-partner:hover {
  box-shadow: 0rem 0rem 0.1875rem 0rem #444;
}
#navbar button.context-team {
  color: #FFFFFF;
  background-color: #018D94;
}
#navbar button.context-team:hover {
  box-shadow: 0rem 0rem 0.1875rem 0rem #444;
}
#navbar button.context-me {
  color: #FFFFFF;
  background-color: #00ADB0;
}
#navbar button.context-me:hover {
  box-shadow: 0rem 0rem 0.1875rem 0rem #444;
}
#navbar #assume-original {
  margin-right: -10px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  #navbar #assume-original {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}

@media only screen and (hover: none) and (pointer: coarse) and (min-width: 360px) and (max-width: 992px) {
  #navbar {
    padding: 0px 0px 0px 0px;
  }
}
.context-helpdesk {
  color: #555;
}
.context-helpdesk .icon-wrapper .material-icons {
  color: #555;
}
.context-helpdesk .icon-wrapper:hover .material-icons {
  color: #333;
}

.context-company {
  color: #555;
}
.context-company .icon-wrapper .material-icons {
  color: #555;
}
.context-company .icon-wrapper:hover .material-icons {
  color: #333;
}

.context-partner {
  color: #555;
}
.context-partner .icon-wrapper .material-icons {
  color: #555;
}
.context-partner .icon-wrapper:hover .material-icons {
  color: #333;
}

.context-team {
  color: #555;
}
.context-team .icon-wrapper .material-icons {
  color: #555;
}
.context-team .icon-wrapper:hover .material-icons {
  color: #333;
}

.context-me {
  color: #555;
}
.context-me .icon-wrapper .material-icons {
  color: #555;
}
.context-me .icon-wrapper:hover .material-icons {
  color: #333;
}

#userPanel .user-image {
  height: 2.5rem;
  margin: 0 0 0 0.75rem;
  overflow: hidden;
  position: relative;
  width: 2.5rem;
  min-width: 2.5rem;
}
#userPanel .user-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 102%;
  max-width: 102%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
#userPanel .userName {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1rem;
}
#userPanel .userRole {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1rem;
}
#userPanel #my-profile:before {
  font-family: "Material Icons";
  content: "\e853";
  color: #939598;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}
#userPanel #my-profile:hover {
  color: #FFFFFF;
}
#userPanel #my-profile:hover:before {
  color: #FFFFFF;
}
#userPanel #toggle-grayscale:before {
  font-family: "Material Icons";
  content: "\eb37";
  color: #939598;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}
#userPanel #toggle-grayscale:hover {
  color: #FFFFFF;
}
#userPanel #toggle-grayscale:hover:before {
  color: #FFFFFF;
}
#userPanel #toggle-resolution:before {
  font-family: "Material Icons";
  content: "\eae2";
  color: #939598;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}
#userPanel #toggle-resolution:hover {
  color: #FFFFFF;
}
#userPanel #toggle-resolution:hover:before {
  color: #FFFFFF;
}
#userPanel #toggle-breadcrumbs:before {
  font-family: "Material Icons";
  content: "\e937";
  color: #939598;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}
#userPanel #toggle-breadcrumbs:hover {
  color: #FFFFFF;
}
#userPanel #toggle-breadcrumbs:hover:before {
  color: #FFFFFF;
}
#userPanel #user-logout {
  color: #0b6a77;
}
#userPanel #user-logout:before {
  font-family: "Material Icons";
  content: "\e9ba";
  color: #0b6a77;
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
}
#userPanel #user-logout:hover {
  color: #FFFFFF;
}
#userPanel #user-logout:hover:before {
  color: #FFFFFF;
}

ul.breadcrumb {
  margin: 0px;
  padding: 0px 10px 10px 10px;
  list-style: none;
  font-size: 14px;
  background-color: transparent;
}
ul.breadcrumb li + li:before {
  font-family: "Material Icons";
  color: #8795AC;
  content: "\e5e1";
  padding: 0 5px;
  font-size: 14px;
  vertical-align: top;
}
ul.breadcrumb a {
  font-weight: 500;
  color: #0b6a77;
}
ul.breadcrumb .active {
  color: #5a5a5a;
}

@media (min-width: 992px) {
  #userPanel .user-image {
    margin: 0 0.75rem;
  }
  #navbar .appcues-widget {
    margin-bottom: 4px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #navbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #navbar .appcues-widget {
    margin-top: 2px;
  }
  #navbar #appcues {
    order: 1;
  }
  #navbar #profileSearch {
    order: 2;
  }
  #navbar #profile {
    order: 2;
  }
  #navbar #companySelect {
    order: 3;
  }
  #navbar #icon-bar {
    order: 4;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  #navbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #navbar .appcues-widget {
    margin-top: 2px;
  }
  #navbar #appcues {
    order: 1;
  }
  #navbar #profileSearch {
    order: 2;
  }
  #navbar #profile {
    order: 2;
  }
  #navbar #companySelect {
    order: 3;
  }
  #navbar #icon-bar {
    order: 4;
  }
}
#navbar .appcues-widget {
  display: flex !important;
}

@media only screen and (hover: none) and (pointer: coarse) and (min-width: 360px) and (max-width: 992px) {
  #navbar form select {
    max-width: 170px !important;
  }
}
.icon-panel {
  margin-left: 0.5rem;
}

.icon-wrapper {
  border-radius: 0.375rem;
  display: flex;
  height: 2.375rem;
  margin-left: 0.5rem;
  width: 2.375rem;
}
.icon-wrapper.selected i {
  color: #0b6a77;
}
.icon-wrapper i {
  color: #666;
}
.icon-wrapper i.active {
  border-bottom: solid 0.1875rem #0b6a77;
  color: #111;
}
.icon-wrapper.icon-large i {
  font-size: 1.5rem;
}
.icon-wrapper a {
  height: 100%;
  width: 100%;
}
.icon-wrapper-fg-green i {
  color: #3BAE1C;
}
.icon-wrapper-fg-ninebox i {
  color: #1798FE;
}

.icon-wrapper-inactive {
  border-radius: 0.375rem;
  height: 2.375rem;
  margin-left: 0.5rem;
  width: 2.375rem;
}
.icon-wrapper-inactive i {
  color: #888;
}
.icon-wrapper-inactive i.active {
  color: #888;
}

.icon-square {
  height: 1.875rem;
  width: 1.875rem;
}

.icon-button {
  background-color: #FFFFFF;
  border: solid 0.0625rem #E6E6E6;
  color: #666;
  cursor: pointer;
  font-size: 1.3125rem;
  min-height: 2.375rem;
  margin: 0rem 0.25rem;
  min-width: 2.375rem;
}

.icon-button-cal {
  border: solid 0.0625rem #E6E6E6;
  color: #666;
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1.3125rem;
  min-height: 2.375rem;
  min-width: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.icon-button-cal:hover {
  background-color: #FFFFFF;
}

.ratings {
  margin-right: 0.5rem;
}
.ratings i {
  color: #DCDCDC;
  font-size: 24px;
}

.pointer {
  background-color: #FFFFFF;
  height: 3.125rem;
  position: relative;
  width: 3.125rem;
  z-index: 1006;
}
.pointer-one {
  z-index: 1005;
}
.pointer-two {
  z-index: 1004;
}
.pointer-three {
  z-index: 1003;
}
.pointer-four {
  z-index: 1002;
}
.pointer-five {
  z-index: 1001;
}
.pointer.pointer-nested {
  background-color: #fafafa;
  width: 5.9375rem;
}
.pointer.pointer-nested:after {
  border-left: 26px solid #fafafa;
}
.pointer.pointer-nested:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 28px solid #E6E6E6;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
}
.pointer.pointer-nested:hover {
  background-color: #D7D7D7;
  cursor: pointer;
}
.pointer.pointer-nested:hover:after {
  border-left: 26px solid #D7D7D7;
}
.pointer.pointer-nested:hover a {
  color: #444;
  text-decoration: underline;
}
.pointer:after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -4px;
  width: 0;
  height: 0;
  border-left: 26px solid #FFFFFF;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
}

@media (min-width: 768px) {
  .icon-wrapper:hover {
    background-color: #FFFFFF;
    box-shadow: 0rem 0rem 0.125rem 0.125rem #f0f0f0;
    cursor: pointer;
    text-decoration: none;
  }
  .icon-wrapper:hover i {
    color: #111;
  }
  .icon-wrapper.selected:not(.pin):hover, .icon-wrapper.active:hover {
    background-color: transparent;
    box-shadow: none;
    cursor: default;
  }
  .icon-wrapper.selected i,
  .icon-wrapper.selected i:hover {
    color: #0b6a77;
  }
  .icon-wrapper a:hover {
    text-decoration: none;
  }
  .icon-wrapper-fg-green:hover {
    background-color: #3BAE1C;
    border-color: #3BAE1C;
  }
  .icon-wrapper-fg-green:hover i {
    color: #FFFFFF;
  }
  .icon-button:hover {
    box-shadow: 0rem 0rem 0.125rem 0.125rem #f0f0f0;
    color: #0b6a77;
    -webkit-transition: color 0.25s ease-out;
    -moz-transition: color 0.25s ease-out;
    -o-transition: color 0.25s ease-out;
    transition: color 0.25s ease;
  }
}
@media (min-width: 992px) {
  .icon-wrapper {
    margin-left: 0;
  }
  .icon-wrapper i {
    font-size: 1.3125rem;
  }
  .icon-wrapper-inactive {
    margin-left: 0;
  }
  .icon-wrapper-inactive i {
    font-size: 1.3125rem;
  }
}
.icon-wrapper-border {
  border-radius: 0.375rem;
  display: flex;
  height: 2.375rem;
  width: 2.375rem;
  background-color: #FFFFFF;
  cursor: pointer;
  text-decoration: none;
  color: #111;
}
.icon-wrapper-border:hover {
  box-shadow: 0rem 0rem 0.125rem 0.125rem #D7D7D7;
}
.icon-wrapper-border.selected:not(.pin):hover, .icon-wrapper-border.active:hover {
  background-color: transparent;
  box-shadow: none;
  cursor: default;
}
.icon-wrapper-border.selected i,
.icon-wrapper-border.selected i:hover {
  color: #0b6a77;
}
.icon-wrapper-border a:hover {
  text-decoration: none;
}

#table.tile, .user-menu-wrap #table.user-menu-item:hover, #table.tile-half {
  border-radius: 15px !important;
  margin: 10px !important;
}

.dashboard-body .tile, .dashboard-body .user-menu-wrap .user-menu-item:hover, .user-menu-wrap .dashboard-body .user-menu-item:hover, .dashboard-body .tile-half {
  margin: 2px;
}

.tile, .user-menu-wrap .user-menu-item:hover, .tile-half {
  border-radius: 15px !important;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
}
.tile-recognition {
  flex: 0 0 auto;
  max-height: 25rem;
}
.tile-recognition-wrapper div:first-child {
  max-height: 31.25rem;
}
.tile-checkin .tile-body {
  padding: 0;
}
.tile-checkin .tile-body .tile-body-head {
  border-bottom: solid 0.0625rem #E6E6E6;
  padding: 1.5rem 2rem;
}
.tile-checkin .tile-body .tile-body-content {
  padding: 1.5rem 2rem;
}
.tile-checkin .tile-body .img-wrap {
  margin-right: 1rem;
}
.tile-checkin .tile-body .img-wrap .checkin-image {
  height: 2.5rem;
  overflow: hidden;
  position: relative;
  width: 2.5rem;
  bottom: unset;
  left: unset;
}
.tile-checkin .tile-body .img-wrap .checkin-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.tile-checkin-admin {
  flex: 0 0 auto;
  max-height: 29.6875rem;
}
.tile-checkin-admin .user-image {
  height: 3rem;
  overflow: hidden;
  position: relative;
  width: 3rem;
}
.tile-checkin-admin .user-image img {
  height: 100%;
  max-width: unset;
  max-height: unset;
  width: auto;
}
.tile-checkin-admin .img-wrapper {
  background-color: #F5F5F5;
  border-right: solid 1px #E6E6E6;
}
.tile-checkin-admin .counter-bar {
  height: 0.75rem;
  background-color: #836AA9;
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.tile-checkin-admin .bar-wrap > div:nth-child(odd):not(.pcs-loader-gif) {
  background-color: #F5F5F5;
}
.tile-checkin-admin .border-bottom {
  border-bottom: 1px solid #E6E6E6;
}
.tile-360-max-h {
  max-height: 21rem;
}
.tile-360 .tile-body .img-wrap {
  margin-bottom: 1rem;
}
.tile-360 .tile-body > div {
  padding: 2rem 0.5rem 2rem;
}
.tile-360 .tile-body > div .user-image {
  height: 5rem;
  overflow: hidden;
  position: relative;
  width: 5rem;
  bottom: unset;
  left: unset;
  margin-bottom: 0.5rem;
}
.tile-objectives, .tile-values {
  height: 31.25rem;
}
.tile-objectives .panel {
  border: none;
  box-shadow: none;
}
.tile-objectives .panel a {
  padding: 1rem;
  border-bottom: solid 0.0625rem #E6E6E6;
}
.tile-objectives .panel a.collapsed {
  border-bottom: none;
}
.tile-objectives .panel a.collapsed i::after {
  content: "expand_more";
}
.tile-objectives .panel a:hover {
  text-decoration: none;
}
.tile-objectives .panel a i::after {
  content: "expand_less";
}
.tile-objectives .panel .card-content {
  padding: 1rem;
}
.tile-objectives .tile-nested, .tile-objectives .tile-nested-condensed {
  border: solid 0.0625rem #E6E6E6;
  padding: 0;
}
.tile-personal {
  min-height: 12.5rem;
}
.tile-idp {
  border: 1px solid #969696 !important;
}

.flex-column.flex-fill.tile.m-3, .user-menu-wrap .flex-column.flex-fill.m-3.user-menu-item:hover, .tile-data .flex-column.tile.m-3.user-report, .tile-data .user-menu-wrap .flex-column.m-3.user-report.user-menu-item:hover, .user-menu-wrap .tile-data .flex-column.m-3.user-report.user-menu-item:hover, .flex-fill.m-3.tile-half, .tile-data .m-3.tile-half.user-report {
  margin: 10px !important;
}

.tile-half {
  /*  margin: rem(0 0 0 32px);*/
  min-width: 17.5rem;
  min-height: 12.5rem;
  margin: 0 0 2rem;
}

.tile-nested, .tile-nested-condensed {
  border: solid 1px #E6E6E6;
  box-shadow: none;
  margin: 1rem 0;
  padding: 1rem;
}

.tile-nested-condensed {
  margin: 1rem 0 0;
}
.tile-nested-condensed:last-child {
  margin-bottom: 1rem;
}

.controller-tile {
  background-color: #FFFFFF;
  border: solid 1px #D7D7D7;
  box-shadow: 0rem 0rem 0.3125rem 0.3125rem #f0f0f0;
  flex-shrink: 0;
  margin-bottom: 1.75rem;
}
.controller-tile a {
  text-decoration: none;
}
.controller-tile a i {
  color: #127574;
  font-size: 1.875rem;
}
.controller-tile .ssf-new-tab {
  background-color: #fafafa;
  border-radius: 0.375rem !important;
}
.controller-tile .ssf-new-tab i {
  color: #D7D7D7;
  font-size: 1.5rem;
}
.controller-tile .ssf-new-tab:hover {
  background-color: #f0f0f0;
}
.controller-tile .ssf-new-tab:hover i {
  color: #8795AC;
}
.controller-tile .ssf-new-tab-span {
  display: block;
}

.controller-tile:hover {
  box-shadow: 0rem 0rem 0.3125rem 0.3125rem #E6E6E6;
  cursor: pointer;
  text-decoration: none;
}
.controller-tile:hover span {
  text-decoration: underline;
}
.controller-tile i:hover {
  color: #127574;
}

.user-tile {
  background-color: #FFFFFF;
  border: solid 1px transparent;
  border-radius: 15px !important;
  box-shadow: 0rem 0rem 0.3125rem 0.3125rem #f0f0f0;
  flex-shrink: 0;
  margin-bottom: 1.75rem;
  position: relative;
}
.user-tile .user-image {
  height: 5.25rem;
  overflow: hidden;
  position: relative;
  width: 5.25rem;
}
.user-tile .user-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.user-tile i {
  color: #888;
  position: absolute;
  top: 1.3125rem;
  right: 1.3125rem;
}
.user-tile.selected {
  box-shadow: none;
  border: solid 1px #0b6a77;
}
.user-tile.selected i {
  color: #0b6a77;
}

.tile-head {
  border-bottom: solid 0.0625rem #E6E6E6;
  flex-shrink: 0;
  padding: 1rem;
}
.tile-head h6 {
  color: #111;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.tile-head h6 span {
  color: #444;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}

div .tile-body {
  flex-shrink: 1 !important;
}

.tile-body {
  padding: 1rem 2rem;
}
.tile-body .tile-divider {
  border-bottom: solid 1px #E6E6E6;
  padding: 2rem 0;
}
.tile-body .tile-divider:last-child {
  border-bottom: none;
}
.tile-body .tile-line {
  border-bottom: solid 1px #E6E6E6;
}
.tile-body .img-wrap {
  margin-bottom: 2rem;
  position: relative;
}
.tile-body .user-image {
  height: 6rem;
  overflow: hidden;
  position: relative;
  width: 6rem;
}
.tile-body .user-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.tile-body .user-image:last-child {
  bottom: -10%;
  height: 3.5rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 3.5rem;
}
.tile-body .user-image-reset:last-child {
  bottom: 0%;
  height: 6rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 6rem;
  bottom: unset;
  left: unset;
}
.tile-body .user-image.more-link {
  background-color: rgba(150, 150, 150, 0.5);
}
.tile-body .learn-users {
  left: 1.25rem;
}
.tile-body .learn-users .img-wrap:nth-child(11) {
  left: -13.75rem;
}
.tile-body .learn-users .img-wrap:nth-child(10) {
  left: -12.5rem;
}
.tile-body .learn-users .img-wrap:nth-child(9) {
  left: -11.25rem;
}
.tile-body .learn-users .img-wrap:nth-child(8) {
  left: -10rem;
}
.tile-body .learn-users .img-wrap:nth-child(7) {
  left: -8.75rem;
}
.tile-body .learn-users .img-wrap:nth-child(6) {
  left: -7.5rem;
}
.tile-body .learn-users .img-wrap:nth-child(5) {
  left: -6.25rem;
}
.tile-body .learn-users .img-wrap:nth-child(4) {
  left: -5rem;
}
.tile-body .learn-users .img-wrap:nth-child(3) {
  left: -3.75rem;
}
.tile-body .learn-users .img-wrap:nth-child(2) {
  left: -2.5rem;
}
.tile-body .learn-users .img-wrap:nth-child(1) {
  left: -1.25rem;
}
@media (min-width: 360px) and (max-width: 768px) {
  .tile-body .learn-users .img-wrap:nth-child(11) {
    left: -10rem;
  }
}
.tile-body .learn-users .img-wrap {
  margin: 0;
}
.tile-body .learn-users div.user-image {
  height: 3.125rem;
  overflow: hidden;
  position: relative;
  width: 3.125rem;
  bottom: 0%;
  left: 0;
  position: relative;
}
.tile-body .checkin-users-wrapper {
  width: 21.5625rem;
}
.tile-body .img-buffer {
  margin-right: 0.5rem;
  width: 1.5625rem;
}
.tile-body .checkin-users {
  left: unset;
}
.tile-body .checkin-users .img-wrap {
  margin: 0 1rem 0 0;
}
.tile-body .checkin-users div.user-image {
  height: 3.125rem;
  overflow: hidden;
  position: relative;
  width: 3.125rem;
  bottom: 0%;
  left: 0;
  margin: 0;
  position: relative;
}

.tile-line-top {
  padding-top: 2rem;
  border-top: solid 1px #E6E6E6;
}

.null-state {
  padding: 1rem;
}
.null-state i {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.null-state .btn {
  margin-top: 2rem;
}

.tile-footer, .tile-footer-white {
  background-color: #fafafa;
  border-radius: 0 0 0.9375rem 0.9375rem;
  border-top: solid 0.0625rem #E6E6E6;
  flex-shrink: 0;
  padding: 1rem 1.5rem;
}

.tile-footer-white {
  background-color: #FFFFFF;
}

.pipeline-body > div {
  padding: 1rem 0 0;
}

.pipeline-head {
  background-color: #F5F5F5;
  border-right: solid 0.0625rem #E6E6E6;
  flex: 0 0 auto;
  padding: 0 1rem;
  width: auto;
  /*  width: rem(280px);*/
}
.pipeline-head > div {
  margin: 0;
  padding: 0 0.5rem;
}
.pipeline-head i {
  margin: 1rem;
}
.pipeline-head h4 {
  color: #222;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.pipeline-head .pipe-count {
  color: #666;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.pipeline-head .pipe-count span {
  color: #222;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}

.tile-data {
  padding: 0.5rem 0.5rem 1rem 1.5rem;
}
.tile-data .user-name {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 0.5rem;
}
.tile-data .user-role {
  color: #666;
  font-size: 0.75rem;
  margin: 0;
}
.tile-data .user-report {
  color: #666;
  font-size: 0.8125rem;
  margin: 0;
  padding: 1.25rem 0 0.5rem;
}
.tile-data .user-report strong {
  color: #222;
}

.user-menu-wrap {
  min-height: 200px;
}
.user-menu-wrap.tile-body #user-list .user-image {
  height: 3.125rem;
  overflow: hidden;
  position: relative;
  width: 3.125rem;
}
.user-menu-wrap #user-menu-breadcrumb {
  min-height: 3rem;
}
.user-menu-wrap .user-menu-list > div:last-child .user-menu-item {
  border-bottom: none;
}
.user-menu-wrap .user-menu-item {
  background-color: #fafafa;
  border-bottom: solid 0.0625rem #E6E6E6;
}
.user-menu-wrap .user-menu-item .reports-indicator {
  background-color: #0b6a77;
  bottom: -0.125rem;
  right: -0.125rem;
  position: absolute;
}
.user-menu-wrap .user-menu-item .secondary-reports-indicator {
  background-color: #8795AC;
  bottom: -0.125rem;
  right: -0.125rem;
  position: absolute;
}
.user-menu-wrap .user-menu-item.selected {
  background-color: #FFFFFF;
  border-bottom: none;
  border-left: solid 0.3125rem #0b6a77;
}
.user-menu-wrap .user-menu-item.selected:hover {
  border-color: #0b6a77;
  box-shadow: none;
}
.user-menu-wrap .user-menu-item.selected .user-image {
  height: 4rem;
  overflow: hidden;
  position: relative;
  width: 4rem;
}
.user-menu-wrap .user-menu-item:hover {
  border-color: transparent;
  margin: 0;
  text-decoration: none;
  z-index: 1100;
}
.user-menu-wrap #user-menu-collapse,
.user-menu-wrap #user-menu-trigger {
  z-index: 3001;
}
.user-menu-wrap #user-menu-collapse i::after,
.user-menu-wrap #user-menu-trigger i::after {
  content: "menu";
}
.user-menu-wrap #user-menu-collapse.active i::after,
.user-menu-wrap #user-menu-trigger.active i::after {
  content: "close";
}
.user-menu-wrap #user-menu-collapse {
  z-index: 500;
}
.user-menu-wrap #user-menu-collapse i::after {
  content: "menu";
}
.user-menu-wrap #user-menu-collapse.collapsed i::after {
  content: "arrow_forward";
}

.date-pill {
  margin: 0 1rem 0.5rem 0;
  padding: 0.3125rem 0.5rem;
}
.date-pill text {
  color: #FFFFFF;
  font-size: 0.75rem;
}
.date-pill.confirmed {
  background-color: #68C49F;
}
.date-pill.alert {
  background-color: #B16D41;
}
.date-pill.warn {
  background-color: #ED5959;
}
.date-pill.inline {
  display: inline-block !important;
  margin: 0;
}

.pipeline-footer {
  background-color: #F5F5F5;
  border-top: solid 0.0625rem #E6E6E6;
  padding: 0.75rem 1rem;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.pipeline-footer p {
  color: #666;
  font-size: 0.75rem;
  margin: 0;
}

.pipeline-tile {
  flex: 1;
  padding: 1rem;
}

.recognition-wrapper {
  background-color: #F5F5F5;
  /*  padding: rem(32px);*/
}
.recognition-wrapper .recognition-content {
  padding: 2rem;
  margin: 0 0 2rem;
}
.recognition-wrapper .img-wrap {
  margin-bottom: 1rem;
  position: relative;
}
.recognition-wrapper .user-image {
  height: 12.5rem;
  overflow: hidden;
  position: relative;
  width: 12.5rem;
}
.recognition-wrapper .user-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.recognition-wrapper .user-image:last-child {
  bottom: -10%;
  height: 7.5rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 7.5rem;
}
.recognition-wrapper .user-recognizing {
  color: #444;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.recognition-wrapper .user-recognizing span {
  color: #666;
  font-size: 1rem;
  font-weight: 300;
}
.recognition-wrapper .user-recognized {
  border-bottom: solid 0.0625rem #E6E6E6;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
.recognition-wrapper .user-recognized span {
  font-size: 0.875rem;
  font-weight: 300;
}
.recognition-wrapper p {
  padding-top: 2rem;
  text-align: center;
}
.recognition-wrapper .user-attribute {
  color: #072B36;
  font-size: 1.125rem;
  padding-top: 1.5rem;
}
.recognition-wrapper .recognition-date {
  color: #666;
  font-size: 0.875rem;
  font-weight: 300;
}

@media (min-width: 360px) {
  .tile-360 .tile-body {
    padding: 2rem;
  }
  .tile-360 .tile-body > div {
    flex: 0 0 50%;
  }
  .tile-360 .tile-body .img-wrap {
    margin-right: 0;
  }
  .tile-360 .tile-body .tile-divider:nth-child(odd) {
    border-right: solid 1px #E6E6E6;
  }
  .tile-body .tile-divider {
    padding: 2rem 1rem;
  }
  .tile-body .img-wrap {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .tile-body .user-image:last-child {
    left: 35%;
  }
}
@media (min-width: 768px) {
  .tile-360 .tile-body .img-wrap {
    margin-right: 0;
  }
  .tile-objectives .panel a.collapsed:hover {
    background-color: #f0f0f0;
  }
  .tile-link:hover {
    box-shadow: 0rem 0rem 0.3125rem 0.3125rem #f0f0f0;
    cursor: pointer;
    text-decoration: none;
  }
  .tile-link:hover > span {
    color: #0b6a77;
  }
  .tile-body {
    padding: 1rem 2rem;
  }
  .tile-body .tile-divider {
    border-bottom: solid 1px #E6E6E6;
    padding: 1rem 0;
  }
  .tile-body .tile-divider:last-child {
    border-bottom: none;
  }
  .tile-body .img-wrap {
    margin-right: 1rem;
  }
  .tile-body .img-wrap-link {
    cursor: pointer;
  }
  .tile-body .img-wrap-link:hover {
    text-decoration: none;
    z-index: 999;
  }
  .tile-body .img-wrap-link:hover:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    height: 100%;
    left: 0%;
    top: 0%;
    width: 100%;
    z-index: 1000;
  }
  .tile-body .user-image {
    height: 4rem;
    overflow: hidden;
    position: relative;
    width: 4rem;
  }
  .tile-body .user-image:last-child {
    bottom: -10%;
    height: 2.5rem;
    left: 40%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 2.5rem;
  }
  .tile-body .user-image-reset:last-child {
    bottom: 0%;
    height: 4rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 4rem;
  }
  .recognition-wrapper .recognition-content {
    min-height: unset;
  }
  .recognition-wrapper .img-wrap {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
  .recognition-wrapper .user-image {
    height: 4.0625rem;
    overflow: hidden;
    position: relative;
    width: 4.0625rem;
  }
  .recognition-wrapper .user-image:last-child {
    bottom: -8%;
    height: 2.5rem;
    left: 45%;
    margin: 0 auto;
    position: absolute;
    right: auto;
    width: 2.5rem;
  }
  .recognition-wrapper .user-recognizing {
    margin: 0;
  }
  .recognition-wrapper .user-recognizing span {
    padding-left: 0.5rem;
  }
  .recognition-wrapper .user-recognized {
    border-bottom: none;
    margin-left: 1rem;
    padding-bottom: 0;
  }
  .recognition-wrapper .user-recognized span {
    padding-left: 0.5rem;
  }
  .recognition-wrapper p {
    padding-top: 0.875rem;
  }
  .recognition-wrapper .user-attribute {
    padding-top: 0;
  }
  .user-menu-wrap .user-menu-item .reports-indicator {
    bottom: -0.125rem;
    right: -0.125rem;
  }
  .user-tile:hover {
    border: solid 1px #E6E6E6;
    box-shadow: 0rem 0rem 0.3125rem 0.3125rem #E6E6E6;
    cursor: pointer;
  }
  .user-tile.selected:hover {
    border: solid 1px #0b6a77;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .tile-360 .tile-body .tile-divider:nth-child(odd) {
    border-right: none;
  }
  .tile-checkin-admin .counter-bar:hover {
    background-color: #6a528e;
    cursor: pointer;
  }
  .tile-half {
    min-width: auto;
  }
  .tile-half:focus {
    outline: none;
  }
  .tile-nested.link:hover, .link.tile-nested-condensed:hover {
    box-shadow: 0px 0px 5px 5px #f0f0f0;
    cursor: pointer;
  }
  .tile-body .tile-divider {
    padding: 1rem 0.5rem;
  }
  .tile-body .user-image {
    height: 3rem;
    overflow: hidden;
    position: relative;
    width: 3rem;
  }
  .tile-body .user-image:last-child {
    bottom: -10%;
    height: 2rem;
    left: 40%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 2rem;
  }
  .tile-body .user-image-reset:last-child {
    bottom: 0%;
    height: 3rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 3rem;
  }
  .pipeline-head {
    border-bottom: solid 0.0625rem #E6E6E6;
    border-right: none;
    margin-bottom: 1rem;
    width: 100%;
    padding: 0 0 1rem;
  }
  #user-menu-wrap {
    -webkit-transition: width 0.25s ease-in-out, height 0.1s ease-in-out;
    -moz-transition: width 0.25s ease-in-out, height 0.1s ease-in-out;
    -ms-transform: width 0.25s ease-in-out, height 0.1s ease-in-out;
    -o-transition: width 0.25s ease-in-out, height 0.1s ease-in-out;
    transition: width 0.25s ease-in-out, height 0.1s ease-in-out;
    width: 20.625rem;
  }
  #user-menu-wrap #user-menu-breadcrumb {
    max-height: 3rem;
    min-height: 3rem;
  }
  #user-menu-wrap .user-menu-nav {
    max-height: 4.0625rem;
    min-height: 4.0625rem;
  }
  #user-menu-wrap.collapsed {
    -webkit-transition: width 0.25s ease-in-out, height 0.1s ease-in-out;
    -moz-transition: width 0.25s ease-in-out, height 0.1s ease-in-out;
    -ms-transform: width 0.25s ease-in-out, height 0.1s ease-in-out;
    -o-transition: width 0.25s ease-in-out, height 0.1s ease-in-out;
    transition: width 0.25s ease-in-out, height 0.1s ease-in-out;
    width: 5rem;
  }
  #user-menu-wrap.collapsed #user-menu-breadcrumb {
    background-color: #FFFFFF !important;
    justify-content: center !important;
  }
  #user-menu-wrap.collapsed #user-menu-breadcrumb .breadcrumb-item {
    display: none !important;
  }
  #user-menu-wrap.collapsed .user-menu-item {
    padding: 0.5rem !important;
  }
  #user-menu-wrap.collapsed .user-menu-item strong,
  #user-menu-wrap.collapsed .user-menu-item span {
    display: none;
  }
  #user-menu-wrap.collapsed.user-menu-wrap.tile-body .img-wrap {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
  }
  #user-menu-wrap.collapsed.user-menu-wrap.tile-body .user-image {
    max-height: 3.125rem;
    max-width: 3.125rem;
  }
  #user-menu-wrap.collapsed.user-menu-wrap .user-menu-list .img-wrap {
    margin: 0 !important;
    margin-left: 0 !important;
  }
  #user-menu-wrap.collapsed #user-menu-breadcrumb .pointer:after {
    bottom: 0 !important;
    content: none;
  }
  .user-tile {
    flex: 0 0 calc(50% - 28px);
  }
  .recognition-wrapper p {
    padding-top: 1.5rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .tile-360 .tile-body .tile-divider:nth-child(odd) {
    border-right: solid 0.0625rem #E6E6E6;
  }
  .tile-recognition-wrapper {
    max-height: 43.75rem;
  }
  .tile-recognition-wrapper div:first-child {
    max-height: unset;
  }
}
@media only screen and (hover: none) and (pointer: coarse) and (min-width: 360px) and (max-width: 992px) and (min-width: 360px) and (max-width: 768px) {
  .user-menu-wrap {
    min-height: auto;
  }
}
@media only screen and (hover: none) and (pointer: coarse) and (min-width: 360px) and (max-width: 992px) {
  .user-menu-wrap .form-control {
    height: auto;
  }
  .user-menu-wrap #user-menu-breadcrumb ::after, .user-menu-wrap #user-menu-breadcrumb ::before {
    bottom: auto;
  }
  .user-menu-wrap #user-menu-breadcrumb .div {
    height: 100%;
  }
}
#pending-feedback .tile-360 .tile-body > div {
  flex: 0 0 25%;
  border: none;
  padding: 10px;
}
#pending-feedback .tile-360 .tile-body > div > div {
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.tile-card-container div:focus {
  outline: none;
}

.tile-minimized {
  margin: -7px 0 0 0;
  min-height: 30px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.tile-minimized .tile-card-container {
  display: none !important;
}

.tile-clone-minimized {
  margin: 0;
  min-height: 30px;
  margin-bottom: -2px;
}

.individual-grid {
  background: transparent;
  box-shadow: none;
}
.individual-grid .tile-card-container {
  background: #FFFFFF;
  border-radius: 15px !important;
  box-shadow: 0rem 0rem 0.625rem 0.125rem #E7E7E7;
}

.goal-title {
  height: 50px;
  overflow: hidden;
  padding-right: 30px;
}

.no-box-shadow {
  box-shadow: none;
}

.flex-truncate {
  line-height: 2rem;
  max-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.decrease-resolution .pipeline-head {
  width: 220px;
}
.decrease-resolution #pr-pipeline .tile-half {
  width: 220px;
}

.offcanvas-transition, .offcanvas-collapse {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

.offcanvas-collapse {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  position: fixed;
  top: 3.75rem;
  opacity: 0;
  overflow-y: auto;
  width: 100%;
}

.offcanvas-collapse.open {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 3000;
}

.offtable-collapse, .columns-visibility-collapse, .related-settings-collapse {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #FFFFFF;
  bottom: 0;
  box-shadow: -0.1875rem 0rem 0.625rem 0rem #E6E6E6;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: unset;
  width: 0;
}
.offtable-collapse.left-table, .columns-visibility-collapse.left-table, .related-settings-collapse.left-table {
  box-shadow: 0.1875rem 0rem 0.625rem 0rem rgba(90, 90, 90, 0.1);
  right: unset;
  left: 0;
}

.offtable-collapse.open, .columns-visibility-collapse.open, .related-settings-collapse.open {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%;
  z-index: 990;
}

.row-menu-collapse {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #FFFFFF;
  bottom: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: unset;
  width: 0;
  box-shadow: 0.1875rem 0rem 0.625rem 0rem rgba(90, 90, 90, 0.1);
  right: unset;
  left: 0;
}

.row-menu-collapse.open {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%;
  z-index: 990;
}

.bulk-edit-flyout-collapse {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #FFFFFF;
  bottom: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: unset;
  width: 0;
  box-shadow: 0.1875rem 0rem 0.625rem 0rem rgba(90, 90, 90, 0.1);
  right: unset;
  left: 0;
}
.bulk-edit-flyout-collapse .bulk-card-element {
  background-color: #FFFFFF;
  border: solid 1px #D7D7D7;
  flex-shrink: 0;
  margin-bottom: 1.75rem;
}

.bulk-edit-flyout-collapse.open {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%;
  z-index: 990;
}

.message-center-collapse {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #FFFFFF;
  bottom: 0;
  box-shadow: -0.1875rem 0rem 0.625rem 0rem #E6E6E6;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: unset;
  width: 0;
}

.message-center-collapse.open {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%;
  z-index: 1999999;
}

.information-drawer-collapse {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #FFFFFF;
  bottom: 0;
  box-shadow: -0.1875rem 0rem 0.625rem 0rem #E6E6E6;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: unset;
  width: 0;
}

.information-drawer-collapse.open {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%;
  z-index: 9999;
}

@media (min-width: 768px) {
  .offcanvas-collapse {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transform: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    background-color: transparent;
    position: unset;
    opacity: 1;
    top: 0;
    width: auto;
  }
  .offtable-collapse.open, .columns-visibility-collapse.open, .related-settings-collapse.open {
    width: 25rem;
  }
  .row-menu-collapse.open {
    width: 25rem;
  }
  .bulk-edit-flyout-collapse.open {
    width: 25rem;
  }
  .message-center-collapse.open {
    width: 25rem;
  }
  .information-drawer-collapse.open {
    width: 28.125rem;
  }
}
.tabgroup .inner div > span {
  padding-left: 3rem !important;
}

.tabgroup .inner .inner div > span {
  padding-left: 4rem !important;
}

.tabgroup .inner .inner .inner div > span {
  padding-left: 5rem !important;
}

.tabgroup .inner .inner .inner .inner div > span {
  padding-left: 6rem !important;
}

.tabgroup .inner .inner .inner .inner .inner div > span {
  padding-left: 7rem !important;
}

.tabgroup .inner .inner .inner .inner .inner .inner div > span {
  padding-left: 8rem !important;
}

.tabgroup .inner .inner .inner .inner .inner .inner .inner div > span {
  padding-left: 9rem !important;
}

.tabgroup .inner .inner .inner .inner .inner .inner .inner .inner div > span {
  padding-left: 10rem !important;
}

#flex-table #flex-table-body .inner {
  display: none;
}
#flex-table #flex-table-body .inner.show span {
  background-color: #f0f0f0;
}

.toggle {
  cursor: pointer;
  display: flex;
  width: 100%;
}
.toggle i {
  color: #222;
}
.toggle i::after {
  content: "expand_more";
}
.toggle i.active::after {
  content: "expand_less";
}
.toggle > div span {
  padding-left: 1rem;
}
.toggle .dropdown i::after {
  content: "";
}

.dropdown {
  border-radius: 4px !important;
}
.dropdown .dropdown-btn {
  background-color: #0b6a77;
}
.dropdown.ul.dropdown-menu {
  height: 0;
  padding: 15px;
  min-width: 200px;
  /*    li .input-group input {
          height: auto;
      }*/
}
.dropdown.ul.dropdown-menu li .input-group {
  margin-left: 0px;
}
.dropdown.ul.dropdown-menu li .input-group input {
  height: auto;
}
.dropdown.ul.dropdown-menu li.add_new a {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.dropdown.open ul.dropdown-menu {
  height: auto;
}
.dropdown.open ul.dropdown-menu .dropdown-option {
  width: auto;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  margin-bottom: 10px;
  padding: 3px 20px;
}
@media only screen and (hover: none) and (pointer: coarse) and (min-width: 360px) and (max-width: 992px) {
  .dropdown.open ul.dropdown-menu {
    max-height: 25vh;
  }
}
.dropdown.dropup.open ul.dropdown-menu {
  top: unset;
  bottom: 100%;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown .dropdown-item-link {
  display: block;
  padding: 3px 20px;
  text-decoration: none;
}

#banner .banner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#banner .banner-confirm {
  background-color: #68C49F;
}
#banner .banner-alert {
  background-color: #B16D41;
}
#banner .banner-warn {
  background-color: #ED5959;
}
#banner .banner-message {
  background-color: #105A70;
}
#banner .banner-message-identity {
  opacity: 70%;
  background-color: #8795AC;
}
#banner .banner-info {
  background-color: #5a5a5a;
}
#banner strong {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  flex: 1;
  justify-content: left;
}
#banner i {
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.85);
}

#notification {
  max-width: 18.75rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 1000;
}
#notification .notify {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#notification .notify-confirm {
  background-color: white;
  color: #68C49F;
}
#notification .notify-confirm i {
  color: #68C49F;
}
#notification .notify-alert {
  background-color: #f5eae3;
  color: #B16D41;
}
#notification .notify-alert i {
  color: #B16D41;
}
#notification .notify-warn {
  background-color: #fce3e3;
  color: #ED5959;
}
#notification .notify-warn i {
  color: #ED5959;
}
#notification i {
  align-self: flex-start;
  border-radius: 50%;
}

@media (min-width: 768px) {
  #banner i:hover {
    background-color: rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    cursor: pointer;
  }
  #notification .notify-confirm i:hover {
    background-color: white;
  }
  #notification .notify-alert i:hover {
    background-color: #e7cebe;
  }
  #notification .notify-warn i:hover {
    background-color: #f9cccc;
  }
  #notification i:hover {
    cursor: pointer;
  }
}
.tile form div.tableShrinkReset.flex-shrink-null-reset, .user-menu-wrap .user-menu-item:hover form div.tableShrinkReset.flex-shrink-null-reset,
.tile form div#table .tableShrinkReset.flex-shrink-null-reset,
.tile-half form div#table .tableShrinkReset.flex-shrink-null-reset,
.user-menu-wrap .user-menu-item:hover form div#table .tableShrinkReset.flex-shrink-null-reset,
.tile div#pjax.flex-shrink-null-reset,
.user-menu-wrap .user-menu-item:hover div#pjax.flex-shrink-null-reset,
div.flex-shrink-null-reset {
  flex-shrink: unset !important;
}

div.flex-shrink-0-reset {
  flex-shrink: 0 !important;
}

div.flex-shrink-1-reset {
  flex-shrink: 1 !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

input[type=range] {
  width: unset !important;
}

.ssf-saved-filter {
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transform: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  position: absolute;
  top: 45px;
  width: 100%;
  height: calc(100% - 45px);
  z-index: 100001;
  box-sizing: border-box;
  padding: 13px;
  opacity: 0;
  visibility: hidden;
}
.ssf-saved-filter > .saved-filter-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 8px 11px;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.3125rem 0.3125rem #f0f0f0;
}

.ssf-saved-filter.open {
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transform: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.msg-sidebar .msg-drawer-item {
  transition: 0.3s all;
  background-color: #FFFFFF;
  box-shadow: 0rem 0rem 0.625rem 0.125rem #e0e0e0;
  border-radius: 15px;
  text-decoration: none;
}
.msg-sidebar .msg-drawer-item i {
  background-color: #006184;
  border-radius: 50%;
  color: #FFFFFF;
  padding: 3px;
  font-size: 1.3125rem;
}
.msg-sidebar .msg-drawer-item .pins a {
  text-decoration: none;
}
.msg-sidebar .msg-drawer-item .pins i {
  background-color: #FFFFFF;
  color: #006184;
  font-size: 20px;
}
.msg-sidebar .msg-drawer-item .msg-indicator {
  transition: 0.2s ease all;
  opacity: 0;
}
.msg-sidebar .msg-drawer-item:hover .msg-indicator {
  opacity: 1;
}
.msg-sidebar .msg-drawer-item .snippet {
  font-size: 1.125rem;
  line-height: 1.375rem;
  max-width: 14.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg-sidebar .msg-drawer-item .pins {
  align-items: center;
}
.msg-sidebar .msg-drawer-item .pins .snippet {
  white-space: break-spaces;
}
.msg-sidebar .msg-drawer-item .category {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.msg-loader {
  border: solid 5px #FFFFFF;
  color: #444;
}

.msg-list {
  background-color: #fafafa;
  width: 100%;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transform: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.msg-list.hide {
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transform: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.msg-item {
  border-bottom: solid 1px #E6E6E6;
}
.msg-item i {
  color: #969696;
  font-size: 0.75rem;
}
.msg-item i.dwelled {
  color: #fafafa;
}
.msg-item .snippet {
  font-size: 1.125rem;
  line-height: 1.375rem;
  max-width: 13.4375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg-item .category {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.msg-img {
  border: solid 1px #E6E6E6;
  border-radius: 2.8125rem;
  height: 2.8125rem;
  overflow: hidden;
  position: relative;
  width: 2.8125rem;
}
.msg-img img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 150%;
  max-width: 200%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.msg-timer {
  background-color: #E6E6E6;
  border-radius: 0.625rem;
  height: 0.625rem;
  position: relative;
  width: 12.5rem;
}
.msg-timer span {
  display: flex;
  flex: 1;
}
.msg-timer span:nth-child(even) {
  border-left: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
}
.msg-timer span.active {
  background-color: #127574;
}

.msg-panel {
  background-color: #FFFFFF;
  width: 100%;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transform: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.msg-panel.show {
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transform: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.msg-body {
  overflow-x: scroll;
}

@media (min-width: 768px) {
  .msg-sidebar .msg-item:hover {
    cursor: pointer;
  }
  .msg-list div:last-child {
    cursor: pointer;
  }
  .msg-item:hover {
    transition: 0.3s all;
    background-color: #E6E6E6;
    text-decoration: none;
  }
  .msg-item:hover i.dwelled {
    color: #E6E6E6;
  }
  .msg-item:hover .msg-indicator {
    opacity: 1;
  }
  .msg-loader:hover {
    background-color: #E6E6E6;
    color: #444;
    cursor: pointer;
    text-decoration: underline;
  }
  .msg-unread:hover {
    cursor: pointer;
    text-decoration: none;
  }
  .msg-unread:hover span {
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  .msg-list {
    -webkit-transition: transform 0;
    -moz-transition: transform 0;
    -ms-transform: transform 0;
    -o-transition: transform 0;
    transition: transform 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    border-right: solid 1px #E6E6E6;
    width: 23.4375rem;
  }
  .msg-list.hide {
    -webkit-transition: transform 0;
    -moz-transition: transform 0;
    -ms-transform: transform 0;
    -o-transition: transform 0;
    transition: transform 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .msg-panel {
    flex: 1;
    -webkit-transition: transform 0;
    -moz-transition: transform 0;
    -ms-transform: transform 0;
    -o-transition: transform 0;
    transition: transform 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #FFFFFF;
  }
  .msg-panel.show {
    -webkit-transition: transform 0;
    -moz-transition: transform 0;
    -ms-transform: transform 0;
    -o-transition: transform 0;
    transition: transform 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .msg-item.active {
    transition: 0.3s all;
    background-color: #FFFFFF;
  }
  .msg-item.active i.dwelled {
    color: #FFFFFF;
  }
}
.message-banner {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  background-color: #f0f0f0;
  border: 1px solid #E6E6E6;
  border-radius: 0.3125rem;
}

.likert-scale label {
  margin-right: 20px;
  font-weight: normal;
  color: #222;
}

body {
  -webkit-print-color-adjust: exact !important;
}

.ninebox-assessment .people-list {
  border-right: solid 1px #E6E6E6;
  width: 19.375rem;
}
.ninebox-assessment .ninebox-instructions {
  width: 21.875rem;
  min-width: 21.875rem;
}

.ninebox-person {
  width: 19.375rem;
  cursor: move;
  background-color: #fafafa;
  border-bottom: 1px solid #E6E6E6;
}
.ninebox-person div {
  width: 30px;
  height: 30px;
}

.ninebox-box-person {
  background-color: rgba(230, 230, 230, 0.5);
  border-radius: 5px;
  cursor: move;
}
.ninebox-box-person div {
  width: 20px;
  height: 20px;
}
.ninebox-box-person > span {
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  vertical-align: bottom;
}

.ninebox-report-person {
  background-color: #E6E6E6;
  border-radius: 7px;
  cursor: default;
  outline: none;
  flex-shrink: 0;
}
.ninebox-report-person div {
  width: 35px !important;
  height: 35px !important;
}
.ninebox-report-person div > img {
  width: 35px !important;
  height: 35px !important;
}
.ninebox-report-person > span {
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  vertical-align: bottom;
}

.ninebox-list-person {
  background-color: #E6E6E6;
  border-radius: 7px;
  cursor: default;
  outline: none;
}
.ninebox-list-person div {
  width: 35px !important;
  height: 35px !important;
}
.ninebox-list-person div > img {
  width: 35px !important;
  height: 35px !important;
}
.ninebox-list-person > span {
  display: inline;
  vertical-align: bottom;
}

.user-recognizing b {
  width: 100%;
}
.user-recognizing div {
  width: 100%;
  font-size: 12px;
}

.ninebox-box-person-large {
  background-color: #E6E6E6;
  border-radius: 5px;
  padding: 8px;
  align-items: center;
  transition: background-color ease 0.2s;
}
.ninebox-box-person-large.active {
  background-color: #969696;
  color: #f0f0f0;
}
.ninebox-box-person-large:hover {
  background-color: #969696;
}
.ninebox-box-person-large div {
  width: 30px;
  height: 30px;
}
.ninebox-box-person-large div.person-info {
  width: 100%;
  height: auto;
}
.ninebox-box-person-large div.person-info > span {
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  vertical-align: bottom;
}
.ninebox-box-person-large div.person-info .person-position-department {
  width: 100%;
  height: auto;
}
.ninebox-box-person-large div.person-info .person-position-department span {
  font-size: 12px;
  width: 100%;
}
.ninebox-box-person-large > span {
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  vertical-align: bottom;
}

.preview-grid {
  grid-template-columns: 2.5rem 2.5rem auto;
  grid-template-rows: 3.125rem auto 2.5rem 2.5rem;
  grid-template-areas: "ninebox-empty-top      ninebox-empty-top      ninebox-header" "ninebox-arrow-vertical ninebox-value-vertical ninebox-grid-content" "ninebox-empty-bottom   ninebox-empty-bottom   ninebox-value-horizontal" "ninebox-empty-bottom   ninebox-empty-bottom   ninebox-arrow-horizontal";
}

.work-grid {
  grid-template-columns: 2.5rem 2.5rem auto;
  grid-template-rows: auto 2.5rem 2.5rem;
  grid-template-areas: "ninebox-arrow-vertical ninebox-value-vertical ninebox-grid-content" "ninebox-empty-bottom   ninebox-empty-bottom   ninebox-value-horizontal" "ninebox-empty-bottom   ninebox-empty-bottom   ninebox-arrow-horizontal";
}

.report-grid {
  grid-template-columns: 2.5rem 2.5rem auto;
  grid-template-rows: calc(100% - 80px) 2.5rem 2.5rem;
  grid-template-areas: "ninebox-arrow-vertical ninebox-value-vertical ninebox-grid-content" "ninebox-empty-bottom   ninebox-empty-bottom   ninebox-value-horizontal" "ninebox-empty-bottom   ninebox-empty-bottom   ninebox-arrow-horizontal";
}

.ninebox-grid {
  display: grid;
}
.ninebox-grid .ninebox-empty-top {
  grid-area: ninebox-empty-top;
}
.ninebox-grid .ninebox-header {
  grid-area: ninebox-header;
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
  text-transform: uppercase;
}
.ninebox-grid .ninebox-grid-content {
  grid-area: ninebox-grid-content;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data {
  background: transparent linear-gradient(226deg, #1798FF 0%, rgba(151, 209, 255, 0.9647058824) 42%, rgba(255, 255, 255, 0.937254902) 100%) 0 0 no-repeat padding-box;
  border: 3px solid #969696;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  height: 100%;
  position: relative;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data > div:nth-child(2), .ninebox-grid .ninebox-grid-content .nb-grid-data > div:nth-child(5), .ninebox-grid .ninebox-grid-content .nb-grid-data > div:nth-child(8) {
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data > div:nth-child(4), .ninebox-grid .ninebox-grid-content .nb-grid-data > div:nth-child(5), .ninebox-grid .ninebox-grid-content .nb-grid-data > div:nth-child(6) {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data.print {
  background-color: #A9D5F8 !important;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data .ui-droppable-hover > .nb-box-label {
  color: #FFFFFF;
  background-color: #127574;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data > div {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data > div > .nb-box-label {
  display: block;
  flex-shrink: 0;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data > div > .nb-box-label.print {
  white-space: normal;
  overflow: visible;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data > div > .nb-box-data {
  flex-grow: 1;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  background-color: #fff !important;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data > div > a.nb-box-details {
  position: absolute;
  padding: 3px;
  background-color: #f0f0f0;
  bottom: 0;
  right: 0;
  text-decoration: none;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data > div > a.nb-box-details:hover {
  background-color: #E6E6E6;
}
.ninebox-grid .ninebox-grid-content .nb-grid-data > div > a.nb-box-details > img {
  width: 18px;
  height: 18px;
}
.ninebox-grid .ninebox-empty-bottom {
  grid-area: ninebox-empty-bottom;
}

.ninebox-arrow-vertical {
  grid-area: ninebox-arrow-vertical;
}
.ninebox-arrow-vertical .ninebox-arrow-vertical-top {
  background-color: #A9D5F8 !important;
  position: relative;
  margin-top: 1.5625rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  box-sizing: content-box;
}
.ninebox-arrow-vertical .ninebox-arrow-vertical-top:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-bottom: 1.5625rem solid #A9D5F8 !important;
  position: absolute;
  top: 0;
  margin-top: -1.5rem;
  left: -0.3125rem;
  z-index: 1;
}
.ninebox-arrow-vertical .ninebox-arrow-vertical-label {
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}
.ninebox-arrow-vertical .ninebox-arrow-vertical-bottom {
  background-color: #A9D5F8 !important;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.ninebox-value-vertical {
  grid-area: ninebox-value-vertical;
}
.ninebox-value-vertical div {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ninebox-value-vertical div span {
  font-size: 14px;
  color: #5a5a5a;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

.ninebox-value-horizontal {
  grid-area: ninebox-value-horizontal;
}
.ninebox-value-horizontal div {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ninebox-value-horizontal div span {
  font-size: 14px;
  color: #5a5a5a;
}

.ninebox-arrow-horizontal {
  grid-area: ninebox-arrow-horizontal;
}
.ninebox-arrow-horizontal .ninebox-arrow-horizontal-start {
  background-color: #A9D5F8 !important;
  margin: 0.3125rem 0;
}
.ninebox-arrow-horizontal .ninebox-arrow-horizontal-label {
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ninebox-arrow-horizontal .ninebox-arrow-horizontal-end {
  background-color: #A9D5F8 !important;
  margin: 0.3125rem 0;
  position: relative;
  margin-right: 1.5625rem;
  box-sizing: content-box;
}
.ninebox-arrow-horizontal .ninebox-arrow-horizontal-end:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  border-left: 1.5625rem solid #A9D5F8 !important;
  position: absolute;
  top: -0.3125rem;
  margin-right: -1.5rem;
  right: 0;
  z-index: 1;
}

.ninebox-list-block {
  padding: 0 !important;
}
.ninebox-list-block a {
  border-radius: 3px;
  color: black;
  text-decoration: none;
}
.ninebox-list-block a .ninebox-list-label {
  color: black;
}
.ninebox-list-block a .ninebox-list-count {
  background-color: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: 1px solid #127574;
}

.ninebox-toggle-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 35px !important;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1000;
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.1);
}

.ninebox-toggle {
  height: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 10px -5px rgba(0, 0, 0, 0.3);
}
.ninebox-toggle > a {
  font-size: 12px;
  font-weight: 500;
  width: 80px;
  text-decoration: none;
  border: 1px solid #93979D;
  background-color: white;
  color: #5a5a5a;
}
.ninebox-toggle > a:nth-child(1) {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.ninebox-toggle > a:nth-child(2) {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.ninebox-toggle > a.active {
  background-color: #93979D;
  color: white;
}

.ninebox-grid-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-gap: 4px;
  padding: 4px;
  border-radius: 5px;
}

.ninebox-grid-team-assignment {
  flex: 0 0 50%;
}

.ninebox-grid-team-assignment-card {
  border-radius: 3px;
}

.ninebox-team-avatar {
  width: 40px;
  height: 40px;
  margin-right: -5px;
  cursor: pointer;
}
.ninebox-team-avatar:hover {
  z-index: 1;
}

.ninebox-team-null-avatar {
  width: 40px;
  height: 40px;
  border-radius: 55%;
  background-color: rgba(150, 150, 150, 0.7);
  border: 1px solid rgba(250, 250, 250, 0.5);
  color: #fafafa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.ninebox-border {
  border-radius: 3px;
  border: 3px solid #c9e7ff;
}

.bg-ninebox-hover:hover {
  background-color: #E3F3FF !important;
}

.ninebox-dashboard-card {
  cursor: pointer;
  transition: all 0.2s ease;
}
.ninebox-dashboard-card:hover {
  background-color: #E6E6E6;
}

.ninebox-grid-report {
  display: grid;
}
.ninebox-grid-report .ninebox-grid-report-content {
  grid-area: ninebox-grid-content;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data {
  background: transparent linear-gradient(226deg, #1798FF 0%, rgba(151, 209, 255, 0.9647058824) 42%, rgba(255, 255, 255, 0.937254902) 100%) 0 0 no-repeat padding-box;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 33.3333333333%);
  height: 100%;
  position: relative;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div:nth-child(2), .ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div:nth-child(5), .ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div:nth-child(8) {
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div:nth-child(4), .ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div:nth-child(5), .ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div:nth-child(6) {
  border-top: 5px solid #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div:nth-child(7) > .nb-box-data {
  border-bottom-left-radius: 8px;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div:nth-child(9) > .nb-box-data {
  border-bottom-right-radius: 8px;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data.print {
  background-color: #A9D5F8 !important;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data .nb-hovered > .nb-box-label {
  color: #FFFFFF;
  background-color: #127574;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div > .nb-box-label {
  display: block;
  flex-shrink: 0;
  padding: 0 5px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div > .nb-box-label.print {
  white-space: normal;
  overflow: visible;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div > .nb-box-data {
  flex-grow: 1;
  padding: 5px;
  font-size: 12px;
  width: 100%;
  background-color: #fafafa !important;
  border: 4px solid #fafafa;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div > a.nb-box-details {
  position: absolute;
  padding: 3px;
  background-color: #f0f0f0;
  bottom: 4px;
  right: 4px;
  border-radius: 50%;
  text-decoration: none;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div > a.nb-box-details:hover {
  background-color: #E6E6E6;
}
.ninebox-grid-report .ninebox-grid-report-content .nb-grid-data > div > a.nb-box-details > img {
  width: 18px;
  height: 18px;
}

.ninebox-report-user-avatar {
  cursor: default;
  width: 40px;
  height: 40px;
  margin-right: -10px;
}
.ninebox-report-user-avatar:first-child {
  margin-left: 0;
}

.ninebox-report-list {
  width: 250px;
  background-color: #fafafa;
}

.ninebox-finalize-list {
  width: 250px;
}

.ninebox-report-list-person {
  border-radius: 10px;
  cursor: move;
  transition: background-color 0.2s ease;
}
.ninebox-report-list-person:hover {
  background-color: #D7D7D7 !important;
}
.ninebox-report-list-person.ninebox-report-grid-bg {
  background-color: #E6E6E6;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
}
.ninebox-report-list-person .user-avatar {
  text-align: center;
}
.ninebox-report-list-person .user-avatar .img-fluid, .ninebox-report-list-person .user-avatar b {
  height: 22px;
  min-width: 22px;
  max-width: 22px;
  font-size: 13px;
}
.ninebox-report-list-person .user-avatar b {
  padding-top: 11%;
}

.left_top {
  background-image: url("../../../images/ninebox-grid-icons/left_top.png");
}

.center_top {
  background-image: url("../../../images/ninebox-grid-icons/center_top.png");
}

.right_top {
  background-image: url("../../../images/ninebox-grid-icons/right_top.png");
}

.left_middle {
  background-image: url("../../../images/ninebox-grid-icons/left_middle.png");
}

.center_middle {
  background-image: url("../../../images/ninebox-grid-icons/center_middle.png");
}

.right_middle {
  background-image: url("../../../images/ninebox-grid-icons/right_middle.png");
}

.left_bottom {
  background-image: url("../../../images/ninebox-grid-icons/left_bottom.png");
}

.center_bottom {
  background-image: url("../../../images/ninebox-grid-icons/center_bottom.png");
}

.right_bottom {
  background-image: url("../../../images/ninebox-grid-icons/right_bottom.png");
}

.ninebox-report-list-person-active {
  position: relative;
  z-index: 10000;
  background-color: #5a5a5a !important;
  color: #FFFFFF;
  transition: all ease 0.2s;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.7);
}
.ninebox-report-list-person-active:hover {
  background-color: #5a5a5a !important;
}

.ninebox-report-list-active {
  border-color: #0b6a77 !important;
}

.ninebox-report-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.25);
  z-index: 9999;
}

[uib-popover-template-popup] {
  z-index: 10000 !important;
}
[uib-popover-template-popup] .carousel-control {
  background-image: none;
  color: #0b6a77;
  bottom: auto;
  position: inherit;
  width: auto;
  text-shadow: none;
  opacity: 1;
}
[uib-popover-template-popup] .carousel-control span {
  font-size: 12px;
}
[uib-popover-template-popup] .carousel-control:hover {
  color: #0b6a77;
}
[uib-popover-template-popup] .carousel-control.disabled {
  cursor: default;
  opacity: 0;
}
[uib-popover-template-popup] .divider {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.text-ellipsis {
  overflow: hidden !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prev-assessments-button {
  display: flex;
  border-left: solid 0.0625rem #CFD8DC;
  border-top: solid 0.0625rem #CFD8DC;
  border-bottom: solid 0.0625rem #CFD8DC;
  border-right: solid 0.0625rem #CFD8DC;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  max-width: 35px;
}

.action-item .delete-item-button:hover {
  box-shadow: 0rem 0rem 0.125rem 0.125rem #f0f0f0;
  cursor: pointer;
  text-decoration: none;
}

.animation-duration-1s {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

.animation-duration-2s {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
}

.animation-duration-3s {
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
}

.animation-duration-4s {
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  animation-duration: 4s;
}

.rotation-360-deg {
  -webkit-animation-name: spin;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.profile-search-form {
  position: relative;
  width: 250px;
}
.profile-search-form input {
  height: 35px;
  width: 250px;
  border-radius: 15px !important;
  border: 1px solid #127574;
  padding: 0 30px 0 20px;
  color: #127574;
}
.profile-search-form input:focus {
  border: 1px solid #127574;
  color: #127574;
  outline: none;
}
.profile-search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #127574;
  opacity: 1;
}
.profile-search-form i {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
}

.profile-search-results {
  position: absolute;
  left: 0;
  top: 36px;
  width: 100%;
  padding: 0 5px;
  z-index: 1001;
}
.profile-search-results div {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 15px;
}
.profile-search-results div i {
  border-radius: 50%;
  background-color: #fff;
  top: -6px;
  right: -6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.profile-search-results div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  overflow-x: hidden;
  max-height: 350px;
  overflow-y: scroll;
}
.profile-search-results div ul li {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-content: center;
  align-items: center;
  color: #5a5a5a;
  transition: background-color ease 0.3s;
  border-bottom: 1px solid #f0f0f0;
}
.profile-search-results div ul li:hover {
  background-color: #f0f0f0;
}
.profile-search-results div ul li .avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.big-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.profile-card-icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  width: 30px;
  height: 30px;
  background-color: #19a1a0;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
}
.profile-card-icon:hover {
  text-decoration: none;
  color: #E6E6E6;
  background-color: #158b8a;
}

.profile-ninebox-result {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
}

.segment-pill {
  background-color: #072B36;
  color: #FFFFFF;
  height: 26px;
  border-radius: 13px;
}

.feature-image-bg {
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}

.dashboard-grid {
  --grid-layout-gap: 15px;
  --grid-column-count: 2;
  --grid-item--min-width: 330px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  grid-gap: var(--grid-layout-gap);
}
.dashboard-grid .dashboard-tile {
  border-radius: 15px !important;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  height: 500px;
}
.dashboard-grid .dashboard-tile .dashboard-tile-scroll {
  overflow-y: scroll !important;
}
.dashboard-grid .chart-tile {
  border-radius: 15px !important;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  height: 420px;
}

.dashboard-drawer-collapse {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #FFFFFF;
  bottom: 0;
  box-shadow: 0.1875rem 0rem 0.625rem 0rem #E6E6E6;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: unset;
  width: 0;
}

.dashboard-drawer-collapse.open {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%;
  z-index: 9999;
}

@media (min-width: 768px) {
  .dashboard-drawer-collapse.open {
    width: 18.75rem;
  }
}
.dashboard-customizer-tile {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #FFFFFF !important;
  cursor: move;
}

.dashboard-card-avatar {
  width: 40px;
  height: 40px;
}
.dashboard-card-avatar .user-image-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.dashboard-card-image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.upload-attachment.direction-row .input-attachment {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-grow: 1;
}
.upload-attachment.direction-column .input-attachment {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-grow: 1;
}
.upload-attachment.small .form-control {
  height: 1.625rem !important;
}

.action-item input {
  border-radius: 0 !important;
  border-right: none;
}
.action-item .delete-item-button {
  border-left: solid 0.0625rem #CFD8DC;
  border-top: solid 0.0625rem #CFD8DC;
  border-bottom: solid 0.0625rem #CFD8DC;
  border-right: solid 0.0625rem #CFD8DC;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  width: 35px;
  align-items: center;
  justify-content: center;
}
.action-item .save-item-button {
  border-left: solid 0.0625rem #CFD8DC;
  border-top: solid 0.0625rem #CFD8DC;
  border-bottom: solid 0.0625rem #CFD8DC;
  border-right: solid 0.0625rem #CFD8DC;
  width: 35px;
  align-items: center;
  justify-content: center;
}
.action-item .delete-item-button:hover {
  box-shadow: 0rem 0rem 0.125rem 0.125rem #f0f0f0;
  cursor: pointer;
  text-decoration: none;
}
.action-item .save-item-button:hover {
  box-shadow: 0rem 0rem 0.125rem 0.125rem #f0f0f0;
  cursor: pointer;
  text-decoration: none;
}

.action-item-comments .modal-dialog.modal-lg {
  height: 90% !important;
}
.action-item-comments .modal-dialog.modal-lg .modal-content {
  height: 100%;
}

.action-items-sticky-panel {
  position: sticky;
  top: -30px;
  z-index: 100;
  background-color: white;
}

.api-documentation-table th {
  border: 3px solid white;
  background-color: #D7D7D7;
  padding: 7px 10px;
  font-size: 14px;
  color: #5a5a5a;
}
.api-documentation-table tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.api-documentation-table tr:nth-child(even) {
  background-color: #fafafa;
}
.api-documentation-table td {
  color: #444;
  padding: 5px 10px;
  border: 3px solid white;
}
.api-documentation-table td:first-child {
  color: #ED5959;
  font-family: "Courier";
  text-transform: lowercase;
}
.api-documentation-table td:last-child {
  color: #41B2DB;
  text-transform: lowercase;
}
.api-documentation-table td:nth-child(2) {
  color: #568D7D;
  font-weight: 500;
  text-transform: lowercase;
}

.wd-avatar {
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.wd-avatar.avatar-empty {
  background-image: url("/images/empty_avatar.png");
}
.wd-avatar.avatar-small {
  width: 60px;
  height: 60px;
  background-size: 60px;
  font-size: 16px;
}
.wd-avatar.avatar-medium {
  width: 100px;
  height: 100px;
  background-size: 100px;
  font-size: 25px;
}
.wd-avatar.avatar-large {
  width: 160px;
  height: 160px;
  background-size: 160px;
  font-size: 40px;
}
.wd-avatar .avatar-control {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.dashboard-grid {
  --grid-layout-gap: 15px;
  --grid-column-count: 2;
  --grid-item--min-width: 330px;
  --gap-count: calc(var(--grid-column-count) - 1);
  --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
  --grid-item--max-width: calc((100% - var(--total-gap-width)) / var(--grid-column-count));
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr));
  grid-gap: var(--grid-layout-gap);
}
.dashboard-grid .dashboard-tile {
  border-radius: 15px !important;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  height: 500px;
}
.dashboard-grid .dashboard-tile .dashboard-tile-scroll {
  overflow-y: scroll !important;
}
.dashboard-grid .chart-tile {
  border-radius: 15px !important;
  border: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  height: 420px;
}

.dashboard-drawer-collapse {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  background-color: #FFFFFF;
  bottom: 0;
  box-shadow: 0.1875rem 0rem 0.625rem 0rem #E6E6E6;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: unset;
  width: 0;
}

.dashboard-drawer-collapse.open {
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transform: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  width: 100%;
  z-index: 9999;
}

@media (min-width: 768px) {
  .dashboard-drawer-collapse.open {
    width: 18.75rem;
  }
}
.dashboard-customizer-tile {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #FFFFFF !important;
  cursor: move;
}

.dashboard-card-avatar {
  width: 40px;
  height: 40px;
}
.dashboard-card-avatar .user-image-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.dashboard-card-image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.app-nav {
  background: #072B36;
}

.main_header {
  min-height: 70px;
  background: #FFFFFF;
}
.main_header .gutter {
  padding: 15px 34px;
}
.main_header .logo img {
  height: 42px;
  width: 42px;
}
.main_header .user_dropdown {
  color: #babbbd;
  margin-top: -4px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
}
.main_header .user_dropdown .company_name {
  padding: 0 14px;
}
.main_header .user_dropdown #main_nav_toggle {
  margin: 10px 12px;
  height: 30px;
  width: 30px;
  position: relative;
  padding: 3px;
}
.main_header .user_dropdown #main_nav_toggle .icon-bar {
  position: absolute;
  margin: 0;
}
.main_header .user_dropdown #main_nav_toggle .icon-bar.top {
  top: 6px;
}
.main_header .user_dropdown #main_nav_toggle .icon-bar.middle {
  top: 13px;
}
.main_header .user_dropdown #main_nav_toggle .icon-bar.bottom {
  bottom: 6px;
}
.main_header .user_dropdown #main_nav_toggle.active .icon-bar.top {
  animation: menuIconTop 0.2s forwards;
}
.main_header .user_dropdown #main_nav_toggle.active .icon-bar.middle {
  animation: menuIconMiddle 0.2s forwards;
}
.main_header .user_dropdown #main_nav_toggle.active .icon-bar.bottom {
  animation: menuIconBottom 0.2s forwards;
}

.main_nav {
  height: 75px;
  background-color: #072B36;
  padding: 0 20px;
}
@media (min-width: 360px) and (max-width: 768px) {
  .main_nav {
    padding: 0 10px;
  }
}
.main_nav #main_nav_wrapper {
  width: 100%;
}
@media (min-width: 360px) {
  .main_nav #main_nav_wrapper {
    display: block !important;
  }
}
.main_nav ul.menu {
  position: relative;
  height: 75px;
}
.main_nav ul.menu *,
.main_nav ul.menu *:hover,
.main_nav ul.menu *:active,
.main_nav ul.menu *:focus {
  background: none;
}
.main_nav ul.menu li {
  display: inline-block;
  height: 75px;
}
.main_nav ul.menu li a {
  transition: 0.2s all;
  color: #8795AC;
  padding: 0;
  border-bottom: 4px solid #072B36;
  line-height: 71px;
  text-transform: uppercase;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.90625em;
  letter-spacing: 0.055em;
  padding: 0 10px;
}
.main_nav ul.menu li > a:hover, .main_nav ul.menu li.active > a {
  color: #FFFFFF;
  border-bottom: 4px solid #0b6a77;
}
.main_nav ul.menu li.open > a {
  color: #FFFFFF;
  border-bottom: 4px solid #0b6a77;
}
.main_nav ul.menu li ul.dropdown-menu {
  background: #072B36;
  width: auto;
}
.main_nav ul.menu li ul.dropdown-menu li {
  height: auto;
  display: block;
}
.main_nav ul.menu li ul.dropdown-menu li a {
  border: none;
  line-height: 16px;
  padding: 12px;
}
@media (min-width: 360px) and (max-width: 768px) {
  .main_nav .logout .glyphicon-cog {
    padding-left: 10px;
  }
}
.main_nav .logout > a {
  transition: 0.2s all;
  color: #8795AC;
  line-height: 75px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.90625em;
  letter-spacing: 0.055em;
}
.main_nav .logout > a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.utility_bar {
  padding-bottom: 0px;
  min-height: 40px;
}
.utility_bar ul {
  list-style: none;
}
.utility_bar ul li {
  display: inline-block;
}
.utility_bar ul li a {
  transition: 0.2s all;
  color: #939598;
  border-radius: 20px;
  font-weight: 500;
  padding: 4px 13px;
  display: block;
  font-size: 1.125em;
  margin: 0 4px;
}
.utility_bar ul li.active a,
.utility_bar ul li a:hover {
  color: #072B36;
  background-color: #a3d6e6;
  text-decoration: none;
}

.main_nav_mobile_dropdown {
  display: none;
}

@media (min-width: 360px) and (max-width: 768px) {
  .utility_bar_nav {
    width: 100%;
    display: inline-block;
  }
}
.utility_bar-secondary {
  height: 50px;
}

.sticky-header {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sticky-header.no-top-padding {
  padding-top: 0;
}
.sticky-header.active {
  top: 0;
  right: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0;
  text-align: right;
  box-shadow: 0px 3px 5px gray;
  position: fixed;
  z-index: 1000;
  padding: 15px 30px;
  transition: 0.2s all;
  float: none;
  padding-top: auto;
}
.sticky-header .pr-autosave-timestamp {
  padding: 6px 12px;
  line-height: 1.42857143;
}

.user_settings_dropdown {
  position: relative;
  display: inline-block;
}
.user_account_dropdown .company_dropdown_card {
  padding: 10px 10px 0 10px;
  float: left;
  width: 100%;
}
.user_account_dropdown .company_dropdown_card hr {
  float: left;
  width: 100%;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.user_account_dropdown .company_dropdown_card .left {
  width: 35%;
  float: left;
}
.user_account_dropdown .company_dropdown_card .left .company_image {
  width: 25px;
  height: 25px;
  padding: 5px;
  line-height: 0;
}
.user_account_dropdown .company_dropdown_card .right {
  width: 65%;
  float: right;
}
.user_account_dropdown .company_dropdown_card .right span {
  color: #072B36;
  display: block;
}
.user_account_dropdown .company_dropdown_card .right .name {
  font-weight: 500;
  font-size: 12px;
}
.user_account_dropdown .company_dropdown_card .right .company {
  font-size: 8px;
  line-height: 10px;
}
.user_account_dropdown a {
  font-size: 12px;
}

.side-panel {
  padding-right: 0;
}

.side-nav ul {
  list-style: none;
}
.side-nav ul li.active a, .side-nav ul li a:hover {
  color: #072B36;
  background-color: #a3d6e6;
  text-decoration: none;
}

@keyframes menuIconTop {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes menuIconMiddle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menuIconBottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes menuIconTopReverse {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes menuIconMiddleReverse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuIconBottomReverse {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@-webkit-keyframes menuIconTop {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@-webkit-keyframes menuIconBottom {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@-webkit-keyframes menuIconTopReverse {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@-webkit-keyframes menuIconBottomReverse {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.main_footer {
  height: auto;
}

html,
body {
  background: linear-gradient(to right, rgba(250, 250, 250, 0.1) 10%, rgba(11, 106, 119, 0.6), 85%, rgba(237, 112, 107, 0.5)), url("/images/shattered.png") repeat;
  background-color: #fafafa;
  top: 0px !important;
}

@media only screen and (hover: none) and (pointer: coarse) and (min-width: 360px) and (max-width: 992px) {
  html, body {
    font-size: 12px !important;
  }
  #navbar {
    padding-bottom: 0px;
    margin-top: 5px;
  }
  #navbar form select {
    max-width: 180px;
  }
  #navbar .profile-search-form {
    width: 190px;
  }
  #navbar .icon-wrapper {
    height: 1.375rem;
    width: 1.375rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .pb-3, .py-3 {
    padding-bottom: 0.3rem !important;
  }
  .pb-2, .py-2 {
    padding-bottom: 0.2rem !important;
  }
  .pt-3, .py-3 {
    padding-top: 0.3rem !important;
  }
  .pt-2, .py-2 {
    padding-top: 0.2rem !important;
  }
  .mb-3, .my-3 {
    margin-bottom: 0.3rem !important;
  }
  #body-wrapper, #dashboard-wrapper {
    margin: 5px !important;
  }
  .material-icons {
    font-size: 18px;
  }
  .main-cell-text {
    width: 20ch;
  }
  .icon-wrapper {
    height: 1.8rem;
    width: 2.5rem;
  }
}
html {
  overflow-y: auto !important;
}

.only-grayscale {
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
}

@media screen and (min-width: 768px) and (pointer: fine) {
  .decrease-resolution {
    zoom: 1.2;
  }
  .decrease-resolution .scatterplot,
  .decrease-resolution .apexcharts-canvas,
  .decrease-resolution .compensate-zoom,
  .decrease-resolution .md-datepicker-calendar-pane,
  .decrease-resolution iframe {
    zoom: 0.839;
  }
  .decrease-resolution .md-datepicker-input-mask {
    height: 0px;
  }
  .decrease-resolution select {
    min-width: 160px;
  }
}
@media only screen and (hover: none) and (pointer: coarse) and (min-width: 360px) and (max-width: 992px) {
  .mobile-display-none {
    display: none !important;
  }
}
.content_wrapper {
  position: relative;
  float: left;
  width: 100%;
}

.container-wrapper {
  width: 90%;
  margin: 0 auto;
}

#body-wrapper,
#dashboard-wrapper {
  margin: 15px;
  border-radius: 15px;
  border: 1px solid #D7D7D7;
  background-color: rgba(255, 255, 255, 0.75);
}

.initial {
  position: initial !important;
  top: initial !important;
  overflow: initial !important;
}

.md-select-menu-container .md-text {
  white-space: normal;
}

.md-label {
  max-width: 90%;
}

.portal {
  background-image: url("/images/origami.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.portal .portal-logo {
  margin: 0px auto;
  max-width: 90%;
}
.portal .portal-edges {
  border-radius: 15px;
  box-shadow: 0rem 0rem 0.625rem 0.125rem #E7E7E7;
}
.portal .portal-content {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}
.portal .portal-content .portal--content-container {
  width: 360px;
}
.portal .portal-content .portal--content-container .brand {
  height: 48px;
  margin-bottom: 30px;
  width: 48px;
}
.portal .portal-content .portal--content-container .text-white {
  color: #FFFFFF;
}
.portal .portal-content .portal--content-container h1 {
  margin: 0 0 5px;
}
.portal .portal-content .portal--content-form {
  background: #FFFFFF;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 30px;
}
.portal .portal-content .portal--content-form.slidable-form {
  position: relative;
  height: 300px;
}
.portal .portal-content .portal--content-form .portal-login {
  text-align: left;
}
.portal .portal-content .portal--content-form .portal-login .field-loginform-rememberme {
  flex-grow: 2;
  margin: 0;
}
.portal .portal-content .portal--content-form .portal-login .field-loginform-rememberme .checkbox {
  margin: 0;
}
.portal .portal-content .portal--content-form .portal-login .field-loginform-rememberme .checkbox .help-block {
  display: none;
}
.portal .portal-content .portal--content-form .portal-signup {
  text-align: left;
}
.portal .portal-content .portal--content-form .portal-signup .portal--signup-message {
  align-items: center;
  display: flex;
  justify-content: center;
}
.portal .portal-content .portal--content-form .portal-signup .portal--signup-message h6 {
  flex-basis: 70%;
}
.portal .portal-content .portal--content-form .portal-signup .portal--signup-message hr {
  flex-basis: 15%;
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-t--sm {
  margin-top: 15px;
}

.m-b--md {
  margin-bottom: 30px;
}

.bg--gr {
  background: #f0f0f0;
}

.flex, .tile-half {
  display: flex;
}
.flex.flex-center, .flex-center.tile-half {
  align-items: center;
  justify-content: center;
}

.help-message a {
  color: #FFFFFF;
}
.help-message a:hover {
  color: #FFFFFF;
}

@media (min-width: 360px) {
  .portal .portal-logo {
    max-width: 70%;
  }
}
@media (min-width: 768px) {
  .portal .portal-logo {
    max-width: 70%;
  }
}
@media (min-width: 992px) {
  .portal .portal-logo {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .portal .portal-logo {
    max-width: 90%;
  }
}
.layout-public {
  background: white;
}
.layout-public .header-public {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.layout-public .header-public img {
  margin: 0 auto;
  display: block;
  max-width: 230px;
}
.layout-public .content-public {
  background: white;
}
.layout-public .footer-public {
  background-color: white;
}

body .wrap .app {
  background: #FFFFFF;
}

.app-content .app-content--t {
  min-height: 200px;
  padding: 30px 15px 0;
}
.app-content .app-content--b {
  padding: 30px 15px;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .site-overview img {
    width: 100%;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  .site-overview img {
    width: 100%;
  }
}

.coach-coaches .name_table_title {
  width: 30%;
}
.coach-coaches .coach-search {
  padding-left: 0px;
}

.company-mission .row div {
  width: 100%;
}
.company-mission .row div h5 {
  padding: 10px;
}
.company-mission .row div p {
  padding: 5px;
}
.company-mission .row div:nth-child(even) {
  background-color: #FFFFFF;
  padding-left: 40px;
}
.company-mission .row div:nth-child(odd) {
  background-color: #E0E5EC;
  color: #6880a2;
}
.company-mission .mission-date {
  text-align: right;
}

.mission .sticky-header:not(.active) {
  padding: 0;
}

.vision .sticky-header:not(.active) {
  padding: 0;
}

.account-index hr {
  border-top-width: 2px;
}

#reminders #checkin_reminders, #reminders #performance_review_reminders, #reminders #feedback_reminders {
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 40px;
  background: rgba(65, 178, 219, 0.2);
}
#reminders #checkin_reminders .md-label, #reminders #performance_review_reminders .md-label, #reminders #feedback_reminders .md-label {
  width: 100%;
}
#reminders #checkin_reminders .md-label span, #reminders #performance_review_reminders .md-label span, #reminders #feedback_reminders .md-label span {
  display: block;
  max-width: 98%;
}
#reminders #performance_review_reminders {
  background: rgba(104, 196, 159, 0.2);
}
#reminders #performance_review_reminders > .flex-column > .flex-column > .color-brand-4 strong, #reminders #performance_review_reminders > .tile-half > .flex-column > .color-brand-4 strong, #reminders #performance_review_reminders > .flex-column > .tile-half > .color-brand-4 strong, #reminders #performance_review_reminders > .tile-half > .tile-half > .color-brand-4 strong {
  color: #00ADB0;
}
#reminders #feedback_reminders {
  background: rgba(255, 197, 2, 0.2);
}
#reminders #feedback_reminders > .flex-column > .flex-column > .color-brand-4 strong, #reminders #feedback_reminders > .tile-half > .flex-column > .color-brand-4 strong, #reminders #feedback_reminders > .flex-column > .tile-half > .color-brand-4 strong, #reminders #feedback_reminders > .tile-half > .tile-half > .color-brand-4 strong {
  color: #F8982C;
}
#reminders #feedback_reminders md-checkbox.md-checked .md-icon {
  background-color: #F8982C;
}
#reminders #checkin_reminders label strong {
  color: #127574;
}

.settings-list > li {
  margin-bottom: 0.625rem;
  padding-left: 0.625rem;
  box-sizing: border-box;
}
.settings-list > li > a {
  color: #5a5a5a;
}
.settings-list > li.active {
  border-left: 2px solid #127574;
}
.settings-list > li.active > a {
  color: #127574;
  text-decoration: none;
  font-weight: 500;
}

.quadrant-grid-settings {
  width: fit-content;
}

.quadrant-grid-settings input {
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 40px;
}

@media (min-width: 360px) and (max-width: 768px) {
  .quadrant-grid-settings input {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}
.give-feedback {
  margin-left: 80%;
}
@media (min-width: 360px) and (max-width: 768px) {
  .give-feedback {
    margin-left: 70%;
  }
}

#agenda-create md-select,
#agenda-create md-datepicker {
  vertical-align: bottom !important;
  margin: 0;
}

.agenda-datetime .datetime-group {
  margin: 0 0 15px;
}
.agenda-datetime .datetime-group > label {
  vertical-align: middle;
  display: inline-block;
  height: 26px;
  width: 50px;
}
.agenda-datetime .datetime-group > md-datepicker,
.agenda-datetime .datetime-group > input[type=date] {
  vertical-align: middle;
  display: inline-block;
  width: 180px;
}
.agenda-datetime .datetime-group .md-button.md-icon-button {
  padding: 0;
  margin: 0;
}
.agenda-datetime .datetime-group md-icon,
.agenda-datetime .datetime-group .md-datepicker-input-container {
  margin-left: 0;
}
.agenda-datetime .datetime-group > md-select,
.agenda-datetime .datetime-group > select {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
  height: 36px;
  width: 100px;
}

.site-login {
  margin-top: 5%;
}
.site-login .btn-blue {
  width: 100%;
}
.site-login a {
  color: #127574;
}

.site-404 .main-content {
  margin-top: 10%;
  margin-bottom: 15%;
}

.dashboard-box {
  height: 200px;
  text-align: center;
  justify-content: center;
  margin: 0 0 20px;
}
.dashboard-box .panel {
  height: 100%;
}
.dashboard-box a {
  margin: 0 auto;
  width: 90%;
}
.dashboard-box .btn {
  white-space: normal;
}

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  @page {
    margin: 0.8in;
  }
  .navBuilder,
  .user_dropdown,
  .sticky-header,
  .utility_bar,
  .help-button,
  .btn,
  .panel-tabs,
  .field-searchform-keyword,
  .glyphicon-search,
  .dashboard-box,
  a {
    display: none;
  }
  a.tool-tip-feedback {
    display: none;
    color: #CFD8DC !important;
  }
  a.tool-tip-feedback.active {
    display: block;
    color: #F8992C !important;
  }
  .color-disabled {
    color: #CFD8DC !important;
  }
  .color-orange {
    color: #F8992C !important;
  }
  .color-blue-lt {
    color: #00b0b4 !important;
  }
  .table-group,
  .table,
  table {
    width: 100%;
  }
  .table-group td,
  .table-group th,
  .table-group table,
  .table td,
  .table th,
  .table table,
  table td,
  table th,
  table table {
    border: solid 1px #CFD8DC;
    border-radius: 5px;
  }
  .table-group th,
  .table th,
  table th {
    color: #1E375F !important;
    background-color: #e8ecf2 !important;
  }
  .survey-table {
    width: 100%;
    border: 0;
  }
  .survey-table td,
  .survey-table th,
  .survey-table table {
    border: none;
  }
  .survey-table th {
    color: #000000 !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 0.3em 0 !important;
  }
  .survey-table tbody td {
    padding: 7px 0 !important;
  }
  .search {
    display: none !important;
  }
  .logo {
    content: url("../../../images/logo_print.png");
    width: 50%;
    height: 20%;
    margin-left: 30%;
  }
  .logo a {
    display: none;
  }
  .top-left {
    color: #f8992c !important;
  }
  .top-right {
    color: #54a33d !important;
  }
  .bottom-left {
    color: #e64349 !important;
  }
  .bottom-right {
    color: #1e375f !important;
  }
  .detail-block h5,
  .detail-title h5 {
    background-color: #e8ecf2 !important;
    margin-left: -20px;
    font-weight: 600;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  label,
  small {
    color: #1E375F !important;
  }
  .intro-title {
    margin-top: -70px;
  }
  .col-md-6,
  .col-md-3 {
    width: 50%;
  }
  .col-md-pull-6,
  .col-md-pull-7 {
    width: 44%;
    right: 50%;
  }
  .col-md-push-6 {
    width: 50%;
    left: 40%;
  }
  .col-md-push-5 {
    width: 44%;
    left: 44%;
  }
  .detail-block,
  .table-group {
    page-break-inside: avoid;
  }
  .performance-self-assessment .form-group {
    page-break-inside: avoid;
  }
  .performance-self-assessment small,
  .performance-self-assessment label {
    font-size: 12px;
    font-weight: 100;
  }
}
@media print {
  .main_header,
  .main_nav,
  .mce-container .mce-toolbar-grp {
    display: none;
  }
  .mce-panel {
    border: none !important;
  }
  .coach_selector_header {
    display: none;
  }
  input[type=text],
  input[type=password],
  input[type=email],
  textarea,
  select,
  .text-control {
    border: none !important;
  }
  input[type=file] {
    display: none !important;
  }
}
.print_group {
  margin-top: 40px;
  margin-bottom: 40px;
  page-break-after: always;
}

.print_item {
  page-break-inside: avoid;
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.print_item .col-md-3 {
  width: 25%;
}

.print_item > .row {
  padding-left: 15px;
  padding-right: 15px;
}

.print_page {
  zoom: 60%;
  margin: 0;
}

.print_item .mce-panel {
  width: 100% !important;
}

.print_item .tool-tip-feedback {
  display: block;
}

@media print {
  .print_item .tool-tip-feedback .feedback-icon {
    color: #CFD8DC !important;
  }
  .print_item .tool-tip-feedback.active .feedback-icon {
    color: #000 !important;
  }
}
.print_item h5:not(.no-head-style), .print_item h4:not(.no-head-style), .print_item h3:not(.no-head-style), .print_item label:not(.no-head-style) {
  background-color: #e8ecf2 !important;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
}

.print_item .row * {
  margin-bottom: 15px;
}

.print-hide {
  display: initial;
}
.print-show {
  display: none;
}

@media print {
  .print_group textarea {
    resize: none;
  }
  .print-hide {
    display: none !important;
  }
  .print-show {
    display: block;
    word-break: break-word;
  }
}
@media print {
  .overflow-hidden,
  .overflow-x-auto,
  .pipeline-head,
  .overflow-x-hidden,
  .overflow-y-auto,
  .overflow-auto,
  .overflow-y-hidden,
  .overflow-md-auto,
  .overflow-md-hidden,
  .overflow-xl-auto,
  .overflow-xl-hidden {
    overflow: visible;
  }
  #sidebar {
    display: none !important;
  }
  .tab-body {
    padding: 0;
  }
  #accordion-interior .panel {
    flex: 1 !important;
    min-height: auto;
  }
  #accordion-interior .collapse {
    display: flex !important;
  }
  .print-block {
    display: block !important;
  }
  .page-break-always {
    page-break-after: always;
  }
  .page-break-auto {
    page-break-after: auto;
  }
  .page-break-avoid {
    page-break-after: avoid;
  }
}
.survey-send h3 {
  font-family: Roboto, "Helvetica Neue", sans-serif !important;
}
.survey-send .controls {
  width: 40px;
  float: left;
  margin: 10px;
}
.survey-send .controls a {
  background-color: #0b6a77;
  border-radius: 4px;
  border: 2px solid #0b6a77;
  color: #FFFFFF;
  padding: 2px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  margin: 5px;
  width: 30px;
}

.checkboxgroup {
  display: inline-block;
  text-align: center;
}

.checkboxgroup label {
  display: block;
}

#cascading_goal_hierarchy_view h5 {
  margin: 0 !important;
}

#cascading_goal_hierarchy_view .table {
  margin-bottom: 0 !important;
}

#cascading_goal_hierarchy_view .panel {
  margin-bottom: 0 !important;
}

#cascading_goal_hierarchy_view .panel-body {
  padding: 0px;
}

#cascading_goal_hierarchy_view .level1 {
  padding-left: 3.125rem !important;
}

#cascading_goal_hierarchy_view .level2 {
  padding-left: 5rem !important;
}

#cascading_goal_hierarchy_view .level3 {
  padding-left: 7.5rem !important;
}

#accordionCompanies tr.not-aligned td {
  background-color: #f0f0f0;
  color: #5f5f5f;
}

#accordionCompanies .panel-header h5[data-toggle=""] tr td:first-child:before {
  content: "";
  width: 26px;
  height: 24px;
  display: inline-block;
  padding: 5px;
}

#accordionCompanies .panel-header h5[data-toggle=collapse][aria-expanded=true] tr td:first-child:before {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  padding: 5px;
}

#accordionCompanies .panel-header h5[data-toggle=collapse][aria-expanded=false] tr td:first-child:before {
  font-family: "Glyphicons Halflings";
  content: "\e080";
  padding: 5px;
}

.individual-grid .user-name {
  height: 50px;
  overflow: hidden;
}

/* move to SCSS */
.popover {
  max-width: 350px !important;
}

.popover-content {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.pull-carousel-top {
  margin-top: -50px;
}

.date_filter_wrapper {
  z-index: 999;
}

#current-reviews a.btn-info {
  cursor: default !important;
  pointer-events: none;
}

.feedback_report_wb_response tbody tr:first-child td.no-response, .feedback_report_po_response tbody tr:first-child td.no-response, .feedback_report_question tbody tr:first-child td.no-response {
  border-bottom: 3px solid;
}
.feedback_report_wb_response tbody tr:first-child *, .feedback_report_po_response tbody tr:first-child *, .feedback_report_question tbody tr:first-child * {
  color: #6880a2;
  font-size: 1rem;
  font-family: "Raleway", Helvetica, sans-serif;
  font-style: italic;
}
.feedback_report_wb_response tbody tr:first-child p, .feedback_report_po_response tbody tr:first-child p, .feedback_report_question tbody tr:first-child p {
  margin-bottom: 0;
}
.feedback_report_wb_response tbody tr .self-response, .feedback_report_po_response tbody tr .self-response, .feedback_report_question tbody tr .self-response {
  font-size: 1.5rem;
  font-weight: bold;
}

.location_selector .btn.dropdown,
.department_selector .btn.dropdown,
.position_selector .btn.dropdown {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.location_selector .dropdown-menu,
.department_selector .dropdown-menu,
.position_selector .dropdown-menu {
  width: auto;
  left: 0;
  margin-left: 0;
}

.tox-tinymce-aux {
  z-index: 9999999 !important;
}

.learn-employees-section .col-md-3.learn-filter {
  width: 20%;
}

.checkin_collapse {
  display: block;
  white-space: normal;
  overflow: hidden;
}

.checkin_collapse div {
  display: block;
  white-space: normal;
  overflow: hidden;
}

.checkin_collapse .collapse {
  display: block;
  white-space: normal;
}

.checkin_collapse_td a.collapsed:after {
  content: "[Show Less]";
}

.checkin_collapse_td a:not(.collapsed):after {
  content: "[Show More]";
}

.tile-sentiment {
  max-width: 19%;
  min-width: 200px;
  min-height: 150px;
  cursor: pointer;
  box-shadow: 0rem 0rem 0.375rem 0.125rem #CCC;
  border: 3px solid #FFFFFF;
}

.tile-sentiment {
  margin-right: 20px;
}

.tile-sentiment.inactive {
  cursor: default;
}

.tile-sentiment:not(.tile-sentiment-selected):not(.inactive):hover {
  background-color: #f4f4f4;
}

.tile-sentiment-selected {
  border: 3px solid #0b6a77;
}

md-slider .md-sign .md-thumb-text {
  font-size: 14px !important;
  cursor: default;
}

.tab-body .idp-builder .idp-table td div {
  flex-shrink: inherit !important;
}

.feedback-action-button {
  width: 125px;
}

.manager-feedback-status {
  width: 6rem;
}

.date-points-container {
  background: #CFD8DC 0% 0% no-repeat padding-box;
  min-height: 120px;
  margin-bottom: 0px;
  border: 1px solid #EEEEEF;
  border-radius: 15px;
  width: 100%;
  max-width: 1270px;
  flex-shrink: 1 !important;
}
.date-points-container .date-points {
  width: 70%;
}
.date-points-container .date-points li > div {
  font-size: 1rem;
  color: #5a5a5a;
  height: 35px;
  text-align: center;
}
.date-points-container .date-points > li:nth-child(1) {
  flex-direction: column;
  width: 45%;
}
.date-points-container .date-points > li:nth-child(1) span {
  justify-content: center;
  font-size: 1rem;
  height: 50px;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  background: #FFFFFF;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1019607843), 0px -1px 3px rgba(0, 0, 0, 0.1019607843);
}
.date-points-container .date-points > li:nth-child(1) span::before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.7rem solid transparent;
  border-bottom: 1.7rem solid transparent;
  border-left: 2.4rem solid #FFFFFF;
  position: absolute;
  top: 50%;
  margin-top: -1.75rem;
  left: 100%;
  z-index: 1;
}
.date-points-container .date-points > li:nth-child(2) {
  flex-direction: column;
  position: relative;
  width: 55%;
}
.date-points-container .date-points > li:nth-child(2) span {
  justify-content: center;
  height: 50px;
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  background: #0b6a77 0% 0% no-repeat padding-box;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.1019607843), 2px 0px 3px rgba(0, 0, 0, 0.1019607843);
}
.date-points-container .total-days {
  margin-bottom: 10px;
}
.date-points-container .total-days :nth-child(1) {
  font-size: 1rem;
  color: #5a5a5a;
  height: 35px;
  text-align: center;
}
.date-points-container .total-days :nth-child(2) {
  border-radius: 30px;
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  background: #0b6a77 0% 0% no-repeat padding-box;
  align-content: center;
  justify-content: center;
}
.date-points-container .total-days :nth-child(2) span {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 13px;
}

@media (max-width: 1524px) {
  .date-points-container .date-points > li:nth-child(1) span {
    justify-content: center;
  }
  .date-points-container .date-points > li:nth-child(2) span {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .date-points-container {
    height: 250px;
    padding-top: 15px;
  }
  .date-points-container .date-points {
    width: 90%;
    margin-bottom: 25px;
    padding-inline-start: 0px;
  }
  .date-points-container .date-points > li:nth-child(1) span {
    justify-content: center;
  }
  .date-points-container .date-points > li:nth-child(2) span {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .date-points-container {
    max-width: auto;
  }
}
.activity-container {
  height: 100%;
  overflow: auto;
  background: #FAFAFA 0% 0% no-repeat padding-box;
}
.activity-container .activity-card {
  width: auto;
  min-height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3019607843);
  border-radius: 15px;
  color: #5a5a5a;
  font: normal normal medium 18px/21px Roboto;
}
.activity-container ul {
  padding-inline-start: 25px;
}

.employee-container {
  max-width: 1270px;
  margin-top: 40px;
}
.employee-container > div {
  width: 32%;
  min-width: 280px;
  margin-right: 2%;
}
.employee-container > div .employee-card {
  height: 115px;
  min-height: auto;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEEF;
  border-radius: 15px;
}
.employee-container > div .employee-card .user-image {
  height: 4.0625rem;
  overflow: hidden;
  position: relative;
  width: 4.0625rem;
  bottom: unset;
  left: unset;
  margin-left: 30px;
}
.employee-container > div .employee-card .user-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 175%;
  max-width: 175%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.employee-container > div .employee-card ::first-child {
  border: 5px solid #EEEEEF;
}
.employee-container .employee-card {
  height: 115px;
  min-height: auto;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEEF;
  border-radius: 15px;
}
.employee-container .employee-card .user-image {
  height: 4.0625rem;
  overflow: hidden;
  position: relative;
  width: 4.0625rem;
  bottom: unset;
  left: unset;
  margin-left: 30px;
}
.employee-container .employee-card .user-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 175%;
  max-width: 175%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.employee-container .employee-card ::first-child {
  border: 5px solid #EEEEEF;
}
@media only screen and (max-width: 1456px) {
  .employee-container > div {
    width: 48%;
    margin-right: 0px;
  }
  .employee-container > div:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

.list-container {
  flex-wrap: wrap;
  max-width: 1270px;
}
.list-container .contributor-card {
  height: 80px;
  width: 32%;
  min-width: 280px;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEEF;
  border-radius: 15px;
}
.list-container .contributor-card .user-image {
  height: 4.0625rem;
  overflow: hidden;
  position: relative;
  width: 4.0625rem;
  bottom: unset;
  left: unset;
  margin-left: 30px;
}
.list-container .contributor-card .user-image img {
  bottom: 0;
  left: 50%;
  height: auto;
  max-height: 175%;
  max-width: 175%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.list-container .detail-card {
  height: 140px;
  width: 32%;
  background: #FAFAFA 0% 0% no-repeat padding-box;
  border: 1px solid #EEEEEF;
  border-radius: 15px;
  min-width: 240px;
  max-width: 410px;
}
.list-container .detail-card .icon {
  margin-left: 25px;
}
.list-container .detail-card .icon .material-icons {
  font-size: 40px;
}
@media only screen and (min-width: 1456px) {
  .list-container .contributor-card:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1455px) {
  .list-container .contributor-card:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .list-container .contributor-card {
    width: 48%;
  }
}
@media only screen and (min-width: 1660px) {
  .list-container .decrease-resolution .contributor-card:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 1320px) {
  .list-container .detail-card:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 1659px) {
  .list-container .detail-card:nth-child(2n) {
    margin-right: 0;
  }
  .list-container .detail-card:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .list-container .detail-card {
    width: 48%;
  }
}
@media only screen and (max-width: 1319px) {
  .list-container .detail-card:nth-child(2n) {
    margin-right: 0;
  }
  .list-container .detail-card:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .list-container .detail-card {
    width: 48%;
  }
}

.department-container {
  background: #FAFAFA 0% 0% no-repeat padding-box;
  height: 149px;
  margin-bottom: 60px;
  border: 1px solid #EEEEEF;
  border-radius: 5px;
  margin-left: 15px;
}

@media (max-width: 992px) {
  .department-container {
    height: 210px;
    padding-top: 10px;
  }
}
.progress {
  padding: 3px;
  height: 20px;
}
.progress .progress-bar {
  background-color: #3BAE1C;
  border-radius: inherit;
}

.input-group-html5 .input-group-addon + .form-control {
  border: none !important;
  font-size: 16px;
  background: #E6E6E7 0% 0% no-repeat padding-box;
}

.has-success .input-group-addon {
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

.field-cascadinggoal-completion .input-group {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.field-cascadinggoal-completion .input-group .input-group-addon {
  border: none !important;
  font-size: 16px;
  color: #707071;
  border-right: none !important;
}
.field-cascadinggoal-completion .input-group .input-group-addon .form-control {
  background: #E6E6E7 0% 0% no-repeat padding-box;
  border: none !important;
}

.text-wrap {
  width: 20ch;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: break-spaces;
}

.tab-body > div:nth-child(2) {
  height: fit-content;
}

.form-control:focus, input:focus {
  border: 1px solid #0b6a77;
  box-shadow: none;
  color: #0b6a77;
  outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}

.employee-information {
  width: auto;
  min-height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3019607843);
  border-radius: 15px;
  color: #707070;
  font: normal normal medium 18px/21px Roboto;
  /*    overflow: hidden;*/
  height: fit-content;
}
@media only screen and (min-width: 992px) and (max-width: 1350px) {
  .employee-information .avatar-block {
    flex-direction: column !important;
  }
}
.employee-information .role-single {
  margin-top: 20px;
  height: 40px;
  width: fit-content;
  background-color: #00adb0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3019607843);
  color: white;
}
.employee-information .avatar-block {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  flex-direction: row;
  background-position: center;
  min-height: 160px;
  background: right;
  flex-wrap: wrap;
  justify-content: center;
}
.employee-information .avatar-block .avatar {
  background-image: url("/images/empty_avatar.png");
  background-position: center;
  width: 160px;
  height: 160px;
  border-radius: 159px;
  justify-content: end;
  align-items: end;
  background-size: 160px;
}
.employee-information .avatar-block .avatar.single {
  position: absolute;
}
.employee-information b {
  color: #333;
}
.employee-information .form-control {
  /*        height: 2.5rem;*/
}
.employee-information ::placeholder {
  color: #B7BABE !important;
}
.employee-information ::-webkit-input-placeholder, .employee-information ::-moz-placeholder, .employee-information ::-ms-input-placeholder, .employee-information ::-moz-placeholder { /* Chrome/Opera/Safari */
  color: #B7BABE !important;
}
.employee-information .main-fields {
  word-break: break-word;
}
.employee-information .main-fields .form-group, .employee-information .main-fields md-select, .employee-information .main-fields .dropdown {
  width: 60%;
}
.employee-information .has-success .form-control {
  border-color: #CFD8DC !important;
}
.employee-information select, .employee-information .has-success .form-control:focus {
  border-color: #CFD8DC !important;
  /*        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 6px #0b6a77;*/
}
.employee-information .help-block {
  color: red;
}

.work-information {
  width: auto;
  min-height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3019607843);
  border-radius: 15px;
  color: #707070;
  font: normal normal medium 18px/21px Roboto;
}
.work-information .form-group, .work-information md-select, .work-information .dropdown {
  width: 60%;
}
.work-information .dropdown.btn {
  width: 100%;
}
.work-information .work-field {
  flex-direction: row;
}
.work-information ul {
  padding-inline-start: 15px;
}

.decrease-resolution .work-information strong {
  width: min-content;
}

@media (max-width: 1500px) {
  /*    .decrease-resolution .work-information div:first-of-type {
         flex-direction: column !important;
      }*/
}
.personnel-records {
  width: auto;
  min-height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3019607843);
  border-radius: 15px;
  color: #707070;
  font: normal normal medium 18px/21px Roboto;
  overflow-y: auto;
  overflow-x: hidden;
}
.personnel-records h4, .personnel-records h5 {
  color: #105a70;
}
.personnel-records .divider {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #CFD8DC;
  margin-bottom: 20px;
}
.personnel-records .upload {
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  min-height: 150px;
  width: 50%;
  border: 3px dashed #CFD8DC;
  border-width: 0.15rem;
}
.personnel-records .upload.dragover {
  border: 3px dashed #0b6a77;
}
.personnel-records .attachment {
  cursor: pointer;
  word-break: break-word;
  flex-shrink: 50 !important;
  text-decoration: none;
  align-items: center;
}
.personnel-records .attachment i {
  color: #00adb0;
}
.personnel-records .delete {
  cursor: pointer;
  align-items: center;
}
.personnel-records .delete i {
  color: #f54f52;
}
.personnel-records .uploaded {
  /*        justify-content: center;*/
  width: 48%;
}
.personnel-records .uploaded .form-control {
  height: 2.5rem;
}
.personnel-records .uploaded ::placeholder {
  color: #B7BABE !important;
}
.personnel-records .uploaded ::-webkit-input-placeholder, .personnel-records .uploaded ::-moz-placeholder, .personnel-records .uploaded ::-ms-input-placeholder, .personnel-records .uploaded ::-moz-placeholder { /* Chrome/Opera/Safari */
  color: #B7BABE !important;
}
.personnel-records .uploaded .form-group {
  width: 60%;
}
.personnel-records .uploaded .has-success .form-control {
  border-color: #e3e9eb;
}
.personnel-records .uploaded .has-success .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 6px #0b6a77;
}
.personnel-records .attachments-list {
  justify-content: flex-start;
}
.personnel-records .attachments-list .item {
  flex-shrink: 50 !important;
}

.employee-information md-select .md-select-placeholder, .work-information md-select .md-select-placeholder {
  color: #B7BABE !important;
  font-size: 14px;
}
.employee-information .dropdown.btn, .work-information .dropdown.btn {
  width: 100%;
  font-size: 14px;
  padding-left: 11px;
  align-items: center;
}
.employee-information .dropdown span:nth-child(2), .work-information .dropdown span:nth-child(2) {
  color: #B7BABE !important;
}

.avatar-button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 10px 3px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3019607843);
}
.avatar-button i {
  color: white;
}
.avatar-button.upload {
  color: #0b6a77;
  background: #0b6a77;
}
.avatar-button.delete {
  color: #ED5959;
  background: #ED5959;
}

button.dropdown .caret {
  color: rgba(0, 0, 0, 0.54);
  border-top: 0.3rem dashed;
  border-right: 0.3rem solid transparent;
  border-left: 0.3rem solid transparent;
}

.loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #39ae1d; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.field-group-name .help-block {
  color: red;
}

.group-error {
  color: red;
}

.group-information {
  width: auto;
  min-height: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 30px;
  color: #707070;
  font: normal normal medium 18px/21px Roboto;
}
.group-information .form-group, .group-information md-select, .group-information .dropdown {
  width: 60%;
}
.group-information .dropdown.btn {
  width: 100%;
}
.group-information .work-field {
  flex-direction: row;
}
.group-information ul {
  padding-inline-start: 15px;
}

/*# sourceMappingURL=pc-frontend.css.map */
