/*------------------------------------*\
BRAND STUFF
\*------------------------------------*/
.c-header__button-cntr .c-header__button {
  background-color: #F0F3F6 !important;
  border-color: #F0F3F6 !important;
  color: #333339 !important;
}

.c-login-background-top {
  height: 100vh !important;
  background: url("https://recruit.vitality.co.uk/images/vitality-login-bg.png") !important;
  background-size: cover !important;
}

.c-login-background-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.custom-shape-divider-bottom-1687345007 {
  display: none !important;
}

/*------------------------------------*\
MIXINS
\*------------------------------------*/
/**
 *  Breakpoints add breakpoint quick and easy
 *  Must be turned on with the $use-media variable
 */
/*------------------------------------*\
GLOBAL CLIENT AREA
\*------------------------------------*/
/**
 *  These area global styles
 */
html {
  font-family: "Roboto", Arial, Sans-Serif;
  font-size: 13px;
  line-height: 1.5;
}

body {
  color: #333;
  background-color: #F4F8FB;
}

a {
  color: #2078c8;
}
/*------------------------------------*\
HEADINGS
\*------------------------------------*/
/**
 *  Heading styles
 *  If you need to style a random element like a heading then use the .hN class 
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Roboto", Arial, Sans-Serif;
  font-weight: 700;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a {
  color: #2078c8;
  text-decoration: underline;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 16px;
}

h3, .h3 {
  font-size: 14px;
}

h4, .h4 {
  font-size: 13px;
}

/**
 *  Vertical Spacing
 *  This is used for maintaining consistent vertical rhythm though website 
 */
h1, h2, h3, h4, h5, h6, hgroup,
.h1, .h2, .h3, .h4, .h5, .h6,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 18px;
}

/*------------------------------------*\
CLEARFIX
\*------------------------------------*/
/**
 *  clearfix classes used for fixing collapsed divs
 *  use sass @extend to clear divs rather than filling markup with clearfix classes	
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.not-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.not-list--inline > li {
  display: inline-block;
}

/*
--------------------------------------------
    EMPLOYEE AREA LOGIN
--------------------------------------------

*/
.custom-shape-divider-bottom-1687345007 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1687345007 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  max-height: 126px;
}

.custom-shape-divider-bottom-1687345007 .shape-fill {
  fill: #FFFFFF;
}

.login__logo--img {
  max-height: 51px;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .login__logo--img {
    max-height: 38px;
  }
}

