/*************************************************
 *                                               *
 * CSS Personalizzato Factorit S.p.A.            *
 *                                               *
 *************************************************/

html {
    font-weight: normal;
}
body {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.6rem;
    background-color: #fff;
}
header { 
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
}

/****************************
 *  Impostazioni Generiche  *
 ****************************/
.t-Header {
    margin-top: 0 !important;
    position: fixed;
    height: 145px;
}
.t-Header-info {
    height: 35px;
    line-height: 35px;
    background-color: #00a1e1;
}
.t-Header-logo {
    overflow: visible;
    line-height: 75px;
    height: 75px;
}
.t-Header-logo-link img {
    display: block;
    width: 192px;
    height: auto !important;
    max-height: 55px !important;
    margin-top: 10px;
    transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    -moz-transition:all 0.3s;
}
@media only screen and (max-width: 1080px){ .t-Header-logo-link img { width: 150px; margin-top: 15px; } }
@media only screen and (max-width: 550px){ .t-Header-logo-link img { width: 120px; margin-top: 20px; } }

.apex-side-nav .t-Header-nav {
    display: block !important;
}
.t-Header-navBar {
    height: 75px;
    font-size: 1.6rem;
    line-height: 75px;
    white-space: nowrap;
}
.t-NavigationBar {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    height: 75px;
    line-height: 75px;
}
.t-NavigationBar-item {
    display: inline-block;
    height: 75px;
    line-height: 75px;
}
.t-NavigationBar-item a {
    height: 75px;
    line-height: 75px;    
    display: inline-block;
    vertical-align: middle;
}
.t-NavigationBar-img {
    margin: 0;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.t-NavigationBar-icon {
    vertical-align: initial;
    font-size: 2.2rem;
}
.t-Button.t-Button--header {
    height: 75px !important;
    transition: none;
    border-radius: 0;
    padding: 0 10px !important;
}
.t-Button.t-Button--header.t-Button--headerTree.is-active {
    line-height: 75px;
    height: 75px;
}
.t-Header-controls {
    height: 75px;
    line-height: 75px;
    vertical-align: middle;
}
.t-Button--navBar .t-Button-label {
    color: #00a1e1;
    height: 75px;
    font-size: 1.8rem;
    line-height: 75px;
}
.a-Icon {
    vertical-align: middle;
}
.t-Header .a-MenuBar-label {
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 15px !important;
}
.a-MenuBar.a-MenuBar--overflow {
    height: 35px !important;
    line-height: 35px !important;
}
.t-Header .a-MenuBar-item--overflow {
    width: auto !important;
    height: 35px !important;
}
.t-Header .a-MenuBar-item>.a-Menu-subMenuCol {
    padding: 0 12px 0 2px;
    vertical-align: top;
    line-height: 35px;
    height: 35px;
    border: none;
    margin: 0;
}
.t-BreadcrumbRegion {
    background-color: #def3fb;
}
.t-BreadcrumbRegion-body {
    padding: 10px;
}
.t-BreadcrumbRegion-buttons {
    padding: 0;
}
.t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item:last-child {
    display: inline-block !important;
    font-size: initial !important;
    line-height: 2.4rem !important;
}

ul.pre-Header-bar { margin: 0; }
li.pre-Header-item { display: inline-block; padding-right: 20px; font-size: 1.2rem; color: white; }
li.pre-Header-item a { color: white; font-size: 1.2rem; }
li.pre-Header-item span { margin-left: 5px; }

.right, .icon-float-right i {
    float: right !important;
}

.t-TreeNav .a-TreeView-node--topLevel>ul>.a-TreeView-node {
    padding-left: 40px;
    margin: 0;
    display: block;
}
.t-Body-content {
    padding-bottom: 0 !important;
}
.t-Header-title {
    float: left;
    height: 75px;
    line-height: 75px;
    display: inline-block;
}
.t-Header-title .title {
    color: #00a1e1;
    margin-left: 10px;
    font-size: 2rem;
}
.t-Header-title .subtitle {
    color: #00a1e1;
    font-size: 1.6rem;
}
.t-Border--darkGray {
    border: 3px solid darkgray;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.t-Report-colHead { 
    padding: 7px;
    background-color: #F0F0F0;
}

.t-Report-cell {
    padding: 5px 7px;
    transition: background-color .1s;
}

td.t-Report-cell.t-Report-green { background-color: lightgreen !important; }
td.t-Report-cell.t-Report-red { background-color: lightcoral !important; }
td.t-Report-cell.t-Report-yellow { background-color: lightyellow !important; }

span.t-Report-timing {
    float: right;
    font-size: 1rem;
}

span.t-Hidden-cell { display: none; }
span.t-Text-white { color: #FFF; }

.t-Alert--removeHeader .t-Alert-header { display: none; }

.a-IRR-title { display: inline-block; vertical-align: top; margin-right: 20px; margin-top: 5px; }
.a-IRR-title>h5 { font-weight: normal; }
.a-IRR-header-small { font-size: 9px; line-height: 8px; margin: 0; }
.a-IRR-headerLabel, .a-IRR-headerLink { padding: 5px; }
.a-IRR-noDataMsg { padding: 0; }

.t-Region .t-Region-body { padding: 5px; }

.t-Region-headerItems--title { padding: 0.7rem 0.5rem !important; }

/*.t-row-selected { background-color: blue !important; color: white !important; }*/
.t-row-selected { background-color: #B1FB17 !important; }

.t-Report--altRowsDefault .t-Report-report tr:nth-child(odd) .t-Report-cell { background-color: transparent; }

div.col-auto { width: auto !important; }

div.col-wrap { white-space: nowrap !important; }

div.col-right { text-align: right; !important; }

button.t-Button-stacked { margin-top: 28px !important; }

button.t-Button--icon { min-width: inherit; }

td[headers="LINK"] { text-align: center !important; }

.t-Form-labelContainer--hiddenLabel { display: none; }

#confirmDialog { padding: 1em; height: 70px;  }

.t-Button--PageRows { font-size: 11px; color: white; margin-right: 10px; }
#PB_Page_Rows { margin-top: 2px; }

body .ui-dialog .ui-dialog-titlebar { padding-top: 10px; padding-bottom: 10px; }

/********************************
 *  Blocco pagina on waitPopup  *
 ********************************/
.apex_wait_overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1001;
  -moz-opacity: .5;
  opacity: .5;
  filter: alpha(opacity=50);
}

/***********************
 * Media Query Classes *
 ***********************/
@media only screen and (max-width: 600px) {
  .hide-on-small {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }



/***** APEX CSS *****/

body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) {
    background-color: #ff2d55;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff607e inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) {
    background-color: #007aff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #3395ff inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) {
    background-color: #ff9500;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #fa3 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) {
    background-color: #4cd964;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) a {
    color: #071f0b;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #2ac845 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) {
    background-color: #8e8e93;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #a8a8ac inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) {
    background-color: #34aadc;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #5fbce4 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) {
    background-color: #fc0;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) a {
    color: #000;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #cca300 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) {
    background-color: #5ac8fa;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) a {
    color: #023952;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #28b7f9 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) {
    background-color: #ff3b30;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff6b63 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) {
    background-color: #5856d6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #817fe0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) {
    background-color: #ff5777;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff8aa0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) {
    background-color: #3395ff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #66afff inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) {
    background-color: #fa3;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff9500 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) {
    background-color: #70e183;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) a {
    color: #384c3c;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #46d85f inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) {
    background-color: #a5a5a9;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #bfbfc2 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) {
    background-color: #5dbbe3;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #31a9db inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) {
    background-color: #ffd633;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) a {
    color: #333;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #fc0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) {
    background-color: #7bd3fb;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) a {
    color: #356175;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #49c2fa inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) {
    background-color: #ff6259;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff928c inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) {
    background-color: #7978de;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) a {
    color: #fff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #a2a1e8 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) {
    background-color: #e6294d;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) a {
    color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #eb5672 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) {
    background-color: #006ee6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) a {
    color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #1a87ff inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) {
    background-color: #e68600;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) a {
    color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ffa01a inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) {
    background-color: #44c35a;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) a {
    color: #061c0a;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #6bd07c inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) {
    background-color: #808084;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) a {
    color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #9a9a9d inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) {
    background-color: #2f99c6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) a {
    color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #52afd6 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) {
    background-color: #e6b800;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) a {
    color: #000;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #b38f00 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) {
    background-color: #51b4e1;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) a {
    color: #02344a;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #7cc7e9 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) {
    background-color: #e6352b;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) a {
    color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #eb6059 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) {
    background-color: #4f4dc1;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) a {
    color: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #7573ce inset;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) .t-BadgeList-value {
    border-color: #ff1440;
    color: #ff1440;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(1) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #ff2d55;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) .t-BadgeList-value {
    border-color: #006ee6;
    color: #006ee6;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(2) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #007aff;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) .t-BadgeList-value {
    border-color: #e68600;
    color: #e68600;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(3) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #ff9500;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) .t-BadgeList-value {
    border-color: #37d552;
    color: #37d552;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(4) .t-BadgeList-wrap .t-BadgeList-value {
    color: #071f0b;
    background-color: #4cd964;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) .t-BadgeList-value {
    border-color: #818187;
    color: #818187;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(5) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #8e8e93;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) .t-BadgeList-value {
    border-color: #249ed2;
    color: #249ed2;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(6) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #34aadc;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) .t-BadgeList-value {
    border-color: #e6b800;
    color: #e6b800;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(7) .t-BadgeList-wrap .t-BadgeList-value {
    color: #000;
    background-color: #fc0;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) .t-BadgeList-value {
    border-color: #41c0f9;
    color: #41c0f9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(8) .t-BadgeList-wrap .t-BadgeList-value {
    color: #023952;
    background-color: #5ac8fa;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) .t-BadgeList-value {
    border-color: #ff2317;
    color: #ff2317;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(9) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #ff3b30;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) .t-BadgeList-value {
    border-color: #4441d1;
    color: #4441d1;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(10) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #5856d6;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) .t-BadgeList-value {
    border-color: #ff3e62;
    color: #ff3e62;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(11) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #ff5777;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) .t-BadgeList-value {
    border-color: #1987ff;
    color: #1987ff;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(12) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #3395ff;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) .t-BadgeList-value {
    border-color: #ffa019;
    color: #ffa019;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(13) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #fa3;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) .t-BadgeList-value {
    border-color: #5bdc71;
    color: #5bdc71;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(14) .t-BadgeList-wrap .t-BadgeList-value {
    color: #384c3c;
    background-color: #70e183;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) .t-BadgeList-value {
    border-color: #98989c;
    color: #98989c;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(15) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #a5a5a9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) .t-BadgeList-value {
    border-color: #47b2df;
    color: #47b2df;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(16) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #5dbbe3;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) .t-BadgeList-value {
    border-color: #ffd119;
    color: #ffd119;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(17) .t-BadgeList-wrap .t-BadgeList-value {
    color: #333;
    background-color: #ffd633;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) .t-BadgeList-value {
    border-color: #62cbfa;
    color: #62cbfa;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(18) .t-BadgeList-wrap .t-BadgeList-value {
    color: #356175;
    background-color: #7bd3fb;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) .t-BadgeList-value {
    border-color: #ff4a40;
    color: #ff4a40;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(19) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #ff6259;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) .t-BadgeList-value {
    border-color: #6563d9;
    color: #6563d9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(20) .t-BadgeList-wrap .t-BadgeList-value {
    color: #fff;
    background-color: #7978de;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) .t-BadgeList-value {
    border-color: #db1a3f;
    color: #db1a3f;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(21) .t-BadgeList-wrap .t-BadgeList-value {
    color: #e6e6e6;
    background-color: #e6294d;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) .t-BadgeList-value {
    border-color: #0062cc;
    color: #0062cc;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(22) .t-BadgeList-wrap .t-BadgeList-value {
    color: #e6e6e6;
    background-color: #006ee6;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) .t-BadgeList-value {
    border-color: #c70;
    color: #c70;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(23) .t-BadgeList-wrap .t-BadgeList-value {
    color: #e6e6e6;
    background-color: #e68600;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) .t-BadgeList-value {
    border-color: #3ab44f;
    color: #3ab44f;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(24) .t-BadgeList-wrap .t-BadgeList-value {
    color: #061c0a;
    background-color: #44c35a;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) .t-BadgeList-value {
    border-color: #737377;
    color: #737377;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(25) .t-BadgeList-wrap .t-BadgeList-value {
    color: #e6e6e6;
    background-color: #808084;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) .t-BadgeList-value {
    border-color: #2a89b1;
    color: #2a89b1;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(26) .t-BadgeList-wrap .t-BadgeList-value {
    color: #e6e6e6;
    background-color: #2f99c6;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) .t-BadgeList-value {
    border-color: #cca300;
    color: #cca300;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(27) .t-BadgeList-wrap .t-BadgeList-value {
    color: #000;
    background-color: #e6b800;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) .t-BadgeList-value {
    border-color: #3babdd;
    color: #3babdd;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(28) .t-BadgeList-wrap .t-BadgeList-value {
    color: #02344a;
    background-color: #51b4e1;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) .t-BadgeList-value {
    border-color: #dd251b;
    color: #dd251b;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(29) .t-BadgeList-wrap .t-BadgeList-value {
    color: #e6e6e6;
    background-color: #e6352b;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) .t-BadgeList-value {
    border-color: #4140b5;
    color: #4140b5;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) .t-BadgeList-value a, body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child(30) .t-BadgeList-wrap .t-BadgeList-value {
    color: #e6e6e6;
    background-color: #4f4dc1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) {
    background-color: #ff2d55;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(1) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff607e inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) {
    background-color: #007aff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(2) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #3395ff inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) {
    background-color: #ff9500;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(3) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #fa3 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) {
    background-color: #4cd964;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) a {
    color: #071f0b;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(4) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #2ac845 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) {
    background-color: #8e8e93;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(5) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #a8a8ac inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) {
    background-color: #34aadc;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(6) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #5fbce4 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) {
    background-color: #fc0;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) a {
    color: #000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(7) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #cca300 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) {
    background-color: #5ac8fa;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) a {
    color: #023952;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(8) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #28b7f9 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) {
    background-color: #ff3b30;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(9) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff6b63 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) {
    background-color: #5856d6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(10) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #817fe0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) {
    background-color: #ff5777;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(11) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff8aa0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) {
    background-color: #3395ff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(12) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #66afff inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) {
    background-color: #fa3;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(13) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff9500 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) {
    background-color: #70e183;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) a {
    color: #384c3c;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(14) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #46d85f inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) {
    background-color: #a5a5a9;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(15) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #bfbfc2 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) {
    background-color: #5dbbe3;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(16) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #31a9db inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) {
    background-color: #ffd633;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) a {
    color: #333;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(17) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #fc0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) {
    background-color: #7bd3fb;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) a {
    color: #356175;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(18) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #49c2fa inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) {
    background-color: #ff6259;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(19) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ff928c inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) {
    background-color: #7978de;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) a {
    color: #fff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(20) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #a2a1e8 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) {
    background-color: #e6294d;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) a {
    color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(21) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #eb5672 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(22) {
    background-color: #006ee6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(22) a {
    color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(22) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #1a87ff inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) {
    background-color: #e68600;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) a {
    color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(23) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #ffa01a inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) {
    background-color: #44c35a;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) a {
    color: #061c0a;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(24) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #6bd07c inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) {
    background-color: #808084;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) a {
    color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(25) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #9a9a9d inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) {
    background-color: #2f99c6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) a {
    color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(26) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #52afd6 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) {
    background-color: #e6b800;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) a {
    color: #000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(27) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #b38f00 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) {
    background-color: #51b4e1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) a {
    color: #02344a;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(28) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #7cc7e9 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) {
    background-color: #e6352b;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) a {
    color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(29) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #eb6059 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) {
    background-color: #4f4dc1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) a {
    color: #e6e6e6;
}
.t-Cards--colorize .t-BadgeList-item:nth-child(30) a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #7573ce inset;
}
.u-ColorBG--1 {
    background-color: #ff2d55;
}
.u-ColorFG--1 {
    color: #ff2d55;
}
.u-ColorBG--2 {
    background-color: #007aff;
}
.u-ColorFG--2 {
    color: #007aff;
}
.u-ColorBG--3 {
    background-color: #ff9500;
}
.u-ColorFG--3 {
    color: #ff9500;
}
.u-ColorBG--4 {
    background-color: #4cd964;
}
.u-ColorFG--4 {
    color: #4cd964;
}
.u-ColorBG--5 {
    background-color: #8e8e93;
}
.u-ColorFG--5 {
    color: #8e8e93;
}
.u-ColorBG--6 {
    background-color: #34aadc;
}
.u-ColorFG--6 {
    color: #34aadc;
}
.u-ColorBG--7 {
    background-color: #fc0;
}
.u-ColorFG--7 {
    color: #fc0;
}
.u-ColorBG--8 {
    background-color: #5ac8fa;
}
.u-ColorFG--8 {
    color: #5ac8fa;
}
.u-ColorBG--9 {
    background-color: #ff3b30;
}
.u-ColorFG--9 {
    color: #ff3b30;
}
.u-ColorBG--10 {
    background-color: #5856d6;
}
.u-ColorFG--10 {
    color: #5856d6;
}
.u-ColorBG--11 {
    background-color: #ff5777;
}
.u-ColorFG--11 {
    color: #ff5777;
}
.u-ColorBG--12 {
    background-color: #3395ff;
}
.u-ColorFG--12 {
    color: #3395ff;
}
.u-ColorBG--13 {
    background-color: #fa3;
}
.u-ColorFG--13 {
    color: #fa3;
}
.u-ColorBG--14 {
    background-color: #70e183;
}
.u-ColorFG--14 {
    color: #70e183;
}
.u-ColorBG--15 {
    background-color: #a5a5a9;
}
.u-ColorFG--15 {
    color: #a5a5a9;
}
.u-ColorBG--16 {
    background-color: #5dbbe3;
}
.u-ColorFG--16 {
    color: #5dbbe3;
}
.u-ColorBG--17 {
    background-color: #ffd633;
}
.u-ColorFG--17 {
    color: #ffd633;
}
.u-ColorBG--18 {
    background-color: #7bd3fb;
}
.u-ColorFG--18 {
    color: #7bd3fb;
}
.u-ColorBG--19 {
    background-color: #ff6259;
}
.u-ColorFG--19 {
    color: #ff6259;
}
.u-ColorBG--20 {
    background-color: #7978de;
}
.u-ColorFG--20 {
    color: #7978de;
}
.u-ColorBG--21 {
    background-color: #e6294d;
}
.u-ColorFG--21 {
    color: #e6294d;
}
.u-ColorBG--22 {
    background-color: #006ee6;
}
.u-ColorFG--22 {
    color: #006ee6;
}
.u-ColorBG--23 {
    background-color: #e68600;
}
.u-ColorFG--23 {
    color: #e68600;
}
.u-ColorBG--24 {
    background-color: #44c35a;
}
.u-ColorFG--24 {
    color: #44c35a;
}
.u-ColorBG--25 {
    background-color: #808084;
}
.u-ColorFG--25 {
    color: #808084;
}
.u-ColorBG--26 {
    background-color: #2f99c6;
}
.u-ColorFG--26 {
    color: #2f99c6;
}
.u-ColorBG--27 {
    background-color: #e6b800;
}
.u-ColorFG--27 {
    color: #e6b800;
}
.u-ColorBG--28 {
    background-color: #51b4e1;
}
.u-ColorFG--28 {
    color: #51b4e1;
}
.u-ColorBG--29 {
    background-color: #e6352b;
}
.u-ColorFG--29 {
    color: #e6352b;
}
.u-ColorBG--30 {
    background-color: #4f4dc1;
}
.u-ColorFG--30 {
    color: #4f4dc1;
}
.u-Color-1-BG--txt {
    color: #ff2d55;
}
.u-Color-1-BG--bg {
    background-color: #ff2d55;
}
.u-Color-1-BG--fill {
    fill: #ff2d55;
}
.u-Color-1-BG--br {
    stroke: #ff2d55;
    border-color: #ff2d55;
}
.u-Color-1-FG--txt {
    color: #fff;
}
.u-Color-1-FG--bg {
    background-color: #fff;
}
.u-Color-1-FG--fill {
    fill: #fff;
}
.u-Color-1-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-2-BG--txt {
    color: #007aff;
}
.u-Color-2-BG--bg {
    background-color: #007aff;
}
.u-Color-2-BG--fill {
    fill: #007aff;
}
.u-Color-2-BG--br {
    stroke: #007aff;
    border-color: #007aff;
}
.u-Color-2-FG--txt {
    color: #fff;
}
.u-Color-2-FG--bg {
    background-color: #fff;
}
.u-Color-2-FG--fill {
    fill: #fff;
}
.u-Color-2-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-3-BG--txt {
    color: #ff9500;
}
.u-Color-3-BG--bg {
    background-color: #ff9500;
}
.u-Color-3-BG--fill {
    fill: #ff9500;
}
.u-Color-3-BG--br {
    stroke: #ff9500;
    border-color: #ff9500;
}
.u-Color-3-FG--txt {
    color: #fff;
}
.u-Color-3-FG--bg {
    background-color: #fff;
}
.u-Color-3-FG--fill {
    fill: #fff;
}
.u-Color-3-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-4-BG--txt {
    color: #4cd964;
}
.u-Color-4-BG--bg {
    background-color: #4cd964;
}
.u-Color-4-BG--fill {
    fill: #4cd964;
}
.u-Color-4-BG--br {
    stroke: #4cd964;
    border-color: #4cd964;
}
.u-Color-4-FG--txt {
    color: #071f0b;
}
.u-Color-4-FG--bg {
    background-color: #071f0b;
}
.u-Color-4-FG--fill {
    fill: #071f0b;
}
.u-Color-4-FG--br {
    stroke: #071f0b;
    border-color: #071f0b;
}
.u-Color-5-BG--txt {
    color: #8e8e93;
}
.u-Color-5-BG--bg {
    background-color: #8e8e93;
}
.u-Color-5-BG--fill {
    fill: #8e8e93;
}
.u-Color-5-BG--br {
    stroke: #8e8e93;
    border-color: #8e8e93;
}
.u-Color-5-FG--txt {
    color: #fff;
}
.u-Color-5-FG--bg {
    background-color: #fff;
}
.u-Color-5-FG--fill {
    fill: #fff;
}
.u-Color-5-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-6-BG--txt {
    color: #34aadc;
}
.u-Color-6-BG--bg {
    background-color: #34aadc;
}
.u-Color-6-BG--fill {
    fill: #34aadc;
}
.u-Color-6-BG--br {
    stroke: #34aadc;
    border-color: #34aadc;
}
.u-Color-6-FG--txt {
    color: #fff;
}
.u-Color-6-FG--bg {
    background-color: #fff;
}
.u-Color-6-FG--fill {
    fill: #fff;
}
.u-Color-6-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-7-BG--txt {
    color: #fc0;
}
.u-Color-7-BG--bg {
    background-color: #fc0;
}
.u-Color-7-BG--fill {
    fill: #fc0;
}
.u-Color-7-BG--br {
    stroke: #fc0;
    border-color: #fc0;
}
.u-Color-7-FG--txt {
    color: #000;
}
.u-Color-7-FG--bg {
    background-color: #000;
}
.u-Color-7-FG--fill {
    fill: #000;
}
.u-Color-7-FG--br {
    stroke: #000;
    border-color: #000;
}
.u-Color-8-BG--txt {
    color: #5ac8fa;
}
.u-Color-8-BG--bg {
    background-color: #5ac8fa;
}
.u-Color-8-BG--fill {
    fill: #5ac8fa;
}
.u-Color-8-BG--br {
    stroke: #5ac8fa;
    border-color: #5ac8fa;
}
.u-Color-8-FG--txt {
    color: #023952;
}
.u-Color-8-FG--bg {
    background-color: #023952;
}
.u-Color-8-FG--fill {
    fill: #023952;
}
.u-Color-8-FG--br {
    stroke: #023952;
    border-color: #023952;
}
.u-Color-9-BG--txt {
    color: #ff3b30;
}
.u-Color-9-BG--bg {
    background-color: #ff3b30;
}
.u-Color-9-BG--fill {
    fill: #ff3b30;
}
.u-Color-9-BG--br {
    stroke: #ff3b30;
    border-color: #ff3b30;
}
.u-Color-9-FG--txt {
    color: #fff;
}
.u-Color-9-FG--bg {
    background-color: #fff;
}
.u-Color-9-FG--fill {
    fill: #fff;
}
.u-Color-9-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-10-BG--txt {
    color: #5856d6;
}
.u-Color-10-BG--bg {
    background-color: #5856d6;
}
.u-Color-10-BG--fill {
    fill: #5856d6;
}
.u-Color-10-BG--br {
    stroke: #5856d6;
    border-color: #5856d6;
}
.u-Color-10-FG--txt {
    color: #fff;
}
.u-Color-10-FG--bg {
    background-color: #fff;
}
.u-Color-10-FG--fill {
    fill: #fff;
}
.u-Color-10-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-11-BG--txt {
    color: #f9002f;
}
.u-Color-11-BG--bg {
    background-color: #f9002f;
}
.u-Color-11-BG--fill {
    fill: #f9002f;
}
.u-Color-11-BG--br {
    stroke: #f9002f;
    border-color: #f9002f;
}
.u-Color-11-FG--txt {
    color: #fff;
}
.u-Color-11-FG--bg {
    background-color: #fff;
}
.u-Color-11-FG--fill {
    fill: #fff;
}
.u-Color-11-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-12-BG--txt {
    color: #0062cc;
}
.u-Color-12-BG--bg {
    background-color: #0062cc;
}
.u-Color-12-BG--fill {
    fill: #0062cc;
}
.u-Color-12-BG--br {
    stroke: #0062cc;
    border-color: #0062cc;
}
.u-Color-12-FG--txt {
    color: #fff;
}
.u-Color-12-FG--bg {
    background-color: #fff;
}
.u-Color-12-FG--fill {
    fill: #fff;
}
.u-Color-12-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-13-BG--txt {
    color: #c70;
}
.u-Color-13-BG--bg {
    background-color: #c70;
}
.u-Color-13-BG--fill {
    fill: #c70;
}
.u-Color-13-BG--br {
    stroke: #c70;
    border-color: #c70;
}
.u-Color-13-FG--txt {
    color: #fff;
}
.u-Color-13-FG--bg {
    background-color: #fff;
}
.u-Color-13-FG--fill {
    fill: #fff;
}
.u-Color-13-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-14-BG--txt {
    color: #2ac845;
}
.u-Color-14-BG--bg {
    background-color: #2ac845;
}
.u-Color-14-BG--fill {
    fill: #2ac845;
}
.u-Color-14-BG--br {
    stroke: #2ac845;
    border-color: #2ac845;
}
.u-Color-14-FG--txt {
    color: #104919;
}
.u-Color-14-FG--bg {
    background-color: #104919;
}
.u-Color-14-FG--fill {
    fill: #104919;
}
.u-Color-14-FG--br {
    stroke: #104919;
    border-color: #104919;
}
.u-Color-15-BG--txt {
    color: #74747a;
}
.u-Color-15-BG--bg {
    background-color: #74747a;
}
.u-Color-15-BG--fill {
    fill: #74747a;
}
.u-Color-15-BG--br {
    stroke: #74747a;
    border-color: #74747a;
}
.u-Color-15-FG--txt {
    color: #fff;
}
.u-Color-15-FG--bg {
    background-color: #fff;
}
.u-Color-15-FG--fill {
    fill: #fff;
}
.u-Color-15-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-16-BG--txt {
    color: #218ebd;
}
.u-Color-16-BG--bg {
    background-color: #218ebd;
}
.u-Color-16-BG--fill {
    fill: #218ebd;
}
.u-Color-16-BG--br {
    stroke: #218ebd;
    border-color: #218ebd;
}
.u-Color-16-FG--txt {
    color: #fff;
}
.u-Color-16-FG--bg {
    background-color: #fff;
}
.u-Color-16-FG--fill {
    fill: #fff;
}
.u-Color-16-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-17-BG--txt {
    color: #cca300;
}
.u-Color-17-BG--bg {
    background-color: #cca300;
}
.u-Color-17-BG--fill {
    fill: #cca300;
}
.u-Color-17-BG--br {
    stroke: #cca300;
    border-color: #cca300;
}
.u-Color-17-FG--txt {
    color: #1a1a1a;
}
.u-Color-17-FG--bg {
    background-color: #1a1a1a;
}
.u-Color-17-FG--fill {
    fill: #1a1a1a;
}
.u-Color-17-FG--br {
    stroke: #1a1a1a;
    border-color: #1a1a1a;
}
.u-Color-18-BG--txt {
    color: #28b7f9;
}
.u-Color-18-BG--bg {
    background-color: #28b7f9;
}
.u-Color-18-BG--fill {
    fill: #28b7f9;
}
.u-Color-18-BG--br {
    stroke: #28b7f9;
    border-color: #28b7f9;
}
.u-Color-18-FG--txt {
    color: #045c84;
}
.u-Color-18-FG--bg {
    background-color: #045c84;
}
.u-Color-18-FG--fill {
    fill: #045c84;
}
.u-Color-18-FG--br {
    stroke: #045c84;
    border-color: #045c84;
}
.u-Color-19-BG--txt {
    color: #fc0d00;
}
.u-Color-19-BG--bg {
    background-color: #fc0d00;
}
.u-Color-19-BG--fill {
    fill: #fc0d00;
}
.u-Color-19-BG--br {
    stroke: #fc0d00;
    border-color: #fc0d00;
}
.u-Color-19-FG--txt {
    color: #fff;
}
.u-Color-19-FG--bg {
    background-color: #fff;
}
.u-Color-19-FG--fill {
    fill: #fff;
}
.u-Color-19-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-20-BG--txt {
    color: #3331c8;
}
.u-Color-20-BG--bg {
    background-color: #3331c8;
}
.u-Color-20-BG--fill {
    fill: #3331c8;
}
.u-Color-20-BG--br {
    stroke: #3331c8;
    border-color: #3331c8;
}
.u-Color-20-FG--txt {
    color: #fff;
}
.u-Color-20-FG--bg {
    background-color: #fff;
}
.u-Color-20-FG--fill {
    fill: #fff;
}
.u-Color-20-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-21-BG--txt {
    color: #ff93a8;
}
.u-Color-21-BG--bg {
    background-color: #ff93a8;
}
.u-Color-21-BG--fill {
    fill: #ff93a8;
}
.u-Color-21-BG--br {
    stroke: #ff93a8;
    border-color: #ff93a8;
}
.u-Color-21-FG--txt {
    color: #fff;
}
.u-Color-21-FG--bg {
    background-color: #fff;
}
.u-Color-21-FG--fill {
    fill: #fff;
}
.u-Color-21-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-22-BG--txt {
    color: #66afff;
}
.u-Color-22-BG--bg {
    background-color: #66afff;
}
.u-Color-22-BG--fill {
    fill: #66afff;
}
.u-Color-22-BG--br {
    stroke: #66afff;
    border-color: #66afff;
}
.u-Color-22-FG--txt {
    color: #fff;
}
.u-Color-22-FG--bg {
    background-color: #fff;
}
.u-Color-22-FG--fill {
    fill: #fff;
}
.u-Color-22-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-23-BG--txt {
    color: #ffbf66;
}
.u-Color-23-BG--bg {
    background-color: #ffbf66;
}
.u-Color-23-BG--fill {
    fill: #ffbf66;
}
.u-Color-23-BG--br {
    stroke: #ffbf66;
    border-color: #ffbf66;
}
.u-Color-23-FG--txt {
    color: #fff;
}
.u-Color-23-FG--bg {
    background-color: #fff;
}
.u-Color-23-FG--fill {
    fill: #fff;
}
.u-Color-23-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-24-BG--txt {
    color: #a0ebad;
}
.u-Color-24-BG--bg {
    background-color: #a0ebad;
}
.u-Color-24-BG--fill {
    fill: #a0ebad;
}
.u-Color-24-BG--br {
    stroke: #a0ebad;
    border-color: #a0ebad;
}
.u-Color-24-FG--txt {
    color: #197328;
}
.u-Color-24-FG--bg {
    background-color: #197328;
}
.u-Color-24-FG--fill {
    fill: #197328;
}
.u-Color-24-FG--br {
    stroke: #197328;
    border-color: #197328;
}
.u-Color-25-BG--txt {
    color: #c2c2c5;
}
.u-Color-25-BG--bg {
    background-color: #c2c2c5;
}
.u-Color-25-BG--fill {
    fill: #c2c2c5;
}
.u-Color-25-BG--br {
    stroke: #c2c2c5;
    border-color: #c2c2c5;
}
.u-Color-25-FG--txt {
    color: #fff;
}
.u-Color-25-FG--bg {
    background-color: #fff;
}
.u-Color-25-FG--fill {
    fill: #fff;
}
.u-Color-25-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-26-BG--txt {
    color: #8bceeb;
}
.u-Color-26-BG--bg {
    background-color: #8bceeb;
}
.u-Color-26-BG--fill {
    fill: #8bceeb;
}
.u-Color-26-BG--br {
    stroke: #8bceeb;
    border-color: #8bceeb;
}
.u-Color-26-FG--txt {
    color: #fff;
}
.u-Color-26-FG--bg {
    background-color: #fff;
}
.u-Color-26-FG--fill {
    fill: #fff;
}
.u-Color-26-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-27-BG--txt {
    color: #ffe066;
}
.u-Color-27-BG--bg {
    background-color: #ffe066;
}
.u-Color-27-BG--fill {
    fill: #ffe066;
}
.u-Color-27-BG--br {
    stroke: #ffe066;
    border-color: #ffe066;
}
.u-Color-27-FG--txt {
    color: #333;
}
.u-Color-27-FG--bg {
    background-color: #333;
}
.u-Color-27-FG--fill {
    fill: #333;
}
.u-Color-27-FG--br {
    stroke: #333;
    border-color: #333;
}
.u-Color-28-BG--txt {
    color: #bde9fd;
}
.u-Color-28-BG--bg {
    background-color: #bde9fd;
}
.u-Color-28-BG--fill {
    fill: #bde9fd;
}
.u-Color-28-BG--br {
    stroke: #bde9fd;
    border-color: #bde9fd;
}
.u-Color-28-FG--txt {
    color: #057eb6;
}
.u-Color-28-FG--bg {
    background-color: #057eb6;
}
.u-Color-28-FG--fill {
    fill: #057eb6;
}
.u-Color-28-FG--br {
    stroke: #057eb6;
    border-color: #057eb6;
}
.u-Color-29-BG--txt {
    color: #ff9c96;
}
.u-Color-29-BG--bg {
    background-color: #ff9c96;
}
.u-Color-29-BG--fill {
    fill: #ff9c96;
}
.u-Color-29-BG--br {
    stroke: #ff9c96;
    border-color: #ff9c96;
}
.u-Color-29-FG--txt {
    color: #fff;
}
.u-Color-29-FG--bg {
    background-color: #fff;
}
.u-Color-29-FG--fill {
    fill: #fff;
}
.u-Color-29-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-Color-30-BG--txt {
    color: #a9a8ea;
}
.u-Color-30-BG--bg {
    background-color: #a9a8ea;
}
.u-Color-30-BG--fill {
    fill: #a9a8ea;
}
.u-Color-30-BG--br {
    stroke: #a9a8ea;
    border-color: #a9a8ea;
}
.u-Color-30-FG--txt {
    color: #fff;
}
.u-Color-30-FG--bg {
    background-color: #fff;
}
.u-Color-30-FG--fill {
    fill: #fff;
}
.u-Color-30-FG--br {
    stroke: #fff;
    border-color: #fff;
}
.u-focused {
    box-shadow: 0 0 0 1px #ff2d55, 0 0 1px 0 rgba(255, 45, 85, .5)!important;
    outline: 0;
}
.t-AVPList-value {
    color: #5f5f5f;
}
.t-Body-info .t-AVPList-value {
    color: #616161;
}
.t-Region .t-AVPList-value {
    color: #666;
}
.t-AVPList-label {
    color: #464646;
}
.t-Body-info .t-AVPList-label {
    color: #474747;
}
.t-Region .t-AVPList-label {
    color: #4d4d4d;
}
.t-Alert--colorBG.t-Alert--warning, .t-Alert--colorBG.t-Alert--yellow {
    background-color: #fffae5;
}
.t-Alert--colorBG.t-Alert--warning h2, .t-Alert--colorBG.t-Alert--warning h3, .t-Alert--colorBG.t-Alert--yellow h2, .t-Alert--colorBG.t-Alert--yellow h3 {
    color: #333;
}
.t-Alert--colorBG.t-Alert--warning .t-Alert-body, .t-Alert--colorBG.t-Alert--yellow .t-Alert-body {
    color: #737373;
}
.t-Alert--colorBG.t-Alert--success {
    background-color: #ecfbee;
}
.t-Alert--colorBG.t-Alert--success h2, .t-Alert--colorBG.t-Alert--success h3 {
    color: #343434;
}
.t-Alert--colorBG.t-Alert--success .t-Alert-body {
    color: #747474;
}
.t-Alert--colorBG.t-Alert--danger, .t-Alert--colorBG.t-Alert--red {
    background-color: #ffeae9;
}
.t-Alert--colorBG.t-Alert--danger h2, .t-Alert--colorBG.t-Alert--danger h3, .t-Alert--colorBG.t-Alert--red h2, .t-Alert--colorBG.t-Alert--red h3 {
    color: #353535;
}
.t-Alert--colorBG.t-Alert--danger .t-Alert-body, .t-Alert--colorBG.t-Alert--red .t-Alert-body {
    color: #747474;
}
.t-Alert--colorBG.t-Alert--info {
    background-color: #d3e5f7;
}
.t-Alert--colorBG.t-Alert--info h2, .t-Alert--colorBG.t-Alert--info h3 {
    color: #262626;
}
.t-Alert--colorBG.t-Alert--info .t-Alert-body {
    color: #666;
}
.t-Alert--warning .t-Alert-icon, .t-Alert--yellow .t-Alert-icon {
    color: #fc0;
}
.t-Alert--success .t-Alert-icon {
    color: #4cd964;
}
.t-Alert--info .t-Alert-icon {
    color: #2578cf;
}
.t-Alert--danger .t-Alert-icon, .t-Alert--red .t-Alert-icon {
    color: #e90c00;
}
.t-Alert--wizard .t-Alert-inset {
    border-radius: 4px;
}
.t-Alert--horizontal, .t-Alert--wizard {
    border-radius: 4px;
    background-color: #fff;
    color: #404040;
}
.t-Body-alert .t-Alert--page {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1) inset;
}
.t-Alert--page.t-Alert--success {
    background-color: rgba(74, 170, 44, .9);
}
.t-Alert--page.t-Alert--success .t-Alert-title, .t-Alert--page.t-Alert--success .t-Icon {
    color: #FFF;
}
.t-Alert--page .t-Button--closeAlert {
    color: rgba(0, 0, 0, .5);
}
.ac_results {
    border: 1px solid #d9d9d9;
    background-color: #fff;
    color: #404040;
}
.ac_loading {
    background: url(../../apex_ui/img/legacy/loading16x16.gif) right center no-repeat #fff;
}
.ac_odd {
    background-color: #f2f2f2;
}
body .ac_over {
    background-color: #2578cf;
    color: #fff;
}
.t-BadgeList--dash a.t-BadgeList-wrap:hover {
    box-shadow: 0 -8px 0 0 #e6e6e6 inset;
}
.t-BadgeList a {
    color: #737373;
}
.t-BadgeList--circular .t-BadgeList-item:hover .t-BadgeList-value {
    background-color: #f5f5f5;
}
.t-BadgeList--circular .t-BadgeList-value {
    color: #737373;
    box-shadow: 0 0 0 1px rgba(64, 64, 64, .1) inset;
    background-color: #fff;
}
.t-BadgeList--circular .t-BadgeList-value a {
    box-shadow: 0 0 0 1px #2578cf inset;
    color: #2370c2;
}
.t-BadgeList--circular .t-BadgeList-value a:hover {
    box-shadow: 0 0 0 4px #2578cf inset;
    background-color: #2578cf;
    color: #fff;
}
.t-BadgeList--circular .t-BadgeList-value a:focus {
    box-shadow: 0 0 0 2px rgba(37, 120, 207, .25), 0 0 0 1px #2578cf inset;
}
.t-BadgeList--circular .t-BadgeList-label {
    color: #737373;
}
.t-BadgeList--circular a.t-BadgeList-wrap .t-BadgeList-value {
    border-color: #2578cf;
    transition: box-shadow .1s, color .1s, background-color .3s;
}
.t-BadgeList--circular a.t-BadgeList-wrap:hover .t-BadgeList-value {
    box-shadow: 0 0 0 4px #2578cf inset;
    background-color: #2578cf;
    color: #FFF;
}
.t-BadgeList--circular.t-BadgeList--coloredBG a.t-BadgeList-wrap:hover .t-BadgeList-value {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .1) inset;
}
.t-BadgeList--cols .t-BadgeList-item:after, .t-BadgeList--cols .t-BadgeList-item:before, .t-BadgeList--fixed .t-BadgeList-item:after, .t-BadgeList--fixed .t-BadgeList-item:before, .t-BadgeList--flex .t-BadgeList-item:after, .t-BadgeList--flex .t-BadgeList-item:before, .t-BadgeList--float .t-BadgeList-item:after, .t-BadgeList--float .t-BadgeList-item:before, .t-BadgeList--stacked .t-BadgeList-item:after, .t-BadgeList--stacked .t-BadgeList-item:before {
    background: #e6e6e6;
}
.t-BadgeList--bottomBorder {
    border-bottom-color: #f8f8f8;
}
.a-BarChart .a-BarChart-item:hover {
    background-color: #f2f2f2;
}
.t-Body .a-BarChart .a-BarChart-item .a-BarChart-value {
    color: #797979;
}
.t-Body-info .a-BarChart .a-BarChart-item .a-BarChart-value, .t-Body-title .a-BarChart .a-BarChart-item .a-BarChart-value {
    color: #7a7a7a;
}
.t-ButtonRegion .a-BarChart .a-BarChart-item .a-BarChart-value, .t-Region .a-BarChart .a-BarChart-item .a-BarChart-value {
    color: gray;
}
.a-BarChart .a-BarChart-item img {
    border-radius: 2px;
}
.a-BarChart .a-BarChart-bar {
    background-color: rgba(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, .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, .05);
}
.a-BarChart-filled {
    background-color: #2578cf;
}
.t-Body, body {
    background: #fff;
    color: #393939;
}
a {
    color: #2370c2;
}
.t-Body-info a, .t-Body-title a {
    color: #1f64ac;
}
.t-Body-actions {
    background-color: #ebebeb;
}
.t-Body-title {
    background-color: #f6f9fd;
    color: #3a3a3a;
}
.ui-widget-content {
    background-color: #fff;
}
.t-Body .ui-widget-content {
    color: #393939;
}
.t-Body-info .ui-widget-content, .t-Body-title .ui-widget-content {
    color: #3a3a3a;
}
.t-ButtonRegion .ui-widget-content, .t-Region .ui-widget-content {
    color: #404040;
}
.t-Body-side {
    background-color: #fff;
    color: #393939;
}
.apex-rds-container {
    background-color: transparent;
}
.t-Body-info, .t-Body-info .apex-rds-container {
    background-color: #f6f9fd;
}
.t-Body-title.js-hideBreadcrumbs {
    background-color: rgba(0, 0, 0, .95);
}
.t-Body-topButton {
    border-radius: 100%;
    background-color: #fff;
}
.t-Body-topButton:active {
    background-color: #fff;
}
.t-Body-topButton .a-Icon, .t-Body-topButton:active .a-Icon {
    color: #e6e6e6;
}
.apex-side-nav .t-Body-actions, .apex-side-nav .t-Body-nav, .apex-side-nav .t-Body-title {
    top: 145px !important;
}
.apex-side-nav .t-Body-main {
    margin-left: 0;
}
.apex-top-nav .t-Body-actions, .apex-top-nav .t-Body-title {
    top: 80px;
}
.t-Body-actions, .t-Body-nav {
    width: 200px;
}
.t-Body-actions .t-Button--header {
    -webkit-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate(-40px);
    transform: translate3d(-40px, 0, 0);
}
.apex-side-nav.js-navExpanded .t-Body-main {
    margin-left: 200px;
    -webkit-transform: translate3d(160px, 0, 0);
    -ms-transform: translate(160px);
    transform: translate3d(160px, 0, 0);
}
.apex-side-nav.js-navCollapsed .t-Body-nav, .apex-side-nav.js-navCollapsed .t-Body-nav .t-TreeNav {
    width: 40px;
}
.apex-side-nav.js-navCollapsed .t-Body-content, .apex-side-nav.js-navCollapsed .t-Body-side, .apex-side-nav.js-navCollapsed .t-Body-title {
    margin-left: 40px;
}
.t-PageBody.js-rightExpanded .t-Body-main {
    margin-right: 0;
}
.t-PageBody.js-rightExpanded .t-Body-main, .t-PageBody.js-rightExpanded .t-Body-nav {
    -webkit-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate(-200px);
    transform: translate3d(-200px, 0, 0);
}
.t-PageBody.js-rightCollapsed .t-Body-main {
    margin-right: 0;
}
.t-PageBody.js-rightCollapsed .t-Body-title {
    right: 0;
}
.t-PageBody.js-rightCollapsed .t-Body-actions {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
}
.t-Body-contentInner {
    margin: auto;
    max-width: none;
}
.t-Breadcrumb-item:after {
    color: rgba(58, 58, 58, .9935);
}
.t-Breadcrumb-item .t-Icon:hover {
    color: #2578cf;
}
.t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item:last-child .t-Breadcrumb-label, .t-BreadcrumbRegion-titleText {
    color: #3a3a3a;
}
.a-Button, .t-Button {
    border: none;
    color: #383838;
    background-clip: padding-box;
    background-color: #f8f8f8;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .125) inset;
    border-radius: 2px;
    text-shadow: none;
}
.a-Button:hover, .t-Button:hover {
    /* box-shadow: 0 2px 1px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .125) inset; */
}
.a-Button.t-Button--simple, .t-Button.t-Button--simple {
    background-color: #fff;
    color: #404040;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .125) inset;
    text-shadow: none;
}
.a-Button.t-Button--simple:active, .a-Button.t-Button--simple:focus, .a-Button.t-Button--simple:hover, .t-Button.t-Button--simple:active, .t-Button.t-Button--simple:focus, .t-Button.t-Button--simple:hover {
    background-color: #e6e6e6;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
.t-Button--danger, .t-Button--hot, .t-Button--primary, .t-Button--success, .t-Button--warning {
    box-shadow: 0 0 2px rgba(0, 0, 0, .05) inset;
}
.t-Button--primary:hover, .t-Button--warning:hover {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .075) inset;
}
.t-Button--danger:hover, .t-Button--hot:hover, .t-Button--success:hover {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .075) inset;
}
.a-Button:hover, .t-Button:hover {
    background-color: #fff;
    z-index: 100;
}
.a-Button:focus, .t-Button:focus {
    outline: 0;
    z-index: 110;
}
.a-Button:active:focus, .a-Button:focus, .t-Button:active:focus, .t-Button:focus {
    /*box-shadow: 0 0 0 1px #2578cf inset, 0 0 1px 2px rgba(37, 120, 207, .25)!important;*/
}
.t-Button:active {
    background-color: #dedede;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset, 0 1px 2px rgba(0, 0, 0, .25) inset;
    z-index: 100;
}
.t-Button:active:focus {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset, 0 1px 2px rgba(0, 0, 0, .25) inset!important;
}
.t-Button.is-active, .t-Button.is-active:active, .t-MenuButton.is-active {
    background-color: #dedede;
    color: #383838;
    font-weight: 400;
    text-shadow: none;
    z-index: 100;
    /*box-shadow: 0 0 0 1px rgba(0, 0, 0, .2) inset, 0 1px 2px rgba(0, 0, 0, .25) inset;*/
}
.t-Button.is-disabled, .t-Button.is-disabled:active, .t-Button:disabled {
    opacity: .5;
    pointer-events: none;
}
.t-Button--hot, body .ui-state-default.ui-button.ui-button--hot, body button.ui-state-default.ui-priority-primary {
    background-color: #2578cf;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
}
.t-Button--hot:hover, body .ui-state-default.ui-button.ui-button--hot:hover, body button.ui-state-default.ui-priority-primary:hover {
    background-color: #4992de;
}
.t-Button--hot.is-active, .t-Button--hot.t-MenuButton.is-active, .t-Button--hot:active, body .ui-state-default.ui-button.ui-button--hot.is-active, body .ui-state-default.ui-button.ui-button--hot.t-MenuButton.is-active, body .ui-state-default.ui-button.ui-button--hot:active, body button.ui-state-default.ui-priority-primary.is-active, body button.ui-state-default.ui-priority-primary.t-MenuButton.is-active, body button.ui-state-default.ui-priority-primary:active {
    background-color: #1d5fa4;
}
.t-Button--hot.t-Button--simple, body .ui-state-default.ui-button.ui-button--hot.t-Button--simple, body button.ui-state-default.ui-priority-primary.t-Button--simple {
    box-shadow: 0 0 0 1px #2578cf inset;
    background-color: #fff;
    color: #325c87;
}
.t-Button--hot.t-Button--simple .t-Icon, body .ui-state-default.ui-button.ui-button--hot.t-Button--simple .t-Icon, body button.ui-state-default.ui-priority-primary.t-Button--simple .t-Icon {
    color: #325c87;
}
.t-Button--hot.t-Button--simple:active, .t-Button--hot.t-Button--simple:focus, .t-Button--hot.t-Button--simple:hover, body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active, body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus, body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:hover, body button.ui-state-default.ui-priority-primary.t-Button--simple:active, body button.ui-state-default.ui-priority-primary.t-Button--simple:focus, body button.ui-state-default.ui-priority-primary.t-Button--simple:hover {
    background-color: #2578cf;
    color: #fff;
    box-shadow: 0 0 0 1px #2578cf inset;
}
.t-Button--hot.t-Button--simple:active .t-Icon, .t-Button--hot.t-Button--simple:focus .t-Icon, .t-Button--hot.t-Button--simple:hover .t-Icon, body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active .t-Icon, body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus .t-Icon, body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:hover .t-Icon, body button.ui-state-default.ui-priority-primary.t-Button--simple:active .t-Icon, body button.ui-state-default.ui-priority-primary.t-Button--simple:focus .t-Icon, body button.ui-state-default.ui-priority-primary.t-Button--simple:hover .t-Icon {
    color: #fff;
}
.t-Button--primary {
    background-color: #b5d3f2;
    color: #061422;
}
.t-Button--primary:hover {
    background-color: #e0ecf9;
}
.t-Button--primary.is-active, .t-Button--primary:active {
    background-color: #8ab9ea;
}
.t-Button--primary.t-Button--simple {
    box-shadow: 0 0 0 1px #b5d3f2 inset;
    background-color: #fff;
    color: #677686;
}
.t-Button--primary.t-Button--simple .t-Icon {
    color: #677686;
}
.t-Button--primary.t-Button--simple:active, .t-Button--primary.t-Button--simple:focus, .t-Button--primary.t-Button--simple:hover {
    background-color: #b5d3f2;
    color: #061422;
    box-shadow: 0 0 0 1px #b5d3f2 inset;
}
.t-Button--primary.t-Button--simple:active .t-Icon, .t-Button--primary.t-Button--simple:focus .t-Icon, .t-Button--primary.t-Button--simple:hover .t-Icon {
    color: #061422;
}
.t-Button--danger {
    background-color: #e90c00;
    color: #ffeae9;
}
.t-Button--danger:hover {
    background-color: #ff291d;
}
.t-Button--danger.is-active, .t-Button--danger:active {
    background-color: #b60900;
}
.t-Button--danger.t-Button--simple {
    box-shadow: 0 0 0 1px #e90c00 inset;
    background-color: #fff;
    color: #942620;
}
.t-Button--danger.t-Button--simple .t-Icon {
    color: #942620;
}
.t-Button--danger.t-Button--simple:active, .t-Button--danger.t-Button--simple:focus, .t-Button--danger.t-Button--simple:hover {
    background-color: #e90c00;
    color: #ffeae9;
    box-shadow: 0 0 0 1px #e90c00 inset;
}
.t-Button--danger.t-Button--simple:active .t-Icon, .t-Button--danger.t-Button--simple:focus .t-Icon, .t-Button--danger.t-Button--simple:hover .t-Icon {
    color: #ffeae9;
}
.t-Button--warning {
    background-color: #fc0;
    color: #000;
}
.t-Button--warning:hover {
    background-color: #ffd633;
}
.t-Button--warning.is-active, .t-Button--warning:active {
    background-color: #cca300;
}
.t-Button--warning.t-Button--simple {
    box-shadow: 0 0 0 1px #fc0 inset;
    background-color: #fff;
    color: #8c730d;
}
.t-Button--warning.t-Button--simple .t-Icon {
    color: #8c730d;
}
.t-Button--warning.t-Button--simple:active, .t-Button--warning.t-Button--simple:focus, .t-Button--warning.t-Button--simple:hover {
    background-color: #fc0;
    color: #000;
    box-shadow: 0 0 0 1px #fc0 inset;
}
.t-Button--warning.t-Button--simple:active .t-Icon, .t-Button--warning.t-Button--simple:focus .t-Icon, .t-Button--warning.t-Button--simple:hover .t-Icon {
    color: #000;
}
.t-Button--success {
    background-color: #4cd964;
    color: #071f0b;
}
.t-Button--success:hover {
    background-color: #76e288;
}
.t-Button--success.is-active, .t-Button--success:active {
    background-color: #2ac845;
}
.t-Button--success.t-Button--simple {
    box-shadow: 0 0 0 1px #4cd964 inset;
    background-color: #fff;
    color: #33793f;
}
.t-Button--success.t-Button--simple .t-Icon {
    color: #33793f;
}
.t-Button--success.t-Button--simple:active, .t-Button--success.t-Button--simple:focus, .t-Button--success.t-Button--simple:hover {
    background-color: #4cd964;
    color: #071f0b;
    box-shadow: 0 0 0 1px #4cd964 inset;
}
.t-Button--success.t-Button--simple:active .t-Icon, .t-Button--success.t-Button--simple:focus .t-Icon, .t-Button--success.t-Button--simple:hover .t-Icon {
    color: #071f0b;
}
.t-Button--pillStart {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.t-Button--pillEnd {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.t-Button--pill {
    border-radius: 0!important;
}
.t-Button--hideShow.t-Button {
    border-radius: 100%}
.t-Header-branding .t-Button {
    background-color: transparent;
}
.t-Button.t-Button--header {
    transition: none;
    border-radius: 0;
}
.t-Button.t-Button--header:active:focus, .t-Button.t-Button--header:focus {
    box-shadow: none !important;
}
.t-Button.t-Button--header:active, .t-Button.t-Button--header:focus, .t-Button.t-Button--header:hover {
    background-color: transparent;
}
.t-Button.t-Button--header:hover {
    background-color: #e5e5e5;
    background-color: rgba(0, 0, 0, .1);
}
.t-Button.t-Button--header:active, .t-Button.t-Button--header:focus:active {
    background-color: #e5e5e5;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: none !important;
}
.t-Button.t-Button--header.is-active {
    background-color: #e5e5e5;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: none !important;
}
.t-Button.t-Button--header.t-Button--headerTree:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, .1);
}
.t-Button.t-Button--header.t-Button--headerTree.is-active {
    background-color: transparent;
}
.t-Button.t-Button--header.t-Button--headerTree:focus:hover, .t-Button.t-Button--header.t-Button--headerTree:hover {
    background-color: rgba(0, 0, 0, .3);
}
.t-Button.t-Button--header.t-Button--headerRight {
    background-color: #ebebeb;
}
.t-Button.t-Button--header.t-Button--headerRight:hover {
    background-color: #d2d2d2;
}
.t-Button.t-Button--header.t-Button--headerRight.is-active, .t-Button.t-Button--header.t-Button--headerRight:active {
    color: #2c2c2c;
}
.t-Button--navBar .t-Button-badge {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .35);
}
.t-Button--helpButton .a-Icon {
    opacity: .5;
}
.a-Calendar-button {
    border-radius: 2px;
    color: #707070;
}
.t-Button--noUI {
    color: #383838;
}
.t-Button--noUI.t-Button--primary {
    color: #677686!important;
}
.t-Button--noUI.t-Button--primary .t-Icon {
    color: #b5d3f2!important;
}
.t-Button--noUI.t-Button--warning {
    color: #8c730d!important;
}
.t-Button--noUI.t-Button--warning .t-Icon {
    color: #fc0!important;
}
.t-Button--noUI.t-Button--danger {
    color: #81130d!important;
}
.t-Button--noUI.t-Button--danger .t-Icon {
    color: #e90c00!important;
}
.t-Button--noUI.t-Button--success {
    color: #33793f!important;
}
.t-Button--noUI.t-Button--success .t-Icon {
    color: #4cd964!important;
}
.t-Button--noUI.t-Button--hot {
    color: #1f4974!important;
}
.t-Button--noUI.t-Button--hot .t-Icon {
    color: #2578cf!important;
}
.t-Button--noUI.t-Button--danger, .t-Button--noUI.t-Button--hot, .t-Button--noUI.t-Button--primary, .t-Button--noUI.t-Button--success, .t-Button--noUI.t-Button--warning {
    box-shadow: none;
}
.t-ButtonRegion {
    background-color: #fff;
    color: #404040;
    border-radius: 2px;
}
.t-ButtonRegion--noUI {
    background-color: transparent;
}
.t-ButtonRegion--dialogRegion, .t-ButtonRegion--wizard {
    border-radius: 0 0 2px 2px;
}
.t-ButtonRegion--dialogRegion {
    background-color: transparent;
}
.t-Body .t-ButtonRegion--showTitle .t-ButtonRegion-title {
    color: #393939;
}
.t-Body-info .t-ButtonRegion--showTitle .t-ButtonRegion-title, .t-Body-title .t-ButtonRegion--showTitle .t-ButtonRegion-title {
    color: #3a3a3a;
}
.t-ButtonRegion .t-ButtonRegion--showTitle .t-ButtonRegion-title, .t-Region .t-ButtonRegion--showTitle .t-ButtonRegion-title {
    color: #404040;
}
.t-Body-actions .t-ButtonRegion {
    background-color: transparent;
    border-radius: 0;
}
.fc-toolbar {
    border-color: #ebebeb;
    background-color: #fff;
    border-radius: 2px 2px 0 0;
}
.fc .fc-basic-view td.fc-day-number, .fc .fc-day-number, .fc-toolbar h2 {
    color: #404040;
}
.fc-day-header.ui-widget-header, .fc-view .ui-widget-header {
    background-color: #efefef;
    color: #3d3d3d;
    border-color: #e2e2e2;
}
div.fc-agendaList {
    background-color: #fff;
    border-color: #ebebeb;
    color: #404040;
}
.fc .fc-agendaList-dayHeader {
    background-color: #d6d6d6;
    color: #3d3d3d;
    border-color: #fafafa;
}
.fc .fc-agendaList-day {
    color: #3d3d3d;
}
.fc .fc-agendaList-date {
    color: #636363;
}
.fc .fc-agendaList .fc-event-all-day, .fc .fc-agendaList .fc-event-start-time {
    color: #666;
}
body .fc .ui-widget-content, body .fc td.fc-today {
    border-color: #e6e6e6;
    color: #404040;
}
body .ui-widget-content.fc-today.ui-state-highlight {
    background-color: #f2f2f2;
}
.fc .fc-agendaList-item {
    border-color: #fafafa;
}
.t-Card-wrap {
    border-radius: 2px;
}
.t-Card-wrap:focus {
    border-color: #2578cf;
}
.t-Card-icon .t-Icon {
    color: #FFF;
}
.t-Card-desc {
    color: #3d3d3d;
}
.t-Cards--compact .t-Card-wrap {
    background-color: #fcfcfc;
}
.t-Card-info, .t-Cards--compact .t-Card-desc {
    color: #636363;
}
.t-Card-title {
    color: #3d3d3d;
}
.t-Card--basic .t-Card-wrap, .t-Cards--basic .t-Card .t-Card-wrap {
    background-color: #fcfcfc;
}
.t-Card--basic .t-Card-icon .t-Icon, .t-Cards--basic .t-Card .t-Card-icon .t-Icon {
    border-radius: 2px;
    background-color: #A0A0A0;
}
.t-Card--basic .t-Card-titleWrap, .t-Card--featured .t-Card-wrap, .t-Cards--basic .t-Card .t-Card-titleWrap, .t-Cards--featured .t-Card .t-Card-wrap {
    background-color: #fcfcfc;
}
.t-Card--featured .t-Card-icon .t-Icon, .t-Cards--featured .t-Card .t-Card-icon .t-Icon {
    border-radius: 100px;
    color: #FFF;
    background-color: #A0A0A0;
}
.t-Card--featured .t-Card-body, .t-Cards--featured .t-Card .t-Card-body {
    background-color: transparent;
}
.t-ClassicCalendar-monthTitle {
    color: #404040;
}
.t-ClassicCalendar-dayColumn {
    background-color: #fafafa;
    vertical-align: top;
    border-color: #f2f2f2;
    color: #666;
}
.t-ClassicCalendar-day {
    border-color: #f2f2f2;
}
.t-ClassicCalendar-day.is-inactive .t-ClassicCalendar-date {
    opacity: .5;
}
.t-ClassicCalendar-day.is-inactive, .t-ClassicCalendar-day.is-weekend {
    background-color: #fcfcfc;
}
.t-ClassicCalendar-day.is-today .t-ClassicCalendar-date {
    background-color: #2578cf;
    color: #fff;
}
.t-ClassicCalendar-date {
    color: gray;
}
.t-ClassicCalendar-event {
    background-color: #f2f2f2;
    color: #404040;
}
.t-ClassicCalendar-event a {
    background-color: #2578cf;
    color: #fff;
}
.t-ClassicCalendar--daily .t-ClassicCalendar-timeCol, .t-ClassicCalendar--weekly .t-ClassicCalendar-timeCol {
    background-color: #fafafa;
}
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents, .t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents {
    color: #404040;
}
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents a, .t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents a {
    background-color: #2578cf;
    color: #fff;
}
.t-ClassicCalendar--daily .t-ClassicCalendar-day.is-today, .t-ClassicCalendar--weekly .t-ClassicCalendar-day.is-today {
    background-color: #f6f9fd;
}
.t-ClassicCalendar-list, .t-ClassicCalendar-listEvent, .t-ClassicCalendar-listTitle {
    border-color: #f2f2f2;
}
.t-ClassicCalendar-listTitle {
    background-color: #fafafa;
    color: #666;
}
.t-ClassicCalendar-listEvent {
    color: #404040;
}
.t-Comments-userIcon, .t-Comments-userImg {
    border-radius: 100%}
