.t-AVPList-value {
  color: #585658;
}
.t-Body-info .t-AVPList-value {
  color: #535153;
}
.t-Region .t-AVPList-value {
  color: #666666;
}
.t-AVPList-label {
  color: #3e3d3e;
}
.t-Body-info .t-AVPList-label {
  color: #393839;
}
.t-Region .t-AVPList-label {
  color: #4d4d4d;
}
.t-Alert--wizard {
  border-radius: 6px;
}
.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--yellow h2,
.t-Alert--colorBG.t-Alert--warning h3,
.t-Alert--colorBG.t-Alert--yellow h3 {
  color: #333333;
}
.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: #ecfbee;
}
.t-Alert--colorBG.t-Alert--success h2,
.t-Alert--colorBG.t-Alert--success h3 {
  color: #343434;
}
.t-Alert--colorBG.t-Alert--success .t-Alert-body {
  color: #747474;
}
.t-Alert--colorBG.t-Alert--danger,
.t-Alert--colorBG.t-Alert--red {
  background-color: #ffeae9;
}
.t-Alert--colorBG.t-Alert--danger h2,
.t-Alert--colorBG.t-Alert--red h2,
.t-Alert--colorBG.t-Alert--danger h3,
.t-Alert--colorBG.t-Alert--red h3 {
  color: #353535;
}
.t-Alert--colorBG.t-Alert--danger .t-Alert-body,
.t-Alert--colorBG.t-Alert--red .t-Alert-body {
  color: #747474;
}
.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: #666666;
}
.t-Alert--warning .t-Alert-icon,
.t-Alert--yellow .t-Alert-icon {
  color: #ffcc00;
}
.t-Alert--success .t-Alert-icon {
  color: #4cd964;
}
.t-Alert--info .t-Alert-icon {
  color: #2578cf;
}
.t-Alert--danger .t-Alert-icon,
.t-Alert--red .t-Alert-icon {
  color: #e90c00;
}
.t-Alert--wizard .t-Alert-inset {
  border-radius: 2px;
}
.t-Alert--horizontal,
.t-Alert--wizard {
  border-radius: 2px;
  background-color: #ffffff;
  color: #404040;
}
.t-Body-alert .t-Alert--page {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.t-Alert--page.t-Alert--success {
  background-color: rgba(74, 170, 44, 0.9);
}
.t-Alert--page.t-Alert--success .t-Icon,
.t-Alert--page.t-Alert--success .t-Alert-title {
  color: #FFF;
}
.t-Alert--page .t-Button--closeAlert {
  color: rgba(0, 0, 0, 0.5);
}
.t-BadgeList--dash a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #e6e6e6 inset;
}
.t-BadgeList a {
  color: #737373;
}
.t-BadgeList--circular .t-BadgeList-item:hover .t-BadgeList-value {
  background-color: #f5f5f5;
}
.t-BadgeList--circular .t-BadgeList-value {
  color: #737373;
  box-shadow: 0 0 0 1px rgba(64, 64, 64, 0.1) inset;
  background-color: #ffffff;
}
.t-BadgeList--circular .t-BadgeList-value a {
  box-shadow: 0 0 0 1px #0071bc inset;
  color: #0071bc;
}
.t-BadgeList--circular .t-BadgeList-value a:hover {
  box-shadow: 0 0 0 4px #0071bc inset;
  background-color: #0071bc;
  color: #ffffff;
}
.t-BadgeList--circular .t-BadgeList-value a:focus {
  box-shadow: 0 0 0 2px rgba(0, 113, 188, 0.25), 0 0 0 1px #0071bc inset;
}
.t-BadgeList--circular .t-BadgeList-label {
  color: #737373;
}
.t-BadgeList--circular a.t-BadgeList-wrap .t-BadgeList-value {
  border-color: #0071bc;
  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 #0071bc inset;
  background-color: #0071bc;
  color: #FFF;
}
.t-BadgeList--circular.t-BadgeList--coloredBG a.t-BadgeList-wrap:hover .t-BadgeList-value {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1) inset;
}
.t-BadgeList--float .t-BadgeList-item:after,
.t-BadgeList--flex .t-BadgeList-item:after,
.t-BadgeList--cols .t-BadgeList-item:after,
.t-BadgeList--fixed .t-BadgeList-item:after,
.t-BadgeList--stacked .t-BadgeList-item:after {
  background: #e6e6e6;
}
.t-BadgeList--float .t-BadgeList-item:before,
.t-BadgeList--flex .t-BadgeList-item:before,
.t-BadgeList--cols .t-BadgeList-item:before,
.t-BadgeList--fixed .t-BadgeList-item:before,
.t-BadgeList--stacked .t-BadgeList-item:before {
  background: #e6e6e6;
}
.t-BadgeList--bottomBorder {
  border-bottom-color: #ffffff;
}
.a-BarChart .a-BarChart-item:hover {
  background-color: #f2f2f2;
}
.t-Body .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #808080;
}
.t-Body-title .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #7e7e7e;
}
.t-Body-info .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #7e7e7e;
}
.t-Region .a-BarChart .a-BarChart-item .a-BarChart-value,
.t-ButtonRegion .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #808080;
}
.a-BarChart .a-BarChart-item img {
  border-radius: 2px;
}
.a-BarChart .a-BarChart-bar {
  background-color: rgba(0, 0, 0, 0.025);
}
.a-BarChart--classic .a-BarChart-bar,
.a-BarChart--classic .a-BarChart-filled {
  border-radius: 1px;
}
.a-BarChart--classic .a-BarChart-item:hover .a-BarChart-bar {
  background-color: rgba(0, 0, 0, 0.05);
}
.a-BarChart--modern .a-BarChart-bar,
.a-BarChart--modern .a-BarChart-filled {
  border-radius: 1px;
}
.a-BarChart--modern .a-BarChart-item:hover .a-BarChart-bar {
  background-color: rgba(0, 0, 0, 0.05);
}
.a-BarChart-filled {
  background-color: #0071bc;
}
body,
.t-Body {
  background: #ffffff;
  color: #313031;
}
a {
  color: #0071bc;
}
.t-Body-title a,
.t-Body-info a {
  color: #0062a3;
}
.t-Body-actions {
  background-color: #d8d8d8;
}
.t-Body-title {
  background-color: #fdfdfd;
  color: #2c2b2c;
}
.ui-widget-content {
  background-color: #ffffff;
}
.t-Body .ui-widget-content {
  color: #404040;
}
.t-Body-title .ui-widget-content {
  color: #3e3e3e;
}
.t-Body-info .ui-widget-content {
  color: #3e3e3e;
}
.t-Region .ui-widget-content,
.t-ButtonRegion .ui-widget-content {
  color: #404040;
}
.t-Body-side {
  background-color: #f7f7f7;
  color: #313031;
}
.apex-rds-container {
  background-color: transparent;
}
.t-Body-info .apex-rds-container {
  background-color: #fdfdfd;
}
.t-Body-info {
  background-color: #fdfdfd;
}
.t-Body-title.js-hideBreadcrumbs {
  background-color: rgba(0, 0, 0, 0.95);
}
.t-Body-topButton {
  border-radius: 100%;
  background-color: #ffffff;
}
.t-Body-topButton:active {
  background-color: #ffffff;
}
.t-Body-topButton:active .a-Icon {
  color: #e6e6e6;
}
.t-Body-topButton .a-Icon {
  color: #e6e6e6;
}
.apex-side-nav .t-Body-nav,
.apex-side-nav .t-Body-actions,
.apex-side-nav .t-Body-title {
  top: 40px;
}
@media only screen and (min-width: 641px) {
  .apex-side-nav .t-Body-title {
    left: 200px;
  }
}
@media only screen and (min-width: 641px) {
  .apex-side-nav .t-Body-content {
    margin-left: 200px;
  }
}
.apex-side-nav .t-Body-main {
  margin-left: 0;
}
.apex-top-nav .t-Body-actions {
  top: 80px;
}
.apex-top-nav .t-Body-title {
  top: 80px;
}
.t-Body-nav {
  width: 200px;
}
.t-Body-actions {
  width: 240px;
}
.t-Body-actions .t-Button--header {
  -webkit-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate(-40px);
  transform: translate3d(-40px, 0, 0);
}
@media only screen and (min-width: 641px) {
  .t-Body-side {
    width: 280px;
    left: 40px;
  }
}
.apex-side-nav.js-navExpanded .t-Body-main {
  margin-left: 40px;
  -webkit-transform: translate3d(160px, 0, 0);
  -ms-transform: translate(160px);
  transform: translate3d(160px, 0, 0);
}
@media only screen and (max-width: 480px) {
  .apex-side-nav.js-navExpanded .t-Body-title,
  .apex-side-nav.js-navExpanded .t-Body-side,
  .apex-side-nav.js-navExpanded .t-Body-content {
    margin-left: 0;
  }
  .apex-side-nav.js-navExpanded .t-Body-main {
    margin-left: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
  }
}
@media only screen and (min-width: 641px) {
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title,
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content,
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    left: 200px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content {
    margin-left: 200px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-left: 0px;
  }
  .apex-side-nav.js-navExpanded .t-Body-title,
  .apex-side-nav.js-navExpanded .t-Body-side,
  .apex-side-nav.js-navExpanded .t-Body-content {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-side {
    left: 0;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 320px;
    -webkit-transform: translate3d(160px, 0, 0);
    -ms-transform: translate(160px);
    transform: translate3d(160px, 0, 0);
  }
}
@media only screen and (min-width: 993px) {
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 200px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 480px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.apex-side-nav.js-navCollapsed .t-Body-nav,
.apex-side-nav.js-navCollapsed .t-Body-nav .t-TreeNav {
  width: 40px;
}
.apex-side-nav.js-navCollapsed .t-Body-content,
.apex-side-nav.js-navCollapsed .t-Body-title,
.apex-side-nav.js-navCollapsed .t-Body-side {
  margin-left: 40px;
}
@media only screen and (max-width: 480px) {
  .apex-side-nav.js-navCollapsed .t-Body-nav {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .apex-side-nav.js-navCollapsed .t-Body-title,
  .apex-side-nav.js-navCollapsed .t-Body-side,
  .apex-side-nav.js-navCollapsed .t-Body-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 641px) {
  .apex-side-nav.js-navCollapsed .t-Body-title {
    margin-left: 0;
    left: 40px;
  }
  .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-left: 0;
  }
  .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-content {
    margin-left: 320px;
  }
}
@media only screen and (min-width: 993px) {
  .apex-side-nav.js-navCollapsed .t-Body-side {
    left: 40px;
  }
}
.t-PageBody.js-rightExpanded .t-Body-main {
  margin-right: 0;
}
.t-PageBody.js-rightExpanded .t-Body-main,
.t-PageBody.js-rightExpanded .t-Body-nav {
  -webkit-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate(-240px);
  transform: translate3d(-240px, 0, 0);
}
@media only screen and (min-width: 641px) {
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main,
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-right: 240px;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-title {
    right: 240px;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    right: 0;
  }
  .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-left: 0;
    left: 0;
  }
}
@media only screen and (min-width: 993px) {
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    margin-right: 240px;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    right: 240px;
  }
  .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    left: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-content {
    -webkit-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate(-240px);
    transform: translate3d(-240px, 0, 0);
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side {
    margin-left: 40px !important;
  }
}
.t-PageBody.js-rightCollapsed .t-Body-main {
  margin-right: 0px;
}
.t-PageBody.js-rightCollapsed .t-Body-title {
  right: 0px;
}
.t-PageBody.js-rightCollapsed .t-Body-actions {
  -webkit-transform: translate3d(240px, 0, 0);
  -ms-transform: translate(240px);
  transform: translate3d(240px, 0, 0);
}
@media only screen and (min-width: 641px) {
  .t-PageBody--showLeft .t-Body-content {
    margin-left: 280px;
  }
}
.t-Body-contentInner {
  margin: auto;
  max-width: auto;
}
.t-Breadcrumb-item:after {
  color: rgba(44, 43, 44, 0.9935);
}
.t-Breadcrumb-item .t-Icon:hover {
  color: #0071bc;
}
.t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item:last-child .t-Breadcrumb-label {
  color: #2c2b2c;
}
.t-BreadcrumbRegion-titleText {
  color: #2c2b2c;
}
.t-Button,
.a-Button {
  border: none;
  color: #2c2c2c;
  background-clip: padding-box;
  background-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
  border-radius: 4px;
  text-shadow: none;
}
.t-Button:hover,
.a-Button:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
}
.t-Button.t-Button--simple,
.a-Button.t-Button--simple {
  background-color: #FFFFFF;
  color: #404040;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
  text-shadow: none;
}
.t-Button.t-Button--simple:hover,
.a-Button.t-Button--simple:hover,
.t-Button.t-Button--simple:focus,
.a-Button.t-Button--simple:focus,
.t-Button.t-Button--simple:active,
.a-Button.t-Button--simple:active {
  background-color: #e6e6e6;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
}
@media screen and (-ms-high-contrast: active) {
  .t-Button,
  .a-Button {
    border: 1px solid;
  }
}
.t-Button--primary,
.t-Button--hot,
.t-Button--danger,
.t-Button--warning,
.t-Button--success {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) inset;
}
.t-Button--primary.t-Button--simple,
.t-Button--hot.t-Button--simple,
.t-Button--danger.t-Button--simple,
.t-Button--warning.t-Button--simple,
.t-Button--success.t-Button--simple {
  box-shadow: 0 0 0 1px inset;
}
.t-Button--primary:hover,
.t-Button--warning:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
}
.t-Button--hot:hover,
.t-Button--danger:hover,
.t-Button--success:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
}
.t-Button:hover,
.a-Button:hover {
  background-color: #ffffff;
  z-index: 100;
}
.t-Button:focus,
.a-Button:focus {
  outline: none;
  z-index: 110;
}
.t-Button:focus,
.a-Button:focus,
.t-Button:active:focus,
.a-Button:active:focus {
  box-shadow: 0 0 0 1px #0071bc inset, 0 0 1px 2px rgba(0, 113, 188, 0.25) !important;
}
.t-Button:active {
  background-color: #d2d2d2;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  z-index: 100;
}
.t-Button:active:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset !important;
}
.t-Button.is-active,
.t-Button.is-active:active,
.t-MenuButton.is-active {
  background-color: #d2d2d2;
  color: #2c2c2c;
  font-weight: normal;
  text-shadow: none;
  z-index: 100;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}
