.t-AVPList-value {
  color: #5f5f5f;
}
.t-Body-info .t-AVPList-value {
  color: #5f5f5f;
}
.t-Region .t-AVPList-value {
  color: #666666;
}
.t-AVPList-label {
  color: #464646;
}
.t-Body-info .t-AVPList-label {
  color: #464646;
}
.t-Region .t-AVPList-label {
  color: #4d4d4d;
}
.t-Alert--wizard {
  border-radius: 4px;
}
.t-Alert--colorBG.t-Alert--warning,
.t-Alert--colorBG.t-Alert--yellow {
  background-color: #fffdf5;
}
.t-Alert--colorBG.t-Alert--warning h2,
.t-Alert--colorBG.t-Alert--yellow h2,
.t-Alert--colorBG.t-Alert--warning h3,
.t-Alert--colorBG.t-Alert--yellow h3 {
  color: #3b3b3b;
}
.t-Alert--colorBG.t-Alert--warning .t-Alert-body,
.t-Alert--colorBG.t-Alert--yellow .t-Alert-body {
  color: #7a7a7a;
}
.t-Alert--colorBG.t-Alert--success {
  background-color: #effbde;
}
.t-Alert--colorBG.t-Alert--success h2,
.t-Alert--colorBG.t-Alert--success h3 {
  color: #2e2e2e;
}
.t-Alert--colorBG.t-Alert--success .t-Alert-body {
  color: #6d6d6d;
}
.t-Alert--colorBG.t-Alert--danger,
.t-Alert--colorBG.t-Alert--red {
  background-color: #fffbfd;
}
.t-Alert--colorBG.t-Alert--danger h2,
.t-Alert--colorBG.t-Alert--red h2,
.t-Alert--colorBG.t-Alert--danger h3,
.t-Alert--colorBG.t-Alert--red h3 {
  color: #3e3e3e;
}
.t-Alert--colorBG.t-Alert--danger .t-Alert-body,
.t-Alert--colorBG.t-Alert--red .t-Alert-body {
  color: #7e7e7e;
}
.t-Alert--colorBG.t-Alert--info {
  background-color: #a3e8fd;
}
.t-Alert--colorBG.t-Alert--info h2,
.t-Alert--colorBG.t-Alert--info h3 {
  color: #101010;
}
.t-Alert--colorBG.t-Alert--info .t-Alert-body {
  color: #505050;
}
.t-Alert--warning .t-Alert-icon,
.t-Alert--yellow .t-Alert-icon {
  color: #f7ce17;
}
.t-Alert--success .t-Alert-icon {
  color: #9be830;
}
.t-Alert--info .t-Alert-icon {
  color: #0598c4;
}
.t-Alert--danger .t-Alert-icon,
.t-Alert--red .t-Alert-icon {
  color: #e71496;
}
.t-Alert--wizard .t-Alert-inset {
  border-radius: 2px;
}
.t-Alert--horizontal,
.t-Alert--wizard {
  border-radius: 2px;
  background-color: #ffffff;
  color: #404040;
}
.t-Body-alert .t-Alert--page {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.t-Alert--page.t-Alert--success {
  background-color: rgba(74, 170, 44, 0.9);
}
.t-Alert--page.t-Alert--success .t-Icon,
.t-Alert--page.t-Alert--success .t-Alert-title {
  color: #FFF;
}
.t-Alert--page .t-Button--closeAlert {
  color: rgba(0, 0, 0, 0.5);
}
.t-BadgeList--dash a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #e6e6e6 inset;
}
.t-BadgeList a {
  color: #737373;
}
.t-BadgeList--circular .t-BadgeList-item:hover .t-BadgeList-value {
  background-color: #f5f5f5;
}
.t-BadgeList--circular .t-BadgeList-value {
  color: #737373;
  box-shadow: 0 0 0 1px rgba(64, 64, 64, 0.1) inset;
  background-color: #ffffff;
}
.t-BadgeList--circular .t-BadgeList-value a {
  box-shadow: 0 0 0 1px #333d46 inset;
  color: #2d353d;
}
.t-BadgeList--circular .t-BadgeList-value a:hover {
  box-shadow: 0 0 0 4px #333d46 inset;
  background-color: #333d46;
  color: #fbfcfc;
}
.t-BadgeList--circular .t-BadgeList-value a:focus {
  box-shadow: 0 0 0 2px rgba(51, 61, 70, 0.25), 0 0 0 1px #333d46 inset;
}
.t-BadgeList--circular .t-BadgeList-label {
  color: #737373;
}
.t-BadgeList--circular a.t-BadgeList-wrap .t-BadgeList-value {
  border-color: #333d46;
  transition: box-shadow 0.1s, color 0.1s, background-color 0.3s;
}
.t-BadgeList--circular a.t-BadgeList-wrap:hover .t-BadgeList-value {
  box-shadow: 0 0 0 4px #333d46 inset;
  background-color: #333d46;
  color: #FFF;
}
.t-BadgeList--circular.t-BadgeList--coloredBG a.t-BadgeList-wrap:hover .t-BadgeList-value {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1) inset;
}
.t-BadgeList--float .t-BadgeList-item:after,
.t-BadgeList--flex .t-BadgeList-item:after,
.t-BadgeList--cols .t-BadgeList-item:after,
.t-BadgeList--fixed .t-BadgeList-item:after,
.t-BadgeList--stacked .t-BadgeList-item:after {
  background: #e6e6e6;
}
.t-BadgeList--float .t-BadgeList-item:before,
.t-BadgeList--flex .t-BadgeList-item:before,
.t-BadgeList--cols .t-BadgeList-item:before,
.t-BadgeList--fixed .t-BadgeList-item:before,
.t-BadgeList--stacked .t-BadgeList-item:before {
  background: #e6e6e6;
}
.t-BadgeList--bottomBorder {
  border-bottom-color: #F8F8F8;
}
.a-BarChart .a-BarChart-item:hover {
  background-color: #f2f2f2;
}
.t-Body .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #797979;
}
.t-Body-title .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #797979;
}
.t-Body-info .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #797979;
}
.t-Region .a-BarChart .a-BarChart-item .a-BarChart-value,
.t-ButtonRegion .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #808080;
}
.a-BarChart .a-BarChart-item img {
  border-radius: 2px;
}
.a-BarChart .a-BarChart-bar {
  background-color: rgba(0, 0, 0, 0.025);
}
.a-BarChart--classic .a-BarChart-bar,
.a-BarChart--classic .a-BarChart-filled {
  border-radius: 1px;
}
.a-BarChart--classic .a-BarChart-item:hover .a-BarChart-bar {
  background-color: rgba(0, 0, 0, 0.05);
}
.a-BarChart--modern .a-BarChart-bar,
.a-BarChart--modern .a-BarChart-filled {
  border-radius: 1px;
}
.a-BarChart--modern .a-BarChart-item:hover .a-BarChart-bar {
  background-color: rgba(0, 0, 0, 0.05);
}
.a-BarChart-filled {
  background-color: #333d46;
}
body,
.t-Body {
  background: #F8F8F8;
  color: #393939;
}
a {
  color: #2d353d;
}
.t-Body-title a,
.t-Body-info a {
  color: #22282e;
}
.t-Body-actions {
  background-color: #ebebeb;
}
.t-Body-title {
  background-color: #f8f8f8;
  color: #393939;
}
.ui-widget-content {
  background-color: #ffffff;
}
.t-Body .ui-widget-content {
  color: #393939;
}
.t-Body-title .ui-widget-content {
  color: #393939;
}
.t-Body-info .ui-widget-content {
  color: #393939;
}
.t-Region .ui-widget-content,
.t-ButtonRegion .ui-widget-content {
  color: #404040;
}
.t-Body-side {
  background-color: #ffffff;
  color: #393939;
}
.apex-rds-container {
  background-color: transparent;
}
.t-Body-info .apex-rds-container {
  background-color: #f8f8f8;
}
.t-Body-info {
  background-color: #f8f8f8;
}
.t-Body-title.js-hideBreadcrumbs {
  background-color: rgba(0, 0, 0, 0.95);
}
.t-Body-topButton {
  border-radius: 100%;
  background-color: #ffffff;
}
.t-Body-topButton:active {
  background-color: #ffffff;
}
.t-Body-topButton:active .a-Icon {
  color: #e6e6e6;
}
.t-Body-topButton .a-Icon {
  color: #e6e6e6;
}
.apex-side-nav .t-Body-nav,
.apex-side-nav .t-Body-actions,
.apex-side-nav .t-Body-title {
  top: 40px;
}
@media only screen and (min-width: 641px) {
  .apex-side-nav .t-Body-title {
    left: 200px;
  }
}
@media only screen and (min-width: 641px) {
  .apex-side-nav .t-Body-content {
    margin-left: 200px;
  }
}
.apex-side-nav .t-Body-main {
  margin-left: 0;
}
.apex-top-nav .t-Body-actions {
  top: 80px;
}
.apex-top-nav .t-Body-title {
  top: 80px;
}
.t-Body-nav {
  width: 200px;
}
.t-Body-actions {
  width: 240px;
}
.t-Body-actions .t-Button--header {
  -webkit-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate(-40px);
  transform: translate3d(-40px, 0, 0);
}
@media only screen and (min-width: 641px) {
  .t-Body-side {
    width: 240px;
    left: 40px;
  }
}
.apex-side-nav.js-navExpanded .t-Body-main {
  margin-left: 40px;
  -webkit-transform: translate3d(160px, 0, 0);
  -ms-transform: translate(160px);
  transform: translate3d(160px, 0, 0);
}
@media only screen and (max-width: 480px) {
  .apex-side-nav.js-navExpanded .t-Body-title,
  .apex-side-nav.js-navExpanded .t-Body-side,
  .apex-side-nav.js-navExpanded .t-Body-content {
    margin-left: 0;
  }
  .apex-side-nav.js-navExpanded .t-Body-main {
    margin-left: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
  }
}
@media only screen and (min-width: 641px) {
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title,
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content,
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    left: 200px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content {
    margin-left: 200px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-left: 0px;
  }
  .apex-side-nav.js-navExpanded .t-Body-title,
  .apex-side-nav.js-navExpanded .t-Body-side,
  .apex-side-nav.js-navExpanded .t-Body-content {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-side {
    left: 0;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 280px;
    -webkit-transform: translate3d(160px, 0, 0);
    -ms-transform: translate(160px);
    transform: translate3d(160px, 0, 0);
  }
}
@media only screen and (min-width: 993px) {
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 200px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 440px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.apex-side-nav.js-navCollapsed .t-Body-nav,
.apex-side-nav.js-navCollapsed .t-Body-nav .t-TreeNav {
  width: 40px;
}
.apex-side-nav.js-navCollapsed .t-Body-content,
.apex-side-nav.js-navCollapsed .t-Body-title,
.apex-side-nav.js-navCollapsed .t-Body-side {
  margin-left: 40px;
}
@media only screen and (max-width: 480px) {
  .apex-side-nav.js-navCollapsed .t-Body-nav {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .apex-side-nav.js-navCollapsed .t-Body-title,
  .apex-side-nav.js-navCollapsed .t-Body-side,
  .apex-side-nav.js-navCollapsed .t-Body-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 641px) {
  .apex-side-nav.js-navCollapsed .t-Body-title {
    margin-left: 0;
    left: 40px;
  }
  .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-left: 0;
  }
  .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-content {
    margin-left: 280px;
  }
}
@media only screen and (min-width: 993px) {
  .apex-side-nav.js-navCollapsed .t-Body-side {
    left: 40px;
  }
}
.t-PageBody.js-rightExpanded .t-Body-main {
  margin-right: 0;
}
.t-PageBody.js-rightExpanded .t-Body-main,
.t-PageBody.js-rightExpanded .t-Body-nav {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate(-240px);
  transform: translate3d(-240px, 0, 0);
}
@media only screen and (min-width: 641px) {
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main,
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-right: 240px;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-title {
    right: 240px;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    right: 0;
  }
  .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-left: 0;
    left: 0;
  }
}
@media only screen and (min-width: 993px) {
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    margin-right: 240px;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    right: 240px;
  }
  .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-content {
    -webkit-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate(-240px);
    transform: translate3d(-240px, 0, 0);
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side {
    margin-left: 40px !important;
  }
}
.t-PageBody.js-rightCollapsed .t-Body-main {
  margin-right: 0px;
}
.t-PageBody.js-rightCollapsed .t-Body-title {
  right: 0px;
}
.t-PageBody.js-rightCollapsed .t-Body-actions {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate(240px);
  transform: translate3d(240px, 0, 0);
}
@media only screen and (min-width: 641px) {
  .t-PageBody--showLeft .t-Body-content {
    margin-left: 240px;
  }
}
.t-Body-contentInner {
  margin: auto;
  max-width: auto;
}
.t-Breadcrumb-item:after {
  color: rgba(57, 57, 57, 0.9935);
}
.t-Breadcrumb-item .t-Icon:hover {
  color: #333d46;
}
.t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item:last-child .t-Breadcrumb-label {
  color: #393939;
}
.t-BreadcrumbRegion-titleText {
  color: #393939;
}
.t-Button,
.a-Button {
  border: none;
  color: #383838;
  background-clip: padding-box;
  background-color: #f8f8f8;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
  border-radius: 2px;
  text-shadow: none;
}
.t-Button:hover,
.a-Button:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
}
.t-Button.t-Button--simple,
.a-Button.t-Button--simple {
  background-color: #FFFFFF;
  color: #404040;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
  text-shadow: none;
}
.t-Button.t-Button--simple:hover,
.a-Button.t-Button--simple:hover,
.t-Button.t-Button--simple:focus,
.a-Button.t-Button--simple:focus,
.t-Button.t-Button--simple:active,
.a-Button.t-Button--simple:active {
  background-color: #e6e6e6;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
}
@media screen and (-ms-high-contrast: active) {
  .t-Button,
  .a-Button {
    border: 1px solid;
  }
}
.t-Button--primary,
.t-Button--hot,
.t-Button--danger,
.t-Button--warning,
.t-Button--success {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) inset;
}
.t-Button--primary.t-Button--simple,
.t-Button--hot.t-Button--simple,
.t-Button--danger.t-Button--simple,
.t-Button--warning.t-Button--simple,
.t-Button--success.t-Button--simple {
  box-shadow: 0 0 0 1px inset;
}
.t-Button--primary:hover,
.t-Button--warning:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
}
.t-Button--hot:hover,
.t-Button--danger:hover,
.t-Button--success:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
}
.t-Button:hover,
.a-Button:hover {
  background-color: #ffffff;
  z-index: 100;
}
.t-Button:focus,
.a-Button:focus {
  outline: none;
  z-index: 110;
}
.t-Button:focus,
.a-Button:focus,
.t-Button:active:focus,
.a-Button:active:focus {
  box-shadow: 0 0 0 1px #333d46 inset, 0 0 1px 2px rgba(51, 61, 70, 0.25) !important;
}
.t-Button:active {
  background-color: #dedede;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  z-index: 100;
}
.t-Button:active:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset !important;
}
.t-Button.is-active,
.t-Button.is-active:active,
.t-MenuButton.is-active {
  background-color: #dedede;
  color: #383838;
  font-weight: normal;
  text-shadow: none;
  z-index: 100;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}
