﻿.t-AVPList-item {
  transition: background-color 0.1s;
}
.t-AVPList-value {
  color: #666;
}
.t-AVPList-label {
  color: #333;
}
body .t-AVPList-label,
body .t-AVPList-value {
  font-size: 1.3rem;
}
.t-Alert--colorBG.t-Alert--warning,
.t-Alert--colorBG.t-Alert--yellow {
  background-color: #fffae5;
}
.t-Alert--colorBG.t-Alert--warning h2,
.t-Alert--colorBG.t-Alert--warning h3,
.t-Alert--colorBG.t-Alert--yellow h2,
.t-Alert--colorBG.t-Alert--yellow h3 {
  color: #333;
}
.t-Alert--colorBG.t-Alert--warning .t-Alert-body,
.t-Alert--colorBG.t-Alert--yellow .t-Alert-body {
  color: #737373;
}
.t-Alert--colorBG.t-Alert--success {
  background-color: #dbebe0;
}
.t-Alert--colorBG.t-Alert--success h2,
.t-Alert--colorBG.t-Alert--success h3 {
  color: #242424;
}
.t-Alert--colorBG.t-Alert--success .t-Alert-body {
  color: #646464;
}
.t-Alert--colorBG.t-Alert--danger,
.t-Alert--colorBG.t-Alert--red {
  background-color: #fff;
}
.t-Alert--colorBG.t-Alert--danger h2,
.t-Alert--colorBG.t-Alert--danger h3,
.t-Alert--colorBG.t-Alert--red h2,
.t-Alert--colorBG.t-Alert--red h3 {
  color: #404040;
}
.t-Alert--colorBG.t-Alert--danger .t-Alert-body,
.t-Alert--colorBG.t-Alert--red .t-Alert-body {
  color: gray;
}
.t-Alert--colorBG.t-Alert--info {
  background-color: #d3e5f7;
}
.t-Alert--colorBG.t-Alert--info h2,
.t-Alert--colorBG.t-Alert--info h3 {
  color: #262626;
}
.t-Alert--colorBG.t-Alert--info .t-Alert-body {
  color: #666;
}
.t-Alert--warning .t-Alert-icon,
.t-Alert--yellow .t-Alert-icon {
  color: #fc0;
}
.t-Alert--success .t-Alert-icon {
  color: #5ea774;
}
.t-Alert--info .t-Alert-icon {
  color: #2578cf;
}
.t-Alert--danger .t-Alert-icon,
.t-Alert--red .t-Alert-icon {
  color: #ca4d50;
}
.t-Alert--wizard .t-Alert-inset {
  border-radius: 2px;
}
.t-Alert--horizontal,
.t-Alert--wizard {
  border-radius: 2px;
  background-color: #fff;
  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 {
  border-radius: 0;
  background-color: rgba(74, 170, 44, 0.9);
}
.t-Alert--page.t-Alert--success .t-Alert-title,
.t-Alert--page.t-Alert--success .t-Icon {
  color: #fff;
}
.t-Alert--page .t-Button--closeAlert {
  color: rgba(0, 0, 0, 0.5);
}
.t-Alert--horizontal .t-Alert-body,
.t-Alert--page .aErrMsgTitle,
.t-Alert--page.t-Alert--success .t-Alert-title {
  font-size: 1.3rem;
}
.t-BadgeList--dash a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 rgba(0, 0, 0, 0.1) inset;
}
body .t-BadgeList a {
  color: #666;
}
body .t-BadgeList a .t-BadgeList-value {
  color: #0572ce;
  font-weight: 700;
}
.t-BadgeList--circular .t-BadgeList-item:hover .t-BadgeList-value {
  background-color: #f0f0f0;
}
.t-BadgeList--circular .t-BadgeList-value {
  border-color: #f0f0f0;
  color: #333;
}
.t-BadgeList--circular .t-BadgeList-value a {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  color: #383838;
}
.t-BadgeList--circular .t-BadgeList-value a:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1) inset;
  background-color: #f7f7f7;
  color: #383838;
}
.t-BadgeList--circular .t-BadgeList-label {
  color: #707070;
}
.t-BadgeList--circular a.t-BadgeList-wrap .t-BadgeList-value {
  border: 2px solid #f0f0f0;
  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 #f7f7f7 inset;
  background-color: #f0f0f0;
  color: #0572ce;
}
.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--cols .t-BadgeList-item:after,
.t-BadgeList--cols .t-BadgeList-item:before,
.t-BadgeList--fixed .t-BadgeList-item:after,
.t-BadgeList--fixed .t-BadgeList-item:before,
.t-BadgeList--flex .t-BadgeList-item:after,
.t-BadgeList--flex .t-BadgeList-item:before,
.t-BadgeList--float .t-BadgeList-item:after,
.t-BadgeList--float .t-BadgeList-item:before,
.t-BadgeList--stacked .t-BadgeList-item:after,
.t-BadgeList--stacked .t-BadgeList-item:before {
  background: rgba(0, 0, 0, 0.1);
}
.t-BadgeList--bottomBorder {
  border-bottom-color: #f0f0f0;
}
.a-BarChart .a-BarChart-item:hover {
  background-color: #f2f2f2;
}
.a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #666;
}
.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);
}
#wwvFlowForm,
.t-Body,
body {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAMAAADXEh96AAAAG1BMVEX5+fny8vL4+Pj6+vrz8/P29vbx8fH39/f09PQXYw1lAAAAJUlEQVQY0wXBgQEAIAjDsG5F8f+LTSB1DnDrEL2VRrLYwPDcoR8HlwBhdW7DYAAAAABJRU5ErkJggg==);
  color: #313131;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
a {
  color: #0572ce;
}
.t-Body-info a,
.t-Body-title a {
  color: #0464b5;
}
.t-Body-actions {
  background-color: #f5f5f5;
  border-left: 1px solid #d6dfe6;
}
.t-Body-title {
  background-color: #fff;
  color: #404040;
}
.ui-widget-content {
  background-color: #fff;
  color: #333;
}
.t-Body-side {
  background-color: #f7f7f7;
  color: #313131;
}
.apex-rds-container {
  background-color: transparent;
}
.t-Body-info,
.t-Body-info .apex-rds-container {
  background-color: #fff;
}
.t-Body-title.js-hideBreadcrumbs {
  background-color: rgba(0, 0, 0, 0.95);
}
.t-Body-topButton {
  border-radius: 100%;
  background-color: #fff;
}
.t-Body-topButton:active {
  background-color: #fff;
}
.t-Body-topButton .a-Icon,
.t-Body-topButton:active .a-Icon {
  color: #e6e6e6;
}
.apex-side-nav .t-Body-main {
  margin-left: 0;
}
.apex-top-nav .t-Body-actions,
.apex-top-nav .t-Body-title {
  top: 80px;
}
.apex-side-nav .t-Body-actions,
.apex-side-nav .t-Body-nav,
.apex-side-nav .t-Body-title {
  top: 56px;
}
.apex-top-nav .t-Header-branding {
  height: 92px;
}
.apex-side-nav .t-Header-branding,
.t-PageBody--noNav .t-Header-branding {
  height: 56px;
}
.t-Body-actions,
.t-Body-nav {
  width: 200px;
}
.t-Body-actions .t-Button--header {
  -webkit-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate(-40px);
  transform: translate3d(-40px, 0, 0);
}
.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);
}
.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-side,
.apex-side-nav.js-navCollapsed .t-Body-title {
  margin-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(-200px, 0, 0);
  -ms-transform: translate(-200px);
  transform: translate3d(-200px, 0, 0);
}
.t-PageBody.js-rightCollapsed .t-Body-main {
  margin-right: 0;
}
.t-PageBody.js-rightCollapsed .t-Body-title {
  right: 0;
}
.t-PageBody.js-rightCollapsed .t-Body-actions {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate(200px);
  transform: translate3d(200px, 0, 0);
}
.t-Body-contentInner {
  margin: auto;
  max-width: auto;
}
.t-Body-nav {
  left: auto;
}
.t-Breadcrumb-item:after {
  color: gray;
  content: ">";
}
.t-Breadcrumb-item .t-Icon:hover {
  color: #f7f7f7;
}
.t-BreadcrumbRegion--useBreadcrumbTitle
  .t-Breadcrumb-item:last-child
  .t-Breadcrumb-label,
.t-BreadcrumbRegion-titleText {
  color: #404040;
}
.t-Breadcrumb-item {
  font-size: 1.3rem;
}
.t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item:last-child {
  font-size: 2.1rem;
  font-weight: 700;
}
.t-Button {
  padding: 0.7rem 1rem;
}
.t-Button--small {
  padding: 0.3rem 0.8rem;
}
.t-Button--large {
  padding: 1.3rem 1.6rem;
}
.t-Button--large.t-Button--withIcon {
  padding: 1.1rem 1.4rem;
}
.a-Button.a-Button--calendar,
.a-Button.a-Button--popupLOV,
.t-Button--helpButton {
  padding: 0.3rem 0.8rem;
}
.a-Button,
.t-Button {
  color: #000;
  font-weight: 700;
  background-clip: padding-box;
  border-radius: 2px;
  background-color: #e7ebed;
  background-image: linear-gradient(
    to bottom,
    #f1f3f3 0,
    #e7ebed 50%,
    #e3e7e9 100%
  );
  border: 1px solid #c4ced3;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.9) inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.a-Button:hover,
.t-Button:hover {
  box-shadow: none;
  background: #fafbfb;
  color: #0572ce;
  text-shadow: none;
}
.a-Button.t-Button--simple,
.t-Button.t-Button--simple {
  background: #fff;
  color: #404040;
}
.a-Button.t-Button--simple:hover,
.t-Button.t-Button--simple:hover {
  color: #0572ce;
}
.a-Button:hover,
.t-Button:hover {
  z-index: 100;
}
.a-Button:focus,
.t-Button:focus {
  outline: 0;
  z-index: 110;
}
.a-Button:active:focus,
.a-Button:focus,
.t-Button:active:focus,
.t-Button:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(5, 114, 206, 0.25) !important;
  border-color: #0572ce;
}
.a-Button.is-active,
.a-Button.is-active:active,
.a-Button:active,
.t-Button.is-active,
.t-Button.is-active:active,
.t-Button:active {
  border: 1px solid #056cc4 !important;
  background: #0572ce !important;
  color: #fff !important;
  z-index: 100;
  text-shadow: none;
  box-shadow: none;
}
.a-Button.is-active .a-Icon,
.a-Button.is-active .fa,
.a-Button.is-active:active .a-Icon,
.a-Button.is-active:active .fa,
.a-Button:active .a-Icon,
.a-Button:active .fa,
.t-Button.is-active .a-Icon,
.t-Button.is-active .fa,
.t-Button.is-active:active .a-Icon,
.t-Button.is-active:active .fa,
.t-Button:active .a-Icon,
.t-Button:active .fa {
  color: #fff !important;
}
.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: #0572ce;
  background-image: linear-gradient(to bottom, #0575d3, #056fc9);
  border: 1px solid #056cc4;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25) inset;
  color: #fff;
  text-shadow: none;
}
.t-Button--hot:hover,
body .ui-state-default.ui-button.ui-button--hot:hover,
body button.ui-state-default.ui-priority-primary:hover {
  text-shadow: none;
  color: #fff;
  background-color: #0575d3;
  background-image: linear-gradient(to bottom, #128ff9, #088bf9);
}
.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 {
  background-color: #fff;
  color: #0572ce;
}
.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: #0572ce;
}
.t-Button--hot.t-Button--simple:active,
.t-Button--hot.t-Button--simple:focus,
.t-Button--hot.t-Button--simple:hover,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:hover,
body button.ui-state-default.ui-priority-primary.t-Button--simple:active,
body button.ui-state-default.ui-priority-primary.t-Button--simple:focus,
body button.ui-state-default.ui-priority-primary.t-Button--simple:hover {
  background-color: #0572ce;
  color: #fff;
}
.t-Button--hot.t-Button--simple:active .t-Icon,
.t-Button--hot.t-Button--simple:focus .t-Icon,
.t-Button--hot.t-Button--simple:hover .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus .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:active
  .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:focus .t-Icon,