.t-Button.is-disabled,
.t-Button.is-disabled:active,
.t-Button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.t-Button--hot,
body .ui-state-default.ui-button.ui-button--hot,
body button.ui-state-default.ui-priority-primary {
  background-color: #0071bc;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.t-Button--hot:hover,
body .ui-state-default.ui-button.ui-button--hot:hover,
body button.ui-state-default.ui-priority-primary:hover {
  background-color: #0090ef;
}
.t-Button--hot:active,
body .ui-state-default.ui-button.ui-button--hot:active,
body button.ui-state-default.ui-priority-primary:active,
.t-Button--hot.is-active,
body .ui-state-default.ui-button.ui-button--hot.is-active,
body button.ui-state-default.ui-priority-primary.is-active,
.t-Button--hot.t-MenuButton.is-active,
body .ui-state-default.ui-button.ui-button--hot.t-MenuButton.is-active,
body button.ui-state-default.ui-priority-primary.t-MenuButton.is-active {
  background-color: #005289;
}
.t-Button--hot.t-Button--simple,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple,
body button.ui-state-default.ui-priority-primary.t-Button--simple {
  box-shadow: 0 0 0 1px #0071bc inset;
  background-color: #FFFFFF;
  color: #20587e;
}
.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: #20587e;
}
.t-Button--hot.t-Button--simple:hover,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:hover,
body button.ui-state-default.ui-priority-primary.t-Button--simple:hover,
.t-Button--hot.t-Button--simple:focus,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus,
body button.ui-state-default.ui-priority-primary.t-Button--simple:focus,
.t-Button--hot.t-Button--simple:active,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active,
body button.ui-state-default.ui-priority-primary.t-Button--simple:active {
  background-color: #0071bc;
  color: #ffffff;
  box-shadow: 0 0 0 1px #0071bc inset;
}
.t-Button--hot.t-Button--simple:hover .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:hover .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:hover .t-Icon,
.t-Button--hot.t-Button--simple:focus .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:focus .t-Icon,
.t-Button--hot.t-Button--simple:active .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:active .t-Icon {
  color: #ffffff;
}
.t-Button--primary {
  background-color: rgba(180, 211, 241, 0.84);
  color: #000000;
}
.t-Button--primary:hover {
  background-color: rgba(223, 236, 249, 0.84);
}
.t-Button--primary:active,
.t-Button--primary.is-active {
  background-color: rgba(137, 186, 233, 0.84);
}
.t-Button--primary.t-Button--simple {
  box-shadow: 0 0 0 1px rgba(180, 211, 241, 0.84) inset;
  background-color: #FFFFFF;
  color: rgba(90, 103, 116, 0.92);
}
.t-Button--primary.t-Button--simple .t-Icon {
  color: rgba(90, 103, 116, 0.92);
}
.t-Button--primary.t-Button--simple:hover,
.t-Button--primary.t-Button--simple:focus,
.t-Button--primary.t-Button--simple:active {
  background-color: rgba(180, 211, 241, 0.84);
  color: #000000;
  box-shadow: 0 0 0 1px rgba(180, 211, 241, 0.84) inset;
}
.t-Button--primary.t-Button--simple:hover .t-Icon,
.t-Button--primary.t-Button--simple:focus .t-Icon,
.t-Button--primary.t-Button--simple:active .t-Icon {
  color: #000000;
}
.t-Button--danger {
  background-color: #e90c00;
  color: #ffffff;
}
.t-Button--danger:hover {
  background-color: #ff291d;
}
.t-Button--danger:active,
.t-Button--danger.is-active {
  background-color: #b60900;
}
.t-Button--danger.t-Button--simple {
  box-shadow: 0 0 0 1px #e90c00 inset;
  background-color: #FFFFFF;
  color: #942620;
}
.t-Button--danger.t-Button--simple .t-Icon {
  color: #942620;
}
.t-Button--danger.t-Button--simple:hover,
.t-Button--danger.t-Button--simple:focus,
.t-Button--danger.t-Button--simple:active {
  background-color: #e90c00;
  color: #ffffff;
  box-shadow: 0 0 0 1px #e90c00 inset;
}
.t-Button--danger.t-Button--simple:hover .t-Icon,
.t-Button--danger.t-Button--simple:focus .t-Icon,
.t-Button--danger.t-Button--simple:active .t-Icon {
  color: #ffffff;
}
.t-Button--warning {
  background-color: #ffcc00;
  color: #000000;
}
.t-Button--warning:hover {
  background-color: #ffd633;
}
.t-Button--warning:active,
.t-Button--warning.is-active {
  background-color: #cca300;
}
.t-Button--warning.t-Button--simple {
  box-shadow: 0 0 0 1px #ffcc00 inset;
  background-color: #FFFFFF;
  color: #8c730d;
}
.t-Button--warning.t-Button--simple .t-Icon {
  color: #8c730d;
}
.t-Button--warning.t-Button--simple:hover,
.t-Button--warning.t-Button--simple:focus,
.t-Button--warning.t-Button--simple:active {
  background-color: #ffcc00;
  color: #000000;
  box-shadow: 0 0 0 1px #ffcc00 inset;
}
.t-Button--warning.t-Button--simple:hover .t-Icon,
.t-Button--warning.t-Button--simple:focus .t-Icon,
.t-Button--warning.t-Button--simple:active .t-Icon {
  color: #000000;
}
.t-Button--success {
  background-color: #0aa82f;
  color: #fdfdfd;
}
.t-Button--success:hover {
  background-color: #0dd83c;
}
.t-Button--success:active,
.t-Button--success.is-active {
  background-color: #077822;
}
.t-Button--success.t-Button--simple {
  box-shadow: 0 0 0 1px #0aa82f inset;
  background-color: #FFFFFF;
  color: #126124;
}
.t-Button--success.t-Button--simple .t-Icon {
  color: #126124;
}
.t-Button--success.t-Button--simple:hover,
.t-Button--success.t-Button--simple:focus,
.t-Button--success.t-Button--simple:active {
  background-color: #0aa82f;
  color: #fdfdfd;
  box-shadow: 0 0 0 1px #0aa82f inset;
}
.t-Button--success.t-Button--simple:hover .t-Icon,
.t-Button--success.t-Button--simple:focus .t-Icon,
.t-Button--success.t-Button--simple:active .t-Icon {
  color: #fdfdfd;
}
.t-Button--pillStart {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.t-Button--pillEnd {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.t-Button--pill {
  border-radius: 0 !important;
}
.t-Button--hideShow.t-Button {
  border-radius: 100%;
}
.t-Header-branding .t-Button {
  background-color: transparent;
}
.t-Button.t-Button--header {
  transition: none;
  border-radius: 0;
}
.t-Button.t-Button--header:focus,
.t-Button.t-Button--header:active:focus {
  box-shadow: 0 0 0 1px #0a9dff inset, 0 0 1px 2px rgba(10, 157, 255, 0.25) !important;
}
.t-Button.t-Button--header:hover,
.t-Button.t-Button--header:focus,
.t-Button.t-Button--header:active {
  background-color: transparent;
}
.t-Button.t-Button--header:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.t-Button.t-Button--header:active,
.t-Button.t-Button--header:focus:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.t-Button.t-Button--header.is-active {
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.t-Button.t-Button--header.t-Button--headerTree:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.t-Button.t-Button--header.t-Button--headerTree.is-active {
  background-color: transparent;
}
.t-Button.t-Button--header.t-Button--headerTree:hover,
.t-Button.t-Button--header.t-Button--headerTree:focus:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.t-Button.t-Button--header.t-Button--headerRight {
  background-color: #d8d8d8;
}
.t-Button.t-Button--header.t-Button--headerRight:hover {
  background-color: #bfbfbf;
}
.t-Button.t-Button--header.t-Button--headerRight:active,
.t-Button.t-Button--header.t-Button--headerRight.is-active {
  color: #191919;
}
.t-Button--navBar .t-Button-badge {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.35);
}
.t-Button--helpButton .a-Icon {
  opacity: 0.5;
}
.a-Calendar-button {
  border-radius: 4px;
  color: #707070;
}
.t-Button--noUI {
  color: #2c2c2c;
}
.t-Button--noUI.t-Button--primary {
  color: rgba(90, 103, 116, 0.92) !important;
}
.t-Button--noUI.t-Button--primary .t-Icon {
  color: rgba(180, 211, 241, 0.84) !important;
}
.t-Button--noUI.t-Button--warning {
  color: #8c730d !important;
}
.t-Button--noUI.t-Button--warning .t-Icon {
  color: #ffcc00 !important;
}
.t-Button--noUI.t-Button--danger {
  color: #81130d !important;
}
.t-Button--noUI.t-Button--danger .t-Icon {
  color: #e90c00 !important;
}
.t-Button--noUI.t-Button--success {
  color: #126124 !important;
}
.t-Button--noUI.t-Button--success .t-Icon {
  color: #0aa82f !important;
}
.t-Button--noUI.t-Button--hot {
  color: #0d456b !important;
}
.t-Button--noUI.t-Button--hot .t-Icon {
  color: #0071bc !important;
}
.t-Button--noUI.t-Button--primary,
.t-Button--noUI.t-Button--warning,
.t-Button--noUI.t-Button--danger,
.t-Button--noUI.t-Button--success,
.t-Button--noUI.t-Button--hot {
  box-shadow: none;
}
.t-ButtonRegion {
  background-color: #ffffff;
  color: #404040;
  border-radius: 6px;
}
.t-ButtonRegion--noUI {
  background-color: transparent;
}
.t-ButtonRegion--wizard,
.t-ButtonRegion--dialogRegion {
  border-radius: 0 0 2px 2px;
}
.t-ButtonRegion--dialogRegion {
  background-color: transparent;
}
.t-Body .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #404040;
}
.t-Body-title .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #3e3e3e;
}
.t-Body-info .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #3e3e3e;
}
.t-Region .t-ButtonRegion--showTitle .t-ButtonRegion-title,
.t-ButtonRegion .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #404040;
}
.t-Body-actions .t-ButtonRegion {
  background-color: transparent;
  border-radius: 0;
}
.fc-toolbar {
  border-color: #ebebeb;
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
}
.fc-toolbar h2,
.fc .fc-basic-view td.fc-day-number,
.fc .fc-day-number {
  color: #404040;
}
.fc-day-header.ui-widget-header,
.fc-view .ui-widget-header {
  background-color: #d2d2d2;
  color: #363636;
  border-color: #c6c6c6;
}
div.fc-agendaList {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #404040;
}
.fc .fc-agendaList-dayHeader {
  background-color: #b9b9b9;
  color: #363636;
  border-color: #fafafa;
}
.fc .fc-agendaList-day {
  color: #363636;
}
.fc .fc-agendaList-date {
  color: #5c5c5c;
}
.fc .fc-agendaList .fc-event-start-time,
.fc .fc-agendaList .fc-event-all-day {
  color: #666666;
}
body .fc td.fc-today,
body .fc .ui-widget-content {
  border-color: #e6e6e6;
  color: #404040;
}
body .ui-widget-content.fc-today.ui-state-highlight {
  background-color: #f2f2f2;
}
.fc .fc-agendaList-item {
  border-color: #fafafa;
}
.t-Card-wrap {
  border-radius: 2px;
}
.t-Card-wrap:focus {
  border-color: #0071bc;
}
.t-Card-icon .t-Icon {
  color: #FFF;
}
.t-Card-desc {
  color: #3d3d3d;
}
.t-Cards--compact .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Cards--compact .t-Card-desc {
  color: #636363;
}
.t-Card-info {
  color: #636363;
}
.t-Card-title {
  color: #3d3d3d;
}
.t-Cards--basic .t-Card .t-Card-wrap,
.t-Card--basic .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Cards--basic .t-Card .t-Card-icon .t-Icon,
.t-Card--basic .t-Card-icon .t-Icon {
  border-radius: 2px;
  background-color: #A0A0A0;
}
.t-Cards--basic .t-Card .t-Card-titleWrap,
.t-Card--basic .t-Card-titleWrap {
  background-color: #dfdfdf;
}
.t-Cards--featured .t-Card .t-Card-wrap,
.t-Card--featured .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Cards--featured .t-Card .t-Card-icon .t-Icon,
.t-Card--featured .t-Card-icon .t-Icon {
  border-radius: 100px;
  color: #FFF;
  background-color: #A0A0A0;
}
.t-Cards--featured .t-Card .t-Card-body,
.t-Card--featured .t-Card-body {
  background-color: transparent;
}
.t-ClassicCalendar-monthTitle {
  color: #404040;
}
.t-ClassicCalendar-dayColumn {
  background-color: #fafafa;
  vertical-align: top;
  border-color: #f2f2f2;
  color: #666666;
}
.t-ClassicCalendar-day {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-day.is-inactive .t-ClassicCalendar-date {
  opacity: 0.5;
}
.t-ClassicCalendar-day.is-weekend,
.t-ClassicCalendar-day.is-inactive {
  background-color: #fcfcfc;
}
.t-ClassicCalendar-day.is-today .t-ClassicCalendar-date {
  background-color: #0071bc;
  color: #ffffff;
}
.t-ClassicCalendar-date {
  color: #808080;
}
.t-ClassicCalendar-event {
  background-color: #f2f2f2;
}
.t-ClassicCalendar-event {
  color: #404040;
}
.t-ClassicCalendar-event a {
  background-color: #0071bc;
  color: #ffffff;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-timeCol,
.t-ClassicCalendar--daily .t-ClassicCalendar-timeCol {
  background-color: #fafafa;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents,
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents {
  color: #404040;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents a,
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents a {
  background-color: #0071bc;
  color: #ffffff;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-day.is-today,
.t-ClassicCalendar--daily .t-ClassicCalendar-day.is-today {
  background-color: #bce4ff;
}
.t-ClassicCalendar-list {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-listTitle,
.t-ClassicCalendar-listEvent {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-listTitle {
  background-color: #fafafa;
  color: #666666;
}
.t-ClassicCalendar-listEvent {
  color: #404040;
}
.t-Comments-userIcon,
.t-Comments-userImg {
  border-radius: 100%;
}
.t-Comments-userIcon {
  background-color: #ffffff;
}
.t-Comments-info {
  color: #666666;
}
.t-Comments-comment {
  color: #404040;
}
.t-Comments--chat .t-Comments-info {
  background-color: #ffffff;
  border-radius: 2px 2px 0 0;
  border-color: #e6e6e6;
}
.t-Comments--chat .t-Comments-info:after {
  border-color: rgba(248, 248, 248, 0);
  border-right-color: #ffffff;
}
.t-Comments--chat .t-Comments-info:before {
  border-color: rgba(232, 232, 232, 0);
  border-right-color: #e6e6e6;
}
.t-Comments--chat .t-Comments-comment {
  background-color: #ffffff;
  border-radius: 0 0 2px 2px;
  border-color: #e6e6e6;
}
.t-ConfigPanel-about {
  background-color: #fff7e0;
  color: #565656;
}
.t-ConfigPanel-icon {
  border-radius: 100%;
  background-color: #A0A0A0;
  color: #FFF;
}
.t-ConfigPanel-icon.is-enabled {
  background-color: #4cd964;
}
.t-ConfigPanel-icon.is-disabled {
  background-color: #e90c00;
}
.t-ConfigPanel-setting,
.t-ConfigPanel-status {
  color: #737373;
}
.t-ConfigPanel-status {
  color: #404040;
}
.t-ConfigPanel-attrLink {
  color: #737373;
}
.t-ConfigPanel-attrLink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.t-ConfigPanel-attrValue {
  color: #0071bc;
}
.t-DialogRegion-body {
  background: -webkit-linear-gradient(#ffffff 30%, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff 70%) 0 100%, -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background: -o-linear-gradient(#ffffff 30%, #ffffff), -o-linear-gradient(#ffffff, #ffffff 70%) 0 100%, -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background: linear-gradient(#ffffff 30%, #ffffff), linear-gradient(#ffffff, #ffffff 70%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)) 0 100%;
  background-color: #ffffff;
}
.t-Footer,
.t-Footer a {
  color: #000000;
}
.t-Form-inputContainer:before {
  color: #292929;
}
.t-Form-field,
.t-Form-select,
.t-Form-inputContainer input[type="text"],
.t-Form-inputContainer select.selectlist,
.t-Form-inputContainer select.yes_no,
.t-Form-inputContainer input.text_field,
.t-Form-inputContainer input.password,
.t-Form-inputContainer textarea.textarea,
.t-Form-inputContainer input.datepicker,
.t-Form-inputContainer span.display_only,
.t-Form-inputContainer input.popup_lov,
.t-Form-inputContainer select[multiple],
.t-Form-textarea,
.u-TF-item--text,
.u-TF-item--textarea,
.u-TF-item--datepicker,
.u-TF-item--select {
  border-radius: 6px;
  color: #292929;
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.t-Form-field:focus,
.t-Form-select:focus,
.t-Form-inputContainer input[type="text"]:focus,
.t-Form-inputContainer select.selectlist:focus,
.t-Form-inputContainer select.yes_no:focus,
.t-Form-inputContainer input.text_field:focus,
.t-Form-inputContainer input.password:focus,
.t-Form-inputContainer textarea.textarea:focus,
.t-Form-inputContainer input.datepicker:focus,
.t-Form-inputContainer span.display_only:focus,
.t-Form-inputContainer input.popup_lov:focus,
.t-Form-inputContainer select[multiple]:focus,
.t-Form-textarea:focus,
.u-TF-item--text:focus,
.u-TF-item--textarea:focus,
.u-TF-item--datepicker:focus,
.u-TF-item--select:focus {
  background-color: #ffffff !important;
  border-color: #0071bc !important;
}
.t-Form-field:focus::-ms-value,
.t-Form-select:focus::-ms-value,
.t-Form-inputContainer input[type="text"]:focus::-ms-value,
.t-Form-inputContainer select.selectlist:focus::-ms-value,
.t-Form-inputContainer select.yes_no:focus::-ms-value,
.t-Form-inputContainer input.text_field:focus::-ms-value,
.t-Form-inputContainer input.password:focus::-ms-value,
.t-Form-inputContainer textarea.textarea:focus::-ms-value,
.t-Form-inputContainer input.datepicker:focus::-ms-value,
.t-Form-inputContainer span.display_only:focus::-ms-value,
.t-Form-inputContainer input.popup_lov:focus::-ms-value,
.t-Form-inputContainer select[multiple]:focus::-ms-value,
.t-Form-textarea:focus::-ms-value,
.u-TF-item--text:focus::-ms-value,
.u-TF-item--textarea:focus::-ms-value,
.u-TF-item--datepicker:focus::-ms-value,
.u-TF-item--select:focus::-ms-value {
  color: #292929;
}
.t-Form-field:hover,
.t-Form-select:hover,
.t-Form-inputContainer input[type="text"]:hover,
.t-Form-inputContainer select.selectlist:hover,
.t-Form-inputContainer select.yes_no:hover,
.t-Form-inputContainer input.text_field:hover,
.t-Form-inputContainer input.password:hover,
.t-Form-inputContainer textarea.textarea:hover,
.t-Form-inputContainer input.datepicker:hover,
.t-Form-inputContainer span.display_only:hover,
.t-Form-inputContainer input.popup_lov:hover,
.t-Form-inputContainer select[multiple]:hover,
.t-Form-textarea:hover,
.u-TF-item--text:hover,
.u-TF-item--textarea:hover,
.u-TF-item--datepicker:hover,
.u-TF-item--select:hover {
  background-color: #ffffff;
}
.t-Form-inputContainer input::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-Form-inputContainer input::-moz-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-Form-inputContainer input:-ms-input-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-Form input.file {
  color: #292929;
}
.t-Form-inputContainer span.display_only {
  border-color: transparent;
  background-color: transparent;
}
.t-Form-select,
.t-Form-inputContainer select.selectlist,
.t-Form-inputContainer select.yes_no {
  color: #292929;
}
.t-Form-field--readOnly {
  background-color: transparent;
}
.t-Form-radioLabel,
.t-Form-inputContainer .radio_group label,
.t-Form-checkboxLabel,
.t-Form-inputContainer .checkbox_group label,
.t-Form-label {
  color: #444444;
}
.t-Form-error {
  color: #E92020;
}
.t-Form-postText {
  color: #c3c3c3;
}
.t-Form--search input.t-Form-searchField {
  background-color: #ffffff;
  color: #404040;
}
.t-HeroRegion-form input[type=text].t-Form-searchField {
  background-color: #ffffff;
  border-color: #e4e4e4;
}
.t-HeroRegion-form input[type=text].t-Form-searchField:focus {
  background-color: #ffffff !important;
  border-color: #0071bc !important;
}
.t-HeroRegion-form input[type=text].t-Form-searchField::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-HeroRegion-form input[type=text].t-Form-searchField::-moz-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-HeroRegion-form input[type=text].t-Form-searchField:-ms-input-placeholder {
  color: #000000;
  opacity: 0.55;
}
.t-Form-inputContainer input.hasDatepicker,
.t-Form-inputContainer input.popup_lov {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.a-Button.a-Button--calendar,
.a-Button.a-Button--popupLOV {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.t-Header-branding {
  background-color: #0071bc;
}
.t-Header-logo-link,
.t-Header .t-Button.t-Button--header.is-active,
.t-Header .t-Button.t-Button--header.t-Button--header {
  color: #ffffff;
}
.t-Header-logo-link:hover,
.t-Header .t-Button.t-Button--header.is-active:hover,
.t-Header .t-Button.t-Button--header.t-Button--header:hover {
  text-decoration: none;
}
.t-Header-logo-link:focus,
.t-Header-logo-link:active:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0a9dff inset, 0 0 1px 2px rgba(10, 157, 255, 0.25) !important;
}
.t-Header-nav {
  background-color: #555555;
}
.t-Header .a-MenuBar-item:hover {
  background-color: transparent;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  border-radius: 100%;
}
.t-Header .a-Menu.a-Menu--top > .a-Menu-content {
  border-top-width: 0;
}
.t-Header .a-Menu-content {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.t-Header-nav-list {
  background-color: transparent;
}
.t-HeroRegion {
  background-color: #fdfdfd;
  color: #3e3e3e;
}
.t-HeroRegion-title {
  color: #3e3e3e;
}
.t-HeroRegion-icon {
  border-radius: 4px;
  background-color: #0071bc;
  color: #ffffff;
}
.t-HeroRegion--featured {
  background-color: transparent;
}
.t-HeroRegion--featured,
.t-HeroRegion--featured .t-HeroRegion-title {
  color: #404040;
}
.a-IRR {
  border-radius: 6px;
  border-color: #e6e6e6;
}
.a-IRR .a-IRR-pagination-label {
  color: #737373;
}
.a-IRR-reportSummary-value {
  color: #404040;
}
.a-IRR-controlsContainer {
  border-top-color: #f5f5f5;
  background-color: #fafafa;
}
.a-IRR-fullView {
  background-color: #ffffff;
}
.a-IRR-button.a-IRR-button--controls {
  background-color: transparent;
}
.a-IRR-sortWidget {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.a-IRR-toolbar {
  background: linear-gradient(#f9f9f9, #dfdfdf);
  border-color: #c6c6c6;
}
.a-Report-percentChart-fill {
  background-color: #0071bc;
}
.a-Report-percentChart {
  background-color: #bce4ff;
}
.a-IRR-button--colSearch {
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius-topright: 0px  !important;
  -moz-border-radius-bottomright: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.a-IRR-iconViewTable,
.a-IRR-chartView,
.a-IRR-pivotView,
.a-IRR-groupByView,
.a-IRR-detailView {
  border-top-color: #f5f5f5;
}
.a-IRR-toolbar--singleRow {
  border-bottom-color: #f0f0f0;
}
.a-IRR-header {
  background-color: #fafafa;
  border-top: 1px solid #e6e6e6;
  box-shadow: inset 1px 0 0 0 #e6e6e6;
}
.a-IRR-header:hover {
  background-color: #f2f2f2;
}
.a-IRR-header.is-active {
  background-color: #27292b;
  border-bottom: none;
}
.a-IRR-header.is-active a {
  color: #ffffff;
}
.a-IRR-header.is-active .a-IRR-headerSort {
  color: #ffffff;
}
.a-IRR-header--group {
  background-color: #f5f5f5;
}
.a-IRR-table tr td {
  background-color: #ffffff;
  color: #404040;
}
.a-IRR-table {
  border-collapse: separate;
}
.a-IRR-table tr:hover td {
  background-color: #f9f9f9;
}
.t-IRR-region--noBorders .a-IRR {
  border-radius: 6px;
}
body .a-IRR-sortWidget-rows {
  color: #ffffff;
  border-top: 1px solid #333233;
  background: #4d4b4d;
}
body .a-IRR-sortWidget-row {
  color: #ffffff;
  box-shadow: 0 -1px 0 #27292b inset;
}
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField,
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField[type="text"] {
  color: #ffffff;
  background: #27292b;
}
.a-IRR-sortWidget-row:hover {
  background-color: #27292b;
}
body .a-IRR-button.a-IRR-sortWidget-button,
body .a-IRR-button.a-IRR-sortWidget-button:active:focus {
  color: rgba(255, 255, 255, 0.9);
  background-color: #27292b;
}
body .a-IRR-button.a-IRR-sortWidget-button:hover,
body .a-IRR-button.a-IRR-sortWidget-button:active:focus:hover {
  background-color: #3f4346;
}
.a-IRR-sortWidget-actions {
  border-bottom: 1px solid #333233;
}
.a-IRR-sortWidget-actions-item {
  border-right: none;
}
.a-IRR-sortWidget {
  border: none;
}
.a-IRR-table td {
  border-left: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.a-IRR-sortWidget-searchLabel {
  color: rgba(255, 255, 255, 0.9);
}
.a-IRR-sortWidget-searchLabel:before {
  color: rgba(255, 255, 255, 0.5);
}
.a-IRR-headerLink:focus {
  box-shadow: 0 0 0 2px #0071bc inset;
}
.a-IRR-search-field:focus {
  border-color: #0071bc;
  box-shadow: 0 0 0 1px #0071bc inset, -2px 0 0 #0071bc inset, 2px 0 0 #0071bc inset, 0 0 2px 0 rgba(0, 113, 188, 0.5);
}
.a-IRR-singleRow-name,
.a-IRR-singleRow-value {
  border-bottom-color: #f0f0f0;
  color: #404040;
}
.a-IRR-singleRow-value {
  background-color: #ffffff;
}
.a-IRR-singleRow-row:hover .a-IRR-singleRow-value {
  background-color: #f7f7f7;
}
.a-IRR-singleRow-name {
  background-color: #f7f7f7;
}
.a-IRR-singleRow-row:hover .a-IRR-singleRow-name {
  background-color: #f0f0f0;
}
.a-IRR-button.a-IRR-button--pagination:hover {
  background-color: #0071bc;
}
.a-IRR-reportSummary-label,
.a-IRR-controlsLabel {
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .is-maximized.t-IRR-region .t-fht-thead .a-IRR-header {
    border-bottom: 1px solid #e6e6e6;
  }
}
.t-LinksList-item,
.t-LinksList-link {
  border-color: #e6e6e6;
}
.t-LinksList-icon {
  color: #d9d9d9;
}
.t-LinksList-link:hover {
  background-color: #f2f2f2;
}
.t-LinksList-link:focus {
  box-shadow: 0 0 0 1px #0071bc inset;
}
.t-LinksList--showArrow .t-LinksList-link:before {
  color: #d9d9d9;
}
.t-LinksList--showBadge .t-LinksList-badge {
  background-color: #f5f5f5;
  color: #404040;
}
.t-LinksList--showBadge .t-LinksList-link:hover .t-LinksList-badge {
  background-color: #ebebeb;
}
.t-LinksList--showBadge .t-LinksList-item.is-expanded > .t-LinksList-link .t-LinksList-badge {
  background-color: #bfbfbf;
}
.t-LinksList--brightHover .t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
  color: rgba(255, 255, 255, 0.5);
}
.t-LinksList--brightHover .t-LinksList-link:hover {
  background-color: #0071bc;
  color: #ffffff;
}
.t-LinksList--brightHover .t-LinksList-link:hover .t-LinksList-icon {
  color: rgba(255, 255, 255, 0.75);
}
.t-LinksList-item.is-expanded {
  background-color: #FCFCFC;
  background: linear-gradient(rgba(0, 0, 0, 0.015), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.015));
}
.t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
  color: #0071bc;
}
.t-LinksList-item.is-expanded .t-LinksList-link:before {
  color: rgba(0, 0, 0, 0.25);
}
.t-LinksList--showBadge .t-LinksList-badge {
  border-radius: 4px;
}
.t-LinksList--iconOnly .t-LinksList-icon {
  border-radius: 100%;
}
.t-LinksList--actions .t-LinksList-label {
  color: #383838;
}
.t-LinksList--actions .t-LinksList-icon {
  color: #383838;
}
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-icon,
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-label,
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-badge {
  color: #404040;
}
.t-Login-iconValidation {
  background: #4cd964;
  color: white;
}
body .t-Login-title {
  color: #404040;
}
.t-Login-region {
  background-color: #ffffff;
}
.t-Login-logo.fa {
  color: #0071bc;
}
@media only screen and (max-width: 480px) {
  .t-PageBody--login,
  .t-PageBody--login .t-Body {
    background-color: #ffffff;
  }
}
.t-MediaList-item {
  border-color: #d9d9d9;
}
.t-MediaList--horizontal .t-MediaList-item {
  border-right: 1px solid #d9d9d9;
}
a.t-MediaList-itemWrap {
  color: #0071bc;
}
a.t-MediaList-itemWrap:hover {
  background-color: #f5f5f5;
  color: #0071bc;
}
a.t-MediaList-itemWrap:focus {
  box-shadow: 0 0 0 1px #0071bc inset;
}
.t-MediaList-itemWrap {
  color: #404040;
}
.t-MediaList-badge,
.t-MediaList-desc {
  color: #737373;
}
.t-MediaList-icon {
  color: #d9d9d9;
}
.t-MediaList--cols .t-MediaList-item:before,
.t-MediaList--cols .t-MediaList-item:after {
  background-color: #e6e6e6;
}
.a-MenuBar-label {
  color: #ffffff;
  line-height: 20px;
}
.a-MenuBar-item > .a-Menu-subMenuCol {
  display: inline-block;
  padding: 8px 0;
  vertical-align: top;
  margin-right: 8px;
  margin-left: -4px;
}
.a-MenuBar-item {
  background: #484848;
  border-right: 1px solid #626262;
  border-left: 1px solid #626262;
  margin-left: -1px;
}
.a-MenuBar-item:first-child {
  margin-left: 0;
}
.a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol,
.a-MenuBar.u-rtl .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol {
  border: none;
  margin-right: 0;
  padding: 8px 8px 8px 4px;
}
.a-MenuBar-item.is-disabled .a-MenuBar-label {
  color: rgba(255, 255, 255, 0.5);
}
.a-MenuBar-item:hover {
  background-color: #626262;
}
.a-MenuBar-item.is-expanded {
  background-color: #626262;
}
.a-Menu-content {
  border-radius: 2px;
}
.a-Menu .a-Menu-item {
  color: #404040;
}
.a-Menu-itemSep .a-Menu-hSeparator {
  border-color: #e6e6e6;
}
.a-Menu--current {
  background-color: #7b7b7b;
}
.a-Menu .a-Menu-item.is-disabled.is-focused {
  background-color: #ffffff;
}
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-subMenuCol {
  color: #404040;
}
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-accel {
  color: #808080;
}
.a-Menu .a-Menu-item.is-focused,
.a-Menu .a-Menu-item.is-expanded {
  background-color: #484848;
  color: #ffffff;
}
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-statusCol,
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-statusCol,
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-subMenuCol,
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-subMenuCol,
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-accel,
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-accel {
  color: #ffffff;
}
.a-Menu .a-Menu-accel {
  color: rgba(64, 64, 64, 0.75);
}
.a-Menu-content {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.a-MenuBar {
  background-color: transparent;
}
.t-Header .a-MenuBar {
  background-color: #484848;
}
.t-Region {
  
}
.t-Region .a-MenuBar-label {
  color: #333333;
  line-height: 20px;
}
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol {
  display: inline-block;
  padding: 8px 0;
  vertical-align: top;
  margin-right: 8px;
  margin-left: -4px;
}
.t-Region .a-MenuBar-item {
  background: #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  margin-left: -1px;
}
.t-Region .a-MenuBar-item:first-child {
  margin-left: 0;
}
.t-Region .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol,
.t-Region .a-MenuBar.u-rtl .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol {
  border: none;
  margin-right: 0;
  padding: 8px 8px 8px 4px;
}
.t-Region .a-MenuBar-item.is-disabled .a-MenuBar-label {
  color: rgba(51, 51, 51, 0.5);
}
.t-Region .a-MenuBar-item:hover {
  background-color: #d9d9d9;
}
.t-Region .a-MenuBar-item.is-expanded {
  background-color: #d9d9d9;
}
.t-Region .a-Menu-content {
  border-radius: 2px;
}
.t-Region .a-Menu .a-Menu-item {
  color: #202020;
}
.t-Region .a-Menu-itemSep .a-Menu-hSeparator {
  border-color: #c6c6c6;
}
.t-Region .a-Menu--current {
  background-color: #bfbfbf;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused {
  background-color: #dfdfdf;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-subMenuCol {
  color: #202020;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-accel {
  color: #606060;
}
.t-Region .a-Menu .a-Menu-item.is-focused,
.t-Region .a-Menu .a-Menu-item.is-expanded {
  background-color: #f2f2f2;
  color: #333333;
}
.t-Region .a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-statusCol,
.t-Region .a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-statusCol,
.t-Region .a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-subMenuCol,
.t-Region .a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-subMenuCol,
.t-Region .a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-accel,
.t-Region .a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-accel {
  color: #333333;
}
.t-Region .a-Menu .a-Menu-accel {
  color: rgba(32, 32, 32, 0.75);
}
.t-Region .a-Menu-content {
  background-color: rgba(223, 223, 223, 0.95);
  border-color: #c6c6c6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.t-Header {
  
}
.t-Header .a-MenuBar-label {
  color: #ffffff;
  vertical-align: top;
}
.t-Header .a-MenuBar-item {
  vertical-align: top;
}
.t-Header .a-MenuBar-item.is-focused,
.t-Header .a-MenuBar-item:hover {
  background-color: #6f6f6f !important;
}
.t-Header .a-MenuBar-item.a-Menu--current,
.t-Header .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #6f6f6f !important;
}
.t-Header .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
.t-Header .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
  color: #ffffff !important;
  font-weight: bold;
}
.t-Header .a-MenuBar-item.is-expanded,
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #6f6f6f !important;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(255, 255, 255, 0.8);
  border-color: #7b7b7b;
  border-radius: 100%;
}
.t-Header .a-MenuBar-item.a-Menu--current.is-focused > .a-Menu-subMenuCol .a-Icon,
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol:hover .a-Icon {
  background-color: #959595;
  border-color: #959595;
  color: #ffffff;
}
.t-Header .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #a2a2a2;
  border-color: #a2a2a2;
}
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #404040;
}
.t-Header .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #3b3b3b;
}
.t-Header .a-Menu-content {
  border-width: 0;
  background-color: #6f6f6f;
}
.t-Header .a-Menu .a-Menu-item {
  color: #ffffff;
}
.t-Header .a-Menu-accel {
  color: rgba(255, 255, 255, 0.75);
}
.t-Header .a-Menu .a-Menu-item.is-focused,
.t-Header .a-Menu .a-Menu-item.is-expanded {
  background-color: #626262 !important;
}
.t-Body {
  
}
.t-Body .a-MenuBar-label {
  color: #313031;
  vertical-align: top;
}
.t-Body .a-MenuBar-item {
  vertical-align: top;
}
.t-Body .a-MenuBar-item.is-focused,
.t-Body .a-MenuBar-item:hover {
  background-color: #e6e6e6 !important;
}
.t-Body .a-MenuBar-item.a-Menu--current,
.t-Body .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #e6e6e6 !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: #313031 !important;
  font-weight: bold;
}
.t-Body .a-MenuBar-item.is-expanded,
.t-Body .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #e6e6e6 !important;
}
.t-Body .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(49, 48, 49, 0.8);
  border-color: #ffffff;
  border-radius: 100%;
}
.t-Body .a-MenuBar-item.a-Menu--current.is-focused > .a-Menu-subMenuCol .a-Icon,
.t-Body .a-MenuBar-item > .a-Menu-subMenuCol:hover .a-Icon {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  color: #000000;
}
.t-Body .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #ffffff;
  border-color: #ffffff;
}
.t-Body .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #313031;
  border-color: #313031;
  color: #f0f0f0;
}
.t-Body .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #e6e6e6;
}
.t-Body .a-Menu-content {
  border-width: 0;
  background-color: #e6e6e6;
}
.t-Body .a-Menu .a-Menu-item {
  color: #313031;
}
.t-Body .a-Menu-accel {
  color: rgba(49, 48, 49, 0.75);
}
.t-Body .a-Menu .a-Menu-item.is-focused,
.t-Body .a-Menu .a-Menu-item.is-expanded {
  background-color: #f2f2f2 !important;
}
.t-Body .a-MenuBar > ul {
  background-color: #e6e6e6;
}
.t-Body .a-MenuBar-item {
  border-color: #e6e6e6;
}
.t-Body .a-MenuBar-item.is-focused {
  box-shadow: none;
}
.t-Region {
  
}
.t-Region .a-MenuBar-label {
  color: #404040;
  vertical-align: top;
}
.t-Region .a-MenuBar-item {
  vertical-align: top;
}
.t-Region .a-MenuBar-item.is-focused,
.t-Region .a-MenuBar-item:hover {
  background-color: #e6e6e6 !important;
}
.t-Region .a-MenuBar-item.a-Menu--current,
.t-Region .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #e6e6e6 !important;
}
.t-Region .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
.t-Region .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
  color: #404040 !important;
  font-weight: bold;
}
.t-Region .a-MenuBar-item.is-expanded,
.t-Region .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #e6e6e6 !important;
}
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(64, 64, 64, 0.8);
  border-color: #ffffff;
  border-radius: 100%;
}
.t-Region .a-MenuBar-item.a-Menu--current.is-focused > .a-Menu-subMenuCol .a-Icon,
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol:hover .a-Icon {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  color: #000000;
}
.t-Region .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #ffffff;
  border-color: #ffffff;
}
.t-Region .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #404040;
  border-color: #404040;
  color: #ffffff;
}
.t-Region .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #e6e6e6;
}
.t-Region .a-Menu-content {
  border-width: 0;
  background-color: #e6e6e6;
}
.t-Region .a-Menu .a-Menu-item {
  color: #404040;
}
.t-Region .a-Menu-accel {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-Menu .a-Menu-item.is-focused,
.t-Region .a-Menu .a-Menu-item.is-expanded {
  background-color: #f2f2f2 !important;
}
.t-Region .a-MenuBar > ul {
  background-color: #e6e6e6;
}
.t-Region .a-MenuBar-item {
  border-color: #e6e6e6;
}
.t-Region .a-MenuBar-item.is-focused {
  box-shadow: none;
}
.t-Header-userMenu .a-Menu-content {
  border-width: 0;
  background-color: #6f6f6f;
}
.t-Header-userMenu .a-Menu-item.is-focused,
.t-Header-userMenu .a-Menu-item.is-expanded {
  background-color: #626262 !important;
}
.t-Header-userMenu.a-Menu .a-Menu-item .a-Menu-label {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
.t-NavigationBar-menu .a-Menu-content {
  border-radius: 0 0 2px 2px;
  background-color: #003456;
  border-width: 0;
}
.t-NavigationBar-menu .a-Menu-item.is-focused,
.t-NavigationBar-menu .a-Menu-item.is-expanded {
  background-color: #005289 !important;
}
.t-NavigationBar-menu .a-Menu-item.is-focused > .a-Menu-label,
.t-NavigationBar-menu .a-Menu-item.is-expanded > .a-Menu-label {
  color: #e0ecf5 !important;
}
.t-NavigationBar-menu .a-Menu-item .a-Menu-label,
.t-NavigationBar-menu.a-Menu .a-Menu-item a,
.t-NavigationBar-menu.a-Menu .a-Menu-item .a-Menu-statusCol {
  color: #ffffff !important;
}
.t-PopupLOV-links a:hover {
  background-color: #0071bc;
  color: #ffffff;
}
.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: #0071bc;
}
.t-Page--popupLOV {
  background-color: #FFF;
}
.t-PopupLOV-actions {
  background-color: #ffffff;
}
.t-Body .t-PopupLOV-links a {
  color: #404040;
}
.t-Body-title .t-PopupLOV-links a {
  color: #3e3e3e;
}
.t-Body-info .t-PopupLOV-links a {
  color: #3e3e3e;
}
.t-Region .t-PopupLOV-links a,
.t-ButtonRegion .t-PopupLOV-links a {
  color: #404040;
}
.t-PopupLOV-links a:hover {
  background-color: #0090ef;
  color: #ffffff;
}
.t-Body .t-PopupLOV-pagination {
  color: #808080;
}
.t-Body-title .t-PopupLOV-pagination {
  color: #7e7e7e;
}
.t-Body-info .t-PopupLOV-pagination {
  color: #7e7e7e;
}
.t-Region .t-PopupLOV-pagination,
.t-ButtonRegion .t-PopupLOV-pagination {
  color: #808080;
}
.t-Region {
  background-color: #ffffff;
}
.t-Body .fielddata b {
  color: #404040;
}
.t-Body-title .fielddata b {
  color: #3e3e3e;
}
.t-Body-info .fielddata b {
  color: #3e3e3e;
}
.t-Region .fielddata b,
.t-ButtonRegion .fielddata b {
  color: #404040;
}
.t-Region-header {
  background-color: #dfdfdf;
  border-bottom: 1px solid #c6c6c6;
}
.t-Region-header .t-Region-title,
.t-Region-header .t-Button--noUI {
  color: #363636;
}
.t-Body-actions .t-Region-header {
  background: transparent;
}
.t-Region--stacked {
  border-radius: 0 !important;
}
.t-Region--stacked > .t-Region-header {
  border-radius: 0 !important;
}
.t-Region--noBorder > .t-Region-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #404040;
}
.t-Region--accent1 > .t-Region-header,
.t-Region--accent1.t-Region--noBorder > .t-Region-header {
  background-color: #024c63;
  border-bottom: 1px solid #037295;
}
.t-Region--accent1 > .t-Region-header .t-Region-title,
.t-Region--accent1.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent1 > .t-Region-header .t-Button--noUI,
.t-Region--accent1.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #f5f9fa;
}
.t-Region--accent2 > .t-Region-header,
.t-Region--accent2.t-Region--noBorder > .t-Region-header {
  background-color: #047ca0;
  border-bottom: 1px solid #05a3d2;
}
.t-Region--accent2 > .t-Region-header .t-Region-title,
.t-Region--accent2.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent2 > .t-Region-header .t-Button--noUI,
.t-Region--accent2.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region--accent3 > .t-Region-header,
.t-Region--accent3.t-Region--noBorder > .t-Region-header {
  background-color: #0071bc;
  border-bottom: 1px solid #0090ef;
}
.t-Region--accent3 > .t-Region-header .t-Region-title,
.t-Region--accent3.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent3 > .t-Region-header .t-Button--noUI,
.t-Region--accent3.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region--accent4 > .t-Region-header,
.t-Region--accent4.t-Region--noBorder > .t-Region-header {
  background-color: #aa6300;
  border-bottom: 1px solid #dd8100;
}
.t-Region--accent4 > .t-Region-header .t-Region-title,
.t-Region--accent4.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent4 > .t-Region-header .t-Button--noUI,
.t-Region--accent4.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region--accent5 > .t-Region-header,
.t-Region--accent5.t-Region--noBorder > .t-Region-header {
  background-color: #c4c4c4;
  border-bottom: 1px solid #ababab;
}
.t-Region--accent5 > .t-Region-header .t-Region-title,
.t-Region--accent5.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent5 > .t-Region-header .t-Button--noUI,
.t-Region--accent5.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #0a0a0a;
}
.t-Region-header {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.t-Region h2.t-Region-title {
  color: #363636;
}
.t-Region-body {
  color: #404040;
}
.t-Region--hideShow.is-collapsed {
  border-bottom-color: transparent;
}
.t-Region--scrollBody > .t-Region-bodyWrap > .t-Region-body {
  background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.025)) 0 100%;
  background-color: #ffffff;
}
.t-Body-actions .t-Region {
  background-color: transparent;
}
.t-Body-actions .t-Region-header {
  background-color: transparent;
}
.t-Body-side .t-Region {
  background-color: transparent;
}
.t-Region,
.t-Region-header {
  border-radius: 6px;
}
.t-Region--noBG {
  background-color: transparent;
}
.t-Body-actions .t-Region {
  background-color: transparent;
}
.t-Region--carousel .apex-rds-button {
  background-color: transparent;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #FFF;
}
.t-Region--carousel .apex-rds-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.t-Region--carousel .apex-rds-button:active,
.t-Region--carousel .apex-rds-button:active:focus {
  background-color: rgba(0, 0, 0, 0.75);
}
.t-Region--carousel .apex-rds-next-region {
  border-radius: 2px 0 0 2px;
}
.t-Region--carousel .apex-rds-previous-region {
  border-radius: 0 2px 2px 0;
}
.t-Region--carousel .a-Region-carouselNavItem.apex-rds-selected .a-Region-carouselLink {
  background-color: rgba(0, 0, 0, 0.45);
}
.t-Region--carousel .a-Region-carouselNavItem.apex-rds-selected .a-Region-carouselLink:focus {
  background-color: #0071bc;
}
.t-Region--carousel .a-Region-carouselLink {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}
.t-Report-cell,
.t-Report-colHead {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.t-Report-report tr .t-Report-cell:last-child,
.t-Report-report tr .t-Report-colHead:last-child {
  border-right: 1px solid #e6e6e6;
}
.t-Report-report tr:last-child .t-Report-cell {
  border-bottom: 1px solid #e6e6e6;
}
.t-Report .is-stuck .t-Report-colHead {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
}
.t-Report--rowHighlight .t-Report-report tr:hover .t-Report-cell,
.t-Report--rowHighlight .t-Report-report tr:nth-child(odd):hover .t-Report-cell {
  background-color: #fafafa !important;
}
.t-Report--staticRowColors .t-Report-report tr:nth-child(odd) .t-Report-cell {
  background-color: transparent;
}
.t-Report--altRowsDefault .t-Report-report tr:nth-child(odd) .t-Report-cell {
  background-color: #fcfcfc;
}
.t-Report-paginationText b,
.t-Report-paginationText a:hover {
  background-color: #0071bc;
  color: #ffffff;
}
.t-SocialFooter {
  padding-top: 48px;
  padding-bottom: 24px;
}
.t-SocialFooter .row {
  padding-top: 8px;
}
.t-SocialFooter .col {
  padding-bottom: 8px;
  text-align: center;
  transition: all 0.2s;
}
.t-SocialFooter .col:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.05);
}
.t-SocialFooter a {
  transition: all 0.2s;
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgba(49, 48, 49, 0.8);
}
.t-SocialFooter a .t-Icon {
  display: block;
  margin: 0 auto;
  color: rgba(49, 48, 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: #0071bc;
}
.t-SearchResults-desc {
  color: #404040;
}
.t-SearchResults-date {
  color: #737373;
}
.t-SearchResults-misc {
  color: #737373;
}
.t-Region .t-SearchResults-desc {
  color: #404040;
}
.t-Region .t-SearchResults-date {
  color: #737373;
}
.t-Region .t-SearchResults-misc {
  color: #737373;
}
.t-StatusList-blockHeader {
  color: #404040;
  background-color: #dfdfdf;
}
.t-StatusList-headerTextAlt,
.t-StatusList-attr,
.t-StatusList-textDesc {
  color: #737373;
}
.t-StatusList-itemTitle {
  color: #404040;
}
.t-StatusList--dates .t-StatusList-marker {
  color: #707070;
  border-radius: 2px;
  background-color: #FFF;
}
.t-StatusList--dates .t-StatusList-marker:after {
  background-color: #A0A0A0;
  border-radius: 2px 2px 0 0;
}
.t-StatusList--bullets .t-StatusList-marker {
  border-radius: 24px;
  background-color: #fff;
  color: #404040;
}
.t-StatusList--bullets .t-StatusList-item.is-complete .t-StatusList-marker {
  background-color: #707070;
}
.t-StatusList--bullets .t-StatusList-item.is-danger .t-StatusList-marker,
.t-StatusList--bullets .t-StatusList-item.is-error .t-StatusList-marker {
  background-color: #ff3b30;
}
.t-StatusList--bullets .t-StatusList-item.is-open .t-StatusList-marker {
  background-color: #4cd964;
}
.t-StatusList--bullets .t-StatusList-item.is-warning .t-StatusList-marker {
  background-color: #ffcc00;
}
.t-StatusList--bullets .t-StatusList-item.is-null .t-StatusList-marker {
  background-color: #F0F0F0;
}
.t-StatusList--bullets .t-StatusList-item.is-null .t-StatusList-marker {
  color: #A0A0A0;
}
.t-Tabs--simple .t-Tabs-item.is-active .t-Tabs-link,
.apex-rds .apex-rds-selected a {
  box-shadow: 0 -2px 0 #23a7ff inset;
}
.t-Tabs--simple .t-Tabs-link:focus,
.apex-rds a:focus {
  box-shadow: 0 0 0 2px #23a7ff inset;
}
.t-Tabs--pill {
  background: linear-gradient(#ffffff, #F4F4F4);
  border-radius: 2px;
}
.t-Body .t-Tabs--pill .t-Icon {
  color: #808080;
}
.t-Body-title .t-Tabs--pill .t-Icon {
  color: #7e7e7e;
}
.t-Body-info .t-Tabs--pill .t-Icon {
  color: #7e7e7e;
}
.t-Region .t-Tabs--pill .t-Icon,
.t-ButtonRegion .t-Tabs--pill .t-Icon {
  color: #808080;
}
.t-Body .t-Tabs--pill .t-Tabs-link {
  color: #404040;
}
.t-Body-title .t-Tabs--pill .t-Tabs-link {
  color: #3e3e3e;
}
.t-Body-info .t-Tabs--pill .t-Tabs-link {
  color: #3e3e3e;
}
.t-Region .t-Tabs--pill .t-Tabs-link,
.t-ButtonRegion .t-Tabs--pill .t-Tabs-link {
  color: #404040;
}
.t-Tabs--pill .t-Tabs-link:hover {
  background-color: #FFF;
}
.t-Tabs--pill .t-Tabs-link:focus {
  border-color: #4696FC;
}
.t-Tabs--pill .t-Tabs-link:active {
  background-color: #F0F0F0;
}
.t-Tabs--pill .t-Tabs-item:first-child .t-Tabs-link {
  border-radius: 2px 0 0 2px;
}
.t-Tabs--pill .t-Tabs-item.is-active .t-Tabs-link {
  background-color: #FFF;
}
.t-Tabs--simple .t-Icon {
  color: #404040;
}
.t-Tabs--simple .t-Tabs-link,
.apex-rds a {
  color: #3e3e3e;
}
.t-Tabs--simple .t-Tabs-link:hover,
.apex-rds a:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.t-Tabs--simple .t-Tabs-link:active,
.apex-rds a:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.t-Body .t-Tabs--simple .t-Tabs-link,
.t-Body .apex-rds a {
  color: #404040;
}
.t-Body-title .t-Tabs--simple .t-Tabs-link,
.t-Body-title .apex-rds a,
.t-Body-info .t-Tabs--simple .t-Tabs-link,
.t-Body-info .apex-rds a {
  color: #2c2b2c;
}
.t-Region .t-Tabs--simple .t-Tabs-link,
.t-Region .apex-rds a {
  color: #404040;
}
.apex-rds-hover.left a {
  background: -webkit-linear-gradient(left, #fdfdfd 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #fdfdfd 50%, rgba(255, 255, 255, 0) 100%);
}
.apex-rds-hover.right a {
  background: -webkit-linear-gradient(left, #fdfdfd 0%, rgba(255, 255, 255, 0) 1%, #fdfdfd 50%);
  background: linear-gradient(to right, #fdfdfd 0%, rgba(255, 255, 255, 0) 1%, #fdfdfd 50%);
}
.a-TagCloud-link {
  border-color: #f2f2f2;
  border-radius: 2px;
  background: #fafafa;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
  color: #006eb7;
}
.a-TagCloud-link span {
  transition: color 0.2s;
}
.a-TagCloud-link:hover {
  text-decoration: none;
  background-color: #0071bc;
  border-color: #0071bc;
  color: #ffffff;
  box-shadow: 0 0 0 2px #0071bc inset;
}
.a-TagCloud-link:hover span {
  color: #ffffff;
}
.a-TagCloud-count {
  color: #666666;
  font-weight: 200;
}
.t-Timeline {
  color: #404040;
}
.t-Timeline-username,
.t-Timeline-date,
.t-Timeline-desc {
  color: #737373;
}
.t-Timeline-wrap {
  color: #404040;
}
.t-Timeline-type {
  background-color: #d5d5d5;
  color: #363636;
}
.t-Timeline-type.is-new {
  background-color: #4cd964;
  color: #FFF;
}
.t-Timeline-type.is-updated {
  background-color: #2578cf;
  color: #FFF;
}
.t-Timeline-type.is-removed {
  background-color: #e90c00;
  color: #FFF;
}
.t-Timeline-wrap:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0071bc inset;
}
.t-PageBody--leftNav .t-Body-nav {
  background-color: #555555;
}
.t-Region {
  
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
  box-shadow: 0 0 0 1px #e8e8e8 inset;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
  background-color: #f7f7f7;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
.t-Region .a-TreeView-node--topLevel ul {
  background-color: #ffffff;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #f0f0f0 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle,
.t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle:hover,
.t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
  color: #404040 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover {
  color: #404040 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content {
  color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .a-Icon {
  color: rgba(64, 64, 64, 0.95);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover .a-Icon,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon {
  color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-label {
  color: inherit;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-selected,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top {
  color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
  color: #404040 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row {
  transition: background-color 0.1s;
}
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row.is-selected,
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row.is-focused {
  background-color: #f7f7f7;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
  box-shadow: 0 0 0 1px #008dea inset;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
  background-color: #007acb;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
.t-TreeNav .a-TreeView-node--topLevel ul {
  background-color: #0071bc;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #0083db !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(255, 255, 255, 0.75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle:hover,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
  color: #ffffff !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover {
  color: #ffffff !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content {
  color: #ffffff;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .fa,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .a-Icon {
  color: #efefef;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .fa,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .a-Icon,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon {
  color: #0071bc;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-label {
  color: inherit;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top {
  color: #ffffff;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle {
  color: rgba(255, 255, 255, 0.75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
  color: #ffffff !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row {
  transition: background-color 0.1s;
}
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .fa,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .a-Icon {
  color: #0071bc;
}
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content {
  color: #ffffff;
}
.t-Dialog--wizard {
  border: #e6e6e6;
}
.t-Wizard {
  background-color: #ffffff;
  border-radius: 2px;
}
.t-Wizard .t-Wizard-title {
  color: #404040;
}
body .t-Wizard--modal {
  background: #ffffff;
}
body .t-Wizard--modal .t-Wizard-body {
  background: linear-gradient(#ffffff 40%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 60%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.025)) 0 100%;
  background-color: #ffffff;
}
body .t-Wizard--modal .t-Region {
  background: #ffffff;
}
.t-Wizard {
  border-color: #e6e6e6;
}
.t-Wizard .t-Wizard-header {
  background-color: #fafafa;
  border-color: #ededed;
}
.t-WizardSteps-wrap:after {
  background-color: #e6e6e6;
}
.t-WizardSteps-step .t-WizardSteps-marker {
  background-color: #cccccc;
}
.t-WizardSteps-step.is-complete .t-WizardSteps-marker {
  background-color: #4cd964;
  color: #FFF;
}
.t-WizardSteps-step.is-active .t-WizardSteps-marker {
  background-color: #0071bc;
}
.t-WizardSteps-label {
  color: #666666;
}
.t-WizardSteps-step.is-active .t-WizardSteps-label {
  color: #404040;
}
/*!
 * http:
 * http:
 * http:
 */
body .ui-dialog .ui-dialog-titlebar {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
}
body .ui-dialog .ui-dialog-title {
  color: #404040;
}
body .ui-dialog .ui-dialog-titlebar-close {
  border-radius: 100%;
}
body .ui-dialog .ui-dialog-buttonpane {
  border-top-color: #F0F0F0;
}
body .ui-widget-content {
  border-color: #ebebeb;
  background-color: #ffffff;
  color: #404040;
}
body .ui-widget-content a {
  color: #0071bc;
}
body .ui-widget-header {
  border-color: #ebebeb;
  background-color: #dfdfdf;
  color: #363636;
}
body .ui-widget-header a {
  color: #363636;
}
body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  background-color: #ebebeb;
  color: #2c2c2c;
}
body .ui-state-default a,
body .ui-state-default a:link,
body .ui-state-default a:visited,
body .ui-state-active a,
body .ui-state-active a:link,
body .ui-state-active a:visited {
  color: #0071bc;
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover {
  background-color: #ffffff;
  color: #2c2c2c;
}
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  box-shadow: 0 0 0 1px #0071bc inset, 0 0 1px 2px rgba(0, 113, 188, 0.25) !important;
  background-color: #ffffff;
  color: #2c2c2c;
}
body .ui-datepicker .ui-datepicker-buttonpane button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0071bc inset, 0 0 1px 2px rgba(0, 113, 188, 0.25) !important;
}
body .ui-state-hover a,
body .ui-state-hover a:hover,
body .ui-state-hover a:link,
body .ui-state-hover a:visited,
body .ui-state-focus a,
body .ui-state-focus a:hover,
body .ui-state-focus a:link,
body .ui-state-focus a:visited {
  color: #0071bc;
}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
  background-color: #d2d2d2;
  color: #2c2c2c;
}
body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background-color: #bce4ff;
  color: #404040;
}
body .ui-state-highlight a,
body .ui-widget-content .ui-state-highlight a,
body .ui-widget-header .ui-state-highlight a {
  color: #404040;
}
body .ui-state-error,
body .ui-widget-content .ui-state-error,
body .ui-widget-header .ui-state-error {
  background-color: #e90c00;
  color: #ffeae9;
}
body .ui-state-error a,
body .ui-widget-content .ui-state-error a,
body .ui-widget-header .ui-state-error a {
  color: #ffeae9;
}
body .ui-state-error-text,
body .ui-widget-content .ui-state-error-text,
body .ui-widget-header .ui-state-error-text {
  color: #e90c00;
}
body .ui-datepicker td span.ui-state-default,
body .ui-datepicker td a.ui-state-default {
  background-color: transparent;
  color: #404040;
}
body .ui-datepicker td span.ui-state-default.ui-state-active,
body .ui-datepicker td a.ui-state-default.ui-state-active {
  background-color: #0071bc;
  color: #ffffff;
  font-weight: bold;
}
body .ui-datepicker td span.ui-state-default.ui-state-active.ui-state-hover,
body .ui-datepicker td a.ui-state-default.ui-state-active.ui-state-hover {
  background-color: #0071bc !important;
}
body .ui-datepicker td span.ui-state-default.ui-state-hover,
body .ui-datepicker td a.ui-state-default.ui-state-hover {
  background-color: #f2f2f2 !important;
}
body .ui-datepicker td span.ui-state-default:focus,
body .ui-datepicker td a.ui-state-default:focus {
  outline: none;
  box-shadow: 0 0 0 1px #0071bc inset, 0 0 1px 2px rgba(0, 113, 188, 0.25) !important;
}
body .ui-datepicker td span.ui-state-default.ui-state-highlight,
body .ui-datepicker td a.ui-state-default.ui-state-highlight {
  background-color: #ebebeb;
}
body .ui-datepicker th {
  color: #808080;
}
body .ui-datepicker .ui-datepicker-header,
body .ui-datepicker .ui-datepicker-buttonpane button,
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev {
  border-radius: 4px;
}
body .ui-dialog .ui-dialog-titlebar {
  background-color: #dfdfdf;
  border-bottom: 1px solid #c6c6c6;
}
body .ui-dialog .ui-dialog-title {
  color: #363636;
}
body .ui-dialog .ui-dialog-content,
.t-Dialog-page {
  background-color: #ffffff;
  color: #404040;
}
.t-Dialog--wizard.ui-dialog,
.t-Dialog--wizard.ui-dialog .ui-dialog-titlebar,
.t-Dialog--wizard body .ui-dialog .ui-dialog-content {
  background-color: #ffffff;
  color: #404040;
}
.t-Dialog--wizard.ui-dialog .ui-dialog-title {
  color: #404040;
}
body .ui-corner-all {
  border-radius: 6px;
}
body .ui-corner-top,
body .ui-corner-left,
body .ui-corner-tl {
  border-top-left-radius: 6px;
}
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr {
  border-top-right-radius: 6px;
}
body .ui-corner-bottom,
body .ui-corner-left,
body .ui-corner-bl {
  border-bottom-left-radius: 6px;
}
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
  border-bottom-right-radius: 6px;
}
body .ui-button.ui-corner-all {
  border-radius: 4px;
}
body .ui-button.ui-corner-top,
body .ui-button.ui-corner-left,
body .ui-button.ui-corner-tl {
  border-top-left-radius: 4px;
}
body .ui-button.ui-corner-top,
body .ui-button.ui-corner-right,
body .ui-button.ui-corner-tr {
  border-top-right-radius: 4px;
}
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-left,
body .ui-button.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-right,
body .ui-button.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ac_results {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #404040;
}
.ac_loading {
  background: white url('../../../apex_ui/img/legacy/loading16x16.gif') right center no-repeat;
}
.ac_odd {
  background-color: #f2f2f2;
}
body .ac_over {
  background-color: #0071bc;
  color: #ffffff;
}
body .a-D3LineChart .a-D3LineChart-axis-title,
body .a-D3BarChart .a-D3LineChart-axis-title {
  fill: #404040;
}
body .a-D3LineChart .a-D3LineChart-axis .tick text,
body .a-D3BarChart .a-D3LineChart-axis .tick text {
  fill: #808080;
}
body .a-D3LineChart .a-D3LineChart-axis line,
body .a-D3BarChart .a-D3LineChart-axis line,
body .a-D3LineChart .a-D3LineChart-axis path,
body .a-D3BarChart .a-D3LineChart-axis path {
  stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis-title {
  fill: #404040;
}
body .a-D3BarChart .a-D3BarChart-grid line,
body .a-D3BarChart .a-D3BarChart-grid {
  stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis line,
body .a-D3BarChart .a-D3BarChart-axis path {
  stroke: #cccccc;
}
body .a-D3BarChart .a-D3BarChart-axis .tick text {
  fill: #808080;
}
body .a-D3Tooltip {
  background-color: #808080;
  color: #ffffff !important;
}
body .a-D3Tooltip-content {
  border-top: #999999;
}
body .a-D3ChartLegend.a-D3ChartLegend--external-borders {
  border-width: 0;
}
body .a-D3ChartLegend-item,
body .a-D3ChartLegend.a-D3ChartLegend--background .a-D3ChartLegend-layout {
  background-color: transparent;
  border-width: 0 !important;
}
body .a-D3ChartLegend-item-value {
  color: #666666;
}
body .a-D3ChartLegend.a-D3ChartLegend--square-color .a-D3ChartLegend-item-color {
  border-radius: 100%;
  border-right-width: 0;
}
.t-Body {
  
}
.t-Body .a-MiniCal {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background-color: #ffffff;
}
.t-Body .a-MiniCal-title {
  color: #313031;
}
.t-Body .a-MiniCal-dayOfWeek {
  color: #808080;
}
.t-Body .a-MiniCal-day {
  border-color: #f9f9f9;
  color: #404040;
}
.t-Body .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #0071bc;
  color: #ffffff;
}
.t-Body .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #ffcc00;
  color: #000000;
}
.t-Body .a-MiniCal-day.is-weekend {
  background-color: #fafafa;
}
.t-Body .a-MiniCal-day.is-null {
  background-color: #f5f5f5;
}
.t-Region {
  
}
.t-Region .a-MiniCal {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background-color: #ffffff;
}
.t-Region .a-MiniCal-title {
  color: #404040;
}
.t-Region .a-MiniCal-dayOfWeek {
  color: #808080;
}
.t-Region .a-MiniCal-day {
  border-color: #f9f9f9;
  color: #404040;
}
.t-Region .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #0071bc;
  color: #ffffff;
}
.t-Region .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #ffcc00;
  color: #000000;
}
.t-Region .a-MiniCal-day.is-weekend {
  background-color: #fafafa;
}
.t-Region .a-MiniCal-day.is-null {
  background-color: #f5f5f5;
}
.t-Body-actions {
  
}
.t-Body-actions .a-MiniCal {
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  background-color: #d8d8d8;
}
.t-Body-actions .a-MiniCal-title {
  color: #383838;
}
.t-Body-actions .a-MiniCal-dayOfWeek {
  color: #595959;
}
.t-Body-actions .a-MiniCal-day {
  border-color: #d2d2d2;
  color: #191919;
}
.t-Body-actions .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #0071bc;
  color: #ffffff;
}
.t-Body-actions .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #ffcc00;
  color: #000000;
}
.t-Body-actions .a-MiniCal-day.is-weekend {
  background-color: #d3d3d3;
}
.t-Body-actions .a-MiniCal-day.is-null {
  background-color: #cecece;
}
.t-Body-info {
  
}
.t-Body-info .a-MiniCal {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  background-color: #fdfdfd;
}
.t-Body-info .a-MiniCal-title {
  color: #2c2b2c;
}
.t-Body-info .a-MiniCal-dayOfWeek {
  color: #7e7e7e;
}
.t-Body-info .a-MiniCal-day {
  border-color: #f7f7f7;
  color: #3e3e3e;
}
.t-Body-info .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #0071bc;
  color: #ffffff;
}
.t-Body-info .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #ffcc00;
  color: #000000;
}
.t-Body-info .a-MiniCal-day.is-weekend {
  background-color: #f8f8f8;
}
.t-Body-info .a-MiniCal-day.is-null {
  background-color: #f3f3f3;
}
.t-Body .a-DetailedContentList-title {
  color: #404040;
}
.t-Body-info .a-DetailedContentList-title {
  color: #3e3e3e;
}
.t-Region .a-DetailedContentList-title,
.t-ButtonRegion .a-DetailedContentList-title {
  color: #404040;
}
body .a-DetailedContentList-item:focus .a-DetailedContentList-header {
  box-shadow: 0 0 0 1px #005289 inset;
}
body .a-DetailedContentList-item.is-expanded .a-DetailedContentList-trigger {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #0071bc inset;
  color: #0071bc;
}
body .a-DetailedContentList-item.is-expanded .a-DetailedContentList-trigger:focus {
  background-color: #005289;
  color: #ffffff;
  box-shadow: 0 0 0 1px #005289 inset;
}
body .a-DetailedContentList-header:hover {
  background-color: #f2f2f2;
}
body .a-DetailedContentList-icon {
  color: rgba(64, 64, 64, 0.5);
}
body .a-DetailedContentList-badge {
  color: #404040;
}
body .a-DetailedContentList-trigger {
  background: #ffffff;
  color: rgba(64, 64, 64, 0.75);
}
body .a-DetailedContentList-trigger:hover {
  color: #005289;
}
body .a-DetailedContentList-trigger:focus {
  color: #005289;
}
body .a-DetailedContentList-body {
  background-color: #ffffff;
}
body .content-tooltip .a-DetailedContentList-body {
  background-color: #003456;
}
body .content-tooltip .a-DetailedContentList-body-row-label {
  color: #ffffff;
}
body .content-tooltip .a-DetailedContentList-body-row-content {
  color: #23a7ff;
}
body .a-DetailedContentList-body-header {
  background: #ffffff;
}
body .a-DetailedContentList-body-row-label {
  color: #404040;
}
body .a-DetailedContentList-body-row-content {
  color: #003456;
}
body .a-DetailedContentList.a-DetailedContentList--tooltip .a-DetailedContentList-body:after {
  border-color: #ffffff transparent;
}
body .a-DetailedContentList.a-DetailedContentList--tooltip .a-DetailedContentList-body:before {
  border-color: #ffffff transparent;
}
body .ui-tooltip.content-tooltip {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body .ui-tooltip.content-tooltip .a-DetailedContentList-body {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
body .ui-tooltip.content-tooltip .arrow.bottom:before {
  border-color: #003456 transparent;
}
body .ui-tooltip.content-tooltip .arrow.bottom:after {
  border-color: #003456 transparent;
}
body .ui-tooltip.content-tooltip .arrow.bottom.light:after {
  border-color: #eaeaea transparent;
}
body .ui-tooltip.content-tooltip .arrow.top:before {
  border-color: #003456 transparent;
}
body .ui-tooltip.content-tooltip .arrow.top:after {
  border-color: #003456 transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:before {
  border-color: transparent #ffffff transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:after {
  border-color: transparent #003456 transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.right:before {
  border-color: transparent transparent transparent rgba(64, 64, 64, 0.5);
}
body .ui-tooltip.content-tooltip .arrow.right:after {
  border-color: transparent transparent transparent #003456;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) {
  background-color: #024c63;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) a {
  color: #f5f9fa;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #037295 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) {
  background-color: #047ca0;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #05a3d2 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) {
  background-color: #0071bc;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #0090ef inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) {
  background-color: #aa6300;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #dd8100 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) {
  background-color: #c4c4c4;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) a {
  color: #0a0a0a;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ababab inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) {
  background-color: #007bff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #3395ff inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) {
  background-color: #ffcc00;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) a {
  color: #000000;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #cca300 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) {
  background-color: #5ac8fa;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) a {
  color: #023952;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #28b7f9 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) {
  background-color: #b61d15;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) a {
  color: #fad2d0;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #e4241a inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) {
  background-color: #ff2d54;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ff607e inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) {
  background-color: #357082;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) a {
  color: #f7fafb;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #438fa7 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) {
  background-color: #3696b3;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #52afcb inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) {
  background-color: #338dc9;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #5aa4d5 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) {
  background-color: #bb8233;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d09b51 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) {
  background-color: #d0d0d0;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) a {
  color: #3b3b3b;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b6b6b6 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) {
  background-color: #3395ff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #66b0ff inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) {
  background-color: #ffd633;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) a {
  color: #333333;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffcc00 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) {
  background-color: #7bd3fb;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) a {
  color: #356175;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #49c2fa inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) {
  background-color: #c54a44;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) a {
  color: #fbdbda;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d1706b inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) {
  background-color: #ff5776;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ff8aa0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) {
  background-color: #024459;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) a {
  color: #dde0e1;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #036b8b inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) {
  background-color: #047090;
}
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 #0596c2 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) {
  background-color: #0066a9;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) a {
  color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #0084dc inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) {
  background-color: #995900;
}
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 #cc7700 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) {
  background-color: #b0b0b0;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) a {
  color: #090909;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #979797 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) {
  background-color: #006fe6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) a {
  color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #1a88ff inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) {
  background-color: #e6b800;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) a {
  color: #000000;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b38f00 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) {
  background-color: #51b4e1;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) a {
  color: #02344a;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #7cc7e9 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) {
  background-color: #a41a13;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) a {
  color: #e1bdbc;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d22118 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) {
  background-color: #e6294c;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) a {
  color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #eb5672 inset;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) .t-BadgeList-value {
  border-color: #01394a;
  color: #01394a;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) .t-BadgeList-value a {
  color: #f5f9fa;
  background-color: #024c63;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) .t-BadgeList-value {
  border-color: #036987;
  color: #036987;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #047ca0;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) .t-BadgeList-value {
  border-color: #0062a3;
  color: #0062a3;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #0071bc;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) .t-BadgeList-value {
  border-color: #915400;
  color: #915400;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #aa6300;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) .t-BadgeList-value {
  border-color: #b7b7b7;
  color: #b7b7b7;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) .t-BadgeList-value a {
  color: #0a0a0a;
  background-color: #c4c4c4;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) .t-BadgeList-value {
  border-color: #006fe6;
  color: #006fe6;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #007bff;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) .t-BadgeList-value {
  border-color: #e6b800;
  color: #e6b800;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) .t-BadgeList-value a {
  color: #000000;
  background-color: #ffcc00;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) .t-BadgeList-value {
  border-color: #41c0f9;
  color: #41c0f9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) .t-BadgeList-value a {
  color: #023952;
  background-color: #5ac8fa;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) .t-BadgeList-value {
  border-color: #9f1912;
  color: #9f1912;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) .t-BadgeList-value a {
  color: #fad2d0;
  background-color: #b61d15;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) .t-BadgeList-value {
  border-color: #ff143f;
  color: #ff143f;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #ff2d54;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) .t-BadgeList-value {
  border-color: #2d6070;
  color: #2d6070;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) .t-BadgeList-value a {
  color: #f7fafb;
  background-color: #357082;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) .t-BadgeList-value {
  border-color: #30869f;
  color: #30869f;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #3696b3;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) .t-BadgeList-value {
  border-color: #2e7fb5;
  color: #2e7fb5;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #338dc9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) .t-BadgeList-value {
  border-color: #a7742e;
  color: #a7742e;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #bb8233;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) .t-BadgeList-value {
  border-color: #c3c3c3;
  color: #c3c3c3;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) .t-BadgeList-value a {
  color: #3b3b3b;
  background-color: #d0d0d0;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) .t-BadgeList-value {
  border-color: #1988ff;
  color: #1988ff;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #3395ff;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) .t-BadgeList-value {
  border-color: #ffd119;
  color: #ffd119;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) .t-BadgeList-value a {
  color: #333333;
  background-color: #ffd633;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) .t-BadgeList-value {
  border-color: #62cbfa;
  color: #62cbfa;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) .t-BadgeList-value a {
  color: #356175;
  background-color: #7bd3fb;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) .t-BadgeList-value {
  border-color: #b63f39;
  color: #b63f39;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) .t-BadgeList-value a {
  color: #fbdbda;
  background-color: #c54a44;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) .t-BadgeList-value {
  border-color: #ff3e61;
  color: #ff3e61;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #ff5776;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) .t-BadgeList-value {
  border-color: #013140;
  color: #013140;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) .t-BadgeList-value a {
  color: #dde0e1;
  background-color: #024459;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) .t-BadgeList-value {
  border-color: #035c77;
  color: #035c77;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #047090;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) .t-BadgeList-value {
  border-color: #005690;
  color: #005690;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #0066a9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) .t-BadgeList-value {
  border-color: #804a00;
  color: #804a00;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #995900;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) .t-BadgeList-value {
  border-color: #a4a4a4;
  color: #a4a4a4;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) .t-BadgeList-value a {
  color: #090909;
  background-color: #b0b0b0;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) .t-BadgeList-value {
  border-color: #0062cc;
  color: #0062cc;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #006fe6;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) .t-BadgeList-value {
  border-color: #cca300;
  color: #cca300;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) .t-BadgeList-value a {
  color: #000000;
  background-color: #e6b800;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) .t-BadgeList-value {
  border-color: #3babdd;
  color: #3babdd;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) .t-BadgeList-value a {
  color: #02344a;
  background-color: #51b4e1;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) .t-BadgeList-value {
  border-color: #8d1610;
  color: #8d1610;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) .t-BadgeList-value a {
  color: #e1bdbc;
  background-color: #a41a13;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) .t-BadgeList-value {
  border-color: #db1a3e;
  color: #db1a3e;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #e6294c;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) {
  background-color: #024c63;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) a {
  color: #f5f9fa;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #037295 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) {
  background-color: #047ca0;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #05a3d2 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) {
  background-color: #0071bc;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #0090ef inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) {
  background-color: #aa6300;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #dd8100 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) {
  background-color: #c4c4c4;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) a {
  color: #0a0a0a;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ababab inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) {
  background-color: #007bff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #3395ff inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) {
  background-color: #ffcc00;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) a {
  color: #000000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #cca300 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) {
  background-color: #5ac8fa;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) a {
  color: #023952;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #28b7f9 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) {
  background-color: #b61d15;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) a {
  color: #fad2d0;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #e4241a inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) {
  background-color: #ff2d54;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ff607e inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) {
  background-color: #357082;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) a {
  color: #f7fafb;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #438fa7 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) {
  background-color: #3696b3;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #52afcb inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) {
  background-color: #338dc9;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #5aa4d5 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) {
  background-color: #bb8233;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d09b51 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) {
  background-color: #d0d0d0;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) a {
  color: #3b3b3b;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b6b6b6 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) {
  background-color: #3395ff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #66b0ff inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) {
  background-color: #ffd633;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) a {
  color: #333333;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffcc00 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) {
  background-color: #7bd3fb;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) a {
  color: #356175;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #49c2fa inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) {
  background-color: #c54a44;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) a {
  color: #fbdbda;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d1706b inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) {
  background-color: #ff5776;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ff8aa0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) {
  background-color: #024459;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) a {
  color: #dde0e1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #036b8b inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(22) {
  background-color: #047090;
}
.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 #0596c2 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) {
  background-color: #0066a9;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) a {
  color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #0084dc inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) {
  background-color: #995900;
}
.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 #cc7700 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) {
  background-color: #b0b0b0;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) a {
  color: #090909;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #979797 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) {
  background-color: #006fe6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) a {
  color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #1a88ff inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) {
  background-color: #e6b800;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) a {
  color: #000000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b38f00 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) {
  background-color: #51b4e1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) a {
  color: #02344a;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #7cc7e9 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) {
  background-color: #a41a13;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) a {
  color: #e1bdbc;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #d22118 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) {
  background-color: #e6294c;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) a {
  color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #eb5672 inset;
}
.u-ColorBG--1 {
  background-color: #024c63;
}
.u-ColorFG--1 {
  color: #024c63;
}
.u-ColorBG--2 {
  background-color: #047ca0;
}
.u-ColorFG--2 {
  color: #047ca0;
}
.u-ColorBG--3 {
  background-color: #0071bc;
}
.u-ColorFG--3 {
  color: #0071bc;
}
.u-ColorBG--4 {
  background-color: #aa6300;
}
.u-ColorFG--4 {
  color: #aa6300;
}
.u-ColorBG--5 {
  background-color: #c4c4c4;
}
.u-ColorFG--5 {
  color: #c4c4c4;
}
.u-ColorBG--6 {
  background-color: #007bff;
}
.u-ColorFG--6 {
  color: #007bff;
}
.u-ColorBG--7 {
  background-color: #ffcc00;
}
.u-ColorFG--7 {
  color: #ffcc00;
}
.u-ColorBG--8 {
  background-color: #5ac8fa;
}
.u-ColorFG--8 {
  color: #5ac8fa;
}
.u-ColorBG--9 {
  background-color: #b61d15;
}
.u-ColorFG--9 {
  color: #b61d15;
}
.u-ColorBG--10 {
  background-color: #ff2d54;
}
.u-ColorFG--10 {
  color: #ff2d54;
}
.u-ColorBG--11 {
  background-color: #357082;
}
.u-ColorFG--11 {
  color: #357082;
}
.u-ColorBG--12 {
  background-color: #3696b3;
}
.u-ColorFG--12 {
  color: #3696b3;
}
.u-ColorBG--13 {
  background-color: #338dc9;
}
.u-ColorFG--13 {
  color: #338dc9;
}
.u-ColorBG--14 {
  background-color: #bb8233;
}
.u-ColorFG--14 {
  color: #bb8233;
}
.u-ColorBG--15 {
  background-color: #d0d0d0;
}
.u-ColorFG--15 {
  color: #d0d0d0;
}
.u-ColorBG--16 {
  background-color: #3395ff;
}
.u-ColorFG--16 {
  color: #3395ff;
}
.u-ColorBG--17 {
  background-color: #ffd633;
}
.u-ColorFG--17 {
  color: #ffd633;
}
.u-ColorBG--18 {
  background-color: #7bd3fb;
}
.u-ColorFG--18 {
  color: #7bd3fb;
}
.u-ColorBG--19 {
  background-color: #c54a44;
}
.u-ColorFG--19 {
  color: #c54a44;
}
.u-ColorBG--20 {
  background-color: #ff5776;
}
.u-ColorFG--20 {
  color: #ff5776;
}
.u-ColorBG--21 {
  background-color: #024459;
}
.u-ColorFG--21 {
  color: #024459;
}
.u-ColorBG--22 {
  background-color: #047090;
}
.u-ColorFG--22 {
  color: #047090;
}
.u-ColorBG--23 {
  background-color: #0066a9;
}
.u-ColorFG--23 {
  color: #0066a9;
}
.u-ColorBG--24 {
  background-color: #995900;
}
.u-ColorFG--24 {
  color: #995900;
}
.u-ColorBG--25 {
  background-color: #b0b0b0;
}
.u-ColorFG--25 {
  color: #b0b0b0;
}
.u-ColorBG--26 {
  background-color: #006fe6;
}
.u-ColorFG--26 {
  color: #006fe6;
}
.u-ColorBG--27 {
  background-color: #e6b800;
}
.u-ColorFG--27 {
  color: #e6b800;
}
.u-ColorBG--28 {
  background-color: #51b4e1;
}
.u-ColorFG--28 {
  color: #51b4e1;
}
.u-ColorBG--29 {
  background-color: #a41a13;
}
.u-ColorFG--29 {
  color: #a41a13;
}
.u-ColorBG--30 {
  background-color: #e6294c;
}
.u-ColorFG--30 {
  color: #e6294c;
}
.u-Color-1-BG--txt {
  color: #024c63;
}
.u-Color-1-BG--bg {
  background-color: #024c63;
}
.u-Color-1-BG--fill {
  fill: #024c63;
}
.u-Color-1-BG--br {
  stroke: #024c63;
  border-color: #024c63;
}
.u-Color-1-FG--txt {
  color: #f5f9fa;
}
.u-Color-1-FG--bg {
  background-color: #f5f9fa;
}
.u-Color-1-FG--fill {
  fill: #f5f9fa;
}
.u-Color-1-FG--br {
  stroke: #f5f9fa;
  border-color: #f5f9fa;
}
.u-Color-2-BG--txt {
  color: #047ca0;
}
.u-Color-2-BG--bg {
  background-color: #047ca0;
}
.u-Color-2-BG--fill {
  fill: #047ca0;
}
.u-Color-2-BG--br {
  stroke: #047ca0;
  border-color: #047ca0;
}
.u-Color-2-FG--txt {
  color: #ffffff;
}
.u-Color-2-FG--bg {
  background-color: #ffffff;
}
.u-Color-2-FG--fill {
  fill: #ffffff;
}
.u-Color-2-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-3-BG--txt {
  color: #0071bc;
}
.u-Color-3-BG--bg {
  background-color: #0071bc;
}
.u-Color-3-BG--fill {
  fill: #0071bc;
}
.u-Color-3-BG--br {
  stroke: #0071bc;
  border-color: #0071bc;
}
.u-Color-3-FG--txt {
  color: #ffffff;
}
.u-Color-3-FG--bg {
  background-color: #ffffff;
}
.u-Color-3-FG--fill {
  fill: #ffffff;
}
.u-Color-3-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-4-BG--txt {
  color: #aa6300;
}
.u-Color-4-BG--bg {
  background-color: #aa6300;
}
.u-Color-4-BG--fill {
  fill: #aa6300;
}
.u-Color-4-BG--br {
  stroke: #aa6300;
  border-color: #aa6300;
}
.u-Color-4-FG--txt {
  color: #ffffff;
}
.u-Color-4-FG--bg {
  background-color: #ffffff;
}
.u-Color-4-FG--fill {
  fill: #ffffff;
}
.u-Color-4-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-5-BG--txt {
  color: #c4c4c4;
}
.u-Color-5-BG--bg {
  background-color: #c4c4c4;
}
.u-Color-5-BG--fill {
  fill: #c4c4c4;
}
.u-Color-5-BG--br {
  stroke: #c4c4c4;
  border-color: #c4c4c4;
}
.u-Color-5-FG--txt {
  color: #0a0a0a;
}
.u-Color-5-FG--bg {
  background-color: #0a0a0a;
}
.u-Color-5-FG--fill {
  fill: #0a0a0a;
}
.u-Color-5-FG--br {
  stroke: #0a0a0a;
  border-color: #0a0a0a;
}
.u-Color-6-BG--txt {
  color: #007bff;
}
.u-Color-6-BG--bg {
  background-color: #007bff;
}
.u-Color-6-BG--fill {
  fill: #007bff;
}
.u-Color-6-BG--br {
  stroke: #007bff;
  border-color: #007bff;
}
.u-Color-6-FG--txt {
  color: #ffffff;
}
.u-Color-6-FG--bg {
  background-color: #ffffff;
}
.u-Color-6-FG--fill {
  fill: #ffffff;
}
.u-Color-6-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-7-BG--txt {
  color: #ffcc00;
}
.u-Color-7-BG--bg {
  background-color: #ffcc00;
}
.u-Color-7-BG--fill {
  fill: #ffcc00;
}
.u-Color-7-BG--br {
  stroke: #ffcc00;
  border-color: #ffcc00;
}
.u-Color-7-FG--txt {
  color: #000000;
}
.u-Color-7-FG--bg {
  background-color: #000000;
}
.u-Color-7-FG--fill {
  fill: #000000;
}
.u-Color-7-FG--br {
  stroke: #000000;
  border-color: #000000;
}
.u-Color-8-BG--txt {
  color: #5ac8fa;
}
.u-Color-8-BG--bg {
  background-color: #5ac8fa;
}
.u-Color-8-BG--fill {
  fill: #5ac8fa;
}
.u-Color-8-BG--br {
  stroke: #5ac8fa;
  border-color: #5ac8fa;
}
.u-Color-8-FG--txt {
  color: #023952;
}
.u-Color-8-FG--bg {
  background-color: #023952;
}
.u-Color-8-FG--fill {
  fill: #023952;
}
.u-Color-8-FG--br {
  stroke: #023952;
  border-color: #023952;
}
.u-Color-9-BG--txt {
  color: #b61d15;
}
.u-Color-9-BG--bg {
  background-color: #b61d15;
}
.u-Color-9-BG--fill {
  fill: #b61d15;
}
.u-Color-9-BG--br {
  stroke: #b61d15;
  border-color: #b61d15;
}
.u-Color-9-FG--txt {
  color: #fad2d0;
}
.u-Color-9-FG--bg {
  background-color: #fad2d0;
}
.u-Color-9-FG--fill {
  fill: #fad2d0;
}
.u-Color-9-FG--br {
  stroke: #fad2d0;
  border-color: #fad2d0;
}
.u-Color-10-BG--txt {
  color: #ff2d54;
}
.u-Color-10-BG--bg {
  background-color: #ff2d54;
}
.u-Color-10-BG--fill {
  fill: #ff2d54;
}
.u-Color-10-BG--br {
  stroke: #ff2d54;
  border-color: #ff2d54;
}
.u-Color-10-FG--txt {
  color: #ffffff;
}
.u-Color-10-FG--bg {
  background-color: #ffffff;
}
.u-Color-10-FG--fill {
  fill: #ffffff;
}
.u-Color-10-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-11-BG--txt {
  color: #012631;
}
.u-Color-11-BG--bg {
  background-color: #012631;
}
.u-Color-11-BG--fill {
  fill: #012631;
}
.u-Color-11-BG--br {
  stroke: #012631;
  border-color: #012631;
}
.u-Color-11-FG--txt {
  color: #ffffff;
}
.u-Color-11-FG--bg {
  background-color: #ffffff;
}
.u-Color-11-FG--fill {
  fill: #ffffff;
}
.u-Color-11-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-12-BG--txt {
  color: #03556e;
}
.u-Color-12-BG--bg {
  background-color: #03556e;
}
.u-Color-12-BG--fill {
  fill: #03556e;
}
.u-Color-12-BG--br {
  stroke: #03556e;
  border-color: #03556e;
}
.u-Color-12-FG--txt {
  color: #ffffff;
}
.u-Color-12-FG--bg {
  background-color: #ffffff;
}
.u-Color-12-FG--fill {
  fill: #ffffff;
}
.u-Color-12-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-13-BG--txt {
  color: #005289;
}
.u-Color-13-BG--bg {
  background-color: #005289;
}
.u-Color-13-BG--fill {
  fill: #005289;
}
.u-Color-13-BG--br {
  stroke: #005289;
  border-color: #005289;
}
.u-Color-13-FG--txt {
  color: #ffffff;
}
.u-Color-13-FG--bg {
  background-color: #ffffff;
}
.u-Color-13-FG--fill {
  fill: #ffffff;
}
.u-Color-13-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-14-BG--txt {
  color: #774500;
}
.u-Color-14-BG--bg {
  background-color: #774500;
}
.u-Color-14-BG--fill {
  fill: #774500;
}
.u-Color-14-BG--br {
  stroke: #774500;
  border-color: #774500;
}
.u-Color-14-FG--txt {
  color: #ffffff;
}
.u-Color-14-FG--bg {
  background-color: #ffffff;
}
.u-Color-14-FG--fill {
  fill: #ffffff;
}
.u-Color-14-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-15-BG--txt {
  color: #ababab;
}
.u-Color-15-BG--bg {
  background-color: #ababab;
}
.u-Color-15-BG--fill {
  fill: #ababab;
}
.u-Color-15-BG--br {
  stroke: #ababab;
  border-color: #ababab;
}
.u-Color-15-FG--txt {
  color: #242424;
}
.u-Color-15-FG--bg {
  background-color: #242424;
}
.u-Color-15-FG--fill {
  fill: #242424;
}
.u-Color-15-FG--br {
  stroke: #242424;
  border-color: #242424;
}
.u-Color-16-BG--txt {
  color: #0062cc;
}
.u-Color-16-BG--bg {
  background-color: #0062cc;
}
.u-Color-16-BG--fill {
  fill: #0062cc;
}
.u-Color-16-BG--br {
  stroke: #0062cc;
  border-color: #0062cc;
}
.u-Color-16-FG--txt {
  color: #ffffff;
}
.u-Color-16-FG--bg {
  background-color: #ffffff;
}
.u-Color-16-FG--fill {
  fill: #ffffff;
}
.u-Color-16-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-17-BG--txt {
  color: #cca300;
}
.u-Color-17-BG--bg {
  background-color: #cca300;
}
.u-Color-17-BG--fill {
  fill: #cca300;
}
.u-Color-17-BG--br {
  stroke: #cca300;
  border-color: #cca300;
}
.u-Color-17-FG--txt {
  color: #1a1a1a;
}
.u-Color-17-FG--bg {
  background-color: #1a1a1a;
}
.u-Color-17-FG--fill {
  fill: #1a1a1a;
}
.u-Color-17-FG--br {
  stroke: #1a1a1a;
  border-color: #1a1a1a;
}
.u-Color-18-BG--txt {
  color: #28b7f9;
}
.u-Color-18-BG--bg {
  background-color: #28b7f9;
}
.u-Color-18-BG--fill {
  fill: #28b7f9;
}
.u-Color-18-BG--br {
  stroke: #28b7f9;
  border-color: #28b7f9;
}
.u-Color-18-FG--txt {
  color: #045c84;
}
.u-Color-18-FG--bg {
  background-color: #045c84;
}
.u-Color-18-FG--fill {
  fill: #045c84;
}
.u-Color-18-FG--br {
  stroke: #045c84;
  border-color: #045c84;
}
.u-Color-19-BG--txt {
  color: #881610;
}
.u-Color-19-BG--bg {
  background-color: #881610;
}
.u-Color-19-BG--fill {
  fill: #881610;
}
.u-Color-19-BG--br {
  stroke: #881610;
  border-color: #881610;
}
.u-Color-19-FG--txt {
  color: #fffefe;
}
.u-Color-19-FG--bg {
  background-color: #fffefe;
}
.u-Color-19-FG--fill {
  fill: #fffefe;
}
.u-Color-19-FG--br {
  stroke: #fffefe;
  border-color: #fffefe;
}
.u-Color-20-BG--txt {
  color: #f9002e;
}
.u-Color-20-BG--bg {
  background-color: #f9002e;
}
.u-Color-20-BG--fill {
  fill: #f9002e;
}
.u-Color-20-BG--br {
  stroke: #f9002e;
  border-color: #f9002e;
}
.u-Color-20-FG--txt {
  color: #ffffff;
}
.u-Color-20-FG--bg {
  background-color: #ffffff;
}
.u-Color-20-FG--fill {
  fill: #ffffff;
}
.u-Color-20-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-21-BG--txt {
  color: #0499c7;
}
.u-Color-21-BG--bg {
  background-color: #0499c7;
}
.u-Color-21-BG--fill {
  fill: #0499c7;
}
.u-Color-21-BG--br {
  stroke: #0499c7;
  border-color: #0499c7;
}
.u-Color-21-FG--txt {
  color: #ffffff;
}
.u-Color-21-FG--bg {
  background-color: #ffffff;
}
.u-Color-21-FG--fill {
  fill: #ffffff;
}
.u-Color-21-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-22-BG--txt {
  color: #11c3f9;
}
.u-Color-22-BG--bg {
  background-color: #11c3f9;
}
.u-Color-22-BG--fill {
  fill: #11c3f9;
}
.u-Color-22-BG--br {
  stroke: #11c3f9;
  border-color: #11c3f9;
}
.u-Color-22-FG--txt {
  color: #ffffff;
}
.u-Color-22-FG--bg {
  background-color: #ffffff;
}
.u-Color-22-FG--fill {
  fill: #ffffff;
}
.u-Color-22-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-23-BG--txt {
  color: #23a7ff;
}
.u-Color-23-BG--bg {
  background-color: #23a7ff;
}
.u-Color-23-BG--fill {
  fill: #23a7ff;
}
.u-Color-23-BG--br {
  stroke: #23a7ff;
  border-color: #23a7ff;
}
.u-Color-23-FG--txt {
  color: #ffffff;
}
.u-Color-23-FG--bg {
  background-color: #ffffff;
}
.u-Color-23-FG--fill {
  fill: #ffffff;
}
.u-Color-23-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-24-BG--txt {
  color: #ff9c11;
}
.u-Color-24-BG--bg {
  background-color: #ff9c11;
}
.u-Color-24-BG--fill {
  fill: #ff9c11;
}
.u-Color-24-BG--br {
  stroke: #ff9c11;
  border-color: #ff9c11;
}
.u-Color-24-FG--txt {
  color: #ffffff;
}
.u-Color-24-FG--bg {
  background-color: #ffffff;
}
.u-Color-24-FG--fill {
  fill: #ffffff;
}
.u-Color-24-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-25-BG--txt {
  color: #f7f7f7;
}
.u-Color-25-BG--bg {
  background-color: #f7f7f7;
}
.u-Color-25-BG--fill {
  fill: #f7f7f7;
}
.u-Color-25-BG--br {
  stroke: #f7f7f7;
  border-color: #f7f7f7;
}
.u-Color-25-FG--txt {
  color: #3d3d3d;
}
.u-Color-25-FG--bg {
  background-color: #3d3d3d;
}
.u-Color-25-FG--fill {
  fill: #3d3d3d;
}
.u-Color-25-FG--br {
  stroke: #3d3d3d;
  border-color: #3d3d3d;
}
.u-Color-26-BG--txt {
  color: #66b0ff;
}
.u-Color-26-BG--bg {
  background-color: #66b0ff;
}
.u-Color-26-BG--fill {
  fill: #66b0ff;
}
.u-Color-26-BG--br {
  stroke: #66b0ff;
  border-color: #66b0ff;
}
.u-Color-26-FG--txt {
  color: #ffffff;
}
.u-Color-26-FG--bg {
  background-color: #ffffff;
}
.u-Color-26-FG--fill {
  fill: #ffffff;
}
.u-Color-26-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-27-BG--txt {
  color: #ffe066;
}
.u-Color-27-BG--bg {
  background-color: #ffe066;
}
.u-Color-27-BG--fill {
  fill: #ffe066;
}
.u-Color-27-BG--br {
  stroke: #ffe066;
  border-color: #ffe066;
}
.u-Color-27-FG--txt {
  color: #333333;
}
.u-Color-27-FG--bg {
  background-color: #333333;
}
.u-Color-27-FG--fill {
  fill: #333333;
}
.u-Color-27-FG--br {
  stroke: #333333;
  border-color: #333333;
}
.u-Color-28-BG--txt {
  color: #bde9fd;
}
.u-Color-28-BG--bg {
  background-color: #bde9fd;
}
.u-Color-28-BG--fill {
  fill: #bde9fd;
}
.u-Color-28-BG--br {
  stroke: #bde9fd;
  border-color: #bde9fd;
}
.u-Color-28-FG--txt {
  color: #057eb6;
}
.u-Color-28-FG--bg {
  background-color: #057eb6;
}
.u-Color-28-FG--fill {
  fill: #057eb6;
}
.u-Color-28-FG--br {
  stroke: #057eb6;
  border-color: #057eb6;
}
.u-Color-29-BG--txt {
  color: #ea4f47;
}
.u-Color-29-BG--bg {
  background-color: #ea4f47;
}
.u-Color-29-BG--fill {
  fill: #ea4f47;
}
.u-Color-29-BG--br {
  stroke: #ea4f47;
  border-color: #ea4f47;
}
.u-Color-29-FG--txt {
  color: #ffffff;
}
.u-Color-29-FG--bg {
  background-color: #ffffff;
}
.u-Color-29-FG--fill {
  fill: #ffffff;
}
.u-Color-29-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-30-BG--txt {
  color: #ff93a7;
}
.u-Color-30-BG--bg {
  background-color: #ff93a7;
}
.u-Color-30-BG--fill {
  fill: #ff93a7;
}
.u-Color-30-BG--br {
  stroke: #ff93a7;
  border-color: #ff93a7;
}
.u-Color-30-FG--txt {
  color: #ffffff;
}
.u-Color-30-FG--bg {
  background-color: #ffffff;
}
.u-Color-30-FG--fill {
  fill: #ffffff;
}
.u-Color-30-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-focused {
  box-shadow: 0 0 0 1px #024c63, 0 0 1px 0px rgba(2, 76, 99, 0.5) !important;
  outline: none;
}