.t-Button.is-disabled,
.t-Button.is-disabled:active,
.t-Button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.t-Button--hot,
body .ui-state-default.ui-button.ui-button--hot,
body button.ui-state-default.ui-priority-primary {
  background-color: #0598c4;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.t-Button--hot:hover,
body .ui-state-default.ui-button.ui-button--hot:hover,
body button.ui-state-default.ui-priority-primary:hover {
  background-color: #06bff6;
}
.t-Button--hot:active,
body .ui-state-default.ui-button.ui-button--hot:active,
body button.ui-state-default.ui-priority-primary:active,
.t-Button--hot.is-active,
body .ui-state-default.ui-button.ui-button--hot.is-active,
body button.ui-state-default.ui-priority-primary.is-active,
.t-Button--hot.t-MenuButton.is-active,
body .ui-state-default.ui-button.ui-button--hot.t-MenuButton.is-active,
body button.ui-state-default.ui-priority-primary.t-MenuButton.is-active {
  background-color: #047192;
}
.t-Button--hot.t-Button--simple,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple,
body button.ui-state-default.ui-priority-primary.t-Button--simple {
  box-shadow: 0 0 0 1px #0598c4 inset;
  background-color: #FFFFFF;
  color: #226c82;
}
.t-Button--hot.t-Button--simple .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple .t-Icon {
  color: #226c82;
}
.t-Button--hot.t-Button--simple:hover,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:hover,
body button.ui-state-default.ui-priority-primary.t-Button--simple:hover,
.t-Button--hot.t-Button--simple:focus,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus,
body button.ui-state-default.ui-priority-primary.t-Button--simple:focus,
.t-Button--hot.t-Button--simple:active,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active,
body button.ui-state-default.ui-priority-primary.t-Button--simple:active {
  background-color: #0598c4;
  color: #ffffff;
  box-shadow: 0 0 0 1px #0598c4 inset;
}
.t-Button--hot.t-Button--simple:hover .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:hover .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:hover .t-Icon,
.t-Button--hot.t-Button--simple:focus .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:focus .t-Icon,
.t-Button--hot.t-Button--simple:active .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:active .t-Icon {
  color: #ffffff;
}
.t-Button--primary {
  background-color: #8597a6;
  color: #ffffff;
}
.t-Button--primary:hover {
  background-color: #a3b0bc;
}
.t-Button--primary:active,
.t-Button--primary.is-active {
  background-color: #697d90;
}
.t-Button--primary.t-Button--simple {
  box-shadow: 0 0 0 1px #8597a6 inset;
  background-color: #FFFFFF;
  color: #4f5860;
}
.t-Button--primary.t-Button--simple .t-Icon {
  color: #4f5860;
}
.t-Button--primary.t-Button--simple:hover,
.t-Button--primary.t-Button--simple:focus,
.t-Button--primary.t-Button--simple:active {
  background-color: #8597a6;
  color: #ffffff;
  box-shadow: 0 0 0 1px #8597a6 inset;
}
.t-Button--primary.t-Button--simple:hover .t-Icon,
.t-Button--primary.t-Button--simple:focus .t-Icon,
.t-Button--primary.t-Button--simple:active .t-Icon {
  color: #ffffff;
}
.t-Button--danger {
  background-color: #e71496;
  color: #fffbfd;
}
.t-Button--danger:hover {
  background-color: #ee40ab;
}
.t-Button--danger:active,
.t-Button--danger.is-active {
  background-color: #b81078;
}
.t-Button--danger.t-Button--simple {
  box-shadow: 0 0 0 1px #e71496 inset;
  background-color: #FFFFFF;
  color: #932a6b;
}
.t-Button--danger.t-Button--simple .t-Icon {
  color: #932a6b;
}
.t-Button--danger.t-Button--simple:hover,
.t-Button--danger.t-Button--simple:focus,
.t-Button--danger.t-Button--simple:active {
  background-color: #e71496;
  color: #fffbfd;
  box-shadow: 0 0 0 1px #e71496 inset;
}
.t-Button--danger.t-Button--simple:hover .t-Icon,
.t-Button--danger.t-Button--simple:focus .t-Icon,
.t-Button--danger.t-Button--simple:active .t-Icon {
  color: #fffbfd;
}
.t-Button--warning {
  background-color: #f7ce17;
  color: #ffffff;
}
.t-Button--warning:hover {
  background-color: #f9d848;
}
.t-Button--warning:active,
.t-Button--warning.is-active {
  background-color: #d4ae07;
}
.t-Button--warning.t-Button--simple {
  box-shadow: 0 0 0 1px #f7ce17 inset;
  background-color: #FFFFFF;
  color: #887418;
}
.t-Button--warning.t-Button--simple .t-Icon {
  color: #887418;
}
.t-Button--warning.t-Button--simple:hover,
.t-Button--warning.t-Button--simple:focus,
.t-Button--warning.t-Button--simple:active {
  background-color: #f7ce17;
  color: #ffffff;
  box-shadow: 0 0 0 1px #f7ce17 inset;
}
.t-Button--warning.t-Button--simple:hover .t-Icon,
.t-Button--warning.t-Button--simple:focus .t-Icon,
.t-Button--warning.t-Button--simple:active .t-Icon {
  color: #ffffff;
}
.t-Button--success {
  background-color: #9be830;
  color: #ffffff;
}
.t-Button--success:hover {
  background-color: #b1ed5e;
}
.t-Button--success:active,
.t-Button--success.is-active {
  background-color: #81ce17;
}
.t-Button--success.t-Button--simple {
  box-shadow: 0 0 0 1px #9be830 inset;
  background-color: #FFFFFF;
  color: #5a8125;
}
.t-Button--success.t-Button--simple .t-Icon {
  color: #5a8125;
}
.t-Button--success.t-Button--simple:hover,
.t-Button--success.t-Button--simple:focus,
.t-Button--success.t-Button--simple:active {
  background-color: #9be830;
  color: #ffffff;
  box-shadow: 0 0 0 1px #9be830 inset;
}
.t-Button--success.t-Button--simple:hover .t-Icon,
.t-Button--success.t-Button--simple:focus .t-Icon,
.t-Button--success.t-Button--simple:active .t-Icon {
  color: #ffffff;
}
.t-Button--pillStart {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.t-Button--pillEnd {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.t-Button--pill {
  border-radius: 0 !important;
}
.t-Button--hideShow.t-Button {
  border-radius: 100%;
}
.t-Header-branding .t-Button {
  background-color: transparent;
}
.t-Button.t-Button--header {
  transition: none;
  border-radius: 0;
}
.t-Button.t-Button--header:focus,
.t-Button.t-Button--header:active:focus {
  box-shadow: 0 0 0 1px #536472 inset, 0 0 1px 2px rgba(83, 100, 114, 0.25) !important;
}
.t-Button.t-Button--header:hover,
.t-Button.t-Button--header:focus,
.t-Button.t-Button--header:active {
  background-color: transparent;
}
.t-Button.t-Button--header:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.t-Button.t-Button--header:active,
.t-Button.t-Button--header:focus:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.t-Button.t-Button--header.is-active {
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.t-Button.t-Button--header.t-Button--headerTree:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.t-Button.t-Button--header.t-Button--headerTree.is-active {
  background-color: transparent;
}
.t-Button.t-Button--header.t-Button--headerTree:hover,
.t-Button.t-Button--header.t-Button--headerTree:focus:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.t-Button.t-Button--header.t-Button--headerRight {
  background-color: #ebebeb;
}
.t-Button.t-Button--header.t-Button--headerRight:hover {
  background-color: #d2d2d2;
}
.t-Button.t-Button--header.t-Button--headerRight:active,
.t-Button.t-Button--header.t-Button--headerRight.is-active {
  color: #2c2c2c;
}
.t-Button--navBar .t-Button-badge {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.35);
}
.t-Button--helpButton .a-Icon {
  opacity: 0.5;
}
.a-Calendar-button {
  border-radius: 2px;
  color: #707070;
}
.t-Button--noUI {
  color: #383838;
}
.t-Button--noUI.t-Button--primary {
  color: #4f5860 !important;
}
.t-Button--noUI.t-Button--primary .t-Icon {
  color: #8597a6 !important;
}
.t-Button--noUI.t-Button--warning {
  color: #887418 !important;
}
.t-Button--noUI.t-Button--warning .t-Icon {
  color: #f7ce17 !important;
}
.t-Button--noUI.t-Button--danger {
  color: #801758 !important;
}
.t-Button--noUI.t-Button--danger .t-Icon {
  color: #e71496 !important;
}
.t-Button--noUI.t-Button--success {
  color: #5a8125 !important;
}
.t-Button--noUI.t-Button--success .t-Icon {
  color: #9be830 !important;
}
.t-Button--noUI.t-Button--hot {
  color: #0f596f !important;
}
.t-Button--noUI.t-Button--hot .t-Icon {
  color: #0598c4 !important;
}
.t-Button--noUI.t-Button--primary,
.t-Button--noUI.t-Button--warning,
.t-Button--noUI.t-Button--danger,
.t-Button--noUI.t-Button--success,
.t-Button--noUI.t-Button--hot {
  box-shadow: none;
}
.t-ButtonRegion {
  background-color: #ffffff;
  color: #404040;
  border-radius: 4px;
}
.t-ButtonRegion--noUI {
  background-color: transparent;
}
.t-ButtonRegion--wizard,
.t-ButtonRegion--dialogRegion {
  border-radius: 0 0 2px 2px;
}
.t-ButtonRegion--dialogRegion {
  background-color: transparent;
}
.t-Body .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #393939;
}
.t-Body-title .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #393939;
}
.t-Body-info .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #393939;
}
.t-Region .t-ButtonRegion--showTitle .t-ButtonRegion-title,
.t-ButtonRegion .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #404040;
}
.t-Body-actions .t-ButtonRegion {
  background-color: transparent;
  border-radius: 0;
}
.fc-toolbar {
  border-color: #ebebeb;
  background-color: #ffffff;
  border-radius: 4px 4px 0 0;
}
.fc-toolbar h2,
.fc .fc-basic-view td.fc-day-number,
.fc .fc-day-number {
  color: #404040;
}
.fc-day-header.ui-widget-header,
.fc-view .ui-widget-header {
  background-color: #efefef;
  color: #3d3d3d;
  border-color: #e2e2e2;
}
div.fc-agendaList {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #404040;
}
.fc .fc-agendaList-dayHeader {
  background-color: #d6d6d6;
  color: #3d3d3d;
  border-color: #fafafa;
}
.fc .fc-agendaList-day {
  color: #3d3d3d;
}
.fc .fc-agendaList-date {
  color: #636363;
}
.fc .fc-agendaList .fc-event-start-time,
.fc .fc-agendaList .fc-event-all-day {
  color: #666666;
}
body .fc td.fc-today,
body .fc .ui-widget-content {
  border-color: #e6e6e6;
  color: #404040;
}
body .ui-widget-content.fc-today.ui-state-highlight {
  background-color: #f2f2f2;
}
.fc .fc-agendaList-item {
  border-color: #fafafa;
}
.t-Card-wrap {
  border-radius: 2px;
}
.t-Card-wrap:focus {
  border-color: #333d46;
}
.t-Card-icon .t-Icon {
  color: #FFF;
}
.t-Card-desc {
  color: #3d3d3d;
}
.t-Cards--compact .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Cards--compact .t-Card-desc {
  color: #636363;
}
.t-Card-info {
  color: #636363;
}
.t-Card-title {
  color: #3d3d3d;
}
.t-Cards--basic .t-Card .t-Card-wrap,
.t-Card--basic .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Cards--basic .t-Card .t-Card-icon .t-Icon,
.t-Card--basic .t-Card-icon .t-Icon {
  border-radius: 2px;
  background-color: #A0A0A0;
}
.t-Cards--basic .t-Card .t-Card-titleWrap,
.t-Card--basic .t-Card-titleWrap {
  background-color: #fcfcfc;
}
.t-Cards--featured .t-Card .t-Card-wrap,
.t-Card--featured .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Cards--featured .t-Card .t-Card-icon .t-Icon,
.t-Card--featured .t-Card-icon .t-Icon {
  border-radius: 100px;
  color: #FFF;
  background-color: #A0A0A0;
}
.t-Cards--featured .t-Card .t-Card-body,
.t-Card--featured .t-Card-body {
  background-color: transparent;
}
.t-ClassicCalendar-monthTitle {
  color: #404040;
}
.t-ClassicCalendar-dayColumn {
  background-color: #fafafa;
  vertical-align: top;
  border-color: #f2f2f2;
  color: #666666;
}
.t-ClassicCalendar-day {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-day.is-inactive .t-ClassicCalendar-date {
  opacity: 0.5;
}
.t-ClassicCalendar-day.is-weekend,
.t-ClassicCalendar-day.is-inactive {
  background-color: #fcfcfc;
}
.t-ClassicCalendar-day.is-today .t-ClassicCalendar-date {
  background-color: #333d46;
  color: #fbfcfc;
}
.t-ClassicCalendar-date {
  color: #808080;
}
.t-ClassicCalendar-event {
  background-color: #f2f2f2;
}
.t-ClassicCalendar-event {
  color: #404040;
}
.t-ClassicCalendar-event a {
  background-color: #333d46;
  color: #fbfcfc;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-timeCol,
.t-ClassicCalendar--daily .t-ClassicCalendar-timeCol {
  background-color: #fafafa;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents,
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents {
  color: #404040;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents a,
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents a {
  background-color: #333d46;
  color: #fbfcfc;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-day.is-today,
.t-ClassicCalendar--daily .t-ClassicCalendar-day.is-today {
  background-color: #b1bdc7;
}
.t-ClassicCalendar-list {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-listTitle,
.t-ClassicCalendar-listEvent {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-listTitle {
  background-color: #fafafa;
  color: #666666;
}
.t-ClassicCalendar-listEvent {
  color: #404040;
}
.t-Comments-userIcon,
.t-Comments-userImg {
  border-radius: 100%;
}
.t-Comments-userIcon {
  background-color: #ffffff;
}
.t-Comments-info {
  color: #666666;
}
.t-Comments-comment {
  color: #404040;
}
.t-Comments--chat .t-Comments-info {
  background-color: #ffffff;
  border-radius: 2px 2px 0 0;
  border-color: #e6e6e6;
}
.t-Comments--chat .t-Comments-info:after {
  border-color: rgba(248, 248, 248, 0);
  border-right-color: #ffffff;
}
.t-Comments--chat .t-Comments-info:before {
  border-color: rgba(232, 232, 232, 0);
  border-right-color: #e6e6e6;
}
.t-Comments--chat .t-Comments-comment {
  background-color: #ffffff;
  border-radius: 0 0 2px 2px;
  border-color: #e6e6e6;
}
.t-ConfigPanel-about {
  background-color: #fff7e0;
  color: #565656;
}
.t-ConfigPanel-icon {
  border-radius: 100%;
  background-color: #A0A0A0;
  color: #FFF;
}
.t-ConfigPanel-icon.is-enabled {
  background-color: #9be830;
}
.t-ConfigPanel-icon.is-disabled {
  background-color: #e71496;
}
.t-ConfigPanel-setting,
.t-ConfigPanel-status {
  color: #737373;
}
.t-ConfigPanel-status {
  color: #404040;
}
.t-ConfigPanel-attrLink {
  color: #737373;
}
.t-ConfigPanel-attrLink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.t-ConfigPanel-attrValue {
  color: #2d353d;
}
.t-DialogRegion-body {
  background: -webkit-linear-gradient(#ffffff 30%, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff 70%) 0 100%, -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background: -o-linear-gradient(#ffffff 30%, #ffffff), -o-linear-gradient(#ffffff, #ffffff 70%) 0 100%, -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background: linear-gradient(#ffffff 30%, #ffffff), linear-gradient(#ffffff, #ffffff 70%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)) 0 100%;
  background-color: #ffffff;
}
.t-Footer,
.t-Footer a {
  color: #000000;
}
.t-Form-inputContainer:before {
  color: #333333;
}
.t-Form-field,
.t-Form-select,
.t-Form-inputContainer input[type="text"],
.t-Form-inputContainer select.selectlist,
.t-Form-inputContainer select.yes_no,
.t-Form-inputContainer input.text_field,
.t-Form-inputContainer input.password,
.t-Form-inputContainer textarea.textarea,
.t-Form-inputContainer input.datepicker,
.t-Form-inputContainer span.display_only,
.t-Form-inputContainer input.popup_lov,
.t-Form-inputContainer select[multiple],
.t-Form-textarea,
.u-TF-item--text,
.u-TF-item--textarea,
.u-TF-item--datepicker,
.u-TF-item--select {
  border-radius: 4px;
  color: #333333;
  background-color: #f2f2f2;
  border-color: #d9d9d9;
}
.t-Form-field:focus,
.t-Form-select:focus,
.t-Form-inputContainer input[type="text"]:focus,
.t-Form-inputContainer select.selectlist:focus,
.t-Form-inputContainer select.yes_no:focus,
.t-Form-inputContainer input.text_field:focus,
.t-Form-inputContainer input.password:focus,
.t-Form-inputContainer textarea.textarea:focus,
.t-Form-inputContainer input.datepicker:focus,
.t-Form-inputContainer span.display_only:focus,
.t-Form-inputContainer input.popup_lov:focus,
.t-Form-inputContainer select[multiple]:focus,
.t-Form-textarea:focus,
.u-TF-item--text:focus,
.u-TF-item--textarea:focus,
.u-TF-item--datepicker:focus,
.u-TF-item--select:focus {
  background-color: #ffffff !important;
  border-color: #333d46 !important;
}
.t-Form-field:focus::-ms-value,
.t-Form-select:focus::-ms-value,
.t-Form-inputContainer input[type="text"]:focus::-ms-value,
.t-Form-inputContainer select.selectlist:focus::-ms-value,
.t-Form-inputContainer select.yes_no:focus::-ms-value,
.t-Form-inputContainer input.text_field:focus::-ms-value,
.t-Form-inputContainer input.password:focus::-ms-value,
.t-Form-inputContainer textarea.textarea:focus::-ms-value,
.t-Form-inputContainer input.datepicker:focus::-ms-value,
.t-Form-inputContainer span.display_only:focus::-ms-value,
.t-Form-inputContainer input.popup_lov:focus::-ms-value,
.t-Form-inputContainer select[multiple]:focus::-ms-value,
.t-Form-textarea:focus::-ms-value,
.u-TF-item--text:focus::-ms-value,
.u-TF-item--textarea:focus::-ms-value,
.u-TF-item--datepicker:focus::-ms-value,
.u-TF-item--select:focus::-ms-value {
  color: #333333;
}
.t-Form-field:hover,
.t-Form-select:hover,
.t-Form-inputContainer input[type="text"]:hover,
.t-Form-inputContainer select.selectlist:hover,
.t-Form-inputContainer select.yes_no:hover,
.t-Form-inputContainer input.text_field:hover,
.t-Form-inputContainer input.password:hover,
.t-Form-inputContainer textarea.textarea:hover,
.t-Form-inputContainer input.datepicker:hover,
.t-Form-inputContainer span.display_only:hover,
.t-Form-inputContainer input.popup_lov:hover,
.t-Form-inputContainer select[multiple]:hover,
.t-Form-textarea:hover,
.u-TF-item--text:hover,
.u-TF-item--textarea:hover,
.u-TF-item--datepicker:hover,
.u-TF-item--select:hover {
  background-color: #ffffff;
}
.t-Form-inputContainer input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-Form-inputContainer input::-moz-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-Form-inputContainer input:-ms-input-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-Form input.file {
  color: #333333;
}
.t-Form-inputContainer span.display_only {
  border-color: transparent;
  background-color: transparent;
}
.t-Form-select,
.t-Form-inputContainer select.selectlist,
.t-Form-inputContainer select.yes_no {
  color: #333333;
}
.t-Form-field--readOnly {
  background-color: transparent;
}
.t-Form-radioLabel,
.t-Form-inputContainer .radio_group label,
.t-Form-checkboxLabel,
.t-Form-inputContainer .checkbox_group label,
.t-Form-label {
  color: #4d4d4d;
}
.t-Form-error {
  color: #E92020;
}
.t-Form-postText {
  color: #cccccc;
}
.t-Form--search input.t-Form-searchField {
  background-color: #f2f2f2;
  color: #333333;
}
.t-HeroRegion-form input[type=text].t-Form-searchField {
  background-color: #ffffff;
  border-color: #dfdfdf;
}
.t-HeroRegion-form input[type=text].t-Form-searchField:focus {
  background-color: #ffffff !important;
  border-color: #333d46 !important;
}
.t-HeroRegion-form input[type=text].t-Form-searchField::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-HeroRegion-form input[type=text].t-Form-searchField::-moz-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-HeroRegion-form input[type=text].t-Form-searchField:-ms-input-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-Form-inputContainer input.hasDatepicker,
.t-Form-inputContainer input.popup_lov {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.a-Button.a-Button--calendar,
.a-Button.a-Button--popupLOV {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.t-Header-branding {
  background-color: #0598c4;
}
.t-Header-logo-link,
.t-Header .t-Button.t-Button--header.is-active,
.t-Header .t-Button.t-Button--header.t-Button--header {
  color: #ffffff;
}
.t-Header-logo-link:hover,
.t-Header .t-Button.t-Button--header.is-active:hover,
.t-Header .t-Button.t-Button--header.t-Button--header:hover {
  text-decoration: none;
}
.t-Header-logo-link:focus,
.t-Header-logo-link:active:focus {
  outline: none;
  box-shadow: 0 0 0 1px #536472 inset, 0 0 1px 2px rgba(83, 100, 114, 0.25) !important;
}
.t-Header-nav {
  background-color: #333d46;
}
.t-Header .a-MenuBar-item:hover {
  background-color: transparent;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  border-radius: 100%;
}
.t-Header .a-Menu.a-Menu--top > .a-Menu-content {
  border-top-width: 0;
}
.t-Header .a-Menu-content {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.t-Header-nav-list {
  background-color: transparent;
}
.t-HeroRegion {
  background-color: #f8f8f8;
  color: #393939;
}
.t-HeroRegion-title {
  color: #393939;
}
.t-HeroRegion-icon {
  border-radius: 4px;
  background-color: #333d46;
  color: #fbfcfc;
}
.t-HeroRegion--featured {
  background-color: transparent;
}
.t-HeroRegion--featured,
.t-HeroRegion--featured .t-HeroRegion-title {
  color: #404040;
}
.a-IRR {
  border-radius: 4px;
  border-color: #e6e6e6;
}
.a-IRR .a-IRR-pagination-label {
  color: #737373;
}
.a-IRR-reportSummary-value {
  color: #404040;
}
.a-IRR-controlsContainer {
  border-top-color: #f5f5f5;
  background-color: #fafafa;
}
.a-IRR-fullView {
  background-color: #ffffff;
}
.a-IRR-button.a-IRR-button--controls {
  background-color: transparent;
}
.a-IRR-sortWidget {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.a-IRR-toolbar {
  background: linear-gradient(#ffffff, #fcfcfc);
  border-color: #e2e2e2;
}
.a-Report-percentChart-fill {
  background-color: #333d46;
}
.a-Report-percentChart {
  background-color: #b1bdc7;
}
.a-IRR-button--colSearch {
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius-topright: 0px  !important;
  -moz-border-radius-bottomright: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.a-IRR-iconViewTable,
.a-IRR-chartView,
.a-IRR-pivotView,
.a-IRR-groupByView,
.a-IRR-detailView {
  border-top-color: #f5f5f5;
}
.a-IRR-toolbar--singleRow {
  border-bottom-color: #f0f0f0;
}
.a-IRR-header {
  background-color: #fafafa;
  border-top: 1px solid #e6e6e6;
  box-shadow: inset 1px 0 0 0 #e6e6e6;
}
.a-IRR-header:hover {
  background-color: #f2f2f2;
}
.a-IRR-header.is-active {
  background-color: #13161a;
  border-bottom: none;
}
.a-IRR-header.is-active a {
  color: #b1bdc7;
}
.a-IRR-header.is-active .a-IRR-headerSort {
  color: #b1bdc7;
}
.a-IRR-header--group {
  background-color: #f5f5f5;
}
.a-IRR-table tr td {
  background-color: #ffffff;
  color: #404040;
}
.a-IRR-table {
  border-collapse: separate;
}
.a-IRR-table tr:hover td {
  background-color: #f9f9f9;
}
.t-IRR-region--noBorders .a-IRR {
  border-radius: 4px;
}
body .a-IRR-sortWidget-rows {
  color: #ffffff;
  border-top: 1px solid #13161a;
  background: #283037;
}
body .a-IRR-sortWidget-row {
  color: #ffffff;
  box-shadow: 0 -1px 0 #13161a inset;
}
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField,
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField[type="text"] {
  color: #ffffff;
  background: #13161a;
}
.a-IRR-sortWidget-row:hover {
  background-color: #13161a;
}
body .a-IRR-button.a-IRR-sortWidget-button,
body .a-IRR-button.a-IRR-sortWidget-button:active:focus {
  color: rgba(255, 255, 255, 0.9);
  background-color: #13161a;
}
body .a-IRR-button.a-IRR-sortWidget-button:hover,
body .a-IRR-button.a-IRR-sortWidget-button:active:focus:hover {
  background-color: #283037;
}
.a-IRR-sortWidget-actions {
  border-bottom: 1px solid #13161a;
}
.a-IRR-sortWidget-actions-item {
  border-right: none;
}
.a-IRR-sortWidget {
  border: none;
}
.a-IRR-table td {
  border-left: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.a-IRR-sortWidget-searchLabel {
  color: rgba(255, 255, 255, 0.9);
}
.a-IRR-sortWidget-searchLabel:before {
  color: rgba(255, 255, 255, 0.5);
}
.a-IRR-headerLink:focus {
  box-shadow: 0 0 0 2px #333d46 inset;
}
.a-IRR-search-field:focus {
  border-color: #333d46;
  box-shadow: 0 0 0 1px #333d46 inset, -2px 0 0 #333d46 inset, 2px 0 0 #333d46 inset, 0 0 2px 0 rgba(51, 61, 70, 0.5);
}
.a-IRR-singleRow-name,
.a-IRR-singleRow-value {
  border-bottom-color: #f0f0f0;
  color: #404040;
}
.a-IRR-singleRow-value {
  background-color: #ffffff;
}
.a-IRR-singleRow-row:hover .a-IRR-singleRow-value {
  background-color: #f7f7f7;
}
.a-IRR-singleRow-name {
  background-color: #f7f7f7;
}
.a-IRR-singleRow-row:hover .a-IRR-singleRow-name {
  background-color: #f0f0f0;
}
.a-IRR-button.a-IRR-button--pagination:hover {
  background-color: #333d46;
}
.a-IRR-reportSummary-label,
.a-IRR-controlsLabel {
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .is-maximized.t-IRR-region .t-fht-thead .a-IRR-header {
    border-bottom: 1px solid #e6e6e6;
  }
}
.t-LinksList-item,
.t-LinksList-link {
  border-color: #e6e6e6;
}
.t-LinksList-icon {
  color: #d9d9d9;
}
.t-LinksList-link:hover {
  background-color: #f2f2f2;
}
.t-LinksList-link:focus {
  box-shadow: 0 0 0 1px #333d46 inset;
}
.t-LinksList--showArrow .t-LinksList-link:before {
  color: #d9d9d9;
}
.t-LinksList--showBadge .t-LinksList-badge {
  background-color: #f5f5f5;
  color: #404040;
}
.t-LinksList--showBadge .t-LinksList-link:hover .t-LinksList-badge {
  background-color: #ebebeb;
}
.t-LinksList--showBadge .t-LinksList-item.is-expanded > .t-LinksList-link .t-LinksList-badge {
  background-color: #bfbfbf;
}
.t-LinksList--brightHover .t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
  color: rgba(255, 255, 255, 0.5);
}
.t-LinksList--brightHover .t-LinksList-link:hover {
  background-color: #333d46;
  color: #fbfcfc;
}
.t-LinksList--brightHover .t-LinksList-link:hover .t-LinksList-icon {
  color: rgba(255, 255, 255, 0.75);
}
.t-LinksList-item.is-expanded {
  background-color: #FCFCFC;
  background: linear-gradient(rgba(0, 0, 0, 0.015), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.015));
}
.t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
  color: #333d46;
}
.t-LinksList-item.is-expanded .t-LinksList-link:before {
  color: rgba(0, 0, 0, 0.25);
}
.t-LinksList--showBadge .t-LinksList-badge {
  border-radius: 4px;
}
.t-LinksList--iconOnly .t-LinksList-icon {
  border-radius: 100%;
}
.t-LinksList--actions .t-LinksList-label {
  color: #2c2c2c;
}
.t-LinksList--actions .t-LinksList-icon {
  color: #2c2c2c;
}
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-icon,
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-label,
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-badge {
  color: #393939;
}
.t-Login-iconValidation {
  background: #9be830;
  color: white;
}
body .t-Login-title {
  color: #404040;
}
.t-Login-region {
  background-color: #ffffff;
}
.t-Login-logo.fa {
  color: #333d46;
}
@media only screen and (max-width: 480px) {
  .t-PageBody--login,
  .t-PageBody--login .t-Body {
    background-color: #ffffff;
  }
}
.t-MediaList-item {
  border-color: #d9d9d9;
}
.t-MediaList--horizontal .t-MediaList-item {
  border-right: 1px solid #d9d9d9;
}
a.t-MediaList-itemWrap {
  color: #2d353d;
}
a.t-MediaList-itemWrap:hover {
  background-color: #f5f5f5;
  color: #2d353d;
}
a.t-MediaList-itemWrap:focus {
  box-shadow: 0 0 0 1px #333d46 inset;
}
.t-MediaList-itemWrap {
  color: #404040;
}
.t-MediaList-badge,
.t-MediaList-desc {
  color: #737373;
}
.t-MediaList-icon {
  color: #d9d9d9;
}
.t-MediaList--cols .t-MediaList-item:before,
.t-MediaList--cols .t-MediaList-item:after {
  background-color: #e6e6e6;
}
.a-MenuBar-label {
  color: #eceff2;
  line-height: 20px;
}
.a-MenuBar-item > .a-Menu-subMenuCol {
  display: inline-block;
  padding: 8px 0;
  vertical-align: top;
  margin-right: 8px;
  margin-left: -4px;
}
.a-MenuBar-item {
  background: #283037;
  border-right: 1px solid #3e4a55;
  border-left: 1px solid #3e4a55;
  margin-left: -1px;
}
.a-MenuBar-item:first-child {
  margin-left: 0;
}
.a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol,
.a-MenuBar.u-rtl .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol {
  border: none;
  margin-right: 0;
  padding: 8px 8px 8px 4px;
}
.a-MenuBar-item.is-disabled .a-MenuBar-label {
  color: rgba(236, 239, 242, 0.5);
}
.a-MenuBar-item:hover {
  background-color: #3e4a55;
}
.a-MenuBar-item.is-expanded {
  background-color: #3e4a55;
}
.a-Menu-content {
  border-radius: 2px;
}
.a-Menu .a-Menu-item {
  color: #393939;
}
.a-Menu-itemSep .a-Menu-hSeparator {
  border-color: #dfdfdf;
}
.a-Menu--current {
  background-color: #536472;
}
.a-Menu .a-Menu-item.is-disabled.is-focused {
  background-color: #F8F8F8;
}
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-subMenuCol {
  color: #393939;
}
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-accel {
  color: #797979;
}
.a-Menu .a-Menu-item.is-focused,
.a-Menu .a-Menu-item.is-expanded {
  background-color: #283037;
  color: #eceff2;
}
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-statusCol,
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-statusCol,
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-subMenuCol,
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-subMenuCol,
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-accel,
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-accel {
  color: #eceff2;
}
.a-Menu .a-Menu-accel {
  color: rgba(57, 57, 57, 0.75);
}
.a-Menu-content {
  background-color: rgba(248, 248, 248, 0.95);
  border-color: #dfdfdf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.a-MenuBar {
  background-color: transparent;
}
.t-Header .a-MenuBar {
  background-color: #283037;
}
.t-Region {
  
}
.t-Region .a-MenuBar-label {
  color: #333333;
  line-height: 20px;
}
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol {
  display: inline-block;
  padding: 8px 0;
  vertical-align: top;
  margin-right: 8px;
  margin-left: -4px;
}
.t-Region .a-MenuBar-item {
  background: #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  margin-left: -1px;
}
.t-Region .a-MenuBar-item:first-child {
  margin-left: 0;
}
.t-Region .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol,
.t-Region .a-MenuBar.u-rtl .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol {
  border: none;
  margin-right: 0;
  padding: 8px 8px 8px 4px;
}
.t-Region .a-MenuBar-item.is-disabled .a-MenuBar-label {
  color: rgba(51, 51, 51, 0.5);
}
.t-Region .a-MenuBar-item:hover {
  background-color: #d9d9d9;
}
.t-Region .a-MenuBar-item.is-expanded {
  background-color: #d9d9d9;
}
.t-Region .a-Menu-content {
  border-radius: 2px;
}
.t-Region .a-Menu .a-Menu-item {
  color: #3d3d3d;
}
.t-Region .a-Menu-itemSep .a-Menu-hSeparator {
  border-color: #e2e2e2;
}
.t-Region .a-Menu--current {
  background-color: #bfbfbf;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused {
  background-color: #fcfcfc;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-subMenuCol {
  color: #3d3d3d;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-accel {
  color: #7c7c7c;
}
.t-Region .a-Menu .a-Menu-item.is-focused,
.t-Region .a-Menu .a-Menu-item.is-expanded {
  background-color: #f2f2f2;
  color: #333333;
}
.t-Region .a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-statusCol,
.t-Region .a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-statusCol,
.t-Region .a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-subMenuCol,
.t-Region .a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-subMenuCol,
.t-Region .a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-accel,
.t-Region .a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-accel {
  color: #333333;
}
.t-Region .a-Menu .a-Menu-accel {
  color: rgba(61, 61, 61, 0.75);
}
.t-Region .a-Menu-content {
  background-color: rgba(252, 252, 252, 0.95);
  border-color: #e2e2e2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.t-Header {
  
}
.t-Header .a-MenuBar-label {
  color: #dee2e6;
  vertical-align: top;
}
.t-Header .a-MenuBar-item {
  vertical-align: top;
}
.t-Header .a-MenuBar-item.is-focused,
.t-Header .a-MenuBar-item:hover {
  background-color: #485764 !important;
}
.t-Header .a-MenuBar-item.a-Menu--current,
.t-Header .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #485764 !important;
}
.t-Header .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
.t-Header .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
  color: #dee2e6 !important;
  font-weight: bold;
}
.t-Header .a-MenuBar-item.is-expanded,
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #485764 !important;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(222, 226, 230, 0.8);
  border-color: #536472;
  border-radius: 100%;
}
.t-Header .a-MenuBar-item.a-Menu--current.is-focused > .a-Menu-subMenuCol .a-Icon,
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol:hover .a-Icon {
  background-color: #697d90;
  border-color: #697d90;
  color: #ffffff;
}
.t-Header .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #768a9c;
  border-color: #768a9c;
}
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #dee2e6;
  border-color: #dee2e6;
  color: #1e2328;
}
.t-Header .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #a9b5c0;
  border-color: #a9b5c0;
  color: #1e2328;
}
.t-Header .a-Menu-content {
  border-width: 0;
  background-color: #485764;
}
.t-Header .a-Menu .a-Menu-item {
  color: #dee2e6;
}
.t-Header .a-Menu-accel {
  color: rgba(222, 226, 230, 0.75);
}
.t-Header .a-Menu .a-Menu-item.is-focused,
.t-Header .a-Menu .a-Menu-item.is-expanded {
  background-color: #3e4a55 !important;
}
.t-Body {
  
}
.t-Body .a-MenuBar-label {
  color: #393939;
  vertical-align: top;
}
.t-Body .a-MenuBar-item {
  vertical-align: top;
}
.t-Body .a-MenuBar-item.is-focused,
.t-Body .a-MenuBar-item:hover {
  background-color: #dfdfdf !important;
}
.t-Body .a-MenuBar-item.a-Menu--current,
.t-Body .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #dfdfdf !important;
}
.t-Body .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
.t-Body .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
  color: #393939 !important;
  font-weight: bold;
}
.t-Body .a-MenuBar-item.is-expanded,
.t-Body .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #dfdfdf !important;
}
.t-Body .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(57, 57, 57, 0.8);
  border-color: #ffffff;
  border-radius: 100%;
}
.t-Body .a-MenuBar-item.a-Menu--current.is-focused > .a-Menu-subMenuCol .a-Icon,
.t-Body .a-MenuBar-item > .a-Menu-subMenuCol:hover .a-Icon {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #000000;
}
.t-Body .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #ffffff;
  border-color: #ffffff;
}
.t-Body .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #393939;
  border-color: #393939;
  color: #f8f8f8;
}
.t-Body .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #dfdfdf;
}
.t-Body .a-Menu-content {
  border-width: 0;
  background-color: #dfdfdf;
}
.t-Body .a-Menu .a-Menu-item {
  color: #393939;
}
.t-Body .a-Menu-accel {
  color: rgba(57, 57, 57, 0.75);
}
.t-Body .a-Menu .a-Menu-item.is-focused,
.t-Body .a-Menu .a-Menu-item.is-expanded {
  background-color: #ebebeb !important;
}
.t-Body .a-MenuBar > ul {
  background-color: #e6e6e6;
}
.t-Body .a-MenuBar-item {
  border-color: #dfdfdf;
}
.t-Body .a-MenuBar-item.is-focused {
  box-shadow: none;
}
.t-Region {
  
}
.t-Region .a-MenuBar-label {
  color: #404040;
  vertical-align: top;
}
.t-Region .a-MenuBar-item {
  vertical-align: top;
}
.t-Region .a-MenuBar-item.is-focused,
.t-Region .a-MenuBar-item:hover {
  background-color: #e6e6e6 !important;
}
.t-Region .a-MenuBar-item.a-Menu--current,
.t-Region .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #e6e6e6 !important;
}
.t-Region .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
.t-Region .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
  color: #404040 !important;
  font-weight: bold;
}
.t-Region .a-MenuBar-item.is-expanded,
.t-Region .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #e6e6e6 !important;
}
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(64, 64, 64, 0.8);
  border-color: #ffffff;
  border-radius: 100%;
}
.t-Region .a-MenuBar-item.a-Menu--current.is-focused > .a-Menu-subMenuCol .a-Icon,
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol:hover .a-Icon {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  color: #000000;
}
.t-Region .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #ffffff;
  border-color: #ffffff;
}
.t-Region .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #404040;
  border-color: #404040;
  color: #ffffff;
}
.t-Region .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #e6e6e6;
}
.t-Region .a-Menu-content {
  border-width: 0;
  background-color: #e6e6e6;
}
.t-Region .a-Menu .a-Menu-item {
  color: #404040;
}
.t-Region .a-Menu-accel {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-Menu .a-Menu-item.is-focused,
.t-Region .a-Menu .a-Menu-item.is-expanded {
  background-color: #f2f2f2 !important;
}
.t-Region .a-MenuBar > ul {
  background-color: #e6e6e6;
}
.t-Region .a-MenuBar-item {
  border-color: #e6e6e6;
}
.t-Region .a-MenuBar-item.is-focused {
  box-shadow: none;
}
.t-Header-userMenu .a-Menu-content {
  border-width: 0;
  background-color: #485764;
}
.t-Header-userMenu .a-Menu-item.is-focused,
.t-Header-userMenu .a-Menu-item.is-expanded {
  background-color: #3e4a55 !important;
}
.t-Header-userMenu.a-Menu .a-Menu-item .a-Menu-label {
  color: #dee2e6;
  -webkit-font-smoothing: antialiased;
}
.t-NavigationBar-menu .a-Menu-content {
  border-radius: 0 0 2px 2px;
  background-color: #080a0b;
  border-width: 0;
}
.t-NavigationBar-menu .a-Menu-item.is-focused,
.t-NavigationBar-menu .a-Menu-item.is-expanded {
  background-color: #1e2328 !important;
}
.t-NavigationBar-menu .a-Menu-item.is-focused > .a-Menu-label,
.t-NavigationBar-menu .a-Menu-item.is-expanded > .a-Menu-label {
  color: #c9c9c9 !important;
}
.t-NavigationBar-menu .a-Menu-item .a-Menu-label,
.t-NavigationBar-menu.a-Menu .a-Menu-item a,
.t-NavigationBar-menu.a-Menu .a-Menu-item .a-Menu-statusCol {
  color: #fbfcfc !important;
}
.t-PopupLOV-links a:hover {
  background-color: #2d353d;
  color: #f2f4f6;
}
.t-PopupLOV-resultsSet tr:hover td {
  background-color: #ECF2FB !important;
}
.t-PopupLOV-resultsSet tr:nth-child(2n) td {
  background-color: #FAFAFA;
}
.t-PopupLOV-resultsSet-link,
.ui-widget-content a.t-PopupLOV-resultsSet-link {
  color: #2d353d;
}
.t-Page--popupLOV {
  background-color: #FFF;
}
.t-PopupLOV-actions {
  background-color: #F8F8F8;
}
.t-Body .t-PopupLOV-links a {
  color: #393939;
}
.t-Body-title .t-PopupLOV-links a {
  color: #393939;
}
.t-Body-info .t-PopupLOV-links a {
  color: #393939;
}
.t-Region .t-PopupLOV-links a,
.t-ButtonRegion .t-PopupLOV-links a {
  color: #404040;
}
.t-PopupLOV-links a:hover {
  background-color: #424f5b;
  color: #f2f4f6;
}
.t-Body .t-PopupLOV-pagination {
  color: #797979;
}
.t-Body-title .t-PopupLOV-pagination {
  color: #797979;
}
.t-Body-info .t-PopupLOV-pagination {
  color: #797979;
}
.t-Region .t-PopupLOV-pagination,
.t-ButtonRegion .t-PopupLOV-pagination {
  color: #808080;
}
.t-Region {
  background-color: #ffffff;
}
.t-Body .fielddata b {
  color: #393939;
}
.t-Body-title .fielddata b {
  color: #393939;
}
.t-Body-info .fielddata b {
  color: #393939;
}
.t-Region .fielddata b,
.t-ButtonRegion .fielddata b {
  color: #404040;
}
.t-Region-header {
  background-color: #fcfcfc;
  border-bottom: 1px solid #e2e2e2;
}
.t-Region-header .t-Region-title,
.t-Region-header .t-Button--noUI {
  color: #3d3d3d;
}
.t-Body-actions .t-Region-header {
  background: transparent;
}
.t-Region--stacked {
  border-radius: 0 !important;
}
.t-Region--stacked > .t-Region-header {
  border-radius: 0 !important;
}
.t-Region--noBorder > .t-Region-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #404040;
}
.t-Region--accent1 > .t-Region-header,
.t-Region--accent1.t-Region--noBorder > .t-Region-header {
  background-color: #e71496;
  border-bottom: 1px solid #ee40ab;
}
.t-Region--accent1 > .t-Region-header .t-Region-title,
.t-Region--accent1.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent1 > .t-Region-header .t-Button--noUI,
.t-Region--accent1.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #fffbfd;
}
.t-Region--accent2 > .t-Region-header,
.t-Region--accent2.t-Region--noBorder > .t-Region-header {
  background-color: #0598c4;
  border-bottom: 1px solid #06bff6;
}
.t-Region--accent2 > .t-Region-header .t-Region-title,
.t-Region--accent2.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent2 > .t-Region-header .t-Button--noUI,
.t-Region--accent2.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region--accent3 > .t-Region-header,
.t-Region--accent3.t-Region--noBorder > .t-Region-header {
  background-color: #f7ce17;
  border-bottom: 1px solid #d4ae07;
}
.t-Region--accent3 > .t-Region-header .t-Region-title,
.t-Region--accent3.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent3 > .t-Region-header .t-Button--noUI,
.t-Region--accent3.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region--accent4 > .t-Region-header,
.t-Region--accent4.t-Region--noBorder > .t-Region-header {
  background-color: #9be830;
  border-bottom: 1px solid #81ce17;
}
.t-Region--accent4 > .t-Region-header .t-Region-title,
.t-Region--accent4.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent4 > .t-Region-header .t-Button--noUI,
.t-Region--accent4.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #0e1703;
}
.t-Region--accent5 > .t-Region-header,
.t-Region--accent5.t-Region--noBorder > .t-Region-header {
  background-color: #8e8e93;
  border-bottom: 1px solid #a8a8ac;
}
.t-Region--accent5 > .t-Region-header .t-Region-title,
.t-Region--accent5.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent5 > .t-Region-header .t-Button--noUI,
.t-Region--accent5.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region-header {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.t-Region h2.t-Region-title {
  color: #3d3d3d;
}
.t-Region-body {
  color: #404040;
}
.t-Region--hideShow.is-collapsed {
  border-bottom-color: transparent;
}
.t-Region--scrollBody > .t-Region-bodyWrap > .t-Region-body {
  background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.025)) 0 100%;
  background-color: #ffffff;
}
.t-Body-actions .t-Region {
  background-color: transparent;
}
.t-Body-actions .t-Region-header {
  background-color: transparent;
}
.t-Body-side .t-Region {
  background-color: transparent;
}
.t-Region,
.t-Region-header {
  border-radius: 4px;
}
.t-Region--noBG {
  background-color: transparent;
}
.t-Body-actions .t-Region {
  background-color: transparent;
}
.t-Region--carousel .apex-rds-button {
  background-color: transparent;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #FFF;
}
.t-Region--carousel .apex-rds-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.t-Region--carousel .apex-rds-button:active,
.t-Region--carousel .apex-rds-button:active:focus {
  background-color: rgba(0, 0, 0, 0.75);
}
.t-Region--carousel .apex-rds-next-region {
  border-radius: 2px 0 0 2px;
}
.t-Region--carousel .apex-rds-previous-region {
  border-radius: 0 2px 2px 0;
}
.t-Region--carousel .a-Region-carouselNavItem.apex-rds-selected .a-Region-carouselLink {
  background-color: rgba(0, 0, 0, 0.45);
}
.t-Region--carousel .a-Region-carouselNavItem.apex-rds-selected .a-Region-carouselLink:focus {
  background-color: #333d46;
}
.t-Region--carousel .a-Region-carouselLink {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}
.t-Report-cell,
.t-Report-colHead {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.t-Report-report tr .t-Report-cell:last-child,
.t-Report-report tr .t-Report-colHead:last-child {
  border-right: 1px solid #e6e6e6;
}
.t-Report-report tr:last-child .t-Report-cell {
  border-bottom: 1px solid #e6e6e6;
}
.t-Report .is-stuck .t-Report-colHead {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
}
.t-Report--rowHighlight .t-Report-report tr:hover .t-Report-cell,
.t-Report--rowHighlight .t-Report-report tr:nth-child(odd):hover .t-Report-cell {
  background-color: #fafafa !important;
}
.t-Report--staticRowColors .t-Report-report tr:nth-child(odd) .t-Report-cell {
  background-color: transparent;
}
.t-Report--altRowsDefault .t-Report-report tr:nth-child(odd) .t-Report-cell {
  background-color: #fcfcfc;
}
.t-Report-paginationText b,
.t-Report-paginationText a:hover {
  background-color: #333d46;
  color: #fbfcfc;
}
.t-SocialFooter {
  padding-top: 48px;
  padding-bottom: 24px;
}
.t-SocialFooter .row {
  padding-top: 8px;
}
.t-SocialFooter .col {
  padding-bottom: 8px;
  text-align: center;
  transition: all 0.2s;
}
.t-SocialFooter .col:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.05);
}
.t-SocialFooter a {
  transition: all 0.2s;
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgba(57, 57, 57, 0.8);
}
.t-SocialFooter a .t-Icon {
  display: block;
  margin: 0 auto;
  color: rgba(57, 57, 57, 0.4);
}
.t-SocialFooter a .fa {
  font-size: 28px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.t-SocialFooter a .a-Icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.t-SocialFooter a .a-Icon:before {
  font-size: 32px;
}
.t-SocialFooter a:hover,
.t-SocialFooter a:hover .t-Icon {
  color: #2d353d;
}
.t-SearchResults-desc {
  color: #393939;
}
.t-SearchResults-date {
  color: #6c6c6c;
}
.t-SearchResults-misc {
  color: #6c6c6c;
}
.t-Region .t-SearchResults-desc {
  color: #404040;
}
.t-Region .t-SearchResults-date {
  color: #737373;
}
.t-Region .t-SearchResults-misc {
  color: #737373;
}
.t-StatusList-blockHeader {
  color: #404040;
  background-color: #fcfcfc;
}
.t-StatusList-headerTextAlt,
.t-StatusList-attr,
.t-StatusList-textDesc {
  color: #737373;
}
.t-StatusList-itemTitle {
  color: #404040;
}
.t-StatusList--dates .t-StatusList-marker {
  color: #707070;
  border-radius: 2px;
  background-color: #FFF;
}
.t-StatusList--dates .t-StatusList-marker:after {
  background-color: #A0A0A0;
  border-radius: 2px 2px 0 0;
}
.t-StatusList--bullets .t-StatusList-marker {
  border-radius: 24px;
  background-color: #fff;
  color: #404040;
}
.t-StatusList--bullets .t-StatusList-item.is-complete .t-StatusList-marker {
  background-color: #707070;
}
.t-StatusList--bullets .t-StatusList-item.is-danger .t-StatusList-marker,
.t-StatusList--bullets .t-StatusList-item.is-error .t-StatusList-marker {
  background-color: #ff3b30;
}
.t-StatusList--bullets .t-StatusList-item.is-open .t-StatusList-marker {
  background-color: #4cd964;
}
.t-StatusList--bullets .t-StatusList-item.is-warning .t-StatusList-marker {
  background-color: #ffcc00;
}
.t-StatusList--bullets .t-StatusList-item.is-null .t-StatusList-marker {
  background-color: #F0F0F0;
}
.t-StatusList--bullets .t-StatusList-item.is-null .t-StatusList-marker {
  color: #A0A0A0;
}
.t-Tabs--simple .t-Tabs-item.is-active .t-Tabs-link,
.apex-rds .apex-rds-selected a {
  box-shadow: 0 -2px 0 #5e7081 inset;
}
.t-Tabs--simple .t-Tabs-link:focus,
.apex-rds a:focus {
  box-shadow: 0 0 0 2px #5e7081 inset;
}
.t-Tabs--pill {
  background: linear-gradient(#F8F8F8, #F4F4F4);
  border-radius: 2px;
}
.t-Body .t-Tabs--pill .t-Icon {
  color: #797979;
}
.t-Body-title .t-Tabs--pill .t-Icon {
  color: #797979;
}
.t-Body-info .t-Tabs--pill .t-Icon {
  color: #797979;
}
.t-Region .t-Tabs--pill .t-Icon,
.t-ButtonRegion .t-Tabs--pill .t-Icon {
  color: #808080;
}
.t-Body .t-Tabs--pill .t-Tabs-link {
  color: #393939;
}
.t-Body-title .t-Tabs--pill .t-Tabs-link {
  color: #393939;
}
.t-Body-info .t-Tabs--pill .t-Tabs-link {
  color: #393939;
}
.t-Region .t-Tabs--pill .t-Tabs-link,
.t-ButtonRegion .t-Tabs--pill .t-Tabs-link {
  color: #404040;
}
.t-Tabs--pill .t-Tabs-link:hover {
  background-color: #FFF;
}
.t-Tabs--pill .t-Tabs-link:focus {
  border-color: #4696FC;
}
.t-Tabs--pill .t-Tabs-link:active {
  background-color: #F0F0F0;
}
.t-Tabs--pill .t-Tabs-item:first-child .t-Tabs-link {
  border-radius: 2px 0 0 2px;
}
.t-Tabs--pill .t-Tabs-item.is-active .t-Tabs-link {
  background-color: #FFF;
}
.t-Tabs--simple .t-Icon {
  color: #404040;
}
.t-Tabs--simple .t-Tabs-link,
.apex-rds a {
  color: #393939;
}
.t-Tabs--simple .t-Tabs-link:hover,
.apex-rds a:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.t-Tabs--simple .t-Tabs-link:active,
.apex-rds a:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.t-Body .t-Tabs--simple .t-Tabs-link,
.t-Body .apex-rds a {
  color: #393939;
}
.t-Body-title .t-Tabs--simple .t-Tabs-link,
.t-Body-title .apex-rds a,
.t-Body-info .t-Tabs--simple .t-Tabs-link,
.t-Body-info .apex-rds a {
  color: #393939;
}
.t-Region .t-Tabs--simple .t-Tabs-link,
.t-Region .apex-rds a {
  color: #404040;
}
.apex-rds-hover.left a {
  background: -webkit-linear-gradient(left, #f8f8f8 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #f8f8f8 50%, rgba(255, 255, 255, 0) 100%);
}
.apex-rds-hover.right a {
  background: -webkit-linear-gradient(left, #f8f8f8 0%, rgba(255, 255, 255, 0) 1%, #f8f8f8 50%);
  background: linear-gradient(to right, #f8f8f8 0%, rgba(255, 255, 255, 0) 1%, #f8f8f8 50%);
}
.a-TagCloud-link {
  border-color: #f2f2f2;
  border-radius: 2px;
  background: #fafafa;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
  color: #2a333a;
}
.a-TagCloud-link span {
  transition: color 0.2s;
}
.a-TagCloud-link:hover {
  text-decoration: none;
  background-color: #333d46;
  border-color: #333d46;
  color: #fbfcfc;
  box-shadow: 0 0 0 2px #333d46 inset;
}
.a-TagCloud-link:hover span {
  color: #fbfcfc;
}
.a-TagCloud-count {
  color: #666666;
  font-weight: 200;
}
.t-Timeline {
  color: #404040;
}
.t-Timeline-username,
.t-Timeline-date,
.t-Timeline-desc {
  color: #737373;
}
.t-Timeline-wrap {
  color: #404040;
}
.t-Timeline-type {
  background-color: #f2f2f2;
  color: #3d3d3d;
}
.t-Timeline-type.is-new {
  background-color: #9be830;
  color: #FFF;
}
.t-Timeline-type.is-updated {
  background-color: #0598c4;
  color: #FFF;
}
.t-Timeline-type.is-removed {
  background-color: #e71496;
  color: #FFF;
}
.t-Timeline-wrap:focus {
  outline: none;
  box-shadow: 0 0 0 1px #333d46 inset;
}
.t-PageBody--leftNav .t-Body-nav {
  background-color: #333d46;
}
.t-Region {
  
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
  box-shadow: 0 0 0 1px #e8e8e8 inset;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
  background-color: #f7f7f7;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
.t-Region .a-TreeView-node--topLevel ul {
  background-color: #ffffff;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #f0f0f0 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle,
.t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle:hover,
.t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
  color: #404040 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover {
  color: #404040 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content {
  color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .a-Icon {
  color: rgba(64, 64, 64, 0.95);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover .a-Icon,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon {
  color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-label {
  color: inherit;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-selected,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top {
  color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
  color: #404040 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row {
  transition: background-color 0.1s;
}
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row.is-selected,
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row.is-focused {
  background-color: #f7f7f7;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
  box-shadow: 0 0 0 1px #323a42 inset;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
  background-color: #252b31;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
.t-TreeNav .a-TreeView-node--topLevel ul {
  background-color: #1e2328;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #2b3239 !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle {
  color: rgba(222, 226, 230, 0.75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle:hover,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
  color: #dee2e6 !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover {
  color: #dee2e6 !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content {
  color: #fbfcfc;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .fa,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .a-Icon {
  color: #fbfcfc;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .fa,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .a-Icon,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon {
  color: #dee2e6;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-label {
  color: inherit;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top {
  color: #dee2e6;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle {
  color: rgba(251, 252, 252, 0.75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
  color: #fbfcfc !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row {
  transition: background-color 0.1s;
}
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .fa,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .a-Icon {
  color: #dee2e6;
}
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content {
  color: #dee2e6;
}
.t-Dialog--wizard {
  border: #e6e6e6;
}
.t-Wizard {
  background-color: #ffffff;
  border-radius: 2px;
}
.t-Wizard .t-Wizard-title {
  color: #404040;
}
body .t-Wizard--modal {
  background: #ffffff;
}
body .t-Wizard--modal .t-Wizard-body {
  background: linear-gradient(#ffffff 40%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 60%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.025)) 0 100%;
  background-color: #ffffff;
}
body .t-Wizard--modal .t-Region {
  background: #ffffff;
}
.t-Wizard {
  border-color: #e6e6e6;
}
.t-Wizard .t-Wizard-header {
  background-color: #fafafa;
  border-color: #ededed;
}
.t-WizardSteps-wrap:after {
  background-color: #e6e6e6;
}
.t-WizardSteps-step .t-WizardSteps-marker {
  background-color: #cccccc;
}
.t-WizardSteps-step.is-complete .t-WizardSteps-marker {
  background-color: #9be830;
  color: #FFF;
}
.t-WizardSteps-step.is-active .t-WizardSteps-marker {
  background-color: #333d46;
}
.t-WizardSteps-label {
  color: #666666;
}
.t-WizardSteps-step.is-active .t-WizardSteps-label {
  color: #404040;
}
/*!
 * http:
 * http:
 * http:
 */
body .ui-dialog .ui-dialog-titlebar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #F8F8F8;
}
body .ui-dialog .ui-dialog-title {
  color: #393939;
}
body .ui-dialog .ui-dialog-titlebar-close {
  border-radius: 100%;
}
body .ui-dialog .ui-dialog-buttonpane {
  border-top-color: #F0F0F0;
}
body .ui-widget-content {
  border-color: #ebebeb;
  background-color: #ffffff;
  color: #404040;
}
body .ui-widget-content a {
  color: #2d353d;
}
body .ui-widget-header {
  border-color: #ebebeb;
  background-color: #fcfcfc;
  color: #3d3d3d;
}
body .ui-widget-header a {
  color: #3d3d3d;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  background-color: #f8f8f8;
  color: #383838;
}
body .ui-state-default a,
body .ui-state-default a:link,
body .ui-state-default a:visited,
body .ui-state-active a,
body .ui-state-active a:link,
body .ui-state-active a:visited {
  color: #2d353d;
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover {
  background-color: #ffffff;
  color: #383838;
}
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  box-shadow: 0 0 0 1px #333d46 inset, 0 0 1px 2px rgba(51, 61, 70, 0.25) !important;
  background-color: #ffffff;
  color: #383838;
}
body .ui-datepicker .ui-datepicker-buttonpane button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #333d46 inset, 0 0 1px 2px rgba(51, 61, 70, 0.25) !important;
}
body .ui-state-hover a,
body .ui-state-hover a:hover,
body .ui-state-hover a:link,
body .ui-state-hover a:visited,
body .ui-state-focus a,
body .ui-state-focus a:hover,
body .ui-state-focus a:link,
body .ui-state-focus a:visited {
  color: #2d353d;
}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
  background-color: #dedede;
  color: #383838;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background-color: #b1bdc7;
  color: #3d3d3d;
}
body .ui-state-highlight a,
body .ui-widget-content .ui-state-highlight a,
body .ui-widget-header .ui-state-highlight a {
  color: #3d3d3d;
}
body .ui-state-error,
body .ui-widget-content .ui-state-error,
body .ui-widget-header .ui-state-error {
  background-color: #e71496;
  color: #fffbfd;
}
body .ui-state-error a,
body .ui-widget-content .ui-state-error a,
body .ui-widget-header .ui-state-error a {
  color: #fffbfd;
}
body .ui-state-error-text,
body .ui-widget-content .ui-state-error-text,
body .ui-widget-header .ui-state-error-text {
  color: #e71496;
}
body .ui-datepicker td span.ui-state-default,
body .ui-datepicker td a.ui-state-default {
  background-color: transparent;
  color: #404040;
}
body .ui-datepicker td span.ui-state-default.ui-state-active,
body .ui-datepicker td a.ui-state-default.ui-state-active {
  background-color: #333d46;
  color: #fbfcfc;
  font-weight: bold;
}
body .ui-datepicker td span.ui-state-default.ui-state-active.ui-state-hover,
body .ui-datepicker td a.ui-state-default.ui-state-active.ui-state-hover {
  background-color: #333d46 !important;
}
body .ui-datepicker td span.ui-state-default.ui-state-hover,
body .ui-datepicker td a.ui-state-default.ui-state-hover {
  background-color: #f2f2f2 !important;
}
body .ui-datepicker td span.ui-state-default:focus,
body .ui-datepicker td a.ui-state-default:focus {
  outline: none;
  box-shadow: 0 0 0 1px #333d46 inset, 0 0 1px 2px rgba(51, 61, 70, 0.25) !important;
}
body .ui-datepicker td span.ui-state-default.ui-state-highlight,
body .ui-datepicker td a.ui-state-default.ui-state-highlight {
  background-color: #ebebeb;
}
body .ui-datepicker th {
  color: #808080;
}
body .ui-datepicker .ui-datepicker-header,
body .ui-datepicker .ui-datepicker-buttonpane button,
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev {
  border-radius: 2px;
}
body .ui-dialog .ui-dialog-titlebar {
  background-color: #fcfcfc;
  border-bottom: 1px solid #e2e2e2;
}
body .ui-dialog .ui-dialog-title {
  color: #3d3d3d;
}
body .ui-dialog .ui-dialog-content,
.t-Dialog-page {
  background-color: #ffffff;
  color: #404040;
}
.t-Dialog--wizard.ui-dialog,
.t-Dialog--wizard.ui-dialog .ui-dialog-titlebar,
.t-Dialog--wizard body .ui-dialog .ui-dialog-content {
  background-color: #ffffff;
  color: #404040;
}
.t-Dialog--wizard.ui-dialog .ui-dialog-title {
  color: #404040;
}
body .ui-corner-all {
  border-radius: 4px;
}
body .ui-corner-top,
body .ui-corner-left,
body .ui-corner-tl {
  border-top-left-radius: 4px;
}
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr {
  border-top-right-radius: 4px;
}
body .ui-corner-bottom,
body .ui-corner-left,
body .ui-corner-bl {
  border-bottom-left-radius: 4px;
}
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
  border-bottom-right-radius: 4px;
}
body .ui-button.ui-corner-all {
  border-radius: 2px;
}
body .ui-button.ui-corner-top,
body .ui-button.ui-corner-left,
body .ui-button.ui-corner-tl {
  border-top-left-radius: 2px;
}
body .ui-button.ui-corner-top,
body .ui-button.ui-corner-right,
body .ui-button.ui-corner-tr {
  border-top-right-radius: 2px;
}
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-left,
body .ui-button.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-right,
body .ui-button.ui-corner-br {
  border-bottom-right-radius: 2px;
}
.ac_results {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #404040;
}
.ac_loading {
  background: white url('../../../apex_ui/img/legacy/loading16x16.gif') right center no-repeat;
}
.ac_odd {
  background-color: #f2f2f2;
}
body .ac_over {
  background-color: #333d46;
  color: #fbfcfc;
}
body .a-D3LineChart .a-D3LineChart-axis-title,
body .a-D3BarChart .a-D3LineChart-axis-title {
  fill: #404040;
}
body .a-D3LineChart .a-D3LineChart-axis .tick text,
body .a-D3BarChart .a-D3LineChart-axis .tick text {
  fill: #808080;
}
body .a-D3LineChart .a-D3LineChart-axis line,
body .a-D3BarChart .a-D3LineChart-axis line,
body .a-D3LineChart .a-D3LineChart-axis path,
body .a-D3BarChart .a-D3LineChart-axis path {
  stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis-title {
  fill: #404040;
}
body .a-D3BarChart .a-D3BarChart-grid line,
body .a-D3BarChart .a-D3BarChart-grid {
  stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis line,
body .a-D3BarChart .a-D3BarChart-axis path {
  stroke: #cccccc;
}
body .a-D3BarChart .a-D3BarChart-axis .tick text {
  fill: #808080;
}
body .a-D3Tooltip {
  background-color: #808080;
  color: #ffffff !important;
}
body .a-D3Tooltip-content {
  border-top: #999999;
}
body .a-D3ChartLegend.a-D3ChartLegend--external-borders {
  border-width: 0;
}
body .a-D3ChartLegend-item,
body .a-D3ChartLegend.a-D3ChartLegend--background .a-D3ChartLegend-layout {
  background-color: transparent;
  border-width: 0 !important;
}
body .a-D3ChartLegend-item-value {
  color: #666666;
}
body .a-D3ChartLegend.a-D3ChartLegend--square-color .a-D3ChartLegend-item-color {
  border-radius: 100%;
  border-right-width: 0;
}
.t-Body {
  
}
.t-Body .a-MiniCal {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: #F8F8F8;
}
.t-Body .a-MiniCal-title {
  color: #393939;
}
.t-Body .a-MiniCal-dayOfWeek {
  color: #797979;
}
.t-Body .a-MiniCal-day {
  border-color: #f2f2f2;
  color: #393939;
}
.t-Body .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #333d46;
  color: #fbfcfc;
}
.t-Body .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #f7ce17;
  color: #ffffff;
}
.t-Body .a-MiniCal-day.is-weekend {
  background-color: #f3f3f3;
}
.t-Body .a-MiniCal-day.is-null {
  background-color: #eeeeee;
}
.t-Region {
  
}
.t-Region .a-MiniCal {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #ffffff;
}
.t-Region .a-MiniCal-title {
  color: #404040;
}
.t-Region .a-MiniCal-dayOfWeek {
  color: #808080;
}
.t-Region .a-MiniCal-day {
  border-color: #f9f9f9;
  color: #404040;
}
.t-Region .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #333d46;
  color: #fbfcfc;
}
.t-Region .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #f7ce17;
  color: #ffffff;
}
.t-Region .a-MiniCal-day.is-weekend {
  background-color: #fafafa;
}
.t-Region .a-MiniCal-day.is-null {
  background-color: #f5f5f5;
}
.t-Body-actions {
  
}
.t-Body-actions .a-MiniCal {
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background-color: #ebebeb;
}
.t-Body-actions .a-MiniCal-title {
  color: #2c2c2c;
}
.t-Body-actions .a-MiniCal-dayOfWeek {
  color: #6c6c6c;
}
.t-Body-actions .a-MiniCal-day {
  border-color: #e5e5e5;
  color: #2c2c2c;
}
.t-Body-actions .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #333d46;
  color: #fbfcfc;
}
.t-Body-actions .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #f7ce17;
  color: #ffffff;
}
.t-Body-actions .a-MiniCal-day.is-weekend {
  background-color: #e6e6e6;
}
.t-Body-actions .a-MiniCal-day.is-null {
  background-color: #e1e1e1;
}
.t-Body-info {
  
}
.t-Body-info .a-MiniCal {
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.t-Body-info .a-MiniCal-title {
  color: #393939;
}
.t-Body-info .a-MiniCal-dayOfWeek {
  color: #797979;
}
.t-Body-info .a-MiniCal-day {
  border-color: #f2f2f2;
  color: #393939;
}
.t-Body-info .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #333d46;
  color: #fbfcfc;
}
.t-Body-info .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #f7ce17;
  color: #ffffff;
}
.t-Body-info .a-MiniCal-day.is-weekend {
  background-color: #f3f3f3;
}
.t-Body-info .a-MiniCal-day.is-null {
  background-color: #eeeeee;
}
.t-Body .a-DetailedContentList-title {
  color: #393939;
}
.t-Body-info .a-DetailedContentList-title {
  color: #393939;
}
.t-Region .a-DetailedContentList-title,
.t-ButtonRegion .a-DetailedContentList-title {
  color: #404040;
}
body .a-DetailedContentList-item:focus .a-DetailedContentList-header {
  box-shadow: 0 0 0 1px #1e2328 inset;
}
body .a-DetailedContentList-item.is-expanded .a-DetailedContentList-trigger {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #333d46 inset;
  color: #333d46;
}
body .a-DetailedContentList-item.is-expanded .a-DetailedContentList-trigger:focus {
  background-color: #1e2328;
  color: #fbfcfc;
  box-shadow: 0 0 0 1px #1e2328 inset;
}
body .a-DetailedContentList-header:hover {
  background-color: #f2f2f2;
}
body .a-DetailedContentList-icon {
  color: rgba(64, 64, 64, 0.5);
}
body .a-DetailedContentList-badge {
  color: #404040;
}
body .a-DetailedContentList-trigger {
  background: #fbfcfc;
  color: rgba(64, 64, 64, 0.75);
}
body .a-DetailedContentList-trigger:hover {
  color: #1e2328;
}
body .a-DetailedContentList-trigger:focus {
  color: #1e2328;
}
body .a-DetailedContentList-body {
  background-color: #ffffff;
}
body .content-tooltip .a-DetailedContentList-body {
  background-color: #080a0b;
}
body .content-tooltip .a-DetailedContentList-body-row-label {
  color: #fbfcfc;
}
body .content-tooltip .a-DetailedContentList-body-row-content {
  color: #5e7081;
}
body .a-DetailedContentList-body-header {
  background: #fbfcfc;
}
body .a-DetailedContentList-body-row-label {
  color: #404040;
}
body .a-DetailedContentList-body-row-content {
  color: #080a0b;
}
body .a-DetailedContentList.a-DetailedContentList--tooltip .a-DetailedContentList-body:after {
  border-color: #ffffff transparent;
}
body .a-DetailedContentList.a-DetailedContentList--tooltip .a-DetailedContentList-body:before {
  border-color: #fbfcfc transparent;
}
body .ui-tooltip.content-tooltip {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body .ui-tooltip.content-tooltip .a-DetailedContentList-body {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body .ui-tooltip.content-tooltip .arrow.bottom:before {
  border-color: #080a0b transparent;
}
body .ui-tooltip.content-tooltip .arrow.bottom:after {
  border-color: #080a0b transparent;
}
body .ui-tooltip.content-tooltip .arrow.bottom.light:after {
  border-color: #eaeaea transparent;
}
body .ui-tooltip.content-tooltip .arrow.top:before {
  border-color: #080a0b transparent;
}
body .ui-tooltip.content-tooltip .arrow.top:after {
  border-color: #080a0b transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:before {
  border-color: transparent #fbfcfc transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:after {
  border-color: transparent #080a0b transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.right:before {
  border-color: transparent transparent transparent rgba(64, 64, 64, 0.5);
}
body .ui-tooltip.content-tooltip .arrow.right:after {
  border-color: transparent transparent transparent #080a0b;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) {
  background-color: #e71496;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) a {
  color: #fffbfd;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ee40ab inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) {
  background-color: #0598c4;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #06bff6 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) {
  background-color: #f7ce17;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d4ae07 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) {
  background-color: #9be830;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) a {
  color: #0e1703;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #81ce17 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) {
  background-color: #8e8e93;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a8a8ac inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) {
  background-color: #2ca5a5;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) a {
  color: #fdfdfd;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #3acaca inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) {
  background-color: #ffcc00;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) a {
  color: #000000;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #cca300 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) {
  background-color: #7e52ac;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) a {
  color: #fefeff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #9874bd inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) {
  background-color: #ce3047;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) a {
  color: #fffefe;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d8596b inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) {
  background-color: #5856D6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #817fe0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) {
  background-color: #ec43ab;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) a {
  color: #fffcfe;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f171c0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) {
  background-color: #37add0;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #60beda inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) {
  background-color: #f9d845;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f7cd14 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) {
  background-color: #afed59;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) a {
  color: #3e4535;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #99e82c inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) {
  background-color: #a5a5a9;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #bfbfc2 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) {
  background-color: #56b7b7;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) a {
  color: #fdfdfd;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #7ac6c6 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) {
  background-color: #ffd633;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) a {
  color: #333333;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffcc00 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) {
  background-color: #9875bd;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) a {
  color: #fffeff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b197cd inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) {
  background-color: #d8596c;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) a {
  color: #fffefe;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #e28390 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) {
  background-color: #7978de;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a2a1e8 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) {
  background-color: #d01287;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) a {
  color: #e5e2e4;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ec28a1 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) {
  background-color: #0589b0;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) a {
  color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #06afe2 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) {
  background-color: #deb915;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) a {
  color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b09210 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) {
  background-color: #8cd12b;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) a {
  color: #0d1402;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #6fa722 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) {
  background-color: #808084;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) a {
  color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #9a9a9d inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) {
  background-color: #289595;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) a {
  color: #e4e4e4;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #32bdbd inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) {
  background-color: #e6b800;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) a {
  color: #000000;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b38f00 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) {
  background-color: #714a9b;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) a {
  color: #e5e5e5;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #8b63b5 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) {
  background-color: #b92b40;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) a {
  color: #e5e5e5;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d34459 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) {
  background-color: #4f4dc1;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) a {
  color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #7573ce inset;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) .t-BadgeList-value {
  border-color: #d01287;
  color: #d01287;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) .t-BadgeList-value a {
  color: #fffbfd;
  background-color: #e71496;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) .t-BadgeList-value {
  border-color: #0485ab;
  color: #0485ab;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #0598c4;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) .t-BadgeList-value {
  border-color: #ecc308;
  color: #ecc308;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #f7ce17;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) .t-BadgeList-value {
  border-color: #90e519;
  color: #90e519;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) .t-BadgeList-value a {
  color: #0e1703;
  background-color: #9be830;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) .t-BadgeList-value {
  border-color: #818187;
  color: #818187;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #8e8e93;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) .t-BadgeList-value {
  border-color: #279191;
  color: #279191;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) .t-BadgeList-value a {
  color: #fdfdfd;
  background-color: #2ca5a5;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) .t-BadgeList-value {
  border-color: #e6b800;
  color: #e6b800;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) .t-BadgeList-value a {
  color: #000000;
  background-color: #ffcc00;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) .t-BadgeList-value {
  border-color: #714a9b;
  color: #714a9b;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) .t-BadgeList-value a {
  color: #fefeff;
  background-color: #7e52ac;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) .t-BadgeList-value {
  border-color: #b92b40;
  color: #b92b40;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) .t-BadgeList-value a {
  color: #fffefe;
  background-color: #ce3047;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) .t-BadgeList-value {
  border-color: #4441d1;
  color: #4441d1;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #5856D6;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) .t-BadgeList-value {
  border-color: #e92ca1;
  color: #e92ca1;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) .t-BadgeList-value a {
  color: #fffcfe;
  background-color: #ec43ab;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) .t-BadgeList-value {
  border-color: #2d9ec0;
  color: #2d9ec0;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #37add0;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) .t-BadgeList-value {
  border-color: #f8d32d;
  color: #f8d32d;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #f9d845;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) .t-BadgeList-value {
  border-color: #a4ea42;
  color: #a4ea42;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) .t-BadgeList-value a {
  color: #3e4535;
  background-color: #afed59;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) .t-BadgeList-value {
  border-color: #98989c;
  color: #98989c;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #a5a5a9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) .t-BadgeList-value {
  border-color: #49abab;
  color: #49abab;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) .t-BadgeList-value a {
  color: #fdfdfd;
  background-color: #56b7b7;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) .t-BadgeList-value {
  border-color: #ffd119;
  color: #ffd119;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) .t-BadgeList-value a {
  color: #333333;
  background-color: #ffd633;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) .t-BadgeList-value {
  border-color: #8b63b4;
  color: #8b63b4;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) .t-BadgeList-value a {
  color: #fffeff;
  background-color: #9875bd;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) .t-BadgeList-value {
  border-color: #d34559;
  color: #d34559;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) .t-BadgeList-value a {
  color: #fffefe;
  background-color: #d8596c;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) .t-BadgeList-value {
  border-color: #6563d9;
  color: #6563d9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #7978de;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) .t-BadgeList-value {
  border-color: #b81078;
  color: #b81078;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) .t-BadgeList-value a {
  color: #e5e2e4;
  background-color: #d01287;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) .t-BadgeList-value {
  border-color: #047698;
  color: #047698;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #0589b0;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) .t-BadgeList-value {
  border-color: #c7a613;
  color: #c7a613;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #deb915;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) .t-BadgeList-value {
  border-color: #7dbc27;
  color: #7dbc27;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) .t-BadgeList-value a {
  color: #0d1402;
  background-color: #8cd12b;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) .t-BadgeList-value {
  border-color: #737377;
  color: #737377;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #808084;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) .t-BadgeList-value {
  border-color: #228080;
  color: #228080;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) .t-BadgeList-value a {
  color: #e4e4e4;
  background-color: #289595;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) .t-BadgeList-value {
  border-color: #cca300;
  color: #cca300;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) .t-BadgeList-value a {
  color: #000000;
  background-color: #e6b800;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) .t-BadgeList-value {
  border-color: #65428a;
  color: #65428a;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) .t-BadgeList-value a {
  color: #e5e5e5;
  background-color: #714a9b;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) .t-BadgeList-value {
  border-color: #a52639;
  color: #a52639;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) .t-BadgeList-value a {
  color: #e5e5e5;
  background-color: #b92b40;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) .t-BadgeList-value {
  border-color: #4140b5;
  color: #4140b5;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #4f4dc1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) {
  background-color: #e71496;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) a {
  color: #fffbfd;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ee40ab inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) {
  background-color: #0598c4;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #06bff6 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) {
  background-color: #f7ce17;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d4ae07 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) {
  background-color: #9be830;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) a {
  color: #0e1703;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #81ce17 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) {
  background-color: #8e8e93;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a8a8ac inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) {
  background-color: #2ca5a5;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) a {
  color: #fdfdfd;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #3acaca inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) {
  background-color: #ffcc00;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) a {
  color: #000000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #cca300 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) {
  background-color: #7e52ac;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) a {
  color: #fefeff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #9874bd inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) {
  background-color: #ce3047;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) a {
  color: #fffefe;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d8596b inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) {
  background-color: #5856D6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #817fe0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) {
  background-color: #ec43ab;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) a {
  color: #fffcfe;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f171c0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) {
  background-color: #37add0;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #60beda inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) {
  background-color: #f9d845;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f7cd14 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) {
  background-color: #afed59;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) a {
  color: #3e4535;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #99e82c inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) {
  background-color: #a5a5a9;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #bfbfc2 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) {
  background-color: #56b7b7;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) a {
  color: #fdfdfd;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #7ac6c6 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) {
  background-color: #ffd633;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) a {
  color: #333333;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffcc00 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) {
  background-color: #9875bd;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) a {
  color: #fffeff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b197cd inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) {
  background-color: #d8596c;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) a {
  color: #fffefe;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #e28390 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) {
  background-color: #7978de;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a2a1e8 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) {
  background-color: #d01287;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) a {
  color: #e5e2e4;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ec28a1 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(22) {
  background-color: #0589b0;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(22) a {
  color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(22) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #06afe2 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) {
  background-color: #deb915;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) a {
  color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b09210 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) {
  background-color: #8cd12b;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) a {
  color: #0d1402;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #6fa722 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) {
  background-color: #808084;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) a {
  color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #9a9a9d inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) {
  background-color: #289595;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) a {
  color: #e4e4e4;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #32bdbd inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) {
  background-color: #e6b800;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) a {
  color: #000000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b38f00 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) {
  background-color: #714a9b;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) a {
  color: #e5e5e5;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #8b63b5 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) {
  background-color: #b92b40;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) a {
  color: #e5e5e5;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d34459 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) {
  background-color: #4f4dc1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) a {
  color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #7573ce inset;
}
.u-ColorBG--1 {
  background-color: #e71496;
}
.u-ColorFG--1 {
  color: #e71496;
}
.u-ColorBG--2 {
  background-color: #0598c4;
}
.u-ColorFG--2 {
  color: #0598c4;
}
.u-ColorBG--3 {
  background-color: #f7ce17;
}
.u-ColorFG--3 {
  color: #f7ce17;
}
.u-ColorBG--4 {
  background-color: #9be830;
}
.u-ColorFG--4 {
  color: #9be830;
}
.u-ColorBG--5 {
  background-color: #8e8e93;
}
.u-ColorFG--5 {
  color: #8e8e93;
}
.u-ColorBG--6 {
  background-color: #2ca5a5;
}
.u-ColorFG--6 {
  color: #2ca5a5;
}
.u-ColorBG--7 {
  background-color: #ffcc00;
}
.u-ColorFG--7 {
  color: #ffcc00;
}
.u-ColorBG--8 {
  background-color: #7e52ac;
}
.u-ColorFG--8 {
  color: #7e52ac;
}
.u-ColorBG--9 {
  background-color: #ce3047;
}
.u-ColorFG--9 {
  color: #ce3047;
}
.u-ColorBG--10 {
  background-color: #5856D6;
}
.u-ColorFG--10 {
  color: #5856D6;
}
.u-ColorBG--11 {
  background-color: #ec43ab;
}
.u-ColorFG--11 {
  color: #ec43ab;
}
.u-ColorBG--12 {
  background-color: #37add0;
}
.u-ColorFG--12 {
  color: #37add0;
}
.u-ColorBG--13 {
  background-color: #f9d845;
}
.u-ColorFG--13 {
  color: #f9d845;
}
.u-ColorBG--14 {
  background-color: #afed59;
}
.u-ColorFG--14 {
  color: #afed59;
}
.u-ColorBG--15 {
  background-color: #a5a5a9;
}
.u-ColorFG--15 {
  color: #a5a5a9;
}
.u-ColorBG--16 {
  background-color: #56b7b7;
}
.u-ColorFG--16 {
  color: #56b7b7;
}
.u-ColorBG--17 {
  background-color: #ffd633;
}
.u-ColorFG--17 {
  color: #ffd633;
}
.u-ColorBG--18 {
  background-color: #9875bd;
}
.u-ColorFG--18 {
  color: #9875bd;
}
.u-ColorBG--19 {
  background-color: #d8596c;
}
.u-ColorFG--19 {
  color: #d8596c;
}
.u-ColorBG--20 {
  background-color: #7978de;
}
.u-ColorFG--20 {
  color: #7978de;
}
.u-ColorBG--21 {
  background-color: #d01287;
}
.u-ColorFG--21 {
  color: #d01287;
}
.u-ColorBG--22 {
  background-color: #0589b0;
}
.u-ColorFG--22 {
  color: #0589b0;
}
.u-ColorBG--23 {
  background-color: #deb915;
}
.u-ColorFG--23 {
  color: #deb915;
}
.u-ColorBG--24 {
  background-color: #8cd12b;
}
.u-ColorFG--24 {
  color: #8cd12b;
}
.u-ColorBG--25 {
  background-color: #808084;
}
.u-ColorFG--25 {
  color: #808084;
}
.u-ColorBG--26 {
  background-color: #289595;
}
.u-ColorFG--26 {
  color: #289595;
}
.u-ColorBG--27 {
  background-color: #e6b800;
}
.u-ColorFG--27 {
  color: #e6b800;
}
.u-ColorBG--28 {
  background-color: #714a9b;
}
.u-ColorFG--28 {
  color: #714a9b;
}
.u-ColorBG--29 {
  background-color: #b92b40;
}
.u-ColorFG--29 {
  color: #b92b40;
}
.u-ColorBG--30 {
  background-color: #4f4dc1;
}
.u-ColorFG--30 {
  color: #4f4dc1;
}
.u-Color-1-BG--txt {
  color: #e71496;
}
.u-Color-1-BG--bg {
  background-color: #e71496;
}
.u-Color-1-BG--fill {
  fill: #e71496;
}
.u-Color-1-BG--br {
  stroke: #e71496;
  border-color: #e71496;
}
.u-Color-1-FG--txt {
  color: #fffbfd;
}
.u-Color-1-FG--bg {
  background-color: #fffbfd;
}
.u-Color-1-FG--fill {
  fill: #fffbfd;
}
.u-Color-1-FG--br {
  stroke: #fffbfd;
  border-color: #fffbfd;
}
.u-Color-2-BG--txt {
  color: #0598c4;
}
.u-Color-2-BG--bg {
  background-color: #0598c4;
}
.u-Color-2-BG--fill {
  fill: #0598c4;
}
.u-Color-2-BG--br {
  stroke: #0598c4;
  border-color: #0598c4;
}
.u-Color-2-FG--txt {
  color: #ffffff;
}
.u-Color-2-FG--bg {
  background-color: #ffffff;
}
.u-Color-2-FG--fill {
  fill: #ffffff;
}
.u-Color-2-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-3-BG--txt {
  color: #f7ce17;
}
.u-Color-3-BG--bg {
  background-color: #f7ce17;
}
.u-Color-3-BG--fill {
  fill: #f7ce17;
}
.u-Color-3-BG--br {
  stroke: #f7ce17;
  border-color: #f7ce17;
}
.u-Color-3-FG--txt {
  color: #ffffff;
}
.u-Color-3-FG--bg {
  background-color: #ffffff;
}
.u-Color-3-FG--fill {
  fill: #ffffff;
}
.u-Color-3-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-4-BG--txt {
  color: #9be830;
}
.u-Color-4-BG--bg {
  background-color: #9be830;
}
.u-Color-4-BG--fill {
  fill: #9be830;
}
.u-Color-4-BG--br {
  stroke: #9be830;
  border-color: #9be830;
}
.u-Color-4-FG--txt {
  color: #0e1703;
}
.u-Color-4-FG--bg {
  background-color: #0e1703;
}
.u-Color-4-FG--fill {
  fill: #0e1703;
}
.u-Color-4-FG--br {
  stroke: #0e1703;
  border-color: #0e1703;
}
.u-Color-5-BG--txt {
  color: #8e8e93;
}
.u-Color-5-BG--bg {
  background-color: #8e8e93;
}
.u-Color-5-BG--fill {
  fill: #8e8e93;
}
.u-Color-5-BG--br {
  stroke: #8e8e93;
  border-color: #8e8e93;
}
.u-Color-5-FG--txt {
  color: #ffffff;
}
.u-Color-5-FG--bg {
  background-color: #ffffff;
}
.u-Color-5-FG--fill {
  fill: #ffffff;
}
.u-Color-5-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-6-BG--txt {
  color: #2ca5a5;
}
.u-Color-6-BG--bg {
  background-color: #2ca5a5;
}
.u-Color-6-BG--fill {
  fill: #2ca5a5;
}
.u-Color-6-BG--br {
  stroke: #2ca5a5;
  border-color: #2ca5a5;
}
.u-Color-6-FG--txt {
  color: #fdfdfd;
}
.u-Color-6-FG--bg {
  background-color: #fdfdfd;
}
.u-Color-6-FG--fill {
  fill: #fdfdfd;
}
.u-Color-6-FG--br {
  stroke: #fdfdfd;
  border-color: #fdfdfd;
}
.u-Color-7-BG--txt {
  color: #ffcc00;
}
.u-Color-7-BG--bg {
  background-color: #ffcc00;
}
.u-Color-7-BG--fill {
  fill: #ffcc00;
}
.u-Color-7-BG--br {
  stroke: #ffcc00;
  border-color: #ffcc00;
}
.u-Color-7-FG--txt {
  color: #000000;
}
.u-Color-7-FG--bg {
  background-color: #000000;
}
.u-Color-7-FG--fill {
  fill: #000000;
}
.u-Color-7-FG--br {
  stroke: #000000;
  border-color: #000000;
}
.u-Color-8-BG--txt {
  color: #7e52ac;
}
.u-Color-8-BG--bg {
  background-color: #7e52ac;
}
.u-Color-8-BG--fill {
  fill: #7e52ac;
}
.u-Color-8-BG--br {
  stroke: #7e52ac;
  border-color: #7e52ac;
}
.u-Color-8-FG--txt {
  color: #fefeff;
}
.u-Color-8-FG--bg {
  background-color: #fefeff;
}
.u-Color-8-FG--fill {
  fill: #fefeff;
}
.u-Color-8-FG--br {
  stroke: #fefeff;
  border-color: #fefeff;
}
.u-Color-9-BG--txt {
  color: #ce3047;
}
.u-Color-9-BG--bg {
  background-color: #ce3047;
}
.u-Color-9-BG--fill {
  fill: #ce3047;
}
.u-Color-9-BG--br {
  stroke: #ce3047;
  border-color: #ce3047;
}
.u-Color-9-FG--txt {
  color: #fffefe;
}
.u-Color-9-FG--bg {
  background-color: #fffefe;
}
.u-Color-9-FG--fill {
  fill: #fffefe;
}
.u-Color-9-FG--br {
  stroke: #fffefe;
  border-color: #fffefe;
}
.u-Color-10-BG--txt {
  color: #5856D6;
}
.u-Color-10-BG--bg {
  background-color: #5856D6;
}
.u-Color-10-BG--fill {
  fill: #5856D6;
}
.u-Color-10-BG--br {
  stroke: #5856D6;
  border-color: #5856D6;
}
.u-Color-10-FG--txt {
  color: #ffffff;
}
.u-Color-10-FG--bg {
  background-color: #ffffff;
}
.u-Color-10-FG--fill {
  fill: #ffffff;
}
.u-Color-10-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-11-BG--txt {
  color: #b81078;
}
.u-Color-11-BG--bg {
  background-color: #b81078;
}
.u-Color-11-BG--fill {
  fill: #b81078;
}
.u-Color-11-BG--br {
  stroke: #b81078;
  border-color: #b81078;
}
.u-Color-11-FG--txt {
  color: #ffffff;
}
.u-Color-11-FG--bg {
  background-color: #ffffff;
}
.u-Color-11-FG--fill {
  fill: #ffffff;
}
.u-Color-11-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-12-BG--txt {
  color: #047192;
}
.u-Color-12-BG--bg {
  background-color: #047192;
}
.u-Color-12-BG--fill {
  fill: #047192;
}
.u-Color-12-BG--br {
  stroke: #047192;
  border-color: #047192;
}
.u-Color-12-FG--txt {
  color: #ffffff;
}
.u-Color-12-FG--bg {
  background-color: #ffffff;
}
.u-Color-12-FG--fill {
  fill: #ffffff;
}
.u-Color-12-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-13-BG--txt {
  color: #d4ae07;
}
.u-Color-13-BG--bg {
  background-color: #d4ae07;
}
.u-Color-13-BG--fill {
  fill: #d4ae07;
}
.u-Color-13-BG--br {
  stroke: #d4ae07;
  border-color: #d4ae07;
}
.u-Color-13-FG--txt {
  color: #ffffff;
}
.u-Color-13-FG--bg {
  background-color: #ffffff;
}
.u-Color-13-FG--fill {
  fill: #ffffff;
}
.u-Color-13-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-14-BG--txt {
  color: #81ce17;
}
.u-Color-14-BG--bg {
  background-color: #81ce17;
}
.u-Color-14-BG--fill {
  fill: #81ce17;
}
.u-Color-14-BG--br {
  stroke: #81ce17;
  border-color: #81ce17;
}
.u-Color-14-FG--txt {
  color: #2b4408;
}
.u-Color-14-FG--bg {
  background-color: #2b4408;
}
.u-Color-14-FG--fill {
  fill: #2b4408;
}
.u-Color-14-FG--br {
  stroke: #2b4408;
  border-color: #2b4408;
}
.u-Color-15-BG--txt {
  color: #74747a;
}
.u-Color-15-BG--bg {
  background-color: #74747a;
}
.u-Color-15-BG--fill {
  fill: #74747a;
}
.u-Color-15-BG--br {
  stroke: #74747a;
  border-color: #74747a;
}
.u-Color-15-FG--txt {
  color: #ffffff;
}
.u-Color-15-FG--bg {
  background-color: #ffffff;
}
.u-Color-15-FG--fill {
  fill: #ffffff;
}
.u-Color-15-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-16-BG--txt {
  color: #217d7d;
}
.u-Color-16-BG--bg {
  background-color: #217d7d;
}
.u-Color-16-BG--fill {
  fill: #217d7d;
}
.u-Color-16-BG--br {
  stroke: #217d7d;
  border-color: #217d7d;
}
.u-Color-16-FG--txt {
  color: #ffffff;
}
.u-Color-16-FG--bg {
  background-color: #ffffff;
}
.u-Color-16-FG--fill {
  fill: #ffffff;
}
.u-Color-16-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-17-BG--txt {
  color: #cca300;
}
.u-Color-17-BG--bg {
  background-color: #cca300;
}
.u-Color-17-BG--fill {
  fill: #cca300;
}
.u-Color-17-BG--br {
  stroke: #cca300;
  border-color: #cca300;
}
.u-Color-17-FG--txt {
  color: #1a1a1a;
}
.u-Color-17-FG--bg {
  background-color: #1a1a1a;
}
.u-Color-17-FG--fill {
  fill: #1a1a1a;
}
.u-Color-17-FG--br {
  stroke: #1a1a1a;
  border-color: #1a1a1a;
}
.u-Color-18-BG--txt {
  color: #654289;
}
.u-Color-18-BG--bg {
  background-color: #654289;
}
.u-Color-18-BG--fill {
  fill: #654289;
}
.u-Color-18-BG--br {
  stroke: #654289;
  border-color: #654289;
}
.u-Color-18-FG--txt {
  color: #ffffff;
}
.u-Color-18-FG--bg {
  background-color: #ffffff;
}
.u-Color-18-FG--fill {
  fill: #ffffff;
}
.u-Color-18-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-19-BG--txt {
  color: #a52639;
}
.u-Color-19-BG--bg {
  background-color: #a52639;
}
.u-Color-19-BG--fill {
  fill: #a52639;
}
.u-Color-19-BG--br {
  stroke: #a52639;
  border-color: #a52639;
}
.u-Color-19-FG--txt {
  color: #ffffff;
}
.u-Color-19-FG--bg {
  background-color: #ffffff;
}
.u-Color-19-FG--fill {
  fill: #ffffff;
}
.u-Color-19-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-20-BG--txt {
  color: #3331c8;
}
.u-Color-20-BG--bg {
  background-color: #3331c8;
}
.u-Color-20-BG--fill {
  fill: #3331c8;
}
.u-Color-20-BG--br {
  stroke: #3331c8;
  border-color: #3331c8;
}
.u-Color-20-FG--txt {
  color: #ffffff;
}
.u-Color-20-FG--bg {
  background-color: #ffffff;
}
.u-Color-20-FG--fill {
  fill: #ffffff;
}
.u-Color-20-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-21-BG--txt {
  color: #f26fc0;
}
.u-Color-21-BG--bg {
  background-color: #f26fc0;
}
.u-Color-21-BG--fill {
  fill: #f26fc0;
}
.u-Color-21-BG--br {
  stroke: #f26fc0;
  border-color: #f26fc0;
}
.u-Color-21-FG--txt {
  color: #ffffff;
}
.u-Color-21-FG--bg {
  background-color: #ffffff;
}
.u-Color-21-FG--fill {
  fill: #ffffff;
}
.u-Color-21-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-22-BG--txt {
  color: #35cdfa;
}
.u-Color-22-BG--bg {
  background-color: #35cdfa;
}
.u-Color-22-BG--fill {
  fill: #35cdfa;
}
.u-Color-22-BG--br {
  stroke: #35cdfa;
  border-color: #35cdfa;
}
.u-Color-22-FG--txt {
  color: #ffffff;
}
.u-Color-22-FG--bg {
  background-color: #ffffff;
}
.u-Color-22-FG--fill {
  fill: #ffffff;
}
.u-Color-22-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-23-BG--txt {
  color: #fae37a;
}
.u-Color-23-BG--bg {
  background-color: #fae37a;
}
.u-Color-23-BG--fill {
  fill: #fae37a;
}
.u-Color-23-BG--br {
  stroke: #fae37a;
  border-color: #fae37a;
}
.u-Color-23-FG--txt {
  color: #ffffff;
}
.u-Color-23-FG--bg {
  background-color: #ffffff;
}
.u-Color-23-FG--fill {
  fill: #ffffff;
}
.u-Color-23-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-24-BG--txt {
  color: #c7f28c;
}
.u-Color-24-BG--bg {
  background-color: #c7f28c;
}
.u-Color-24-BG--fill {
  fill: #c7f28c;
}
.u-Color-24-BG--br {
  stroke: #c7f28c;
  border-color: #c7f28c;
}
.u-Color-24-FG--txt {
  color: #48720d;
}
.u-Color-24-FG--bg {
  background-color: #48720d;
}
.u-Color-24-FG--fill {
  fill: #48720d;
}
.u-Color-24-FG--br {
  stroke: #48720d;
  border-color: #48720d;
}
.u-Color-25-BG--txt {
  color: #c2c2c5;
}
.u-Color-25-BG--bg {
  background-color: #c2c2c5;
}
.u-Color-25-BG--fill {
  fill: #c2c2c5;
}
.u-Color-25-BG--br {
  stroke: #c2c2c5;
  border-color: #c2c2c5;
}
.u-Color-25-FG--txt {
  color: #ffffff;
}
.u-Color-25-FG--bg {
  background-color: #ffffff;
}
.u-Color-25-FG--fill {
  fill: #ffffff;
}
.u-Color-25-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-26-BG--txt {
  color: #62d5d5;
}
.u-Color-26-BG--bg {
  background-color: #62d5d5;
}
.u-Color-26-BG--fill {
  fill: #62d5d5;
}
.u-Color-26-BG--br {
  stroke: #62d5d5;
  border-color: #62d5d5;
}
.u-Color-26-FG--txt {
  color: #ffffff;
}
.u-Color-26-FG--bg {
  background-color: #ffffff;
}
.u-Color-26-FG--fill {
  fill: #ffffff;
}
.u-Color-26-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-27-BG--txt {
  color: #ffe066;
}
.u-Color-27-BG--bg {
  background-color: #ffe066;
}
.u-Color-27-BG--fill {
  fill: #ffe066;
}
.u-Color-27-BG--br {
  stroke: #ffe066;
  border-color: #ffe066;
}
.u-Color-27-FG--txt {
  color: #333333;
}
.u-Color-27-FG--bg {
  background-color: #333333;
}
.u-Color-27-FG--fill {
  fill: #333333;
}
.u-Color-27-FG--br {
  stroke: #333333;
  border-color: #333333;
}
.u-Color-28-BG--txt {
  color: #b197cd;
}
.u-Color-28-BG--bg {
  background-color: #b197cd;
}
.u-Color-28-BG--fill {
  fill: #b197cd;
}
.u-Color-28-BG--br {
  stroke: #b197cd;
  border-color: #b197cd;
}
.u-Color-28-FG--txt {
  color: #ffffff;
}
.u-Color-28-FG--bg {
  background-color: #ffffff;
}
.u-Color-28-FG--fill {
  fill: #ffffff;
}
.u-Color-28-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-29-BG--txt {
  color: #e28290;
}
.u-Color-29-BG--bg {
  background-color: #e28290;
}
.u-Color-29-BG--fill {
  fill: #e28290;
}
.u-Color-29-BG--br {
  stroke: #e28290;
  border-color: #e28290;
}
.u-Color-29-FG--txt {
  color: #ffffff;
}
.u-Color-29-FG--bg {
  background-color: #ffffff;
}
.u-Color-29-FG--fill {
  fill: #ffffff;
}
.u-Color-29-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-30-BG--txt {
  color: #a9a8ea;
}
.u-Color-30-BG--bg {
  background-color: #a9a8ea;
}
.u-Color-30-BG--fill {
  fill: #a9a8ea;
}
.u-Color-30-BG--br {
  stroke: #a9a8ea;
  border-color: #a9a8ea;
}
.u-Color-30-FG--txt {
  color: #ffffff;
}
.u-Color-30-FG--bg {
  background-color: #ffffff;
}
.u-Color-30-FG--fill {
  fill: #ffffff;
}
.u-Color-30-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-focused {
  box-shadow: 0 0 0 1px #e71496, 0 0 1px 0px rgba(231, 20, 150, 0.5) !important;
  outline: none;
}

/* 
 * Oracle Application Express 5.0 Theme Roller Custom CSS 
 *
 */

/*MENU*/

body .ui-dialog .ui-dialog-titlebar {
  height: 50px;
}

.t-Header .a-MenuBar {
  background-color: #283037;
  /*background-color: rgb(217 217 217 / 0%) !important;*/
background-color: rgb(248 248 248) !important;
}

.t-Header-nav {
  background-color: #333d46;
  background-color: rgb(217 217 217 / 0%) !important;
}

.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(222, 226, 230, 0.8);
  border-color: #283037;
  border-radius: 100%;
  margin-top: 2px;
}

.t-Header .a-MenuBar-item {
  vertical-align: top;
  min-width: 120px;
  text-align: center;
}

.t-Header-logo-link img {
  max-height: 2.6rem;
  display: block;
}

/**************************************************/

#ANIMATION_PLANNIF_REPORT {
width: 100% !important;
}	


#P10_NB_OF_SELECTED_ANIMATIONS_LABEL {
float: left !important;
width: 165px !important;
}

/*-------- Recherche rapide -----------------*/
#P10_SEARCH_CONTAINER {
margin-right: 15px;
}

#P10_SEARCH_LABEL {
font-size : medium !important;
}


#P6_SEARCH_CONTAINER {
margin-right: 15px;
}

#P6_SEARCH_LABEL {
font-size : medium !important;
}

#P6_SEARCH {
border-color: black !important;
}

