/* 
 * Vita - (Humanic)
 *    (Oracle Application Express Theme Style)
 * 
 * This CSS file was generated using the Oracle Application Express 5.0 Theme Roller. 
 * 
 */

body .ui-dialog .ui-dialog-titlebar-close {
  border-radius: 100%;
}
body .ui-dialog .ui-dialog-buttonpane {
  border-top-color: #dde4e7;
}
.t-Body {
  
  
  
}
.t-Body .a-MiniCal {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
}
.t-Body .a-MiniCal-title {
  color: #404040;
}
.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: #336699;
  color: #ffffff;
}
.t-Body .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #fbce4a;
  color: #443302;
}
.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 #d7dfe3;
  border-radius: 2px;
  background-color: #f5f7f8;
}
.t-Region .a-MiniCal-title {
  color: #373737;
}
.t-Region .a-MiniCal-dayOfWeek {
  color: #777777;
}
.t-Region .a-MiniCal-day {
  border-color: #eef1f3;
  color: #373737;
}
.t-Region .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #336699;
  color: #ffffff;
}
.t-Region .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #fbce4a;
  color: #443302;
}
.t-Region .a-MiniCal-day.is-weekend {
  background-color: #eff2f4;
}
.t-Region .a-MiniCal-day.is-null {
  background-color: #e9edf0;
}
.t-Body-actions {
  
  
  
}
.t-Body-actions .a-MiniCal {
  border: 1px solid #272b91;
  border-radius: 2px;
  background-color: #1c1f69;
}
.t-Body-actions .a-MiniCal-title {
  color: #ffffff;
}
.t-Body-actions .a-MiniCal-dayOfWeek {
  color: #bdbec7;
}
.t-Body-actions .a-MiniCal-day {
  border-color: #1f2273;
  color: #ffffff;
}
.t-Body-actions .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #336699;
  color: #ffffff;
}
.t-Body-actions .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #fbce4a;
  color: #443302;
}
.t-Body-actions .a-MiniCal-day.is-weekend {
  background-color: #1e2171;
}
.t-Body-actions .a-MiniCal-day.is-null {
  background-color: #202479;
}
.t-Body-info {
  
  
  
}
.t-Body-info .a-MiniCal {
  border: 1px solid #8bc0e6;
  border-radius: 2px;
  background-color: #b5d7ef;
}
.t-Body-info .a-MiniCal-title {
  color: #84f38e;
}
.t-Body-info .a-MiniCal-dayOfWeek {
  color: #525252;
}
.t-Body-info .a-MiniCal-day {
  border-color: #abd1ed;
  color: #131313;
}
.t-Body-info .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: #336699;
  color: #ffffff;
}
.t-Body-info .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #fbce4a;
  color: #443302;
}
.t-Body-info .a-MiniCal-day.is-weekend {
  background-color: #add2ed;
}
.t-Body-info .a-MiniCal-day.is-null {
  background-color: #a4ceeb;
}
.t-AVPList-value {
  color: #666666;
}
.t-Body-info .t-AVPList-value {
  color: #3eec4e;
}
.t-Region .t-AVPList-value {
  color: #5e5e5e;
}
.t-AVPList-label {
  color: #4d4d4d;
}
.t-Body-info .t-AVPList-label {
  color: #6df179;
}
.t-Region .t-AVPList-label {
  color: #444444;
}

.t-Alert--wizard,
.t-Alert--horizontal {
  border-radius: 2px;
}
.t-Alert--colorBG.t-Alert--warning,
.t-Alert--colorBG.t-Alert--yellow {
  background-color: #fef7e0;
  color: #000000;
}
.t-Alert--colorBG.t-Alert--success {
  background-color: #f5faf4;
  color: #000000;
}
.t-Alert--colorBG.t-Alert--danger,
.t-Alert--colorBG.t-Alert--red {
  background-color: #fff8f7;
  color: #000000;
}
.t-Alert--colorBG.t-Alert--info {
  background-color: #ecf2f9;
  color: #000000;
}
.t-Alert-icon .t-Icon {
  color: #FFF;
}

.t-Alert--warning .t-Alert-icon .t-Icon,
.t-Alert--yellow .t-Alert-icon .t-Icon {
  background-color: #fbce4a;
}
.t-Alert--warning.t-Alert--horizontal .t-Alert-icon,
.t-Alert--yellow.t-Alert--horizontal .t-Alert-icon {
  background-color: rgba(251, 206, 74, 0.15);
}

.t-Alert--success .t-Alert-icon .t-Icon {
  background-color: #3baa2c;
}
.t-Alert--success.t-Alert--horizontal .t-Alert-icon {
  background-color: rgba(59, 170, 44, 0.15);
}

.t-Alert--info .t-Alert-icon .t-Icon {
  background-color: #336699;
}
.t-Alert--info.t-Alert--horizontal .t-Alert-icon {
  background-color: rgba(51, 102, 153, 0.15);
}

.t-Alert--danger .t-Alert-icon .t-Icon,
.t-Alert--red .t-Alert-icon .t-Icon {
  background-color: #f44336;
}
.t-Alert--danger.t-Alert--horizontal .t-Alert-icon,
.t-Alert--red.t-Alert--horizontal .t-Alert-icon {
  background-color: rgba(244, 67, 54, 0.15);
}
.t-Alert--wizard .t-Alert-inset {
  border-radius: 2px;
}
.t-Alert--horizontal,
.t-Alert--wizard {
  background-color: #f5f7f8;
  color: #373737;
}
.t-Alert--page.t-Alert--success {
  background-color: rgba(59, 170, 44, 0.9);
  color: #1bdf3c;
}
.t-Alert--page.t-Alert--success .t-Alert-icon {
  background-color: transparent;
  color: #1bdf3c;
}
.t-Alert--page.t-Alert--success .t-Button--closeAlert {
  color: #1bdf3c !important;
}
.t-Alert--page.t-Alert--success .t-Alert-content {
  padding-right: 0;
  padding-left: 0;
}

.t-BadgeList,
.t-BadgeList:not(.u-colors) a .t-BadgeList-label {
  color: #373737;
}
.t-BadgeList--circular .t-BadgeList-value {
  box-shadow: 0 0 0 1px rgba(55, 55, 55, 0.1) inset;
  background-color: #f5f7f8;
}
.t-BadgeList--circular a.t-BadgeList-wrap:hover .t-BadgeList-value {
  box-shadow: 0 0 0 4px #336699 inset;
  background-color: #336699;
  color: #ffffff;
}
.t-BadgeList--dash a.t-BadgeList-wrap:focus,
.t-BadgeList--dash .t-BadgeList-wrap:focus-within,
.t-BadgeList--circular a.t-BadgeList-wrap:focus .t-BadgeList-value,
.t-BadgeList--circular .t-BadgeList-value a:focus {
  box-shadow: 0 0 0 1px #336699 inset, 0 0 0 2px #f5f7f8 inset;
  background-color: #336699;
  color: #ffffff;
}
.t-BadgeList--dash .t-BadgeList-wrap:focus-within,
.t-BadgeList--circular .t-BadgeList-value a:hover {
  background-color: #336699 !important;
  color: #ffffff !important;
}
.t-BadgeList--dash .t-BadgeList-value a:focus,
.t-BadgeList--dash a.t-BadgeList-wrap:focus-within .t-BadgeList-label {
  color: #ffffff;
}

.t-BadgeList.u-colors.t-BadgeList--circular .t-BadgeList-wrap:before {
  background-color: #f5f7f8;
}
.t-BadgeList.u-colors.t-BadgeList--circular .t-BadgeList-label {
  color: #373737;
}
.t-BadgeList.u-colors .t-BadgeList-value a {
  color: inherit;
}
.a-BarChart .a-BarChart-item:hover {
  background-color: #e6ebed;
}
.t-Body .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #808080;
}
.t-Body-title .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #525252;
}
.t-Body-info .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #525252;
}
.t-Region .a-BarChart .a-BarChart-item .a-BarChart-value,
.t-ButtonRegion .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #777777;
}
.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: #336699;
}

body {
  background: #ffffff;
  color: #404040;
}
a {
  color: #336699;
}
.t-Body-actions {
  background-color: #1c1f69;
  border-left: 1px solid rgba(0, 0, 0, 0.075);
}
.t-Body-title {
  background-color: rgba(181, 215, 239, 0.9);
  color: #84f38e;
  -webkit-backdrop-filter: saturate(180%) blur(8px);
}
.ui-widget-content {
  background-color: #f5f7f8;
}
.t-Body .ui-widget-content {
  color: #404040;
}
.t-Body-title .ui-widget-content {
  color: #131313;
}
.t-Body-info .ui-widget-content {
  color: #131313;
}
.t-Region .ui-widget-content,
.t-ButtonRegion .ui-widget-content {
  color: #373737;
}
.t-Body-side {
  background-color: #a3bddd;
  color: #404040;
}
.apex-rds-container {
  background-color: transparent;
}
.t-Body-info .apex-rds-container {
  background-color: #b5d7ef;
}
.t-Body-info .apex-rds-container.is-stuck {
  background-color: rgba(181, 215, 239, 0.95);
  -webkit-backdrop-filter: blur(4px);
}
.t-Body-info {
  background-color: #b5d7ef;
}
.t-Body-title.js-hideBreadcrumbs {
  background-color: rgba(0, 0, 0, 0.95);
}
.t-Body-topButton {
  border-radius: 100%;
  background-color: #ffffff;
  color: #e6e6e6;
}
.t-Body-topButton:focus {
  box-shadow: 0 0 0 1px #336699 inset, 0 1px 2px rgba(0, 0, 0, 0.15);
}
.t-Body-topButton:hover,
.t-Body-topButton:focus {
  color: #336699;
}
.t-Body-topButton:active {
  background-color: #ffffff;
  color: #e6e6e6;
}

.t-Header-branding {
  height: 48px;
}
.t-Header-logo-oracle {
  line-height: 48px;
}
.t-Header-logo-oracle:before {
  height: 48px;
}

.apex-side-nav .t-Body-nav,
.apex-side-nav .t-Body-actions,
.apex-side-nav .t-Body-title {
  top: 48px;
}
@media only screen and (min-width: 641px) {
  :not(.u-RTL) .apex-side-nav .t-Body-title {
    left: 220px;
  }
  .u-RTL .apex-side-nav .t-Body-title {
    right: 220px;
  }
  :not(.u-RTL) .apex-side-nav .t-Body-title {
    right: 0;
  }
  .u-RTL .apex-side-nav .t-Body-title {
    left: 0;
  }
}
@media only screen and (min-width: 641px) {
  :not(.u-RTL) .apex-side-nav .t-Body-content {
    margin-left: 220px;
  }
  .u-RTL .apex-side-nav .t-Body-content {
    margin-right: 220px;
  }
}
:not(.u-RTL) .apex-side-nav .t-Body-main {
  margin-left: 0;
}
.u-RTL .apex-side-nav .t-Body-main {
  margin-right: 0;
}

.apex-top-nav .t-Body-actions {
  top: 88px;
}
.apex-top-nav .t-Body-title {
  top: 88px;
}
@media only screen and (max-width: 640px) {
  .apex-top-nav.js-menuNavCollapsed .t-Header-nav {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.t-Body-nav {
  width: 220px;
}

.t-Body-actions {
  width: 200px;
}
:not(.u-RTL) .t-Body-actions .t-Button--header {
  -webkit-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate(-40px);
  transform: translate3d(-40px, 0, 0);
}
.u-RTL .t-Body-actions .t-Button--header {
  -webkit-transform: translate3d(40px, 0, 0);
  -ms-transform: translate(40px);
  transform: translate3d(40px, 0, 0);
}

@media only screen and (min-width: 641px) {
  .t-Body-side {
    width: 240px;
  }
}
@media only screen and (min-width: 641px) {
  :not(.u-RTL) .apex-side-nav .t-Body-side {
    left: 48px;
  }
  .u-RTL .apex-side-nav .t-Body-side {
    right: 48px;
  }
}

:not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-main {
  margin-left: 48px;
}
.u-RTL .apex-side-nav.js-navExpanded .t-Body-main {
  margin-right: 48px;
}
:not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-main {
  -webkit-transform: translate3d(172px, 0, 0);
  -ms-transform: translate(172px);
  transform: translate3d(172px, 0, 0);
}
.u-RTL .apex-side-nav.js-navExpanded .t-Body-main {
  -webkit-transform: translate3d(-172px, 0, 0);
  -ms-transform: translate(-172px);
  transform: translate3d(-172px, 0, 0);
}
@media only screen and (max-width: 480px) {
  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-title,
  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-side,
  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-content {
    margin-left: 0;
  }
  .u-RTL .apex-side-nav.js-navExpanded .t-Body-title,
  .u-RTL .apex-side-nav.js-navExpanded .t-Body-side,
  .u-RTL .apex-side-nav.js-navExpanded .t-Body-content {
    margin-right: 0;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-main {
    margin-left: 0;
  }
  .u-RTL .apex-side-nav.js-navExpanded .t-Body-main {
    margin-right: 0;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded .t-Body-main {
    -webkit-transform: translate3d(220px, 0, 0);
    -ms-transform: translate(220px);
    transform: translate3d(220px, 0, 0);
  }
  .u-RTL .apex-side-nav.js-navExpanded .t-Body-main {
    -webkit-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate(-220px);
    transform: translate3d(-220px, 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 {
    transform: none;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    left: 220px;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    right: 220px;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    right: 0;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    left: 0;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content {
    margin-left: 172px;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content {
    margin-right: 172px;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-left: 48px;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-right: 48px;
  }
  .apex-side-nav.js-navExpanded .t-Body-side {
    -webkit-transform: translate3d(220px, 0, 0);
    -ms-transform: translate(220px);
    transform: translate3d(220px, 0, 0);
  }
  .u-RTL .apex-side-nav.js-navExpanded .t-Body-side {
    -webkit-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate(-220px);
    transform: translate3d(-220px, 0, 0);
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    transform: none;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-right: 0;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-side {
    left: 0;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-side {
    right: 0;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 288px;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-right: 288px;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    -webkit-transform: translate3d(172px, 0, 0);
    -ms-transform: translate(172px);
    transform: translate3d(172px, 0, 0);
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    -webkit-transform: translate3d(-172px, 0, 0);
    -ms-transform: translate(-172px);
    transform: translate3d(-172px, 0, 0);
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    left: 0;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    right: 0;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    -webkit-transform: translate3d(220px, 0, 0);
    -ms-transform: translate(220px);
    transform: translate3d(220px, 0, 0);
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    -webkit-transform: translate3d(-220px, 0, 0);
    -ms-transform: translate(-220px);
    transform: translate3d(-220px, 0, 0);
  }
}
@media only screen and (min-width: 993px) {
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    transform: none;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-right: 0;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    transform: none !important;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    margin-left: 220px;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    margin-right: 220px;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 460px;
  }
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-right: 460px;
  }
  :not(.u-RTL) .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content,
  .u-RTL .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    transform: none;
  }
}

.apex-side-nav.js-navCollapsed .t-Body-nav,
.apex-side-nav.js-navCollapsed .t-Body-nav .t-TreeNav {
  width: 48px;
}
:not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-content,
:not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title,
:not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-side {
  margin-left: 48px;
}
.u-RTL .apex-side-nav.js-navCollapsed .t-Body-content,
.u-RTL .apex-side-nav.js-navCollapsed .t-Body-title,
.u-RTL .apex-side-nav.js-navCollapsed .t-Body-side {
  margin-right: 48px;
}
:not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title.is-stuck {
  left: 0;
}
.u-RTL .apex-side-nav.js-navCollapsed .t-Body-title.is-stuck {
  right: 0;
}
@media only screen and (max-width: 480px) {
  .apex-side-nav.js-navCollapsed .t-Body-nav {
    -webkit-transform: translateX(-48px);
    -ms-transform: translateX(-48px);
    transform: translateX(-48px);
  }
  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-nav {
    -webkit-transform: translateX(48px);
    -ms-transform: translateX(48px);
    transform: translateX(48px);
  }
  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title,
  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-side,
  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-content {
    margin-left: 0;
  }
  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-title,
  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-side,
  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  :not(.u-RTL) .apex-side-nav.js-navCollapsed.t-PageBody.js-rightExpanded .t-Body-main {
    margin-left: 0;
  }
  .u-RTL .apex-side-nav.js-navCollapsed.t-PageBody.js-rightExpanded .t-Body-main {
    margin-right: 0;
  }
}
@media only screen and (min-width: 641px) {
  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title {
    margin-left: 0;
  }
  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-title {
    margin-right: 0;
  }
  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-title {
    left: 48px;
  }
  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-title {
    right: 48px;
  }
  :not(.u-RTL) .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-left: 0;
  }
  .u-RTL .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-right: 0;
  }
  :not(.u-RTL) .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-content {
    margin-left: 288px;
  }
  .u-RTL .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-content {
    margin-right: 288px;
  }
}
@media only screen and (min-width: 993px) {
  :not(.u-RTL) .apex-side-nav.js-navCollapsed .t-Body-side {
    left: 48px;
  }
  .u-RTL .apex-side-nav.js-navCollapsed .t-Body-side {
    right: 48px;
  }
}

.t-PageBody.js-rightExpanded .t-Body-main {
  margin-right: 0;
}
:not(.u-RTL) .t-PageBody.js-rightExpanded .t-Body-main,
:not(.u-RTL) .t-PageBody.js-rightExpanded .t-Body-nav {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate(-200px);
  transform: translate3d(-200px, 0, 0);
}
.u-RTL .t-PageBody.js-rightExpanded .t-Body-main,
.u-RTL .t-PageBody.js-rightExpanded .t-Body-nav {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate(200px);
  transform: translate3d(200px, 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 {
    transform: none;
  }
  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-right: 200px;
  }
  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-left: 200px;
  }
  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-title {
    right: 200px;
  }
  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-title {
    left: 200px;
  }
  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    right: 0;
  }
  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    left: 0;
  }
  :not(.u-RTL) .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-left: 0;
  }
  .u-RTL .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-right: 0;
  }
  :not(.u-RTL) .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    left: 0;
  }
  .u-RTL .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    right: 0;
  }
}
@media only screen and (min-width: 993px) {
  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    margin-right: 200px;
  }
  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 200px;
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-nav {
    transform: none;
  }
  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    right: 200px;
  }
  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    left: 200px;
  }
  :not(.u-RTL) .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    left: 48px;
  }
  .u-RTL .t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    right: 48px;
  }
}
@media only screen and (max-width: 992px) {
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    transform: none;
  }
  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title,
  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side,
  :not(.u-RTL) .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-content {
    -webkit-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate(-200px);
    transform: translate3d(-200px, 0, 0);
  }
  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title,
  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side,
  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-content {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side {
    margin-left: 48px !important;
  }
  .u-RTL .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side {
    margin-left: 0px !important;
    right: 48px !important;
  }
}

.t-PageBody.js-rightCollapsed .t-Body-main {
  margin-right: 0px;
}
.t-PageBody.js-rightCollapsed .t-Body-title {
  right: 0px;
}
:not(.u-RTL) .t-PageBody.js-rightCollapsed .t-Body-actions {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate(200px);
  transform: translate3d(200px, 0, 0);
}
.u-RTL .t-PageBody.js-rightCollapsed .t-Body-actions {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate(-200px);
  transform: translate3d(-200px, 0, 0);
}

@media only screen and (min-width: 641px) {
  :not(.u-RTL) .t-PageBody--showLeft .t-Body-content {
    margin-left: 240px;
  }
  .u-RTL .t-PageBody--showLeft .t-Body-content {
    margin-right: 240px;
  }
}

.t-Body-contentInner {
  margin: 0 auto;
  max-width: auto;
}

.t-Breadcrumb-item:after {
  color: rgba(64, 64, 64, 0.75);
}
.t-Breadcrumb-item,
.t-Breadcrumb-item a {
  color: #595959;
}
.t-Breadcrumb-item a:hover,
.t-Breadcrumb-item a:focus {
  color: #336699;
  text-decoration: underline;
  outline: none;
}
.t-Body-title-shrink .t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item.is-active,
.t-Body-title-shrink .t-BreadcrumbRegion--useRegionTitle .t-BreadcrumbRegion-titleText {
  color: #404040;
}
@media only screen and (max-width: 640px) {
  .t-BreadcrumbRegion--useRegionTitle .t-BreadcrumbRegion-titleText {
    color: #404040;
  }
}
.t-Breadcrumb-item .t-Icon:hover {
  color: #336699;
}
.t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item.is-active,
.t-BreadcrumbRegion-titleText {
  color: #84f38e;
}

.t-Button,
.a-Button,
.ui-button {
  border: none;
  text-shadow: none;
  border-radius: 2px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}