.t-Comments-userIcon {
    background-color: #fff;
}
.t-Comments-info {
    color: #666;
}
.t-Comments-comment {
    color: #404040;
}
.t-Comments--chat .t-Comments-info {
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    border-color: #e6e6e6;
}
.t-Comments--chat .t-Comments-info:after {
    border-color: rgba(248, 248, 248, 0);
    border-right-color: #fff;
}
.t-Comments--chat .t-Comments-info:before {
    border-color: rgba(232, 232, 232, 0);
    border-right-color: #e6e6e6;
}
.t-Comments--chat .t-Comments-comment {
    background-color: #fff;
    border-radius: 0 0 2px 2px;
    border-color: #e6e6e6;
}
.t-ConfigPanel-about {
    background-color: #fff7e0;
    color: #565656;
}
.t-ConfigPanel-icon {
    border-radius: 100%;
    background-color: #A0A0A0;
    color: #FFF;
}
.t-ConfigPanel-icon.is-enabled {
    background-color: #4cd964;
}
.t-ConfigPanel-icon.is-disabled {
    background-color: #e90c00;
}
.t-ConfigPanel-setting, .t-ConfigPanel-status {
    color: #737373;
}
.t-ConfigPanel-status {
    color: #404040;
}
.t-ConfigPanel-attrLink {
    color: #737373;
}
.t-ConfigPanel-attrLink:hover {
    background-color: rgba(0, 0, 0, .05);
}
.t-ConfigPanel-attrValue {
    color: #2370c2;
}
body .a-D3BarChart .a-D3LineChart-axis-title, body .a-D3LineChart .a-D3LineChart-axis-title {
    fill: #404040;
}
body .a-D3BarChart .a-D3LineChart-axis .tick text, body .a-D3LineChart .a-D3LineChart-axis .tick text {
    fill: gray;
}
body .a-D3BarChart .a-D3LineChart-axis line, body .a-D3BarChart .a-D3LineChart-axis path, body .a-D3LineChart .a-D3LineChart-axis line, body .a-D3LineChart .a-D3LineChart-axis path {
    stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis-title {
    fill: #404040;
}
body .a-D3BarChart .a-D3BarChart-grid, body .a-D3BarChart .a-D3BarChart-grid line {
    stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis line, body .a-D3BarChart .a-D3BarChart-axis path {
    stroke: #ccc;
}
body .a-D3BarChart .a-D3BarChart-axis .tick text {
    fill: gray;
}
body .a-D3Tooltip {
    background-color: gray;
    color: #fff!important;
}
body .a-D3Tooltip-content {
    border-top: #999;
}
body .a-D3ChartLegend.a-D3ChartLegend--external-borders {
    border-width: 0;
}
body .a-D3ChartLegend-item, body .a-D3ChartLegend.a-D3ChartLegend--background .a-D3ChartLegend-layout {
    background-color: transparent;
    border-width: 0!important;
}
body .a-D3ChartLegend-item-value {
    color: #666;
}
body .a-D3ChartLegend.a-D3ChartLegend--square-color .a-D3ChartLegend-item-color {
    border-radius: 100%;
    border-right-width: 0;
}
.t-DialogRegion-body {
    background: -webkit-linear-gradient(#fff 30%, #fff), -webkit-linear-gradient(#fff, #fff 70%) 0 100%, -webkit-linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, 0)), -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .05)) #fff;
    background: -o-linear-gradient(#fff 30%, #fff), -o-linear-gradient(#fff, #fff 70%) 0 100%, -o-linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, 0)), -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .05)) #fff;
    background: linear-gradient(#fff 30%, #fff), linear-gradient(#fff, #fff 70%) 0 100%, linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .05)) 0 100% #fff;
}
.t-Footer, .t-Footer a {
    color: #000;
}
.t-Form-inputContainer:before {
    color: #333;
}
.t-Form-field, .t-Form-inputContainer input.datepicker, .t-Form-inputContainer input.password, .t-Form-inputContainer input.popup_lov, .t-Form-inputContainer input.text_field, .t-Form-inputContainer input[type=text], .t-Form-inputContainer select.selectlist, .t-Form-inputContainer select.yes_no, .t-Form-inputContainer select[multiple], .t-Form-inputContainer span.display_only, .t-Form-inputContainer textarea.textarea, .t-Form-select, .t-Form-textarea, .u-TF-item--datepicker, .u-TF-item--select, .u-TF-item--text, .u-TF-item--textarea {
    border-radius: 2px;
    color: #333;
    background-color: #f2f2f2;
    border-color: #d9d9d9;
}
.t-Form-field:focus, .t-Form-inputContainer input.datepicker:focus, .t-Form-inputContainer input.password:focus, .t-Form-inputContainer input.popup_lov:focus, .t-Form-inputContainer input.text_field:focus, .t-Form-inputContainer input[type=text]:focus, .t-Form-inputContainer select.selectlist:focus, .t-Form-inputContainer select.yes_no:focus, .t-Form-inputContainer select[multiple]:focus, .t-Form-inputContainer span.display_only:focus, .t-Form-inputContainer textarea.textarea:focus, .t-Form-select:focus, .t-Form-textarea:focus, .u-TF-item--datepicker:focus, .u-TF-item--select:focus, .u-TF-item--text:focus, .u-TF-item--textarea:focus {
    background-color: #fff!important;
    border-color: #2578cf!important;
}
.t-Form-field:focus::-ms-value, .t-Form-inputContainer input.datepicker:focus::-ms-value, .t-Form-inputContainer input.password:focus::-ms-value, .t-Form-inputContainer input.popup_lov:focus::-ms-value, .t-Form-inputContainer input.text_field:focus::-ms-value, .t-Form-inputContainer input[type=text]:focus::-ms-value, .t-Form-inputContainer select.selectlist:focus::-ms-value, .t-Form-inputContainer select.yes_no:focus::-ms-value, .t-Form-inputContainer select[multiple]:focus::-ms-value, .t-Form-inputContainer span.display_only:focus::-ms-value, .t-Form-inputContainer textarea.textarea:focus::-ms-value, .t-Form-select:focus::-ms-value, .t-Form-textarea:focus::-ms-value, .u-TF-item--datepicker:focus::-ms-value, .u-TF-item--select:focus::-ms-value, .u-TF-item--text:focus::-ms-value, .u-TF-item--textarea:focus::-ms-value {
    color: #333;
}
.t-Form-field:hover, .t-Form-inputContainer input.datepicker:hover, .t-Form-inputContainer input.password:hover, .t-Form-inputContainer input.popup_lov:hover, .t-Form-inputContainer input.text_field:hover, .t-Form-inputContainer input[type=text]:hover, .t-Form-inputContainer select.selectlist:hover, .t-Form-inputContainer select.yes_no:hover, .t-Form-inputContainer select[multiple]:hover, .t-Form-inputContainer span.display_only:hover, .t-Form-inputContainer textarea.textarea:hover, .t-Form-select:hover, .t-Form-textarea:hover, .u-TF-item--datepicker:hover, .u-TF-item--select:hover, .u-TF-item--text:hover, .u-TF-item--textarea:hover {
    background-color: #fff;
}
.t-Form-inputContainer input::-webkit-input-placeholder {
    color: #000;
    opacity: .55;
}
.t-Form-inputContainer input::-moz-placeholder {
    color: #000;
    opacity: .55;
}
.t-Form-inputContainer input:-ms-input-placeholder {
    color: #000;
    opacity: .55;
}
.t-Form input.file {
    color: #333;
}
.t-Form-inputContainer span.display_only {
    border-color: transparent;
    background-color: transparent;
}
.t-Form-inputContainer select.selectlist, .t-Form-inputContainer select.yes_no, .t-Form-select {
    color: #333;
}
.t-Form-field--readOnly {
    background-color: transparent;
}
.t-Form-checkboxLabel, .t-Form-inputContainer .checkbox_group label, .t-Form-inputContainer .radio_group label, .t-Form-label, .t-Form-radioLabel {
    color: #4d4d4d;
}
.t-Form-error {
    color: #E92020;
}
.t-Form-postText {
    color: #ccc;
}
.t-Form--search input.t-Form-searchField {
    background-color: #f2f2f2;
    color: #333;
}
.t-HeroRegion-form input[type=text].t-Form-searchField {
    background-color: #fff;
    border-color: #cadff6;
}
.t-HeroRegion-form input[type=text].t-Form-searchField:focus {
    background-color: #fff!important;
    border-color: #2578cf!important;
}
.t-HeroRegion-form input[type=text].t-Form-searchField::-webkit-input-placeholder {
    color: #000;
    opacity: .55;
}
.t-HeroRegion-form input[type=text].t-Form-searchField::-moz-placeholder {
    color: #000;
    opacity: .55;
}
.t-HeroRegion-form input[type=text].t-Form-searchField:-ms-input-placeholder {
    color: #000;
    opacity: .55;
}
.t-Form-inputContainer input.hasDatepicker, .t-Form-inputContainer input.popup_lov {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.a-Button.a-Button--calendar, .a-Button.a-Button--popupLOV {
    border-radius: 0 2px 2px 0;
}
.t-Header-branding {
    background-color: #fff;
    height: 75px;
    line-height: 75px;
}
.t-Header .t-Button.t-Button--header.is-active, .t-Header .t-Button.t-Button--header.t-Button--header, .t-Header-logo-link {
    color: #00a1e1;
}
.t-Header .t-Button.t-Button--header.is-active:hover, .t-Header .t-Button.t-Button--header.t-Button--header:hover, .t-Header-logo-link:hover {
    text-decoration: none;
}
.t-Header-logo-link:active:focus, .t-Header-logo-link:focus {
    outline: 0;
    box-shadow: none !important;
}
.t-Header-nav {
    height: 35px;
    line-height: 35px;
    background-color: #00436e;
}
.t-Header .a-MenuBar-item:hover {
    background-color: transparent;
}
.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, .15);
}
.t-Header-nav-list {
    background-color: transparent;
}
.t-HeroRegion {
    background-color: #f6f9fd;
    color: #123963;
}
.t-HeroRegion-title {
    color: #123963;
}
.t-HeroRegion-icon {
    border-radius: 4px;
    background-color: #2578cf;
    color: #fff;
}
.t-HeroRegion--featured {
    background-color: transparent;
}
.t-HeroRegion--featured, .t-HeroRegion--featured .t-HeroRegion-title {
    color: #404040;
}
.a-IRR {
    border-radius: 2px;
    border-color: #e6e6e6;
}
.a-IRR .a-IRR-pagination-label {
    color: #737373;
}
.a-IRR-reportSummary-value {
    color: #404040;
}
.a-IRR-controlsContainer {
    border-top-color: #f5f5f5;
    background-color: #fafafa;
}
.a-IRR-fullView {
    background-color: #fff;
}
.a-IRR-button.a-IRR-button--controls {
    background-color: transparent;
}
.a-IRR-sortWidget {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
.a-IRR-toolbar {
 /* background: linear-gradient(#fff, #fcfcfc); */
    border-color: #e2e2e2;
}
.a-Report-percentChart-fill {
    background-color: #2578cf;
}
.a-Report-percentChart {
    background-color: #f6f9fd;
}
.a-IRR-button--colSearch {
    -webkit-border-top-right-radius: 0!important;
    -webkit-border-bottom-right-radius: 0!important;
    -moz-border-radius-topright: 0!important;
    -moz-border-radius-bottomright: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.a-IRR-chartView, .a-IRR-detailView, .a-IRR-groupByView, .a-IRR-iconViewTable, .a-IRR-pivotView {
    border-top-color: #f5f5f5;
}
.a-IRR-toolbar--singleRow {
    border-bottom-color: #f0f0f0;
}
.a-IRR-header {
    background-color: #fafafa;
    border-top: 1px solid #e6e6e6;
    box-shadow: inset 1px 0 0 0 #e6e6e6;
}
.a-IRR-header:hover {
    background-color: #f2f2f2;
}
.a-IRR-header.is-active {
    background-color: #19528e;
    border-bottom: none;
}
.a-IRR-header.is-active .a-IRR-headerSort, .a-IRR-header.is-active a {
    color: #f6f9fd;
}
.a-IRR-header--group {
    background-color: #f5f5f5;
}
.a-IRR-table tr td {
    background-color: #fff;
    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;
}
body .a-IRR-sortWidget-rows {
    color: #fff;
    border-top: 1px solid #19528e;
    background: #216bb9;
}
body .a-IRR-sortWidget-row {
    color: #fff;
    box-shadow: 0 -1px 0 #19528e inset;
}
.a-IRR-sortWidget-search>.a-IRR-sortWidget-searchField, .a-IRR-sortWidget-search>.a-IRR-sortWidget-searchField[type=text] {
    color: #fff;
    background: #19528e;
}
.a-IRR-sortWidget-row:hover {
    background-color: #19528e;
}
body .a-IRR-button.a-IRR-sortWidget-button, body .a-IRR-button.a-IRR-sortWidget-button:active:focus {
    color: rgba(255, 255, 255, .9);
    background-color: #19528e;
}
body .a-IRR-button.a-IRR-sortWidget-button:active:focus:hover, body .a-IRR-button.a-IRR-sortWidget-button:hover {
    background-color: #216bb9;
}
.a-IRR-sortWidget-actions {
    border-bottom: 1px solid #19528e;
}
.a-IRR-sortWidget-actions-item {
    border-right: none;
}
.a-IRR-sortWidget {
    border: none;
}
.a-IRR-table td {
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}
.a-IRR-sortWidget-searchLabel {
    color: rgba(255, 255, 255, .9);
}
.a-IRR-sortWidget-searchLabel:before {
    color: rgba(255, 255, 255, .5);
}
.a-IRR-headerLink:focus {
    box-shadow: 0 0 0 2px #2578cf inset;
}
.a-IRR-search-field:focus {
    border-color: #2578cf;
    box-shadow: 0 0 0 1px #2578cf inset, -2px 0 0 #2578cf inset, 2px 0 0 #2578cf inset, 0 0 2px 0 rgba(37, 120, 207, .5);
}
.a-IRR-singleRow-name, .a-IRR-singleRow-value {
    border-bottom-color: #f0f0f0;
    color: #404040;
}
.a-IRR-singleRow-value {
    background-color: #fff;
}
.a-IRR-singleRow-name, .a-IRR-singleRow-row:hover .a-IRR-singleRow-value {
    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: #2578cf;
}
.a-IRR-controlsLabel, .a-IRR-reportSummary-label {
    background-color: #fff;
}
.t-LinksList-item, .t-LinksList-link {
    border-color: #e6e6e6;
}
.t-LinksList-icon {
    color: #d9d9d9;
}
.t-LinksList-link:hover {
    background-color: #f2f2f2;
}
.t-LinksList-link:focus {
    box-shadow: 0 0 0 1px #2578cf inset;
}
.t-LinksList--showArrow .t-LinksList-link:before {
    color: #d9d9d9;
}
.t-LinksList--showBadge .t-LinksList-badge {
    background-color: #f5f5f5;
    color: #404040;
}
.t-LinksList--showBadge .t-LinksList-link:hover .t-LinksList-badge {
    background-color: #ebebeb;
}
.t-LinksList--showBadge .t-LinksList-item.is-expanded>.t-LinksList-link .t-LinksList-badge {
    background-color: #bfbfbf;
}
.t-LinksList--brightHover .t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
    color: rgba(255, 255, 255, .5);
}
.t-LinksList--brightHover .t-LinksList-link:hover {
    background-color: #2578cf;
    color: #fff;
}
.t-LinksList--brightHover .t-LinksList-link:hover .t-LinksList-icon {
    color: rgba(255, 255, 255, .75);
}
.t-LinksList-item.is-expanded {
    background-color: #FCFCFC;
    background: linear-gradient(rgba(0, 0, 0, .015), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .015));
}
.t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
    color: #2578cf;
}
.t-LinksList-item.is-expanded .t-LinksList-link:before {
    color: rgba(0, 0, 0, .25);
}
.t-LinksList--showBadge .t-LinksList-badge {
    border-radius: 4px;
}
.t-LinksList--iconOnly .t-LinksList-icon {
    border-radius: 100%}
.t-LinksList--actions .t-LinksList-icon, .t-LinksList--actions .t-LinksList-label {
    color: #2c2c2c;
}
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-badge, .t-LinksList--actions .t-LinksList-link:hover .t-LinksList-icon, .t-LinksList--actions .t-LinksList-link:hover .t-LinksList-label {
    color: #393939;
}
.t-Login-iconValidation {
    background: #4cd964;
    color: #fff;
}
body .t-Login-title {
    color: #404040;
}
.t-Login-region {
    background-color: #fff;
}
.t-Login-logo.fa {
    color: #2578cf;
}
.t-MediaList-item {
    border-color: #d9d9d9;
}
.t-MediaList--horizontal .t-MediaList-item {
    border-right: 1px solid #d9d9d9;
}
a.t-MediaList-itemWrap {
    color: #2370c2;
}
a.t-MediaList-itemWrap:hover {
    background-color: #f5f5f5;
    color: #2370c2;
}
a.t-MediaList-itemWrap:focus {
    box-shadow: 0 0 0 1px #2578cf inset;
}
.t-MediaList-itemWrap {
    color: #404040;
}
.t-MediaList-badge, .t-MediaList-desc {
    color: #737373;
}
.t-MediaList-icon {
    color: #d9d9d9;
}
.t-MediaList--cols .t-MediaList-item:after, .t-MediaList--cols .t-MediaList-item:before {
    background-color: #e6e6e6;
}
.a-MenuBar-label {
    color: #fff;
    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 {
    margin: 0 !important;
    border-right: 1px solid #00436e;
    border-left: 1px solid #00436e;
}
.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, .5);
}
.a-MenuBar-item.is-expanded, .a-MenuBar-item:hover {
    background-color: #00a1e1;
}
.a-Menu-content {
    border-radius: 2px;
}
.a-Menu .a-Menu-item {
    color: #00a1e1;
}
.a-Menu-itemSep .a-Menu-hSeparator {
    border-color: #dfdfdf;
}
.a-Menu--current {
    background-color: #2578cf;
}
.a-Menu .a-Menu-item.is-disabled.is-focused {
    background-color: #f8f8f8;
}
.a-Menu .a-Menu-item.is-disabled.is-focused>.a-Menu-inner .a-Menu-subMenuCol {
    color: #393939;
}
.a-Menu .a-Menu-item.is-disabled.is-focused>.a-Menu-inner .a-Menu-accel {
    color: #797979;
}
.a-Menu .a-Menu-item.is-expanded, .a-Menu .a-Menu-item.is-focused {
    background-color: #ececec;
    color: #00a1e1;
}
.a-Menu .a-Menu-item.is-expanded>.a-Menu-inner .a-Menu-accel, .a-Menu .a-Menu-item.is-expanded>.a-Menu-inner .a-Menu-statusCol, .a-Menu .a-Menu-item.is-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-focused>.a-Menu-inner .a-Menu-statusCol, .a-Menu .a-Menu-item.is-focused>.a-Menu-inner .a-Menu-subMenuCol {
    color: #fff;
}
.a-Menu .a-Menu-accel {
    color: rgba(57, 57, 57, .75);
}
.a-Menu-content {
    background-color: rgba(248, 248, 248, .95);
    border-color: #dfdfdf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.a-MenuBar {
    background-color: transparent;
}
.t-Region .a-MenuBar-label {
    line-height: 20px;
}
.t-Region .a-MenuBar-item>.a-Menu-subMenuCol {
    display: inline-block;
    padding: 8px 0;
    vertical-align: top;
    margin-right: 8px;
    margin-left: -4px;
}
.t-Region .a-MenuBar-item {
    background: #f2f2f2;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    margin-left: -1px;
}
.t-Region .a-MenuBar-item:first-child {
    margin-left: 0;
}
.t-Region .a-MenuBar-item.a-Menu--split>.a-Menu-subMenuCol, .t-Region .a-MenuBar.u-rtl .a-MenuBar-item.a-Menu--split>.a-Menu-subMenuCol {
    border: none;
    margin-right: 0;
    padding: 8px 8px 8px 4px;
}
.t-Region .a-MenuBar-item.is-disabled .a-MenuBar-label {
    color: rgba(51, 51, 51, .5);
}
.t-Region .a-MenuBar-item.is-expanded, .t-Region .a-MenuBar-item:hover {
    background-color: #00a1e1;
}
.t-Region .a-Menu-content {
    border-radius: 2px;
}
.t-Region .a-Menu-itemSep .a-Menu-hSeparator {
    border-color: #e2e2e2;
}
.t-Region .a-Menu--current {
    background-color: #bfbfbf;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused {
    background-color: #fcfcfc;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused>.a-Menu-inner .a-Menu-subMenuCol {
    color: #3d3d3d;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused>.a-Menu-inner .a-Menu-accel {
    color: #7c7c7c;
}
.t-Region .a-Menu .a-Menu-item.is-expanded, .t-Region .a-Menu .a-Menu-item.is-focused {
    background-color: #f2f2f2;
    color: #333;
}
.t-Region .a-Menu .a-Menu-item.is-expanded>.a-Menu-inner .a-Menu-accel, .t-Region .a-Menu .a-Menu-item.is-expanded>.a-Menu-inner .a-Menu-statusCol, .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-focused>.a-Menu-inner .a-Menu-statusCol, .t-Region .a-Menu .a-Menu-item.is-focused>.a-Menu-inner .a-Menu-subMenuCol {
    color: #333;
}
.t-Region .a-Menu .a-Menu-accel {
    color: rgba(61, 61, 61, .75);
}
.t-Region .a-Menu-content {
    border-color: #e2e2e2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.t-Header .a-MenuBar-label {
    color: #fff;
    vertical-align: top;
}
.t-Header .a-MenuBar-item {
    vertical-align: top;
    line-height: 35px;
    padding: 0 15px;
    height: 35px;
}
.t-Header .a-MenuBar-item.a-Menu--current, .t-Header .a-MenuBar-item.a-Menu--current.is-focused, .t-Header .a-MenuBar-item.is-focused, .t-Header .a-MenuBar-item:hover {
    background-color: #00a1e1 !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: #fff!important;
    font-weight: 700;
}
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded, .t-Header .a-MenuBar-item.is-expanded {
    background-color: #00a1e1 !important;
}
.t-Header .a-MenuBar-item>.a-Menu-subMenuCol .a-Icon {
    color: rgba(255, 255, 255, .8);
    border-color: #2578cf;
    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: #4992de;
    border-color: #4992de;
    color: #fff;
}
.t-Header .a-MenuBar-item.a-Menu--current>.a-Menu-subMenuCol .a-Icon {
    color: #5e9fe2;
    border-color: #5e9fe2;
}
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded>.a-Menu-subMenuCol .a-Icon {
    background-color: #fff;
    border-color: #fff;
    color: #404040;
}
.t-Header .a-MenuBar-item.is-expanded>.a-Menu-subMenuCol .a-Icon {
    background-color: #a8cbef;
    border-color: #a8cbef;
    color: #123963;
}
.t-Header .a-Menu-content {
    border-width: 0;
    opacity: 0.9;
    z-index: 9999;
    background-color: #fff;
}
.t-Header .a-Menu .a-Menu-item {
    color: #00a1e1;
    font-size: 1.6rem;
    line-height: 40px;
}
.t-Header .a-Menu-accel {
    color: rgba(255, 255, 255, .75);
}
.t-Header .a-Menu .a-Menu-item.is-expanded, .t-Header .a-Menu .a-Menu-item.is-focused {
    background-color: #dfdfdf !important;
}
.t-Body .a-MenuBar-label {
    color: #393939;
    vertical-align: top;
}
.t-Body .a-MenuBar-item {
    vertical-align: top;
}
.t-Body .a-MenuBar-item.a-Menu--current, .t-Body .a-MenuBar-item.a-Menu--current.is-focused, .t-Body .a-MenuBar-item.is-focused, .t-Body .a-MenuBar-item:hover {
    background-color: #dfdfdf !important;
}
.t-Body .a-MenuBar-item.a-Menu--current .a-MenuBar-label, .t-Body .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
    color: #393939 !important;
    font-weight: 700;
}
.t-Body .a-MenuBar-item.a-Menu--current.is-expanded, .t-Body .a-MenuBar-item.is-expanded {
    background-color: #dfdfdf !important;
}
.t-Body .a-MenuBar-item>.a-Menu-subMenuCol .a-Icon {
    color: rgba(57, 57, 57, .8);
    border-color: #fff;
    border-radius: 100%}
.t-Body .a-MenuBar-item.a-Menu--current.is-focused>.a-Menu-subMenuCol .a-Icon, .t-Body .a-MenuBar-item>.a-Menu-subMenuCol:hover .a-Icon {
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    color: #000;
}
.t-Body .a-MenuBar-item.a-Menu--current>.a-Menu-subMenuCol .a-Icon {
    color: #fff;
    border-color: #fff;
}
.t-Body .a-MenuBar-item.a-Menu--current.is-expanded>.a-Menu-subMenuCol .a-Icon {
    background-color: #393939;
    border-color: #393939;
    color: #f8f8f8;
}
.t-Body .a-MenuBar-item.is-expanded>.a-Menu-subMenuCol .a-Icon {
    background-color: #fff;
    border-color: #fff;
    color: #dfdfdf;
}
.t-Body .a-Menu-content {
    border-width: 0;
    background-color: #dfdfdf;
}
.t-Body .a-Menu .a-Menu-item {
    color: #393939;
}
.t-Body .a-Menu-accel {
    color: rgba(57, 57, 57, .75);
}
.t-Body .a-Menu .a-Menu-item.is-expanded, .t-Body .a-Menu .a-Menu-item.is-focused {
    background-color: #ebebeb!important;
}
.t-Body .a-MenuBar>ul {
    background-color: #e6e6e6;
}
.t-Body .a-MenuBar-item {
    border-color: #dfdfdf;
}
.t-Body .a-MenuBar-item.is-focused {
    box-shadow: none;
}
.t-Region .a-MenuBar-label {
    color: #404040;
    vertical-align: top;
}
.t-Region .a-MenuBar-item {
    vertical-align: top;
}
.t-Region .a-MenuBar-item.a-Menu--current, .t-Region .a-MenuBar-item.a-Menu--current.is-focused, .t-Region .a-MenuBar-item.is-focused, .t-Region .a-MenuBar-item:hover {
    background-color: #e6e6e6!important;
}
.t-Region .a-MenuBar-item.a-Menu--current .a-MenuBar-label, .t-Region .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
    color: #404040!important;
    font-weight: 700;
}
.t-Region .a-MenuBar-item.a-Menu--current.is-expanded, .t-Region .a-MenuBar-item.is-expanded {
    background-color: #e6e6e6!important;
}
.t-Region .a-MenuBar-item>.a-Menu-subMenuCol .a-Icon {
    color: rgba(64, 64, 64, .8);
    border-color: #fff;
    border-radius: 100%}