#P1_SEARCH_CONTAINER {
margin-right: 15px;
}

#P1_SEARCH_LABEL {
font-size : medium !important;
}


.dateFilter {
min-width: 147px !important;
}

.commentsContainer {
max-height: 250px !important;
  overflow-y: auto;
  margin-top : 10px !important;
}


/*DASHBOARD*/

.dashboard_neutre .t-BadgeList-item{
  background-color: #0598c4 !important;
}

.dashboard_neutre .t-BadgeList-item:hover{
  background-color: #2ca4a5 !important;
}

.dashboard_neutre .t-BadgeList-wrap {
  height:80px;
  margin:10px;
  padding:10px;
  border-radius: 2px;
}

.dashboard_neutre .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 1) a.t-BadgeList-wrap:hover {
box-shadow: 0 -8px 0 0 #2ca4a5 inset !important;
}

.dashboard_neutre .t-BadgeList-value {
  color: #FFFFFF;
  font-size:25px !important;
}

.dashboard_neutre .t-BadgeList-label {
 color: #FFFFFF !important;
}
/*------------------------------------------*/
.dashboard_good .t-BadgeList-item{
  background-color: #00c875 !important;
}

.dashboard_good .t-BadgeList-item:hover{
  background-color: #00c875 !important;
}

.dashboard_good .t-BadgeList-wrap {
  height:80px;
  margin:10px;
  padding:10px;
  border-radius: 2px;
}