.t-Button .t-Icon,
.a-Button .t-Icon,
.ui-button .t-Icon {
  transition: inherit;
}
.t-Button:hover,
.a-Button:hover,
.ui-button:hover,
.t-Button:focus,
.a-Button:focus,
.ui-button:focus {
  z-index: 100;
  outline: none !important;
}
.t-Button:focus:before,
.a-Button:focus:before,
.ui-button:focus:before,
.t-Button.is-active:focus:before,
.a-Button.is-active:focus:before,
.ui-button.is-active:focus:before {
  box-shadow: 0 0 0 1px #336699 inset !important;
  opacity: 1;
}
.t-Button:focus:active:before,
.a-Button:focus:active:before,
.ui-button:focus:active:before,
.t-Button.is-active:focus:active:before,
.a-Button.is-active:focus:active:before,
.ui-button.is-active:focus:active:before {
  opacity: 0;
}
.t-Button:not(.t-Button--link):not(.t-Button--header):active,
.t-Button:not(.t-Button--link):not(.t-Button--header).is-active {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 2px 2px rgba(0, 0, 0, 0.1) inset !important;
}

.a-Button:before,
.t-Button:before,
.ui-button:before,
.a-Button:after,
.t-Button:after,
.ui-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  transition: .2s ease;
}
.a-Button:before,
.t-Button:before,
.ui-button:before {
  z-index: 1;
}
.a-Button:after,
.t-Button:after,
.ui-button:after {
  z-index: -1;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.075);
  transform: translateY(-2px);
}
.a-Button:focus:after,
.t-Button:focus:after,
.ui-button:focus:after,
.a-Button:not(.t-Button--link):hover:after,
.t-Button:not(.t-Button--link):hover:after,
.ui-button:not(.t-Button--link):hover:after {
  opacity: 1;
  transform: translateY(0);
}
.a-Button:focus:active:after,
.t-Button:focus:active:after,
.ui-button:focus:active:after {
  opacity: 0;
  transform: translateY(-2px);
}
.a-Button:focus:after,
.t-Button:focus:after,
.ui-button:focus:after {
  transform: translateY(0);
  box-shadow: 0 0 1px 1px rgba(51, 102, 153, 0.25);
}

.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label,
.apex-button-group input + label,
.t-Button:not(.t-Button--simple),
.ui-button,
.a-Button {
  color: #313537;
  background-color: #f3f4f4;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
}
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label:hover,
.apex-button-group input + label:hover,
.t-Button:not(.t-Button--simple):hover,
.ui-button:hover,
.a-Button:hover {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
}
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label:focus,
.apex-button-group input + label:focus,
.t-Button:not(.t-Button--simple):focus,
.ui-button:focus,
.a-Button:focus {
  background-color: #ffffff;
}
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label.is-active,
.apex-button-group input + label.is-active,
.t-Button:not(.t-Button--simple).is-active,
.ui-button.is-active,
.a-Button.is-active,
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input + label:active,
.apex-button-group input + label:active,
.t-Button:not(.t-Button--simple):active,
.ui-button:active,
.a-Button:active {
  background-color: #d7dbdc;
}
.t-Form-fieldContainer--radioButtonGroup .apex-item-grid {
  background-color: #d1d4d6;
  border-radius: 2px;
}
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:active + label,
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:focus:not(:checked) + label,
.apex-button-group input:active + label,
.apex-button-group input:focus:not(:checked) + label {
  box-shadow: 0 0 0 1px #336699 inset, 0 0 0 2px #ffffff inset !important;
  outline: none;
  border-color: #336699;
  background-color: #ffffff !important;
  color: #313537 !important;
}
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:checked:focus + label,
.apex-button-group input:checked:focus + label {
  box-shadow: 0 0 0 1px #336699 inset, 0 0 0 2px #ffffff inset !important;
}
.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:checked + label,
.apex-button-group input:checked + label {
  border-color: #336699;
  background-color: #336699;
  color: #ffffff;
  box-shadow: none;
}

.a-Button--hot,
.t-Button--hot:not(.t-Button--simple),
body .ui-button.ui-button--hot,
body .ui-state-default.ui-priority-primary {
  background-color: #336699;
  color: #ffffff;
}
.a-Button--hot:hover,
.t-Button--hot:not(.t-Button--simple):hover,
body .ui-button.ui-button--hot:hover,
body .ui-state-default.ui-priority-primary:hover,
.a-Button--hot:not(:active):focus,
.t-Button--hot:not(.t-Button--simple):not(:active):focus,
body .ui-button.ui-button--hot:not(:active):focus,
body .ui-state-default.ui-priority-primary:not(:active):focus {
  background-color: #3973ac;
}
.a-Button--hot:active,
.t-Button--hot:not(.t-Button--simple):active,
body .ui-button.ui-button--hot:active,
body .ui-state-default.ui-priority-primary:active,
.a-Button--hot.is-active,
.t-Button--hot:not(.t-Button--simple).is-active,
body .ui-button.ui-button--hot.is-active,
body .ui-state-default.ui-priority-primary.is-active {
  background-color: #2d5986;
}
body .ui-button.ui-button--hot {
  font-weight: bold;
}

.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot) {
  color: #443302;
}
.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot):hover,
.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot):not(:active):focus {
  background-color: #fcdc7c;
}
.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot),
.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot):active,
.t-Button--warning:not(.t-Button--simple):not(.t-Button--hot).is-active {
  background-color: #fbce4a;
}

.t-Button--success:not(.t-Button--simple):not(.t-Button--hot) {
  color: #1bdf3c;
}
.t-Button--success:not(.t-Button--simple):not(.t-Button--hot):hover,
.t-Button--success:not(.t-Button--simple):not(.t-Button--hot):not(:active):focus {
  background-color: #42be31;
}
.t-Button--success:not(.t-Button--simple):not(.t-Button--hot),
.t-Button--success:not(.t-Button--simple):not(.t-Button--hot):active,
.t-Button--success:not(.t-Button--simple):not(.t-Button--hot).is-active {
  background-color: #3baa2c;
}

.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot) {
  color: #ffffff;
}
.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot):hover,
.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot):not(:active):focus {
  background-color: #f55a4e;
}
.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot),
.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot):active,
.t-Button--danger:not(.t-Button--simple):not(.t-Button--hot).is-active {
  background-color: #f44336;
}

.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot) {
  color: #19ce52;
}
.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot):hover,
.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot):not(:active):focus {
  background-color: #15ff15;
}
.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot),
.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot):active,
.t-Button--primary:not(.t-Button--simple):not(.t-Button--hot).is-active {
  background-color: #00fa00;
}

.t-Button--simple:not(.t-Button--hot):not(.t-Button--danger):not(.t-Button--primary):not(.t-Button--success):not(.t-Button--warning) {
  background-color: #ffffff;
  color: #404040;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
}
.t-Button--simple:not(.t-Button--hot):not(.t-Button--danger):not(.t-Button--primary):not(.t-Button--success):not(.t-Button--warning):hover,
.t-Button--simple:not(.t-Button--hot):not(.t-Button--danger):not(.t-Button--primary):not(.t-Button--success):not(.t-Button--warning):focus,
.t-Button--simple:not(.t-Button--hot):not(.t-Button--danger):not(.t-Button--primary):not(.t-Button--success):not(.t-Button--warning).is-active {
  background-color: #e6e6e6;
}

.t-Button--simple.t-Button--hot {
  box-shadow: 0 0 0 1px #336699 inset;
  background-color: #ffffff;
}
.t-Button--simple.t-Button--hot,
.t-Button--simple.t-Button--hot .t-Icon {
  color: #336699;
}
.t-Button--simple.t-Button--hot:hover,
.t-Button--simple.t-Button--hot:focus,
.t-Button--simple.t-Button--hot.is-active {
  background-color: #336699;
  color: #ffffff;
}
.t-Button--simple.t-Button--hot:hover .t-Icon,
.t-Button--simple.t-Button--hot:focus .t-Icon,
.t-Button--simple.t-Button--hot.is-active .t-Icon {
  color: #ffffff;
}

.t-Button--simple.t-Button--primary:not(.t-Button--hot) {
  box-shadow: 0 0 0 1px #00fa00 inset;
  background-color: #ffffff;
}
.t-Button--simple.t-Button--primary:not(.t-Button--hot),
.t-Button--simple.t-Button--primary:not(.t-Button--hot) .t-Icon {
  color: #007a00;
}
.t-Button--simple.t-Button--primary:not(.t-Button--hot):hover,
.t-Button--simple.t-Button--primary:not(.t-Button--hot):focus,
.t-Button--simple.t-Button--primary:not(.t-Button--hot).is-active {
  background-color: #00fa00;
  color: #19ce52;
}
.t-Button--simple.t-Button--primary:not(.t-Button--hot):hover .t-Icon,
.t-Button--simple.t-Button--primary:not(.t-Button--hot):focus .t-Icon,
.t-Button--simple.t-Button--primary:not(.t-Button--hot).is-active .t-Icon {
  color: #19ce52;
}

.t-Button--simple.t-Button--warning:not(.t-Button--hot) {
  box-shadow: 0 0 0 1px #fbce4a inset;
  background-color: #ffffff;
}
.t-Button--simple.t-Button--warning:not(.t-Button--hot),
.t-Button--simple.t-Button--warning:not(.t-Button--hot) .t-Icon {
  color: #c19104;
}
.t-Button--simple.t-Button--warning:not(.t-Button--hot):hover,
.t-Button--simple.t-Button--warning:not(.t-Button--hot):focus,
.t-Button--simple.t-Button--warning:not(.t-Button--hot).is-active {
  background-color: #fbce4a;
  color: #443302;
}
.t-Button--simple.t-Button--warning:not(.t-Button--hot):hover .t-Icon,
.t-Button--simple.t-Button--warning:not(.t-Button--hot):focus .t-Icon,
.t-Button--simple.t-Button--warning:not(.t-Button--hot).is-active .t-Icon {
  color: #443302;
}

.t-Button--simple.t-Button--danger:not(.t-Button--hot) {
  box-shadow: 0 0 0 1px #f44336 inset;
  background-color: #ffffff;
}
.t-Button--simple.t-Button--danger:not(.t-Button--hot),
.t-Button--simple.t-Button--danger:not(.t-Button--hot) .t-Icon {
  color: #f44336;
}
.t-Button--simple.t-Button--danger:not(.t-Button--hot):hover,
.t-Button--simple.t-Button--danger:not(.t-Button--hot):focus,
.t-Button--simple.t-Button--danger:not(.t-Button--hot).is-active {
  background-color: #f44336;
  color: #ffffff;
}
.t-Button--simple.t-Button--danger:not(.t-Button--hot):hover .t-Icon,
.t-Button--simple.t-Button--danger:not(.t-Button--hot):focus .t-Icon,
.t-Button--simple.t-Button--danger:not(.t-Button--hot).is-active .t-Icon {
  color: #ffffff;
}

.t-Button--simple.t-Button--success:not(.t-Button--hot) {
  box-shadow: 0 0 0 1px #3baa2c inset;
  background-color: #ffffff;
}
.t-Button--simple.t-Button--success:not(.t-Button--hot),
.t-Button--simple.t-Button--success:not(.t-Button--hot) .t-Icon {
  color: #3baa2c;
}
.t-Button--simple.t-Button--success:not(.t-Button--hot):hover,
.t-Button--simple.t-Button--success:not(.t-Button--hot):focus,
.t-Button--simple.t-Button--success:not(.t-Button--hot).is-active {
  background-color: #3baa2c;
  color: #1bdf3c;
}
.t-Button--simple.t-Button--success:not(.t-Button--hot):hover .t-Icon,
.t-Button--simple.t-Button--success:not(.t-Button--hot):focus .t-Icon,
.t-Button--simple.t-Button--success:not(.t-Button--hot).is-active .t-Icon {
  color: #1bdf3c;
}

.t-Button--noUI {
  background-color: transparent !important;
}
.t-Button--noUI:not(:hover):not(:focus):not(.is-active) {
  box-shadow: none;
}
.t-Button--noUI:hover,
.t-Button--noUI:focus,
.t-Button--noUI.is-active {
  background-color: #e6e6e6;
}
.t-Button--noUI:focus:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
}

.t-Button--link {
  background-color: transparent !important;
  box-shadow: none !important;
}
.t-Button--link:hover {
  text-decoration: underline;
}
.t-Button--link.t-Button,
.t-Button--link .t-Icon {
  color: #336699;
}

.t-Button--noUI.t-Button--hot,
.t-Button--noUI.t-Button--hot .t-Icon {
  color: #336699;
}

.t-Button--noUI.t-Button--primary,
.t-Button--link.t-Button--primary,
.t-Button--noUI.t-Button--primary .t-Icon,
.t-Button--link.t-Button--primary .t-Icon {
  color: #007a00 !important;
}

.t-Button--noUI.t-Button--warning,
.t-Button--link.t-Button--warning,
.t-Button--noUI.t-Button--warning .t-Icon,
.t-Button--link.t-Button--warning .t-Icon {
  color: #c19104 !important;
}

.t-Button--noUI.t-Button--danger,
.t-Button--link.t-Button--danger,
.t-Button--noUI.t-Button--danger .t-Icon,
.t-Button--link.t-Button--danger .t-Icon {
  color: #f44336 !important;
}

.t-Button--noUI.t-Button--success,
.t-Button--link.t-Button--success,
.t-Button--noUI.t-Button--success .t-Icon,
.t-Button--link.t-Button--success .t-Icon {
  color: #3baa2c !important;
}

.t-Header-branding .t-Button {
  background-color: transparent;
}
.t-Button.t-Button--header {
  border-radius: 2px;
  box-shadow: none;
}
.t-Button.t-Button--header:focus:before,
.t-Button.t-Button--header:active:focus:before {
  box-shadow: 0 0 0 1px #538cc6 inset !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--headerTree {
  min-width: 32px;
}
.t-Button.t-Button--headerTree:focus {
  box-shadow: 0 0 0 1px #538cc6 inset;
}
@media only screen and (max-width: 480px) {
  .t-Button.t-Button--headerTree {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.t-Button.t-Button--headerRight {
  background-color: #1c1f69;
  border: 1px solid #272b91;
}
.t-Button.t-Button--headerRight:hover {
  background-color: #272b91;
}
.t-Button.t-Button--headerRight:active,
.t-Button.t-Button--headerRight.is-active {
  color: #ffffff;
}
.t-Button--navBar .t-Button-badge {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.35);
}
.t-Button--helpButton .a-Icon {
  opacity: .5;
}

.t-Header-navBar .t-Button--header.is-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #204060;
  color: #ffffff;
}

.t-Button.t-Button--noUI .fa:after,
.t-Button.t-Button--link .fa:after,
.t-Button.t-Button--simple .fa:after {
  background-color: #FFF;
}

.t-Button--danger .fa:after,
.t-Button--simple.t-Button--danger:hover .fa:after {
  background-color: #f44336;
}

.t-Button--success .fa:after,
.t-Button--simple.t-Button--success:hover .fa:after {
  background-color: #3baa2c;
}

.t-Button--primary .fa:after,
.t-Button--simple.t-Button--primary:hover .fa:after {
  background-color: #00fa00;
}

.t-Button--warning .fa:after,
.t-Button--simple.t-Button--warning:hover .fa:after {
  background-color: #fbce4a;
}

.t-Button--hot .fa:after,
.t-Button--simple.t-Button--hot:hover .fa:after {
  background-color: #336699;
}

.t-ButtonRegion {
  background-color: #f5f7f8;
  color: #373737;
  border-radius: 2px;
}
.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: #131313;
}
.t-Body-info .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #131313;
}
.t-Region .t-ButtonRegion--showTitle .t-ButtonRegion-title,
.t-ButtonRegion .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #373737;
}
.t-Body-actions .t-ButtonRegion {
  background-color: transparent;
  border-radius: 0;
}

.fc.ui-widget {
  background-color: #f5f7f8;
}
.fc-toolbar {
  border-color: #dde4e7;
  background-color: #f5f7f8;
  border-radius: 2px 2px 0 0;
}
.fc-toolbar h2,
.fc .fc-basic-view td.fc-day-number,
.fc .fc-day-number {
  color: #373737;
}
.fc-day-header.ui-widget-header,
.fc-view .ui-widget-header {
  background-color: #d3d3d3;
  color: #363636;
  border-color: #c7c7c7;
}
div.fc-agendaList {
  background-color: #f5f7f8;
  border-color: #dde4e7;
  color: #373737;
}
.fc .fc-agendaList-dayHeader {
  background-color: #bababa;
  color: #363636;
  border-color: #eff2f4;
}
.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: #5e5e5e;
}
body .fc td.fc-today,
body .fc .ui-widget-content {
  border-color: #d7dfe3;
  color: #373737;
}
body .ui-widget-content.fc-today.ui-state-highlight {
  background-color: #e6ebed;
}
.fc .fc-agendaList-item {
  border-color: #eff2f4;
}
.fc .ui-button:active,
.fc .ui-button:focus,
.fc-view:active,
.fc-view:focus {
  outline: 1px solid #336699;
}
.fc-view-container > .fc-view:active,
.fc-view-container > .fc-view:focus {
  outline: none;
}

.t-Card-wrap {
  border-radius: 2px;
  background-color: #f5f7f8;
}
.t-Card-wrap:focus {
  border-color: #336699;
}
.t-Card-icon {
  color: #f5f7f8;
}
.t-Card-desc {
  color: #373737;
}
.t-Card-info,
.t-Card-subtitle {
  color: #5e5e5e;
}
.t-Card-title {
  color: #2e3a41;
}
.t-Card-colorFill,
.t-Card-icon {
  background-color: #aabbc3;
}