.c-login-background-top {
  height: 95vh;
  background-image: linear-gradient(0.33turn, #1a3f62, #21517c, #3e88cc, #286296);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.c-login-container {
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  width: calc(304px + 90px);
  /*width of CAPTCHA (304px) + Padding (36px)*/
  margin: 8em auto 2em;
  box-shadow: 1px 1px 14px rgba(51, 51, 51, 0.45);
  position: relative;
  z-index: 10;
}
.c-login-container.animate {
  animation-delay: 0.5s;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: loginanimate;
}
@media screen and (max-width: 768px) {
  .c-login-container {
    margin: 2em auto;
    width: calc(234px + 90px);
  }
  .c-login-container .recaptchaControl {
    transform: scale(0.77);
    transform-origin: 0 0;
  }
}

.c-login__logo {
  text-align: center;
  padding: 36px 36px 0;
}

.c-login__logolink {
  display: inline-block;
  margin: 0;
}

.c-login__logo--img {
  max-width: 100%;
  max-height: 60px;
}

.c-login__content {
  padding: 36px 45px;
}
.c-login__content .row {
  margin-bottom: 9px;
}

@keyframes loginanimate {
  0% {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.c-login-utility-links {
  text-align: center;
  padding: 18px 36px;
  border-top: 1px solid #e8ecef;
  background: #F4F8FB;
}

/*
FORGOTTEN PASSWORD STUFF
*/
.fp-content .row {
  margin-bottom: 18px;
  padding-left: 0;
  padding-right: 0;
}
.fp-content .label, .fp-content .content {
  width: 100%;
  text-align: left;
  max-width: 100%;
}
.fp-content .label {
  margin-bottom: 4.5px;
}
.fp-content .its-button {
  width: 100%;
  margin: 0 auto 18px auto;
  display: block;
}
.fp-content .box__utility {
  text-align: center;
}

.c-search {
  width: 100%;
  margin-right: 36px;
}
@media screen and (max-width: 1280px) {
  .c-search {
    margin-right: 0;
  }
}

.c-search__body {
  display: flex;
  max-width: 900px;
  align-items: flex-end;
}

.c-search__field-container {
  flex: 1;
  margin-right: 9px;
}

.c-search__field {
  position: relative;
}
.c-search__field input[type=text], .c-search__field select {
  background-color: #fff;
  padding: 0.75rem;
  text-overflow: ellipsis;
}
.c-search__field input[type=text].c-search__location-input, .c-search__field select.c-search__location-input {
  padding-right: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-search__field input[type=text].c-search__distance-input, .c-search__field select.c-search__distance-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: transparent;
}
.c-search__field input[type=text].c-search__distance-input:hover, .c-search__field select.c-search__distance-input:hover {
  border-left-color: #63758c;
}

.input-clear {
  position: relative;
}
.input-clear input[type=text]:placeholder-shown + .c-search__field-icon {
  display: none;
}
.input-clear .c-search__field-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  line-height: 1;
  padding: 5px;
}

.c-refine__module-content--location input[type=text] + .c-search__field-icon {
  background-color: #F4F8FB;
}
.c-refine__module-content--location input[type=text]:focus + .c-search__field-icon {
  background-color: #fff;
}

.c-search__field-icon {
  z-index: 5;
}

.c-search__field-icon-location {
  z-index: 1;
}

.c-search__distance {
  width: 120px;
}

.filterblocker {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}

.c-refine {
  visibility: hidden;
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 101;
  transform: translateX(100vw);
  background: #fff;
  transition: transform ease-in 0.3s;
  box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.c-refine.is-visible {
  visibility: visible;
  transform: translateX(calc(100vw - 300px));
  transition: transform ease-in 0.3s;
}

.c-refine__inner {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  /*this is needed for ios safari*/
}

.c-refine__header {
  padding: 18px;
}

.c-refine__body {
  flex: 1;
  padding: 18px;
  overflow-y: auto;
}

.c-refine__footer {
  padding: 18px;
}

.c-refine__module {
  display: block;
  margin-bottom: 9px;
}
.c-refine__module.is-minified .c-refine__module-icon {
  color: #63758c;
  transform: rotate(-180deg);
}
.c-refine__module.is-minified .c-refine__module-content {
  display: none;
}

.c-refine__module-legend {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
}

.c-refine__module-button {
  display: flex;
  background: #fff;
  color: #333;
  margin-bottom: 1px;
  width: 100%;
  border: none;
  border-bottom: solid 1px #e8ecef;
  text-align: left;
  padding: 9px 0;
  font-weight: 500;
  align-items: center;
}

.c-refine__module-name {
  flex: 1;
  padding-right: 9px;
}

.c-refine__module-icon {
  font-size: 20px;
  color: #333;
}

.c-refine__module-content {
  padding: 18px 0;
}

.c-refine__module-content--location {
  position: relative;
}
.c-refine__module-content--location .geolocation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
}

.c-applied-filter {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.c-applied-filter__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .c-applied-filter__list {
    flex-wrap: nowrap;
  }
}

.c-applied-filter__item {
  display: flex;
  margin-right: 2px;
  margin-bottom: 2px;
}

.c-applied-filter__clear {
  padding: 6px 0px 6px 12px;
}

.c-bonus {
  border-radius: 50px;
  border: 0;
  padding: 3.6px 9px;
  color: #F41C5E;
  background: #fff;
  border: 1px solid #cad3da;
  font-weight: 700;
}
.c-bonus .icon {
  color: #F41C5E;
}

.c-bonus__status.is-default {
  color: #cad3da;
}
.c-bonus__status.is-pending {
  color: #fc0;
}
.c-bonus__status.is-paid {
  color: #068852;
}
.c-bonus__status.is-declined {
  color: #E02500;
}

.c-stat-card-cntr {
  display: flex;
  column-gap: 18px;
  overflow: auto;
  padding-bottom: 1px;
}

.c-stat-card {
  background: #fff;
  border: solid 1px #e8ecef;
  border-radius: 4px;
  flex: 0 0 200px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  flex-basis: 150px;
}

.c-stat-card__number {
  color: #F41C5E;
  padding: 9px 18px 4.5px;
  font-size: 16px;
}

.c-stat-card__label {
  word-break: break-word;
  padding: 9px 18px;
  border-top: 1px solid #e8ecef;
}

@media screen and (max-width: 1280px) {
  .c-header.is-menu-open .c-header__sidebar {
    transform: translateX(0);
  }
  .c-header.is-menu-open .c-header__sidebar-header {
    display: flex;
  }
}

.c-header__logo-cntr {
  display: flex;
  align-items: center;
  padding: 18px;
  border-bottom: 1px solid #e8ecef;
}
.c-header__logo-cntr.is-scrolled {
  box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1280px) {
  .c-header__logo-cntr {
    padding: 0;
    border: 0;
  }
  .c-header__logo-cntr.is-scrolled {
    box-shadow: none;
  }
}

.c-header__logo-img {
  display: block;
  max-width: 100%;
  max-height: 60px;
}
@media screen and (max-width: 1280px) {
  .c-header__logo-img {
    max-height: 34px;
  }
}

.c-header__menu-btn {
  display: none;
}
@media screen and (max-width: 1280px) {
  .c-header__menu-btn {
    display: block;
  }
}

.c-header__points-icon {
  color: #fc0;
}

.c-header__text {
  color: #333;
}

.c-header__alt-text {
  color: #63758c;
}

.c-header .its-c-progress__text {
  color: #333;
}
.c-header .its-c-progress__text__label {
  color: #63758c;
  font-weight: 500;
}
.c-header .its-c-progress__bar {
  background: #e8ecef;
}

/*
    SPLIT
*/
.c-header__sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .c-header__sidebar {
    transform: translateX(-360px);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 300px;
    transition: transform ease-in 0.3s;
  }
}

@media screen and (max-width: 1280px) {
  #recite-wrapper .c-header__sidebar {
    bottom: 60px;
  }
}