.dashboard_good .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 1) a.t-BadgeList-wrap:hover {
box-shadow: 0 -8px 0 0 #00c875 inset !important;
}

.dashboard_good .t-BadgeList-value {
  color: #FFFFFF;
  font-size:25px !important;
}

.dashboard_good .t-BadgeList-label {
 color: #FFFFFF !important;
}
/*------------------------------------------*/
.dashboard_Medium .t-BadgeList-item{
  background-color: #0077df !important;
}

.dashboard_Medium .t-BadgeList-item:hover{
  background-color: #0077df !important;
}

.dashboard_Medium .t-BadgeList-wrap {
  height:80px;
  margin:10px;
  padding:10px;
  border-radius: 2px;
}

.dashboard_Medium .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 1) a.t-BadgeList-wrap:hover {
box-shadow: 0 -8px 0 0 #0077df inset !important;
}

.dashboard_Medium .t-BadgeList-value {
  color: #FFFFFF;
  font-size:25px !important;
}

.dashboard_Medium .t-BadgeList-label {
 color: #FFFFFF !important;
}
/*------------------------------------------*/

.dashboard_Alert .t-BadgeList-item{
  background-color: #e2445c !important;
}

.dashboard_Alert .t-BadgeList-item:hover{
  background-color: #e2445c !important;
}