.t-ClassicCalendar-monthTitle {
  color: #373737;
}
.t-ClassicCalendar-dayColumn {
  background-color: #eff2f4;
  vertical-align: top;
  border-color: #e6ebed;
  color: #5e5e5e;
}
.t-ClassicCalendar-day {
  border-color: #e6ebed;
}
.t-ClassicCalendar-day.is-inactive .t-ClassicCalendar-date {
  opacity: .5;
}
.t-ClassicCalendar-day.is-weekend,
.t-ClassicCalendar-day.is-inactive {
  background-color: #f2f5f6;
}
.t-ClassicCalendar-day.is-today .t-ClassicCalendar-date {
  background-color: #336699;
  color: #ffffff;
}
.t-ClassicCalendar-date {
  color: #777777;
}
.t-ClassicCalendar-event {
  background-color: #e6ebed;
}
.t-ClassicCalendar-event {
  color: #373737;
}
.t-ClassicCalendar-event a {
  background-color: #336699;
  color: #ffffff;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-timeCol,
.t-ClassicCalendar--daily .t-ClassicCalendar-timeCol {
  background-color: #eff2f4;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents,
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents {
  color: #373737;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents a,
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents a {
  background-color: #336699;
  color: #ffffff;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-day.is-today,
.t-ClassicCalendar--daily .t-ClassicCalendar-day.is-today {
  background-color: #d9e6f2;
}
.t-ClassicCalendar-list {
  border-color: #e6ebed;
}
.t-ClassicCalendar-listTitle,
.t-ClassicCalendar-listEvent {
  border-color: #e6ebed;
}
.t-ClassicCalendar-listTitle {
  background-color: #eff2f4;
  color: #5e5e5e;
}
.t-ClassicCalendar-listEvent {
  color: #373737;
}
.t-Comments--chat .t-Comments-comment {
  background-color: #eff0f0;
  color: #000000;
}
.t-Comments--chat .t-Comments-comment:after {
  border-right-color: #eff0f0;
}
.t-Comments--chat .t-Comments-item.is-active .t-Comments-comment {
  background-color: #d8d9da;
  color: #000000;
}
.t-Comments--chat .t-Comments-item.is-active .t-Comments-comment:after {
  border-right-color: #d8d9da;
}
.t-Comments--basic .t-Comments-item.is-active {
  background-color: #f0f3f5;
}
.t-Comments-item.is-systemMessage {
  background-color: #e2e3e4;
}
.t-Comments-info {
  color: #575757;
}
.t-Comments-comment {
  color: #000000;
}
.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: #3baa2c;
}
.t-ConfigPanel-icon.is-disabled {
  background-color: #f44336;
}
.t-ConfigPanel-setting,
.t-ConfigPanel-status {
  color: #6a6a6a;
}
.t-ConfigPanel-status {
  color: #373737;
}
.t-ConfigPanel-attrLink {
  color: #6a6a6a;
}
.t-ConfigPanel-attrLink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.t-ConfigPanel-attrValue {
  color: #336699;
}
.t-Dialog {
  background-color: #f5f7f8;
}

.t-Dialog ::-webkit-scrollbar-thumb {
  background-color: #aabbc3;
}
.t-Dialog ::-webkit-scrollbar-thumb:hover {
  background-color: #9bafb9;
}
.t-Dialog::-webkit-scrollbar-track {
  background-color: #f5f7f8;
}

.t-Footer-topButton {
  background-color: #f5f7f8;
  color: #737373;
}
.t-Footer-topButton:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}
.t-Form-inputContainer:before {
  color: #363636;
}
.apex-item-textarea,
.apex-item-text,
.apex-item-select {
  color: #363636;
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.apex-item-textarea.apex-page-item-error,
.apex-item-text.apex-page-item-error,
.apex-item-select.apex-page-item-error {
  border-color: #f77066;
}
.apex-item-textarea.apex-page-item-error:required:valid,
.apex-item-text.apex-page-item-error:required:valid,
.apex-item-select.apex-page-item-error:required:valid {
  border-color: #e6e6e6;
}
.t-Form-fieldContainer--floatingLabel .t-Form-inputContainer .apex-item-display-only {
  color: #363636;
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-style: dashed;
}

.apex-item-file-dropzone-label {
  background-color: #ffffff;
  color: rgba(54, 54, 54, 0.7);
  border-radius: 0px 0 0 0px;
}
.u-RTL .apex-item-file-dropzone-label {
  border-radius: 0 0px 0px 0;
}
.apex-item-file-dropzone-icon {
  background-color: #ffffff;
  border-radius: 0 0px 0px 0;
}
.u-RTL .apex-item-file-dropzone-icon {
  border-radius: 0px 0 0 0px;
}
.apex-item-file:hover + .apex-item-file-dropzone .apex-item-file-dropzone-label {
  color: #363636;
}
.apex-item-file:hover + .apex-item-file-dropzone .apex-item-file-dropzone-icon {
  background-color: #ffffff;
  color: #363636;
}
.apex-item-file:focus + .apex-item-file-dropzone .apex-item-file-dropzone-label {
  border-color: #336699;
  color: #363636;
}
.apex-item-file:focus + .apex-item-file-dropzone .apex-item-file-dropzone-icon {
  border-color: #336699;
  background-color: #336699;
  color: #ffffff;
}
.apex-item-textarea:focus,
.apex-item-text:focus,
.apex-item-select:focus {
  background-color: #ffffff !important;
  border-color: #336699 !important;
}
.apex-item-textarea:focus::-ms-value,
.apex-item-text:focus::-ms-value,
.apex-item-select:focus::-ms-value {
  color: #363636;
  
}
.apex-item-textarea:hover,
.apex-item-text:hover,
.apex-item-select:hover {
  background-color: #ffffff;
}
.t-Form-inputContainer input::-webkit-input-placeholder {
  color: #000000;
  opacity: .4;
}
.t-Form-inputContainer input::-moz-placeholder {
  color: #000000;
  opacity: .4;
}
.t-Form-inputContainer input:-ms-input-placeholder {
  color: #000000;
  opacity: .4;
}
.t-Form input.file {
  color: #363636;
}
.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: #363636;
  border-color: #e6e6e6;
}
.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: #363636;
}
.t-Form-error {
  color: #f44336;
}
.t-Form-postText {
  color: #b6b6b6;
}
.t-Form--search input.t-Form-searchField {
  background-color: #ffffff;
  color: #404040;
}
.a-Button.a-Button--calendar,
.a-Button.a-Button--popupLOV {
  border-radius: 0 0px 0px 0;
}
.u-RTL .a-Button.a-Button--calendar,
.u-RTL .a-Button.a-Button--popupLOV {
  border-radius: 0px 0 0 0px;
}
.t-Form-inputContainer input.hasDatepicker,
.t-Form-inputContainer input.popup_lov {
  border-radius: 0px 0 0 0px;
}
.u-RTL .t-Form-inputContainer input.hasDatepicker,
.u-RTL .t-Form-inputContainer input.popup_lov {
  border-radius: 0 0px 0px 0;
}

.checkbox_group input,
.radio_group input {
  
  
}
.checkbox_group input + label:before,
.radio_group input + label:before {
  background-color: #ffffff;
}
.checkbox_group input:focus + label:before,
.radio_group input:focus + label:before {
  border-color: #336699;
}
.checkbox_group input:focus:checked + label:before,
.radio_group input:focus:checked + label:before {
  border-color: #336699;
  background-color: #336699;
  box-shadow: 0 0 0 1px #ffffff inset;
}
.checkbox_group input:checked + label:before,
.radio_group input:checked + label:before {
  border-color: #336699;
  background-color: #336699;
}

.radio_group input + label:after {
  background-color: #ffffff;
}

.t-Form-fieldContainer--preTextBlock .t-Form-itemText--pre,
.t-Form-fieldContainer--postTextBlock .t-Form-itemText--post {
  background-color: #ffffff;
  box-shadow: 0 0 0 0.1rem #e6e6e6 inset;
  border-radius: 0px;
}
.t-Form-fieldContainer--preTextBlock .t-Form-itemText--pre {
  border-radius: 0px 0 0 0px;
}
.u-RTL .t-Form-fieldContainer--preTextBlock .t-Form-itemText--pre {
  border-radius: 0 0px 0px 0;
}
.t-Form-fieldContainer--postTextBlock .t-Form-itemText--post {
  border-radius: 0 0px 0px 0;
}
.u-RTL .t-Form-fieldContainer--postTextBlock .t-Form-itemText--post {
  border-radius: 0px 0 0 0px;
}

.apex-item-has-icon:focus + .apex-item-icon {
  color: #336699;
}

.t-Form-fieldContainer--floatingLabel .apex-item-icon {
  color: #505050;
  box-shadow: -0.1rem 0 0 #e6e6e6 inset;
  border-radius: 0px 0 0 0px;
}
.u-RTL .t-Form-fieldContainer--floatingLabel .apex-item-icon {
  box-shadow: 0.1rem 0 0 #e6e6e6 inset;
  border-radius: 0 0px 0px 0;
}
.t-Form-fieldContainer--floatingLabel .apex-item-has-icon:focus + .apex-item-icon {
  box-shadow: none;
}

.t-Form-helpButton:focus .a-Icon {
  color: #336699;
}

.t-Form-fieldContainer--radioButtonGroup .t-Form-itemWrapper > .apex-item-group > .apex-item-option:first-of-type label {
  border-radius: 0px 0px 0 0;
}
.t-Form-fieldContainer--radioButtonGroup .t-Form-itemWrapper > .apex-item-group > .apex-item-option:last-of-type label {
  border-radius: 0 0 0px 0px;
}

.t-Form-fieldContainer--radioButtonGroup .apex-item-grid .apex-item-grid-row:only-child .apex-item-option:first-of-type label {
  border-radius: 0px 0 0 0px;
}
.t-Form-fieldContainer--radioButtonGroup .apex-item-grid .apex-item-grid-row:only-child .apex-item-option:last-of-type label {
  border-radius: 0 0px 0px 0;
}
.u-RTL .t-Form-fieldContainer--radioButtonGroup .apex-item-grid .apex-item-grid-row:only-child .apex-item-option:first-of-type label {
  border-radius: 0 0px 0px 0;
}
.u-RTL .t-Form-fieldContainer--radioButtonGroup .apex-item-grid .apex-item-grid-row:only-child .apex-item-option:last-of-type label {
  border-radius: 0px 0 0 0px;
}

.t-Header-branding {
  background-color: #336699;
}
.t-Header-logo,
.t-Header .t-Button--header.is-active,
.t-Header .t-Button--header {
  color: #ffffff;
}
.t-Header-logo:hover,
.t-Header .t-Button--header.is-active:hover,
.t-Header .t-Button--header:hover {
  text-decoration: none;
}
.t-Header-logo-link {
  color: inherit;
}
.t-Header-logo-link:focus,
.t-Header-logo-link:active:focus {
  outline: none;
  box-shadow: 0 0 0 1px #538cc6 inset;
}
.t-Header-nav {
  background-color: #336699;
}
.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-icon {
  border-radius: 4px;
  background-color: #336699;
  color: #ffffff;
}
.t-HeroRegion-title {
  color: #404040;
}
.t-HeroRegion-col--content {
  color: #737373;
}

.a-IRR {
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.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-toolbar {
  background: #e0e0e0;
  border-color: #c7c7c7;
}
.a-Report-percentChart-fill {
  background-color: #336699;
}
.a-Report-percentChart {
  background-color: #d9e6f2;
}
.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 a {
  color: inherit;
}
.a-IRR-header.is-active .a-IRR-headerSort {
  color: inherit;
}
.a-IRR-header.is-active,
.a-GV-header.is-active {
  background-color: #202020;
  color: #FFF;
}
.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: 2px;
}
.a-IRR-table td {
  border-left: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.a-IRR-headerLink:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}
.a-IRR-search-field:focus {
  border-color: #336699;
  box-shadow: -1px 0 0 #336699 inset, 1px 0 0 #336699 inset;
}
.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: #336699;
}
.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;
  }
}
.ui-widget-content .a-IRR-iconList-link {
  color: #404040;
  background-color: #ffffff;
}
.a-IRR-iconList-link:hover {
  background-color: #f7f7f7;
}

.a-IRR-button:focus {
  box-shadow: inherit;
}

.a-IRR-sortWidget {
  background-color: rgba(32, 32, 32, 0.95);
  -webkit-backdrop-filter: blur(4px);
  color: #FFF;
  border-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5), 0 8px 16px -4px rgba(0, 0, 0, 0.15);
}
.a-IRR-sortWidget ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.a-IRR-sortWidget ::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}
.a-IRR-sortWidget ::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.a-IRR-sortWidget-help {
  background-color: transparent;
}

.a-IRR-sortWidget-actions {
  padding: 8px;
  border-radius: 2px;
  width: auto;
  border-bottom-width: 0;
}
.a-IRR-sortWidget-actions-item {
  border-right-width: 0;
}
.a-IRR-button.a-IRR-sortWidget-button {
  background-color: transparent;
  color: #FFF;
  border-radius: 2px;
}
.a-IRR-button.a-IRR-sortWidget-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.a-IRR-button.a-IRR-sortWidget-button:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}
.a-IRR-button.a-IRR-sortWidget-button.is-active,
.a-IRR-button.a-IRR-sortWidget-button:active:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.a-IRR-sortWidget-searchLabel {
  height: 40px;
  padding: 12px 8px;
}
.a-IRR-sortWidget-searchLabel:before {
  color: #FFF;
}
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField[type="text"] {
  background-color: transparent;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.1);
  height: 40px;
  color: #FFF;
}
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField[type="text"]:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}
.a-IRR-sortWidget-rows {
  border-top-width: 0;
}
.a-IRR-sortWidget-row {
  color: #FFF;
  box-shadow: none;
}
.a-IRR-sortWidget-row:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.a-IRR-sortWidget-row:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}
.a-IG .a-IRR-sortWidget:before {
  color: rgba(32, 32, 32, 0.95);
}
.oj-dvt-category1 {
  color: #486ac0;
}
.oj-dvt-category2 {
  color: #d6ca9a;
}
.oj-dvt-category3 {
  color: #fbce4a;
}
.oj-dvt-category4 {
  color: #ff0000;
}
.oj-dvt-category5 {
  color: #854e9b;
}
.oj-dvt-category6 {
  color: #2ebfbc;
}
.oj-dvt-category7 {
  color: #ed813e;
}
.oj-dvt-category8 {
  color: #ff0707;
}
.oj-dvt-category9 {
  color: #1583f8;
}
.oj-dvt-category10 {
  color: #2525ad;
}
.oj-dvt-category11 {
  color: #ca589d;
}
.oj-dvt-category12 {
  color: #ddde53;
}

.t-LinksList-item,
.t-LinksList-link {
  border-color: #d7dfe3;
}
.t-LinksList-icon {
  color: #c8d3d8;
}
.t-LinksList-link:hover {
  background-color: #e6ebed;
}
.t-LinksList-link:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}

.t-LinksList--showArrow .t-LinksList-link:before {
  color: #c8d3d8;
}

.t-LinksList--showBadge .t-LinksList-badge {
  background-color: #e9edf0;
  color: #373737;
}
.t-LinksList--showBadge .t-LinksList-link:hover .t-LinksList-badge {
  background-color: #dde4e7;
}
.t-LinksList--showBadge .t-LinksList-item.is-expanded > .t-LinksList-link .t-LinksList-badge {
  background-color: #aabbc3;
}

.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: #336699;
  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: #336699;
}
.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: #ffffff;
}
.t-LinksList--actions .t-LinksList-icon {
  color: #ffffff;
}
.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: #2e3a41;
}
.t-Body-actions .t-LinksList-link:hover {
  background-color: #21257d;
}

.t-Login-iconValidation {
  background: #3baa2c;
  color: white;
}
body .t-Login-title {
  color: #373737;
}
.t-Login-region {
  background-color: #f5f7f8;
}
.t-Login-logo {
  color: #336699;
}
@media only screen and (max-width: 480px) {
  .t-PageBody--login,
  .t-PageBody--login .t-Body {
    background-color: #f5f7f8;
  }
}

.t-MediaList {
  border-color: #d1dadf;
  background-color: #f5f7f8;
}
.t-MediaList-item {
  border-color: #d1dadf;
}
.t-MediaList--horizontal .t-MediaList-item {
  border-right: 1px solid #d1dadf;
}

a.t-MediaList-itemWrap {
  color: #336699;
}
a.t-MediaList-itemWrap:hover {
  background-color: #eff2f4;
  color: #336699;
}
a.t-MediaList-itemWrap:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}
.t-MediaList-itemWrap {
  color: #373737;
}
.t-MediaList-badge,
.t-MediaList-desc {
  color: #6a6a6a;
}
.t-MediaList-icon {
  background-color: #aabbc3;
  color: #f5f7f8;
}
.t-MediaList--cols {
  box-shadow: -1px -1px 0 0 #d1dadf inset;
}
.t-MediaList--cols .t-MediaList-item:before,
.t-MediaList--cols .t-MediaList-item:after {
  background-color: #d7dfe3;
}

.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: #336699;
  border-right: 1px solid #407fbf;
  border-left: 1px solid #407fbf;
  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: #407fbf;
}
.a-MenuBar-item.is-expanded {
  background-color: #407fbf;
}

.t-Menu-badge {
  display: inline-block;
  border-radius: 2px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.25);
}
.a-Menu-labelContainer .t-Menu-badge {
  line-height: 16px;
  margin-left: 4px;
  margin-top: 8px;
}

.a-Menu-content {
  border-radius: 2px;
}
.a-Menu .a-Menu-item {
  color: #2e3a41;
}
.a-Menu-hSeparator {
  border-color: rgba(0, 0, 0, 0.15);
}
.a-Menu--current {
  background-color: #6699cc;
}
.a-Menu .a-Menu-item.is-disabled.is-focused {
  background-color: #f5f7f8;
}
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-subMenuCol {
  color: #373737;
}
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-accel {
  color: #777777;
}
.a-Menu .a-Menu-item.is-focused,
.a-Menu .a-Menu-item.is-expanded {
  background-color: #336699;
  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(46, 58, 65, 0.75);
}
.a-Menu-content {
  background-color: rgba(245, 247, 248, 0.95);
  border-color: #d7dfe3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.a-MenuBar {
  background-color: transparent;
}
.t-Header-nav-list,
.t-Header .a-MenuBar {
  background-color: #336699;
}
.t-Region {
  
  
}
.t-Region .a-MenuBar-label {
  color: #232d32;
  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: #e6ebed;
  border-right: 1px solid #c8d3d8;
  border-left: 1px solid #c8d3d8;
  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(35, 45, 50, 0.5);
}
.t-Region .a-MenuBar-item:hover {
  background-color: #c8d3d8;
}
.t-Region .a-MenuBar-item.is-expanded {
  background-color: #c8d3d8;
}
.t-Region .t-Menu-badge {
  display: inline-block;
  border-radius: 2px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: normal;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.25);
}
.a-Menu-labelContainer .t-Region .t-Menu-badge {
  line-height: 16px;
  margin-left: 4px;
  margin-top: 8px;
}
.t-Region .a-Menu-content {
  border-radius: 2px;
}
.t-Region .a-Menu .a-Menu-item {
  color: #212121;
}
.t-Region .a-Menu-hSeparator {
  border-color: rgba(0, 0, 0, 0.15);
}
.t-Region .a-Menu--current {
  background-color: #aabbc3;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused {
  background-color: #e0e0e0;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-subMenuCol {
  color: #212121;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-accel {
  color: #616161;
}
.t-Region .a-Menu .a-Menu-item.is-focused,
.t-Region .a-Menu .a-Menu-item.is-expanded {
  background-color: #e6ebed;
  color: #232d32;
}
.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: #232d32;
}
.t-Region .a-Menu .a-Menu-accel {
  color: rgba(33, 33, 33, 0.75);
}
.t-Region .a-Menu-content {
  background-color: rgba(224, 224, 224, 0.95);
  border-color: #c7c7c7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.t-Header {
  
  
  
  
  
  
}
.t-Header .a-MenuBar-label {
  color: #f5f7f8;
  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: #2d5986 !important;
}
.t-Header .a-MenuBar-item.a-Menu--current,
.t-Header .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #2d5986 !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: #f5f7f8 !important;
  font-weight: bold;
}
.t-Header .a-MenuBar-item.is-expanded,
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #2d5986 !important;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(245, 247, 248, 0.8);
  border-color: #336699;
  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: #407fbf;
  border-color: #407fbf;
  color: #ffffff;
}
.t-Header .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #538cc6;
  border-color: #538cc6;
}
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #f5f7f8;
  border-color: #f5f7f8;
  color: #2e3a41;
}
.t-Header .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #94b8db;
  border-color: #94b8db;
  color: #132639;
}
.t-Header .a-Menu-content {
  border-width: 0;
  background-color: #2d5986;
}
.t-Header .a-Menu .a-Menu-item {
  color: #f5f7f8;
}
.t-Header .a-Menu-accel {
  color: rgba(245, 247, 248, 0.75);
}
.t-Header .a-Menu .a-Menu-item.is-focused,
.t-Header .a-Menu .a-Menu-item.is-expanded {
  background-color: #264c73 !important;
}
.t-Body {
  
  
  
  
  
  
}
.t-Body .a-MenuBar-label {
  color: #404040;
  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: #404040 !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(64, 64, 64, 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: #404040;
  border-color: #404040;
  color: #ffffff;
}
.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: #404040;
}
.t-Body .a-Menu-accel {
  color: rgba(64, 64, 64, 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: #d7dfe3;
}
.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: #373737;
  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: #d7dfe3 !important;
}
.t-Region .a-MenuBar-item.a-Menu--current,
.t-Region .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #d7dfe3 !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: #373737 !important;
  font-weight: bold;
}
.t-Region .a-MenuBar-item.is-expanded,
.t-Region .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #d7dfe3 !important;
}
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(55, 55, 55, 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: #aabbc3;
  border-color: #aabbc3;
  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: #373737;
  border-color: #373737;
  color: #f7f7f7;
}
.t-Region .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #d7dfe3;
}
.t-Region .a-Menu-content {
  border-width: 0;
  background-color: #d7dfe3;
}
.t-Region .a-Menu .a-Menu-item {
  color: #373737;
}
.t-Region .a-Menu-accel {
  color: rgba(55, 55, 55, 0.75);
}
.t-Region .a-Menu .a-Menu-item.is-focused,
.t-Region .a-Menu .a-Menu-item.is-expanded {
  background-color: #e6ebed !important;
}
.t-Region .a-MenuBar > ul {
  background-color: #d7dfe3;
}
.t-Region .a-MenuBar-item {
  border-color: #d7dfe3;
}
.t-Region .a-MenuBar-item.is-focused {
  box-shadow: none;
}
.t-Header-userMenu .a-Menu-content {
  border-width: 0;
  background-color: #407fbf;
}
.t-Header-userMenu .a-Menu-item.is-focused,
.t-Header-userMenu .a-Menu-item.is-expanded {
  background-color: #3973ac !important;
}
.t-Header-userMenu.a-Menu .a-Menu-item .a-Menu-label {
  color: #ffffff;
}
.t-NavTabs {
  background-color: #336699;
}
.t-NavTabs::-webkit-scrollbar-thumb {
  background-color: #a8d0ec;
  box-shadow: inset 1px 0 0 0 #336699;
}
.t-NavTabs::-webkit-scrollbar-thumb:hover {
  background-color: #76b5e1;
}
.t-NavTabs::-webkit-scrollbar-track {
  background: #336699;
}
.t-NavTabs::-webkit-scrollbar-track:hover {
  background-color: #538cc6;
}
.t-NavTabs-item {
  color: #ffffff;
  border-color: #76b5e1;
}
.t-NavTabs-item:hover,
.t-NavTabs-item.is-active {
  background-color: #b5d7ef;
  color: #ffffff;
}
.t-NavTabs-badge {
  background-color: #ffffff;
  color: #b5d7ef;
}

.t-NavigationBar-menu .a-Menu-content {
  border-radius: 0 0 2px 2px;
  background-color: #204060;
  border-width: 0;
}
.t-NavigationBar-menu .a-Menu-item.is-focused,
.t-NavigationBar-menu .a-Menu-item.is-expanded {
  background-color: #2d5986 !important;
}
.t-NavigationBar-menu .a-Menu-item.is-focused > .a-Menu-label,
.t-NavigationBar-menu .a-Menu-item.is-expanded > .a-Menu-label {
  color: #ffffff !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: #336699;
  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: #336699;
}
.t-Page--popupLOV {
  background-color: #FFF;
}
.t-PopupLOV-actions {
  background-color: #f5f7f8;
}
.t-Body .t-PopupLOV-links a {
  color: #404040;
}
.t-Body-title .t-PopupLOV-links a {
  color: #131313;
}
.t-Body-info .t-PopupLOV-links a {
  color: #131313;
}
.t-Region .t-PopupLOV-links a,
.t-ButtonRegion .t-PopupLOV-links a {
  color: #373737;
}
.t-PopupLOV-links a:hover {
  background-color: #407fbf;
  color: #ffffff;
}
.t-Body .t-PopupLOV-pagination {
  color: #808080;
}
.t-Body-title .t-PopupLOV-pagination {
  color: #525252;
}
.t-Body-info .t-PopupLOV-pagination {
  color: #525252;
}
.t-Region .t-PopupLOV-pagination,
.t-ButtonRegion .t-PopupLOV-pagination {
  color: #777777;
}