.c-header__sidebar-header {
  display: none;
  padding: 9px 18px;
  align-items: center;
  border-bottom: 1px solid #e8ecef;
}
.c-header__sidebar-header.is-scrolled {
  box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.15);
}

.c-header__sidebar-content {
  position: relative;
  padding: 0 18px 18px;
  flex-grow: 1;
  overflow-y: auto;
}
@media screen and (max-width: 1280px) {
  .c-header__sidebar-content {
    padding-top: 0;
  }
}

.c-header__nav {
  border-top: 1px solid #e8ecef;
}

.c-nav {
  margin-top: 18px;
}

.c-nav__item {
  display: flex;
  align-items: center;
  margin-top: 9px;
}
.c-nav__item:first-child {
  margin-top: 0;
}

.c-nav__link {
  width: 100%;
  border-radius: 0px 4px 4px 0;
  padding: 9px;
  color: #333;
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-left: 3px solid transparent;
}
.c-nav__link:hover, .c-nav__link.is-active {
  background-color: #F4F8FB;
  border-left-color: #F41C5E;
}
.c-nav__link:hover .c-nav__icon, .c-nav__link.is-active .c-nav__icon {
  color: #F41C5E;
}
.c-nav__link.is-active {
  font-weight: 700;
  color: #e90b4f;
}
.c-nav__link.is-active .c-nav__icon {
  color: #F41C5E;
}

.c-nav__icon {
  color: #63758c;
}

.c-nav__text {
  word-break: break-word;
}

.c-nav__counter {
  background: #F41C5E;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  padding: 0 4.5px;
  border-radius: 4px;
  text-decoration: none;
}

/*------------------------------------*\
MAPS
\*------------------------------------*/
/**
 *  tablist 
 *  This is used to swap between map and list view for vacancies  
 */
/**
 *  MAP CALLOUTS
 *  !important is used on fonts to overwrite google defaults
 */
.its-c-mapContainer {
  overflow: hidden;
}

.its-c-mapInfoWindow {
  left: -360px;
}
@media screen and (max-width: 1280px) {
  .its-c-mapInfoWindow {
    left: -330px;
  }
}

.its-c-mapInfoWindow {
  max-width: 360px;
  width: 100%;
  overflow: auto;
  z-index: 10;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .its-c-mapInfoWindow {
    max-width: 330px;
  }
}

.c-searchbar {
  display: flex;
  margin-bottom: 18px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .c-searchbar {
    flex-direction: column;
    align-items: normal;
  }
}

.c-searhbar__group {
  display: flex;
  justify-content: flex-end;
}