.dashboard_Alert .t-BadgeList-wrap {
  height:80px;
  margin:10px;
  padding:10px;
  border-radius: 2px;
}

.dashboard_Alert .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 1) a.t-BadgeList-wrap:hover {
box-shadow: 0 -8px 0 0 #e2445c inset !important;
}

.dashboard_Alert .t-BadgeList-value {
  color: #FFFFFF;
  font-size:25px !important;
}

.dashboard_Alert .t-BadgeList-label {
 color: #FFFFFF !important;
}

/**********************************************************/

.t-ClassicCalendar-day.is-today .t-ClassicCalendar-date {
  margin: auto !important;
  margin-right: 6px !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0% !important;
  text-align: right !important;
  overflow: hidden !important;
  background-color:  transparent !important;
  color: black;
}
.t-ClassicCalendar-day {
  max-height: 20% !important;
  max-width: 16% !important;
height: 20% !important;
  width: 15% !important;
}
.t-ClassicCalendar-dayEvents { display: none; }

.t-WizardSteps-step.is-active .t-WizardSteps-marker {
/*background-color : #0077df !important;*/
}
/*formtage titre dhu template alert*/
.t-Alert-title {
  Font-Weight: Bold;
}

/*Formatage tableau dans create plan*/
.t-ClassicCalendar-date {
  width: 100%;
  height: 100%;
  text-align: right;
}