.appEnvironment {
  background:red; 
  padding: 0px 10px 0px 10px; 
  font-weight:700;
}

/* the following 2 css move the buttons on interactive report to left of actions button*/
.a-IRR-toolbar .a-IRR-controls {
    flex-grow:0 !important;
}

.a-GV {
    font-size: var(--a-gv-font-size,14px) !important;
}


/* START RADIO BUTTONS */

/* Override default radio button styles */
.radio_group input[type="radio"] + label::before,
.radio_group input[type="radio"] + label::after {
    content: none !important; /* Hide the default radio button indicators */
}

/* Style labels to appear as buttons */
.radio_group label {
    display: inline-block;
    cursor: pointer;
    padding: 8px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f0f0f0;
    color: #333;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

/* Checked state */
.radio_group input[type="radio"]:checked + label {
    background-color: #D3E5F7;
    color: #000000;
    border-color: #D3E5F7;
    padding: 8px !important;
        white-space: nowrap;

}
.radio_group input[type="radio"]:checked + label:before {
    content:"\f0c6";
   font-family:  'Font Apex Large';
   font-size:22px;
   padding-right:5px;
}

/* END RADIO BUTTONS */


// don't want wrapping on radio buttons
//.t-Form-label, .t-Form-checkboxLabel, .t-Form-inputContainer .checkbox_group label, .t-Form-inputContainer .radio_group label, .t-Form-radioLabel {
   //     white-space: nowrap !important;
 //   }
 
.uppercase {
  text-transform: uppercase;
}

.t-Form-fieldContainer--large select.selectlist[size="1"] {
  padding: .5rem !important;
}

.t-Footer a {
    color: #0071bc !important;
}

.t-Region { margin-bottom: 0px !important;}


.t-Form-field:focus, .t-Form-select:focus, .t-Form-inputContainer input[type='text']:focus, .t-Form-inputContainer select.selectlist:focus, .t-Form-inputContainer select.yes_no:focus, .t-Form-inputContainer input.text_field:focus, .t-Form-inputContainer input.password:focus, .t-Form-inputContainer textarea.textarea:focus, .t-Form-inputContainer input.datepicker:focus, .t-Form-inputContainer span.display_only:focus, .t-Form-inputContainer input.popup_lov:focus, .t-Form-inputContainer select[multiple]:focus, .t-Form-textarea:focus, .u-TF-item--text:focus, .u-TF-item--textarea:focus, .u-TF-item--datepicker:focus, .u-TF-item--select:focus, .a-IRR-search-field:focus
{
   border: 1.5px solid #0071BC !important;
}

.t-Form-required, .nodatafound, .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, .u-TF-item--datepicker, .u-TF-item--select, .u-TF-item--text, .u-TF-item--textarea , .t-Form-label{  
  font-size:1.6rem !important;
  line-height:1.8rem;
  font-weight:600 !important;
  color:#000000 !important;
 }

.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, .u-TF-item--datepicker, .u-TF-item--select, .u-TF-item--text, .u-TF-item--textarea {
    border: 1.5px solid #696969 !important;
    color:#000000 !important;
}

.t-Form-inputContainer textarea.textarea {
   font-family:'Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
}
  

.t-Form-field,.t-Form-select, .t-Form-textarea,.u-TF-item--datepicker, .u-TF-item--select, .t-
.t-Alert--horizontal .t-Alert-buttons, .t-Alert--horizontal .t-Alert-content, .t-Alert--horizontal .t-Alert-icon { 
  padding: 12px 5px 12px 10px; 
  }

  .a-IRR-table td { padding: 5px !important;
  }

.a-IRR-table tr:hover td {
   background-color: #DBEAF7 !important;
}
.a-IRR-table tr:nth-of-type(odd) td {
   background-color:#F7F7F7; }

.a-IRR-noDataMsg-text{
   font-size:17px !important;
}
.a-IRR-noDataMsg { 
   padding: 10px !important; 
   margin: 0 !important;
}
.a-IRR {
    font-size: 1.5rem !important;
    line-height: 2rem;
    font-weight: 600 !important;
}

.a-IRR {
    font-size: 1.4rem;
  }

.a-IRR-buttons {  
    margin-left: 8px;  
  }  

.a-IRR-buttons, .a-IRR-controls {  
    display: block;  
    float: left;  
  } 

.a-IRR-header--group {
  font-size: 2.4rem;
  padding-top: 3rem;
  }

.t-Card--compact .t-Card-desc, .t-Cards--compact .t-Card .t-Card-desc {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.t-Card-info { font-size:1.6rem; 
               line-height:2rem;}

.t-Card-desc { font-size:1.8rem; }

.t-Comments--chat .t-Comments-info, .t-Comments--chat .t-Comments-comment { 
  background-color:#ffffff;
  }

.t-Comments-info {
  font-size: 1.6rem !important;
  font-weight: 450 !important;
}

.t-Comments-comment  { 
  font-size: 1.6rem;
  background-color:#ffffff;
  line-height: 1.3 !important;
  }

.t-Comments-info {
  font-size: 1.4rem;
  background-color:#ffffff;
  }

.ac_results li { padding: 15px !important;
}

.t-Region-headerItems--title { 
  padding: 7px 0px 7px 0px; 
}

.t-Alert--wizard .t-Alert-header {
    padding: 0px !important;
    border-bottom: 0px !important;
}
.Form-labelContainer, .u-TF-item--text, .u-TF-item--textarea, .nodatafound {
  font-weight:500;
  }

.t-Form--large .t-Form-label, .t-Form-fieldContainer--large .t-Form-label{
  font-size:1.6rem;
  font-weight:500;
  }

.t-Form-label, .t-Form-checkboxLabel, .t-Form-inputContainer .checkbox_group label, .t-Form-inputContainer .radio_group label, .t-Form-radioLabel {
  font-size:1.4rem;
  }

.t-Form-inputContainer, .t-Form-inputContainer.col, .t-Form-labelContainer, .t-Form-labelContainer.col{        padding:2px;
     }

.dogvdvbdy, .dogvdvhdr { 
  font-size:1.8rem !important; 
  font-weight:700 !important;
}

.greyBackground {
  background-color:#F7F7F7 !important;
}

.whiteBackground {
  background-color:#FFFFFF;
}

.t-Breadcrumb {
  background-color: rgba(220,234,248,0.69);
}

.apex_wait_overlay {
          display: block;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #000;
          z-index: 1001;
          -moz-opacity: .5;
          opacity: .5;
          filter: alpha(opacity=50);
      }

.ui-tabs .ui-tabs-panel { padding:0px; }
body .ui-tabs .ui-tabs-panel {padding:0px;
  }

.t-Body-content { 
  padding-bottom:10vh; 
  }
 
a[href*="SET_SESSION_SCREEN_READER_ON"] { 
   display:none;
    }

@media screen and (max-width:480px) {
  .ui-button-text-only .ui-button-text {
   padding:0px;
  }
  
span.wrap {
  white-space:nowrap;
  padding-top:10px;
  }

.t-ButtonTop10{  
  padding-top: 20px !important;
 }
  
.t-Button30 {  
  padding-left:10px; 
  padding-right:10px;
 }
 //}


  .t-Report-cell, .t-Report-colHead {
  font-size:1.6rem;
  }

.t-Report-cell {
  background-color:#ffffff;
  }

.display_only1 {
  display:block;
  font-weight: 700;
  font-size:1.6rem;
  width:95% !important;
  }

.Searchtitle:before {
  content:"\f002";
  font-family: 'Font Apex Large';
  padding-right: 10px;
  font-size:2rem !important;
  }


.t-MediaList-icon { 
  color:#0071bc;
  }

.t-Region .t-Region-body {
  padding:5px;
  }

.t-Right-column:after{ 
 content: "\f138";
 font-family:  'Font Apex Large';
  padding-right:5px;
  padding-top:0px;
  float:right;
  }

.t-Icon-RFS:after{ 
 content: "\f138";
 font-family:  'Font Apex Large';
  padding-right:30px;
  }

.t-HeroRegion-col {
  padding:9px;
  }

.t-ButtonRegion {
  margin-bottom:2px;
  }

.t-Alert-title-large {
  font-size:3rem;
  font-weight:600;
  font-color:#4cd964;
  }

.t-WizardSteps{
  background-color:#ffffff;
  }

.t-Alert-no-padding {
   vertical-align:middle;
   padding:5px;
  }

.t-Right-column {
  font-size:1.4rem;
  font-weight:500;
  }

.t-Tabs--pill .t-Tabs-item.is-active .t-Tabs-link {
  background-color:#E6F0F9;
}

.t-Body-contentInner {
  padding-top:2px;
}

.apex_report_break {
   font-size: 2.8rem;
   line-height: 2.8rem;
   font-weight: bold;
   padding-top: 20px;
   padding-left: 10px;
  }

.t-Nowrap {
  white-space: nowrap;
  }

.t-Tabs-label {
  font-size:1.6rem;
  font-weight:500;
  }

.t-Region-title {
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  display: flex; 
  align-items: center;
  }

.t-Breadcrumb  {
   padding-left:12px;
  }

.t-Alert-body {
  line-height:1.5rem;
  font-size:1.4rem;
  }

.t-Alert--horizontal {
   margin-bottom:5px;
   margin-top:5px;
   }

.t-Alert-title {
     font-size: 2.2rem;
     font-weight: 600;
  }

.t-Breadcrumb-label {
  font-size: 1.4rem;
  }

.t-Report-cell, .t-Report-colHead {
  font-size: 1.6rem;
  }

.p, .t-Form--large, .t-Form-fieldContainer--large, .t-Form-label {
    font-size: 1.6rem;
  }

.t-Button {
  padding-left:15px; 
  padding-right:15px;
  font-size: 1.5rem; 
  font-weight:600;
  font-family:'Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
  }

@media screen and (min-width:481px) { .t-Button30 {
  padding-left:30px; 
  padding-right:30px;
  }
  }

.t-Button--stretch {
  width:100%;
  }

.t-Button--hideShow {
  padding:0px;}

.ui-button-text, .t-Report-paginationText {
   font-size:1.4rem;
   }

 .dogvdvhdr {
            width:300;
            background:#C4D5E3;
            border:1px solid #C4D5E3;
            font-weight:bold;
            padding:10px;
         }
         
 .dogvdvbdy {
            width:300;
            background:#FFFFFF;
            border-left:1px solid #C4D5E3;
            border-right:1px solid #C4D5E3;
            border-bottom:1px solid #C4D5E3;
            padding:10px;
         }


.radio_group input[type="radio"]:checked:before {
 content: "\f00c";
  font-family:  'Font Apex Large';
 padding-right:3px;
   font-size:2rem !important;
}



/*ATTACHMENT IMAGES

/* PDF document links */
a[id$=".pdf" i]::before {
 content: "\f1c1";
 font-family: 'Font Apex Large';
 font-size:22px;
 padding-right:7px;
}

/*VISIO document links */
a[id$='.vsd' i]::before {
 content: "\f0e8";
 font-family:  'Font Apex Large';
 font-size:22px;
 padding-right:5px;
}

/* Excel Documents links */
a[id$='.xls' i]::before, a[id$='.csv' i]::before, a[id$='.xlw' i]::before, a[id$='.xlt' i]::before, a[id$='.xlsm' i]::before, a[id$='.xlsx' i]::before, a[id$='.xlsb' i]::before, a[id$='.xltx' i]::before, a[id$='.xltm' i]::before, a[id$='.csv' i]::before, a[id$='.csv' i]::before, a[id$='.xlc' i]::before  {
 content: "\f1c3";
 font-family:  'Font Apex Large';
 font-size:22px;
 padding-right:7px;
}

/* Video links */
a[id$='.webm' i]::before, a[id$='.mkv' i]::before, a[id$='.flv' i]::before, a[id$='.vob' i]::before, a[id$='.avi' i]::before, a[id$='.mov' i]::before, a[id$='.qt' i]::before, a[id$='.wmv' i]::before, a[id$='.yuv' i]::before, a[id$='.rm' i]::before, a[id$='.rmvb' i]::before, a[id$='.asf' i]::before, a[id$='.mpg' i]::before, a[id$='.mpeg' i]::before , a[id$='.m2v' i]::before, a[id$='.mp4' i]::before, a[id$='.m4v' i]::before, a[id$='.svi' i]::before, a[id$='.mxf' i]::before, a[id$='.nsv' i]::before {
 content:  "\f03d";
 font-family:  'Font Apex Large';
 font-size:22px;
 padding-right:7px;
}

/* Audio links */
a[id$='.3gp' i]::before, a[id$='.act' i]::before, a[id$='.aiff' i]::before, a[id$='.aac' i]::before, a[id$='.amr' i]::before, a[id$='.au' i]::before, a[id$='.awb' i]::before, a[id$='.mp3' i]::before, a[id$='.mpc' i]::before, a[id$='.msv' i]::before, a[id$='.raw' i]::before, a[id$='.wav' i]::before, a[id$='.wma' i]::before, a[id$='.wv' i]::before , a[id$='.ivs' i]::before, a[id$='.flac' i]::before, a[id$='.dvf' i]::before, a[id$='.dss' i]::before, a[id$='.dct' i]::before, a[id$='.dss' i]::before, a[id$='.aac' i]::before, a[id$='.amr' i]::before {
 content:  "\f1c7";
 font-family: 'Font Apex Large';
 font-size:22px;
 padding-right:5px;
}
    
/* Image Links */
a[id$='.jpeg' i]::before, a[id$='.jpg' i]::before, a[id$='.gif' i]::before, a[id$='.png' i]::before, a[id$='.bmp' i]::before,  a[id$='.tif' i]::before, a[id$='.psd' i]::before, a[id$='.wmf' i]::before, a[id$='.emf' i]::before, a[id$='.jfif' i]::before, a[id$='.svg' i]::before, a[id$='.rif' i]::before {
 content: "\f03e";
 font-family: 'Font Apex Large';
 font-size:22px;
 padding-right:5px;
 display: inline;
}

/* Archive Links */
a[id$='.a' i]::before, a[id$='.ar']::before, a[id$='.cpio' i]::before, a[id$='.shar' i]::before, a[id$='.LBR' i]::before,  a[id$='.iso']::before,  a[id$='.lbr' i]::before, a[id$='.mar' i]::before, a[id$='.emf' i]::before, a[id$='.tar' i]::before, a[id$='.zip' i]::before, a[id$='.zipx' i]::before, a[id$='.rar' i]::before, a[id$=".jar" i]::before {
 content: "\f1c6";
 font-family: 'Font Apex Large';
 font-size:22px;
 padding-right:7px;
}

/* Email links */ 
a[id$='.msg' i]::before, a[id$='.vcf' i]::before, a[id$='.eml' i]::before, a[id$='.rpmsg' i]::before, a[id$='.msf' i]::before, a[id$='.mht' i]::before, a[id$='.pst' i]::before, a[id$='.vcard' i]::before, a[id$='.emix' i]::before, a[id$='.dbx' i]::before, a[id$='.mbox' i]::before, a[id$='.rcv' i]::before, a[id$='.mso' i]::before, a[id$='.ldif' i]::before , a[id$='.emlx' i]::before, a[id$='.mbs' i]::before, a[id$='.nws' i]::before, a[id$='.oas' i]::before, a[id$='.gwi' i]::before, a[id$='.mlm' i]::before, a[id$='.list' i]::before, a[id$='.sbd' i]::before, a[id$='.tbb' i]::before, a[id$='.mbx' i]::before, a[id$='.pmi' i]::before, a[id$='.ezm' i]::before, a[id$='.box' i]::before, a[id$='.pbx' i]::before, a[id$='.boe' i]::before, a[id$='.msb' i]::before, a[id$='.ldi' i]::before, a[id$='.pmm' i]::before, a[id$='.p10' i]::before, a[id$='.tnf' i]::before, a[id$='.mail' i]::before, a[id$='.agt' i]::before, a[id$='.cnm' i]::before, a[id$='.mailhost' i]::before, a[id$='.outlook97' i]::before, a[id$='.smp' i]::before, a[id$='.gmp' i]::before, a[id$='.mbg' i]::before, a[id$='.schd' i]::before, a[id$='.pml' i]::before, a[id$='.pm3' i]::before, a[id$='.cnm' i]::before, a[id$='.bina' i]::before, a[id$='.pop' i]::before, a[id$='.asv' i]::before, a[id$='.bdf' i]::before {
 content:  "\f0e0";
 font-family:  'Font Apex Large';
 font-size:22px;
 padding-right:5px;
}

/* PowerPoint Links */
 a[id$='.pptx' i]::before, a[id$='.pptm' i]::before, a[id$='.ppt' i]::before, a[id$='.potx' i]::before, a[id$='.potm' i]::before, a[id$='.pps' i]::before, a[id$='.ppsx' i]::before, a[id$='.ppsm' i]::before, a[id$='.ppam' i]::before, a[id$='.ppa' i]::before{
 content: "\f1c4";
 font-family:  'Font Apex Large';
 font-size:25px;
 padding-right:7px;
 }

/* Microsoft Word Links */
a[id$='.doc' i]::before, a[id$='docx' i]::before, a[id$='docm' i]::before, a[id$='.dot' i]::before, a[id$='.dotx' i]::before, a[id$='.dotm' i]::before, a[id$='.docb' i]::before {
 content: "\f1c2";
 font-family:  'Font Apex Large';
 font-size:22px;
 padding-right:5px;
}

/* Text Links */ 
a[id$='.txt' i]::before, a[id$='.prn' i]::before, a[id$='.dif' i]::before, a[id$='.slk' i]::before, a[id$='.rtf' i]::before {
 content: "\f0f6";
 font-family:  'Font Apex Large';
 font-size:22px;
 padding-right:7px;
 }

/* Code Links */
a[id$='.sql' i]::before, a[id$='.html' i]::before, a[id$='.js' i]::before, a[id$='.asp' i]::before,  a[id$='.vb' i]::before,  a[id$='.css' i]::before, a[id$='.xml' i]::before, a[id$='.swf' i]::before, a[id$='.php']::before, a[id$='.dat' i]::before, a[id$='rdf' i]::before, a[id$='.fmb' i]::before, a[id$='.xmls' i]::before, a[id$='.bat' i]::before, a[id$='.log' i]::before, a[id$='.exe' i]::before {    

 content:"\f1c9";
 font-family: F 'Font Apex Large';
 font-size:22px;
 padding-right:7px;
}

.attachment:before {
   content:"\f0c6";
   font-family:  'Font Apex Large';
   font-size:22px;
   padding-right:5px;
}
  