body
  button.ui-state-default.ui-priority-primary.t-Button--simple:hover
  .t-Icon {
  color: #fff;
}
.t-Button--primary {
  background-color: #d6dce0;
  background-image: linear-gradient(to bottom, #dbe1e4, #d0d8dc);
  border: 1px solid #b3bfc6;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.9) inset;
  color: #252d31;
  text-shadow: none;
}
.t-Button--primary:hover {
  color: #252d31;
  background-color: #dbe1e4;
  background-image: linear-gradient(to bottom, #f8fafa, #edf0f1);
}
.t-Button--primary.is-active,
.t-Button--primary:active {
  background-color: #b8c4ca;
}
.t-Button--primary.t-Button--simple {
  background-color: #fff;
  color: #787b7d;
}
.t-Button--primary.t-Button--simple .t-Icon {
  color: #787b7d;
}
.t-Button--primary.t-Button--simple:active,
.t-Button--primary.t-Button--simple:focus,
.t-Button--primary.t-Button--simple:hover {
  background-color: #d6dce0;
  color: #252d31;
}
.t-Button--primary.t-Button--simple:active .t-Icon,
.t-Button--primary.t-Button--simple:focus .t-Icon,
.t-Button--primary.t-Button--simple:hover .t-Icon {
  color: #252d31;
}
.t-Button--danger {
  background-color: #ca4d50;
  background-image: linear-gradient(to bottom, #ca4d50, #c53d41);
  border: 1px solid #c53d41;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset;
  color: #fff;
  text-shadow: none;
}
.t-Button--danger:hover {
  color: #fff;
  background-color: #ca4d50;
  background-image: linear-gradient(to bottom, #d67477, #d16567);
}
.t-Button--danger.is-active,
.t-Button--danger:active {
  color: #fff;
  background-color: #b03437;
}
.t-Button--danger.t-Button--simple {
  background-color: #fff;
  color: #854648;
}
.t-Button--danger.t-Button--simple .t-Icon {
  color: #854648;
}
.t-Button--danger.t-Button--simple:active,
.t-Button--danger.t-Button--simple:focus,
.t-Button--danger.t-Button--simple:hover {
  background-color: #ca4d50;
  color: #fff;
  box-shadow: 0 0 0 1px #ca4d50 inset;
}
.t-Button--danger.t-Button--simple:active .t-Icon,
.t-Button--danger.t-Button--simple:focus .t-Icon,
.t-Button--danger.t-Button--simple:hover .t-Icon {
  color: #fff;
}
.t-Button--warning {
  background-color: #fc0;
  background-image: linear-gradient(to bottom, #ffce0a, #f5c400);
  border: 1px solid #d6ab00;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.t-Button--warning:hover {
  color: #000;
  background-color: #ffce0a;
  background-image: linear-gradient(to bottom, #ffd83d, #ffd429);
}
.t-Button--warning.is-active,
.t-Button--warning:active {
  background: #ebbc00;
  color: #000;
}
.t-Button--warning.t-Button--simple {
  background-color: #fff;
  color: #8c730d;
}
.t-Button--warning.t-Button--simple .t-Icon {
  color: #8c730d;
}
.t-Button--warning.t-Button--simple:active,
.t-Button--warning.t-Button--simple:focus,
.t-Button--warning.t-Button--simple:hover {
  background-color: #fc0;
  color: #000;
}
.t-Button--warning.t-Button--simple:active .t-Icon,
.t-Button--warning.t-Button--simple:focus .t-Icon,
.t-Button--warning.t-Button--simple:hover .t-Icon {
  color: #000;
}
.t-Button--success {
  background-color: #5ea774;
  background-image: linear-gradient(to bottom, #65ab7a, #59a26f);
  border: 1px solid #4e8e61;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.35) inset;
  color: #fff;
  text-shadow: none;
}
.t-Button--success:hover {
  color: #fff;
  background-color: #65ab7a;
  background-image: linear-gradient(to bottom, #86bd96, #78b58b);
}
.t-Button--success.is-active,
.t-Button--success:active {
  background: #4a885d;
  color: #fff;
}
.t-Button--success.t-Button--simple {
  background-color: #fff;
  color: #3c6047;
}
.t-Button--success.t-Button--simple .t-Icon {
  color: #3c6047;
}
.t-Button--success.t-Button--simple:active,
.t-Button--success.t-Button--simple:focus,
.t-Button--success.t-Button--simple:hover {
  background-color: #5ea774;
  color: #fff;
}
.t-Button--success.t-Button--simple:active .t-Icon,
.t-Button--success.t-Button--simple:focus .t-Icon,
.t-Button--success.t-Button--simple:hover .t-Icon {
  color: #fff;
}
.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-badge {
  background-color: #ea0000;
  border-radius: 0.2rem;
  color: #fff;
}
.t-Button--hideShow.t-Button {
  border-radius: 2px;
  padding: 0.7rem;
}
.t-NavigationBar .t-Button {
  font-weight: 400;
  color: #333;
  padding: 6px 10px;
  margin-left: 10px;
  background: 0 0;
  box-shadow: none;
  transition: none;
  border-radius: 2px;
  border-color: transparent;
}
.t-NavigationBar .t-Button .a-Icon {
  color: #878c90;
}
.t-Button.t-Button--headerTree {
  background-color: transparent;
  background-image: none;
  border-width: 0;
  box-shadow: none;
}
.t-Button.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--headerTree.is-active {
  background-color: transparent !important;
  color: #0572ce !important;
  border-width: 0 !important;
  box-shadow: none;
}
.t-Button.t-Button--headerRight {
  background-color: #f5f5f5;
  background-image: none;
  border-width: 0 0 1px 1px;
  box-shadow: none;
}
.t-Button.t-Button--headerRight:hover {
  background-color: #dcdcdc;
}
.t-Button.t-Button--headerRight.is-active,
.t-Button.t-Button--headerRight:active {
  background: rgba(0, 0, 0, 0.15) !important;
  color: #363636 !important;
  border-width: 0 0 1px 1px !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
.t-Button--navBar .t-Button-badge {
  background-color: rgba(0, 0, 0, 0.35);
}
body .t-Button--noUI,
body .t-Button--noUI:hover {
  background: none !important;
  border-color: transparent;
}
body .t-Button--noUI:active {
  background: none !important;
  border-color: #0572ce !important;
}
body .t-Button--noUI:active .a-Icon,
body .t-Button--noUI:active .fa {
  color: #0572ce !important;
}
.t-Button--helpButton .a-Icon {
  opacity: 0.5;
}
.a-Calendar-button {
  border-radius: 2px;
  color: #707070;
}
.a-Button.a-Button--devToolbar,
.a-Button.a-IRR-sortWidget-button {
  background-image: none;
  border-width: 0;
  text-shadow: none;
}
.t-ButtonRegion {
  background-color: #fff;
  color: #404040;
  border-radius: 0;
  border: 1px solid #d6dfe6;
  box-shadow: none;
}
.t-ButtonRegion--noUI {
  background-color: transparent;
  border-width: 0;
  box-shadow: none;
}
.t-ButtonRegion--dialogRegion,
.t-ButtonRegion--wizard {
  border-radius: 0 0 2px 2px;
}
.t-ButtonRegion--dialogRegion {
  background-color: transparent;
}
.t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #333;
}
.t-Body-actions .t-ButtonRegion {
  background-color: transparent;
  border-radius: 0;
}
.fc-toolbar {
  border-color: #ebebeb;
  background-color: #fff;
  border-radius: 0;
}
.fc-toolbar h2 {
  font-weight: 700;
}
.fc .fc-basic-view td.fc-day-number,
.fc .fc-day-number,
.fc-toolbar h2 {
  color: #404040;
}
.fc-day-header.ui-widget-header,
.fc-view .ui-widget-header {
  background-color: #f2f2f2;
  color: #333;
  border-color: #e6e6e6;
}
div.fc-agendaList {
  background-color: #fff;
  border-color: #ebebeb;
  color: #404040;
}
.fc .fc-agendaList-dayHeader {
  background-color: #f2f2f2;
  color: #333;
  border-color: #e6e6e6;
}
.fc .fc-agendaList-day {
  color: #333;
}
.fc .fc-agendaList-date {
  color: #595959;
}
.fc .fc-agendaList .fc-event-all-day,
.fc .fc-agendaList .fc-event-start-time {
  color: #666;
}
body .fc .ui-widget-content,
body .fc td.fc-today {
  border-color: #e6e6e6;
  color: #404040;
}
body .ui-widget-content.fc-today.ui-state-highlight {
  background-color: #f2f2f2;
}
.fc .fc-agendaList-item {
  border-color: #e6e6e6;
}
body .fc .ui-icon-circle-triangle-w:before {
  content: "\e013";
}
body .fc .ui-icon-circle-triangle-e:before {
  content: "\e016";
}
.t-Card-wrap {
  border-radius: 2px;
}
.t-Card-wrap:focus {
  border-color: #0572ce;
}
.t-Card-icon .t-Icon,
.t-Card-initials {
  color: #fff;
}
.t-Card-desc {
  color: #3d3d3d;
  font-size: 1.3rem;
}
.t-Card-info,
.t-Cards--compact .t-Card-desc {
  color: #636363;
}
.t-Card-title {
  color: #3d3d3d;
}
.t-Card--basic .t-Card-wrap,
.t-Cards--basic .t-Card .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Card--basic .t-Card-icon .t-Icon,
.t-Cards--basic .t-Card .t-Card-icon .t-Icon {
  border-radius: 2px;
  background-color: #a0a0a0;
}
.t-Card--basic .t-Card-titleWrap,
.t-Cards--basic .t-Card .t-Card-titleWrap {
  background-color: #fff;
}
.t-Card--featured .t-Card-wrap,
.t-Cards--featured .t-Card .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Card--featured .t-Card-icon .t-Icon,
.t-Cards--featured .t-Card .t-Card-icon .t-Icon {
  border-radius: 100px;
  color: #fff;
  background-color: #a0a0a0;
}
.t-Card--featured .t-Card-body,
.t-Cards--featured .t-Card .t-Card-body {
  background-color: transparent;
}
.t-Card a,
.t-Card a:hover {
  box-shadow: none;
}
.t-ClassicCalendar-monthTitle {
  color: #404040;
}
.t-ClassicCalendar-dayColumn {
  background-color: #fafafa;
  vertical-align: top;
  border-color: #f2f2f2;
  color: #666;
}
.t-ClassicCalendar-day {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-day.is-inactive .t-ClassicCalendar-date {
  opacity: 0.5;
}
.t-ClassicCalendar-day.is-inactive,
.t-ClassicCalendar-day.is-weekend {
  background-color: #fcfcfc;
}
.t-ClassicCalendar-day.is-today .t-ClassicCalendar-date {
  background-color: #f7f7f7;
  color: #383838;
}
.t-ClassicCalendar-date {
  color: gray;
}
.t-ClassicCalendar-event {
  background-color: #f2f2f2;
  color: #404040;
}
.t-ClassicCalendar-event a {
  background-color: #f7f7f7;
  color: #383838;
}
.t-ClassicCalendar--daily .t-ClassicCalendar-timeCol,
.t-ClassicCalendar--weekly .t-ClassicCalendar-timeCol {
  background-color: #fafafa;
}
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents,
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents {
  color: #404040;
}
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents a,
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents a {
  background-color: #f7f7f7;
  color: #383838;
}
.t-ClassicCalendar--daily .t-ClassicCalendar-day.is-today,
.t-ClassicCalendar--weekly .t-ClassicCalendar-day.is-today {
  background-color: #787878;
}
.t-ClassicCalendar-list,
.t-ClassicCalendar-listEvent,
.t-ClassicCalendar-listTitle {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-listTitle {
  background-color: #fafafa;
  color: #666;
}
.t-ClassicCalendar-listEvent {
  color: #404040;
}
.t-Comments-userIcon,
.t-Comments-userImg {
  border-radius: 100%;
}
.t-Comments-userIcon {
  background-color: #fff;
}
.t-Comments-info {
  color: gray;
}
.t-Comments-comment {
  color: #404040;
}
.t-Comments--chat .t-Comments-info {
  background-color: #fff;
  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: #fff;
}
.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: #fff;
  border-radius: 0 0 2px 2px;
  border-color: #e6e6e6;
  font-size: 1.3rem;
}
.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: #5ea774;
}
.t-ConfigPanel-icon.is-disabled {
  background-color: #ca4d50;
}
.t-ConfigPanel-setting,
.t-ConfigPanel-status {
  color: #737373;
  font-size: 1.3rem;
}
.t-ConfigPanel-status {
  color: #404040;
}
.t-ConfigPanel-attr {
  font-size: 1.3rem;
}
.t-ConfigPanel-attrLink {
  color: #737373;
}
.t-ConfigPanel-attrLink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.t-ConfigPanel-attrLabel {
  font-size: 1.3rem;
}
.t-ConfigPanel-attrValue {
  color: #0572ce;
}
.t-ContentFrame-main {
  background-color: #fff;
}
.t-ContentFrame-side {
  background-color: #f2f2f2;
}
.dm-Home .dm-Hero > h1 {
  color: #000 !important;
}
.dm-GoButton .t-Button,
.dm-Home .dm-Hero > h2,
.dm-Home .dm-Hero > p {
  color: #333 !important;
}
.t-Dialog-body {
  background: linear-gradient(#fff 40%, rgba(255, 255, 255, 0)),
    linear-gradient(rgba(255, 255, 255, 0), #fff 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% #fff;
}
body .ui-dialog.t-Dialog--wizard .ui-dialog-buttonpane .ui-button,
body .ui-dialog.t-Dialog--wizard .ui-dialog-content {
  font-size: 1.3rem;
}
.t-DialogRegion-body {
  background: -webkit-linear-gradient(#fff 30%, #fff),
    -webkit-linear-gradient(#fff, #fff 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)) #fff;
  background: -o-linear-gradient(#fff 30%, #fff),
    -o-linear-gradient(#fff, #fff 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)) #fff;
  background: linear-gradient(#fff 30%, #fff),
    linear-gradient(#fff, #fff 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% #fff;
}
.t-DialogRegion-buttons {
  background-color: #fff;
}
.t-Footer,
.t-Footer a {
  color: #000;
}
.t-Form-inputContainer:before {
  color: #4d4d4d;
}
.t-Form-field,
.t-Form-inputContainer input.datepicker,
.t-Form-inputContainer input.password,
.t-Form-inputContainer input.popup_lov,
.t-Form-inputContainer input.text_field,
.t-Form-inputContainer input[type="text"],
.t-Form-inputContainer select.selectlist,
.t-Form-inputContainer select.yes_no,
.t-Form-inputContainer select[multiple],
.t-Form-inputContainer span.display_only,
.t-Form-inputContainer textarea.textarea,
.t-Form-select,
.t-Form-textarea {
  box-shadow: none;
  border-radius: 2px;
  color: #4d4d4d;
  background-color: #fcfdfe;
  border-color: #dfe4e7;
}
.t-Form-field:focus,
.t-Form-inputContainer input.datepicker:focus,
.t-Form-inputContainer input.password:focus,
.t-Form-inputContainer input.popup_lov:focus,
.t-Form-inputContainer input.text_field:focus,
.t-Form-inputContainer input[type="text"]:focus,
.t-Form-inputContainer select.selectlist:focus,
.t-Form-inputContainer select.yes_no:focus,
.t-Form-inputContainer select[multiple]:focus,
.t-Form-inputContainer span.display_only:focus,
.t-Form-inputContainer textarea.textarea:focus,
.t-Form-select:focus,
.t-Form-textarea:focus {
  background-color: #fff !important;
  border-color: #0572ce !important;
}
.t-Form-field:focus::-ms-value,
.t-Form-inputContainer input.datepicker:focus::-ms-value,
.t-Form-inputContainer input.password:focus::-ms-value,
.t-Form-inputContainer input.popup_lov:focus::-ms-value,
.t-Form-inputContainer input.text_field: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 select[multiple]:focus::-ms-value,
.t-Form-inputContainer span.display_only:focus::-ms-value,
.t-Form-inputContainer textarea.textarea:focus::-ms-value,
.t-Form-select:focus::-ms-value,
.t-Form-textarea:focus::-ms-value {
  color: #4d4d4d;
}
.t-Form-field:hover,
.t-Form-inputContainer input.datepicker:hover,
.t-Form-inputContainer input.password:hover,
.t-Form-inputContainer input.popup_lov:hover,
.t-Form-inputContainer input.text_field:hover,
.t-Form-inputContainer input[type="text"]:hover,
.t-Form-inputContainer select.selectlist:hover,
.t-Form-inputContainer select.yes_no:hover,
.t-Form-inputContainer select[multiple]:hover,
.t-Form-inputContainer span.display_only:hover,
.t-Form-inputContainer textarea.textarea:hover,
.t-Form-select:hover,
.t-Form-textarea:hover {
  background-color: #fff;
}
.t-Form-inputContainer input::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 0.5;
}
.t-Form-inputContainer input::-moz-placeholder {
  color: #4d4d4d;
  opacity: 0.5;
}
.t-Form-inputContainer input:-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 0.5;
}
.t-Form input.file {
  color: #4d4d4d;
}
.t-Form-inputContainer span.display_only {
  border-color: transparent;
  background-color: transparent;
}
.t-Form-inputContainer select.selectlist,
.t-Form-inputContainer select.yes_no,
.t-Form-select {
  color: #4d4d4d;
}
.t-Form-field--readOnly {
  background-color: transparent;
}
.t-Form-checkboxLabel,
.t-Form-inputContainer .checkbox_group label,
.t-Form-inputContainer .radio_group label,
.t-Form-label,
.t-Form-radioLabel {
  color: #4d4d4d;
  font-weight: 700;
}
.t-Form-error {
  color: #e92020;
}
.t-Form-postText {
  color: #8c8c8c;
}
.t-Form--search input.t-Form-searchField {
  background-color: #fcfdfe;
  color: #1f3e5d;
}
.t-Body-title .t-Form--search input.t-Form-searchField {
  background-color: #fff;
  border-color: #e6e6e6;
}
.t-Body-title
  .t-Form--search
  input.t-Form-searchField::-webkit-input-placeholder {
  color: gray;
}
.t-Body-title .t-Form--search input.t-Form-searchField:-moz-placeholder {
  color: gray;
}
.t-Body-title .t-Form--search input.t-Form-searchField::-moz-placeholder {
  color: gray;
}
.t-Body-title .t-Form--search input.t-Form-searchField:-ms-input-placeholder {
  color: gray;
}
.a-IRR-selectList,
.t-Form-inputContainer select.yes_no,
.t-Form-inputContainer select[size="1"].selectlist,
.t-Form-select,
.t-Property-field--select,
.t-Report-report select[size="1"] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAeCAYAAADZ7LXbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAKRJREFUeNrs1TEKwkAQheEvIoI2nsk7qFdIq1hoJ3gCC5sUVpY23sDKXnvrYOUBbGITG0kQjQriPlgYhmF/3ryFjbIs82nVfEEBEiAB8k+Q+q1IkqSDNVq4lMy3scIkjuP0FSdbjNHMLys6OwyQVlnXEsOS2QP6OL8jkzlmd70jus86eBT8FIu8PqGXg6oFX6ARGthgX+V1ReFnDJAACZAfhFwHAJI7HF2lZGQaAAAAAElFTkSuQmCC);
  background-size: contain;
}
.t-Form input.file,
.t-Form--large .checkbox_group label,
.t-Form--large .radio_group label,
.t-Form--large .t-Form-checkboxLabel,
.t-Form--large .t-Form-field,
.t-Form--large .t-Form-inputContainer input[type="text"],
.t-Form--large .t-Form-label,
.t-Form--large .t-Form-radioLabel,
.t-Form--large .t-Form-select,
.t-Form--large input.datepicker,
.t-Form--large input.password,
.t-Form--large input.popup_lov,
.t-Form--large input.text_field,
.t-Form--large select.selectlist,
.t-Form--large select.yes_no,
.t-Form--large select[multiple],
.t-Form--large span.display_only,
.t-Form-fieldContainer--large .checkbox_group label,
.t-Form-fieldContainer--large .radio_group label,
.t-Form-fieldContainer--large .t-Form-checkboxLabel,
.t-Form-fieldContainer--large .t-Form-field,
.t-Form-fieldContainer--large .t-Form-inputContainer input[type="text"],
.t-Form-fieldContainer--large .t-Form-label,
.t-Form-fieldContainer--large .t-Form-radioLabel,
.t-Form-fieldContainer--large .t-Form-select,
.t-Form-fieldContainer--large input.datepicker,
.t-Form-fieldContainer--large input.password,
.t-Form-fieldContainer--large input.popup_lov,
.t-Form-fieldContainer--large input.text_field,
.t-Form-fieldContainer--large select.selectlist,
.t-Form-fieldContainer--large select.yes_no,
.t-Form-fieldContainer--large select[multiple],
.t-Form-fieldContainer--large span.display_only {
  font-size: 1.3rem;
}
.t-Form--large .t-Form-inputContainer .a-Button,
.t-Form-fieldContainer--large .t-Form-inputContainer .a-Button {
  padding: 0.7rem 1.2rem;
}
.a-Icon.icon-asterisk:before {
  color: #0572ce;
}
.t-FormField-label {
  color: #333;
}
.t-FormField-input {
  background-color: #fff;
  border-radius: 2px;
}
.t-Header {
  background-color: #f7f7f7;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #fff;
  padding: 0 20px;
}
.t-Header-branding {
  box-shadow: none;
  background: 0 0;
  float: left;
  position: static;
}
.apex-top-nav .t-Header-branding {
  max-width: 80%;
}
.apex-top-nav .t-Header-controls,
.apex-top-nav .t-Header-logo {
  margin-top: 26px;
}
.apex-side-nav .t-Header-controls,
.apex-side-nav .t-Header-logo,
.t-PageBody--noNav .t-Header-controls,
.t-PageBody--noNav .t-Header-logo {
  margin-top: 8px;
  margin-bottom: 4px;
}
.t-Header-logo-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.t-Header-logo-link:hover {
  text-decoration: none;
}
.t-Header-logo-link img {
  display: inline-block;
}
.t-Header-logo-link {
  padding-left: 0;
  padding-right: 0;
}
.t-Header-logo-link:active:focus,
.t-Header-logo-link:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #2699fa inset, 0 0 1px 2px rgba(38, 153, 250, 0.25) !important;
}
.t-Header-logo-link {
  font-size: 1.8rem;
  color: #000;
}
.t-Header-nav {
  text-align: right;
  margin-top: 34px;
}
.t-Header-nav-list {
  background-color: transparent;
}
.t-Header-navBar {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  margin: 3px 20px 3px 0;
}
.apex-side-nav .t-Header-navBar,
.t-PageBody--noNav .t-Header-navBar {
  height: 30px;
  margin: 13px 20px 13px 0;
}
.apex-side-nav .t-Header-branding {
  width: 100%;
}
.apex-side-nav .t-Header-navBar {
  position: static;
  margin-right: 0;
}
.t-HeroRegion {
  background-color: #fff;
  color: #404040;
}
.t-HeroRegion-title {
  color: #404040;
}
.t-HeroRegion-icon {
  border-radius: 4px;
  background-color: #f7f7f7;
  color: #383838;
}
.t-HeroRegion--featured {
  background-color: transparent;
}
.t-HeroRegion--featured,
.t-HeroRegion--featured .t-HeroRegion-title {
  color: #404040;
}
.t-HeroRegion-title {
  font-size: 2.1rem;
  font-weight: 700;
}
.t-HeroRegion-title + p {
  font-weight: 400;
  font-size: 1.3rem;
}
.a-IRR {
  border-radius: 0;
  border-color: #e6e6e6;
}
.a-IRR .a-IRR-pagination-label {
  color: gray;
}
.a-IRR-reportSummary-value {
  color: #404040;
}
.a-IRR-controlsLabel:hover {
  color: #000 !important;
}
.a-IRR-fullView {
  background-color: #fff;
}
.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 {
  border: none;
  background: linear-gradient(#fff, #fff);
  border-color: #e6e6e6;
}
.a-Report-percentChart-fill {
  background-color: #737373;
}
.a-Report-percentChart {
  background-color: #e8e8e8;
}
.a-IRR-button--colSearch {
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.a-IRR-table .a-IRR-header {
  background-color: #f2f4f7;
  border: 0;
  border-top: 1px solid #d2d9e4;
  border-bottom: 1px solid #d2d9e4;
  box-shadow: inset 1px 0 0 0 #d2d9e4;
}
.a-IRR-table .a-IRR-header:hover {
  background-color: #d6d7d8;
}
.a-IRR-table .a-IRR-header.is-active {
  background-color: #dae9f5;
  border-bottom: none;
}
.a-IRR-table .a-IRR-header.is-active a {
  color: #787878;
}
.a-IRR-table tr td {
  background-color: #fff;
  color: #404040;
}
.a-IRR-table {
  border-collapse: separate;
}
.t-IRR-region--noBorders .a-IRR {
  border-radius: 0;
}
body .a-IRR-sortWidget-rows {
  color: #000;
  border-top: 1px solid #dedede;
  background: #f7f7f7;
}
body .a-IRR-sortWidget-row {
  color: #000;
  box-shadow: 0 -1px 0 #eaeaea inset;
}
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField,
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField[type="text"] {
  color: #000;
  background: #eaeaea;
}
.a-IRR-sortWidget-row:hover {
  background-color: #eaeaea;
}
body .a-IRR-button.a-IRR-sortWidget-button,
body .a-IRR-button.a-IRR-sortWidget-button:active:focus {
  color: rgba(0, 0, 0, 0.9);
  background-color: #eaeaea;
}
body .a-IRR-button.a-IRR-sortWidget-button:active:focus:hover,
body .a-IRR-button.a-IRR-sortWidget-button:hover {
  background-color: #fff;
}
.a-IRR-sortWidget-actions {
  border-bottom: 1px solid #dedede;
}
.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(0, 0, 0, 0.9);
}
.a-IRR-headerLink:focus {
  box-shadow: 0 0 0 1px #0572ce inset;
}
.a-IRR-search-field {
  height: 32px;
}
.a-IRR-search-field:focus {
  border-color: #0572ce;
  box-shadow: -1px 0 0 #0572ce inset, 1px 0 0 #0572ce inset;
}
.a-IRR-singleRow-name,
.a-IRR-singleRow-value {
  border-color: #e6e6e6;
  color: #404040;
}
.a-IRR-singleRow-value {
  background-color: #fff;
}
.a-IRR-singleRow-name,
.a-IRR-singleRow-row:hover .a-IRR-singleRow-value {
  background-color: #f2f2f2;
}
.a-IRR-singleRow-row:hover .a-IRR-singleRow-name {
  background-color: #e6e6e6;
}
.a-Button.a-IRR-button {
  padding: 7px 12px;
}
.a-Button.a-IRR-button.a-IRR-button--remove {
  padding: 3px;
}
.a-IRR-button.a-IRR-button--pagination:hover {
  background-color: #0572ce;
}
.a-Button.a-IRR-button--actions.is-active,
.a-Button.a-IRR-button--actions.is-active:active {
  font-weight: 700;
}
.a-IRR-chartView,
.a-IRR-controlsContainer,
.a-IRR-detailView,
.a-IRR-groupByView,
.a-IRR-iconViewTable,
.a-IRR-pivotView {
  border-top-color: #e6e6e6;
}
.t-LinksList-item {
  border-color: #e6e6e6;
}
.t-LinksList-icon {
  color: #a0a0a0;
}
.t-LinksList-link:hover {
  background-color: #f2f2f2;
}
.t-LinksList--showArrow .t-LinksList-link:hover:before,
.t-LinksList-link:hover .t-LinksList-icon {
  color: #0572ce;
}
.t-LinksList--showArrow .t-LinksList-link:before {
  color: rgba(0, 0, 0, 0.15);
}
.t-LinksList--showArrow.t-LinksList--brightHover
  .t-LinksList-link:hover:before {
  color: rgba(255, 255, 255, 0.5);
}
.t-LinksList--showBadge .t-LinksList-badge {
  background-color: #e6e6e6;
  color: #666;
}
.t-LinksList--showBadge .t-LinksList-link:hover .t-LinksList-badge {
  background-color: #0572ce;
  color: #fff;
}
.t-LinksList--showBadge.t-LinksList--brightHover
  .t-LinksList-link:hover
  .t-LinksList-badge {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
}
.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: #f7f7f7;
  color: #383838;
}
.t-LinksList--brightHover .t-LinksList-link:hover .t-LinksList-icon {
  color: #0572ce;
}
.t-LinksList--iconOnly .t-LinksList-link {
  color: #666;
}
.t-LinksList--iconOnly .t-LinksList-link:focus,
.t-LinksList--iconOnly .t-LinksList-link:hover {
  color: #333;
}
.t-LinksList--iconOnly .t-LinksList-icon {
  background-color: #fff;
  border: 1px solid rgba(208, 208, 208, 0.5);
}
.t-LinksList--iconOnly .t-LinksList-link:focus,
.t-LinksList--iconOnly .t-LinksList-link:hover {
  background-color: #fff;
}
.t-LinksList--iconOnly .t-LinksList-link:focus .t-LinksList-icon,
.t-LinksList--iconOnly .t-LinksList-link:hover .t-LinksList-icon {
  background-color: #fff;
  border-color: #fff;
  color: #f7f7f7;
}
.t-LinksList--iconOnly .is-current .t-LinksList-icon {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #fff;
}
.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: #f7f7f7;
}
.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-icon,
.t-LinksList--actions .t-LinksList-label {
  color: #313131;
}
.t-LinksList--actions .t-LinksList-label,
.t-Login-text {
  font-size: 1.3rem;
}
.t-Login-iconValidation {
  background: #5ea774;
  color: #fff;
}
body .t-Login-title {
  color: #404040;
}
.t-Login-region {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #d6dfe6;
}
.t-Login-region .t-Login-body input.password::-webkit-input-placeholder,
.t-Login-region .t-Login-body input[type="text"]::-webkit-input-placeholder {
  color: #4d4d4d;
}
.t-Login-region .t-Login-body input.password::-moz-placeholder,
.t-Login-region .t-Login-body input[type="text"]::-moz-placeholder {
  color: #4d4d4d;
}
.t-Login-region .t-Login-body input.password:-ms-input-placeholder,
.t-Login-region .t-Login-body input[type="text"]:-ms-input-placeholder {
  color: #4d4d4d;
}
.t-Login-logo.fa {
  color: #f7f7f7;
}
.t-MediaList-item {
  border-color: #d9d9d9;
}
.t-MediaList--horizontal .t-MediaList-item {
  border-right: 1px solid #d9d9d9;
}
a.t-MediaList-itemWrap {
  color: #0572ce;
}
a.t-MediaList-itemWrap:hover {
  background-color: #f2f2f2;
  color: #0572ce;
}
a.t-MediaList-itemWrap:hover .t-MediaList-icon {
  color: #737373;
}
.t-MediaList-itemWrap {
  color: #404040;
}
.t-MediaList-badge,
.t-MediaList-desc {
  color: #737373;
  font-size: 1.3rem;
}
.t-MediaList-icon {
  color: #bfbfbf;
}
.t-MediaList--cols .t-MediaList-item:after,
.t-MediaList--cols .t-MediaList-item:before {
  background-color: #e6e6e6;
}
.a-MenuBar-label {
  color: #404040;
}
.a-MenuBar-item {
  background: #fff;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  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;
}
.a-MenuBar-item.is-disabled .a-MenuBar-label {
  opacity: 0.5;
}
.a-MenuBar-item.is-expanded,
.a-MenuBar-item:hover {
  background-color: #e6e6e6;
}
.a-Menu .a-Menu-item {
  color: #000;
}
.a-Menu-itemSep .a-Menu-hSeparator {
  border-color: #c4ced7;
}
.a-Menu--current {
  background-color: #ccc;
}
.a-Menu .a-Menu-item.is-disabled.is-focused {
  background-color: #ebeced;
}
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-accel,
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-statusCol,
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-subMenuCol {
  color: #878c90 !important;
  opacity: 0.5;
}
.a-Menu .a-Menu-item.is-expanded,
.a-Menu .a-Menu-item.is-focused {
  background-color: #ebeced;
  color: #000;
}
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-accel,
.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-accel,
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-statusCol {
  color: #878c90 !important;
}
.a-Menu-content {
  border-radius: 0;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #c4ced7;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
}
.a-Menu.a-Menu--top > .a-Menu-content {
  border-top: 1px solid #c4ced7;
}
.a-Menu-item .a-Menu-statusCol,
.a-Menu-item .a-Menu-subMenuCol {
  color: #878c90;
}
.a-Menu-item .a-Menu-subMenuCol {
  padding-right: 0;
}
.a-Icon.icon-menu-sub:before {
  content: "\e126";
}
.a-Icon.icon-menu-drop-down:before,
.a-Icon.icon-menu-scroll-down:before {
  content: "\e123";
}
.t-Header .a-MenuBar.a-MenuBar--overflow {
  display: inline-block;
  height: 34px;
}
.t-Header .a-MenuBar.a-MenuBar--overflow .a-MenuBar-item--overflow {
  width: 34px;
  height: 34px;
  vertical-align: top;
}
.t-Header
  .a-MenuBar.a-MenuBar--overflow
  .a-MenuBar-item--overflow
  > .a-MenuBar-label {
  padding: 8px;
}
.t-Header
  .a-MenuBar.a-MenuBar--overflow
  .a-MenuBar-item--overflow
  > .a-MenuBar-label
  .a-Icon:before {
  content: "\e123";
}
.t-Header .a-MenuBar.a-MenuBar--overflow .a-MenuBar-item {
  vertical-align: top;
}
.t-Header .a-MenuBar-item {
  display: inline-block;
  float: none;
  background: #fafafa;
  border: 1px solid #d9dfe3;
  margin-left: -1px;
}
.t-Header .a-MenuBar-item:first-child {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.t-Header .a-MenuBar-item:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  margin-right: 1px;
}
.t-Header .a-MenuBar-label {
  font-weight: 700;
  color: #333;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height: 1.2rem;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol {
  padding: 8px 14px 8px 0;
  line-height: 16px;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  width: 16px;
  height: 16px;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  color: #878c90;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon:before {
  content: "\e123";
}
.t-Header .a-MenuBar-item.is-focused {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset;
}
.t-Header .a-MenuBar-item.is-focused .a-MenuBar-label,
.t-Header .a-MenuBar-item.is-focused > .a-Menu-subMenuCol .a-Icon {
  color: #0572ce;
}
.t-Header .a-MenuBar-item.a-Menu--current,
.t-Header .a-MenuBar-item.is-expanded {
  background: #0572ce;
  box-shadow: none;
}
.t-Header .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
.t-Header .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon,
.t-Header .a-MenuBar-item.is-expanded .a-MenuBar-label,
.t-Header .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  color: #fff;
}
.t-Header .a-MenuBar-item.a-Menu--current.is-focused {
  background: #0572ce;
  box-shadow: none;
}
.t-Header .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label,
.t-Header
  .a-MenuBar-item.a-Menu--current.is-focused
  > .a-Menu-subMenuCol
  .a-Icon {
  color: #85bbe7 !important;
}
.t-Body .a-MenuBar-label {
  color: #313131;
}
.t-Body .a-MenuBar-item.a-Menu--current,
.t-Body .a-MenuBar-item.a-Menu--current.is-focused,
.t-Body .a-MenuBar-item.is-focused,
.t-Body .a-MenuBar-item:hover {
  background-color: #f0f0f0 !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: #313131 !important;
  font-weight: 700;
}
.t-Body .a-MenuBar-item.a-Menu--current.is-expanded,
.t-Body .a-MenuBar-item.is-expanded {
  background-color: #f0f0f0 !important;
}
.t-Body .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(49, 49, 49, 0.8);
  border-color: #fff;
  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: #f0f0f0;
  border-color: #f0f0f0;
  color: #313131;
}
.t-Body .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #fff;
  border-color: #646464;
}
.t-Body
  .a-MenuBar-item.a-Menu--current.is-expanded
  > .a-Menu-subMenuCol
  .a-Icon {
  background-color: #313131;
  border-color: #313131;
  color: #f0f0f0;
}
.t-Body .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #fff;
  border-color: #fff;
  color: #d7d7d7;
}
.t-Body .a-Menu-content {
  border-width: 0;
  background-color: #f0f0f0;
}
.t-Body .a-Menu .a-Menu-item {
  color: #313131;
}
.t-Body .a-Menu .a-Menu-item.is-expanded,
.t-Body .a-Menu .a-Menu-item.is-focused {
  background-color: #cacaca !important;
  color: #0a0a0a;
}
.t-Body .a-MenuBar > ul {
  background-color: #e6e6e6;
}
.t-Body .a-MenuBar-item {
  border-color: #d7d7d7;
}
.t-Body .a-MenuBar-item.is-focused {
  box-shadow: 0 0 0 2px #717171 inset;
}
.t-Header-userMenu .a-Menu-content {
  border-width: 0;
  background-color: #d6d6d6;
}
.t-Header-userMenu .a-Menu-item.is-expanded,
.t-Header-userMenu .a-Menu-item.is-focused {
  background-color: #e3e3e3 !important;
}
.t-Header-userMenu.a-Menu .a-Menu-item .a-Menu-label {
  color: #2b2b2b;
  -webkit-font-smoothing: antialiased;
}
.t-NavigationBar-item .t-Button:focus {
  border-color: #0572ce;
  box-shadow: none !important;
}
.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: #0572ce;
}
.t-Page--popupLOV {
  background-color: #fff;
}
.t-PopupLOV-actions {
  background-color: #f0f0f0;
}
.t-PopupLOV-links a {
  color: #333;
}
.t-PopupLOV-links a:hover {
  background-color: #0d8df9;
  color: #fff;
}
.t-PopupLOV-pagination {
  color: #666;
}
.t-Region {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #d6dfe6;
  margin-bottom: 20px;
}
.fielddata b {
  color: #333;
}
.t-Region-header {
  font-weight: 700;
  border-width: 0;
}
.t-Body-actions .t-Region-header {
  background: 0 0;
}
.t-Region--stacked,
.t-Region--stacked > .t-Region-header {
  border-radius: 0 !important;
}
.t-Region--accent1 {
  background-color: #eff2f5;
  border-color: #d6dfe6;
}
.t-Region--accent2 {
  background-color: #e8f2fb;
  border-color: #d1e6f9;
}
.t-Region--accent3 {
  background-color: #fef9e8;
  border-color: #fef3ce;
}
.t-Region--accent4 {
  background-color: #ffe4e1;
  border-color: #ffcdc7;
}
.t-Region--accent5 {
  background-color: #fce8fe;
  border-color: #facefe;
}
.t-Region-header {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.t-Region h2.t-Region-title {
  color: #404040;
}
.t-Region-body {
  color: #404040;
  font-size: 1.3rem;
}
.t-Region--shadowScroll > .t-Region-bodyWrap > .t-Region-body {
  background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)),
    linear-gradient(rgba(255, 255, 255, 0), #fff 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% #fff;
}
.t-Body-actions .t-Region-header,
body .t-Body-side .t-Region {
  background-color: transparent;
}
body .t-Body-side .t-Region-header {
  background-color: #fafafa;
}
.t-Region,
.t-Region-header {
  border-radius: 0;
}
.t-Body-actions .t-Region,
.t-Region--noBG {
  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: #f7f7f7;
}
.t-Region--carousel .a-Region-carouselLink {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}
.t-Body-actions .t-Region-header {
  font-size: 1.3rem;
}
.t-Report-cell {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.t-Report-colHead {
  background-color: #f2f4f7;
  border-left: 1px solid #d2d9e4;
  border-top: 1px solid #d2d9e4;
}
.t-Report-report tr .t-Report-cell:last-child {
  border-right: 1px solid #e6e6e6;
}
.t-Report-report tr .t-Report-colHead:last-child {
  border-right: 1px solid #d2d9e4;
}
.t-Report-report tr:last-child .t-Report-cell {
  border-bottom: 1px solid #e6e6e6;
}
.t-Report .is-stuck .t-Report-colHead {
  background-color: #f2f4f7;
  border-bottom: 1px solid #d2d9e4;
}
.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-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: 0 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(49, 49, 49, 0.8);
}
.t-SocialFooter a .t-Icon {
  display: block;
  margin: 0 auto;
  color: rgba(49, 49, 49, 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: #0572ce;
}
.t-SearchResults-desc {
  color: #313131;
}
.t-SearchResults-date,
.t-SearchResults-misc {
  color: #646464;
}
.t-Region .t-SearchResults-desc {
  color: #404040;
}
.t-Region .t-SearchResults-date,
.t-Region .t-SearchResults-misc {
  color: #737373;
}
.t-SearchResults-info {
  font-size: 1.3rem;
}
.t-StatusList {
  background-color: rgba(255, 255, 255, 0.5);
}
.t-StatusList-blockHeader {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}
.t-StatusList-headerTextAlt {
  color: #666;
}
.t-StatusList-itemTitle {
  color: #333;
}
.t-StatusList-attr {
  color: #666;
}
.t-StatusList-textDesc {
  color: #333;
}
.t-StatusList--dates .t-StatusList-marker {
  border-radius: 2px;
  background-color: #fff;
  color: #333;
}
.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: #fc0;
}
.t-StatusList--bullets .t-StatusList-item.is-null .t-StatusList-marker {
  background-color: #f0f0f0;
  color: #a0a0a0;
}
.t-StatusList--bullets .t-StatusList-marker,
.t-StatusList-textDesc {
  font-size: 1.3rem;
}
.t-Tabs--simple .t-Tabs-item.is-active .t-Tabs-link {
  box-shadow: 0 3px 0 #0572ce inset;
  background-color: #fff;
  border-right: 1px solid #d6dfe6;
  border-left: 1px solid #d6dfe6;
  font-weight: 700;
}
.t-TabsRegion-mod--simple .t-Tabs--simple {
  box-shadow: 0 -1px 0 #d6dfe6 inset;
}
.t-TabsRegion-mod--simple > .t-TabsRegion-items > .a-Region-carouselItems {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #d6dfe6;
  border-top-width: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.t-TabsRegion-items > .a-Region-carouselControl {
  margin-bottom: 0 !important;
}
.t-TabsRegion-items .t-Region,
.t-TabsRegion-items .t-Wizard {
  margin-bottom: 0;
}
.apex-rds .apex-rds-selected a {
  box-shadow: 0 -3px 0 #0572ce inset;
}
.apex-rds a:focus {
  box-shadow: 0 0 0 1px #0572ce inset;
}
body .apex-rds-item--hint a {
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
}
body .apex-rds-selected a {
  font-weight: 700;
  color: #0572ce;
}
body .apex-rds a,
body .t-Tabs-link {
  font-size: 1.3rem;
}
.t-Tabs--pill {
  background: linear-gradient(#f0f0f0, #f4f4f4);
  border-radius: 2px;
}
.t-Tabs--pill .t-Icon,
.t-Tabs--pill .t-Tabs-link {
  color: #333;
}
.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;
}
.apex-rds a,
.t-Tabs--simple .t-Icon,
.t-Tabs--simple .t-Tabs-link {
  color: #404040;
}
.apex-rds a:hover,
.t-Tabs--simple .t-Tabs-link:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.apex-rds a:active,
.t-Tabs--simple .t-Tabs-link:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.t-Body-title .apex-rds a,
.t-Body-title .t-Tabs--simple .t-Tabs-link {
  color: #404040;
}
.apex-rds-hover.left a {
  background: -moz-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, #fff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #fff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.apex-rds-hover.right a {
  background: -moz-linear-gradient(
    left,
    #fff 0,
    rgba(255, 255, 255, 0) 1%,
    #fff 50%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, #fff),
    color-stop(1%, rgba(255, 255, 255, 0.06)),
    color-stop(50%, #fff)
  );
  background: -webkit-linear-gradient(
    left,
    #fff 0,
    rgba(255, 255, 255, 0) 1%,
    #fff 50%
  );
  background: -o-linear-gradient(
    left,
    #fff 0,
    rgba(255, 255, 255, 0) 1%,
    #fff 50%
  );
  background: -ms-linear-gradient(
    left,
    #fff 0,
    rgba(255, 255, 255, 0) 1%,
    #fff 50%
  );
  background: linear-gradient(
    to right,
    #fff 0,
    rgba(255, 255, 255, 0) 1%,
    #fff 50%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}
.t-Tabs--large .t-Tabs-link {
  font-size: 1.3rem;
}
.a-TagCloud-link {
  border-color: #e6e6e6;
  border-radius: 2px;
  background: #f2f2f2;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s,
    color 0.2s;
}
.a-TagCloud-link span {
  transition: color 0.2s;
}
.a-TagCloud-link:hover {
  text-decoration: none;
  background-color: #0572ce;
  border-color: #f7f7f7;
  color: #fff;
}
.a-TagCloud-link:hover span {
  color: #fff;
}
.a-TagCloud-count {
  color: #707070;
  font-weight: 200;
}
.t-Timeline {
  color: #404040;
}
.t-Timeline-date,
.t-Timeline-desc,
.t-Timeline-username {
  color: #737373;
}
.t-Timeline-wrap {
  color: #404040;
}
.t-Timeline-type {
  background-color: #f5f5f5;
  color: #404040;
}
.t-Timeline-type.is-new {
  background-color: #5ea774;
  color: #fff;
}
.t-Timeline-type.is-updated {
  background-color: #2578cf;
  color: #fff;
}
.t-Timeline-type.is-removed {
  background-color: #ca4d50;
  color: #fff;
}
.t-Timeline-wrap:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #0572ce inset;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
  box-shadow: 0 0 0 1px #c9c9c9 inset;
  background-color: transparent;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-TreeNav
  .a-TreeView-node--topLevel
  .a-TreeView-row.is-current--top.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected {
  background-color: #d8d8d8;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-TreeNav .a-TreeView-node--topLevel ul,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row {
  background-color: #e0e0e0;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #d1d1d1 !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(51, 51, 51, 0.75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover,
.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: #333 !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content {
  color: #333;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .a-Icon,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .fa,
.t-TreeNav
  .a-TreeView-node--topLevel
  .a-TreeView-content.is-current--top
  .a-Icon,
.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-hover .fa {
  color: #0572ce;
}
.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-current--top,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-selected {
  color: #333;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle {
  color: rgba(51, 51, 51, 0.75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
  color: #333 !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row {
  transition: background-color 0.1s;
}
.t-PageBody--leftNav .t-Body-nav {
  background-color: #f0f0f0;
}
.t-Body-nav {
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.a-TreeView-node--topLevel > .a-TreeView-content > .a-TreeView-label {
  font-weight: 700;
  font-size: 1.1em;
}
.a-TreeView-row.is-selected,
.a-TreeView-row.is-selected.is-hover {
  background-color: rgba(5, 114, 206, 0.15);
}
.t-TreeNav .a-TreeView-node--topLevel > ul > .a-TreeView-node {
  padding-bottom: 5px;
}
.t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .a-TreeView-badge {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.t-Wizard,
.t-Wizard-footer {
  background-color: #fff;
}
.t-Wizard .t-Wizard-header {
  background-color: #fafafa;
}
.t-Dialog--wizard {
  border: #e6e6e6;
}
.t-Wizard--default,
.t-Wizard--headerBG {
  background-color: #fff;
  border-radius: 2px;
}
.t-Wizard--default .t-Wizard-title,
.t-Wizard--headerBG .t-Wizard-title {
  color: #404040;
}
body .t-Wizard--modal {
  background: #fff;
}
body .t-Wizard--modal .t-Wizard-body {
  background: linear-gradient(#fff 40%, rgba(255, 255, 255, 0)),
    linear-gradient(rgba(255, 255, 255, 0), #fff 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% #fff;
}
body .t-Wizard--modal .t-Region {
  background: #fff;
}
.t-Wizard--headerBG {
  border-color: #e6e6e6;
}
.t-Wizard--headerBG .t-Wizard-header {
  background-color: #f2f2f2;
  border-color: #e5e5e5;
}
.t-WizardSteps-wrap:after {
  background-color: #e6e6e6;
}
.t-WizardSteps-step .t-WizardSteps-marker,
.t-WizardSteps-step.is-active .t-WizardSteps-marker,
.t-WizardSteps-step.is-complete .t-WizardSteps-marker {
  padding: 4px;
  width: 22px;
  height: 22px;
  margin-top: -10px;
  margin-left: -10px;
}
.t-WizardSteps-step .t-WizardSteps-marker,
.t-WizardSteps-step .t-WizardSteps-wrap:after {
  background-color: #f0f0f0;
}
.t-WizardSteps-step.is-active .t-WizardSteps-marker,
.t-WizardSteps-step.is-active .t-WizardSteps-wrap:after,
.t-WizardSteps-step.is-complete .t-WizardSteps-marker,
.t-WizardSteps-step.is-complete .t-WizardSteps-wrap:after {
  background-color: #d6d7d8;
}
.t-WizardSteps-wrap:after {
  height: 8px;
  margin-top: 6px;
  top: 7px;
}
.t-WizardSteps-step .t-WizardSteps-marker .t-Icon {
  display: none !important;
}
.t-WizardSteps-step .t-WizardSteps-marker:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #e4e8ea;
  box-shadow: 0 0 0 1px #c5ced7 inset;
}
.t-WizardSteps-step.is-complete .t-WizardSteps-marker:before {
  background-color: #fff;
  box-shadow: 0 0 0 1px #0572ce inset;
}
.t-WizardSteps-step.is-active .t-WizardSteps-marker:before {
  background-color: #0572ce;
  box-shadow: none;
}
.t-WizardSteps-label {
  color: gray;
}
.t-WizardSteps-step.is-active .t-WizardSteps-label {
  color: #404040;
}
body .ui-dialog {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.45);
}
body .ui-dialog .ui-dialog-title {
  font-weight: 700;
}
body .ui-dialog .ui-dialog-buttonpane {
  border-top-color: #f0f0f0;
}
body .ui-widget-overlay {
  background: #a0a0a0;
  opacity: 0.3;
}
body .ui-dialog.t-Dialog--wizard .ui-dialog-title {
  font-size: 1.8rem;
  font-weight: 700;
}
body .ui-dialog.t-Dialog--wizard .ui-dialog-content {
  border-width: none;
}
body .ui-button.ui-state-default.ui-dialog-titlebar-close {
  background: 0 0;
  border-width: 0;
  box-shadow: none;
  color: #878c90;
}
body .ui-button.ui-state-default.ui-dialog-titlebar-close.ui-state-active {
  background-color: #0572ce;
  background-image: none;
  color: #fff;
}
body .ui-widget-content {
  border-color: #ebebeb;
  background-color: #fff;
  color: #333;
}
body .ui-widget-content a {
  color: #0572ce;
}
body .ui-widget-header {
  border-color: #ebebeb;
  background-color: #fff;
  color: #404040;
}
body .ui-widget-header a {
  color: #404040;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  background-color: #e7ebed;
  background-image: linear-gradient(
    to bottom,
    #fff 0,
    #f1f3f3 3.64%,
    #e7ebed 50%,
    #e3e7e9 100%
  );
  color: #000;
}
body .ui-state-active a,
body .ui-state-active a:link,
body .ui-state-active a:visited,
body .ui-state-default a,
body .ui-state-default a:link,
body .ui-state-default a:visited {
  color: #0572ce;
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover {
  background: #fafbfb;
  color: #0572ce;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
}
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  box-shadow: 0 0 0 1px #0572ce inset, 0 0 1px 2px rgba(5, 114, 206, 0.25) !important;
  background: #fafbfb;
  color: #0572ce;
}
body .ui-datepicker .ui-datepicker-buttonpane button:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #0572ce inset, 0 0 1px 2px rgba(5, 114, 206, 0.25) !important;
}
body .ui-state-focus a,
body .ui-state-focus a:hover,
body .ui-state-focus a:link,
body .ui-state-focus a:visited,
body .ui-state-hover a,
body .ui-state-hover a:hover,
body .ui-state-hover a:link,
body .ui-state-hover a:visited {
  color: #0572ce;
}
body .ui-state-active,
body .ui-state-down,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
  background: #0572ce;
  color: #fff;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background: #fff;
  color: #f7f7f7;
}
body .ui-state-highlight a,
body .ui-widget-content .ui-state-highlight a,
body .ui-widget-header .ui-state-highlight a {
  color: #f7f7f7;
}
body .ui-state-error,
body .ui-widget-content .ui-state-error,
body .ui-widget-header .ui-state-error {
  background: #ca4d50;
  color: #fff;
}
body .ui-state-error a,
body .ui-widget-content .ui-state-error a,
body .ui-widget-header .ui-state-error a {
  color: #fff;
}
body .ui-state-error-text,
body .ui-widget-content .ui-state-error-text,
body .ui-widget-header .ui-state-error-text {
  color: #ca4d50;
}
body .ui-datepicker td a.ui-state-default,
body .ui-datepicker td span.ui-state-default {
  background: 0 0;
  color: #333;
}
body .ui-datepicker td a.ui-state-default.ui-state-active,
body .ui-datepicker td span.ui-state-default.ui-state-active {
  background-color: #f7f7f7;
  color: #383838;
  font-weight: 700;
}
body .ui-datepicker td a.ui-state-default.ui-state-hover,
body .ui-datepicker td span.ui-state-default.ui-state-hover {
  background-color: #f2f2f2 !important;
}
body .ui-datepicker td a.ui-state-default:focus,
body .ui-datepicker td span.ui-state-default:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #0572ce inset, 0 0 1px 2px rgba(5, 114, 206, 0.25) !important;
}
body .ui-datepicker td a.ui-state-default.ui-state-highlight,
body .ui-datepicker td span.ui-state-default.ui-state-highlight {
  background-color: #ebebeb;
}
body .ui-datepicker th {
  color: #737373;
}
body .ui-datepicker .ui-datepicker-buttonpane button,
body .ui-datepicker .ui-datepicker-header,
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev {
  border-radius: 2px;
}
body .ui-dialog .ui-dialog-titlebar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
}
body .ui-dialog .ui-dialog-title {
  color: #404040;
}
.t-Dialog-page,
body .ui-dialog .ui-dialog-content {
  background: #f9f9f9;
  color: #333;
}
.t-Dialog--wizard body .ui-dialog .ui-dialog-content,
.t-Dialog--wizard.ui-dialog,
.t-Dialog--wizard.ui-dialog .ui-dialog-titlebar {
  background-color: #fff;
  color: #333;
}
.t-Dialog--wizard.ui-dialog .ui-dialog-title {
  color: #333;
}
body .ui-corner-all {
  border-radius: 0;
}
body .ui-corner-left,
body .ui-corner-tl,
body .ui-corner-top {
  border-top-left-radius: 0;
}
body .ui-corner-right,
body .ui-corner-top,
body .ui-corner-tr {
  border-top-right-radius: 0;
}
body .ui-corner-bl,
body .ui-corner-bottom,
body .ui-corner-left {
  border-bottom-left-radius: 0;
}
body .ui-corner-bottom,
body .ui-corner-br,
body .ui-corner-right {
  border-bottom-right-radius: 0;
}
body .ui-button.ui-corner-all {
  border-radius: 2px;
}
body .ui-button.ui-corner-left,
body .ui-button.ui-corner-tl,
body .ui-button.ui-corner-top {
  border-top-left-radius: 2px;
}
body .ui-button.ui-corner-right,
body .ui-button.ui-corner-top,
body .ui-button.ui-corner-tr {
  border-top-right-radius: 2px;
}
body .ui-button.ui-corner-bl,
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-left {
  border-bottom-left-radius: 2px;
}
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-br,
body .ui-button.ui-corner-right {
  border-bottom-right-radius: 2px;
}
.ac_results {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #404040;
}
.ac_loading {
  background: url(https://portal.brpt.org/idev/themes/theme_42/apex_ui/img/legacy/loading16x16.gif)
    right center no-repeat #fff;
}
.ac_odd {
  background-color: #f2f2f2;
}
body .ac_over {
  background-color: #f7f7f7;
  color: #383838;
}
body .a-D3BarChart .a-D3LineChart-axis-title,
body .a-D3LineChart .a-D3LineChart-axis-title {
  fill: #404040;
}
body .a-D3BarChart .a-D3LineChart-axis .tick text,
body .a-D3LineChart .a-D3LineChart-axis .tick text {
  fill: gray;
}
body .a-D3BarChart .a-D3LineChart-axis line,
body .a-D3BarChart .a-D3LineChart-axis path,
body .a-D3LineChart .a-D3LineChart-axis line,
body .a-D3LineChart .a-D3LineChart-axis path {
  stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis-title {
  fill: #404040;
}
body .a-D3BarChart .a-D3BarChart-grid,
body .a-D3BarChart .a-D3BarChart-grid line {
  stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis line,
body .a-D3BarChart .a-D3BarChart-axis path {
  stroke: #ccc;
}
body .a-D3BarChart .a-D3BarChart-axis .tick text {
  fill: gray;
}
body .a-D3Tooltip {
  background-color: gray;
  color: #fff !important;
}
body .a-D3Tooltip-content {
  border-top: #999;
}
.a-MiniCal {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: #fff;
}
.a-MiniCal-title {
  color: #333;
}
.a-MiniCal-dayOfWeek {
  color: gray;
}
.a-MiniCal-day {
  border-color: #f9f9f9;
  color: #404040;
}
.a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #f7f7f7;
  color: #383838;
}
.a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #fc0;
  color: #000;
}
.a-MiniCal-day.is-weekend {
  background-color: #fafafa;
}
.a-MiniCal-day.is-null {
  background-color: #f5f5f5;
}
.t-Body-actions .a-MiniCal {
  border-width: 1px 0;
}
.a-DetailedContentList-title {
  font-size: 1.3rem;
}
.t-Body .a-DetailedContentList-title {
  color: #313131;
}
.t-Body-info .a-DetailedContentList-title,
.t-ButtonRegion .a-DetailedContentList-title,
.t-Region .a-DetailedContentList-title {
  color: #404040;
}
body .a-DetailedContentList-item:focus .a-DetailedContentList-header {
  box-shadow: 0 0 0 1px #d8d8d8 inset;
}
body .a-DetailedContentList-item.is-expanded .a-DetailedContentList-trigger {
  background-color: #fff;
  box-shadow: 0 0 0 1px #f7f7f7 inset;
  color: #f7f7f7;
}
body
  .a-DetailedContentList-item.is-expanded
  .a-DetailedContentList-trigger:focus {
  background-color: #d8d8d8;
  color: #383838;
  box-shadow: 0 0 0 1px #d8d8d8 inset;
}
body .a-DetailedContentList-header:hover {
  background-color: #f2f2f2;
}
body .a-DetailedContentList-icon {
  color: #ccc;
}
body .a-DetailedContentList-badge {
  color: #404040;
}
body .a-DetailedContentList-trigger {
  background: #383838;
  color: rgba(64, 64, 64, 0.75);
}
body .a-DetailedContentList-trigger:focus,
body .a-DetailedContentList-trigger:hover {
  color: #d8d8d8;
}
body .a-DetailedContentList-body {
  background-color: #fff;
}
body .content-tooltip .a-DetailedContentList-body {
  background-color: #f2f2f2;
}
body .content-tooltip .a-DetailedContentList-body-row-label {
  color: #383838;
}
body .content-tooltip .a-DetailedContentList-body-row-content {
  color: #8c8c8c;
}
body .a-DetailedContentList-body-header {
  background: #383838;
}
body .a-DetailedContentList-body-row-label {
  color: #404040;
}
body .a-DetailedContentList-body-row-content {
  color: #f2f2f2;
}
body
  .a-DetailedContentList.a-DetailedContentList--tooltip
  .a-DetailedContentList-body:after {
  border-color: #fff transparent;
}
body
  .a-DetailedContentList.a-DetailedContentList--tooltip
  .a-DetailedContentList-body:before {
  border-color: #383838 transparent;
}
body .ui-tooltip.content-tooltip,
body .ui-tooltip.content-tooltip .a-DetailedContentList-body {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body .ui-tooltip.content-tooltip .arrow.bottom.light:after,
body .ui-tooltip.content-tooltip .arrow.bottom:after,
body .ui-tooltip.content-tooltip .arrow.bottom:before,
body .ui-tooltip.content-tooltip .arrow.top:after,
body .ui-tooltip.content-tooltip .arrow.top:before {
  border-color: #f2f2f2 transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:before {
  border-color: transparent #ccc transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:after {
  border-color: transparent #f2f2f2 transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.right:before {
  border-color: transparent transparent transparent #ccc;
}
body .ui-tooltip.content-tooltip .arrow.right:after {
  border-color: transparent transparent transparent #f2f2f2;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) {
  background-color: #267db3;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(1)
  a {
  color: #e0eff8;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(1)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #3798d5 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) {
  background-color: #68c182;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(2)
  a {
  color: #fff;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(2)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #8cd0a0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) {
  background-color: #fad55c;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(3)
  a {
  color: #544103;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(3)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f8c82b inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) {
  background-color: #ed6647;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(4)
  a {
  color: #fff;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(4)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f28d75 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) {
  background-color: #8561c8;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(5)
  a {
  color: #fff;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(5)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a287d5 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) {
  background-color: #6ddbdb;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(6)
  a {
  color: #0e3b3b;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(6)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #44d1d1 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) {
  background-color: #ffb54d;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(7)
  a {
  color: #4d2d00;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(7)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffa01a inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) {
  background-color: #e371b2;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(8)
  a {
  color: #fff;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(8)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #eb9cc9 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) {
  background-color: #47bdef;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(9)
  a {
  color: #042533;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(9)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #18aceb inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) {
  background-color: #a2bf39;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(10)
  a {
  color: #000;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(10)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #81982d inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) {
  background-color: #5197c2;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(11)
  a {
  color: #e6f2fa;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(11)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #77aecf inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) {
  background-color: #86cd9b;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(12)
  a {
  color: #fff;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(12)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #62bf7d inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) {
  background-color: #fbdd7d;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(13)
  a {
  color: #776735;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(13)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f9d14b inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) {
  background-color: #f1856c;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(14)
  a {
  color: #fff;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(14)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f5ab9a inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) {
  background-color: #9d81d3;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(15)
  a {
  color: #fff;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(15)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #bba6e0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) {
  background-color: #8ae2e2;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(16)
  a {
  color: #3f6262;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(16)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #61d8d8 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) {
  background-color: #ffc471;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(17)
  a {
  color: #715733;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(17)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffaf3e inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) {
  background-color: #e98dc1;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(18)
  a {
  color: #fff;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(18)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f1b8d8 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) {
  background-color: #6ccaf2;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(19)
  a {
  color: #37505b;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(19)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #3db9ee inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) {
  background-color: #b5cc61;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(20)
  a {
  color: #333;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(20)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a1bc3d inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) {
  background-color: #2271a1;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(21)
  a {
  color: #c9d7e0;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(21)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #2b8ecb inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) {
  background-color: #5eae75;
}
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 #80bf92 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) {
  background-color: #e1c053;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(23)
  a {
  color: #4c3b02;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(23)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d9b027 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) {
  background-color: #d55c40;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(24)
  a {
  color: #e6e6e6;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(24)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #de806a inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) {
  background-color: #7857b4;
}
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 #947bc4 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) {
  background-color: #62c5c5;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(26)
  a {
  color: #0d3535;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(26)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #42b2b2 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) {
  background-color: #e6a345;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(27)
  a {
  color: #452800;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(27)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #da8c1e inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) {
  background-color: #cc66a0;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(28)
  a {
  color: #e6e6e6;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(28)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d98cb8 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) {
  background-color: #40aad7;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(29)
  a {
  color: #04212e;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(29)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #6abde0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) {
  background-color: #92ac33;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(30)
  a {
  color: #000;
}
body
  .t-BadgeList--dash.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(30)
  a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #adc949 inset;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(1)
  .t-BadgeList-value {
  border-color: #226e9e;
  color: #226e9e;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(1)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(1)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #e0eff8;
  background-color: #267db3;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(2)
  .t-BadgeList-value {
  border-color: #56ba73;
  color: #56ba73;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(2)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(2)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #fff;
  background-color: #68c182;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(3)
  .t-BadgeList-value {
  border-color: #f9cf43;
  color: #f9cf43;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(3)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(3)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #544103;
  background-color: #fad55c;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(4)
  .t-BadgeList-value {
  border-color: #eb5330;
  color: #eb5330;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(4)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(4)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #fff;
  background-color: #ed6647;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(5)
  .t-BadgeList-value {
  border-color: #764ec1;
  color: #764ec1;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(5)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(5)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #fff;
  background-color: #8561c8;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(6)
  .t-BadgeList-value {
  border-color: #59d6d6;
  color: #59d6d6;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(6)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(6)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #0e3b3b;
  background-color: #6ddbdb;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(7)
  .t-BadgeList-value {
  border-color: #fa3;
  color: #fa3;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(7)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(7)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #4d2d00;
  background-color: #ffb54d;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(8)
  .t-BadgeList-value {
  border-color: #df5ca6;
  color: #df5ca6;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(8)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(8)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #fff;
  background-color: #e371b2;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(9)
  .t-BadgeList-value {
  border-color: #30b5ed;
  color: #30b5ed;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(9)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(9)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #042533;
  background-color: #47bdef;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(10)
  .t-BadgeList-value {
  border-color: #91ab33;
  color: #91ab33;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(10)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(10)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #000;
  background-color: #a2bf39;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(11)
  .t-BadgeList-value {
  border-color: #418bb9;
  color: #418bb9;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(11)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(11)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #e6f2fa;
  background-color: #5197c2;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(12)
  .t-BadgeList-value {
  border-color: #74c68c;
  color: #74c68c;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(12)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(12)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #fff;
  background-color: #86cd9b;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(13)
  .t-BadgeList-value {
  border-color: #fad764;
  color: #fad764;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(13)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(13)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #776735;
  background-color: #fbdd7d;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(14)
  .t-BadgeList-value {
  border-color: #ee7155;
  color: #ee7155;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(14)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(14)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #fff;
  background-color: #f1856c;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(15)
  .t-BadgeList-value {
  border-color: #8f6ecc;
  color: #8f6ecc;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(15)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(15)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #fff;
  background-color: #9d81d3;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(16)
  .t-BadgeList-value {
  border-color: #76dddd;
  color: #76dddd;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(16)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(16)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #3f6262;
  background-color: #8ae2e2;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(17)
  .t-BadgeList-value {
  border-color: #ffb957;
  color: #ffb957;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(17)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(17)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #715733;
  background-color: #ffc471;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(18)
  .t-BadgeList-value {
  border-color: #e478b6;
  color: #e478b6;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(18)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(18)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #fff;
  background-color: #e98dc1;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(19)
  .t-BadgeList-value {
  border-color: #54c2f0;
  color: #54c2f0;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(19)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(19)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #37505b;
  background-color: #6ccaf2;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(20)
  .t-BadgeList-value {
  border-color: #acc64d;
  color: #acc64d;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(20)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(20)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #333;
  background-color: #b5cc61;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(21)
  .t-BadgeList-value {
  border-color: #1e628c;
  color: #1e628c;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(21)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(21)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #c9d7e0;
  background-color: #2271a1;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(22)
  .t-BadgeList-value {
  border-color: #51a168;
  color: #51a168;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(22)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(22)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #e6e6e6;
  background-color: #5eae75;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(23)
  .t-BadgeList-value {
  border-color: #ddb83d;
  color: #ddb83d;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(23)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(23)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #4c3b02;
  background-color: #e1c053;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(24)
  .t-BadgeList-value {
  border-color: #cf4b2d;
  color: #cf4b2d;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(24)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(24)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #e6e6e6;
  background-color: #d55c40;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(25)
  .t-BadgeList-value {
  border-color: #6b4ba7;
  color: #6b4ba7;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(25)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(25)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #e6e6e6;
  background-color: #7857b4;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(26)
  .t-BadgeList-value {
  border-color: #4fbebe;
  color: #4fbebe;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(26)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(26)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #0d3535;
  background-color: #62c5c5;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(27)
  .t-BadgeList-value {
  border-color: #e2982f;
  color: #e2982f;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(27)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(27)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #452800;
  background-color: #e6a345;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(28)
  .t-BadgeList-value {
  border-color: #c65394;
  color: #c65394;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(28)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(28)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #e6e6e6;
  background-color: #cc66a0;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(29)
  .t-BadgeList-value {
  border-color: #2ca0d2;
  color: #2ca0d2;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(29)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(29)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #04212e;
  background-color: #40aad7;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(30)
  .t-BadgeList-value {
  border-color: #81982d;
  color: #81982d;
}
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(30)
  .t-BadgeList-value
  a,
body
  .t-BadgeList--circular.t-BadgeList--coloredBG
  .t-BadgeList-item:nth-child(30)
  .t-BadgeList-wrap
  .t-BadgeList-value {
  color: #000;
  background-color: #92ac33;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) {
  background-color: #267db3;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) a {
  color: #e0eff8;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #3798d5 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) {
  background-color: #68c182;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) a {
  color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #8cd0a0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) {
  background-color: #fad55c;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) a {
  color: #544103;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f8c82b inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) {
  background-color: #ed6647;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) a {
  color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f28d75 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) {
  background-color: #8561c8;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) a {
  color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a287d5 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) {
  background-color: #6ddbdb;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) a {
  color: #0e3b3b;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #44d1d1 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) {
  background-color: #ffb54d;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) a {
  color: #4d2d00;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffa01a inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) {
  background-color: #e371b2;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) a {
  color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #eb9cc9 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) {
  background-color: #47bdef;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) a {
  color: #042533;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #18aceb inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) {
  background-color: #a2bf39;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) a {
  color: #000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #81982d inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) {
  background-color: #5197c2;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) a {
  color: #e6f2fa;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #77aecf inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) {
  background-color: #86cd9b;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) a {
  color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #62bf7d inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) {
  background-color: #fbdd7d;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) a {
  color: #776735;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f9d14b inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) {
  background-color: #f1856c;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) a {
  color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f5ab9a inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) {
  background-color: #9d81d3;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) a {
  color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #bba6e0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) {
  background-color: #8ae2e2;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) a {
  color: #3f6262;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #61d8d8 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) {
  background-color: #ffc471;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) a {
  color: #715733;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffaf3e inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) {
  background-color: #e98dc1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) a {
  color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #f1b8d8 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) {
  background-color: #6ccaf2;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) a {
  color: #37505b;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #3db9ee inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) {
  background-color: #b5cc61;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) a {
  color: #333;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a1bc3d inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) {
  background-color: #2271a1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) a {
  color: #c9d7e0;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #2b8ecb inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(22) {
  background-color: #5eae75;
}
.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 #80bf92 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) {
  background-color: #e1c053;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) a {
  color: #4c3b02;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d9b027 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) {
  background-color: #d55c40;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) a {
  color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #de806a inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) {
  background-color: #7857b4;
}
.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 #947bc4 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) {
  background-color: #62c5c5;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) a {
  color: #0d3535;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #42b2b2 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) {
  background-color: #e6a345;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) a {
  color: #452800;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #da8c1e inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) {
  background-color: #cc66a0;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) a {
  color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d98cb8 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) {
  background-color: #40aad7;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) a {
  color: #04212e;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #6abde0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) {
  background-color: #92ac33;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) a {
  color: #000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #adc949 inset;
}
.u-ColorBG--1 {
  background-color: #267db3;
}
.u-ColorFG--1 {
  color: #267db3;
}
.u-ColorBG--2 {
  background-color: #68c182;
}
.u-ColorFG--2 {
  color: #68c182;
}
.u-ColorBG--3 {
  background-color: #fad55c;
}
.u-ColorFG--3 {
  color: #fad55c;
}
.u-ColorBG--4 {
  background-color: #ed6647;
}
.u-ColorFG--4 {
  color: #ed6647;
}
.u-ColorBG--5 {
  background-color: #8561c8;
}
.u-ColorFG--5 {
  color: #8561c8;
}
.u-ColorBG--6 {
  background-color: #6ddbdb;
}
.u-ColorFG--6 {
  color: #6ddbdb;
}
.u-ColorBG--7 {
  background-color: #ffb54d;
}
.u-ColorFG--7 {
  color: #ffb54d;
}
.u-ColorBG--8 {
  background-color: #e371b2;
}
.u-ColorFG--8 {
  color: #e371b2;
}
.u-ColorBG--9 {
  background-color: #47bdef;
}
.u-ColorFG--9 {
  color: #47bdef;
}
.u-ColorBG--10 {
  background-color: #a2bf39;
}
.u-ColorFG--10 {
  color: #a2bf39;
}
.u-ColorBG--11 {
  background-color: #5197c2;
}
.u-ColorFG--11 {
  color: #5197c2;
}
.u-ColorBG--12 {
  background-color: #86cd9b;
}
.u-ColorFG--12 {
  color: #86cd9b;
}
.u-ColorBG--13 {
  background-color: #fbdd7d;
}
.u-ColorFG--13 {
  color: #fbdd7d;
}
.u-ColorBG--14 {
  background-color: #f1856c;
}
.u-ColorFG--14 {
  color: #f1856c;
}
.u-ColorBG--15 {
  background-color: #9d81d3;
}
.u-ColorFG--15 {
  color: #9d81d3;
}
.u-ColorBG--16 {
  background-color: #8ae2e2;
}
.u-ColorFG--16 {
  color: #8ae2e2;
}
.u-ColorBG--17 {
  background-color: #ffc471;
}
.u-ColorFG--17 {
  color: #ffc471;
}
.u-ColorBG--18 {
  background-color: #e98dc1;
}
.u-ColorFG--18 {
  color: #e98dc1;
}
.u-ColorBG--19 {
  background-color: #6ccaf2;
}
.u-ColorFG--19 {
  color: #6ccaf2;
}
.u-ColorBG--20 {
  background-color: #b5cc61;
}
.u-ColorFG--20 {
  color: #b5cc61;
}
.u-ColorBG--21 {
  background-color: #2271a1;
}
.u-ColorFG--21 {
  color: #2271a1;
}
.u-ColorBG--22 {
  background-color: #5eae75;
}
.u-ColorFG--22 {
  color: #5eae75;
}
.u-ColorBG--23 {
  background-color: #e1c053;
}
.u-ColorFG--23 {
  color: #e1c053;
}
.u-ColorBG--24 {
  background-color: #d55c40;
}
.u-ColorFG--24 {
  color: #d55c40;
}
.u-ColorBG--25 {
  background-color: #7857b4;
}
.u-ColorFG--25 {
  color: #7857b4;
}
.u-ColorBG--26 {
  background-color: #62c5c5;
}
.u-ColorFG--26 {
  color: #62c5c5;
}
.u-ColorBG--27 {
  background-color: #e6a345;
}
.u-ColorFG--27 {
  color: #e6a345;
}
.u-ColorBG--28 {
  background-color: #cc66a0;
}
.u-ColorFG--28 {
  color: #cc66a0;
}
.u-ColorBG--29 {
  background-color: #40aad7;
}
.u-ColorFG--29 {
  color: #40aad7;
}
.u-ColorBG--30 {
  background-color: #92ac33;
}
.u-ColorFG--30 {
  color: #92ac33;
}
.u-Color-1-BG--txt {
  color: #267db3;
}
.u-Color-1-BG--bg {
  background-color: #267db3;
}
.u-Color-1-BG--fill {
  fill: #267db3;
}
.u-Color-1-BG--br {
  stroke: #267db3;
  border-color: #267db3;
}
.u-Color-1-FG--txt {
  color: #e0eff8;
}
.u-Color-1-FG--bg {
  background-color: #e0eff8;
}
.u-Color-1-FG--fill {
  fill: #e0eff8;
}
.u-Color-1-FG--br {
  stroke: #e0eff8;
  border-color: #e0eff8;
}
.u-Color-2-BG--txt {
  color: #68c182;
}
.u-Color-2-BG--bg {
  background-color: #68c182;
}
.u-Color-2-BG--fill {
  fill: #68c182;
}
.u-Color-2-BG--br {
  stroke: #68c182;
  border-color: #68c182;
}
.u-Color-2-FG--txt {
  color: #fff;
}
.u-Color-2-FG--bg {
  background-color: #fff;
}
.u-Color-2-FG--fill {
  fill: #fff;
}
.u-Color-2-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-3-BG--txt {
  color: #fad55c;
}
.u-Color-3-BG--bg {
  background-color: #fad55c;
}
.u-Color-3-BG--fill {
  fill: #fad55c;
}
.u-Color-3-BG--br {
  stroke: #fad55c;
  border-color: #fad55c;
}
.u-Color-3-FG--txt {
  color: #544103;
}
.u-Color-3-FG--bg {
  background-color: #544103;
}
.u-Color-3-FG--fill {
  fill: #544103;
}
.u-Color-3-FG--br {
  stroke: #544103;
  border-color: #544103;
}
.u-Color-4-BG--txt {
  color: #ed6647;
}
.u-Color-4-BG--bg {
  background-color: #ed6647;
}
.u-Color-4-BG--fill {
  fill: #ed6647;
}
.u-Color-4-BG--br {
  stroke: #ed6647;
  border-color: #ed6647;
}
.u-Color-4-FG--txt {
  color: #fff;
}
.u-Color-4-FG--bg {
  background-color: #fff;
}
.u-Color-4-FG--fill {
  fill: #fff;
}
.u-Color-4-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-5-BG--txt {
  color: #8561c8;
}
.u-Color-5-BG--bg {
  background-color: #8561c8;
}
.u-Color-5-BG--fill {
  fill: #8561c8;
}
.u-Color-5-BG--br {
  stroke: #8561c8;
  border-color: #8561c8;
}
.u-Color-5-FG--txt {
  color: #fff;
}
.u-Color-5-FG--bg {
  background-color: #fff;
}
.u-Color-5-FG--fill {
  fill: #fff;
}
.u-Color-5-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-6-BG--txt {
  color: #6ddbdb;
}
.u-Color-6-BG--bg {
  background-color: #6ddbdb;
}
.u-Color-6-BG--fill {
  fill: #6ddbdb;
}
.u-Color-6-BG--br {
  stroke: #6ddbdb;
  border-color: #6ddbdb;
}
.u-Color-6-FG--txt {
  color: #0e3b3b;
}
.u-Color-6-FG--bg {
  background-color: #0e3b3b;
}
.u-Color-6-FG--fill {
  fill: #0e3b3b;
}
.u-Color-6-FG--br {
  stroke: #0e3b3b;
  border-color: #0e3b3b;
}
.u-Color-7-BG--txt {
  color: #ffb54d;
}
.u-Color-7-BG--bg {
  background-color: #ffb54d;
}
.u-Color-7-BG--fill {
  fill: #ffb54d;
}
.u-Color-7-BG--br {
  stroke: #ffb54d;
  border-color: #ffb54d;
}
.u-Color-7-FG--txt {
  color: #4d2d00;
}
.u-Color-7-FG--bg {
  background-color: #4d2d00;
}
.u-Color-7-FG--fill {
  fill: #4d2d00;
}
.u-Color-7-FG--br {
  stroke: #4d2d00;
  border-color: #4d2d00;
}
.u-Color-8-BG--txt {
  color: #e371b2;
}
.u-Color-8-BG--bg {
  background-color: #e371b2;
}
.u-Color-8-BG--fill {
  fill: #e371b2;
}
.u-Color-8-BG--br {
  stroke: #e371b2;
  border-color: #e371b2;
}
.u-Color-8-FG--txt {
  color: #fff;
}
.u-Color-8-FG--bg {
  background-color: #fff;
}
.u-Color-8-FG--fill {
  fill: #fff;
}
.u-Color-8-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-9-BG--txt {
  color: #47bdef;
}
.u-Color-9-BG--bg {
  background-color: #47bdef;
}
.u-Color-9-BG--fill {
  fill: #47bdef;
}
.u-Color-9-BG--br {
  stroke: #47bdef;
  border-color: #47bdef;
}
.u-Color-9-FG--txt {
  color: #042533;
}
.u-Color-9-FG--bg {
  background-color: #042533;
}
.u-Color-9-FG--fill {
  fill: #042533;
}
.u-Color-9-FG--br {
  stroke: #042533;
  border-color: #042533;
}
.u-Color-10-BG--txt {
  color: #a2bf39;
}
.u-Color-10-BG--bg {
  background-color: #a2bf39;
}
.u-Color-10-BG--fill {
  fill: #a2bf39;
}
.u-Color-10-BG--br {
  stroke: #a2bf39;
  border-color: #a2bf39;
}
.u-Color-10-FG--txt {
  color: #000;
}
.u-Color-10-FG--bg {
  background-color: #000;
}
.u-Color-10-FG--fill {
  fill: #000;
}
.u-Color-10-FG--br {
  stroke: #000;
  border-color: #000;
}
.u-Color-11-BG--txt {
  color: #1d6089;
}
.u-Color-11-BG--bg {
  background-color: #1d6089;
}
.u-Color-11-BG--fill {
  fill: #1d6089;
}
.u-Color-11-BG--br {
  stroke: #1d6089;
  border-color: #1d6089;
}
.u-Color-11-FG--txt {
  color: #fff;
}
.u-Color-11-FG--bg {
  background-color: #fff;
}
.u-Color-11-FG--fill {
  fill: #fff;
}
.u-Color-11-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-12-BG--txt {
  color: #48ae66;
}
.u-Color-12-BG--bg {
  background-color: #48ae66;
}
.u-Color-12-BG--fill {
  fill: #48ae66;
}
.u-Color-12-BG--br {
  stroke: #48ae66;
  border-color: #48ae66;
}
.u-Color-12-FG--txt {
  color: #fff;
}
.u-Color-12-FG--bg {
  background-color: #fff;
}
.u-Color-12-FG--fill {
  fill: #fff;
}
.u-Color-12-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-13-BG--txt {
  color: #f8c82b;
}
.u-Color-13-BG--bg {
  background-color: #f8c82b;
}
.u-Color-13-BG--fill {
  fill: #f8c82b;
}
.u-Color-13-BG--br {
  stroke: #f8c82b;
  border-color: #f8c82b;
}
.u-Color-13-FG--txt {
  color: #866804;
}
.u-Color-13-FG--bg {
  background-color: #866804;
}
.u-Color-13-FG--fill {
  fill: #866804;
}
.u-Color-13-FG--br {
  stroke: #866804;
  border-color: #866804;
}
.u-Color-14-BG--txt {
  color: #e83f19;
}
.u-Color-14-BG--bg {
  background-color: #e83f19;
}
.u-Color-14-BG--fill {
  fill: #e83f19;
}
.u-Color-14-BG--br {
  stroke: #e83f19;
  border-color: #e83f19;
}
.u-Color-14-FG--txt {
  color: #fff;
}
.u-Color-14-FG--bg {
  background-color: #fff;
}
.u-Color-14-FG--fill {
  fill: #fff;
}
.u-Color-14-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-15-BG--txt {
  color: #6940b6;
}
.u-Color-15-BG--bg {
  background-color: #6940b6;
}
.u-Color-15-BG--fill {
  fill: #6940b6;
}
.u-Color-15-BG--br {
  stroke: #6940b6;
  border-color: #6940b6;
}
.u-Color-15-FG--txt {
  color: #fff;
}
.u-Color-15-FG--bg {
  background-color: #fff;
}
.u-Color-15-FG--fill {
  fill: #fff;
}
.u-Color-15-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-16-BG--txt {
  color: #44d1d1;
}
.u-Color-16-BG--bg {
  background-color: #44d1d1;
}
.u-Color-16-BG--fill {
  fill: #44d1d1;
}
.u-Color-16-BG--br {
  stroke: #44d1d1;
  border-color: #44d1d1;
}
.u-Color-16-FG--txt {
  color: #196363;
}
.u-Color-16-FG--bg {
  background-color: #196363;
}
.u-Color-16-FG--fill {
  fill: #196363;
}
.u-Color-16-FG--br {
  stroke: #196363;
  border-color: #196363;
}
.u-Color-17-BG--txt {
  color: #ffa01a;
}
.u-Color-17-BG--bg {
  background-color: #ffa01a;
}
.u-Color-17-BG--fill {
  fill: #ffa01a;
}
.u-Color-17-BG--br {
  stroke: #ffa01a;
  border-color: #ffa01a;
}
.u-Color-17-FG--txt {
  color: #804b00;
}
.u-Color-17-FG--bg {
  background-color: #804b00;
}
.u-Color-17-FG--fill {
  fill: #804b00;
}
.u-Color-17-FG--br {
  stroke: #804b00;
  border-color: #804b00;
}
.u-Color-18-BG--txt {
  color: #db469b;
}
.u-Color-18-BG--bg {
  background-color: #db469b;
}
.u-Color-18-BG--fill {
  fill: #db469b;
}
.u-Color-18-BG--br {
  stroke: #db469b;
  border-color: #db469b;
}
.u-Color-18-FG--txt {
  color: #fff;
}
.u-Color-18-FG--bg {
  background-color: #fff;
}
.u-Color-18-FG--fill {
  fill: #fff;
}
.u-Color-18-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-19-BG--txt {
  color: #18aceb;
}
.u-Color-19-BG--bg {
  background-color: #18aceb;
}
.u-Color-19-BG--fill {
  fill: #18aceb;
}
.u-Color-19-BG--br {
  stroke: #18aceb;
  border-color: #18aceb;
}
.u-Color-19-FG--txt {
  color: #084762;
}
.u-Color-19-FG--bg {
  background-color: #084762;
}
.u-Color-19-FG--fill {
  fill: #084762;
}
.u-Color-19-FG--br {
  stroke: #084762;
  border-color: #084762;
}
.u-Color-20-BG--txt {
  color: #81982d;
}
.u-Color-20-BG--bg {
  background-color: #81982d;
}
.u-Color-20-BG--fill {
  fill: #81982d;
}
.u-Color-20-BG--br {
  stroke: #81982d;
  border-color: #81982d;
}
.u-Color-20-FG--txt {
  color: #1a1a1a;
}
.u-Color-20-FG--bg {
  background-color: #1a1a1a;
}
.u-Color-20-FG--fill {
  fill: #1a1a1a;
}
.u-Color-20-FG--br {
  stroke: #1a1a1a;
  border-color: #1a1a1a;
}
.u-Color-21-BG--txt {
  color: #61aede;
}
.u-Color-21-BG--bg {
  background-color: #61aede;
}
.u-Color-21-BG--fill {
  fill: #61aede;
}
.u-Color-21-BG--br {
  stroke: #61aede;
  border-color: #61aede;
}
.u-Color-21-FG--txt {
  color: #fff;
}
.u-Color-21-FG--bg {
  background-color: #fff;
}
.u-Color-21-FG--fill {
  fill: #fff;
}
.u-Color-21-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-22-BG--txt {
  color: #b0dfbe;
}
.u-Color-22-BG--bg {
  background-color: #b0dfbe;
}
.u-Color-22-BG--fill {
  fill: #b0dfbe;
}
.u-Color-22-BG--br {
  stroke: #b0dfbe;
  border-color: #b0dfbe;
}
.u-Color-22-FG--txt {
  color: #fff;
}
.u-Color-22-FG--bg {
  background-color: #fff;
}
.u-Color-22-FG--fill {
  fill: #fff;
}
.u-Color-22-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-23-BG--txt {
  color: #fdefbf;
}
.u-Color-23-BG--bg {
  background-color: #fdefbf;
}
.u-Color-23-BG--fill {
  fill: #fdefbf;
}
.u-Color-23-BG--br {
  stroke: #fdefbf;
  border-color: #fdefbf;
}
.u-Color-23-FG--txt {
  color: #b78e06;
}
.u-Color-23-FG--bg {
  background-color: #b78e06;
}
.u-Color-23-FG--fill {
  fill: #b78e06;
}
.u-Color-23-FG--br {
  stroke: #b78e06;
  border-color: #b78e06;
}
.u-Color-24-BG--txt {
  color: #f6b3a4;
}
.u-Color-24-BG--bg {
  background-color: #f6b3a4;
}
.u-Color-24-BG--fill {
  fill: #f6b3a4;
}
.u-Color-24-BG--br {
  stroke: #f6b3a4;
  border-color: #f6b3a4;
}
.u-Color-24-FG--txt {
  color: #fff;
}
.u-Color-24-FG--bg {
  background-color: #fff;
}
.u-Color-24-FG--fill {
  fill: #fff;
}
.u-Color-24-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-25-BG--txt {
  color: #bfade2;
}
.u-Color-25-BG--bg {
  background-color: #bfade2;
}
.u-Color-25-BG--fill {
  fill: #bfade2;
}
.u-Color-25-BG--br {
  stroke: #bfade2;
  border-color: #bfade2;
}
.u-Color-25-FG--txt {
  color: #fff;
}
.u-Color-25-FG--bg {
  background-color: #fff;
}
.u-Color-25-FG--fill {
  fill: #fff;
}
.u-Color-25-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-26-BG--txt {
  color: #bfefef;
}
.u-Color-26-BG--bg {
  background-color: #bfefef;
}
.u-Color-26-BG--fill {
  fill: #bfefef;
}
.u-Color-26-BG--br {
  stroke: #bfefef;
  border-color: #bfefef;
}
.u-Color-26-FG--txt {
  color: #238c8c;
}
.u-Color-26-FG--bg {
  background-color: #238c8c;
}
.u-Color-26-FG--fill {
  fill: #238c8c;
}
.u-Color-26-FG--br {
  stroke: #238c8c;
  border-color: #238c8c;
}
.u-Color-27-BG--txt {
  color: #ffdfb3;
}
.u-Color-27-BG--bg {
  background-color: #ffdfb3;
}
.u-Color-27-BG--fill {
  fill: #ffdfb3;
}
.u-Color-27-BG--br {
  stroke: #ffdfb3;
  border-color: #ffdfb3;
}
.u-Color-27-FG--txt {
  color: #b36900;
}
.u-Color-27-FG--bg {
  background-color: #b36900;
}
.u-Color-27-FG--fill {
  fill: #b36900;
}
.u-Color-27-FG--br {
  stroke: #b36900;
  border-color: #b36900;
}
.u-Color-28-BG--txt {
  color: #f4c6e0;
}
.u-Color-28-BG--bg {
  background-color: #f4c6e0;
}
.u-Color-28-BG--fill {
  fill: #f4c6e0;
}
.u-Color-28-BG--br {
  stroke: #f4c6e0;
  border-color: #f4c6e0;
}
.u-Color-28-FG--txt {
  color: #fff;
}
.u-Color-28-FG--bg {
  background-color: #fff;
}
.u-Color-28-FG--fill {
  fill: #fff;
}
.u-Color-28-FG--br {
  stroke: #fff;
  border-color: #fff;
}
.u-Color-29-BG--txt {
  color: #a5dff7;
}
.u-Color-29-BG--bg {
  background-color: #a5dff7;
}
.u-Color-29-BG--fill {
  fill: #a5dff7;
}
.u-Color-29-BG--br {
  stroke: #a5dff7;
  border-color: #a5dff7;
}
.u-Color-29-FG--txt {
  color: #0d6990;
}
.u-Color-29-FG--bg {
  background-color: #0d6990;
}
.u-Color-29-FG--fill {
  fill: #0d6990;
}
.u-Color-29-FG--br {
  stroke: #0d6990;
  border-color: #0d6990;
}
.u-Color-30-BG--txt {
  color: #c8da84;
}
.u-Color-30-BG--bg {
  background-color: #c8da84;
}
.u-Color-30-BG--fill {
  fill: #c8da84;
}
.u-Color-30-BG--br {
  stroke: #c8da84;
  border-color: #c8da84;
}
.u-Color-30-FG--txt {
  color: #333;
}
.u-Color-30-FG--bg {
  background-color: #333;
}
.u-Color-30-FG--fill {
  fill: #333;
}
.u-Color-30-FG--br {
  stroke: #333;
  border-color: #333;
}
.u-focused {
  box-shadow: 0 0 0 1px #267db3, 0 0 1px 0 rgba(38, 125, 179, 0.5) !important;
  outline: 0;
}
@media only screen and (min-width: 641px) {
  .apex-side-nav .t-Body-title {
    left: 200px;
  }
  .apex-side-nav .t-Body-content {
    margin-left: 200px;
  }
  .t-Body-side {
    width: 240px;
    left: 40px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content,
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main,
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    -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: 0;
  }
  .apex-side-nav.js-navExpanded .t-Body-content,
  .apex-side-nav.js-navExpanded .t-Body-side,
  .apex-side-nav.js-navExpanded .t-Body-title {
    -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);
  }
  .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;
  }
  .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: 200px;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-title {
    right: 200px;
  }
  .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;
  }
  .t-PageBody--showLeft .t-Body-content {
    margin-left: 240px;
  }
}
@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-side {
    left: 40px;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    margin-right: 200px;
  }
  .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: 200px;
  }
  .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft
    .t-Body-side {
    left: 40px;
  }
}
@media only screen and (min-width: 1201px) {
  .t-WizardSteps-step .t-WizardSteps-marker {
    transform: none !important;
  }
}
@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-content,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    -webkit-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate(-200px);
    transform: translate3d(-200px, 0, 0);
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side {
    margin-left: 40px !important;
  }
}
@media only screen and (max-width: 480px) {
  .apex-side-nav.js-navExpanded .t-Body-content,
  .apex-side-nav.js-navExpanded .t-Body-side,
  .apex-side-nav.js-navExpanded .t-Body-title {
    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);
  }
  .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-content,
  .apex-side-nav.js-navCollapsed .t-Body-side,
  .apex-side-nav.js-navCollapsed .t-Body-title {
    margin-left: 0;
  }
}