/*Bloc creation anim dans booking*/
#createGeneralInfo,
#createAnimationMarqueAxe { min-height : 470px !important; }

#createAnimationCommentary,
#createAnimationBooking { height : 210px ; }

/*PP CR*/
#P21_GLOBAL_OBJ_CONTAINER,
#P3_GLOBAL_OBJ_2_CONTAINER
{
float: left;
min-width: 400px;
}

#P21_PP_ARRIVAL_HOUR_CONTAINER,
#P3_PP_ARRIVAL_HOUR_CONTAINER
{
visibility: hidden;
}

#P54_END_RANKING_CONTAINER {
float: left;
}


#UpdateClusterButton,
#DeleteClusterButton,
#UpdateTeamButton,
#DeleteTeamButton{
float: right;
}

#infoCluster_heading,
#infoTeam_heading {
width: 100%;
}

#infoCluster { 
height: 400px; 
overflow: auto;
}

#AddStoreCluster { 
min-height: 400px; 
overflow: auto;
}
#StoreClusterList { min-height: 812px;overflow: auto; } 

#s2id_P1147_PRESENTER { width: 250px; }

#extraction_button_s,
#extraction_button_f
{
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}


#successMessage, #t_Alert_Success{
position: fixed;
  top: 40px !important;
  right: 0px !important;
  max-width: 480px;
  z-index: 2000;
  opacity: 0.9;
  border-radius: 2px;
  display: none;
  /*background: #55AD3B;*/
  color: white;
}   