.t-Region .a-MenuBar-item.a-Menu--current.is-focused>.a-Menu-subMenuCol .a-Icon, .t-Region .a-MenuBar-item>.a-Menu-subMenuCol:hover .a-Icon {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
    color: #000;
}
.t-Region .a-MenuBar-item.a-Menu--current>.a-Menu-subMenuCol .a-Icon {
    color: #fff;
    border-color: #fff;
}
.t-Region .a-MenuBar-item.a-Menu--current.is-expanded>.a-Menu-subMenuCol .a-Icon {
    background-color: #404040;
    border-color: #404040;
    color: #fff;
}
.t-Region .a-MenuBar-item.is-expanded>.a-Menu-subMenuCol .a-Icon {
    background-color: #fff;
    border-color: #fff;
    color: #e6e6e6;
}
.t-Region .a-Menu-content {
    border-width: 0;
    background-color: #e6e6e6;
}
.t-Region .a-Menu .a-Menu-item {
    color: #404040;
}
.t-Region .a-Menu-accel {
    color: rgba(64, 64, 64, .75);
}
.t-Region .a-Menu .a-Menu-item.is-expanded, .t-Region .a-Menu .a-Menu-item.is-focused {
    background-color: #f2f2f2!important;
}
.t-Region .a-MenuBar>ul {
    background-color: #e6e6e6;
}
.t-Region .a-MenuBar-item {
    border-color: #e6e6e6;
}
.t-Region .a-MenuBar-item.is-focused {
    box-shadow: none;
}
.t-Header-userMenu .a-Menu-content {
    border-width: 0;
    background-color: #216bb9;
}
.t-Header-userMenu .a-Menu-item.is-expanded, .t-Header-userMenu .a-Menu-item.is-focused {
    background-color: #1d5fa4!important;
}
.t-Header-userMenu.a-Menu .a-Menu-item .a-Menu-label {
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.t-Body .a-MiniCal {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background-color: #f8f8f8;
}
.t-Body .a-MiniCal-title {
    color: #393939;
}
.t-Body .a-MiniCal-dayOfWeek {
    color: #797979;
}
.t-Body .a-MiniCal-day {
    border-color: #f2f2f2;
    color: #393939;
}
.t-Body .a-MiniCal-day.is-today .a-MiniCal-date {
    background-color: #2578cf;
    color: #fff;
}
.t-Body .a-MiniCal-day.is-active .a-MiniCal-date {
    background-color: #fc0;
    color: #000;
}
.t-Body .a-MiniCal-day.is-weekend {
    background-color: #f3f3f3;
}
.t-Body .a-MiniCal-day.is-null {
    background-color: #eee;
}
.t-Region .a-MiniCal {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #fff;
}
.t-Region .a-MiniCal-title {
    color: #404040;
}
.t-Region .a-MiniCal-dayOfWeek {
    color: gray;
}
.t-Region .a-MiniCal-day {
    border-color: #f9f9f9;
    color: #404040;
}
.t-Region .a-MiniCal-day.is-today .a-MiniCal-date {
    background-color: #2578cf;
    color: #fff;
}
.t-Region .a-MiniCal-day.is-active .a-MiniCal-date {
    background-color: #fc0;
    color: #000;
}
.t-Region .a-MiniCal-day.is-weekend {
    background-color: #fafafa;
}
.t-Region .a-MiniCal-day.is-null {
    background-color: #f5f5f5;
}
.t-Body-actions .a-MiniCal {
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: #ebebeb;
}
.t-Body-actions .a-MiniCal-title {
    color: #2c2c2c;
}
.t-Body-actions .a-MiniCal-dayOfWeek {
    color: #6c6c6c;
}
.t-Body-actions .a-MiniCal-day {
    border-color: #e5e5e5;
    color: #2c2c2c;
}
.t-Body-actions .a-MiniCal-day.is-today .a-MiniCal-date {
    background-color: #2578cf;
    color: #fff;
}
.t-Body-actions .a-MiniCal-day.is-active .a-MiniCal-date {
    background-color: #fc0;
    color: #000;
}
.t-Body-actions .a-MiniCal-day.is-weekend {
    background-color: #e6e6e6;
}
.t-Body-actions .a-MiniCal-day.is-null {
    background-color: #e1e1e1;
}
.t-Body-info .a-MiniCal {
    border: 1px solid #cadff6;
    border-radius: 2px;
    background-color: #f6f9fd;
}
.t-Body-info .a-MiniCal-title {
    color: #3a3a3a;
}
.t-Body-info .a-MiniCal-dayOfWeek {
    color: #7a7a7a;
}
.t-Body-info .a-MiniCal-day {
    border-color: #ebf3fb;
    color: #3a3a3a;
}
.t-Body-info .a-MiniCal-day.is-today .a-MiniCal-date {
    background-color: #2578cf;
    color: #fff;
}
.t-Body-info .a-MiniCal-day.is-active .a-MiniCal-date {
    background-color: #fc0;
    color: #000;
}
.t-Body-info .a-MiniCal-day.is-weekend {
    background-color: #edf4fc;
}
.t-Body-info .a-MiniCal-day.is-null {
    background-color: #e4effa;
}
.t-NavigationBar-menu .a-Menu-content {
    border-radius: 0 0 2px 2px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.t-NavigationBar-menu .a-Menu-item.is-expanded, .t-NavigationBar-menu .a-Menu-item.is-focused {
    background-color: #e5e5e5 !important;
}
.t-NavigationBar-menu .a-Menu-item .a-Menu-label, .t-NavigationBar-menu .a-Menu-item.is-expanded>.a-Menu-label, .t-NavigationBar-menu .a-Menu-item.is-focused>.a-Menu-label, .t-NavigationBar-menu.a-Menu .a-Menu-item .a-Menu-statusCol, .t-NavigationBar-menu.a-Menu .a-Menu-item a {
    color: #00a1e1 !important;
}
.t-PopupLOV-resultsSet tr:hover td {
    background-color: #ECF2FB!important;
}
.t-PopupLOV-resultsSet tr:nth-child(2n) td {
    background-color: #FAFAFA;
}
.t-PopupLOV-resultsSet-link, .ui-widget-content a.t-PopupLOV-resultsSet-link {
    color: #2370c2;
}
.t-Page--popupLOV {
    background-color: #FFF;
}
.t-PopupLOV-actions {
    background-color: #f8f8f8;
}
.t-Body .t-PopupLOV-links a {
    color: #393939;
}
.t-Body-info .t-PopupLOV-links a, .t-Body-title .t-PopupLOV-links a {
    color: #3a3a3a;
}
.t-ButtonRegion .t-PopupLOV-links a, .t-Region .t-PopupLOV-links a {
    color: #404040;
}
.t-PopupLOV-links a:hover {
    background-color: #3c8adc;
    color: #fff;
}
.t-Body .t-PopupLOV-pagination {
    color: #797979;
}
.t-Body-info .t-PopupLOV-pagination, .t-Body-title .t-PopupLOV-pagination {
    color: #7a7a7a;
}
.t-ButtonRegion .t-PopupLOV-pagination, .t-Region .t-PopupLOV-pagination {
    color: gray;
}
.t-Region {
    background-color: #fff;
}
.t-Body .fielddata b {
    color: #393939;
}
.t-Body-info .fielddata b, .t-Body-title .fielddata b {
    color: #3a3a3a;
}
.t-ButtonRegion .fielddata b, .t-Region .fielddata b {
    color: #404040;
}
.t-Region-header {
    background-color: #fcfcfc;
    border-bottom: 1px solid #e2e2e2;
}
.t-Region-header .t-Button--noUI, .t-Region-header .t-Region-title {
    color: #3d3d3d;
}
.t-Body-actions .t-Region-header {
    background: 0 0;
}
.t-Region--stacked, .t-Region--stacked>.t-Region-header {
    border-radius: 0!important;
}
.t-Region--noBorder>.t-Region-header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.t-Region--noBorder>.t-Region-header .t-Button--noUI, .t-Region--noBorder>.t-Region-header .t-Region-title {
    color: #404040;
}
.t-IRR-region.t-Region--accent1 .a-IRR-toolbar, .t-Region--accent1.t-Region--noBorder>.t-Region-header, .t-Region--accent1>.t-Region-header {
    background-color: #ff2d55;
    border-bottom: 1px solid #ff607e;
}
.t-Region--accent1.t-Region--noBorder>.t-Region-header .t-Button--noUI, .t-Region--accent1.t-Region--noBorder>.t-Region-header .t-Region-title, .t-Region--accent1>.t-Region-header .t-Button--noUI, .t-Region--accent1>.t-Region-header .t-Region-title {
    color: #fff;
}
.t-IRR-region.t-Region--accent2 .a-IRR-toolbar, .t-Region--accent2.t-Region--noBorder>.t-Region-header, .t-Region--accent2>.t-Region-header {
    background-color: #007aff;
    border-bottom: 1px solid #3395ff;
}
.t-IRR-region.t-Region--accent2 .a-IRR-toolbar .a-IRR-title, .t-Region--accent2.t-Region--noBorder>.t-Region-header .t-Button--noUI, .t-Region--accent2.t-Region--noBorder>.t-Region-header .t-Region-title, .t-Region--accent2>.t-Region-header .t-Button--noUI, .t-Region--accent2>.t-Region-header .t-Region-title {
    color: #fff;
}
.t-IRR-region.t-Region--accent3 .a-IRR-toolbar, .t-Region--accent3.t-Region--noBorder>.t-Region-header, .t-Region--accent3>.t-Region-header {
    background-color: #ff9500;
    border-bottom: 1px solid #fa3;
}
.t-Region--accent3.t-Region--noBorder>.t-Region-header .t-Button--noUI, .t-Region--accent3.t-Region--noBorder>.t-Region-header .t-Region-title, .t-Region--accent3>.t-Region-header .t-Button--noUI, .t-Region--accent3>.t-Region-header .t-Region-title {
    color: #fff;
}
.t-IRR-region.t-Region--accent4 .a-IRR-toolbar, .t-Region--accent4.t-Region--noBorder>.t-Region-header, .t-Region--accent4>.t-Region-header {
    background-color: #4cd964;
    border-bottom: 1px solid #2ac845;
}
.t-Region--accent4.t-Region--noBorder>.t-Region-header .t-Button--noUI, .t-Region--accent4.t-Region--noBorder>.t-Region-header .t-Region-title, .t-Region--accent4>.t-Region-header .t-Button--noUI, .t-Region--accent4>.t-Region-header .t-Region-title {
    color: #071f0b;
}
.t-IRR-region.t-Region--accent5 .a-IRR-toolbar, .t-Region--accent5.t-Region--noBorder>.t-Region-header, .t-Region--accent5>.t-Region-header {
    background-color: #8e8e93;
    border-bottom: 1px solid #a8a8ac;
}
.t-Region--accent5.t-Region--noBorder>.t-Region-header .t-Button--noUI, .t-Region--accent5.t-Region--noBorder>.t-Region-header .t-Region-title, .t-Region--accent5>.t-Region-header .t-Button--noUI, .t-Region--accent5>.t-Region-header .t-Region-title {
    color: #fff;
}
.t-IRR-region.t-Region--accent6 .a-IRR-toolbar, .t-Region--accent6.t-Region--noBorder>.t-Region-header, .t-Region--accent6>.t-Region-header {
    background-color: #ededed;
    border-bottom: 1px solid #e2e2e2;
}
.t-Region--accent6.t-Region--noBorder>.t-Region-header .t-Button--noUI, .t-Region--accent6.t-Region--noBorder>.t-Region-header .t-Region-title, .t-Region--accent6>.t-Region-header .t-Button--noUI, .t-Region--accent6>.t-Region-header .t-Region-title {
    color: #404040;
}
.t-Region-header {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.t-Region h2.t-Region-title {
    color: #3d3d3d;
}
.t-Region-body {
    color: #404040;
}
.t-Region--hideShow.is-collapsed {
    border-bottom-color: transparent;
}
.t-Region--scrollBody>.t-Region-bodyWrap>.t-Region-body {
    background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%, linear-gradient(rgba(0, 0, 0, .025), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .025)) 0 100% #fff;
}
.t-Body-actions .t-Region-header, .t-Body-side .t-Region {
    background-color: transparent;
}
.t-Region, .t-Region-header {
    border-radius: 2px;
}
.t-Body-actions .t-Region, .t-Region--noBG {
    background-color: transparent;
}
.t-Region--carousel .apex-rds-button {
    background-color: transparent;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .25);
    color: #FFF;
}
.t-Region--carousel .apex-rds-button:hover {
    background-color: rgba(0, 0, 0, .5);
}
.t-Region--carousel .apex-rds-button:active, .t-Region--carousel .apex-rds-button:active:focus {
    background-color: rgba(0, 0, 0, .75);
}
.t-Region--carousel .apex-rds-next-region {
    border-radius: 2px 0 0 2px;
}
.t-Region--carousel .apex-rds-previous-region {
    border-radius: 0 2px 2px 0;
}
.t-Region--carousel .a-Region-carouselNavItem.apex-rds-selected .a-Region-carouselLink {
    background-color: rgba(0, 0, 0, .45);
}
.t-Region--carousel .a-Region-carouselNavItem.apex-rds-selected .a-Region-carouselLink:focus {
    background-color: #2578cf;
}
.t-Region--carousel .a-Region-carouselLink {
    background-color: rgba(0, 0, 0, .15);
    border-radius: 100%}
.t-Report-cell, .t-Report-colHead {
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.t-Report-report tr .t-Report-cell:last-child, .t-Report-report tr .t-Report-colHead:last-child {
    border-right: 1px solid #e6e6e6;
}
.t-Report-report tr:last-child .t-Report-cell {
    border-bottom: 1px solid #e6e6e6;
}
.t-Report .is-stuck .t-Report-colHead {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
}
.t-Report--rowHighlight .t-Report-report tr:hover .t-Report-cell, .t-Report--rowHighlight .t-Report-report tr:nth-child(odd):hover .t-Report-cell {
    background-color: #fafafa!important;
}
.t-Report--staticRowColors .t-Report-report tr:nth-child(odd) .t-Report-cell {
    background-color: transparent;
}
.t-Report--altRowsDefault .t-Report-report tr:nth-child(odd) .t-Report-cell {
    background-color: #fcfcfc;
}
.t-Report-paginationText a:hover, .t-Report-paginationText b {
    background-color: #2578cf;
    color: #fff;
}
.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: 0 8px 4px -4px rgba(0, 0, 0, .05);
}
.t-SocialFooter a {
    transition: all .2s;
    display: block;
    text-decoration: none;
    text-align: center;
    color: rgba(57, 57, 57, .8);
}
.t-SocialFooter a .t-Icon {
    display: block;
    margin: 0 auto;
    color: rgba(57, 57, 57, .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: #2370c2;
}
.t-SearchResults-desc {
    color: #393939;
}
.t-SearchResults-date, .t-SearchResults-misc {
    color: #6c6c6c;
}
.t-Region .t-SearchResults-desc {
    color: #404040;
}
.t-Region .t-SearchResults-date, .t-Region .t-SearchResults-misc {
    color: #737373;
}
.t-Body .a-DetailedContentList-title {
    color: #393939;
}
.t-Body-info .a-DetailedContentList-title {
    color: #3a3a3a;
}
.t-ButtonRegion .a-DetailedContentList-title, .t-Region .a-DetailedContentList-title {
    color: #404040;
}
body .a-DetailedContentList-item:focus .a-DetailedContentList-header {
    box-shadow: 0 0 0 1px #1d5fa4 inset;
}
body .a-DetailedContentList-item.is-expanded .a-DetailedContentList-trigger {
    background-color: #fff;
    box-shadow: 0 0 0 1px #2578cf inset;
    color: #2578cf;
}
body .a-DetailedContentList-item.is-expanded .a-DetailedContentList-trigger:focus {
    background-color: #1d5fa4;
    color: #fff;
    box-shadow: 0 0 0 1px #1d5fa4 inset;
}
body .a-DetailedContentList-header:hover {
    background-color: #f2f2f2;
}
body .a-DetailedContentList-icon {
    color: rgba(64, 64, 64, .5);
}
body .a-DetailedContentList-badge {
    color: #404040;
}
body .a-DetailedContentList-trigger {
    background: #fff;
    color: rgba(64, 64, 64, .75);
}
body .a-DetailedContentList-trigger:focus, body .a-DetailedContentList-trigger:hover {
    color: #1d5fa4;
}
body .a-DetailedContentList-body {
    background-color: #fff;
}
body .content-tooltip .a-DetailedContentList-body {
    background-color: #164678;
}
body .content-tooltip .a-DetailedContentList-body-row-label {
    color: #fff;
}
body .content-tooltip .a-DetailedContentList-body-row-content {
    color: #74ace6;
}
body .a-DetailedContentList-body-header {
    background: #fff;
}
body .a-DetailedContentList-body-row-label {
    color: #404040;
}
body .a-DetailedContentList-body-row-content {
    color: #164678;
}
body .a-DetailedContentList.a-DetailedContentList--tooltip .a-DetailedContentList-body:after, body .a-DetailedContentList.a-DetailedContentList--tooltip .a-DetailedContentList-body:before {
    border-color: #fff transparent;
}
body .ui-tooltip.content-tooltip, body .ui-tooltip.content-tooltip .a-DetailedContentList-body {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
body .ui-tooltip.content-tooltip .arrow.bottom:after, body .ui-tooltip.content-tooltip .arrow.bottom:before {
    border-color: #164678 transparent;
}
body .ui-tooltip.content-tooltip .arrow.bottom.light:after {
    border-color: #eaeaea transparent;
}
body .ui-tooltip.content-tooltip .arrow.top:after, body .ui-tooltip.content-tooltip .arrow.top:before {
    border-color: #164678 transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:before {
    border-color: transparent #fff transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:after {
    border-color: transparent #164678 transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.right:before {
    border-color: transparent transparent transparent rgba(64, 64, 64, .5);
}
body .ui-tooltip.content-tooltip .arrow.right:after {
    border-color: transparent transparent transparent #164678;
}
.t-StatusList-blockHeader {
    color: #404040;
    background-color: #fcfcfc;
}
.t-StatusList-attr, .t-StatusList-headerTextAlt, .t-StatusList-textDesc {
    color: #737373;
}
.t-StatusList-itemTitle {
    color: #404040;
}
.t-StatusList--dates .t-StatusList-marker {
    color: #707070;
    border-radius: 2px;
    background-color: #FFF;
}
.t-StatusList--dates .t-StatusList-marker:after {
    background-color: #A0A0A0;
    border-radius: 2px 2px 0 0;
}
.t-StatusList--bullets .t-StatusList-marker {
    border-radius: 24px;
    background-color: #fff;
    color: #404040;
}
.t-StatusList--bullets .t-StatusList-item.is-complete .t-StatusList-marker {
    background-color: #707070;
}
.t-StatusList--bullets .t-StatusList-item.is-danger .t-StatusList-marker, .t-StatusList--bullets .t-StatusList-item.is-error .t-StatusList-marker {
    background-color: #ff3b30;
}
.t-StatusList--bullets .t-StatusList-item.is-open .t-StatusList-marker {
    background-color: #4cd964;
}
.t-StatusList--bullets .t-StatusList-item.is-warning .t-StatusList-marker {
    background-color: #fc0;
}
.t-StatusList--bullets .t-StatusList-item.is-null .t-StatusList-marker {
    background-color: #F0F0F0;
    color: #A0A0A0;
}
.apex-rds .apex-rds-selected a, .t-Tabs--simple .t-Tabs-item.is-active .t-Tabs-link {
    box-shadow: 0 -2px 0 #74ace6 inset;
}
.apex-rds a:focus, .t-Tabs--simple .t-Tabs-link:focus {
    box-shadow: 0 0 0 2px #74ace6 inset;
}
.t-Tabs--pill {
    background: linear-gradient(#f8f8f8, #f4f4f4);
    border-radius: 2px;
}
.t-Body .t-Tabs--pill .t-Icon {
    color: #797979;
}
.t-Body-info .t-Tabs--pill .t-Icon, .t-Body-title .t-Tabs--pill .t-Icon {
    color: #7a7a7a;
}
.t-ButtonRegion .t-Tabs--pill .t-Icon, .t-Region .t-Tabs--pill .t-Icon {
    color: gray;
}
.t-Body .t-Tabs--pill .t-Tabs-link {
    color: #393939;
}
.t-Body-info .t-Tabs--pill .t-Tabs-link, .t-Body-title .t-Tabs--pill .t-Tabs-link {
    color: #3a3a3a;
}
.t-ButtonRegion .t-Tabs--pill .t-Tabs-link, .t-Region .t-Tabs--pill .t-Tabs-link {
    color: #404040;
}
.t-Tabs--pill .t-Tabs-link:hover {
    background-color: #FFF;
}
.t-Tabs--pill .t-Tabs-link:focus {
    border-color: #4696FC;
}
.t-Tabs--pill .t-Tabs-link:active {
    background-color: #F0F0F0;
}
.t-Tabs--pill .t-Tabs-item:first-child .t-Tabs-link {
    border-radius: 2px 0 0 2px;
}
.t-Tabs--pill .t-Tabs-item.is-active .t-Tabs-link {
    background-color: #FFF;
}
.t-Tabs--simple .t-Icon {
    color: #404040;
}
.apex-rds a, .t-Tabs--simple .t-Tabs-link {
    color: #3a3a3a;
}
.apex-rds a:hover, .t-Tabs--simple .t-Tabs-link:hover {
    background-color: rgba(0, 0, 0, .025);
}
.apex-rds a:active, .t-Tabs--simple .t-Tabs-link:active {
    background-color: rgba(0, 0, 0, .15);
}
.t-Body .apex-rds a, .t-Body .t-Tabs--simple .t-Tabs-link {
    color: #393939;
}
.t-Body-info .apex-rds a, .t-Body-info .t-Tabs--simple .t-Tabs-link, .t-Body-title .apex-rds a, .t-Body-title .t-Tabs--simple .t-Tabs-link {
    color: #3a3a3a;
}
.t-Region .apex-rds a, .t-Region .t-Tabs--simple .t-Tabs-link {
    color: #404040;
}
.apex-rds-hover.left a {
    background: -webkit-linear-gradient(left, #f6f9fd 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #f6f9fd 50%, rgba(255, 255, 255, 0) 100%);
}
.apex-rds-hover.right a {
    background: -webkit-linear-gradient(left, #f6f9fd 0, rgba(255, 255, 255, 0) 1%, #f6f9fd 50%);
    background: linear-gradient(to right, #f6f9fd 0, rgba(255, 255, 255, 0) 1%, #f6f9fd 50%);
}
.a-TagCloud-link {
    border-color: #f2f2f2;
    border-radius: 2px;
    background: #fafafa;
    transition: background-color .2s, border-color .2s, box-shadow .2s, color .2s;
    color: #226ebe;
}
.a-TagCloud-link span {
    transition: color .2s;
}
.a-TagCloud-link:hover {
    text-decoration: none;
    background-color: #2578cf;
    border-color: #2578cf;
    color: #fff;
    box-shadow: 0 0 0 2px #2578cf inset;
}
.a-TagCloud-link:hover span {
    color: #fff;
}
.a-TagCloud-count {
    color: #666;
    font-weight: 200;
}
.t-Timeline {
    color: #404040;
}
.t-Timeline-date, .t-Timeline-desc, .t-Timeline-username {
    color: #737373;
}
.t-Timeline-wrap {
    color: #404040;
}
.t-Timeline-type {
    background-color: #f2f2f2;
    color: #3d3d3d;
}
.t-Timeline-type.is-new {
    background-color: #4cd964;
    color: #FFF;
}
.t-Timeline-type.is-updated {
    background-color: #2578cf;
    color: #FFF;
}
.t-Timeline-type.is-removed {
    background-color: #e90c00;
    color: #FFF;
}
.t-Timeline-wrap:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #2578cf inset;
}
.t-PageBody--leftNav .t-Body-nav {
    background-color: #00436e;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
    box-shadow: 0 0 0 1px #e8e8e8 inset;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current, .t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected, .t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-selected {
    background-color: #f7f7f7;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top, .t-Region .a-TreeView-node--topLevel ul, .t-Region .a-TreeView-node--topLevel.is-collapsible>.a-TreeView-row {
    background-color: #fff;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
    /*background-color: #f0f0f0!important;*/
    background-color: #f0f0f0;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover+.a-TreeView-toggle, .t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle {
    color: rgba(64, 64, 64, .75);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover, .t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover+.a-TreeView-toggle:hover, .t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
    color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content {
    color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .a-Icon, .t-Region .a-TreeView-node--topLevel .a-TreeView-content .fa {
    color: rgba(64, 64, 64, .95);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon, .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-hover .fa {
    color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-label {
    color: inherit;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current, .t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top, .t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-selected {
    color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle {
    color: rgba(64, 64, 64, .75);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
    color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row {
    transition: background-color .1s;
}
.t-Region .a-TreeView-node--topLevel.is-collapsible>.a-TreeView-row.is-focused, .t-Region .a-TreeView-node--topLevel.is-collapsible>.a-TreeView-row.is-selected {
    background-color: #f7f7f7;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
    box-shadow: none;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current {
    background-color: #00a1e1;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected {
    background-color: #00a1e1;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top, .t-TreeNav .a-TreeView-node--topLevel ul, .t-TreeNav .a-TreeView-node--topLevel.is-collapsible>.a-TreeView-row {
    /* background-color: transparent; */
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
    background-color: #267bd3;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected.is-hover {
    background-color: #00a1e1!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, .75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover+.a-TreeView-toggle:hover, .t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
    color: #fff!important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .a-Icon, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .fa, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .a-Icon, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .fa {
    color: #fff;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-label {
    color: inherit;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top, .t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-selected {
    color: #fff;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle {
    color: rgba(255, 255, 255, .75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
    color: #fff!important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row {
    transition: background-color .1s;
}
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content, .t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .a-Icon, .t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .fa {
    color: #fff;
}
.t-Dialog--wizard {
    border: #e6e6e6;
}
.t-Wizard {
    background-color: #fff;
    border-radius: 2px;
}
.t-Wizard .t-Wizard-title {
    color: #404040;
}
body .t-Wizard--modal {
    background: #fff;
}
body .t-Wizard--modal .t-Wizard-body {
    background: linear-gradient(#fff 40%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #fff 60%) 0 100%, linear-gradient(rgba(0, 0, 0, .025), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .025)) 0 100% #fff;
}
body .t-Wizard--modal .t-Region {
    background: #fff;
}
.t-Wizard {
    border-color: #e6e6e6;
}
.t-Wizard .t-Wizard-header {
    background-color: #fafafa;
    border-color: #ededed;
}
.t-WizardSteps-wrap:after {
    background-color: #e6e6e6;
}
.t-WizardSteps-step .t-WizardSteps-marker {
    background-color: #ccc;
}
.t-WizardSteps-step.is-complete .t-WizardSteps-marker {
    background-color: #4cd964;
    color: #FFF;
}
.t-WizardSteps-step.is-active .t-WizardSteps-marker {
    background-color: #2578cf;
}
.t-WizardSteps-label {
    color: #666;
}
.t-WizardSteps-step.is-active .t-WizardSteps-label {
    color: #404040;
}
body .ui-dialog .ui-dialog-titlebar {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
body .ui-dialog .ui-dialog-titlebar-close {
    border-radius: 100%}
body .ui-dialog .ui-dialog-buttonpane {
    border-top-color: #F0F0F0;
}
body .ui-widget-content {
    border-color: #ebebeb;
    background-color: #fff;
    color: #404040;
}
body .ui-widget-content a {
    color: #2370c2;
}
body .ui-widget-header {
    border-color: #ebebeb;
    background-color: #fcfcfc;
    color: #3d3d3d;
}
body .ui-widget-header a {
    color: #3d3d3d;
}
body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
    background-color: #f8f8f8;
    color: #383838;
}
body .ui-state-active a, body .ui-state-active a:link, body .ui-state-active a:visited, body .ui-state-default a, body .ui-state-default a:link, body .ui-state-default a:visited {
    color: #2370c2;
}
body .ui-state-hover, body .ui-widget-content .ui-state-hover, body .ui-widget-header .ui-state-hover {
    background-color: #fff;
    color: #383838;
}
body .ui-state-focus, body .ui-widget-content .ui-state-focus, body .ui-widget-header .ui-state-focus {
    box-shadow: 0 0 0 1px #2578cf inset, 0 0 1px 2px rgba(37, 120, 207, .25)!important;
    background-color: #fff;
    color: #383838;
}
body .ui-datepicker .ui-datepicker-buttonpane button:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #2578cf inset, 0 0 1px 2px rgba(37, 120, 207, .25)!important;
}
body .ui-state-focus a, body .ui-state-focus a:hover, body .ui-state-focus a:link, body .ui-state-focus a:visited, body .ui-state-hover a, body .ui-state-hover a:hover, body .ui-state-hover a:link, body .ui-state-hover a:visited {
    color: #2370c2;
}
body .ui-state-active, body .ui-widget-content .ui-state-active, body .ui-widget-header .ui-state-active {
    background-color: #dedede;
    color: #383838;
}
body .ui-state-highlight, body .ui-widget-content .ui-state-highlight, body .ui-widget-header .ui-state-highlight {
    background-color: #f6f9fd;
    color: #404040;
}
body .ui-state-highlight a, body .ui-widget-content .ui-state-highlight a, body .ui-widget-header .ui-state-highlight a {
    color: #404040;
}
body .ui-state-error, body .ui-widget-content .ui-state-error, body .ui-widget-header .ui-state-error {
    background-color: #e90c00;
    color: #ffeae9;
}
body .ui-state-error a, body .ui-widget-content .ui-state-error a, body .ui-widget-header .ui-state-error a {
    color: #ffeae9;
}
body .ui-state-error-text, body .ui-widget-content .ui-state-error-text, body .ui-widget-header .ui-state-error-text {
    color: #e90c00;
}
body .ui-datepicker td a.ui-state-default, body .ui-datepicker td span.ui-state-default {
    background-color: transparent;
    color: #404040;
}
body .ui-datepicker td a.ui-state-default.ui-state-active, body .ui-datepicker td span.ui-state-default.ui-state-active {
    background-color: #2578cf;
    color: #fff;
    font-weight: 700;
}
body .ui-datepicker td a.ui-state-default.ui-state-active.ui-state-hover, body .ui-datepicker td span.ui-state-default.ui-state-active.ui-state-hover {
    background-color: #2578cf!important;
}
body .ui-datepicker td a.ui-state-default.ui-state-hover, body .ui-datepicker td span.ui-state-default.ui-state-hover {
    background-color: #f2f2f2!important;
}
body .ui-datepicker td a.ui-state-default:focus, body .ui-datepicker td span.ui-state-default:focus {
    outline: 0;
    box-shadow: 0 0 0 1px #2578cf inset, 0 0 1px 2px rgba(37, 120, 207, .25)!important;
}
body .ui-datepicker td a.ui-state-default.ui-state-highlight, body .ui-datepicker td span.ui-state-default.ui-state-highlight {
    background-color: #ebebeb;
}
body .ui-datepicker th {
    color: gray;
}
body .ui-datepicker .ui-datepicker-buttonpane button, body .ui-datepicker .ui-datepicker-header, body .ui-datepicker .ui-datepicker-next, body .ui-datepicker .ui-datepicker-prev {
    border-radius: 2px;
}
body .ui-dialog .ui-dialog-titlebar {
    background-color: #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
body .ui-dialog .ui-dialog-title {
    color: #3d3d3d;
}
.t-Dialog--wizard body .ui-dialog .ui-dialog-content, .t-Dialog--wizard.ui-dialog, .t-Dialog--wizard.ui-dialog .ui-dialog-titlebar, .t-Dialog-page, body .ui-dialog .ui-dialog-content {
    background-color: #fff;
    color: #404040;
}
.t-Dialog--wizard.ui-dialog .ui-dialog-title {
    color: #404040;
}
body .ui-corner-all {
    border-radius: 2px;
}
body .ui-corner-left, body .ui-corner-tl, body .ui-corner-top {
    border-top-left-radius: 2px;
}
body .ui-corner-right, body .ui-corner-top, body .ui-corner-tr {
    border-top-right-radius: 2px;
}
body .ui-corner-bl, body .ui-corner-bottom, body .ui-corner-left {
    border-bottom-left-radius: 2px;
}
body .ui-corner-bottom, body .ui-corner-br, body .ui-corner-right {
    border-bottom-right-radius: 2px;
}
body .ui-button.ui-corner-all {
    border-radius: 2px;
}
body .ui-button.ui-corner-left, body .ui-button.ui-corner-tl, body .ui-button.ui-corner-top {
    border-top-left-radius: 2px;
}
body .ui-button.ui-corner-right, body .ui-button.ui-corner-top, body .ui-button.ui-corner-tr {
    border-top-right-radius: 2px;
}
body .ui-button.ui-corner-bl, body .ui-button.ui-corner-bottom, body .ui-button.ui-corner-left {
    border-bottom-left-radius: 2px;
}
body .ui-button.ui-corner-bottom, body .ui-button.ui-corner-br, body .ui-button.ui-corner-right {
    border-bottom-right-radius: 2px;
}
@media screen and (-ms-high-contrast:active) {
    .a-Button, .t-Button {
    border: 1px solid;
}
}@media only screen and (min-width:641px) {
    .apex-side-nav .t-Body-title {
    left: 200px;
}
.apex-side-nav .t-Body-content {
    margin-left: 200px;
}
.t-Body-side {
    width: 240px;
    left: 40px;
}
.apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content, .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main, .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    left: 200px;
}
.apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content {
    margin-left: 200px;
}
.apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-left: 0;
}
.apex-side-nav.js-navExpanded .t-Body-content, .apex-side-nav.js-navExpanded .t-Body-side, .apex-side-nav.js-navExpanded .t-Body-title {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
}
.apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-side {
    left: 0;
}
.apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 280px;
    -webkit-transform: translate3d(160px, 0, 0);
    -ms-transform: translate(160px);
    transform: translate3d(160px, 0, 0);
}
.apex-side-nav.js-navCollapsed .t-Body-title {
    margin-left: 0;
    left: 40px;
}
.apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-left: 0;
}
.apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-content {
    margin-left: 280px;
}
.t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main, .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-right: 200px;
}
.t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-title {
    right: 200px;
}
.t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    right: 0;
}
.t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-left: 0;
    left: 0;
}
.t-PageBody--showLeft .t-Body-content {
    margin-left: 240px;
}
}@media only screen and (min-width:769px) {
    .is-maximized.t-IRR-region .t-fht-thead .a-IRR-header {
    border-bottom: 1px solid #e6e6e6;
}
}@media only screen and (min-width:993px) {
    .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 200px;
}
.apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 440px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.apex-side-nav.js-navCollapsed .t-Body-side {
    left: 40px;
}
.t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    margin-right: 200px;
}
.t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main, .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-nav {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    right: 200px;
}
.t-PageBody.js-rightExpanded.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    left: 40px;
}
}@media only screen and (max-width:992px) {
    .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-main {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-content, .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side, .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-title {
    -webkit-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate(-200px);
    transform: translate3d(-200px, 0, 0);
}
.t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side {
    margin-left: 40px!important;
}
}@media only screen and (max-width:480px) {
    .apex-side-nav.js-navExpanded .t-Body-content, .apex-side-nav.js-navExpanded .t-Body-side, .apex-side-nav.js-navExpanded .t-Body-title {
    margin-left: 0;
}
.apex-side-nav.js-navExpanded .t-Body-main {
    margin-left: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
}
.apex-side-nav.js-navCollapsed .t-Body-nav {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}
.apex-side-nav.js-navCollapsed .t-Body-content, .apex-side-nav.js-navCollapsed .t-Body-side, .apex-side-nav.js-navCollapsed .t-Body-title {
    margin-left: 0;
}
.t-PageBody--login, .t-PageBody--login .t-Body {
    background-color: #fff;
}
}