.t-Region,
.t-ContentBlock--lightBG .t-ContentBlock-body {
  background-color: #f5f7f8;
}
.t-Body .fielddata b {
  color: #404040;
}
.t-Body-title .fielddata b {
  color: #131313;
}
.t-Body-info .fielddata b {
  color: #131313;
}
.t-Region .fielddata b,
.t-ButtonRegion .fielddata b {
  color: #373737;
}
.t-Region-header {
  background-color: #e0e0e0;
  color: #363636;
}
.t-Region-header .t-Button--noUI,
.t-Region-header .t-Button--link {
  color: #363636;
}
.t-Body-actions .t-Region-header {
  background: transparent;
  color: #ffffff;
}
.t-Region--stacked {
  border-radius: 0 !important;
}
.t-Region--noBorder > .t-Region-header {
  background-color: #f5f7f8;
  color: #373737;
}
.t-Region--noBorder > .t-Region-header .t-Button--noUI,
.t-Region--noBorder > .t-Region-header .t-Button--link {
  color: #373737;
}

.t-Region--accent1 > .t-Region-header {
  background-color: #486ac0;
  color: #ffffff;
}
.t-Region--accent1 > .t-Region-header .t-Button--noUI,
.t-Region--accent1 > .t-Region-header .t-Button--link {
  color: #ffffff;
}
.t-Region--accent1.t-Region--textContent > .t-Region-header {
  color: #486ac0;
}

.t-Region--accent2 > .t-Region-header {
  background-color: #1583f8;
  color: #ffffff;
}
.t-Region--accent2 > .t-Region-header .t-Button--noUI,
.t-Region--accent2 > .t-Region-header .t-Button--link {
  color: #ffffff;
}
.t-Region--accent2.t-Region--textContent > .t-Region-header {
  color: #1583f8;
}

.t-Region--accent3 > .t-Region-header {
  background-color: #2ebfbc;
  color: #f0fcfb;
}
.t-Region--accent3 > .t-Region-header .t-Button--noUI,
.t-Region--accent3 > .t-Region-header .t-Button--link {
  color: #f0fcfb;
}
.t-Region--accent3.t-Region--textContent > .t-Region-header {
  color: #2ebfbc;
}

.t-Region--accent4 > .t-Region-header {
  background-color: #d6ca9a;
  color: #edff63;
}
.t-Region--accent4 > .t-Region-header .t-Button--noUI,
.t-Region--accent4 > .t-Region-header .t-Button--link {
  color: #edff63;
}
.t-Region--accent4.t-Region--textContent > .t-Region-header {
  color: #d6ca9a;
}

.t-Region--accent5 > .t-Region-header {
  background-color: #2525ad;
  color: #2ad1e7;
}
.t-Region--accent5 > .t-Region-header .t-Button--noUI,
.t-Region--accent5 > .t-Region-header .t-Button--link {
  color: #2ad1e7;
}
.t-Region--accent5.t-Region--textContent > .t-Region-header {
  color: #2525ad;
}

.t-Region--accent6 > .t-Region-header {
  background-color: #ddde53;
  color: #2a2a08;
}
.t-Region--accent6 > .t-Region-header .t-Button--noUI,
.t-Region--accent6 > .t-Region-header .t-Button--link {
  color: #2a2a08;
}
.t-Region--accent6.t-Region--textContent > .t-Region-header {
  color: #ddde53;
}

.t-Region--accent7 > .t-Region-header {
  background-color: #fbce4a;
  color: #85fa56;
}
.t-Region--accent7 > .t-Region-header .t-Button--noUI,
.t-Region--accent7 > .t-Region-header .t-Button--link {
  color: #85fa56;
}
.t-Region--accent7.t-Region--textContent > .t-Region-header {
  color: #fbce4a;
}

.t-Region--accent8 > .t-Region-header {
  background-color: #ed813e;
  color: #b5c72a;
}
.t-Region--accent8 > .t-Region-header .t-Button--noUI,
.t-Region--accent8 > .t-Region-header .t-Button--link {
  color: #b5c72a;
}
.t-Region--accent8.t-Region--textContent > .t-Region-header {
  color: #ed813e;
}

.t-Region--accent9 > .t-Region-header {
  background-color: #ff0000;
  color: #ffffff;
}
.t-Region--accent9 > .t-Region-header .t-Button--noUI,
.t-Region--accent9 > .t-Region-header .t-Button--link {
  color: #ffffff;
}
.t-Region--accent9.t-Region--textContent > .t-Region-header {
  color: #ff0000;
}

.t-Region--accent10 > .t-Region-header {
  background-color: #ff0707;
  color: #ffffff;
}
.t-Region--accent10 > .t-Region-header .t-Button--noUI,
.t-Region--accent10 > .t-Region-header .t-Button--link {
  color: #ffffff;
}
.t-Region--accent10.t-Region--textContent > .t-Region-header {
  color: #ff0707;
}

.t-Region--accent11 > .t-Region-header {
  background-color: #ca589d;
  color: #ffffff;
}
.t-Region--accent11 > .t-Region-header .t-Button--noUI,
.t-Region--accent11 > .t-Region-header .t-Button--link {
  color: #ffffff;
}
.t-Region--accent11.t-Region--textContent > .t-Region-header {
  color: #ca589d;
}

.t-Region--accent12 > .t-Region-header {
  background-color: #854e9b;
  color: #f6f0f8;
}
.t-Region--accent12 > .t-Region-header .t-Button--noUI,
.t-Region--accent12 > .t-Region-header .t-Button--link {
  color: #f6f0f8;
}
.t-Region--accent12.t-Region--textContent > .t-Region-header {
  color: #854e9b;
}

.t-Region--accent13 > .t-Region-header {
  background-color: #5a68ad;
  color: #ffffff;
}
.t-Region--accent13 > .t-Region-header .t-Button--noUI,
.t-Region--accent13 > .t-Region-header .t-Button--link {
  color: #ffffff;
}
.t-Region--accent13.t-Region--textContent > .t-Region-header {
  color: #5a68ad;
}

.t-Region--accent14 > .t-Region-header {
  background-color: #afbac5;
  color: #313a44;
}
.t-Region--accent14 > .t-Region-header .t-Button--noUI,
.t-Region--accent14 > .t-Region-header .t-Button--link {
  color: #313a44;
}
.t-Region--accent14.t-Region--textContent > .t-Region-header {
  color: #afbac5;
}

.t-Region--accent15 > .t-Region-header {
  background-color: #6e8598;
  color: #ffffff;
}
.t-Region--accent15 > .t-Region-header .t-Button--noUI,
.t-Region--accent15 > .t-Region-header .t-Button--link {
  color: #ffffff;
}
.t-Region--accent15.t-Region--textContent > .t-Region-header {
  color: #6e8598;
}
.t-Region-body {
  color: #373737;
}
.t-Region--hideShow.is-collapsed {
  border-bottom-color: transparent;
}
.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: 2px;
}
.t-Region--noBG {
  background-color: transparent;
}
.t-Body-actions .t-Region {
  background-color: transparent;
}
.t-Region--carousel .a-Tabs-button {
  background-color: transparent;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #FFF;
}
.t-Region--carousel .a-Tabs-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.t-Region--carousel .a-Tabs-button:active,
.t-Region--carousel .a-Tabs-button:active:focus {
  background-color: rgba(0, 0, 0, 0.75);
}
.t-Region--carousel .a-Tabs-next-region {
  border-radius: 2px 0 0 2px;
}
.t-Region--carousel .a-Tabs-previous-region {
  border-radius: 0 2px 2px 0;
}
.t-Region--carousel .a-Region-carouselNavItem.a-Tabs-selected .a-Region-carouselLink {
  background-color: rgba(0, 0, 0, 0.45);
}
.t-Region--carousel .a-Region-carouselNavItem.a-Tabs-selected .a-Region-carouselLink:focus {
  background-color: #336699;
}
.t-Region--carousel .a-Region-carouselLink {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}

.t-Report-cell,
.t-Report-colHead {
  border: 1px solid #d7dfe3;
}
.t-Report-report tr .t-Report-cell:last-child,
.t-Report-report tr .t-Report-colHead:last-child {
  border-right: 1px solid #d7dfe3;
}
.t-Report-report tr:last-child .t-Report-cell {
  border-bottom: 1px solid #d7dfe3;
}
.t-Report .is-stuck .t-Report-colHead {
  background-color: rgba(245, 247, 248, 0.95);
  -webkit-backdrop-filter: blur(4px);
}
.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: #eff2f4 !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: #f2f5f6;
}

.t-Report-paginationText b,
.t-Report-paginationText a:hover {
  background-color: #336699;
  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 .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 .2s;
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgba(64, 64, 64, 0.8);
}
.t-SocialFooter a .t-Icon {
  display: block;
  margin: 0 auto;
  color: rgba(64, 64, 64, 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: #336699;
}
.t-SearchResults-desc {
  color: #404040;
}
.t-SearchResults-date {
  color: #737373;
}
.t-SearchResults-misc {
  color: #737373;
}
.t-Region .t-SearchResults-desc {
  color: #373737;
}
.t-Region .t-SearchResults-date {
  color: #6a6a6a;
}
.t-Region .t-SearchResults-misc {
  color: #6a6a6a;
}
.t-StatusList-blockHeader {
  color: #373737;
  background-color: #e0e0e0;
}
.t-StatusList-headerTextAlt,
.t-StatusList-attr,
.t-StatusList-textDesc {
  color: #6a6a6a;
}
.t-StatusList-itemTitle {
  color: #373737;
}
.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 {
  box-shadow: 0 -2px 0 #336699 inset;
}
.t-Tabs--simple .t-Tabs-link:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}
.t-Tabs--pill {
  background-color: #eef1f3;
  border-radius: 2px;
}
.t-Tabs--pill .t-Icon {
  color: #373737;
}
.t-Tabs--pill .t-Tabs-link {
  color: #373737;
}
.t-Tabs--pill .t-Tabs-link:hover {
  background-color: #f5f7f8;
}
.t-Tabs--pill .t-Tabs-link:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}
.t-Tabs--pill .t-Tabs-link:active {
  background-color: #f5f7f8;
}
.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: #f5f7f8;
}
.t-Tabs--simple .t-Icon {
  color: #373737;
}
.t-Tabs--simple .t-Tabs-link {
  color: #131313;
}
.t-Tabs--simple .t-Tabs-link:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.t-Tabs--simple .t-Tabs-link:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.t-Body .t-Tabs--simple .t-Tabs-link {
  color: #404040;
}
.t-Body-title .t-Tabs--simple .t-Tabs-link {
  color: #84f38e;
}
.t-Region .t-Tabs--simple .t-Tabs-link {
  color: #373737;
}

.apex-rds .apex-rds-selected span {
  box-shadow: 0 -2px 0 #336699 inset;
}
.apex-rds a:focus {
  box-shadow: 0 0 0 1px #336699 inset;
}
.apex-rds a {
  color: #404040;
}
.t-Body-title .apex-rds a {
  color: #84f38e;
}
.t-Region .apex-rds a {
  color: #373737;
}
.apex-rds a:hover {
  color: #336699;
}
.apex-rds .apex-rds-selected a {
  color: #336699;
}
.apex-rds-hover.left a {
  background: -webkit-linear-gradient(left, #b5d7ef 50%, rgba(255, 255, 255, 0) 100%);
  
  background: linear-gradient(to right, #b5d7ef 50%, rgba(255, 255, 255, 0) 100%);
  
}
.apex-rds-hover.right a {
  background: -webkit-linear-gradient(left, #b5d7ef 0%, rgba(255, 255, 255, 0) 1%, #b5d7ef 50%);
  
  background: linear-gradient(to right, #b5d7ef 0%, rgba(255, 255, 255, 0) 1%, #b5d7ef 50%);
  
}

.vertical-rds .apex-rds .apex-rds-selected span,
.t-Body-side .apex-rds .apex-rds-selected span {
  box-shadow: 4px 0 0 #336699 inset;
}
.u-RTL .vertical-rds .apex-rds .apex-rds-selected span,
.u-RTL .t-Body-side .apex-rds .apex-rds-selected span {
  box-shadow: -4px 0 0 #336699 inset;
}

.a-TagCloud-link {
  border-color: #e6ebed;
  border-radius: 2px;
  background: #eff2f4;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
  color: #326395;
}
.a-TagCloud-link span {
  transition: color .2s;
}
.a-TagCloud-link:hover {
  text-decoration: none;
  background-color: #336699;
  border-color: #336699;
  color: #ffffff;
  box-shadow: 0 0 0 2px #336699 inset;
}
.a-TagCloud-link:hover span {
  color: #ffffff;
}
.a-TagCloud-count {
  color: #5e5e5e;
  font-weight: 500;
}
.t-Timeline {
  color: #373737;
}
.t-Timeline-username,
.t-Timeline-date,
.t-Timeline-desc {
  color: #6a6a6a;
}
.t-Timeline-wrap {
  color: #373737;
}
.t-Timeline-type {
  background-color: #d6d6d6;
  color: #363636;
}
.t-Timeline-type.is-new {
  background-color: #3baa2c;
  color: #FFF;
}
.t-Timeline-type.is-updated {
  background-color: #336699;
  color: #FFF;
}
.t-Timeline-type.is-removed {
  background-color: #f44336;
  color: #FFF;
}
.t-Timeline-wrap:focus {
  outline: none;
  box-shadow: 0 0 0 1px #336699 inset;
}
@media (min-width: 769px) {
  .t-Body-nav {
    background-color: #336699;
  }
}
.t-TreeNav {
  background-color: #336699;
}
.t-PageBody--leftNav .t-Body-nav::-webkit-scrollbar-thumb {
  background-color: #a8d0ec;
  box-shadow: inset 1px 0 0 0 #336699;
}
.t-PageBody--leftNav .t-Body-nav::-webkit-scrollbar-thumb:hover {
  background-color: #76b5e1;
}
.t-PageBody--leftNav .t-Body-nav::-webkit-scrollbar-track {
  background: #336699;
}
.t-PageBody--leftNav .t-Body-nav::-webkit-scrollbar-track:hover {
  background-color: #538cc6;
}
.t-Region {
  
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
  box-shadow: 0 0 0 1px #336699 inset;
  background-color: transparent;
}
.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: #ecf0f2;
}
.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: #f5f7f8;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #e3e9eb !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(55, 55, 55, 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: #373737 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover {
  color: #373737 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content {
  color: #373737;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .a-Icon {
  color: rgba(55, 55, 55, 0.95);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .fa:before,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .a-Icon:before {
  color: inherit;
}
.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: #373737;
}
.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: #373737;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle {
  color: rgba(55, 55, 55, 0.75);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
  color: #373737 !important;
}
.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: #ecf0f2;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
  box-shadow: 0 0 0 1px #336699 inset;
  background-color: transparent;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
  background-color: #a8d0ec;
}
.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: #b5d7ef;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #9cc9ea !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: #ffffff;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .fa:before,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .a-Icon:before {
  color: inherit;
}
.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: #000000;
}
.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.is-collapsible .a-TreeView-content .fa,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .a-Icon {
  color: #000000;
}
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content {
  color: #ffffff;
}
.js-navCollapsed .t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .a-TreeView-label .a-TreeView-badge {
  background: #204060;
  color: #ffffff;
}
.t-TreeNav .a-TreeView-badge {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  font-weight: 400;
}
.t-TreeNav .a-TreeView-content.is-current .a-TreeView-label,
.t-TreeNav .a-TreeView-content.is-current--top .a-TreeView-label {
  font-weight: 500;
}

.t-Validation-date {
  color: #373737;
}
.t-Validation-user {
  color: #515151;
}
.t-Body-actions .t-Validation-date {
  color: #ffffff;
}
.t-Body-actions .t-Validation-user {
  color: #e6e6e6;
}

.t-Dialog-page--wizard {
  border: #d7dfe3;
}
.t-Wizard {
  background-color: #f5f7f8;
  border-radius: 2px;
  border-color: #d7dfe3;
}
.t-Wizard .t-Wizard-title {
  color: #373737;
}
.t-Wizard .t-Wizard-header {
  background-color: #eff2f4;
  border-color: #e0e6e9;
}
.t-WizardSteps-wrap:after {
  background-color: #d7dfe3;
}
.t-WizardSteps-step .t-WizardSteps-marker {
  background-color: #b9c7ce;
}
.t-WizardSteps-step.is-complete .t-WizardSteps-marker {
  background-color: #3baa2c;
  color: #FFF;
}
.t-WizardSteps-step.is-active .t-WizardSteps-marker {
  background-color: #336699;
}
.t-WizardSteps-label {
  color: #5e5e5e;
}
.t-WizardSteps-step.is-active .t-WizardSteps-label {
  color: #373737;
}

.ui-widget {
  font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.ui-widget .ui-widget {
  font-size: 12px;
}

body .ui-widget-content {
  border-color: #dde4e7;
  background-color: #f5f7f8;
  color: #373737;
}
body .ui-widget-content a {
  color: #336699;
}
body .ui-widget-header {
  border-color: #dde4e7;
  background-color: #e0e0e0;
  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: #f3f4f4;
  color: #313537;
}
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: #336699;
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover {
  background-color: #ffffff;
  color: #313537;
}
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  box-shadow: 0 0 0 1px #336699 inset, 0 0 1px 2px rgba(51, 102, 153, 0.25) !important;
  background-color: #ffffff;
  color: #313537;
}
body .ui-datepicker .ui-datepicker-buttonpane button:focus {
  outline: none;
  box-shadow: 0 0 0 1px #336699 inset, 0 0 1px 2px rgba(51, 102, 153, 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: #336699;
}
body .ui-state-active,
body .ui-widget-content .ui-state-active,
body .ui-widget-header .ui-state-active {
  background-color: #d7dbdc;
  color: #313537;
}

body .ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
  background-color: #d9e6f2;
  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: #f44336;
  color: #ffffff;
}
body .ui-state-error a,
body .ui-widget-content .ui-state-error a,
body .ui-widget-header .ui-state-error a {
  color: #ffffff;
}
body .ui-state-error-text,
body .ui-widget-content .ui-state-error-text,
body .ui-widget-header .ui-state-error-text {
  color: #f44336;
}

body .ui-datepicker td span.ui-state-default,
body .ui-datepicker td a.ui-state-default {
  background-color: transparent;
  color: #373737;
}
body .ui-datepicker td span.ui-state-default.ui-state-active,
body .ui-datepicker td a.ui-state-default.ui-state-active {
  background-color: #336699;
  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: #336699 !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: #e6ebed !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 #336699 inset, 0 0 1px 2px rgba(51, 102, 153, 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: #dde4e7;
}
body .ui-datepicker th {
  color: #777777;
}
body .ui-datepicker .ui-datepicker-header,
body .ui-datepicker .ui-datepicker-buttonpane button,
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev {
  border-radius: 2px;
}

body .ui-dialog .ui-dialog-titlebar {
  background-color: #e0e0e0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
body .ui-dialog .ui-dialog-title {
  color: #363636;
}
body .ui-dialog .ui-dialog-content,
.t-Dialog-page {
  background-color: #f5f7f8;
  color: #373737;
}

.t-Dialog--wizard.ui-dialog,
.t-Dialog--wizard.ui-dialog .ui-dialog-titlebar,
.t-Dialog--wizard body .ui-dialog .ui-dialog-content {
  background-color: #f5f7f8;
  color: #373737;
}
.t-Dialog--wizard.ui-dialog .ui-dialog-title {
  color: #373737;
}

body .ui-corner-all {
  border-radius: 2px;
}
body .ui-corner-top,
body .ui-corner-left,
body .ui-corner-tl {
  border-top-left-radius: 2px;
}
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr {
  border-top-right-radius: 2px;
}
body .ui-corner-bottom,
body .ui-corner-left,
body .ui-corner-bl {
  border-bottom-left-radius: 2px;
}
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
  border-bottom-right-radius: 2px;
}

body .ui-button.ui-corner-all {
  border-radius: 2px;
}
body .ui-button.ui-corner-top,
body .ui-button.ui-corner-left,
body .ui-button.ui-corner-tl {
  border-top-left-radius: 2px;
}
body .ui-button.ui-corner-top,
body .ui-button.ui-corner-right,
body .ui-button.ui-corner-tr {
  border-top-right-radius: 2px;
}
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-left,
body .ui-button.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-right,
body .ui-button.ui-corner-br {
  border-bottom-right-radius: 2px;
}

.u-warning {
  background-color: #fbce4a !important;
  color: #443302;
}
.u-warning-text {
  color: #fbce4a !important;
}
.u-warning-bg {
  background-color: #fbce4a !important;
}
.u-warning-border {
  border-color: #fbce4a !important;
}

.u-success {
  background-color: #3baa2c !important;
  color: #1bdf3c;
}
.u-success-text {
  color: #3baa2c !important;
}
.u-success-bg {
  background-color: #3baa2c !important;
}
.u-success-border {
  border-color: #3baa2c !important;
}