/*crea planning*/
#successMessage .t-Icon.errorCustom:before
{
  content: "\e010" !important; 
}

#successMessage .t-Icon:before
{
  content: "\e007" !important; 
}

.a-Icon.icon-tree-folder.nope{
background: red !important; 
}

.a-Icon.icon-tree-folder.good{
background: green !important; 
}


.fc-day-grid-event {
height: 20px;
}

/*STATS*/
.HIDE_IR_TOOLBAR .a-IRR-toolbar {
  display: none;
}



/*date range picker*/
.daterangepicker {
  width: 450px;
}

/*crea RDZ*/

.checkedcss input[type="radio"]:checked + label {
color: #2ecc71;
}

.fc-day-grid-container .fc-scroller {
height: 20px;
}

.fc-day-grid-container.fc-scroller {
  height: 100% !important;
}

/*creation calendaire RDZ*/
#CalendarCREA_RDZ
{
  width: 100% !important;
  /*position: fixed;*/
  top: auto;
  margin-top : 0%;
  height: 100%;
  padding: 0px !important;
}

#leg_CalendarCREA_RDZ
{
  /*position: fixed;*/
  height: 100%;
  width: 70%;
  top: 90%;
}

#tree_anim_container .a-TreeView-row.is-selected {
  border: solid;
  border-width: 1px;
  border-color: green;
}