.c-searchbar__group--grow {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .c-searchbar__group--hidden {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 520px) {
  .c-searchbar__group--hidden {
    display: none;
  }
}

.c-searchbar__items {
  display: flex;
  margin-left: 36px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-searchbar__items {
    width: 100%;
    margin-left: 0;
  }
}

.c-searchbar__item {
  margin-right: 9px;
}
.c-searchbar__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 540px) {
  .c-searchbar__item--grow {
    flex: 1;
  }
}

@media screen and (max-width: 540px) {
  .c-searchbar__button {
    width: 100%;
    text-align: center;
  }
}

.c-sort {
  position: relative;
}
.c-sort:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.c-sort__inner {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1280px) {
  .c-sort__value {
    display: none;
  }
}

.c-sort__select {
  width: 100%;
  margin-right: 0;
  overflow: hidden;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  cursor: pointer;
}

.c-splash {
  width: 220px;
  margin: 0 auto 36px;
  background: #fff;
  border-radius: 4px;
  border: 3px solid #e8ecef;
  position: relative;
}
.c-splash--referral, .c-splash--bonus, .c-splash--vacancy {
  padding: 18px 18px 27px;
}

.c-splash__content {
  padding: 18px 18px 27px;
}

.c-splash__seperator {
  border-bottom: 3px solid #e8ecef;
}

.c-splash__row {
  column-gap: 18px;
}

.c-splash__block {
  display: block;
  width: 18px;
  height: 18px;
  background: #e8ecef;
  border-radius: 4px;
}
.c-splash__block.is-white {
  background: #fff;
}

.c-splash__icon {
  color: #F41C5E;
}

.c-splash__search {
  position: absolute;
  bottom: -18px;
  right: -18px;
  padding: 4.5px;
  background: #e8ecef;
  border-radius: 50%;
  border: 3px solid #e8ecef;
}

.c-filterbar {
  display: flex;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .c-filterbar .its-c-quickfilter-group {
    flex-direction: column;
    align-items: stretch;
  }
}
.c-filterbar .its-c-quickfilter__text-search input {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .c-filterbar .its-c-quickfilter__text-search input {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-filterbar {
    flex-direction: column;
    row-gap: 18px;
  }
}

.c-filterbar-1 {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .c-filterbar-1 {
    flex: 0;
  }
}
@media screen and (max-width: 520px) {
  .c-filterbar-1 {
    flex: 1;
  }
}

.c-filterbar__filters {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-filterbar__filters {
    display: none;
    order: 2;
  }
}
.c-filterbar__filters.is-on {
  display: block;
}

.c-filterbar__buttons {
  display: flex;
  column-gap: 18px;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .c-filterbar__buttons {
    column-gap: 9px;
  }
}
@media screen and (max-width: 520px) {
  .c-filterbar__buttons {
    column-gap: 18px;
  }
}
.c-filterbar__buttons .c-filterbar__mobilebtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-filterbar__buttons .c-filterbar__mobilebtn {
    display: block;
  }
}

.l-page-cntr {
  height: 100%;
}
.l-page-cntr body {
  height: 100%;
  overflow: hidden;
}
.l-page-cntr body > form {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  height: 100%;
}
.l-page-cntr #recite-wrapper {
  height: calc(100% - 60px);
  display: flex;
  overflow: hidden;
}
.l-page-cntr #recite-wrapper > form {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
}

.l-page {
  display: flex;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .l-page {
    flex-direction: column;
  }
}

.l-page__header {
  display: flex;
  flex-direction: column;
  flex: 0 0 300px;
  background: #fff;
  border: 1px solid #e8ecef;
  border-width: 0 1px 0 0;
}
@media screen and (max-width: 1280px) {
  .l-page__header {
    width: 100%;
    border-width: 0 0 1px 0;
    flex-basis: auto;
    flex-direction: row;
    align-items: center;
    padding: 9px 18px;
  }
}
@media screen and (max-width: 1280px) {
  .l-page__header.is-scrolled:not(.is-menu-open) {
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.15);
    z-index: 1;
  }
}

.l-page__content {
  padding: 18px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
}

.l-page__clickblocker {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
}
.l-page__clickblocker.is-visible {
  display: block;
}

.l-page__skip-link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.l-page__skip-link:active, .l-page__skip-link:focus {
  z-index: 100;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  white-space: normal;
  width: auto;
}