.u-danger {
  background-color: #f44336 !important;
  color: #ffffff;
}
.u-danger-text {
  color: #f44336 !important;
}
.u-danger-bg {
  background-color: #f44336 !important;
}
.u-danger-border {
  border-color: #f44336 !important;
}

.u-info {
  background-color: #336699 !important;
  color: #ffffff;
}
.u-info-text {
  color: #336699 !important;
}
.u-info-bg {
  background-color: #336699 !important;
}
.u-info-border {
  border-color: #336699 !important;
}

.u-hot {
  background-color: #336699 !important;
  color: #ffffff;
}
.u-hot-text {
  color: #336699 !important;
}
.u-hot-bg {
  background-color: #336699 !important;
}
.u-hot-border {
  border-color: #336699 !important;
}

.u-normal {
  background-color: #ffffff !important;
  color: #404040;
}
.u-normal-text {
  color: #404040 !important;
}
.u-normal-bg {
  background-color: #404040 !important;
}
.u-normal-border {
  border-color: #404040 !important;
}

.u-colors > :nth-child(45n + 1) .u-color {
  background-color: #486ac0;
  fill: #486ac0;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 1) .u-color-bg,
.u-colors > :nth-child(45n + 1) .u-color-background {
  background-color: #486ac0;
}
.u-colors > :nth-child(45n + 1) .u-color-txt,
.u-colors > :nth-child(45n + 1) .u-color-text {
  color: #486ac0;
}
.u-colors > :nth-child(45n + 1) .u-color-bd,
.u-colors > :nth-child(45n + 1) .u-color-border {
  border-color: #486ac0;
  stroke: #486ac0;
}
.u-colors > :nth-child(45n + 2) .u-color {
  background-color: #1583f8;
  fill: #1583f8;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 2) .u-color-bg,
.u-colors > :nth-child(45n + 2) .u-color-background {
  background-color: #1583f8;
}
.u-colors > :nth-child(45n + 2) .u-color-txt,
.u-colors > :nth-child(45n + 2) .u-color-text {
  color: #1583f8;
}
.u-colors > :nth-child(45n + 2) .u-color-bd,
.u-colors > :nth-child(45n + 2) .u-color-border {
  border-color: #1583f8;
  stroke: #1583f8;
}
.u-colors > :nth-child(45n + 3) .u-color {
  background-color: #2ebfbc;
  fill: #2ebfbc;
  color: #f0fcfb;
}
.u-colors > :nth-child(45n + 3) .u-color-bg,
.u-colors > :nth-child(45n + 3) .u-color-background {
  background-color: #2ebfbc;
}
.u-colors > :nth-child(45n + 3) .u-color-txt,
.u-colors > :nth-child(45n + 3) .u-color-text {
  color: #2ebfbc;
}
.u-colors > :nth-child(45n + 3) .u-color-bd,
.u-colors > :nth-child(45n + 3) .u-color-border {
  border-color: #2ebfbc;
  stroke: #2ebfbc;
}
.u-colors > :nth-child(45n + 4) .u-color {
  background-color: #d6ca9a;
  fill: #d6ca9a;
  color: #edff63;
}
.u-colors > :nth-child(45n + 4) .u-color-bg,
.u-colors > :nth-child(45n + 4) .u-color-background {
  background-color: #d6ca9a;
}
.u-colors > :nth-child(45n + 4) .u-color-txt,
.u-colors > :nth-child(45n + 4) .u-color-text {
  color: #d6ca9a;
}
.u-colors > :nth-child(45n + 4) .u-color-bd,
.u-colors > :nth-child(45n + 4) .u-color-border {
  border-color: #d6ca9a;
  stroke: #d6ca9a;
}
.u-colors > :nth-child(45n + 5) .u-color {
  background-color: #2525ad;
  fill: #2525ad;
  color: #2ad1e7;
}
.u-colors > :nth-child(45n + 5) .u-color-bg,
.u-colors > :nth-child(45n + 5) .u-color-background {
  background-color: #2525ad;
}
.u-colors > :nth-child(45n + 5) .u-color-txt,
.u-colors > :nth-child(45n + 5) .u-color-text {
  color: #2525ad;
}
.u-colors > :nth-child(45n + 5) .u-color-bd,
.u-colors > :nth-child(45n + 5) .u-color-border {
  border-color: #2525ad;
  stroke: #2525ad;
}
.u-colors > :nth-child(45n + 6) .u-color {
  background-color: #ddde53;
  fill: #ddde53;
  color: #2a2a08;
}
.u-colors > :nth-child(45n + 6) .u-color-bg,
.u-colors > :nth-child(45n + 6) .u-color-background {
  background-color: #ddde53;
}
.u-colors > :nth-child(45n + 6) .u-color-txt,
.u-colors > :nth-child(45n + 6) .u-color-text {
  color: #ddde53;
}
.u-colors > :nth-child(45n + 6) .u-color-bd,
.u-colors > :nth-child(45n + 6) .u-color-border {
  border-color: #ddde53;
  stroke: #ddde53;
}
.u-colors > :nth-child(45n + 7) .u-color {
  background-color: #fbce4a;
  fill: #fbce4a;
  color: #85fa56;
}
.u-colors > :nth-child(45n + 7) .u-color-bg,
.u-colors > :nth-child(45n + 7) .u-color-background {
  background-color: #fbce4a;
}
.u-colors > :nth-child(45n + 7) .u-color-txt,
.u-colors > :nth-child(45n + 7) .u-color-text {
  color: #fbce4a;
}
.u-colors > :nth-child(45n + 7) .u-color-bd,
.u-colors > :nth-child(45n + 7) .u-color-border {
  border-color: #fbce4a;
  stroke: #fbce4a;
}
.u-colors > :nth-child(45n + 8) .u-color {
  background-color: #ed813e;
  fill: #ed813e;
  color: #b5c72a;
}
.u-colors > :nth-child(45n + 8) .u-color-bg,
.u-colors > :nth-child(45n + 8) .u-color-background {
  background-color: #ed813e;
}
.u-colors > :nth-child(45n + 8) .u-color-txt,
.u-colors > :nth-child(45n + 8) .u-color-text {
  color: #ed813e;
}
.u-colors > :nth-child(45n + 8) .u-color-bd,
.u-colors > :nth-child(45n + 8) .u-color-border {
  border-color: #ed813e;
  stroke: #ed813e;
}
.u-colors > :nth-child(45n + 9) .u-color {
  background-color: #ff0000;
  fill: #ff0000;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 9) .u-color-bg,
.u-colors > :nth-child(45n + 9) .u-color-background {
  background-color: #ff0000;
}
.u-colors > :nth-child(45n + 9) .u-color-txt,
.u-colors > :nth-child(45n + 9) .u-color-text {
  color: #ff0000;
}
.u-colors > :nth-child(45n + 9) .u-color-bd,
.u-colors > :nth-child(45n + 9) .u-color-border {
  border-color: #ff0000;
  stroke: #ff0000;
}
.u-colors > :nth-child(45n + 10) .u-color {
  background-color: #ff0707;
  fill: #ff0707;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 10) .u-color-bg,
.u-colors > :nth-child(45n + 10) .u-color-background {
  background-color: #ff0707;
}
.u-colors > :nth-child(45n + 10) .u-color-txt,
.u-colors > :nth-child(45n + 10) .u-color-text {
  color: #ff0707;
}
.u-colors > :nth-child(45n + 10) .u-color-bd,
.u-colors > :nth-child(45n + 10) .u-color-border {
  border-color: #ff0707;
  stroke: #ff0707;
}
.u-colors > :nth-child(45n + 11) .u-color {
  background-color: #ca589d;
  fill: #ca589d;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 11) .u-color-bg,
.u-colors > :nth-child(45n + 11) .u-color-background {
  background-color: #ca589d;
}
.u-colors > :nth-child(45n + 11) .u-color-txt,
.u-colors > :nth-child(45n + 11) .u-color-text {
  color: #ca589d;
}
.u-colors > :nth-child(45n + 11) .u-color-bd,
.u-colors > :nth-child(45n + 11) .u-color-border {
  border-color: #ca589d;
  stroke: #ca589d;
}
.u-colors > :nth-child(45n + 12) .u-color {
  background-color: #854e9b;
  fill: #854e9b;
  color: #f6f0f8;
}
.u-colors > :nth-child(45n + 12) .u-color-bg,
.u-colors > :nth-child(45n + 12) .u-color-background {
  background-color: #854e9b;
}
.u-colors > :nth-child(45n + 12) .u-color-txt,
.u-colors > :nth-child(45n + 12) .u-color-text {
  color: #854e9b;
}
.u-colors > :nth-child(45n + 12) .u-color-bd,
.u-colors > :nth-child(45n + 12) .u-color-border {
  border-color: #854e9b;
  stroke: #854e9b;
}
.u-colors > :nth-child(45n + 13) .u-color {
  background-color: #5a68ad;
  fill: #5a68ad;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 13) .u-color-bg,
.u-colors > :nth-child(45n + 13) .u-color-background {
  background-color: #5a68ad;
}
.u-colors > :nth-child(45n + 13) .u-color-txt,
.u-colors > :nth-child(45n + 13) .u-color-text {
  color: #5a68ad;
}
.u-colors > :nth-child(45n + 13) .u-color-bd,
.u-colors > :nth-child(45n + 13) .u-color-border {
  border-color: #5a68ad;
  stroke: #5a68ad;
}
.u-colors > :nth-child(45n + 14) .u-color {
  background-color: #afbac5;
  fill: #afbac5;
  color: #313a44;
}
.u-colors > :nth-child(45n + 14) .u-color-bg,
.u-colors > :nth-child(45n + 14) .u-color-background {
  background-color: #afbac5;
}
.u-colors > :nth-child(45n + 14) .u-color-txt,
.u-colors > :nth-child(45n + 14) .u-color-text {
  color: #afbac5;
}
.u-colors > :nth-child(45n + 14) .u-color-bd,
.u-colors > :nth-child(45n + 14) .u-color-border {
  border-color: #afbac5;
  stroke: #afbac5;
}
.u-colors > :nth-child(45n + 15) .u-color {
  background-color: #6e8598;
  fill: #6e8598;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 15) .u-color-bg,
.u-colors > :nth-child(45n + 15) .u-color-background {
  background-color: #6e8598;
}
.u-colors > :nth-child(45n + 15) .u-color-txt,
.u-colors > :nth-child(45n + 15) .u-color-text {
  color: #6e8598;
}
.u-colors > :nth-child(45n + 15) .u-color-bd,
.u-colors > :nth-child(45n + 15) .u-color-border {
  border-color: #6e8598;
  stroke: #6e8598;
}
.u-colors > :nth-child(45n + 16) .u-color {
  background-color: #6d88cd;
  fill: #6d88cd;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 16) .u-color-bg,
.u-colors > :nth-child(45n + 16) .u-color-background {
  background-color: #6d88cd;
}
.u-colors > :nth-child(45n + 16) .u-color-txt,
.u-colors > :nth-child(45n + 16) .u-color-text {
  color: #6d88cd;
}
.u-colors > :nth-child(45n + 16) .u-color-bd,
.u-colors > :nth-child(45n + 16) .u-color-border {
  border-color: #6d88cd;
  stroke: #6d88cd;
}
.u-colors > :nth-child(45n + 17) .u-color {
  background-color: #449cf9;
  fill: #449cf9;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 17) .u-color-bg,
.u-colors > :nth-child(45n + 17) .u-color-background {
  background-color: #449cf9;
}
.u-colors > :nth-child(45n + 17) .u-color-txt,
.u-colors > :nth-child(45n + 17) .u-color-text {
  color: #449cf9;
}
.u-colors > :nth-child(45n + 17) .u-color-bd,
.u-colors > :nth-child(45n + 17) .u-color-border {
  border-color: #449cf9;
  stroke: #449cf9;
}
.u-colors > :nth-child(45n + 18) .u-color {
  background-color: #58ccc9;
  fill: #58ccc9;
  color: #091c1c;
}
.u-colors > :nth-child(45n + 18) .u-color-bg,
.u-colors > :nth-child(45n + 18) .u-color-background {
  background-color: #58ccc9;
}
.u-colors > :nth-child(45n + 18) .u-color-txt,
.u-colors > :nth-child(45n + 18) .u-color-text {
  color: #58ccc9;
}
.u-colors > :nth-child(45n + 18) .u-color-bd,
.u-colors > :nth-child(45n + 18) .u-color-border {
  border-color: #58ccc9;
  stroke: #58ccc9;
}
.u-colors > :nth-child(45n + 19) .u-color {
  background-color: #ded5ae;
  fill: #ded5ae;
  color: #655929;
}
.u-colors > :nth-child(45n + 19) .u-color-bg,
.u-colors > :nth-child(45n + 19) .u-color-background {
  background-color: #ded5ae;
}
.u-colors > :nth-child(45n + 19) .u-color-txt,
.u-colors > :nth-child(45n + 19) .u-color-text {
  color: #ded5ae;
}
.u-colors > :nth-child(45n + 19) .u-color-bd,
.u-colors > :nth-child(45n + 19) .u-color-border {
  border-color: #ded5ae;
  stroke: #ded5ae;
}
.u-colors > :nth-child(45n + 20) .u-color {
  background-color: #5151bd;
  fill: #5151bd;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 20) .u-color-bg,
.u-colors > :nth-child(45n + 20) .u-color-background {
  background-color: #5151bd;
}
.u-colors > :nth-child(45n + 20) .u-color-txt,
.u-colors > :nth-child(45n + 20) .u-color-text {
  color: #5151bd;
}
.u-colors > :nth-child(45n + 20) .u-color-bd,
.u-colors > :nth-child(45n + 20) .u-color-border {
  border-color: #5151bd;
  stroke: #5151bd;
}
.u-colors > :nth-child(45n + 21) .u-color {
  background-color: #e4e575;
  fill: #e4e575;
  color: #4c4c0f;
}
.u-colors > :nth-child(45n + 21) .u-color-bg,
.u-colors > :nth-child(45n + 21) .u-color-background {
  background-color: #e4e575;
}
.u-colors > :nth-child(45n + 21) .u-color-txt,
.u-colors > :nth-child(45n + 21) .u-color-text {
  color: #e4e575;
}
.u-colors > :nth-child(45n + 21) .u-color-bd,
.u-colors > :nth-child(45n + 21) .u-color-border {
  border-color: #e4e575;
  stroke: #e4e575;
}
.u-colors > :nth-child(45n + 22) .u-color {
  background-color: #fcd86e;
  fill: #fcd86e;
  color: #694f02;
}
.u-colors > :nth-child(45n + 22) .u-color-bg,
.u-colors > :nth-child(45n + 22) .u-color-background {
  background-color: #fcd86e;
}
.u-colors > :nth-child(45n + 22) .u-color-txt,
.u-colors > :nth-child(45n + 22) .u-color-text {
  color: #fcd86e;
}
.u-colors > :nth-child(45n + 22) .u-color-bd,
.u-colors > :nth-child(45n + 22) .u-color-border {
  border-color: #fcd86e;
  stroke: #fcd86e;
}
.u-colors > :nth-child(45n + 23) .u-color {
  background-color: #f19a65;
  fill: #f19a65;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 23) .u-color-bg,
.u-colors > :nth-child(45n + 23) .u-color-background {
  background-color: #f19a65;
}
.u-colors > :nth-child(45n + 23) .u-color-txt,
.u-colors > :nth-child(45n + 23) .u-color-text {
  color: #f19a65;
}
.u-colors > :nth-child(45n + 23) .u-color-bd,
.u-colors > :nth-child(45n + 23) .u-color-border {
  border-color: #f19a65;
  stroke: #f19a65;
}
.u-colors > :nth-child(45n + 24) .u-color {
  background-color: #ff3333;
  fill: #ff3333;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 24) .u-color-bg,
.u-colors > :nth-child(45n + 24) .u-color-background {
  background-color: #ff3333;
}
.u-colors > :nth-child(45n + 24) .u-color-txt,
.u-colors > :nth-child(45n + 24) .u-color-text {
  color: #ff3333;
}
.u-colors > :nth-child(45n + 24) .u-color-bd,
.u-colors > :nth-child(45n + 24) .u-color-border {
  border-color: #ff3333;
  stroke: #ff3333;
}
.u-colors > :nth-child(45n + 25) .u-color {
  background-color: #ff3939;
  fill: #ff3939;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 25) .u-color-bg,
.u-colors > :nth-child(45n + 25) .u-color-background {
  background-color: #ff3939;
}
.u-colors > :nth-child(45n + 25) .u-color-txt,
.u-colors > :nth-child(45n + 25) .u-color-text {
  color: #ff3939;
}
.u-colors > :nth-child(45n + 25) .u-color-bd,
.u-colors > :nth-child(45n + 25) .u-color-border {
  border-color: #ff3939;
  stroke: #ff3939;
}
.u-colors > :nth-child(45n + 26) .u-color {
  background-color: #d579b1;
  fill: #d579b1;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 26) .u-color-bg,
.u-colors > :nth-child(45n + 26) .u-color-background {
  background-color: #d579b1;
}
.u-colors > :nth-child(45n + 26) .u-color-txt,
.u-colors > :nth-child(45n + 26) .u-color-text {
  color: #d579b1;
}
.u-colors > :nth-child(45n + 26) .u-color-bd,
.u-colors > :nth-child(45n + 26) .u-color-border {
  border-color: #d579b1;
  stroke: #d579b1;
}
.u-colors > :nth-child(45n + 27) .u-color {
  background-color: #9d71af;
  fill: #9d71af;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 27) .u-color-bg,
.u-colors > :nth-child(45n + 27) .u-color-background {
  background-color: #9d71af;
}
.u-colors > :nth-child(45n + 27) .u-color-txt,
.u-colors > :nth-child(45n + 27) .u-color-text {
  color: #9d71af;
}
.u-colors > :nth-child(45n + 27) .u-color-bd,
.u-colors > :nth-child(45n + 27) .u-color-border {
  border-color: #9d71af;
  stroke: #9d71af;
}
.u-colors > :nth-child(45n + 28) .u-color {
  background-color: #7b86bd;
  fill: #7b86bd;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 28) .u-color-bg,
.u-colors > :nth-child(45n + 28) .u-color-background {
  background-color: #7b86bd;
}
.u-colors > :nth-child(45n + 28) .u-color-txt,
.u-colors > :nth-child(45n + 28) .u-color-text {
  color: #7b86bd;
}
.u-colors > :nth-child(45n + 28) .u-color-bd,
.u-colors > :nth-child(45n + 28) .u-color-border {
  border-color: #7b86bd;
  stroke: #7b86bd;
}
.u-colors > :nth-child(45n + 29) .u-color {
  background-color: #bfc8d1;
  fill: #bfc8d1;
  color: #3d4854;
}
.u-colors > :nth-child(45n + 29) .u-color-bg,
.u-colors > :nth-child(45n + 29) .u-color-background {
  background-color: #bfc8d1;
}
.u-colors > :nth-child(45n + 29) .u-color-txt,
.u-colors > :nth-child(45n + 29) .u-color-text {
  color: #bfc8d1;
}
.u-colors > :nth-child(45n + 29) .u-color-bd,
.u-colors > :nth-child(45n + 29) .u-color-border {
  border-color: #bfc8d1;
  stroke: #bfc8d1;
}
.u-colors > :nth-child(45n + 30) .u-color {
  background-color: #8b9dad;
  fill: #8b9dad;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 30) .u-color-bg,
.u-colors > :nth-child(45n + 30) .u-color-background {
  background-color: #8b9dad;
}
.u-colors > :nth-child(45n + 30) .u-color-txt,
.u-colors > :nth-child(45n + 30) .u-color-text {
  color: #8b9dad;
}
.u-colors > :nth-child(45n + 30) .u-color-bd,
.u-colors > :nth-child(45n + 30) .u-color-border {
  border-color: #8b9dad;
  stroke: #8b9dad;
}
.u-colors > :nth-child(45n + 31) .u-color {
  background-color: #2e53b3;
  fill: #2e53b3;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 31) .u-color-bg,
.u-colors > :nth-child(45n + 31) .u-color-background {
  background-color: #2e53b3;
}
.u-colors > :nth-child(45n + 31) .u-color-txt,
.u-colors > :nth-child(45n + 31) .u-color-text {
  color: #2e53b3;
}
.u-colors > :nth-child(45n + 31) .u-color-bd,
.u-colors > :nth-child(45n + 31) .u-color-border {
  border-color: #2e53b3;
  stroke: #2e53b3;
}
.u-colors > :nth-child(45n + 32) .u-color {
  background-color: #0c6fd9;
  fill: #0c6fd9;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 32) .u-color-bg,
.u-colors > :nth-child(45n + 32) .u-color-background {
  background-color: #0c6fd9;
}
.u-colors > :nth-child(45n + 32) .u-color-txt,
.u-colors > :nth-child(45n + 32) .u-color-text {
  color: #0c6fd9;
}
.u-colors > :nth-child(45n + 32) .u-color-bd,
.u-colors > :nth-child(45n + 32) .u-color-border {
  border-color: #0c6fd9;
  stroke: #0c6fd9;
}
.u-colors > :nth-child(45n + 33) .u-color {
  background-color: #18b1ae;
  fill: #18b1ae;
  color: #000000;
}
.u-colors > :nth-child(45n + 33) .u-color-bg,
.u-colors > :nth-child(45n + 33) .u-color-background {
  background-color: #18b1ae;
}
.u-colors > :nth-child(45n + 33) .u-color-txt,
.u-colors > :nth-child(45n + 33) .u-color-text {
  color: #18b1ae;
}
.u-colors > :nth-child(45n + 33) .u-color-bd,
.u-colors > :nth-child(45n + 33) .u-color-border {
  border-color: #18b1ae;
  stroke: #18b1ae;
}
.u-colors > :nth-child(45n + 34) .u-color {
  background-color: #bfb17a;
  fill: #bfb17a;
  color: #594c18;
}
.u-colors > :nth-child(45n + 34) .u-color-bg,
.u-colors > :nth-child(45n + 34) .u-color-background {
  background-color: #bfb17a;
}
.u-colors > :nth-child(45n + 34) .u-color-txt,
.u-colors > :nth-child(45n + 34) .u-color-text {
  color: #bfb17a;
}
.u-colors > :nth-child(45n + 34) .u-color-bd,
.u-colors > :nth-child(45n + 34) .u-color-border {
  border-color: #bfb17a;
  stroke: #bfb17a;
}
.u-colors > :nth-child(45n + 35) .u-color {
  background-color: #1212a0;
  fill: #1212a0;
  color: #d7d7fa;
}
.u-colors > :nth-child(45n + 35) .u-color-bg,
.u-colors > :nth-child(45n + 35) .u-color-background {
  background-color: #1212a0;
}
.u-colors > :nth-child(45n + 35) .u-color-txt,
.u-colors > :nth-child(45n + 35) .u-color-text {
  color: #1212a0;
}
.u-colors > :nth-child(45n + 35) .u-color-bd,
.u-colors > :nth-child(45n + 35) .u-color-border {
  border-color: #1212a0;
  stroke: #1212a0;
}
.u-colors > :nth-child(45n + 36) .u-color {
  background-color: #c9ca39;
  fill: #c9ca39;
  color: #2d2e04;
}
.u-colors > :nth-child(45n + 36) .u-color-bg,
.u-colors > :nth-child(45n + 36) .u-color-background {
  background-color: #c9ca39;
}
.u-colors > :nth-child(45n + 36) .u-color-txt,
.u-colors > :nth-child(45n + 36) .u-color-text {
  color: #c9ca39;
}
.u-colors > :nth-child(45n + 36) .u-color-bd,
.u-colors > :nth-child(45n + 36) .u-color-border {
  border-color: #c9ca39;
  stroke: #c9ca39;
}
.u-colors > :nth-child(45n + 37) .u-color {
  background-color: #d9b13b;
  fill: #d9b13b;
  color: #463400;
}
.u-colors > :nth-child(45n + 37) .u-color-bg,
.u-colors > :nth-child(45n + 37) .u-color-background {
  background-color: #d9b13b;
}
.u-colors > :nth-child(45n + 37) .u-color-txt,
.u-colors > :nth-child(45n + 37) .u-color-text {
  color: #d9b13b;
}
.u-colors > :nth-child(45n + 37) .u-color-bd,
.u-colors > :nth-child(45n + 37) .u-color-border {
  border-color: #d9b13b;
  stroke: #d9b13b;
}
.u-colors > :nth-child(45n + 38) .u-color {
  background-color: #d76a27;
  fill: #d76a27;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 38) .u-color-bg,
.u-colors > :nth-child(45n + 38) .u-color-background {
  background-color: #d76a27;
}
.u-colors > :nth-child(45n + 38) .u-color-txt,
.u-colors > :nth-child(45n + 38) .u-color-text {
  color: #d76a27;
}
.u-colors > :nth-child(45n + 38) .u-color-bd,
.u-colors > :nth-child(45n + 38) .u-color-border {
  border-color: #d76a27;
  stroke: #d76a27;
}
.u-colors > :nth-child(45n + 39) .u-color {
  background-color: #d90000;
  fill: #d90000;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 39) .u-color-bg,
.u-colors > :nth-child(45n + 39) .u-color-background {
  background-color: #d90000;
}
.u-colors > :nth-child(45n + 39) .u-color-txt,
.u-colors > :nth-child(45n + 39) .u-color-text {
  color: #d90000;
}
.u-colors > :nth-child(45n + 39) .u-color-bd,
.u-colors > :nth-child(45n + 39) .u-color-border {
  border-color: #d90000;
  stroke: #d90000;
}
.u-colors > :nth-child(45n + 40) .u-color {
  background-color: #d90606;
  fill: #d90606;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 40) .u-color-bg,
.u-colors > :nth-child(45n + 40) .u-color-background {
  background-color: #d90606;
}
.u-colors > :nth-child(45n + 40) .u-color-txt,
.u-colors > :nth-child(45n + 40) .u-color-text {
  color: #d90606;
}
.u-colors > :nth-child(45n + 40) .u-color-bd,
.u-colors > :nth-child(45n + 40) .u-color-border {
  border-color: #d90606;
  stroke: #d90606;
}
.u-colors > :nth-child(45n + 41) .u-color {
  background-color: #ba3d88;
  fill: #ba3d88;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 41) .u-color-bg,
.u-colors > :nth-child(45n + 41) .u-color-background {
  background-color: #ba3d88;
}
.u-colors > :nth-child(45n + 41) .u-color-txt,
.u-colors > :nth-child(45n + 41) .u-color-text {
  color: #ba3d88;
}
.u-colors > :nth-child(45n + 41) .u-color-bd,
.u-colors > :nth-child(45n + 41) .u-color-border {
  border-color: #ba3d88;
  stroke: #ba3d88;
}
.u-colors > :nth-child(45n + 42) .u-color {
  background-color: #773393;
  fill: #773393;
  color: #f6eff9;
}
.u-colors > :nth-child(45n + 42) .u-color-bg,
.u-colors > :nth-child(45n + 42) .u-color-background {
  background-color: #773393;
}
.u-colors > :nth-child(45n + 42) .u-color-txt,
.u-colors > :nth-child(45n + 42) .u-color-text {
  color: #773393;
}
.u-colors > :nth-child(45n + 42) .u-color-bd,
.u-colors > :nth-child(45n + 42) .u-color-border {
  border-color: #773393;
  stroke: #773393;
}
.u-colors > :nth-child(45n + 43) .u-color {
  background-color: #3d4ea3;
  fill: #3d4ea3;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 43) .u-color-bg,
.u-colors > :nth-child(45n + 43) .u-color-background {
  background-color: #3d4ea3;
}
.u-colors > :nth-child(45n + 43) .u-color-txt,
.u-colors > :nth-child(45n + 43) .u-color-text {
  color: #3d4ea3;
}
.u-colors > :nth-child(45n + 43) .u-color-bd,
.u-colors > :nth-child(45n + 43) .u-color-border {
  border-color: #3d4ea3;
  stroke: #3d4ea3;
}
.u-colors > :nth-child(45n + 44) .u-color {
  background-color: #8c9eb0;
  fill: #8c9eb0;
  color: #283a4d;
}
.u-colors > :nth-child(45n + 44) .u-color-bg,
.u-colors > :nth-child(45n + 44) .u-color-background {
  background-color: #8c9eb0;
}
.u-colors > :nth-child(45n + 44) .u-color-txt,
.u-colors > :nth-child(45n + 44) .u-color-text {
  color: #8c9eb0;
}
.u-colors > :nth-child(45n + 44) .u-color-bd,
.u-colors > :nth-child(45n + 44) .u-color-border {
  border-color: #8c9eb0;
  stroke: #8c9eb0;
}
.u-colors > :nth-child(45n + 45) .u-color {
  background-color: #4e7391;
  fill: #4e7391;
  color: #ffffff;
}
.u-colors > :nth-child(45n + 45) .u-color-bg,
.u-colors > :nth-child(45n + 45) .u-color-background {
  background-color: #4e7391;
}
.u-colors > :nth-child(45n + 45) .u-color-txt,
.u-colors > :nth-child(45n + 45) .u-color-text {
  color: #4e7391;
}
.u-colors > :nth-child(45n + 45) .u-color-bd,
.u-colors > :nth-child(45n + 45) .u-color-border {
  border-color: #4e7391;
  stroke: #4e7391;
}

.u-color-1 {
  background-color: #486ac0 !important;
  fill: #486ac0 !important;
  color: #ffffff !important;
}
.u-color-1-bg,
.u-color-1-background {
  background-color: #486ac0 !important;
  fill: #486ac0 !important;
}
.u-color-1-txt,
.u-color-1-text {
  color: #486ac0 !important;
}
.u-color-1-bd,
.u-color-1-border {
  border-color: #486ac0 !important;
  stroke: #486ac0 !important;
}
.u-color-2 {
  background-color: #1583f8 !important;
  fill: #1583f8 !important;
  color: #ffffff !important;
}
.u-color-2-bg,
.u-color-2-background {
  background-color: #1583f8 !important;
  fill: #1583f8 !important;
}
.u-color-2-txt,
.u-color-2-text {
  color: #1583f8 !important;
}
.u-color-2-bd,
.u-color-2-border {
  border-color: #1583f8 !important;
  stroke: #1583f8 !important;
}
.u-color-3 {
  background-color: #2ebfbc !important;
  fill: #2ebfbc !important;
  color: #f0fcfb !important;
}
.u-color-3-bg,
.u-color-3-background {
  background-color: #2ebfbc !important;
  fill: #2ebfbc !important;
}
.u-color-3-txt,
.u-color-3-text {
  color: #2ebfbc !important;
}
.u-color-3-bd,
.u-color-3-border {
  border-color: #2ebfbc !important;
  stroke: #2ebfbc !important;
}
.u-color-4 {
  background-color: #d6ca9a !important;
  fill: #d6ca9a !important;
  color: #edff63 !important;
}
.u-color-4-bg,
.u-color-4-background {
  background-color: #d6ca9a !important;
  fill: #d6ca9a !important;
}
.u-color-4-txt,
.u-color-4-text {
  color: #d6ca9a !important;
}
.u-color-4-bd,
.u-color-4-border {
  border-color: #d6ca9a !important;
  stroke: #d6ca9a !important;
}
.u-color-5 {
  background-color: #2525ad !important;
  fill: #2525ad !important;
  color: #2ad1e7 !important;
}
.u-color-5-bg,
.u-color-5-background {
  background-color: #2525ad !important;
  fill: #2525ad !important;
}
.u-color-5-txt,
.u-color-5-text {
  color: #2525ad !important;
}
.u-color-5-bd,
.u-color-5-border {
  border-color: #2525ad !important;
  stroke: #2525ad !important;
}
.u-color-6 {
  background-color: #ddde53 !important;
  fill: #ddde53 !important;
  color: #2a2a08 !important;
}
.u-color-6-bg,
.u-color-6-background {
  background-color: #ddde53 !important;
  fill: #ddde53 !important;
}
.u-color-6-txt,
.u-color-6-text {
  color: #ddde53 !important;
}
.u-color-6-bd,
.u-color-6-border {
  border-color: #ddde53 !important;
  stroke: #ddde53 !important;
}
.u-color-7 {
  background-color: #fbce4a !important;
  fill: #fbce4a !important;
  color: #85fa56 !important;
}
.u-color-7-bg,
.u-color-7-background {
  background-color: #fbce4a !important;
  fill: #fbce4a !important;
}
.u-color-7-txt,
.u-color-7-text {
  color: #fbce4a !important;
}
.u-color-7-bd,
.u-color-7-border {
  border-color: #fbce4a !important;
  stroke: #fbce4a !important;
}
.u-color-8 {
  background-color: #ed813e !important;
  fill: #ed813e !important;
  color: #b5c72a !important;
}
.u-color-8-bg,
.u-color-8-background {
  background-color: #ed813e !important;
  fill: #ed813e !important;
}
.u-color-8-txt,
.u-color-8-text {
  color: #ed813e !important;
}
.u-color-8-bd,
.u-color-8-border {
  border-color: #ed813e !important;
  stroke: #ed813e !important;
}
.u-color-9 {
  background-color: #ff0000 !important;
  fill: #ff0000 !important;
  color: #ffffff !important;
}
.u-color-9-bg,
.u-color-9-background {
  background-color: #ff0000 !important;
  fill: #ff0000 !important;
}
.u-color-9-txt,
.u-color-9-text {
  color: #ff0000 !important;
}
.u-color-9-bd,
.u-color-9-border {
  border-color: #ff0000 !important;
  stroke: #ff0000 !important;
}
.u-color-10 {
  background-color: #ff0707 !important;
  fill: #ff0707 !important;
  color: #ffffff !important;
}
.u-color-10-bg,
.u-color-10-background {
  background-color: #ff0707 !important;
  fill: #ff0707 !important;
}
.u-color-10-txt,
.u-color-10-text {
  color: #ff0707 !important;
}
.u-color-10-bd,
.u-color-10-border {
  border-color: #ff0707 !important;
  stroke: #ff0707 !important;
}
.u-color-11 {
  background-color: #ca589d !important;
  fill: #ca589d !important;
  color: #ffffff !important;
}
.u-color-11-bg,
.u-color-11-background {
  background-color: #ca589d !important;
  fill: #ca589d !important;
}
.u-color-11-txt,
.u-color-11-text {
  color: #ca589d !important;
}
.u-color-11-bd,
.u-color-11-border {
  border-color: #ca589d !important;
  stroke: #ca589d !important;
}
.u-color-12 {
  background-color: #854e9b !important;
  fill: #854e9b !important;
  color: #f6f0f8 !important;
}
.u-color-12-bg,
.u-color-12-background {
  background-color: #854e9b !important;
  fill: #854e9b !important;
}
.u-color-12-txt,
.u-color-12-text {
  color: #854e9b !important;
}
.u-color-12-bd,
.u-color-12-border {
  border-color: #854e9b !important;
  stroke: #854e9b !important;
}
.u-color-13 {
  background-color: #5a68ad !important;
  fill: #5a68ad !important;
  color: #ffffff !important;
}
.u-color-13-bg,
.u-color-13-background {
  background-color: #5a68ad !important;
  fill: #5a68ad !important;
}
.u-color-13-txt,
.u-color-13-text {
  color: #5a68ad !important;
}
.u-color-13-bd,
.u-color-13-border {
  border-color: #5a68ad !important;
  stroke: #5a68ad !important;
}
.u-color-14 {
  background-color: #afbac5 !important;
  fill: #afbac5 !important;
  color: #313a44 !important;
}
.u-color-14-bg,
.u-color-14-background {
  background-color: #afbac5 !important;
  fill: #afbac5 !important;
}
.u-color-14-txt,
.u-color-14-text {
  color: #afbac5 !important;
}
.u-color-14-bd,
.u-color-14-border {
  border-color: #afbac5 !important;
  stroke: #afbac5 !important;
}
.u-color-15 {
  background-color: #6e8598 !important;
  fill: #6e8598 !important;
  color: #ffffff !important;
}
.u-color-15-bg,
.u-color-15-background {
  background-color: #6e8598 !important;
  fill: #6e8598 !important;
}
.u-color-15-txt,
.u-color-15-text {
  color: #6e8598 !important;
}
.u-color-15-bd,
.u-color-15-border {
  border-color: #6e8598 !important;
  stroke: #6e8598 !important;
}
.u-color-16 {
  background-color: #6d88cd !important;
  fill: #6d88cd !important;
  color: #ffffff !important;
}
.u-color-16-bg,
.u-color-16-background {
  background-color: #6d88cd !important;
  fill: #6d88cd !important;
}
.u-color-16-txt,
.u-color-16-text {
  color: #6d88cd !important;
}
.u-color-16-bd,
.u-color-16-border {
  border-color: #6d88cd !important;
  stroke: #6d88cd !important;
}
.u-color-17 {
  background-color: #449cf9 !important;
  fill: #449cf9 !important;
  color: #ffffff !important;
}
.u-color-17-bg,
.u-color-17-background {
  background-color: #449cf9 !important;
  fill: #449cf9 !important;
}
.u-color-17-txt,
.u-color-17-text {
  color: #449cf9 !important;
}
.u-color-17-bd,
.u-color-17-border {
  border-color: #449cf9 !important;
  stroke: #449cf9 !important;
}
.u-color-18 {
  background-color: #58ccc9 !important;
  fill: #58ccc9 !important;
  color: #091c1c !important;
}
.u-color-18-bg,
.u-color-18-background {
  background-color: #58ccc9 !important;
  fill: #58ccc9 !important;
}
.u-color-18-txt,
.u-color-18-text {
  color: #58ccc9 !important;
}
.u-color-18-bd,
.u-color-18-border {
  border-color: #58ccc9 !important;
  stroke: #58ccc9 !important;
}
.u-color-19 {
  background-color: #ded5ae !important;
  fill: #ded5ae !important;
  color: #655929 !important;
}
.u-color-19-bg,
.u-color-19-background {
  background-color: #ded5ae !important;
  fill: #ded5ae !important;
}
.u-color-19-txt,
.u-color-19-text {
  color: #ded5ae !important;
}
.u-color-19-bd,
.u-color-19-border {
  border-color: #ded5ae !important;
  stroke: #ded5ae !important;
}
.u-color-20 {
  background-color: #5151bd !important;
  fill: #5151bd !important;
  color: #ffffff !important;
}
.u-color-20-bg,
.u-color-20-background {
  background-color: #5151bd !important;
  fill: #5151bd !important;
}
.u-color-20-txt,
.u-color-20-text {
  color: #5151bd !important;
}
.u-color-20-bd,
.u-color-20-border {
  border-color: #5151bd !important;
  stroke: #5151bd !important;
}
.u-color-21 {
  background-color: #e4e575 !important;
  fill: #e4e575 !important;
  color: #4c4c0f !important;
}
.u-color-21-bg,
.u-color-21-background {
  background-color: #e4e575 !important;
  fill: #e4e575 !important;
}
.u-color-21-txt,
.u-color-21-text {
  color: #e4e575 !important;
}
.u-color-21-bd,
.u-color-21-border {
  border-color: #e4e575 !important;
  stroke: #e4e575 !important;
}
.u-color-22 {
  background-color: #fcd86e !important;
  fill: #fcd86e !important;
  color: #694f02 !important;
}
.u-color-22-bg,
.u-color-22-background {
  background-color: #fcd86e !important;
  fill: #fcd86e !important;
}
.u-color-22-txt,
.u-color-22-text {
  color: #fcd86e !important;
}
.u-color-22-bd,
.u-color-22-border {
  border-color: #fcd86e !important;
  stroke: #fcd86e !important;
}
.u-color-23 {
  background-color: #f19a65 !important;
  fill: #f19a65 !important;
  color: #ffffff !important;
}
.u-color-23-bg,
.u-color-23-background {
  background-color: #f19a65 !important;
  fill: #f19a65 !important;
}
.u-color-23-txt,
.u-color-23-text {
  color: #f19a65 !important;
}
.u-color-23-bd,
.u-color-23-border {
  border-color: #f19a65 !important;
  stroke: #f19a65 !important;
}
.u-color-24 {
  background-color: #ff3333 !important;
  fill: #ff3333 !important;
  color: #ffffff !important;
}
.u-color-24-bg,
.u-color-24-background {
  background-color: #ff3333 !important;
  fill: #ff3333 !important;
}
.u-color-24-txt,
.u-color-24-text {
  color: #ff3333 !important;
}
.u-color-24-bd,
.u-color-24-border {
  border-color: #ff3333 !important;
  stroke: #ff3333 !important;
}
.u-color-25 {
  background-color: #ff3939 !important;
  fill: #ff3939 !important;
  color: #ffffff !important;
}
.u-color-25-bg,
.u-color-25-background {
  background-color: #ff3939 !important;
  fill: #ff3939 !important;
}
.u-color-25-txt,
.u-color-25-text {
  color: #ff3939 !important;
}
.u-color-25-bd,
.u-color-25-border {
  border-color: #ff3939 !important;
  stroke: #ff3939 !important;
}
.u-color-26 {
  background-color: #d579b1 !important;
  fill: #d579b1 !important;
  color: #ffffff !important;
}
.u-color-26-bg,
.u-color-26-background {
  background-color: #d579b1 !important;
  fill: #d579b1 !important;
}
.u-color-26-txt,
.u-color-26-text {
  color: #d579b1 !important;
}
.u-color-26-bd,
.u-color-26-border {
  border-color: #d579b1 !important;
  stroke: #d579b1 !important;
}
.u-color-27 {
  background-color: #9d71af !important;
  fill: #9d71af !important;
  color: #ffffff !important;
}
.u-color-27-bg,
.u-color-27-background {
  background-color: #9d71af !important;
  fill: #9d71af !important;
}
.u-color-27-txt,
.u-color-27-text {
  color: #9d71af !important;
}
.u-color-27-bd,
.u-color-27-border {
  border-color: #9d71af !important;
  stroke: #9d71af !important;
}
.u-color-28 {
  background-color: #7b86bd !important;
  fill: #7b86bd !important;
  color: #ffffff !important;
}
.u-color-28-bg,
.u-color-28-background {
  background-color: #7b86bd !important;
  fill: #7b86bd !important;
}
.u-color-28-txt,
.u-color-28-text {
  color: #7b86bd !important;
}
.u-color-28-bd,
.u-color-28-border {
  border-color: #7b86bd !important;
  stroke: #7b86bd !important;
}
.u-color-29 {
  background-color: #bfc8d1 !important;
  fill: #bfc8d1 !important;
  color: #3d4854 !important;
}
.u-color-29-bg,
.u-color-29-background {
  background-color: #bfc8d1 !important;
  fill: #bfc8d1 !important;
}
.u-color-29-txt,
.u-color-29-text {
  color: #bfc8d1 !important;
}
.u-color-29-bd,
.u-color-29-border {
  border-color: #bfc8d1 !important;
  stroke: #bfc8d1 !important;
}
.u-color-30 {
  background-color: #8b9dad !important;
  fill: #8b9dad !important;
  color: #ffffff !important;
}
.u-color-30-bg,
.u-color-30-background {
  background-color: #8b9dad !important;
  fill: #8b9dad !important;
}
.u-color-30-txt,
.u-color-30-text {
  color: #8b9dad !important;
}
.u-color-30-bd,
.u-color-30-border {
  border-color: #8b9dad !important;
  stroke: #8b9dad !important;
}
.u-color-31 {
  background-color: #2e53b3 !important;
  fill: #2e53b3 !important;
  color: #ffffff !important;
}
.u-color-31-bg,
.u-color-31-background {
  background-color: #2e53b3 !important;
  fill: #2e53b3 !important;
}
.u-color-31-txt,
.u-color-31-text {
  color: #2e53b3 !important;
}
.u-color-31-bd,
.u-color-31-border {
  border-color: #2e53b3 !important;
  stroke: #2e53b3 !important;
}
.u-color-32 {
  background-color: #0c6fd9 !important;
  fill: #0c6fd9 !important;
  color: #ffffff !important;
}
.u-color-32-bg,
.u-color-32-background {
  background-color: #0c6fd9 !important;
  fill: #0c6fd9 !important;
}
.u-color-32-txt,
.u-color-32-text {
  color: #0c6fd9 !important;
}
.u-color-32-bd,
.u-color-32-border {
  border-color: #0c6fd9 !important;
  stroke: #0c6fd9 !important;
}
.u-color-33 {
  background-color: #18b1ae !important;
  fill: #18b1ae !important;
  color: #000000 !important;
}
.u-color-33-bg,
.u-color-33-background {
  background-color: #18b1ae !important;
  fill: #18b1ae !important;
}
.u-color-33-txt,
.u-color-33-text {
  color: #18b1ae !important;
}
.u-color-33-bd,
.u-color-33-border {
  border-color: #18b1ae !important;
  stroke: #18b1ae !important;
}
.u-color-34 {
  background-color: #bfb17a !important;
  fill: #bfb17a !important;
  color: #594c18 !important;
}
.u-color-34-bg,
.u-color-34-background {
  background-color: #bfb17a !important;
  fill: #bfb17a !important;
}
.u-color-34-txt,
.u-color-34-text {
  color: #bfb17a !important;
}
.u-color-34-bd,
.u-color-34-border {
  border-color: #bfb17a !important;
  stroke: #bfb17a !important;
}
.u-color-35 {
  background-color: #1212a0 !important;
  fill: #1212a0 !important;
  color: #d7d7fa !important;
}
.u-color-35-bg,
.u-color-35-background {
  background-color: #1212a0 !important;
  fill: #1212a0 !important;
}
.u-color-35-txt,
.u-color-35-text {
  color: #1212a0 !important;
}
.u-color-35-bd,
.u-color-35-border {
  border-color: #1212a0 !important;
  stroke: #1212a0 !important;
}
.u-color-36 {
  background-color: #c9ca39 !important;
  fill: #c9ca39 !important;
  color: #2d2e04 !important;
}
.u-color-36-bg,
.u-color-36-background {
  background-color: #c9ca39 !important;
  fill: #c9ca39 !important;
}
.u-color-36-txt,
.u-color-36-text {
  color: #c9ca39 !important;
}
.u-color-36-bd,
.u-color-36-border {
  border-color: #c9ca39 !important;
  stroke: #c9ca39 !important;
}
.u-color-37 {
  background-color: #d9b13b !important;
  fill: #d9b13b !important;
  color: #463400 !important;
}
.u-color-37-bg,
.u-color-37-background {
  background-color: #d9b13b !important;
  fill: #d9b13b !important;
}
.u-color-37-txt,
.u-color-37-text {
  color: #d9b13b !important;
}
.u-color-37-bd,
.u-color-37-border {
  border-color: #d9b13b !important;
  stroke: #d9b13b !important;
}
.u-color-38 {
  background-color: #d76a27 !important;
  fill: #d76a27 !important;
  color: #ffffff !important;
}
.u-color-38-bg,
.u-color-38-background {
  background-color: #d76a27 !important;
  fill: #d76a27 !important;
}
.u-color-38-txt,
.u-color-38-text {
  color: #d76a27 !important;
}
.u-color-38-bd,
.u-color-38-border {
  border-color: #d76a27 !important;
  stroke: #d76a27 !important;
}
.u-color-39 {
  background-color: #d90000 !important;
  fill: #d90000 !important;
  color: #ffffff !important;
}
.u-color-39-bg,
.u-color-39-background {
  background-color: #d90000 !important;
  fill: #d90000 !important;
}
.u-color-39-txt,
.u-color-39-text {
  color: #d90000 !important;
}
.u-color-39-bd,
.u-color-39-border {
  border-color: #d90000 !important;
  stroke: #d90000 !important;
}
.u-color-40 {
  background-color: #d90606 !important;
  fill: #d90606 !important;
  color: #ffffff !important;
}
.u-color-40-bg,
.u-color-40-background {
  background-color: #d90606 !important;
  fill: #d90606 !important;
}
.u-color-40-txt,
.u-color-40-text {
  color: #d90606 !important;
}
.u-color-40-bd,
.u-color-40-border {
  border-color: #d90606 !important;
  stroke: #d90606 !important;
}
.u-color-41 {
  background-color: #ba3d88 !important;
  fill: #ba3d88 !important;
  color: #ffffff !important;
}
.u-color-41-bg,
.u-color-41-background {
  background-color: #ba3d88 !important;
  fill: #ba3d88 !important;
}
.u-color-41-txt,
.u-color-41-text {
  color: #ba3d88 !important;
}
.u-color-41-bd,
.u-color-41-border {
  border-color: #ba3d88 !important;
  stroke: #ba3d88 !important;
}
.u-color-42 {
  background-color: #773393 !important;
  fill: #773393 !important;
  color: #f6eff9 !important;
}
.u-color-42-bg,
.u-color-42-background {
  background-color: #773393 !important;
  fill: #773393 !important;
}
.u-color-42-txt,
.u-color-42-text {
  color: #773393 !important;
}
.u-color-42-bd,
.u-color-42-border {
  border-color: #773393 !important;
  stroke: #773393 !important;
}
.u-color-43 {
  background-color: #3d4ea3 !important;
  fill: #3d4ea3 !important;
  color: #ffffff !important;
}
.u-color-43-bg,
.u-color-43-background {
  background-color: #3d4ea3 !important;
  fill: #3d4ea3 !important;
}
.u-color-43-txt,
.u-color-43-text {
  color: #3d4ea3 !important;
}
.u-color-43-bd,
.u-color-43-border {
  border-color: #3d4ea3 !important;
  stroke: #3d4ea3 !important;
}
.u-color-44 {
  background-color: #8c9eb0 !important;
  fill: #8c9eb0 !important;
  color: #283a4d !important;
}
.u-color-44-bg,
.u-color-44-background {
  background-color: #8c9eb0 !important;
  fill: #8c9eb0 !important;
}
.u-color-44-txt,
.u-color-44-text {
  color: #8c9eb0 !important;
}
.u-color-44-bd,
.u-color-44-border {
  border-color: #8c9eb0 !important;
  stroke: #8c9eb0 !important;
}
.u-color-45 {
  background-color: #4e7391 !important;
  fill: #4e7391 !important;
  color: #ffffff !important;
}
.u-color-45-bg,
.u-color-45-background {
  background-color: #4e7391 !important;
  fill: #4e7391 !important;
}
.u-color-45-txt,
.u-color-45-text {
  color: #4e7391 !important;
}
.u-color-45-bd,
.u-color-45-border {
  border-color: #4e7391 !important;
  stroke: #4e7391 !important;
}

.u-color-transparent {
  background-color: transparent !important;
  color: transparent !important;
}
.u-color-transparent-bg {
  background-color: transparent !important;
}
.u-color-transparent-txt,
.u-color-transparent-text {
  color: transparent !important;
}
.u-color-transparent-bd,
.u-color-transparent-border {
  border-color: transparent !important;
}

/* 
 * Oracle Application Express 5.0 Theme Roller Custom CSS 
 *
 */

.t-PageBody--leftNav .t-Body-nav {
    //width: 280px;
    /*border-right: solid 1px;*/
    border-color: rgb(224, 224, 224);
}

/*CUSTOM DESIGN FOR "VIEW MENU" BUTTON IN MENU MAINTEINANCE SCREEN*/
#P50100020101_VIEW_MENU {
    margin-top: 26px;
}

/*CUSTOM DESIGN FOR "TREE_OPTIONS_REGION" IN MENU_GROUP SCREEN*/
#TREE_OPTIONS_REGION .is-collapsible>.a-TreeView-content>span.fa:before {
    content: "\f115"
}

/*MOVE BUTTON*/
#REMOVE_MENU_BTN {
    margin-top: 20px;
}

/*RESIZE APEX "DIV" TAG*/
.custom-col-1 {
    width: 120px;
}

/*define a max-width*/
.custom-fixed-column {
    max-width: 140px;
}

/*define a min width for GENERAL_LEDGER region*/
#LEFT_DETAIL {
    min-width: 475px;
}

/*changed date pickers size*/
.custom-datepicker {
    max-width: 150px;
    min-width: 105px;
}

/*changed color and width of LOV buttons*/
.custom-itm-btn {
    color: #336699;
    /* rgb(0,123,205); */
    min-width: 0px;
}

/*changed color of calendar icon items*/
.icon-calendar {
    color: #336699;
}

/*changed position for CLONE_WINDOW button*/
.custom-copy-btn {
    text-align: right;
}

/*changed design on P0_SY_CO item at item level*/
#P0_CORPORATION {
    min-width: 100%;
    font-size: 11pt;
    /*border: none;*/
    background-color: white;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 4);
    -webkit-box-shadow: 4px 4px 6px RGBA(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 6px RGBA(0, 0, 0, 0.4);
    padding-bottom: .3rem;
    padding-top: .3rem;
}

/*changed design on P0_SY_CO item at item level*/
#P0_CURRENCY_CODE {
    font-size: 11pt;
    /*border: none;*/
    background-color: white;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 4);
    -webkit-box-shadow: 4px 4px 6px RGBA(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 6px RGBA(0, 0, 0, 0.4);
    padding-bottom: .3rem;
    padding-top: .3rem;
}

/*changed design on P0_SY_CO item at column div level*/
.custom-co-itm {
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
}

/*changed design on P0_SY_PATH item*/
#P0_PATH_DISPLAY {
    font-weight: normal;
    font-size: 13pt;
    color: #6a6a6a;
}

/*changed design on CO item and PATH region*/
#PATH_REGION {
    background-color: #ffffff;
}

/*CREATING A INTERACTIVE REPORT HEADER IN ALL THE APEX REGION HEADERS*/
.t-Region-header {
    //background:linear-gradient(#fafafa, #e0e0e0);
    background-color: #f5f7f8;
}

/*change all items labels to bold labal*/
.t-Form-label {
    font-weight: bolder;
}

/*UNBOLDING CUSTOM DISPLAY-ONLY ITEMS*/
.cus-unbold-text .t-Form-inputContainer span.display_only {
    font-weight: 500;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#CHECK_DATE_REGION .t-Report-cell {
    color: #696969;
    font-size: 1.5rem;
    text-align: center;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#CHECK_DATE_REGION .t-Report-colHead {
    font-weight: 600;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#CHECK_DATE_REGION th {
    font-size: 1.4rem;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#EARNINGS_REGION th {
    font-size: 1.4rem;
    font-weight: 600;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#EARNINGS_REGION td {
    font-size: 1.4rem;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#DEDUCTIONS_REGION td {
    font-size: 1.4rem;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#DEDUCTIONS_REGION th {
    font-size: 1.4rem;
    font-weight: 600;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#DEDUCTIONS_REGION .t-Region-header {
    background: none;
    font-weight: 600;
    border: none;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#EARNINGS_REGION .t-Region-header {
    background: none;
    font-weight: 600;
    border: none;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#TAXES_REGION td {
    font-size: 1.4rem;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#TAXES_REGION th {
    font-size: 1.4rem;
    font-weight: 600;
}

/*CUSTOM DESIGN FOR EMPLOYEE CHECK ON SELF SERVICE SECTION*/
#TAXES_REGION .t-Region-header {
    background: none;
    font-weight: 600;
    border: none;
}

.a-IRR-table tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

.a-IRR-table tr:hover td,
.a-IRR-table tr:nth-child(even):hover td {
    background-color: #e0e9f0;
}

/*USED FOR CREATE A ALTERNINGS WHITE AND GREY COLOR ON STARNDAR REPORTS*/
.t-Report--altRowsDefault .t-Report-report tr:nth-child(2n+1) .t-Report-cell {
    background-color: #ffffff;
}

.t-Report-report tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.t-Report-report tr:hover td,
.a-IRR-table tr:nth-child(odd):hover td {
    background-color: #e0e9f0;
}

.t-Report--rowHighlight .t-Report-report tr:hover .t-Report-cell,
.t-Report--rowHighlight .t-Report-report tr:nth-child(2n+1):hover .t-Report-cell {
    background-color: #e0e9f0 !important;
}

.t-Report--altRowsDefault .t-Report-report tr:hover:nth-child(2n+1) .t-Report-cell {
    background-color: #e0e9f0;
}

/*USED FOR CREATE A ALTERNINGS WHITE AND GREY COLOR ON STARNDAR REPORTS*/
.t-Report-report tr:nth-child(2n+1) .t-Report-cell {
    background-color: #ffffff;
}

.t-Report-report tr:hover:nth-child(2n+1) .t-Report-cell {
    background-color: #e0e9f0;
}

.t-Report--staticRowColors .t-Report-report tr:nth-child(2n+1) .t-Report-cell {
    background-color: #ffffff;
}

/* HOVER Background color to unpairs row - example page Menu Maintenance */
.t-Report--staticRowColors .t-Report-report tr:hover:nth-child(2n+1) .t-Report-cell {
    background-color: #e0e9f0;
}

.t-Report-cell,
.t-Report-colHead {
    background-color: #f5f7f8;
}

/* increase space on main menu*/
.t-TreeNav .a-TreeView-node--topLevel>.a-TreeView-content {
    padding: 0px;
}

.t-TreeNav .a-TreeView-node--topLevel>.a-TreeView-content .a-TreeView-label {
    font-size: 1.66rem;
}

.t-TreeNav .a-TreeView-node--topLevel>.a-TreeView-content .fa {
    font-size: 1.66rem;
}

/*BOLDING MAIN MENU TITLES*/
.pr_main_menu_region_title {
    font-weight: 600;
}

/*MAIN MENU BACKGROUND COLOR TO WHITE*/
.pr_main_menu_page {
    background-color: rgb(255, 255, 255);
}

/* increase height for navigation menu options*/
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row {
    height: 50px;
    margin-top: -5px;
}

/* padding for navigation menu options */
.a-TreeView-node--topLevel {
    padding-bottom: 10px;
}

body .pr_main_menu_dialog {
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
}

body .pr_main_menu_dialog .ui-dialog-titlebar {
    background-color: rgb(247, 247, 247);
}

.pr_main_menu_close_btn {
    position: absolute;
    left: 10px;
}

#PR_MAIN_MENU_CLOSE_BTN_ID {
    width: 40px;
    height: 28px;
}

#PR_MAIN_MENU_CLOSE_BTN_ID .pr_main_menu_close_icon {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 600;
}

#PR_MAIN_MENU_TITLE_HEADER_ID {
    background: none;
    margin-top: -10px; //border:none;
}

#PR_HOME_CHART1 {
    border: 2px solid rgba(36, 102, 177, .05);
    background: rgb(36, 102, 177);
    border-radius: 10px;
}

#PR_HOME_CHART1 .t-Region-body {
    background-color: white;
    background: white;
    overflow: hidden;
}

#PR_HOME_CHART2 {
    border: 2px solid rgba(36, 102, 177, .05);
    background: rgb(36, 102, 177);
    border-radius: 10px;
    overflow: hidden;
}

#PR_HOME_CHART2 .t-Region-body {
    background-color: white;
    background: white;
}

#PR_HOME_CHART3 {
    border: 2px solid rgba(36, 102, 177, .05);
    background: rgb(36, 102, 177);
    border-radius: 10px;
    overflow: hidden;
}

#PR_HOME_CHART3 .t-Region-body {
    background-color: white;
    background: white;
}

#PR_HOME_CHART3 {
    border: 2px solid rgba(36, 102, 177, .05);
    background: rgb(36, 102, 177);
    border-radius: 10px;
    overflow: hidden;
}

#PR_HOME_CHART3 .t-Region-body {
    background-color: white;
    background: white;
}

.pr_slidetooltip_cust {
    height: 156.84px;
    overflow: auto;
}

.pr_home_border_bottom {
    border: 2px solid rgb(36, 102, 177);
}

.pr_home_header_title h5 {
    padding-left: 35px;
    font-weight: 600;
}

.pr_home_header_value {
    padding-left: 5px;
    font-weight: 500;
}

#PR_HOME_NH_BADGE .t-BadgeList-value {
    background-color: rgb(0, 123, 205);
    color: white;
    font-weight: 400;
}

#PR_HOME_TER_BADGE .t-BadgeList-value {
    background-color: rgb(253, 60, 0);
    color: white;
    font-weight: 400;
}

#PR_HOME_HEADER_REGION .t-Region-body {
    background-color: white;
    background: white;
}

.pr_home_header_welcome {
    font-weight: 600;
    font-size: 1.9em;
}

.pr_home_header_emp_name {
    font-size: 1.9em;
}

.pr_home_header_value {
    font-weight: 500;
    font-size: 1.9rem;
}

.pr_home_header_label {
    font-weight: 600;
    font-size: 1.9rem;
    padding-left: 15px;
    float: right;
}

#PR_PRCALC_EI_DEDUCTIONS_TABULAR .t-Report-wrap {
    overflow: auto;
    height: 205px;
}