#tree_anim .a-TreeView-row.is-selected {
  border: solid;
  border-width: 1px;
  border-color: green;
}


#store_anim .a-TreeView-row.is-selected {
  border: solid;
  border-width: 1px;
  border-color: green;
}


#CalendarCREA_RDZ .fc-week.fc-row {
 min-height: 80px !important;
}

#CalendarCREA_AFFAIRE .fc-week.fc-row {
height: 15vh !important;
}

#CalendarCREA_AFFAIRE {
 /*position: fixed;*/
 width: 57%;
 height: 91%;
}

#leg_CalendarCREA_AFFAIRE {
 /*position: fixed;*/
 top: 92%;
 width: 90%;
}

.datepicker_P1{
/*left: 1230px !important;*/
z-index:255 !important;
/*position:fixed !important;*/
}

#NOTIFICATION
{
height:650px;
}

.fc .fc-event.apex-cal-bleu {
background-color: #2578CF;
border: none;
}

.fc .fc-event.apex-cal-rose {
background-color: #FF5C93;
border: none;
}

.fc .fc-event.apex-cal-vert {
background-color: #5CFF6B;
border: none;
}

.fc .fc-event.apex-cal-orange {
background-color: #FF7126;
border: none;
}

.fc .fc-event.apex-cal-rouge {
background-color: #FF5033;
border: none;
}

.fc .fc-event.apex-cal-bleucyan {
background-color: #26E7EB;
border: none;
}

.fc .fc-event.apex-cal-gris {
background-color: #A3A3A3;
border: none;
}

.fc-title {
color : #000000;
}

/*LOGIN*/

.t-Login-header{
height : 1px;
}

.fa-mobile{
  font-size: x-large !important;
  padding-top : 8px !important;
  padding-right: 8px;
}



/*card basic*/
.t-Card--basic .t-Card-titleWrap, .t-Cards--basic .t-Card .t-Card-titleWrap {
  background-color: #f0f0f0;
}




/*PLUGIN SELECT2*/

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  width: 90% !important;
}
/*.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  width: 103% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-right: 1px !important;
  padding: 0 2px !important;
}*/



/*bar de navisation*/
.t-Body-nav {
  overflow: hidden;
}

.fa-pencil {
  color: #0077df;
}

.a-Report-percentChart-fill {
  basckground-color: #0077df;
}


/*---LEGENDE---*/
.red_legend {
display: block;
width: 40px;
height: 20px;
cursor: pointer;
float :left;
text-align: center;
}

.green_legend {
display: block;
width: 40px;
height: 20px;
cursor: pointer;
float :left;
text-align: center;
}

.orange_legend {
display: block;
width: 40px;
height: 20px;
cursor: pointer;
float :left;
text-align: center;
}

.grey_legend {
display: block;
width: 40px;
height: 20px;
cursor: pointer;
float :left;
text-align: center;
}

.blue_legend{
display: block;
width: 40px;
height: 20px;
cursor: pointer;
float :left;
text-align: center;
}

.red_calendar, .red_legend   {
  background-color: #cb494980;
}

.green_calendar, .green_legend {
  background-color: #2ca4a580;
}

.orange_calendar, .orange_legend {
  background-color: #f7ce1780;
}

.grey_calendar, .grey_legend {
  background-color: #00000080;
}

.blue_calendar, .blue_legend{
  background-color: #0598c4;
}

.transparent_legend{
display: block;
width: 40px;
height: 20px;
cursor: pointer;
float :left;
text-align: center;
}



/*---CALENDAR---*/
.fc-title {
  color: #FFFFFF;
}
.fc-event{
  border: none  !important;
}




/*trait de couleur sur carte*/
.RED .t-Region-header{
  border-color: #e71495;
  border-width: 3px;
}

.BLUE .t-Region-header{
  border-color: #0598c4;
  border-width: 3px;
}


.ORANGE .t-Region-header{
  border-color: #7d52ac;
  border-width: 3px;
}

.GREEN .t-Region-header{
  border-color: #2ca4a5;
  border-width: 3px;
}

/*CARD MENU COLOR*/
.t-Cards--colorize .t-Cards-item:nth-child(1n) .t-Card-icon .t-Icon, .t-Cards--colorize .t-Cards-item:nth-child(1n) .t-Card-wrap:before {
  background-color: #e71495;
}

.t-Cards--colorize .t-Cards-item:nth-child(2n) .t-Card-icon .t-Icon, .t-Cards--colorize .t-Cards-item:nth-child(2n) .t-Card-wrap:before {
  background-color: #0598c4;
}

.t-Cards--colorize .t-Cards-item:nth-child(3n) .t-Card-icon .t-Icon, .t-Cards--colorize .t-Cards-item:nth-child(3n) .t-Card-wrap:before {
  background-color: #7d52ac;
}

.t-Cards--colorize .t-Cards-item:nth-child(4n) .t-Card-icon .t-Icon, .t-Cards--colorize .t-Cards-item:nth-child(4n) .t-Card-wrap:before {
  background-color: #2ca4a5;
}



.fa-pencil {
  color: #0481a7;
}

.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(222, 226, 230, 0.8);
  border-color: #28303700;
  border-radius: 100%;
  margin-top: 2px;
}
.t-Header .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #768a9c;
  border-color: #768a9c00;
}

li.select2-selection__choice {
  font-size: inherit;
}

/*CHECBOX COLOR*/
.apex-item-checkbox .apex-item-option input:checked + label {
  --a-checkbox-background-color: #0598c4;
  --a-checkbox-text-color: var(
--a-checkbox-checked-text-color);
}

label.u-radio {
  height: 20px;
}

.apex-item-option {
  height: 20px;
}

.t-Body-alert {
  position: fixed;
  z-index: 1000000; /* Assurez-vous que la div d'alerte soit au-dessus de l'overlay */
  /*background: #f7ce17;*/
  border-radius: 5px;
  color: black;
  padding: 15px;
  /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);*/
  max-width: 80% !important; /* Ajustez la largeur de la div d'alerte selon vos besoins */
  min-width: 400px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h2.a-Notification-title.aErrMsgTitle {
  font-size: 20px;
}

li.a-Notification-item.htmldbOraErr {
  font-size: 13px;
  font-weight: bold;
}

.t-Alert--horizontal .t-Alert-wrap {
  width: auto !important;
}

div#t_Alert_Notification {
  background: #f7ce17 !important;
  padding: 5px !important;
}

.t-Alert-wrap {
  background: #f9f9f9 !important;
}

.ui-dialog.ui-dialog--notification.ui-dialog--modern.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable {
    padding: 50px;
    border-radius: 5px;
}

.a-AlertMessage .a-AlertMessage-body div {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}


.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-dialog-buttonset {
    width: 100%;
    text-align: center;
}

.ui-dialog.ui-dialog--notification.ui-dialog--modern.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid black;
    min-width: 120px;
    width: 100%;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-dialog-buttonset button.js-confirmBtn.ui-button.ui-corner-all.ui-widget.ui-button--hot {
    background: #e71495;
    color: white!important;
    border: none !important;
    box-shadow: none !important;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget  {
    background: #0598c4;
    padding: 15px !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
}

.a-AlertMessage .a-AlertMessage-body div {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
}

.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix .ui-dialog-buttonset   {
    display: flex;
justify-content: space-between;
}



article.alertify-log.alertify-log-success.alertify-log-show {
    font-size: 20px;
    line-height: 25px;
    border-radius: 5px;
    background: #8bc405;
    color: white;
    font-weight: 500;
    padding: 25px;
    text-align: -webkit-center;
}