.l-vac {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.l-vac__topbar {
  background: #fff;
  padding: 18px;
  border-bottom: solid 1px #e8ecef;
}

.l-vac__body {
  flex: 1;
  background: #F4F8FB;
  padding: 18px;
  overflow-y: auto;
}

.l-vac-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.l-vac-list__body {
  flex: 1;
}

.l-vac-list__map {
  height: 100%;
}

.o-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 18px;
  row-gap: 18px;
}
@media screen and (max-width: 1600px) {
  .o-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .o-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .o-card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**
 *  Asp.net pager uses bullshit inline styles that you cant seem to get rid of
 *  These are being overwritten with !important
 */
.paginator {
  display: flex;
  align-items: center;
  column-gap: 18px;
  justify-content: right;
  margin: 18px 0;
}
.paginator .paginator {
  display: block;
  order: 2;
  float: none !important;
  width: auto !important;
  padding: 0;
  margin: 0;
}
.paginator a {
  display: inline-block;
  text-align: center;
  padding: 4.5px;
  min-width: 28px;
  height: 28px;
  background-color: #e8ecef;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  line-height: 15px;
}
.paginator a:hover {
  background-color: #cad3da;
  text-decoration: none;
}
.paginator a:not([href]) {
  background: #f1f1f1;
  color: #aaa;
  cursor: not-allowed;
}
.paginator a:not([href]) .icon {
  color: #aaa;
}
.paginator a:not([href]):hover, .paginator a:not([href]):active {
  background: #f1f1f1;
  color: #aaa;
  border-color: #ccc;
  box-shadow: none;
}
.paginator .paginator__item {
  display: none;
}
.paginator .paginator__currentpage {
  display: none;
}

.PageNoInfo {
  order: 1;
  float: none !important;
  width: auto !important;
}

/*------------------------------------*\
TABLES
\*------------------------------------*/
.table-noresults {
  background: #fff;
  padding: 18px;
  border: 1px solid #e8ecef;
  border-radius: 4px;
}

/**
 * Default tables should all use the .table class 
 */
.table {
  border: 0;
  margin-bottom: 0;
}
.table.table--fixed {
  table-layout: fixed;
}
.table.table--fixed td, .table.table--fixed th {
  word-break: break-word;
}
@media screen and (max-width: 50em) {
  .table.table--fixed td, .table.table--fixed th {
    padding: 0.5rem;
    white-space: normal;
  }
}
.table.table--min {
  min-width: 768px;
}
.table td, .table th {
  border: 0;
  padding: 18px !important;
}
.table a:not(.its-button):not(.its-c-tag) {
  text-decoration: underline;
}
.table th {
  color: #63758c;
  white-space: normal;
}
.table th a {
  color: #63758c;
}
.table th .icon {
  color: #63758c;
}
.table tr {
  background-color: #fff;
  border: solid 1px #e8ecef;
  border-width: 1px 1px 0px 1px;
  border-radius: 4px;
}
.table tr:last-child {
  border-bottom-width: 1px;
}
.table tr:nth-of-type(odd) {
  background-color: #fff;
}
.table tr.menutableselectedrow:hover {
  background-color: #ebeef5;
}

.its-table-pager {
  justify-content: right;
}

.its-table-pager__items {
  flex-grow: unset;
  order: 2;
}

.its-table-pager__count {
  order: 1;
}

.its-table-pager__item.is-first, .its-table-pager__item.is-last {
  display: none;
}
.its-table-pager__item.is-current {
  display: none;
}
.its-table-pager__item.is-page {
  display: none;
}

.its-c-progress__bar-fill {
  background: #068852;
  color: #068852;
}

.its-c-progress__bar-indicator {
  background: #068852;
  border-color: #068852;
}

.its-o-grid__item--dashboard {
  padding-bottom: 0;
}

@media screen and (max-width: 520px) {
  .its-c-popover {
    left: 0 !important;
    right: 0 !important;
    width: 350px !important;
    margin: 0 auto;
  }
}

/*
    OVERRIDE for modal styles being pulled through from FRAME
*/
.its-t-modal .its-o-modal__header {
  background: #F41C5E;
}

/*------------------------------------*\
BUTTONS THEMES THAT OVERRIDE THEMES SET IN FRAME
\*------------------------------------*/
.its-t-button-link {
  color: #2078c8;
}

.its-t-button-1 {
  background: #F41C5E;
}
.its-t-button-1:hover {
  background: #e90b4f;
}
.its-t-button-1:active {
  background: #e40b4d;
}