#PR_PRCALC_EI_OTHERPAY_TABULAR .t-Report-wrap {
    overflow: auto;
    height: 205px;
}

#PR_REMOVE_EMP_BTN {
    margin-top: 20px;
}

.pr_margin_top_add_btn {
    margin-top: 5px;
}

.pr_margin_bottom_minus1 {
    margin-bottom: -18px;
}

/* change style for logo region */
.t-Header-logo {
    background-color: white;
}

/* change style for Navigation Bar top region */
.t-Header-controls {
    /* background-color: #f5f7f8; Jamis color version */
    background-color: #336699;
}

/* change style for Navigation Bar top icon */
#t_Button_navControl {
    /* color: #336699; Jamis color version */
    color: white;
}

/* style applied to region tabs */
.apex-rds.a-Tabs li:hover,
.apex-rds.a-Tabs a:hover {
    background: #a3bddd;
    color: #ffffff;
    font-weight: 600;
}

/* style applied to region tabs */
.apex-rds.a-Tabs a {
    color: #7a7b7c;
    font-weight: 600;
}

/* style applied to region tabs */
.t-Tabs--simple .t-Tabs-item.is-active .t-Tabs-link,
.apex-rds .apex-rds-selected a {
    box-shadow: 0 -2px 0 #a3bddd inset;
    color: #336699;
    font-weight: 600;
}

/* navigation menu link style */
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-selected {
    color: #336699;
}

/* Navigation List gradient effect */
.t-NavigationBar {
    background: linear-gradient(to right, white, #336699 15%);
}

/* Change slected cell color*/
.a-GV-table tr.is-selected .a-GV-cell {
    background-color: #e0e9f0;
}

/* Style for GRID cell when is selected */
.a-GV-table tr.is-selected .a-GV-cell {
    background-color: #e0e9f0;
    border-color: #ffffff;
}

.text_field.apex-item-text.apex_disabled {
    opacity: 1;
}

.pr_opacity_1.apex_disabled {
    opacity: 1;
}

.pr_opacity_1 .apex_disabled {
    opacity: 1;
}

/* Change GRID Header Column color*/
.a-IG-header,
.a-GV-header {
    background-color: #f5f7f8;
}

.pr_bold_radio_group .radio_group label {
    font-weight: 700;
}

/* div for no data message*/
.a-IRR-noDataMsg {
    margin: 1.5px;
}

.pr_header_region_grid {
    height: 73px;
}

.pr_header_region_grid .a-IG-header,
.pr_header_region_grid .a-GV-footer,
.pr_header_region_grid .a-GV-altMessage-icon,
.pr_header_region_grid .a-GV-altMessage-text,
.pr_header_region_grid .a-GV-noDataMsg {
    display: none;
}

.a-GV-noDataMsg {
    background-color: #f8f8f8;
}

.apex-item-pct-graph {
    width: 100%;
}

.pr_percent_graph .a-Report-percentChart,
.a-Report-percentChart-fill {
    height: 30px;
}

.pr_error_graph_color {
    background-color: #f22f2f;
}

.pr_running_graph_color {
    background-color: #336699;
}

.pr_progress_graph_msg {
    font-weight: 600;
    font-size: 1.4rem;
    padding: 4px;
}

.page_for_showing_progress .u-Processing {
    display: none;
}

.pr_remove_close_btn_dialog .ui-dialog-titlebar-close {
    display: none;
}

.pr_remove_search_box_ig .a-Toolbar-groupContainer--start {
    display: none;
}

.pr_remove_search_box_ir .a-Toolbar-groupContainer--start {
    display: none;
}

/* class to hide report settings section */
.pr_hide_ig_settings .a-IG-controlsContainer {
    display: none;
}

.pr_hide_ir_settings .a-IRR-controlsContainer {
    display: none;
}

.pr_remove_ig_pagination .t-Report-pagination {
    display: none;
}

.pr_fix_min_width_region_730 {
    min-width: 718px;
}

/* version for apex 18 theme upgraded*/
.pr_fix_min_width_region_903{
min-width: 910px;
}

@media only screen and (max-width: 1530px) {
    .pr_set_100percent_width {
        width: 100%;
    }
}

.pr_min_width_110px {
    min-width: 110px;
}

.pr_fix_min_width_to_col2 {
    min-width: 130px;
}

.pr_Form_text {
    font-weight: 700;
    font-size: 1.4rem;
    color: #336699;
}

.pr_Form_text p {
    font-weight: bold;
    line-height: 16px;
    font-size: 1.4rem;
    color: #363636;
}

/* Important! ON FOCUS Highlight effect to GRID report*/
.a-GV-row.is-hover td:nth-child(2n) {
    background-color: #e0e9f0;
}

/* Important! ON FOCUS Highlight effect to GRID report*/
.a-GV-row.is-hover td:nth-child(odd) {
    background-color: #e0e9f0;
}

/* Important! Highlight effect for even/odd to GRID report*/
.a-GV-table tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

.pr_ir_text_link_in_black .a-IRR-headerLink {
    color: #373737;
}

.pr_gl_transaction_fixed_height {
    height: 450px;
    overflow: auto;
}

#PR_GL_TRANSACTIONS_SID_slideTooltip {
    background-color: white;
}

#PR_GL_TRANSACTIONS_SID_slideTooltip .a-DetailedContentList-title {
    color: #336699;
    font-weight: 600;
}

#PR_GL_TRANSACTIONS_SID_slideTooltip .a-DetailedContentList-badge {
    font-weight: 600;
    font-size: 14px;
}

.pr_remove_padding_left {
    padding-left: 0px;
}

.pr_remove_padding_left .t-Button--padLeft {
    margin-left: -5px !important;
}

.pr_add_border_bottom {
    border-bottom: 1px solid #F0F0F0;
}

.pr_add_border_bottom .a-Toolbar-group {
    border-color: #f0f0f0;
}

.pr_main_menu_node_parent .t-Form-inputContainer span.display_only {
    font-weight: 400;
    font-size: 1.7rem;
}

.pr_main_menu_item_filter .t-Form-fieldContainer--large select.selectlist[size="1"] {
    padding: .4rem;
    padding-left: 8px;
}

.col-1.pr_change_width_to_35px {
    width: 35px;
}

.t-Timeline-typeWrap {
    width: 45%;
    padding: 4px 12px;
    position: relative;
    /*overflow: hidden;*/
}

.pr_hide_element .apex-item-file-upload {
    display: none;
}

.prcheck_download_files_ir_style .t-fht-thead {
    display: none;
}

.prcheck_download_files_ir_style .t-fht-tbody {
    margin-top: -35px;
}

.prcheck_download_files_ir_style .t-fht-wrapper {
    background-color: #f5f7f8;
}

.prcheck_download_files_ir_style .a-IRR-table tr:nth-child(odd) td {
    background-color: #f5f7f8;
}

.prcheck_download_files_ir_style .a-IRR-table tr:nth-child(even) td {
    background-color: #f5f7f8;
}

.prcheck_download_files_ir_style .a-IRR-table tr:hover td,
.a-IRR-table tr:nth-child(even):hover td {
    background-color: #f5f7f8;
}

.prcheck_download_files_ir_style .t-Report-report tr:hover td,
.a-IRR-table tr:nth-child(odd):hover td {
    background-color: #f5f7f8;
}

.prcheck_download_files_ir_style .a-IRR-table td {
    border: 0;
}

.prcheck_download_files_ir_style .a-IRR {
    line-height: 9px;
}

.prcheck_download_files_ir_style .a-IRR-noDataMsg {
    display: none;
}

.pr_chart_border .t-Region-body {
    background-color: white !important;
    background: white;
    overflow: hidden;
    line-height: 80%;
}

.pr_custom_chart_style text[font-weight='400'] {
    font-weight: 600;
    font-size: 1.3rem;
}

.pr_ir_home_border {
    border: 2px solid rgb(36, 102, 177);
    border-radius: 10px;
    overflow: hidden;
}

.pr_ir_home_border {
    border: 2px solid rgb(36, 102, 177);
    border-radius: 10px;
}

.col-8.pr_ir_home_border {
    width: 66.3%;
}

.anychart-credits {
    //display:none;
}

.pr_custom_radio_group .radio_group {
    font-weight: bold;
}

.pr_custom_radio_group input {
    margin-top: 25px;
}

.pr_uppercase_text input {
    text-transform: uppercase;
}

.pr_width_to_100p {
    width: 100%;
}

.pr_disable_checkbox {
    pointer-events: none;
}

.pr_chkquery_first_item_html {
    padding-left: 12px;
}

.pr_chkquery_item_html {
    font-size: 1.2rem;
    width: 100%;
}

/* optional */
.pr_chkquery_item_html {
    margin-top: 0px;
    margin-bottom: 7px;
}

.pr_chkquery_item_html_2 {
    font-size: 1.2rem;
    width: 100%;
}

/* optional */
.pr_chkquery_item_html_2 {
    margin-top: 2px;
    margin-bottom: 5px;
}

.pr_chkquery_second_row {
    margin-top: 8px;
}

/* Fixed column version*/
.pr_chkquery_item_html_3 {
    float: right;
    margin-right: 10px;
    /*height:127px;*/
    font-size: 1.4rem;
}

.pr_fields1_layout .t-Region {
    margin-bottom: 5px;
    border-bottom: 0px;
}

.pr_fields2_layout .t-Region {
    margin-bottom: 5px;
    border-bottom: 0px;
}

.pr_fields3_layout .t-Region {
    margin-bottom: 0px;
    border-bottom: 0px;
}

.pr_fields3_layout {
    padding-left: 0px;
}

.pr_chkquery_item_html_3.col {
    margin-top: 10px;
    padding-bottom: 6px;
}

.pr_chkquery_item_form_container {
    margin-left: 10px;
}

.pr_chkquery_item_font {
    font-size: 1.2rem;
}

.pr_chkquery_item_font_big {
    font-size: 1.4rem !important;
}

.pr_chkquery_item_value {
    margin-left: 5px;
}

.pr_chkquery_col1_lbl {
    min-width: 76px;
}

.pr_chkquery_col1_val {
    width: 67px;
}

.pr_chkquery_col2_lbl {
    min-width: 100px;
}

.pr_chkquery_col2_val {
    min-width: 55px;
}

.pr_chkquery_col3_lbl {
    min-width: 78px;
}

.pr_chkquery_col3_val {
    min-width: 82px;
}

.pr_chkquery_col4_lbl {
    min-width: 72px;
}

.pr_chkquery_col4_val {
    min-width: 25px;
}

.pr_chkquery_col5_lbl {
    min-width: 112px;
}

.pr_chkquery_col5_val {
    min-width: 44px;
}

.pr_chkquery_col6_lbl {
    min-width: 92px;
}

.pr_chkquery_col6_val {
    min-width: 25px;
}

.pr_chkquery_col7_lbl {
    min-width: 78px;
}

.pr_chkquery_col7_val {
    min-width: 32px;
}

.pr_chkquery_col8_lbl {
    min-width: 85px;
}

.pr_chkquery_col8_val {
    min-width: 80px;
}

.pr_chkquery_item_value span {
    float: left;
}

.pr_remove_bottom_margin .t-Region {
    margin-bottom: 0px;
}

.pr_checkquery_btn .t-Button {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-top: -5px;
    padding: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 9px;
    padding-right: 9px;
    font-weight: 400;
}

/* Changin icon for Transaction Input Download Batch */
.t-Cards--colorize .t-Cards-item:nth-child(1n) .t-Card-icon .t-Icon.pr_batch_download_card {
    background-color: #ff9500;
}

.pr_all_emp_paid_img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-top: 50px;
}

.pr_chkquery_second_row .pr_chkquery_col1_lbl,
.pr_chkquery_second_row .pr_chkquery_col2_lbl,
.pr_chkquery_second_row .pr_chkquery_col3_lbl,
.pr_chkquery_second_row .pr_chkquery_col4_lbl,
.pr_chkquery_second_row .pr_chkquery_col5_lbl,
.pr_chkquery_second_row .pr_chkquery_col6_lbl,
.pr_chkquery_second_row .pr_chkquery_col7_lbl {
    margin-bottom: 10px;
}

#P0_GLOB_CURRENCY_RATE {
    font-size: 11pt;
    /*border: none;*/
    background-color: white;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 4);
    -webkit-box-shadow: 4px 4px 6px RGBA(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 6px RGBA(0, 0, 0, 0.4);
    opacity: 1;
}

.pr_glob_curr_rate_itm {
    width: 100px;
}

.pr_text_align_right {
    text-align: right;
}

/* NEW ATTRIBUTE IN APEX 18 UNIVERSAL THEME */
.pr_text_align_right .t-Form-itemWrapper{
display: block;
}

.pr_width_to_100p .lov {
    width: 100%;
}

.pr_custom_tabular_form_layout .t-Report-colHead {
    color: #336699;
}

.pr_custom_tabular_form_layout .a-IRR-headerLabel{
    color: #336699;
}

/* align grid buttons */
.a-Button,
.u-Button {
    vertical-align: baseline;
}

.pr_remove_ig_save .a-Toolbar-group:nth-child(5) button[data-action="save"] {
    display: none !important;
}

.pr_remove_ig_add_row .a-Toolbar-group:nth-child(6) button[data-action="selection-add-row"] {
    display: none !important;
}

#ROWID_HID_CSS.t-Report-colHead {
    display: none;
}

.t-Report-cell[headers="ROWID_HID_CSS"] {
    display: none;
}

#ROWNUM_HID_CSS.t-Report-colHead {
    display: none;
}

.t-Report-cell[headers="ROWNUM_HID_CSS"] {
    display: none;
}

#PR_EMPDED_TABFORM_SID #CODE_LOV.t-Report-colHead {
    border-left: none;
}

#PR_EMPDED_TABFORM_SID .t-Report-cell[headers="CODE_LOV"] {
    border-left: none;
}

#PR_EMPDED_TABFORM_SID .t-Report-cell[headers="CODE"] {
    padding-right: 0px;
}

input.pr_apex_disabled+button {
    cursor: default;
    pointer-events: none;
}

input.pr_apex_disabled+button {
    filter: alpha(Opacity=50);
    opacity: .7 !important;
}

.pr_apex_disabled {
    cursor: default;
    pointer-events: none;
}

.pr_apex_disabled {
    filter: alpha(Opacity=50);
    opacity: .7 !important;
}

.pr_apex_disabled_opt1 {
    cursor: default;
    pointer-events: none;
}

.pr_apex_disabled_opt1 {
    filter: alpha(Opacity=50);
    opacity: 1;
}

input.pr_apex_disabled_opt1+button {
    cursor: default;
    pointer-events: none;
}

input.pr_apex_disabled_opt1+button {
    filter: alpha(Opacity=50);
    opacity: .7;
}

#PR_ADDLOCALTAX_REPORT_SID #PAY_STATE_LOV.t-Report-colHead {
    border-left: none;
}

#PR_ADDLOCALTAX_REPORT_SID .t-Report-cell[headers="PAY_STATE_LOV"] {
    border-left: none;
}

#PR_ADDLOCALTAX_REPORT_SID .t-Report-cell[headers="PAY_STATE"] {
    padding-right: 0px;
}

#PR_ADDLOCALTAX_REPORT_SID #LOCAL_LOV.t-Report-colHead {
    border-left: none;
}

#PR_ADDLOCALTAX_REPORT_SID .t-Report-cell[headers="LOCAL_LOV"] {
    border-left: none;
}

#PR_ADDLOCALTAX_REPORT_SID .t-Report-cell[headers="LOCAL"] {
    padding-right: 0px;
}

#VALUE_WHEN_CHECKED.t-Report-colHead {
    display: none;
}

.t-Report-cell[headers="VALUE_WHEN_CHECKED"] {
    display: none;
}

#COLLECTION_NAME.t-Report-colHead {
    display: none;
}

.t-Report-cell[headers="COLLECTION_NAME"] {
    display: none;
}

#PR_EMPDIRDEP_TABFORM_SID #CODE_LOV.t-Report-colHead {
    border-left: none;
}

#PR_EMPDIRDEP_TABFORM_SID .t-Report-cell[headers="CODE_LOV"] {
    border-left: none;
}

#PR_EMPDIRDEP_TABFORM_SID .t-Report-cell[headers="CODE"] {
    padding-right: 0px;
}

#ARREARS_CHECKED.t-Report-colHead {
    display: none;
}

.t-Report-cell[headers="ARREARS_CHECKED"] {
    display: none;
}

#PRENOTE_CHECKED.t-Report-colHead {
    display: none;
}

.t-Report-cell[headers="PRENOTE_CHECKED"] {
    display: none;
}

#PR_OTHERPAY_TABFORM_SID #CODE_LOV.t-Report-colHead {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="CODE_LOV"] {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="CODE"] {
    padding-right: 0px;
}

#PR_OTHERPAY_TABFORM_SID #ACCRUAL_CODE_LOV.t-Report-colHead {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="ACCRUAL_CODE_LOV"] {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="ACCRUAL_CODE"] {
    padding-right: 0px;
}

#PR_OTHERPAY_TABFORM_SID #DEPARTMENT_LOV.t-Report-colHead {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="DEPARTMENT_LOV"] {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="DEPARTMENT"] {
    padding-right: 0px;
}

#PR_OTHERPAY_TABFORM_SID #SEGMENT1_LOV.t-Report-colHead {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="SEGMENT1_LOV"] {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="SEGMENT1"] {
    padding-right: 0px;
}

#PR_OTHERPAY_TABFORM_SID #SEGMENT2_LOV.t-Report-colHead {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="SEGMENT2_LOV"] {
    border-left: none;
}

#PR_OTHERPAY_TABFORM_SID .t-Report-cell[headers="SEGMENT2"] {
    padding-right: 0px;
}

.pr_additional_email_btn button {
    width: 116px;
}

#PR_POSITION_TABFORM_SID #POSITION_LOV.t-Report-colHead {
    border-left: none;
}

#PR_POSITION_TABFORM_SID .t-Report-cell[headers="POSITION_LOV"] {
    border-left: none;
}

#PR_POSITION_TABFORM_SID .t-Report-cell[headers="POSITION"] {
    padding-right: 0px;
}

#PR_GRADE_TABFORM_SID #GRADE_LOV.t-Report-colHead {
    border-left: none;
}

#PR_GRADE_TABFORM_SID .t-Report-cell[headers="GRADE_LOV"] {
    border-left: none;
}

#PR_GRADE_TABFORM_SID .t-Report-cell[headers="GRADE"] {
    padding-right: 0px;
}

/************/
/*  UPDATE  */
/************/
.t-Header-logo {
        background: linear-gradient(to right, white 0px, white 100px, white, #336699 25%);
}

.t-Header-controls {
    width: 48px;
    height: 48px;
    margin-left: 0px;
}

#t_Button_navControl {
    margin: 8px;
}

.t-NavigationBar {
    background: inherit;
}

.pr_remove_pad_content_body div.t-Body-contentInner{
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:2px;
  //padding:0px;
}

.pr_decrease_pad_content_body div.t-Body-contentInner{
    padding-left:2px;
    padding-top:0px;
    padding-bottom:0px;
    padding-right:2px;
}

fieldset.pr_largefont_legend{
font-size:1.4rem !important;
margin-bottom:10px !important;
}

.custom-display-only{
 font-size:1.2rem;
}

.pr_custab_input{
border:.1rem solid;
border-color:#e6e6e6;
border-radius:.2rem;
}

.pr_unbold_item_label label{
font-weight: 500;
}

.pr_remove_sides_padding{
padding-right: 0px;
padding-left: 0px;
}

.pr_remove_padding_right{
padding-right: 0px !important;
}

.pr_link_text_btn span{
color:#336699;
}

.pr_top5{
top:5px;
}

.pr_text_align_center [headers="LINK"]{
text-align:center;
}

.pr_minus8pxtop{
  top:-8px;
}

.pr_tfbac input{
padding-right:0px !important;
}

.pr_tfbac span span{
  width:auto;
}

.pr_remove_borders .t-Region{
border:0px;
box-shadow:0px 0px 0px 0px;
}

.pr_float_right{
float:right;
}

.pr_remove_borders{
border:0px;
}

.pr_width_to_auto{
 width:auto;   
}

.pr_manual_checks_cards {
    font-family: inherit;
    font-size: 20px !important;
}

.pr_remove_padding_right input{
padding-right:0px !important;
}

.pr_igremove_spyglass_noresult .a-GV-altMessage-icon{
display: none;
}

.pr_remove_richeditor_toolbar .cke_top{
  display:none;
}

.sy_help_icon_hero .t-HeroRegion-icon{
 font-size:32px;
}

.pr_white_link u a{
color:white;
}

.pr_red_link u a, .pr_red_link u{
color:#E34B4B;
}

#PR_GL_TRANSACTIONS_UPDATE_SID_slideTooltip {
    background-color: white;
}

#PR_GL_TRANSACTIONS_UPDATE_SID_slideTooltip .a-DetailedContentList-title {
    color: #336699;
    font-weight: 600;
}

#PR_GL_TRANSACTIONS_UPDATE_SID_slideTooltip .a-DetailedContentList-badge {
    font-weight: 600;
    font-size: 14px;
}

.pr_remove_spinner .u-Processing {
    display: none;
}

.pr_alert_padding .t-Alert-content{
padding:10px;
}

.pr_alert_title{
margin-bottom: 0px;
}

.pr_hide_element{
display: none;
}

.ui-dialog[aria-describedby="HRPR_MENU_SID"] .ui-dialog-titlebar-close{
  right:97.5%;
  
}

.ui-dialog[aria-describedby="HRPR_MENU_SID"] .ui-dialog-titlebar{
  background-color: rgb(247, 247, 247);
}

.pr_custom_break_ig .a-GV-breakLabel{
 font-size: 14px;
 font-weight: bold;
}

.pr_custom_break_ig .a-GV-breakValue{
 font-size: 14px;
 font-weight: bold;
}

.pr_custom_break_ig .a-GV-table th.a-GV-controlBreakHeader{
 background-color: white;
}

/* Important! ON FOCUS Highlight effect to EMPLOYEE DEDUCTIONS GRID report*/
.pr_custom_break_ig .a-GV-row.is-hover td:nth-child(2n) {
    background-color: #f8f8f8;
}

/* Important! ON FOCUS Highlight effect to EMPLOYEE DEDUCTIONS GRID report*/
.pr_custom_break_ig .a-GV-row.is-hover td:nth-child(odd) {
    background-color: #f8f8f8;
}

/* Important! Highlight effect for even/odd to EMPLOYEE DEDUCTIONS GRID report*/
.pr_custom_break_ig .a-GV-table tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

/* Important! Highlight effect for even/odd to EMPLOYEE DEDUCTIONS GRID report*/
.pr_custom_break_ig .a-GV-table tr:nth-child(2n) td {
    background-color: #f8f8f8;
}

#PR_FILES_SID{
	border-right: 2px solid rgba(0,0,0,.1);
}

/* v12.7761.1 */
.pr_to_uppercase{
 text-transform: uppercase;
}

#NHIRE_FILE_SID .a-IRR-headerLabel{
 color: #336699;
}

.apex-item-select:focus, .apex-i.apex-item-select:focus, .apex-item-text:focus, .apex-item-textarea:focus
{
    z-index: auto !important;
}

.pr_remove_ig_search .a-Toolbar-group:nth-child(1) {
    display: none !important;
}

.pr_margin_top_20px{
 margin-top: 20px;
}

.pr_text_editor_read_only{
  background-color: #fff;
  margin: 10px;
  border: 1px solid #b6b6b6;
  box-shadow: 0 0 3px rgba(0,0,0,.15);
}