/* 
 * Nacional
 *
 #687893; mto claro
 #1e4fa1; claro
 #15243d; escuro
 #0d1626; mto escuro
 *
 */
:root{
--font-base: 'Roboto', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--mtoclaro:  #98beff;
--claro:     #1862ab;
--txtclaro:  #ffffff;
--escuro:    #002564;
--mtoescuro: #0d1626;
--destaque:  #fef200;
--pg2-card-ft-prd-dsk: 12vw;
--pg2-card-ft-prd-mbl: 42.5vw;
}

body{
    font-family: var(--font-base);
    font-weight: 400;
}

.t-Body-content{
  padding: 0 3vw;
}

.t-Body-main{
    background-color: #fff;
}
.t-Header-branding{
    display: flex;
    align-items: center;
    justify-content: center;
}
.t-Header-logo {
  color: var(--destaque);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em;
}
.t-Header-navBar {
  position: fixed;
  right: 0;
}

.fa-arrow-circle-right{
  font-size: 2.5em !important;
}

@media only screen and (max-width: 640px) {
  
  .t-Header-navBar {
    position: relative;
    right: 0;
  }

}
/*=|Pagina 1\======*/

#Menu-Geral{
  box-shadow: none !important;
  border: none !important;
}

#Menu-Geral .t-Region, #Menu-Geral .t-Region-header{
  border: none !important;
}

#Menu-Geral h2{
  font-size: 2.2em;
  font-weight: bold;
  color: var(--escuro);
}

.t-Region-headerItems--title{
  padding: 1.6rem 1.2rem;
}

#P1_BEG_VW_CLIENTE_ID_LABEL{
  padding: 0;
  font-size: 1.5em;
  font-weight: bold;
}

#P1_BEG_VW_CLIENTE_ID_CONTAINER{
  display: flex;
  align-items: center;
}
    
#P1_BEG_VW_CLIENTE_ID_CONTAINER .t-Form-labelContainer{
  padding: 0;
  font-weight: lighter;
  width: auto;
}

#P1_BEG_VW_CLIENTE_ID_CONTAINER .t-Form-inputContainer{
  padding: 0;
  font-weight: lighter;
}

#P1_BEG_VW_CLIENTE_ID_DISPLAY{
  color: #707070;
  font-size: 1.2em;
  padding: 0.5em;
}

#regListaMenu ul.a-ListView{
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(1, 100%);
  margin: 0 1em;
}

#regListaMenu li{
  width: 70%;
}

.a-ListView-item{
  padding: 0;
}

.dinac_card{
  cursor: pointer;
  display: grid;
  grid-template-columns: 2fr 3fr;
  background: #9dc2ff;
  padding: 2.6em;
  border-radius: 0.3em;
  transition: 0.5s;
}

.dinac_card:hover{
  background-color: var(--claro);
  padding: 3em;
}

.dinac_card_thumb{
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 3em;
}

.dinac_card_thumb img{
  height: 5vh;
  display: block;
  margin: 0;
}

.dinac_card_text{
  font-weight: 600;
  color: #fff;
  font-size: 2.6em;
  align-items: center;
  display: flex;
}

.cont_img_logo_botton{
  margin: 3vw;
  display: flex;
  align-content: center;
  justify-content: center;
}

.cont_img_logo_botton img{
  width: 15vw;
  margin: auto;
}

/*=======================|mobile pgn 1|========================*/
@media only screen and (max-width: 640px) {

    body{
        background: var(--claro);
    }

   .t-Body-main{
      border-radius: 14vw 14vw 0 0;
    }

    .t-Body-content{
      padding: 0em;
    }

    .t-Button--navBar .t-Button-label{
      display: contents !important;
    }

    .t-Header-navBar {
      top: 0;        
      margin: 0 0 0 -7em !important;
      width: 7em !important;
    }

    /*=|Pagina 1\======*/
    .t-Region-headerItems--title{
      padding: 1.6rem 1.2rem;
    }

    #Menu-Geral .t-Region-body{
      padding: .5em 1em;
    }

    #P1_BEG_VW_CLIENTE_ID_LABEL{
      padding: 0;
      font-size: 1.5em;
      font-weight: bold;
    }

    #P1_BEG_VW_CLIENTE_ID_CONTAINER{
      display: block;
    }
    
    #P1_BEG_VW_CLIENTE_ID_DISPLAY{
      color: #707070;
      font-size: .9em;
          padding: 0.5em 0;
    }
    
    #P1_BEG_VW_CLIENTE_ID_CONTAINER .t-Form-labelContainer{
      padding: 0;
      font-weight: lighter;
    }

    #P1_BEG_VW_CLIENTE_ID_CONTAINER .t-Form-inputContainer{
      padding: 0;
      font-weight: lighter;
    }

    .apex-item-group--popup-lov{
      width:100%;
    }

    #regListaMenu ul.a-ListView{
      display: grid;
      grid-gap: 1.3em;
      grid-template-columns: repeat(1, 100%);
      margin: 0 1em;
    }

    .a-ListView-item{
      padding: 0;
    }

    .dinac_card{
        border-radius: 1.5em;
        justify-content: center;
        align-items: center;
        grid-template-columns: 1fr 3fr;
        padding: 1.3em;
    }

    .dinac_card:hover{
      background-color: var(--claro);
      padding: 2em;
    }

    .dinac_card_thumb{
      margin: 0;
    }

    .dinac_card_thumb img{
      height: 5vh;
      display: block;
      margin: 0 auto;
    }

    .dinac_card_text{
      font-size: 1.3em;
    }

    .cont_img_logo_botton{
      margin: 7vh 5vw;
      display: flex;
      align-content: center;
      justify-content: center;
    }

    .cont_img_logo_botton img{
      width: 60vw;
      margin: auto;
    }
  }
/*======/Pagina 1|=*/

/*=|Pagina 2\======*/

.desk-view{
  display: table-cell;
  text-align: left;
}

.mobile-view{
  display: none;
}

.btn-buscar{
  width: 99%;
  font-weight: bold;
}

#limpa_pesquisa{
  background-color: #fdc5c2;
}

#buscar{
  background-color: #b8eaac;
}

.iten-top-prod{
  width: 99.5%;
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: .6rem 1rem;
  height: 2.6em;
  font-weight: bold;
}

#P2_PESQUISA::placeholder {
  text-align: center;
}

.apex-load-more{
  width: 100%;
  text-align: right;
  grid-column: 5;
  font-size: 1.5em;
  font-weight: bold;
}

.col-12>.rel-col .col-12 {
  padding: .5em 0 1em .5em;
}

#regListaPedidos ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1em;
}

.card_item{
  min-width: calc(var(--pg2-card-ft-prd-dsk) + 1em);
  box-shadow: #cdcdcd 0px 3px 20px;
  margin: 0.5vw;
  border-radius: 1vw;
  min-height: calc(var(--pg2-card-ft-prd-dsk) + 3em);
}

.card-titulo{
  background-color: var(--claro);
  display: flow-root;
  color: #fff;
  line-height: 1.2;
  border-radius: 1vw 1vw 0 0;
  width: 101%;
  padding: 0 1vw;
}

.card-sub-ttl{
  font-size: 0.7em;
}

.card-cont-info{
  padding: 0 1vw 1vw 1vw;
  font-weight: bold;
  text-align: center;
}

.card-prd-cod{
  padding: 0.5em 0;
  float: left;
}

.card-prd-sku{
  width: 8em;
  text-align: right;
  padding: 0.5em;
  float: right;
}

.produto_img{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width:  var(--pg2-card-ft-prd-dsk);
  height: var(--pg2-card-ft-prd-dsk);
  display: flex;
  align-items: baseline;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.disponivel{
  display: none;
}

.falta{
  background: #8dc1ff;
  display: inline;
  padding: 0.5em;
  float: left;
}

.promocao::after {
  content: "Promoção";
  position: absolute;
  bottom: 1.4em;
  right: calc(2vw - var(--pg2-card-ft-prd-dsk));
  width: 200%;
  text-align: center;
  background: red;
  color: white;
  font-weight: bold;
  transform: rotate(-45deg);
  padding: .3em 0;
  font-size: 0.9em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.card-prd-prc{
  background-size: cover;
  background-position: center;
  min-width: 6em;
  text-align: right;
  display: flex;
  color: var(--claro);
  height: 1.5em;
}

.prd-card-vlr-unit{
  width: 50%;
  text-align: left;
}

.prd-card-vlr-ttl{
  width: 50%;
  text-align: right;
}

.prd-card-controle{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0.5vw 1vw;
  background: #e2e2e2;
  padding: .5vw 1vw;
  border-radius: 50vw;
  text-align: center;
  justify-content: center;
  place-items: center;
}

.car-prd-cmp{
  background: var(--destaque) !important;
}

.prd-card-ctrl{
  display: flex;
  justify-content: space-between;
  margin: 0.5vw 1vw;
  background: var(--claro);
  padding: .5vw 1vw;
  border-radius: 50vw;
  text-align: center;
  place-items: center;
  color: #fff;
  cursor: pointer;
}

.prd-card-ctrl-cell{
  border: #000 solid 1px;
  border-radius: 1em;
  padding: 0em;
  font-size: 1em;
  width: 1.6em;
  height: 1.6em;
  font-weight: 100;
  cursor: pointer;
  user-select: none;
}

.qtd-sol{
  font-weight: 100;
}

.card-prd-prc-cx {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: -0.4vw;
  min-width: 7.5em;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.7em 0 1.5em 0;
}

.card-info-car td{
    width: 50%;
}

#tb-info-prd{
  width: 100%;
}

.bottom-car-prc{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: var(--escuro);
  border-radius: 2vw 2vw 0 0;
  min-height: 7em;
  display: flex;
  align-items: center;
  padding: 0 5vw;
}

.valor-carrinho{  
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  height: 7en;
  width: 20vw;
}

.nac-title-valor{
  padding: .3em 0;
  font-size: .8em;
}

.nac-cont-valor-cts{
  font-size: 0.7em;
}

#bottom-car-prc{
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

#bottom-car-prc button{
  margin: 0.5em !important;
  font-weight: bold;
  font-size: 1.5em;
  padding: 0;
  border-radius: .5em;
}

#btn-opf{
  min-width: 9em;
}

#btn-opf p{
  font-size: 0.8em;
  margin: 0;
  line-height: 1;
}

#bottom-car-prc table{
  width: 100%;
}

#bottom-car-prc table td{
  display: flex;
  height: 5em;
}

.lin-1{
  background: var(--mtoclaro);
}
.a-ListView-item{
  padding:0;
  margin: auto;
}
.hidden{
  display: none;
}
.produto_item_valor{
  text-align: right;
}
.itm-comprados{
  text-align: right;
}

.carrinho{
  background-color: var(--mtoclaro);
  min-height: 4.3em;
  border-radius: 1em;
  font-weight: bold;
}
.carrinho-f{
  background-color: #ff9c9c;
}

.produto_item_details span, .produto_item_details label{
  display: block;
  margin-top: 0;
  line-height: 14px;
  padding: 0 0.5em;
}

.off-car .itm-comprados{
  display: none;
}

#limpa_pesquisa{
  margin: 0 0 0 .5em;
}

.b2b-info-cli-prz{
  margin: 0 0.5em;
  font-weight: bold;
}

.b2b-prazo{
  float: right;
}

/*-------------Modal Forçada-----------------*/
#modal-forcada {
    max-width: 500px;
    max-height: 90%;
    border-radius: 1em 1em 0em 0em;
    position: fixed;
    z-index: 800;
    overflow: auto;
    left: 0;
    top: 0;
    margin: 5vh calc(50vw - 179px);
}

#modal-forcada .t-Dialog-title {
    font-size: 18px;
    font-weight: bold;
}

#modal-forcada .t-Dialog-body {
    padding: 20px;
}
#bloq{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
    z-index: -10;
} 
#modal-forcada .container{
    min-height: 300px;
}
#modal-forcada .produto_item_info{
    width: 100%;
}

.list-car-exc-prd{
  font-size: 0.85em;
}

.list-car-exc-sol{
  width: 30%;
}

#modal-forcada .visible{
  width: 30%;
  text-align: right;
}

.list-car-exc-ttl{
  width: 40%;
  text-align: right;
}

.produto_close{
    background: #f00;
    color: #fff;
    border-radius: 1em;
    width: 1.5em !important;
    height: 1.5em;
    text-align: center;
    line-height: 1.3em;
    margin: -0.8em;
    right: 0;
    top: 0;
}
/*=======================|mobile pgn 2|========================*/
@media only screen and (max-width: 640px) {
    
    .desk-view{
      display: none;
    }

    .mobile-view{
      display: flex;
      -webkit-box-orient: vertical;
      overflow: hidden;
      justify-content: left;
      align-items: center;
    }

    .b2b-info-cli-prz{
      margin: 0 0.5em;
      font-size: .7em;
    }

    .b2b-cliente{
      font-weight: bolder;
      font-size: 90%;
    }

    .prd_img_icon {
      width: 100%;
      max-width: 20vw;
    }

    .b2b-prazo{
      float: right;
      font-weight: bolder;
      font-size: 90%;
      text-align: right;
    }

    .pesquisa{
      display: flex;
    }

    .btn-buscar{
      margin: 0;
      border-radius: 1em !important;
    }

    #P2_PESQUISA {
      border-radius: 1em !important;
    }

    .valor-carrinho {
      width: auto;
    }

    .nac-title-valor {
      font-size: .5em;
    }

    #bottom-car-prc {
      grid-template-columns: 1fr 2fr;
    }

    #bottom-car-prc table {
      width: 100%;
      justify-content: center;
      align-items: center;
      display: inline-table;
    }

    #btn-opf {
      min-width: auto;
      padding: 1em !important;
    }

    #bottom-car-prc button {
      font-size: 0.6em;
      padding: 0.5em;
    }

    #regListaPedidos ul{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2vw;
    }
    
    .card_item{
      min-width:  var(--pg2-card-ft-prd-mbl);
      min-height: calc(var(--pg2-card-ft-prd-mbl) + 19vw) ;
      font-size: 0.8em;
    }

    .produto_img {
      width:  calc(var(--pg2-card-ft-prd-mbl) - 1vw);
      height: calc(var(--pg2-card-ft-prd-mbl) - 1vw);
      margin: auto;
    }
 
    .promocao::after {
      right: calc(8vw - var(--pg2-card-ft-prd-mbl));
      font-size: 0.9em;
      bottom: 1em;
    }

    #regListaPedidos .a-ListView-item .ui-btn{
      padding: 0;
    }

    .card-prd-cod {
      top: 0em;
      left: 0em;
      font-size: 0.9em;
    }

    .card-prd-sku {
      top: 0;
      right: 0.5vw;
      font-size: 0.9em;
    }

    .card-prd-prc {
      font-size: 0.9em;
      padding: 0em 0.3em 1em 0.3em;
      height: 2em;
      font-weight: bold;
    }

    .prd-card-ctrl{
      padding: .7vw 1vw;
    }

    .prd-card-ctrl-cell{
      width: 2em;
      height: 2em;
    }
    
    .card-prd-prc-cx {
      font-size: 0.9em;
      padding: 1.2em 0.3em 0.3em 0.3em;
      font-weight: bold;
    }

    #tb-info-prd {
      width: 100%;
      font-size: 0.9em;
    }

    .card-info-desc{
      font-size: 0.9em;
      text-align: left;
      padding: 0 0.3em;
      line-height: 1.1;
      height: 3.5em;
    }

    .card-info-car td {
      padding: 0 0.5em;
    }

    #bottom-car-prc table td {
    display: flex;
    height: auto;
    font-size: 1.6em;
    }

    #modal-forcada{
        width: 90%;
        margin: 5% 5%;
    }

}

/*=======================|mobile pgn 3|========================*/
#P3_DESCRICAO_LABEL{
  padding: 1vw 0;
  width: 100%;
  font-size: 1.2vw;
  border-bottom: 2px solid #a3a3a3;
  font-weight: 700;
  color: #737373;
}

#P3_DESCRICAO_DISPLAY{
  font-size: 2vw;
  padding: 0.6em;
}

#informacoes{
  padding: 0 1em;
}

#informacoes .t-Form-label{
  font-size: 1vw;
}

#informacoes .apex-item-display-only{
  font-size: 1.1vw;
}

#informacoes input{
  width: 100%;
  font-size: 1vw;
  height: 2vw;
}

.qtd-cx{
  text-align: center !important;
}

.qtd-cx input{
    background-color: var(--claro) !important;
    color: var(--txtclaro) !important;
}

#P3_TOTAL_ITEM_LABEL {
    font-size: 1vw;
    font-weight: bold;
    padding: 0 .8em;
}

#P3_TOTAL_ITEM{
  font-size: 1.1vw;
  padding: 0em;
}

#P3_TOTAL_ITEM_CONTAINER div{
  float: left; 
  width: auto !important;
}

#BTN_EXCLUIR {
    width: calc(100% - 2em);
    margin: 0em 1em 0em 0em;
    border-radius: 1em;
}

#BTN_NOVO{
  width: calc(100% - 2em);
  margin: 0em 0em 0em 1em;
  border-radius: 1em;
}

.imagem_produto_v{
    width: 80%;
    margin: 10%;
}

.qtd_erro{
    text-align: right;
    background: #ffbfbf !important;
    border: 2px solid #f00 !important;
}

#P3_ADD_UNIDADE{
    width:100% !important;
}

#P3_VALOR_PAGO{
    border: none;
    background-color: #fff;
    font-weight: bold;
}

#p3-reg-botoes td{
  width: 50%;
}

#InfoPalm{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.p3-cont-info-palm{
    padding: 2vw;
}

.p3-titulo-info-palm{
  padding: 1vw 0;
  width: 100%;
  font-size: 2vw;
  border-bottom: 2px solid #a3a3a3;
  font-weight: 700;
  color: #737373;
}

.p3-info-palm{
  font-size: 1.1vw;
  font-weight: 700;
  padding: 0.5em 0;
}

@media only screen and (max-width: 640px) {

  #P3_DESCRICAO_LABEL {
    font-size: 0.8em;
    padding: 0.5em 0;
  }

  #P3_DESCRICAO_DISPLAY {
    font-size: 1.5em;
    padding: 0;
  }

  #informacoes{
    padding: 0;
  }

  #informacoes .t-Form-label {
    font-size: 1em;
  }

  #informacoes .apex-item-display-only {
    font-size: 1.1em;
  }

  #informacoes input {
    font-size: 1em;
    height: 2em;
  }

  #P3_TOTAL_ITEM_LABEL {
    font-size: 1em;
  }

  #P3_TOTAL_ITEM{
    font-size: 1em;
    font-weight: bold;
    padding: 0 0.8em;
  }

  #BTN_EXCLUIR {
    width: calc(100% - .2em);
    margin: 0em .2em 0em 0em;
    padding: 0.5em;
    border-radius: .5em;
  }

  #BTN_NOVO {
    width: calc(100% - .2em);
    margin: 0em 0em 0em .2em;
    padding: 0.5em;
    border-radius: 0.5em;
  }

  .p3-titulo-info-palm {
    font-size: 1.3em;
  }

  .p3-info-palm {
    font-size: 1.1em;
  }

  #InfoPalm{
    grid-template-columns: 1fr;
  }

}
/*=======================|mobile pgn 3|========================*/

/*=======================|mobile pgn 4|========================*/
#Orcamento{
  border-radius: 1vw;
}

#Orcamento .t-Region-header{
  background-color: var(--claro);
  border-radius: 1vw;
}

#Orcamento .t-Region-title{
  color: #fff;
}

#info_finc{
  border-radius: 1vw;
}

#info_finc .t-Region-header{
  background-color: var(--claro);
  border-radius: 1vw;
}

#info_finc .t-Region-title{
  color: #fff;
}

#Enviar_Pedido{
  background-color: var(--mtoclaro);
}

#produtos-carrinho img{
  width: calc(100% - 1em);
  margin: 0.5em;
}
.linha-pedido{
  box-shadow: 0px 1px 3px black;
  padding: 0.5em;
  margin: 0.5em;
  display: grid;
  grid-template-columns: 1fr 5fr;
}

.cont-info-dth{
  display: flex;
  align-items: center;
}

.info-pedido{
    padding: 0.5em;
}

.sub-tlt-pedido{
  font-weight: bold;
  padding: 0 0.5em;
}

.info-pedido{
  font-size: 1.1em;
}

#P6_OBS{
  width:100%;
}

.nac-curto-cls div {
  padding:0 !important;
  margin:0 !important;
}

.nac-curto-cls label {
  padding:0 !important;
  margin:0 !important;
}

.linha-pedido{
  background-color: var(--mtoclaro);
  min-height: 4.3em;
  border-radius: 1em;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {

  #Orcamento{
    border-radius: 5vw;
  }

  #info_finc{
    border-radius: 5vw;
  }

  #info_finc .t-Region-headerItems--buttons {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
  }

  .linha-pedido {
    grid-template-columns: 1fr;
  }

  .cont-prd {
    display: block;
  }

}
/*=======================|mobile pgn 4|========================*/
/*
#regFooter{
  background: white;
  position: fixed;
  width: 100%;
  height: 75px;
  bottom: 0;
  left: 0;
  box-shadow: 0px -1px 3px 0px rgb(0 0 0 / 25%);
}

.arl-footer{display: grid;}

.total {text-align: center !important;}
.total div span {text-align: center !important;}
.total .t-Form-labelContainer {text-align: center !important;}

.arl-footer .container{position:absolute;}

.arl-col1{grid-area: a-c1-linha}

.arl-col2{grid-area: a-c2-linha}

.cel_qtd{grid-column: 4;}

.btn-arl-finalizar{border: none;
                   background-color: #fff;
                   color: #fff;}

.btn-dupla{font-size: 0.8em; margin:0.5em;}
.on-car{
    font-weight: bold;
}
@media only screen and (min-width: 800px) {
    #modal-forcada{
        width:25%;
        margin: 5% 37.5%;
    }
}
@media only screen and (max-width: 800px) {
    .col-4{
        width: 33.33% !important;
        float: left !important;
        clear: none !important;
    }
    .col-6{
        width: 48% !important;
        float: left !important;
        clear: none !important;
    }
    .btn-finalizar{
        font-size: 0.8em;
        width:80% !important;
    }
    #modal-forcada{
        width: 90%;
        margin: 5% 5%;
    }
}
*/

/*-------------Modal Forçada-----------------*/
/*
#modal-forcada {
    max-width: 500px;
    max-height: 90%;
    border-radius: 1em 1em 0em 0em;
    position: fixed;
    z-index: 800;
    overflow: auto;
    left: 0;
    top: 0;
}

#modal-forcada .t-Dialog-title {
    font-size: 18px;
    font-weight: bold;
}

#modal-forcada .t-Dialog-body {
    padding: 20px;
}
#bloq{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000008f;
    z-index: -10;
} 
#modal-forcada .container{
    min-height: 300px;
}
#modal-forcada .produto_item_info{
    width: 100%;
}

#modal-forcada .produto_item_title{
    text-overflow: unset;
    white-space: normal;
    overflow: hidden;
}
.produto_close{
    background: #f00;
    color: #fff;
    border-radius: 1em;
    width: 1.5em !important;
    height: 1.5em;
    text-align: center;
    line-height: 1.3em;
    position: absolute;
    right: 0;
    top: 0;
}
#P2_TOTAL_CONTAINER{
    background-image: url("&AI_SYS_STYLE_CARRINHO.");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 3em;
}
#P2_TOTAL_CONTAINER .t-Form-inputContainer{
    padding: 0.25em;
}
.opcoes_financeiras .t-Button-label{
    font-size: 0.8em;
}
.opcoes_financeiras button{
    padding: 0.3em 0.5em 0.6em 0.5em;
}
.opcoes_financeiras span{
    line-height: 0;
}
*/

/*=======================|CSS Base Apex|======================*/
.t-AVPList-value {
  color: #666666;
}
.t-Body-info .t-AVPList-value {
  color: #666666;
}
.t-Region .t-AVPList-value {
  color: #666666;
}
.t-AVPList-label {
  color: #4d4d4d;
}
.t-Body-info .t-AVPList-label {
  color: #4d4d4d;
}
.t-Region .t-AVPList-label {
  color: #4d4d4d;
}

.t-Alert--wizard {
  border-radius: 2px;
}
.t-Alert--colorBG.t-Alert--warning,
.t-Alert--colorBG.t-Alert--yellow {
  background-color: #fffae5;
}
.t-Alert--colorBG.t-Alert--warning h2,
.t-Alert--colorBG.t-Alert--yellow h2,
.t-Alert--colorBG.t-Alert--warning h3,
.t-Alert--colorBG.t-Alert--yellow h3 {
  color: #333333;
}
.t-Alert--colorBG.t-Alert--warning .t-Alert-body,
.t-Alert--colorBG.t-Alert--yellow .t-Alert-body {
  color: #737373;
}
.t-Alert--colorBG.t-Alert--success {
  background-color: #ecfbee;
}
.t-Alert--colorBG.t-Alert--success h2,
.t-Alert--colorBG.t-Alert--success h3 {
  color: #343434;
}
.t-Alert--colorBG.t-Alert--success .t-Alert-body {
  color: #747474;
}
.t-Alert--colorBG.t-Alert--danger,
.t-Alert--colorBG.t-Alert--red {
  background-color: #ffeae9;
}
.t-Alert--colorBG.t-Alert--danger h2,
.t-Alert--colorBG.t-Alert--red h2,
.t-Alert--colorBG.t-Alert--danger h3,
.t-Alert--colorBG.t-Alert--red h3 {
  color: #353535;
}
.t-Alert--colorBG.t-Alert--danger .t-Alert-body,
.t-Alert--colorBG.t-Alert--red .t-Alert-body {
  color: #747474;
}
.t-Alert--colorBG.t-Alert--info {
  background-color: #d3e5f7;
}
.t-Alert--colorBG.t-Alert--info h2,
.t-Alert--colorBG.t-Alert--info h3 {
  color: #262626;
}
.t-Alert--colorBG.t-Alert--info .t-Alert-body {
  color: #666666;
}

.t-Alert--warning .t-Alert-icon,
.t-Alert--yellow .t-Alert-icon {
  color: #ffcc00;
}

.t-Alert--success .t-Alert-icon {
  color: var(--mtoclaro);
}

.t-Alert--info .t-Alert-icon {
  color: #2578cf;
}

.t-Alert--danger .t-Alert-icon,
.t-Alert--red .t-Alert-icon {
  color: #e90c00;
}
.t-Alert--wizard .t-Alert-inset {
  border-radius: 2px;
}
.t-Alert--horizontal,
.t-Alert--wizard {
  border-radius: 2px;
  background-color: #ffffff;
  color: #404040;
}
.t-Body-alert .t-Alert--page {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.t-Alert--page.t-Alert--success {
  background-color: rgba(80, 82, 91, 0.9);
}
.t-Alert--page.t-Alert--success .t-Icon,
.t-Alert--page.t-Alert--success .t-Alert-title {
  color: #FFF;
}
.t-Alert--page .t-Button--closeAlert {
  color: rgba(0, 0, 0, 0.5);
}

.t-BadgeList--dash a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #e6e6e6 inset;
}
.t-BadgeList a {
  color: #737373;
}
.t-BadgeList--circular .t-BadgeList-item:hover .t-BadgeList-value {
  background-color: #f5f5f5;
}
.t-BadgeList--circular .t-BadgeList-value {
  color: #737373;
  box-shadow: 0 0 0 1px rgba(64, 64, 64, 0.1) inset;
  background-color: #ffffff;
}
.t-BadgeList--circular .t-BadgeList-value a {
  box-shadow: 0 0 0 1px var(--claro) inset;
  color: var(--escuro);
}
.t-BadgeList--circular .t-BadgeList-value a:hover {
  box-shadow: 0 0 0 4px var(--claro) inset;
  background-color: var(--claro);
  color: #000000;
}
.t-BadgeList--circular .t-BadgeList-value a:focus {
  box-shadow: 0 0 0 2px rgba(78, 61, 205, 0.25), 0 0 0 1px var(--claro) inset;
}
.t-BadgeList--circular .t-BadgeList-label {
  color: #737373;
}
.t-BadgeList--circular a.t-BadgeList-wrap .t-BadgeList-value {
  border-color: var(--claro);
  transition: box-shadow 0.1s, color 0.1s, background-color 0.3s;
}
.t-BadgeList--circular a.t-BadgeList-wrap:hover .t-BadgeList-value {
  box-shadow: 0 0 0 4px var(--claro) inset;
  background-color: var(--claro);
  color: #FFF;
}
.t-BadgeList--circular.t-BadgeList--coloredBG a.t-BadgeList-wrap:hover .t-BadgeList-value {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1) inset;
}

.t-BadgeList--float .t-BadgeList-item:after,
.t-BadgeList--flex .t-BadgeList-item:after,
.t-BadgeList--cols .t-BadgeList-item:after,
.t-BadgeList--fixed .t-BadgeList-item:after,
.t-BadgeList--stacked .t-BadgeList-item:after {
  background: #e6e6e6;
}
.t-BadgeList--float .t-BadgeList-item:before,
.t-BadgeList--flex .t-BadgeList-item:before,
.t-BadgeList--cols .t-BadgeList-item:before,
.t-BadgeList--fixed .t-BadgeList-item:before,
.t-BadgeList--stacked .t-BadgeList-item:before {
  background: #e6e6e6;
}
.t-BadgeList--bottomBorder {
  border-bottom-color: #ffffff;
}

.a-BarChart .a-BarChart-item:hover {
  background-color: #f2f2f2;
}
.t-Body .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #808080;
}
.t-Body-title .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #808080;
}
.t-Body-info .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #808080;
}
.t-Region .a-BarChart .a-BarChart-item .a-BarChart-value,
.t-ButtonRegion .a-BarChart .a-BarChart-item .a-BarChart-value {
  color: #808080;
}
.a-BarChart .a-BarChart-item img {
  border-radius: 2px;
}
.a-BarChart .a-BarChart-bar {
  background-color: rgba(0, 0, 0, 0.025);
}
.a-BarChart--classic .a-BarChart-bar,
.a-BarChart--classic .a-BarChart-filled {
  border-radius: 1px;
}
.a-BarChart--classic .a-BarChart-item:hover .a-BarChart-bar {
  background-color: rgba(0, 0, 0, 0.05);
}
.a-BarChart--modern .a-BarChart-bar,
.a-BarChart--modern .a-BarChart-filled {
  border-radius: 1px;
}
.a-BarChart--modern .a-BarChart-item:hover .a-BarChart-bar {
  background-color: rgba(0, 0, 0, 0.05);
}
.a-BarChart-filled {
  background-color: var(--claro);
}

body,
.t-Body {
  color: #404040;
}
a {
  color: var(--escuro);
}
.t-Body-title a,
.t-Body-info a {
  color: var(--escuro);
}
.t-Body-actions {
  background-color: #f2f2f2;
}
.t-Body-title {
  background-color: #ffffff;
  color: #404040;
}
.ui-widget-content {
  background-color: #ffffff;
}
.t-Body .ui-widget-content {
  color: #404040;
}
.t-Body-title .ui-widget-content {
  color: #404040;
}
.t-Body-info .ui-widget-content {
  color: #404040;
}
.t-Region .ui-widget-content,
.t-ButtonRegion .ui-widget-content {
  color: #404040;
}
.t-Body-side {
  background-color: #ffffff;
  color: #404040;
}
.apex-rds-container {
  background-color: transparent;
}
.t-Body-info .apex-rds-container {
  background-color: #ffffff;
}
.t-Body-info {
  background-color: #ffffff;
}
.t-Body-title.js-hideBreadcrumbs {
  background-color: rgba(0, 0, 0, 0.95);
}
.t-Body-topButton {
  border-radius: 100%;
  background-color: #ffffff;
}
.t-Body-topButton:active {
  background-color: #ffffff;
}
.t-Body-topButton:active .a-Icon {
  color: #e6e6e6;
}
.t-Body-topButton .a-Icon {
  color: #e6e6e6;
}

.apex-side-nav .t-Body-nav,
.apex-side-nav .t-Body-actions,
.apex-side-nav .t-Body-title {
  top: 40px;
}
@media only screen and (min-width: 641px) {
  .apex-side-nav .t-Body-title {
    left: 200px;
  }
}
@media only screen and (min-width: 641px) {

  .apex-side-nav .t-Body-content {
    margin-left: 200px;
    padding: 0;
  }
}
.apex-side-nav .t-Body-main {
  margin-left: 0;
}

.apex-top-nav .t-Body-actions {
  top: 80px;
}
.apex-top-nav .t-Body-title {
  top: 80px;
}

.t-Body-nav {
  width: 200px;
}

.t-Body-actions {
  width: 200px;
}
.t-Body-actions .t-Button--header {
  -webkit-transform: translate3d(-40px, 0, 0);
  -ms-transform: translate(-40px);
  transform: translate3d(-40px, 0, 0);
}

@media only screen and (min-width: 641px) {
  .t-Body-side {
    width: 240px;
    left: 40px;
  }
}

.apex-side-nav.js-navExpanded .t-Body-main {
  margin-left: 40px;
  -webkit-transform: translate3d(160px, 0, 0);
  -ms-transform: translate(160px);
  transform: translate3d(160px, 0, 0);
}
@media only screen and (max-width: 480px) {
  .apex-side-nav.js-navExpanded .t-Body-title,
  .apex-side-nav.js-navExpanded .t-Body-side,
  .apex-side-nav.js-navExpanded .t-Body-content {
    margin-left: 0;
  }
  .apex-side-nav.js-navExpanded .t-Body-main {
    margin-left: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
  }
}
@media only screen and (min-width: 641px) {
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title,
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content,
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-title {
    left: 200px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-content {
    margin-left: 200px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--hideLeft .t-Body-main {
    margin-left: 0px;
  }
  .apex-side-nav.js-navExpanded .t-Body-title,
  .apex-side-nav.js-navExpanded .t-Body-side,
  .apex-side-nav.js-navExpanded .t-Body-content {
    -webkit-transform: translate3d(200px, 0, 0);
    -ms-transform: translate(200px);
    transform: translate3d(200px, 0, 0);
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-side {
    left: 0;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 280px;
    -webkit-transform: translate3d(160px, 0, 0);
    -ms-transform: translate(160px);
    transform: translate3d(160px, 0, 0);
  }
}
@media only screen and (min-width: 993px) {
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-main {
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-title {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 200px;
  }
  .apex-side-nav.js-navExpanded.t-PageBody--showLeft .t-Body-content {
    margin-left: 440px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.apex-side-nav.js-navCollapsed .t-Body-nav,
.apex-side-nav.js-navCollapsed .t-Body-nav .t-TreeNav {
  width: 40px;
}
.apex-side-nav.js-navCollapsed .t-Body-content,
.apex-side-nav.js-navCollapsed .t-Body-title,
.apex-side-nav.js-navCollapsed .t-Body-side {
  margin-left: 40px;
}
@media only screen and (max-width: 480px) {
  .apex-side-nav.js-navCollapsed .t-Body-nav {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }
  .apex-side-nav.js-navCollapsed .t-Body-title,
  .apex-side-nav.js-navCollapsed .t-Body-side,
  .apex-side-nav.js-navCollapsed .t-Body-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 641px) {
  .apex-side-nav.js-navCollapsed .t-Body-title {
    margin-left: 0;
    left: 40px;
  }
  .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-side {
    margin-left: 0;
  }
  .apex-side-nav.js-navCollapsed.t-PageBody--showLeft .t-Body-content {
    margin-left: 280px;
  }
}
@media only screen and (min-width: 993px) {
  .apex-side-nav.js-navCollapsed .t-Body-side {
    left: 40px;
  }
}

.t-PageBody.js-rightExpanded .t-Body-main {
  margin-right: 0;
}
.t-PageBody.js-rightExpanded .t-Body-main,
.t-PageBody.js-rightExpanded .t-Body-nav {
  -webkit-transform: translate3d(-200px, 0, 0);
  -ms-transform: translate(-200px);
  transform: translate3d(-200px, 0, 0);
}
@media only screen and (min-width: 641px) {
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-main,
  .t-PageBody.js-rightExpanded.t-PageBody--hideLeft .t-Body-nav {
    -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;
  }
}
@media only screen and (min-width: 993px) {
  .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-title,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side,
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-content {
    -webkit-transform: translate3d(-200px, 0, 0);
    -ms-transform: translate(-200px);
    transform: translate3d(-200px, 0, 0);
  }
  .t-PageBody.js-rightExpanded.t-PageBody--showLeft .t-Body-side {
    margin-left: 40px !important;
  }
}

.t-PageBody.js-rightCollapsed .t-Body-main {
  margin-right: 0px;
}
.t-PageBody.js-rightCollapsed .t-Body-title {
  right: 0px;
}
.t-PageBody.js-rightCollapsed .t-Body-actions {
  -webkit-transform: translate3d(200px, 0, 0);
  -ms-transform: translate(200px);
  transform: translate3d(200px, 0, 0);
}

@media only screen and (min-width: 641px) {
  .t-PageBody--showLeft .t-Body-content {
    margin-left: 240px;
  }
}

.t-Body-contentInner {
  margin: auto;
  max-width: auto;
}

.t-Breadcrumb-item:after {
  color: rgba(64, 64, 64, 0.9935);
}
.t-Breadcrumb-item .t-Icon:hover {
  color: var(--claro);
}
.t-BreadcrumbRegion--useBreadcrumbTitle .t-Breadcrumb-item:last-child .t-Breadcrumb-label {
  color: #404040;
}
.t-BreadcrumbRegion-titleText {
  color: #404040;
}

.t-Button,
.a-Button {
  border: none;
  color: #383838;
  background-clip: padding-box;
  background-color: #f8f8f8;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
  border-radius: 2px;
  text-shadow: none;
}
.t-Button:hover,
.a-Button:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
}
.t-Button.t-Button--simple,
.a-Button.t-Button--simple {
  background-color: #ffffff;
  color: #404040;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125) inset;
  text-shadow: none;
}
.t-Button.t-Button--simple:hover,
.a-Button.t-Button--simple:hover,
.t-Button.t-Button--simple:focus,
.a-Button.t-Button--simple:focus,
.t-Button.t-Button--simple:active,
.a-Button.t-Button--simple:active {
  background-color: #e6e6e6;
  box-shadow: 0 0 0 1px #e6e6e6 inset;
}
@media screen and (-ms-high-contrast: active) {
  .t-Button,
  .a-Button {
    border: 1px solid;
  }
}

.t-Button--primary,
.t-Button--hot,
.t-Button--danger,
.t-Button--warning,
.t-Button--success {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) inset;
}
.t-Button--primary.t-Button--simple,
.t-Button--hot.t-Button--simple,
.t-Button--danger.t-Button--simple,
.t-Button--warning.t-Button--simple,
.t-Button--success.t-Button--simple {
  box-shadow: 0 0 0 1px inset;
}
.t-Button--primary:hover,
.t-Button--warning:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
}
.t-Button--hot:hover,
.t-Button--danger:hover,
.t-Button--success:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.075) inset;
}
.t-Button:hover,
.a-Button:hover {
  background-color: #ffffff;
  z-index: 100;
}
.t-Button:focus,
.a-Button:focus {
  outline: none;
  z-index: 110;
}
.t-Button:focus,
.a-Button:focus,
.t-Button:active:focus,
.a-Button:active:focus {
  box-shadow: 0 0 0 1px var(--claro) inset, 0 0 1px 2px rgba(61, 205, 87, 0.25) !important;
}
.t-Button:active {
  background-color: #dedede;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset;
  z-index: 100;
}
.t-Button:active:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset !important;
}
.t-Button.is-active,
.t-Button.is-active:active,
.t-MenuButton.is-active {
  background-color: #dedede;
  color: #383838;
  font-weight: normal;
  text-shadow: none;
  z-index: 100;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.25) inset;
}
.t-Button.is-disabled,
.t-Button.is-disabled:active,
.t-Button:disabled {
  opacity: .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: var(--claro);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.t-Button--hot:hover,
body .ui-state-default.ui-button.ui-button--hot:hover,
body button.ui-state-default.ui-priority-primary:hover {
  background-color: var(--claro);
}
.t-Button--hot:active,
body .ui-state-default.ui-button.ui-button--hot:active,
body button.ui-state-default.ui-priority-primary:active,
.t-Button--hot.is-active,
body .ui-state-default.ui-button.ui-button--hot.is-active,
body button.ui-state-default.ui-priority-primary.is-active,
.t-Button--hot.t-MenuButton.is-active,
body .ui-state-default.ui-button.ui-button--hot.t-MenuButton.is-active,
body button.ui-state-default.ui-priority-primary.t-MenuButton.is-active {
  background-color: var(--escuro);
}
.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 var(--claro) inset;
  background-color: #ffffff;
  color: var(--mtoescuro);
}
.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: var(--mtoescuro);
}
.t-Button--hot.t-Button--simple:hover,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:hover,
body button.ui-state-default.ui-priority-primary.t-Button--simple:hover,
.t-Button--hot.t-Button--simple:focus,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus,
body button.ui-state-default.ui-priority-primary.t-Button--simple:focus,
.t-Button--hot.t-Button--simple:active,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active,
body button.ui-state-default.ui-priority-primary.t-Button--simple:active {
  background-color: var(--claro);
  color: #ffffff;
  box-shadow: 0 0 0 1px var(--claro) inset;
}
.t-Button--hot.t-Button--simple:hover .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:hover .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:hover .t-Icon,
.t-Button--hot.t-Button--simple:focus .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:focus .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:focus .t-Icon,
.t-Button--hot.t-Button--simple:active .t-Icon,
body .ui-state-default.ui-button.ui-button--hot.t-Button--simple:active .t-Icon,
body button.ui-state-default.ui-priority-primary.t-Button--simple:active .t-Icon {
  color: #ffffff;
}

.t-Button--primary {
  background-color: var(--mtoescuro);
  color: #dff7e3;
}
.t-Button--primary:hover {
  background-color: var(--mtoescuro);
}
.t-Button--primary:active,
.t-Button--primary.is-active {
  background-color: #071d0b;
}
.t-Button--primary.t-Button--simple {
  box-shadow: 0 0 0 1px var(--mtoescuro) inset;
  background-color: #ffffff;
  color: var(--mtoescuro);
}
.t-Button--primary.t-Button--simple .t-Icon {
  color: var(--mtoescuro);
}
.t-Button--primary.t-Button--simple:hover,
.t-Button--primary.t-Button--simple:focus,
.t-Button--primary.t-Button--simple:active {
  background-color: var(--mtoescuro);
  color: #dff7e3;
  box-shadow: 0 0 0 1px var(--mtoescuro) inset;
}
.t-Button--primary.t-Button--simple:hover .t-Icon,
.t-Button--primary.t-Button--simple:focus .t-Icon,
.t-Button--primary.t-Button--simple:active .t-Icon {
  color: #dff7e3;
}

.t-Button--danger {
  background-color: #e90c00;
  color: #ffeae9;
}
.t-Button--danger:hover {
  background-color: #ff291d;
}
.t-Button--danger:active,
.t-Button--danger.is-active {
  background-color: #b60900;
}
.t-Button--danger.t-Button--simple {
  box-shadow: 0 0 0 1px #e90c00 inset;
  background-color: #ffffff;
  color: #942620;
}
.t-Button--danger.t-Button--simple .t-Icon {
  color: #942620;
}
.t-Button--danger.t-Button--simple:hover,
.t-Button--danger.t-Button--simple:focus,
.t-Button--danger.t-Button--simple:active {
  background-color: #e90c00;
  color: #ffeae9;
  box-shadow: 0 0 0 1px #e90c00 inset;
}
.t-Button--danger.t-Button--simple:hover .t-Icon,
.t-Button--danger.t-Button--simple:focus .t-Icon,
.t-Button--danger.t-Button--simple:active .t-Icon {
  color: #ffeae9;
}

.t-Button--warning {
  background-color: #ffcc00;
  color: #000000;
}
.t-Button--warning:hover {
  background-color: #ffd633;
}
.t-Button--warning:active,
.t-Button--warning.is-active {
  background-color: #cca300;
}
.t-Button--warning.t-Button--simple {
  box-shadow: 0 0 0 1px #ffcc00 inset;
  background-color: #ffffff;
  color: #8c730d;
}
.t-Button--warning.t-Button--simple .t-Icon {
  color: #8c730d;
}
.t-Button--warning.t-Button--simple:hover,
.t-Button--warning.t-Button--simple:focus,
.t-Button--warning.t-Button--simple:active {
  background-color: #ffcc00;
  color: #000000;
  box-shadow: 0 0 0 1px #ffcc00 inset;
}
.t-Button--warning.t-Button--simple:hover .t-Icon,
.t-Button--warning.t-Button--simple:focus .t-Icon,
.t-Button--warning.t-Button--simple:active .t-Icon {
  color: #000000;
}

.t-Button--success {
  background-color: var(--claro);
  color: var(--txtclaro);
}
.t-Button--success:hover {
  background-color: var(--mtoclaro);
}
.t-Button--success:active,
.t-Button--success.is-active {
  background-color: var(--claro);
}
.t-Button--success.t-Button--simple {
  box-shadow: 0 0 0 1px var(--mtoclaro) inset;
  background-color: #ffffff;
  color: var(--escuro);
}
.t-Button--success.t-Button--simple .t-Icon {
  color: var(--escuro);
}
.t-Button--success.t-Button--simple:hover,
.t-Button--success.t-Button--simple:focus,
.t-Button--success.t-Button--simple:active {
  background-color: var(--mtoclaro);
  color: var(--txtclaro);
  box-shadow: 0 0 0 1px var(--mtoclaro) inset;
}
.t-Button--success.t-Button--simple:hover .t-Icon,
.t-Button--success.t-Button--simple:focus .t-Icon,
.t-Button--success.t-Button--simple:active .t-Icon {
  color: var(--txtclaro);
}
.t-Button--pillStart {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.t-Button--pillEnd {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.t-Button--pill {
  border-radius: 0 !important;
}
.t-Button--hideShow.t-Button {
  border-radius: 100%;
}
.t-Header-branding .t-Button {
  background-color: transparent;
}
.t-Button.t-Button--header {
  transition: none;
  border-radius: 0;
}
.t-Button.t-Button--header:focus,
.t-Button.t-Button--header:active:focus {
  box-shadow: 0 0 0 1px var(--mtoclaro) inset, 0 0 1px 2px rgba(122, 221, 140, 0.25) !important;
}
.t-Button.t-Button--header:hover,
.t-Button.t-Button--header:focus,
.t-Button.t-Button--header:active {
  background-color: transparent;
}
.t-Button.t-Button--header:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.t-Button.t-Button--header:active,
.t-Button.t-Button--header:focus:active {
  background-color: rgba(0, 0, 0, 0.4);
}
.t-Button.t-Button--header.is-active {
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: none;
}
.t-Button.t-Button--header.t-Button--headerTree:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.t-Button.t-Button--header.t-Button--headerTree.is-active {
  background-color: transparent;
}
.t-Button.t-Button--header.t-Button--headerTree:hover,
.t-Button.t-Button--header.t-Button--headerTree:focus:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.t-Button.t-Button--header.t-Button--headerRight {
  background-color: #f2f2f2;
}
.t-Button.t-Button--header.t-Button--headerRight:hover {
  background-color: #d9d9d9;
}
.t-Button.t-Button--header.t-Button--headerRight:active,
.t-Button.t-Button--header.t-Button--headerRight.is-active {
  color: #333333;
}
.t-Button--navBar .t-Button-badge {
  border-radius: 2px;
  background-color: rgba(0, 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: var(--mtoescuro) !important;
}
.t-Button--noUI.t-Button--primary .t-Icon {
  color: var(--mtoescuro) !important;
}
.t-Button--noUI.t-Button--warning {
  color: #8c730d !important;
}
.t-Button--noUI.t-Button--warning .t-Icon {
  color: #ffcc00 !important;
}
.t-Button--noUI.t-Button--danger {
  color: #81130d !important;
}
.t-Button--noUI.t-Button--danger .t-Icon {
  color: #e90c00 !important;
}
.t-Button--noUI.t-Button--success {
  color: var(--escuro) !important;
}
.t-Button--noUI.t-Button--success .t-Icon {
  color: var(--mtoclaro) !important;
}
.t-Button--noUI.t-Button--hot {
  color: #302b73 !important;
}
.t-Button--noUI.t-Button--hot .t-Icon {
  color: var(--claro) !important;
}
.t-Button--noUI.t-Button--primary,
.t-Button--noUI.t-Button--warning,
.t-Button--noUI.t-Button--danger,
.t-Button--noUI.t-Button--success,
.t-Button--noUI.t-Button--hot {
  box-shadow: none;
}

.t-ButtonRegion {
  background-color: #ffffff;
  color: #404040;
  border-radius: 2px;
}
.t-ButtonRegion--noUI {
  background-color: transparent;
}
.t-ButtonRegion--wizard,
.t-ButtonRegion--dialogRegion {
  border-radius: 0 0 2px 2px;
}
.t-ButtonRegion--dialogRegion {
  background-color: transparent;
}
.t-Body .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #404040;
}
.t-Body-title .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #404040;
}
.t-Body-info .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #404040;
}
.t-Region .t-ButtonRegion--showTitle .t-ButtonRegion-title,
.t-ButtonRegion .t-ButtonRegion--showTitle .t-ButtonRegion-title {
  color: #404040;
}
.t-Body-actions .t-ButtonRegion {
  background-color: transparent;
  border-radius: 0;
}

.fc-toolbar {
  border-color: #ebebeb;
  background-color: #ffffff;
  border-radius: 2px 2px 0 0;
}
.fc-toolbar h2,
.fc .fc-basic-view td.fc-day-number,
.fc .fc-day-number {
  color: #404040;
}
.fc-day-header.ui-widget-header,
.fc-view .ui-widget-header {
  background-color: #f2f2f2;
  color: #404040;
  border-color: #e6e6e6;
}
div.fc-agendaList {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #404040;
}
.fc .fc-agendaList-dayHeader {
  background-color: #d9d9d9;
  color: #404040;
  border-color: #fafafa;
}
.fc .fc-agendaList-day {
  color: #404040;
}
.fc .fc-agendaList-date {
  color: #666666;
}
.fc .fc-agendaList .fc-event-start-time,
.fc .fc-agendaList .fc-event-all-day {
  color: #666666;
}
body .fc td.fc-today,
body .fc .ui-widget-content {
  border-color: #e6e6e6;
  color: #404040;
}
body .ui-widget-content.fc-today.ui-state-highlight {
  background-color: #f2f2f2;
}
.fc .fc-agendaList-item {
  border-color: #fafafa;
}

.t-Card-wrap {
  border-radius: 2px;
}
.t-Card-wrap:focus {
  border-color: var(--claro);
}
.t-Card-icon .t-Icon {
  color: #FFF;
}
.t-Card-desc {
  color: #3d3d3d;
}
.t-Cards--compact .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Cards--compact .t-Card-desc {
  color: #636363;
}
.t-Card-info {
  color: #636363;
}
.t-Card-title {
  color: #3d3d3d;
}
.t-Cards--basic .t-Card .t-Card-wrap,
.t-Card--basic .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Cards--basic .t-Card .t-Card-icon .t-Icon,
.t-Card--basic .t-Card-icon .t-Icon {
  border-radius: 2px;
  background-color: #A0A0A0;
}
.t-Cards--basic .t-Card .t-Card-titleWrap,
.t-Card--basic .t-Card-titleWrap {
  background-color: #ffffff;
}
.t-Cards--featured .t-Card .t-Card-wrap,
.t-Card--featured .t-Card-wrap {
  background-color: #fcfcfc;
}
.t-Cards--featured .t-Card .t-Card-icon .t-Icon,
.t-Card--featured .t-Card-icon .t-Icon {
  border-radius: 100px;
  color: #FFF;
  background-color: #A0A0A0;
}
.t-Cards--featured .t-Card .t-Card-body,
.t-Card--featured .t-Card-body {
  background-color: transparent;
}

.t-ClassicCalendar-monthTitle {
  color: #404040;
}
.t-ClassicCalendar-dayColumn {
  background-color: #fafafa;
  vertical-align: top;
  border-color: #f2f2f2;
  color: #666666;
}
.t-ClassicCalendar-day {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-day.is-inactive .t-ClassicCalendar-date {
  opacity: .5;
}
.t-ClassicCalendar-day.is-weekend,
.t-ClassicCalendar-day.is-inactive {
  background-color: #fcfcfc;
}
.t-ClassicCalendar-day.is-today .t-ClassicCalendar-date {
  background-color: var(--claro);
  color: #000000;
}
.t-ClassicCalendar-date {
  color: #808080;
}
.t-ClassicCalendar-event {
  background-color: #f2f2f2;
}
.t-ClassicCalendar-event {
  color: #404040;
}
.t-ClassicCalendar-event a {
  background-color: var(--claro);
  color: #000000;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-timeCol,
.t-ClassicCalendar--daily .t-ClassicCalendar-timeCol {
  background-color: #fafafa;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents,
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents {
  color: #404040;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-dayEvents a,
.t-ClassicCalendar--daily .t-ClassicCalendar-dayEvents a {
  background-color: var(--claro);
  color: #000000;
}
.t-ClassicCalendar--weekly .t-ClassicCalendar-day.is-today,
.t-ClassicCalendar--daily .t-ClassicCalendar-day.is-today {
  background-color: #020903;
}
.t-ClassicCalendar-list {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-listTitle,
.t-ClassicCalendar-listEvent {
  border-color: #f2f2f2;
}
.t-ClassicCalendar-listTitle {
  background-color: #fafafa;
  color: #666666;
}
.t-ClassicCalendar-listEvent {
  color: #404040;
}
.t-Comments-userIcon,
.t-Comments-userImg {
  border-radius: 100%;
}
.t-Comments-userIcon {
  background-color: #ffffff;
}
.t-Comments-info {
  color: #666666;
}
.t-Comments-comment {
  color: #404040;
}
.t-Comments--chat .t-Comments-info {
  background-color: #ffffff;
  border-radius: 2px 2px 0 0;
  border-color: #e6e6e6;
}
.t-Comments--chat .t-Comments-info:after {
  border-color: rgba(248, 248, 248, 0);
  border-right-color: #ffffff;
}
.t-Comments--chat .t-Comments-info:before {
  border-color: rgba(232, 232, 232, 0);
  border-right-color: #e6e6e6;
}
.t-Comments--chat .t-Comments-comment {
  background-color: #ffffff;
  border-radius: 0 0 2px 2px;
  border-color: #e6e6e6;
}
.t-ConfigPanel-about {
  background-color: #fff7e0;
  color: #565656;
}
.t-ConfigPanel-icon {
  border-radius: 100%;
  background-color: #A0A0A0;
  color: #FFF;
}
.t-ConfigPanel-icon.is-enabled {
  background-color: var(--mtoclaro);
}
.t-ConfigPanel-icon.is-disabled {
  background-color: #e90c00;
}
.t-ConfigPanel-setting,
.t-ConfigPanel-status {
  color: #737373;
}
.t-ConfigPanel-status {
  color: #404040;
}
.t-ConfigPanel-attrLink {
  color: #737373;
}
.t-ConfigPanel-attrLink:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.t-ConfigPanel-attrValue {
  color: var(--escuro);
}

.t-DialogRegion-body {
  background: -webkit-linear-gradient(#ffffff 30%, #ffffff), -webkit-linear-gradient(#ffffff, #ffffff 70%) 0 100%, -webkit-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background: -o-linear-gradient(#ffffff 30%, #ffffff), -o-linear-gradient(#ffffff, #ffffff 70%) 0 100%, -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  background: linear-gradient(#ffffff 30%, #ffffff), linear-gradient(#ffffff, #ffffff 70%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)) 0 100%;
  background-color: #ffffff;
}

.t-Footer,
.t-Footer a {
  color: #000000;
}
.t-Form-inputContainer:before {
  color: #333333;
}
.t-Form-field,
.t-Form-select,
.t-Form-inputContainer input[type="text"],
.t-Form-inputContainer select.selectlist,
.t-Form-inputContainer select.yes_no,
.t-Form-inputContainer input.text_field,
.t-Form-inputContainer input.password,
.t-Form-inputContainer textarea.textarea,
.t-Form-inputContainer input.datepicker,
.t-Form-inputContainer span.display_only,
.t-Form-inputContainer input.popup_lov,
.t-Form-inputContainer select[multiple],
.t-Form-textarea,
.u-TF-item--text,
.u-TF-item--textarea,
.u-TF-item--datepicker,
.u-TF-item--select {
  border-radius: 2px;
  color: #333333;
  background-color: #f2f2f2;
  border-color: #d9d9d9;
}
.t-Form-field:focus,
.t-Form-select:focus,
.t-Form-inputContainer input[type="text"]:focus,
.t-Form-inputContainer select.selectlist:focus,
.t-Form-inputContainer select.yes_no:focus,
.t-Form-inputContainer input.text_field:focus,
.t-Form-inputContainer input.password:focus,
.t-Form-inputContainer textarea.textarea:focus,
.t-Form-inputContainer input.datepicker:focus,
.t-Form-inputContainer span.display_only:focus,
.t-Form-inputContainer input.popup_lov:focus,
.t-Form-inputContainer select[multiple]:focus,
.t-Form-textarea:focus,
.u-TF-item--text:focus,
.u-TF-item--textarea:focus,
.u-TF-item--datepicker:focus,
.u-TF-item--select:focus {
  background-color: #ffffff !important;
  border-color: var(--claro) !important;
}
.t-Form-field:focus::-ms-value,
.t-Form-select:focus::-ms-value,
.t-Form-inputContainer input[type="text"]:focus::-ms-value,
.t-Form-inputContainer select.selectlist:focus::-ms-value,
.t-Form-inputContainer select.yes_no:focus::-ms-value,
.t-Form-inputContainer input.text_field:focus::-ms-value,
.t-Form-inputContainer input.password:focus::-ms-value,
.t-Form-inputContainer textarea.textarea:focus::-ms-value,
.t-Form-inputContainer input.datepicker:focus::-ms-value,
.t-Form-inputContainer span.display_only:focus::-ms-value,
.t-Form-inputContainer input.popup_lov:focus::-ms-value,
.t-Form-inputContainer select[multiple]:focus::-ms-value,
.t-Form-textarea:focus::-ms-value,
.u-TF-item--text:focus::-ms-value,
.u-TF-item--textarea:focus::-ms-value,
.u-TF-item--datepicker:focus::-ms-value,
.u-TF-item--select:focus::-ms-value {
  color: #333333;
  
}
.t-Form-field:hover,
.t-Form-select:hover,
.t-Form-inputContainer input[type="text"]:hover,
.t-Form-inputContainer select.selectlist:hover,
.t-Form-inputContainer select.yes_no:hover,
.t-Form-inputContainer input.text_field:hover,
.t-Form-inputContainer input.password:hover,
.t-Form-inputContainer textarea.textarea:hover,
.t-Form-inputContainer input.datepicker:hover,
.t-Form-inputContainer span.display_only:hover,
.t-Form-inputContainer input.popup_lov:hover,
.t-Form-inputContainer select[multiple]:hover,
.t-Form-textarea:hover,
.u-TF-item--text:hover,
.u-TF-item--textarea:hover,
.u-TF-item--datepicker:hover,
.u-TF-item--select:hover {
  background-color: #ffffff;
}
.t-Form-inputContainer input::-webkit-input-placeholder {
  color: #000000;
  opacity: .55;
}
.t-Form-inputContainer input::-moz-placeholder {
  color: #000000;
  opacity: .55;
}
.t-Form-inputContainer input:-ms-input-placeholder {
  color: #000000;
  opacity: .55;
}
.t-Form input.file {
  color: #333333;
}
.t-Form-inputContainer span.display_only {
  border-color: transparent;
  background-color: transparent;
}
.t-Form-select,
.t-Form-inputContainer select.selectlist,
.t-Form-inputContainer select.yes_no {
  color: #333333;
}
.t-Form-field--readOnly {
  background-color: transparent;
}
.t-Form-radioLabel,
.t-Form-inputContainer .radio_group label,
.t-Form-checkboxLabel,
.t-Form-inputContainer .checkbox_group label,
.t-Form-label {
  color: #4d4d4d;
}
.t-Form-error {
  color: #E92020;
}
.t-Form-postText {
  color: #cccccc;
}
.t-Form--search input.t-Form-searchField {
  background-color: #f2f2f2;
  color: #333333;
}
.t-HeroRegion-form input[type=text].t-Form-searchField {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.t-HeroRegion-form input[type=text].t-Form-searchField:focus {
  background-color: #ffffff !important;
  border-color: var(--claro) !important;
}
.t-HeroRegion-form input[type=text].t-Form-searchField::-webkit-input-placeholder {
  color: #000000;
  opacity: .55;
}
.t-HeroRegion-form input[type=text].t-Form-searchField::-moz-placeholder {
  color: #000000;
  opacity: .55;
}
.t-HeroRegion-form input[type=text].t-Form-searchField:-ms-input-placeholder {
  color: #000000;
  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-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.t-Header-branding {
  background-color: var(--claro);
}
.t-Header-logo-link,
.t-Header .t-Button.t-Button--header.is-active,
.t-Header .t-Button.t-Button--header.t-Button--header {
  color: #ffffff;
}
.t-Header-logo-link:hover,
.t-Header .t-Button.t-Button--header.is-active:hover,
.t-Header .t-Button.t-Button--header.t-Button--header:hover {
  text-decoration: none;
}
.t-Header-logo-link:focus,
.t-Header-logo-link:active:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--mtoclaro) inset, 0 0 1px 2px rgba(122, 221, 140, 0.25) !important;
}
.t-Header-nav {
  background-color: var(--claro);
}
.t-Header .a-MenuBar-item:hover {
  background-color: transparent;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  border-radius: 100%;
}
.t-Header .a-Menu.a-Menu--top > .a-Menu-content {
  border-top-width: 0;
}
.t-Header .a-Menu-content {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.t-Header-nav-list {
  background-color: transparent;
}
.t-HeroRegion {
  background-color: #ffffff;
  color: #404040;
}
.t-HeroRegion-title {
  color: #404040;
}
.t-HeroRegion-icon {
  border-radius: 4px;
  background-color: var(--claro);
  color: #000000;
}
.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: #ffffff;
}
.a-IRR-button.a-IRR-button--controls {
  background-color: transparent;
}
.a-IRR-sortWidget {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.a-IRR-toolbar {
  background: linear-gradient(#ffffff, #ffffff);
  border-color: #e6e6e6;
}
.a-Report-percentChart-fill {
  background-color: var(--claro);
}
.a-Report-percentChart {
  background-color: #020903;
}
.a-IRR-button--colSearch {
  -webkit-border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -moz-border-radius-topright: 0px  !important;
  -moz-border-radius-bottomright: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.a-IRR-iconViewTable,
.a-IRR-chartView,
.a-IRR-pivotView,
.a-IRR-groupByView,
.a-IRR-detailView {
  border-top-color: #f5f5f5;
}
.a-IRR-toolbar--singleRow {
  border-bottom-color: #f0f0f0;
}
.a-IRR-header {
  background-color: #fafafa;
  border-top: 1px solid #e6e6e6;
  box-shadow: inset 1px 0 0 0 #e6e6e6;
}
.a-IRR-header:hover {
  background-color: #f2f2f2;
}
.a-IRR-header.is-active {
  background-color: var(--claro);
  border-bottom: none;
}
.a-IRR-header.is-active a {
  color: #ffffff;
}
.a-IRR-header.is-active .a-IRR-headerSort {
  color: #ffffff;
}
.a-IRR-header--group {
  background-color: #f5f5f5;
}
.a-IRR-table tr td {
  background-color: #ffffff;
  color: #404040;
}
.a-IRR-table {
  border-collapse: separate;
}
.a-IRR-table tr:hover td {
  background-color: #f9f9f9;
}
.t-IRR-region--noBorders .a-IRR {
  border-radius: 2px;
}
body .a-IRR-sortWidget-rows {
  color: #000000;
  border-top: 1px solid var(--claro);
  background: var(--claro);
}
body .a-IRR-sortWidget-row {
  color: #000000;
  box-shadow: 0 -1px 0 var(--claro) inset;
}
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField,
.a-IRR-sortWidget-search > .a-IRR-sortWidget-searchField[type="text"] {
  color: #000000;
  background: var(--claro);
}
.a-IRR-sortWidget-row:hover {
  background-color: var(--claro);
}
body .a-IRR-button.a-IRR-sortWidget-button,
body .a-IRR-button.a-IRR-sortWidget-button:active:focus {
  color: rgba(0, 0, 0, 0.9);
  background-color: var(--claro);
}
body .a-IRR-button.a-IRR-sortWidget-button:hover,
body .a-IRR-button.a-IRR-sortWidget-button:active:focus:hover {
  background-color: var(--claro);
}
.a-IRR-sortWidget-actions {
  border-bottom: 1px solid var(--claro);
}
.a-IRR-sortWidget-actions-item {
  border-right: none;
}
.a-IRR-sortWidget {
  border: none;
}
.a-IRR-table td {
  border-left: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
}
.a-IRR-sortWidget-searchLabel {
  color: rgba(0, 0, 0, 0.9);
}
.a-IRR-sortWidget-searchLabel:before {
  color: rgba(0, 0, 0, 0.5);
}
.a-IRR-headerLink:focus {
  box-shadow: 0 0 0 2px var(--claro) inset;
}
.a-IRR-search-field:focus {
  border-color: var(--claro);
  box-shadow: 0 0 0 1px var(--claro) inset, -2px 0 0 var(--claro) inset, 2px 0 0 var(--claro) inset, 0 0 2px 0 rgba(61, 205, 87, 0.5);
}
.a-IRR-singleRow-name,
.a-IRR-singleRow-value {
  border-bottom-color: #f0f0f0;
  color: #404040;
}
.a-IRR-singleRow-value {
  background-color: #ffffff;
}
.a-IRR-singleRow-row:hover .a-IRR-singleRow-value {
  background-color: #f7f7f7;
}
.a-IRR-singleRow-name {
  background-color: #f7f7f7;
}
.a-IRR-singleRow-row:hover .a-IRR-singleRow-name {
  background-color: #f0f0f0;
}
.a-IRR-button.a-IRR-button--pagination:hover {
  background-color: var(--claro);
}
.a-IRR-reportSummary-label,
.a-IRR-controlsLabel {
  background-color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .is-maximized.t-IRR-region .t-fht-thead .a-IRR-header {
    border-bottom: 1px solid #e6e6e6;
  }
}

.t-LinksList-item,
.t-LinksList-link {
  border-color: #e6e6e6;
}
.t-LinksList-icon {
  color: #d9d9d9;
}
.t-LinksList-link:hover {
  background-color: #f2f2f2;
}
.t-LinksList-link:focus {
  box-shadow: 0 0 0 1px var(--claro) inset;
}

.t-LinksList--showArrow .t-LinksList-link:before {
  color: #d9d9d9;
}

.t-LinksList--showBadge .t-LinksList-badge {
  background-color: #f5f5f5;
  color: #404040;
}
.t-LinksList--showBadge .t-LinksList-link:hover .t-LinksList-badge {
  background-color: #ebebeb;
}
.t-LinksList--showBadge .t-LinksList-item.is-expanded > .t-LinksList-link .t-LinksList-badge {
  background-color: #bfbfbf;
}

.t-LinksList--brightHover .t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
  color: rgba(255, 255, 255, 0.5);
}
.t-LinksList--brightHover .t-LinksList-link:hover {
  background-color: var(--claro);
  color: #000000;
}
.t-LinksList--brightHover .t-LinksList-link:hover .t-LinksList-icon {
  color: rgba(255, 255, 255, 0.75);
}
.t-LinksList-item.is-expanded {
  background-color: #FCFCFC;
  background: linear-gradient(rgba(0, 0, 0, 0.015), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.015));
}
.t-LinksList-item.is-expanded .t-LinksList-link:hover:before {
  color: var(--claro);
}
.t-LinksList-item.is-expanded .t-LinksList-link:before {
  color: rgba(0, 0, 0, 0.25);
}
.t-LinksList--showBadge .t-LinksList-badge {
  border-radius: 4px;
}
.t-LinksList--iconOnly .t-LinksList-icon {
  border-radius: 100%;
}
.t-LinksList--actions .t-LinksList-label {
  color: #333333;
}
.t-LinksList--actions .t-LinksList-icon {
  color: #333333;
}
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-icon,
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-label,
.t-LinksList--actions .t-LinksList-link:hover .t-LinksList-badge {
  color: #404040;
}

.t-Login-iconValidation {
  background: var(--mtoclaro);
  color: white;
}
body .t-Login-title {
  color: #404040;
}
.t-Login-region {
  background-color: #ffffff;
}
.t-Login-logo.fa {
  color: var(--claro);
}
@media only screen and (max-width: 480px) {
  .t-PageBody--login,
  .t-PageBody--login .t-Body {
    background-color: #ffffff;
  }
}

.t-MediaList-item {
  border-color: #d9d9d9;
}
.t-MediaList--horizontal .t-MediaList-item {
  border-right: 1px solid #d9d9d9;
}

a.t-MediaList-itemWrap {
  color: var(--escuro);
}
a.t-MediaList-itemWrap:hover {
  background-color: #f5f5f5;
  color: var(--escuro);
}
a.t-MediaList-itemWrap:focus {
  box-shadow: 0 0 0 1px var(--claro) inset;
}
.t-MediaList-itemWrap {
  color: #404040;
}
.t-MediaList-badge,
.t-MediaList-desc {
  color: #737373;
}
.t-MediaList-icon {
  color: #d9d9d9;
}
.t-MediaList--cols .t-MediaList-item:before,
.t-MediaList--cols .t-MediaList-item:after {
  background-color: #e6e6e6;
}
.a-MenuBar-label {
  color: #ffffff;
  line-height: 20px;
}
.a-MenuBar-item > .a-Menu-subMenuCol {
  display: inline-block;
  padding: 8px 0;
  vertical-align: top;
  margin-right: 8px;
  margin-left: -4px;
}
.a-MenuBar-item {
  background: var(--claro);
  border-right: 1px solid var(--escuro);
  border-left: 1px solid var(--escuro);
  margin-left: -1px;
}
.a-MenuBar-item:first-child {
  margin-left: 0;
}
.a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol,
.a-MenuBar.u-rtl .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol {
  border: none;
  margin-right: 0;
  padding: 8px 8px 8px 4px;
}
.a-MenuBar-item.is-disabled .a-MenuBar-label {
  color: rgba(255, 255, 255, 0.5);
}
.a-MenuBar-item:hover {
  background-color: var(--escuro);
}
.a-MenuBar-item.is-expanded {
  background-color: var(--escuro);
}

.a-Menu-content {
  border-radius: 2px;
}
.a-Menu .a-Menu-item {
  color: #404040;
}
.a-Menu-itemSep .a-Menu-hSeparator {
  border-color: #e6e6e6;
}
.a-Menu--current {
  background-color: var(--claro);
}
.a-Menu .a-Menu-item.is-disabled.is-focused {
  background-color: #ffffff;
}
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-subMenuCol {
  color: #404040;
}
.a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-accel {
  color: #808080;
}
.a-Menu .a-Menu-item.is-focused,
.a-Menu .a-Menu-item.is-expanded {
  background-color: var(--claro);
  color: #ffffff;
}
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-statusCol,
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-statusCol,
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-subMenuCol,
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-subMenuCol,
.a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-accel,
.a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-accel {
  color: #ffffff;
}
.a-Menu .a-Menu-accel {
  color: rgba(64, 64, 64, 0.75);
}
.a-Menu-content {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.a-MenuBar {
  background-color: transparent;
}
.t-Header .a-MenuBar {
  background-color: var(--claro);
}
.t-Region .a-MenuBar-label {
  color: #333333;
  line-height: 20px;
}
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol {
  display: inline-block;
  padding: 8px 0;
  vertical-align: top;
  margin-right: 8px;
  margin-left: -4px;
}
.t-Region .a-MenuBar-item {
  background: #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  margin-left: -1px;
}
.t-Region .a-MenuBar-item:first-child {
  margin-left: 0;
}
.t-Region .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol,
.t-Region .a-MenuBar.u-rtl .a-MenuBar-item.a-Menu--split > .a-Menu-subMenuCol {
  border: none;
  margin-right: 0;
  padding: 8px 8px 8px 4px;
}
.t-Region .a-MenuBar-item.is-disabled .a-MenuBar-label {
  color: rgba(51, 51, 51, 0.5);
}
.t-Region .a-MenuBar-item:hover {
  background-color: #d9d9d9;
}
.t-Region .a-MenuBar-item.is-expanded {
  background-color: #d9d9d9;
}
.t-Region .a-Menu-content {
  border-radius: 2px;
}
.t-Region .a-Menu .a-Menu-item {
  color: #404040;
}
.t-Region .a-Menu-itemSep .a-Menu-hSeparator {
  border-color: #e6e6e6;
}
.t-Region .a-Menu--current {
  background-color: #bfbfbf;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused {
  background-color: #ffffff;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-subMenuCol {
  color: #404040;
}
.t-Region .a-Menu .a-Menu-item.is-disabled.is-focused > .a-Menu-inner .a-Menu-accel {
  color: #808080;
}
.t-Region .a-Menu .a-Menu-item.is-focused,
.t-Region .a-Menu .a-Menu-item.is-expanded {
  background-color: #f2f2f2;
  color: #333333;
}
.t-Region .a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-statusCol,
.t-Region .a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-statusCol,
.t-Region .a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-subMenuCol,
.t-Region .a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-subMenuCol,
.t-Region .a-Menu .a-Menu-item.is-focused > .a-Menu-inner .a-Menu-accel,
.t-Region .a-Menu .a-Menu-item.is-expanded > .a-Menu-inner .a-Menu-accel {
  color: #333333;
}
.t-Region .a-Menu .a-Menu-accel {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-Menu-content {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: #e6e6e6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.t-Header .a-MenuBar-label {
  color: #ffffff;
  vertical-align: top;
}
.t-Header .a-MenuBar-item {
  vertical-align: top;
}
.t-Header .a-MenuBar-item.is-focused,
.t-Header .a-MenuBar-item:hover {
  background-color: var(--claro) !important;
}
.t-Header .a-MenuBar-item.a-Menu--current,
.t-Header .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: var(--claro) !important;
}
.t-Header .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
.t-Header .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
  color: #ffffff !important;
  font-weight: bold;
}
.t-Header .a-MenuBar-item.is-expanded,
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: var(--claro) !important;
}
.t-Header .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(255, 255, 255, 0.8);
  border-color: var(--claro);
  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: var(--claro);
  border-color: var(--claro);
  color: #000000;
}
.t-Header .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: var(--mtoclaro);
  border-color: var(--mtoclaro);
}
.t-Header .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #80007f;
}
.t-Header .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #bfeec7;
  border-color: #bfeec7;
  color: var(--mtoescuro);
}
.t-Header .a-Menu-content {
  border-width: 0;
  background-color: var(--claro);
}
.t-Header .a-Menu .a-Menu-item {
  color: #ffffff;
}
.t-Header .a-Menu-accel {
  color: rgba(255, 255, 255, 0.75);
}
.t-Header .a-Menu .a-Menu-item.is-focused,
.t-Header .a-Menu .a-Menu-item.is-expanded {
  background-color: var(--escuro) !important;
}
.t-Body .a-MenuBar-label {
  color: #404040;
  vertical-align: top;
}
.t-Body .a-MenuBar-item {
  vertical-align: top;
}
.t-Body .a-MenuBar-item.is-focused,
.t-Body .a-MenuBar-item:hover {
  background-color: #e6e6e6 !important;
}
.t-Body .a-MenuBar-item.a-Menu--current,
.t-Body .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #e6e6e6 !important;
}
.t-Body .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
.t-Body .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
  color: #404040 !important;
  font-weight: bold;
}
.t-Body .a-MenuBar-item.is-expanded,
.t-Body .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #e6e6e6 !important;
}
.t-Body .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(64, 64, 64, 0.8);
  border-color: #ffffff;
  border-radius: 100%;
}
.t-Body .a-MenuBar-item.a-Menu--current.is-focused > .a-Menu-subMenuCol .a-Icon,
.t-Body .a-MenuBar-item > .a-Menu-subMenuCol:hover .a-Icon {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  color: #000000;
}
.t-Body .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #ffffff;
  border-color: #ffffff;
}
.t-Body .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #404040;
  border-color: #404040;
  color: #ffffff;
}
.t-Body .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #e6e6e6;
}
.t-Body .a-Menu-content {
  border-width: 0;
  background-color: #e6e6e6;
}
.t-Body .a-Menu .a-Menu-item {
  color: #404040;
}
.t-Body .a-Menu-accel {
  color: rgba(64, 64, 64, 0.75);
}
.t-Body .a-Menu .a-Menu-item.is-focused,
.t-Body .a-Menu .a-Menu-item.is-expanded {
  background-color: #f2f2f2 !important;
}
.t-Body .a-MenuBar > ul {
  background-color: #e6e6e6;
}
.t-Body .a-MenuBar-item {
  border-color: #e6e6e6;
}
.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.is-focused,
.t-Region .a-MenuBar-item:hover {
  background-color: #e6e6e6 !important;
}
.t-Region .a-MenuBar-item.a-Menu--current,
.t-Region .a-MenuBar-item.a-Menu--current.is-focused {
  background-color: #e6e6e6 !important;
}
.t-Region .a-MenuBar-item.a-Menu--current .a-MenuBar-label,
.t-Region .a-MenuBar-item.a-Menu--current.is-focused .a-MenuBar-label {
  color: #404040 !important;
  font-weight: bold;
}
.t-Region .a-MenuBar-item.is-expanded,
.t-Region .a-MenuBar-item.a-Menu--current.is-expanded {
  background-color: #e6e6e6 !important;
}
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol .a-Icon {
  color: rgba(64, 64, 64, 0.8);
  border-color: #ffffff;
  border-radius: 100%;
}
.t-Region .a-MenuBar-item.a-Menu--current.is-focused > .a-Menu-subMenuCol .a-Icon,
.t-Region .a-MenuBar-item > .a-Menu-subMenuCol:hover .a-Icon {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
  color: #000000;
}
.t-Region .a-MenuBar-item.a-Menu--current > .a-Menu-subMenuCol .a-Icon {
  color: #ffffff;
  border-color: #ffffff;
}
.t-Region .a-MenuBar-item.a-Menu--current.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #404040;
  border-color: #404040;
  color: #ffffff;
}
.t-Region .a-MenuBar-item.is-expanded > .a-Menu-subMenuCol .a-Icon {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #e6e6e6;
}
.t-Region .a-Menu-content {
  border-width: 0;
  background-color: #e6e6e6;
}
.t-Region .a-Menu .a-Menu-item {
  color: #404040;
}
.t-Region .a-Menu-accel {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-Menu .a-Menu-item.is-focused,
.t-Region .a-Menu .a-Menu-item.is-expanded {
  background-color: #f2f2f2 !important;
}
.t-Region .a-MenuBar > ul {
  background-color: #e6e6e6;
}
.t-Region .a-MenuBar-item {
  border-color: #e6e6e6;
}
.t-Region .a-MenuBar-item.is-focused {
  box-shadow: none;
}
.t-Header-userMenu .a-Menu-content {
  border-width: 0;
  background-color: var(--claro);
}
.t-Header-userMenu .a-Menu-item.is-focused,
.t-Header-userMenu .a-Menu-item.is-expanded {
  background-color: var(--escuro) !important;
}
.t-Header-userMenu.a-Menu .a-Menu-item .a-Menu-label {
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

.t-NavigationBar-menu .a-Menu-content {
  border-radius: 0 0 2px 2px;
  background-color: var(--claro);
  border-width: 0;
}
.t-NavigationBar-menu .a-Menu-item.is-focused,
.t-NavigationBar-menu .a-Menu-item.is-expanded {
  background-color: var(--escuro) !important;
}
.t-NavigationBar-menu .a-Menu-item.is-focused > .a-Menu-label,
.t-NavigationBar-menu .a-Menu-item.is-expanded > .a-Menu-label {
  color: #ffffff !important;
}
.t-NavigationBar-menu .a-Menu-item .a-Menu-label,
.t-NavigationBar-menu.a-Menu .a-Menu-item a,
.t-NavigationBar-menu.a-Menu .a-Menu-item .a-Menu-statusCol {
  color: #000000 !important;
}

.t-PopupLOV-links a:hover {
  background-color: var(--escuro);
  color: #ffffff;
}
.t-PopupLOV-resultsSet tr:hover td {
  background-color: #ECF2FB !important;
}
.t-PopupLOV-resultsSet tr:nth-child(2n) td {
  background-color: #FAFAFA;
}
.t-PopupLOV-resultsSet-link,
.ui-widget-content a.t-PopupLOV-resultsSet-link {
  color: var(--escuro);
}
.t-Page--popupLOV {
  background-color: #FFF;
}
.t-PopupLOV-actions {
  background-color: #ffffff;
}
.t-Body .t-PopupLOV-links a {
  color: #404040;
}
.t-Body-title .t-PopupLOV-links a {
  color: #404040;
}
.t-Body-info .t-PopupLOV-links a {
  color: #404040;
}
.t-Region .t-PopupLOV-links a,
.t-ButtonRegion .t-PopupLOV-links a {
  color: #404040;
}
.t-PopupLOV-links a:hover {
  background-color: var(--claro);
  color: #ffffff;
}
.t-Body .t-PopupLOV-pagination {
  color: #808080;
}
.t-Body-title .t-PopupLOV-pagination {
  color: #808080;
}
.t-Body-info .t-PopupLOV-pagination {
  color: #808080;
}
.t-Region .t-PopupLOV-pagination,
.t-ButtonRegion .t-PopupLOV-pagination {
  color: #808080;
}

.t-Region {
  background-color: #ffffff;
}
.t-Body .fielddata b {
  color: #404040;
}
.t-Body-title .fielddata b {
  color: #404040;
}
.t-Body-info .fielddata b {
  color: #404040;
}
.t-Region .fielddata b,
.t-ButtonRegion .fielddata b {
  color: #404040;
}
.t-Region-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
.t-Region-header .t-Region-title,
.t-Region-header .t-Button--noUI {
  color: #404040;
}
.t-Body-actions .t-Region-header {
  background: transparent;
}
.t-Region--stacked {
  border-radius: 0 !important;
}
.t-Region--stacked > .t-Region-header {
  border-radius: 0 !important;
}
.t-Region--noBorder > .t-Region-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #404040;
}
.t-Region--accent1 > .t-Region-header,
.t-Region--accent1.t-Region--noBorder > .t-Region-header {
  background-color: #ff2d55;
  border-bottom: 1px solid #ff607e;
}
.t-Region--accent1 > .t-Region-header .t-Region-title,
.t-Region--accent1.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent1 > .t-Region-header .t-Button--noUI,
.t-Region--accent1.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region--accent2 > .t-Region-header,
.t-Region--accent2.t-Region--noBorder > .t-Region-header {
  background-color: #007aff;
  border-bottom: 1px solid #3395ff;
}
.t-Region--accent2 > .t-Region-header .t-Region-title,
.t-Region--accent2.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent2 > .t-Region-header .t-Button--noUI,
.t-Region--accent2.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region--accent3 > .t-Region-header,
.t-Region--accent3.t-Region--noBorder > .t-Region-header {
  background-color: #ff9500;
  border-bottom: 1px solid #ffaa33;
}
.t-Region--accent3 > .t-Region-header .t-Region-title,
.t-Region--accent3.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent3 > .t-Region-header .t-Button--noUI,
.t-Region--accent3.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region--accent4 > .t-Region-header,
.t-Region--accent4.t-Region--noBorder > .t-Region-header {
  background-color: var(--mtoclaro);
  border-bottom: 1px solid var(--claro);
}
.t-Region--accent4 > .t-Region-header .t-Region-title,
.t-Region--accent4.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent4 > .t-Region-header .t-Button--noUI,
.t-Region--accent4.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region--accent5 > .t-Region-header,
.t-Region--accent5.t-Region--noBorder > .t-Region-header {
  background-color: #8e8e93;
  border-bottom: 1px solid #a8a8ac;
}
.t-Region--accent5 > .t-Region-header .t-Region-title,
.t-Region--accent5.t-Region--noBorder > .t-Region-header .t-Region-title,
.t-Region--accent5 > .t-Region-header .t-Button--noUI,
.t-Region--accent5.t-Region--noBorder > .t-Region-header .t-Button--noUI {
  color: #ffffff;
}
.t-Region-header {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.t-Region h2.t-Region-title {
  color: #404040;
}
.t-Region-body {
  color: #404040;
}
.t-Region--hideShow.is-collapsed {
  border-bottom-color: transparent;
}
.t-Region--scrollBody > .t-Region-bodyWrap > .t-Region-body {
  background: linear-gradient(#ffffff 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.025)) 0 100%;
  background-color: #ffffff;
}
.t-Body-actions .t-Region {
  background-color: transparent;
}
.t-Body-actions .t-Region-header {
  background-color: transparent;
}
.t-Body-side .t-Region {
  background-color: transparent;
}
.t-Region,
.t-Region-header {
  border-radius: 2px;
}
.t-Region--noBG {
  background-color: transparent;
}
.t-Body-actions .t-Region {
  background-color: transparent;
}
.t-Region--carousel .apex-rds-button {
  background-color: transparent;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #FFF;
}
.t-Region--carousel .apex-rds-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.t-Region--carousel .apex-rds-button:active,
.t-Region--carousel .apex-rds-button:active:focus {
  background-color: rgba(0, 0, 0, 0.75);
}
.t-Region--carousel .apex-rds-next-region {
  border-radius: 2px 0 0 2px;
}
.t-Region--carousel .apex-rds-previous-region {
  border-radius: 0 2px 2px 0;
}
.t-Region--carousel .a-Region-carouselNavItem.apex-rds-selected .a-Region-carouselLink {
  background-color: rgba(0, 0, 0, 0.45);
}
.t-Region--carousel .a-Region-carouselNavItem.apex-rds-selected .a-Region-carouselLink:focus {
  background-color: var(--claro);
}
.t-Region--carousel .a-Region-carouselLink {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}

.t-Report-cell,
.t-Report-colHead {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
.t-Report-report tr .t-Report-cell:last-child,
.t-Report-report tr .t-Report-colHead:last-child {
  border-right: 1px solid #e6e6e6;
}
.t-Report-report tr:last-child .t-Report-cell {
  border-bottom: 1px solid #e6e6e6;
}
.t-Report .is-stuck .t-Report-colHead {
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
}
.t-Report--rowHighlight .t-Report-report tr:hover .t-Report-cell,
.t-Report--rowHighlight .t-Report-report tr:nth-child(odd):hover .t-Report-cell {
  background-color: #fafafa !important;
}
.t-Report--staticRowColors .t-Report-report tr:nth-child(odd) .t-Report-cell {
  background-color: transparent;
}

.t-Report--altRowsDefault .t-Report-report tr:nth-child(odd) .t-Report-cell {
  background-color: #fcfcfc;
}

.t-Report-paginationText b,
.t-Report-paginationText a:hover {
  background-color: var(--claro);
  color: #000000;
}
.t-SocialFooter {
  padding-top: 48px;
  padding-bottom: 24px;
}
.t-SocialFooter .row {
  padding-top: 8px;
}
.t-SocialFooter .col {
  padding-bottom: 8px;
  text-align: center;
  transition: all .2s;
}
.t-SocialFooter .col:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0px 8px 4px -4px rgba(0, 0, 0, 0.05);
}
.t-SocialFooter a {
  transition: all .2s;
  display: block;
  text-decoration: none;
  text-align: center;
  color: rgba(64, 64, 64, 0.8);
}
.t-SocialFooter a .t-Icon {
  display: block;
  margin: 0 auto;
  color: rgba(64, 64, 64, 0.4);
}
.t-SocialFooter a .fa {
  font-size: 28px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.t-SocialFooter a .a-Icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.t-SocialFooter a .a-Icon:before {
  font-size: 32px;
}
.t-SocialFooter a:hover,
.t-SocialFooter a:hover .t-Icon {
  color: var(--escuro);
}
.t-SearchResults-desc {
  color: #404040;
}
.t-SearchResults-date {
  color: #737373;
}
.t-SearchResults-misc {
  color: #737373;
}
.t-Region .t-SearchResults-desc {
  color: #404040;
}
.t-Region .t-SearchResults-date {
  color: #737373;
}
.t-Region .t-SearchResults-misc {
  color: #737373;
}
.t-StatusList-blockHeader {
  color: #404040;
  background-color: #ffffff;
}
.t-StatusList-headerTextAlt,
.t-StatusList-attr,
.t-StatusList-textDesc {
  color: #737373;
}
.t-StatusList-itemTitle {
  color: #404040;
}
.t-StatusList--dates .t-StatusList-marker {
  color: #707070;
  border-radius: 2px;
  background-color: #FFF;
}
.t-StatusList--dates .t-StatusList-marker:after {
  background-color: #A0A0A0;
  border-radius: 2px 2px 0 0;
}
.t-StatusList--bullets .t-StatusList-marker {
  border-radius: 24px;
  background-color: #fff;
  color: #404040;
}
.t-StatusList--bullets .t-StatusList-item.is-complete .t-StatusList-marker {
  background-color: #707070;
}
.t-StatusList--bullets .t-StatusList-item.is-danger .t-StatusList-marker,
.t-StatusList--bullets .t-StatusList-item.is-error .t-StatusList-marker {
  background-color: #ff3b30;
}
.t-StatusList--bullets .t-StatusList-item.is-open .t-StatusList-marker {
  background-color: var(--mtoclaro);
}
.t-StatusList--bullets .t-StatusList-item.is-warning .t-StatusList-marker {
  background-color: #ffcc00;
}
.t-StatusList--bullets .t-StatusList-item.is-null .t-StatusList-marker {
  background-color: #F0F0F0;
}
.t-StatusList--bullets .t-StatusList-item.is-null .t-StatusList-marker {
  color: #A0A0A0;
}

.t-Tabs--simple .t-Tabs-item.is-active .t-Tabs-link,
.apex-rds .apex-rds-selected a {
  box-shadow: 0 -2px 0 #8ee29d inset;
}
.t-Tabs--simple .t-Tabs-link:focus,
.apex-rds a:focus {
  box-shadow: 0 0 0 2px #8ee29d inset;
}
.t-Tabs--pill {
  background: linear-gradient(#ffffff, #f4f4f4);
  border-radius: 2px;
}
.t-Body .t-Tabs--pill .t-Icon {
  color: #808080;
}
.t-Body-title .t-Tabs--pill .t-Icon {
  color: #808080;
}
.t-Body-info .t-Tabs--pill .t-Icon {
  color: #808080;
}
.t-Region .t-Tabs--pill .t-Icon,
.t-ButtonRegion .t-Tabs--pill .t-Icon {
  color: #808080;
}
.t-Body .t-Tabs--pill .t-Tabs-link {
  color: #404040;
}
.t-Body-title .t-Tabs--pill .t-Tabs-link {
  color: #404040;
}
.t-Body-info .t-Tabs--pill .t-Tabs-link {
  color: #404040;
}
.t-Region .t-Tabs--pill .t-Tabs-link,
.t-ButtonRegion .t-Tabs--pill .t-Tabs-link {
  color: #404040;
}
.t-Tabs--pill .t-Tabs-link:hover {
  background-color: #FFF;
}
.t-Tabs--pill .t-Tabs-link:focus {
  border-color: #4696FC;
}
.t-Tabs--pill .t-Tabs-link:active {
  background-color: #F0F0F0;
}
.t-Tabs--pill .t-Tabs-item:first-child .t-Tabs-link {
  border-radius: 2px 0 0 2px;
}
.t-Tabs--pill .t-Tabs-item.is-active .t-Tabs-link {
  background-color: #FFF;
}
.t-Tabs--simple .t-Icon {
  color: #404040;
}
.t-Tabs--simple .t-Tabs-link,
.apex-rds a {
  color: #404040;
}
.t-Tabs--simple .t-Tabs-link:hover,
.apex-rds a:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.t-Tabs--simple .t-Tabs-link:active,
.apex-rds a:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.t-Body .t-Tabs--simple .t-Tabs-link,
.t-Body .apex-rds a {
  color: #404040;
}
.t-Body-title .t-Tabs--simple .t-Tabs-link,
.t-Body-title .apex-rds a,
.t-Body-info .t-Tabs--simple .t-Tabs-link,
.t-Body-info .apex-rds a {
  color: #404040;
}
.t-Region .t-Tabs--simple .t-Tabs-link,
.t-Region .apex-rds a {
  color: #404040;
}
.apex-rds-hover.left a {
  background: -webkit-linear-gradient(left, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  
  background: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  
}
.apex-rds-hover.right a {
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 1%, #ffffff 50%);
  
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 1%, #ffffff 50%);
  
}

.a-TagCloud-link {
  border-color: #f2f2f2;
  border-radius: 2px;
  background: #fafafa;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s;
  color: #2b903d;
}
.a-TagCloud-link span {
  transition: color .2s;
}
.a-TagCloud-link:hover {
  text-decoration: none;
  background-color: var(--claro);
  border-color: var(--claro);
  color: #000000;
  box-shadow: 0 0 0 2px var(--claro) inset;
}
.a-TagCloud-link:hover span {
  color: #000000;
}
.a-TagCloud-count {
  color: #666666;
  font-weight: 200;
}
.t-Timeline {
  color: #404040;
}
.t-Timeline-username,
.t-Timeline-date,
.t-Timeline-desc {
  color: #737373;
}
.t-Timeline-wrap {
  color: #404040;
}
.t-Timeline-type {
  background-color: #f5f5f5;
  color: #404040;
}
.t-Timeline-type.is-new {
  background-color: var(--mtoclaro);
  color: #FFF;
}
.t-Timeline-type.is-updated {
  background-color: #2578cf;
  color: #FFF;
}
.t-Timeline-type.is-removed {
  background-color: #e90c00;
  color: #FFF;
}
.t-Timeline-wrap:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--claro) inset;
}
.t-PageBody--leftNav .t-Body-nav {
  background-color: var(--claro);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
  box-shadow: 0 0 0 1px #e8e8e8 inset;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
  background-color: #f7f7f7;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
.t-Region .a-TreeView-node--topLevel ul {
  background-color: #ffffff;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #f0f0f0 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle,
.t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle:hover,
.t-Region .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
  color: #404040 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover {
  color: #404040 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content {
  color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content .a-Icon {
  color: rgba(64, 64, 64, 0.95);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-hover .a-Icon,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon {
  color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-label {
  color: inherit;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-selected,
.t-Region .a-TreeView-node--topLevel .a-TreeView-content.is-current--top {
  color: #404040;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle {
  color: rgba(64, 64, 64, 0.75);
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
  color: #404040 !important;
}
.t-Region .a-TreeView-node--topLevel .a-TreeView-row {
  transition: background-color 0.1s;
}
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row.is-selected,
.t-Region .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row.is-focused {
  background-color: #f7f7f7;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-focused {
  box-shadow: 0 0 0 1px #4dd165 inset;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-selected {
  background-color: #35cb50;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
.t-TreeNav .a-TreeView-node--topLevel ul {
  background-color: var(--claro);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover {
  background-color: #41ce5b !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle {
  color: rgba(255, 255, 255, 0.75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover + .a-TreeView-toggle:hover,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-toggle:hover {
  color: #ffffff !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover {
  color: #ffffff !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content {
  color: #ffffff;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .fa,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content .a-Icon {
  color: #ffffff;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .fa,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .fa,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-hover .a-Icon,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top .a-Icon {
  color: #ffffff;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-label {
  color: inherit;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-selected,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-content.is-current--top {
  color: #ffffff;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle {
  color: rgba(255, 255, 255, 0.75);
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-toggle:hover {
  color: #ffffff !important;
}
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row {
  transition: background-color 0.1s;
}
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .fa,
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content .a-Icon {
  color: #ffffff;
}
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible .a-TreeView-content {
  color: #ffffff;
}

.t-Dialog--wizard {
  border: #e6e6e6;
}
.t-Wizard {
  background-color: #ffffff;
  border-radius: 2px;
}
.t-Wizard .t-Wizard-title {
  color: #404040;
}
body .t-Wizard--modal {
  background: #ffffff;
}
body .t-Wizard--modal .t-Wizard-body {
  background: linear-gradient(#ffffff 40%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), #ffffff 60%) 0 100%, linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.025)) 0 100%;
  background-color: #ffffff;
}
body .t-Wizard--modal .t-Region {
  background: #ffffff;
}
.t-Wizard {
  border-color: #e6e6e6;
}
.t-Wizard .t-Wizard-header {
  background-color: #fafafa;
  border-color: #ededed;
}
.t-WizardSteps-wrap:after {
  background-color: #e6e6e6;
}
.t-WizardSteps-step .t-WizardSteps-marker {
  background-color: #cccccc;
}
.t-WizardSteps-step.is-complete .t-WizardSteps-marker {
  background-color: var(--mtoclaro);
  color: #FFF;
}
.t-WizardSteps-step.is-active .t-WizardSteps-marker {
  background-color: var(--claro);
}
.t-WizardSteps-label {
  color: #666666;
}
.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;
  background-color: #ffffff;
}
body .ui-dialog .ui-dialog-title {
  color: #404040;
}
body .ui-dialog .ui-dialog-titlebar-close {
  border-radius: 100%;
}
body .ui-dialog .ui-dialog-buttonpane {
  border-top-color: #F0F0F0;
}

body .ui-widget-content {
  border-color: #ebebeb;
  background-color: #ffffff;
  color: #404040;
}
body .ui-widget-content a {
  color: var(--escuro);
}
body .ui-widget-header {
  border-color: #ebebeb;
  background-color: #ffffff;
  color: #404040;
}
body .ui-widget-header a {
  color: #404040;
}

body .ui-state-default,
body .ui-widget-content .ui-state-default,
body .ui-widget-header .ui-state-default {
  background-color: #f8f8f8;
  color: #383838;
}
body .ui-state-default a,
body .ui-state-default a:link,
body .ui-state-default a:visited,
body .ui-state-active a,
body .ui-state-active a:link,
body .ui-state-active a:visited {
  color: var(--escuro);
}
body .ui-state-hover,
body .ui-widget-content .ui-state-hover,
body .ui-widget-header .ui-state-hover {
  background-color: #ffffff;
  color: #383838;
}
body .ui-state-focus,
body .ui-widget-content .ui-state-focus,
body .ui-widget-header .ui-state-focus {
  box-shadow: 0 0 0 1px var(--claro) inset, 0 0 1px 2px rgba(61, 205, 87, 0.25) !important;
  background-color: #ffffff;
  color: #383838;
}
body .ui-datepicker .ui-datepicker-buttonpane button:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--claro) inset, 0 0 1px 2px rgba(61, 205, 87, 0.25) !important;
}
body .ui-state-hover a,
body .ui-state-hover a:hover,
body .ui-state-hover a:link,
body .ui-state-hover a:visited,
body .ui-state-focus a,
body .ui-state-focus a:hover,
body .ui-state-focus a:link,
body .ui-state-focus a:visited {
  color: var(--escuro);
}
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: #ffffff;
  color: #bfbfbf;
}
body .ui-state-highlight a,
body .ui-widget-content .ui-state-highlight a,
body .ui-widget-header .ui-state-highlight a {
  color: #bfbfbf;
}
body .ui-state-error,
body .ui-widget-content .ui-state-error,
body .ui-widget-header .ui-state-error {
  background-color: #e90c00;
  color: #ffeae9;
}
body .ui-state-error a,
body .ui-widget-content .ui-state-error a,
body .ui-widget-header .ui-state-error a {
  color: #ffeae9;
}
body .ui-state-error-text,
body .ui-widget-content .ui-state-error-text,
body .ui-widget-header .ui-state-error-text {
  color: #e90c00;
}

body .ui-datepicker td span.ui-state-default,
body .ui-datepicker td a.ui-state-default {
  background-color: transparent;
  color: #404040;
}
body .ui-datepicker td span.ui-state-default.ui-state-active,
body .ui-datepicker td a.ui-state-default.ui-state-active {
  background-color: var(--claro);
  color: #000000;
  font-weight: bold;
}
body .ui-datepicker td span.ui-state-default.ui-state-active.ui-state-hover,
body .ui-datepicker td a.ui-state-default.ui-state-active.ui-state-hover {
  background-color: var(--claro) !important;
}
body .ui-datepicker td span.ui-state-default.ui-state-hover,
body .ui-datepicker td a.ui-state-default.ui-state-hover {
  background-color: #f2f2f2 !important;
}
body .ui-datepicker td span.ui-state-default:focus,
body .ui-datepicker td a.ui-state-default:focus {
  outline: none;
  box-shadow: 0 0 0 1px var(--claro) inset, 0 0 1px 2px rgba(61, 205, 87, 0.25) !important;
}
body .ui-datepicker td span.ui-state-default.ui-state-highlight,
body .ui-datepicker td a.ui-state-default.ui-state-highlight {
  background-color: #ebebeb;
}
body .ui-datepicker th {
  color: #808080;
}
body .ui-datepicker .ui-datepicker-header,
body .ui-datepicker .ui-datepicker-buttonpane button,
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev {
  border-radius: 2px;
}

body .ui-dialog .ui-dialog-titlebar {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}
body .ui-dialog .ui-dialog-title {
  color: #404040;
}
body .ui-dialog .ui-dialog-content,
.t-Dialog-page {
  background-color: #ffffff;
  color: #404040;
}

.t-Dialog--wizard.ui-dialog,
.t-Dialog--wizard.ui-dialog .ui-dialog-titlebar,
.t-Dialog--wizard body .ui-dialog .ui-dialog-content {
  background-color: #ffffff;
  color: #404040;
}
.t-Dialog--wizard.ui-dialog .ui-dialog-title {
  color: #404040;
}

body .ui-corner-all {
  border-radius: 2px;
}
body .ui-corner-top,
body .ui-corner-left,
body .ui-corner-tl {
  border-top-left-radius: 2px;
}
body .ui-corner-top,
body .ui-corner-right,
body .ui-corner-tr {
  border-top-right-radius: 2px;
}
body .ui-corner-bottom,
body .ui-corner-left,
body .ui-corner-bl {
  border-bottom-left-radius: 2px;
}
body .ui-corner-bottom,
body .ui-corner-right,
body .ui-corner-br {
  border-bottom-right-radius: 2px;
}

body .ui-button.ui-corner-all {
  border-radius: 2px;
}
body .ui-button.ui-corner-top,
body .ui-button.ui-corner-left,
body .ui-button.ui-corner-tl {
  border-top-left-radius: 2px;
}
body .ui-button.ui-corner-top,
body .ui-button.ui-corner-right,
body .ui-button.ui-corner-tr {
  border-top-right-radius: 2px;
}
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-left,
body .ui-button.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
body .ui-button.ui-corner-bottom,
body .ui-button.ui-corner-right,
body .ui-button.ui-corner-br {
  border-bottom-right-radius: 2px;
}

.ac_results {
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #404040;
}
.ac_loading {
  background: #ffffff url('../../../apex_ui/img/legacy/loading16x16.gif') right center no-repeat;
}
.ac_odd {
  background-color: #f2f2f2;
}
body .ac_over {
  background-color: var(--claro);
  color: #000000;
}
body .a-D3LineChart .a-D3LineChart-axis-title,
body .a-D3BarChart .a-D3LineChart-axis-title {
  fill: #404040;
}
body .a-D3LineChart .a-D3LineChart-axis .tick text,
body .a-D3BarChart .a-D3LineChart-axis .tick text {
  fill: #808080;
}
body .a-D3LineChart .a-D3LineChart-axis line,
body .a-D3BarChart .a-D3LineChart-axis line,
body .a-D3LineChart .a-D3LineChart-axis path,
body .a-D3BarChart .a-D3LineChart-axis path {
  stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis-title {
  fill: #404040;
}
body .a-D3BarChart .a-D3BarChart-grid line,
body .a-D3BarChart .a-D3BarChart-grid {
  stroke: #e6e6e6;
}
body .a-D3BarChart .a-D3BarChart-axis line,
body .a-D3BarChart .a-D3BarChart-axis path {
  stroke: #cccccc;
}
body .a-D3BarChart .a-D3BarChart-axis .tick text {
  fill: #808080;
}
body .a-D3Tooltip {
  background-color: #808080;
  color: #ffffff !important;
}
body .a-D3Tooltip-content {
  border-top: #999999;
}
body .a-D3ChartLegend.a-D3ChartLegend--external-borders {
  border-width: 0;
}
body .a-D3ChartLegend-item,
body .a-D3ChartLegend.a-D3ChartLegend--background .a-D3ChartLegend-layout {
  background-color: transparent;
  border-width: 0 !important;
}
body .a-D3ChartLegend-item-value {
  color: #666666;
}
body .a-D3ChartLegend.a-D3ChartLegend--square-color .a-D3ChartLegend-item-color {
  border-radius: 100%;
  border-right-width: 0;
}
.t-Body .a-MiniCal {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
}
.t-Body .a-MiniCal-title {
  color: #404040;
}
.t-Body .a-MiniCal-dayOfWeek {
  color: #808080;
}
.t-Body .a-MiniCal-day {
  border-color: #f9f9f9;
  color: #404040;
}
.t-Body .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: var(--claro);
  color: #000000;
}
.t-Body .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #ffcc00;
  color: #000000;
}
.t-Body .a-MiniCal-day.is-weekend {
  background-color: #fafafa;
}
.t-Body .a-MiniCal-day.is-null {
  background-color: #f5f5f5;
}
.t-Region .a-MiniCal {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
}
.t-Region .a-MiniCal-title {
  color: #404040;
}
.t-Region .a-MiniCal-dayOfWeek {
  color: #808080;
}
.t-Region .a-MiniCal-day {
  border-color: #f9f9f9;
  color: #404040;
}
.t-Region .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: var(--claro);
  color: #000000;
}
.t-Region .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #ffcc00;
  color: #000000;
}
.t-Region .a-MiniCal-day.is-weekend {
  background-color: #fafafa;
}
.t-Region .a-MiniCal-day.is-null {
  background-color: #f5f5f5;
}
.t-Body-actions .a-MiniCal {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #f2f2f2;
}
.t-Body-actions .a-MiniCal-title {
  color: #333333;
}
.t-Body-actions .a-MiniCal-dayOfWeek {
  color: #737373;
}
.t-Body-actions .a-MiniCal-day {
  border-color: #ececec;
  color: #333333;
}
.t-Body-actions .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: var(--claro);
  color: #000000;
}
.t-Body-actions .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #ffcc00;
  color: #000000;
}
.t-Body-actions .a-MiniCal-day.is-weekend {
  background-color: #ededed;
}
.t-Body-actions .a-MiniCal-day.is-null {
  background-color: #e8e8e8;
}
.t-Body-info .a-MiniCal {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background-color: #ffffff;
}
.t-Body-info .a-MiniCal-title {
  color: #404040;
}
.t-Body-info .a-MiniCal-dayOfWeek {
  color: #808080;
}
.t-Body-info .a-MiniCal-day {
  border-color: #f9f9f9;
  color: #404040;
}
.t-Body-info .a-MiniCal-day.is-today .a-MiniCal-date {
  background-color: var(--claro);
  color: #000000;
}
.t-Body-info .a-MiniCal-day.is-active .a-MiniCal-date {
  background-color: #ffcc00;
  color: #000000;
}
.t-Body-info .a-MiniCal-day.is-weekend {
  background-color: #fafafa;
}
.t-Body-info .a-MiniCal-day.is-null {
  background-color: #f5f5f5;
}

.t-Body .a-DetailedContentList-title {
  color: #404040;
}
.t-Body-info .a-DetailedContentList-title {
  color: #404040;
}
.t-Region .a-DetailedContentList-title,
.t-ButtonRegion .a-DetailedContentList-title {
  color: #404040;
}
body .a-DetailedContentList-item:focus .a-DetailedContentList-header {
  box-shadow: 0 0 0 1px var(--escuro) inset;
}
body .a-DetailedContentList-item.is-expanded .a-DetailedContentList-trigger {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px var(--claro) inset;
  color: var(--claro);
}
body .a-DetailedContentList-item.is-expanded .a-DetailedContentList-trigger:focus {
  background-color: var(--escuro);
  color: #000000;
  box-shadow: 0 0 0 1px var(--escuro) inset;
}
body .a-DetailedContentList-header:hover {
  background-color: #f2f2f2;
}
body .a-DetailedContentList-icon {
  color: rgba(64, 64, 64, 0.5);
}
body .a-DetailedContentList-badge {
  color: #404040;
}
body .a-DetailedContentList-trigger {
  background: #000000;
  color: rgba(64, 64, 64, 0.75);
}
body .a-DetailedContentList-trigger:hover {
  color: var(--escuro);
}
body .a-DetailedContentList-trigger:focus {
  color: var(--escuro);
}
body .a-DetailedContentList-body {
  background-color: #ffffff;
}
body .content-tooltip .a-DetailedContentList-body {
  background-color: var(--claro);
}
body .content-tooltip .a-DetailedContentList-body-row-label {
  color: #000000;
}
body .content-tooltip .a-DetailedContentList-body-row-content {
  color: #8ee29d;
}
body .a-DetailedContentList-body-header {
  background: #000000;
}
body .a-DetailedContentList-body-row-label {
  color: #404040;
}
body .a-DetailedContentList-body-row-content {
  color: var(--claro);
}
body .a-DetailedContentList.a-DetailedContentList--tooltip .a-DetailedContentList-body:after {
  border-color: #ffffff transparent;
}
body .a-DetailedContentList.a-DetailedContentList--tooltip .a-DetailedContentList-body:before {
  border-color: #000000 transparent;
}
body .ui-tooltip.content-tooltip {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
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:before {
  border-color: var(--claro) transparent;
}
body .ui-tooltip.content-tooltip .arrow.bottom:after {
  border-color: var(--claro) transparent;
}
body .ui-tooltip.content-tooltip .arrow.bottom.light:after {
  border-color: #eaeaea transparent;
}
body .ui-tooltip.content-tooltip .arrow.top:before {
  border-color: var(--claro) transparent;
}
body .ui-tooltip.content-tooltip .arrow.top:after {
  border-color: var(--claro) transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:before {
  border-color: transparent #000000 transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.left:after {
  border-color: transparent var(--claro) transparent transparent;
}
body .ui-tooltip.content-tooltip .arrow.right:before {
  border-color: transparent transparent transparent rgba(64, 64, 64, 0.5);
}
body .ui-tooltip.content-tooltip .arrow.right:after {
  border-color: transparent transparent transparent var(--claro);
}
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: #ffffff;
}
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: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 2) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #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: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 3) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffaa33 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 4) {
  background-color: var(--mtoclaro);
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 4) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 4) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 var(--claro) inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 5) {
  background-color: #8e8e93;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 5) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 5) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a8a8ac inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 6) {
  background-color: #34aadc;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 6) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 6) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #5fbce4 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 7) {
  background-color: #ffcc00;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 7) a {
  color: #000000;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 7) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #cca300 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 8) {
  background-color: #5ac8fa;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 8) a {
  color: #023952;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 8) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #28b7f9 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 9) {
  background-color: #ff3b30;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 9) a {
  color: #ffffff;
}
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: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 10) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #817fe0 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 11) {
  background-color: #ff5777;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 11) a {
  color: #ffffff;
}
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: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 12) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #66afff inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 13) {
  background-color: #ffaa33;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 13) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 13) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #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: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 14) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #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: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 15) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #bfbfc2 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 16) {
  background-color: #5dbbe3;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 16) a {
  color: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 16) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #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: #333333;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 17) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffcc00 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 18) {
  background-color: #7bd3fb;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 18) a {
  color: #356175;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 18) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #49c2fa inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 19) {
  background-color: #ff6259;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 19) a {
  color: #ffffff;
}
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: #ffffff;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 20) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a2a1e8 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 21) {
  background-color: #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: #e6e6e6;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 24) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #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: #000000;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 27) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b38f00 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 28) {
  background-color: #51b4e1;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 28) a {
  color: #02344a;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 28) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #7cc7e9 inset;
}
body .t-BadgeList--dash.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 29) {
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 1) .t-BadgeList-value a {
  color: #ffffff;
  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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 2) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 3) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 4) .t-BadgeList-value a {
  color: #ffffff;
  background-color: var(--mtoclaro);
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 5) .t-BadgeList-value {
  border-color: #818187;
  color: #818187;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 5) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 5) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #8e8e93;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 6) .t-BadgeList-value {
  border-color: #249ed2;
  color: #249ed2;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 6) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 6) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 7) .t-BadgeList-value a {
  color: #000000;
  background-color: #ffcc00;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 8) .t-BadgeList-value {
  border-color: #41c0f9;
  color: #41c0f9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 8) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 8) .t-BadgeList-value a {
  color: #023952;
  background-color: #5ac8fa;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 9) .t-BadgeList-value {
  border-color: #ff2317;
  color: #ff2317;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 9) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 9) .t-BadgeList-value a {
  color: #ffffff;
  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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 10) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #5856d6;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 11) .t-BadgeList-value {
  border-color: #ff3e62;
  color: #ff3e62;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 11) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 11) .t-BadgeList-value a {
  color: #ffffff;
  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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 12) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 13) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #ffaa33;
}
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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 14) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 15) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #a5a5a9;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 16) .t-BadgeList-value {
  border-color: #47b2df;
  color: #47b2df;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 16) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 16) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 17) .t-BadgeList-value a {
  color: #333333;
  background-color: #ffd633;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 18) .t-BadgeList-value {
  border-color: #62cbfa;
  color: #62cbfa;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 18) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 18) .t-BadgeList-value a {
  color: #356175;
  background-color: #7bd3fb;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 19) .t-BadgeList-value {
  border-color: #ff4a40;
  color: #ff4a40;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 19) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 19) .t-BadgeList-value a {
  color: #ffffff;
  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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 20) .t-BadgeList-value a {
  color: #ffffff;
  background-color: #7978de;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 21) .t-BadgeList-value {
  border-color: #db1a3f;
  color: #db1a3f;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 21) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 21) .t-BadgeList-value a {
  color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 22) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #006ee6;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 23) .t-BadgeList-value {
  border-color: #cc7700;
  color: #cc7700;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 23) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 23) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 24) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 25) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #808084;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 26) .t-BadgeList-value {
  border-color: #2a89b1;
  color: #2a89b1;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 26) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 26) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 27) .t-BadgeList-value a {
  color: #000000;
  background-color: #e6b800;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 28) .t-BadgeList-value {
  border-color: #3babdd;
  color: #3babdd;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 28) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 28) .t-BadgeList-value a {
  color: #02344a;
  background-color: #51b4e1;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 29) .t-BadgeList-value {
  border-color: #dd251b;
  color: #dd251b;
}
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 29) .t-BadgeList-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 29) .t-BadgeList-value a {
  color: #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-wrap .t-BadgeList-value,
body .t-BadgeList--circular.t-BadgeList--coloredBG .t-BadgeList-item:nth-child( 30) .t-BadgeList-value a {
  color: #e6e6e6;
  background-color: #4f4dc1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 1) {
  background-color: #ff2d55;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 1) a {
  color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 3) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffaa33 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 4) {
  background-color: var(--mtoclaro);
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 4) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 4) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 var(--claro) inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 5) {
  background-color: #8e8e93;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 5) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 5) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a8a8ac inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 6) {
  background-color: #34aadc;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 6) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 6) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #5fbce4 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 7) {
  background-color: #ffcc00;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 7) a {
  color: #000000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 7) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #cca300 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 8) {
  background-color: #5ac8fa;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 8) a {
  color: #023952;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 8) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #28b7f9 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 9) {
  background-color: #ff3b30;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 9) a {
  color: #ffffff;
}
.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: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 10) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #817fe0 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 11) {
  background-color: #ff5777;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 11) a {
  color: #ffffff;
}
.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: #ffffff;
}
.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: #ffaa33;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 13) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 13) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #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: #ffffff;
}
.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: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 15) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #bfbfc2 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 16) {
  background-color: #5dbbe3;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 16) a {
  color: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 16) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #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: #333333;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 17) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #ffcc00 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 18) {
  background-color: #7bd3fb;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 18) a {
  color: #356175;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 18) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #49c2fa inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 19) {
  background-color: #ff6259;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 19) a {
  color: #ffffff;
}
.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: #ffffff;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 20) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #a2a1e8 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 21) {
  background-color: #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: #e6e6e6;
}
.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: #000000;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 27) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #b38f00 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 28) {
  background-color: #51b4e1;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 28) a {
  color: #02344a;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 28) a.t-BadgeList-wrap:hover {
  box-shadow: 0 -8px 0 0 #7cc7e9 inset;
}
.t-Cards--colorize .t-BadgeList-item:nth-child( 29) {
  background-color: #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: var(--mtoclaro);
}
.u-ColorFG--4 {
  color: var(--mtoclaro);
}
.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: #ffcc00;
}
.u-ColorFG--7 {
  color: #ffcc00;
}
.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: #ffaa33;
}
.u-ColorFG--13 {
  color: #ffaa33;
}
.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: #ffffff;
}
.u-Color-1-FG--bg {
  background-color: #ffffff;
}
.u-Color-1-FG--fill {
  fill: #ffffff;
}
.u-Color-1-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.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: #ffffff;
}
.u-Color-2-FG--bg {
  background-color: #ffffff;
}
.u-Color-2-FG--fill {
  fill: #ffffff;
}
.u-Color-2-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-3-BG--txt {
  color: #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: #ffffff;
}
.u-Color-3-FG--bg {
  background-color: #ffffff;
}
.u-Color-3-FG--fill {
  fill: #ffffff;
}
.u-Color-3-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-4-BG--txt {
  color: var(--mtoclaro);
}
.u-Color-4-BG--bg {
  background-color: var(--mtoclaro);
}
.u-Color-4-BG--fill {
  fill: var(--mtoclaro);
}
.u-Color-4-BG--br {
  stroke: var(--mtoclaro);
  border-color: var(--mtoclaro);
}
.u-Color-4-FG--txt {
  color: #ffffff;
}
.u-Color-4-FG--bg {
  background-color: #ffffff;
}
.u-Color-4-FG--fill {
  fill: #ffffff;
}
.u-Color-4-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-5-BG--txt {
  color: #8e8e93;
}
.u-Color-5-BG--bg {
  background-color: #8e8e93;
}
.u-Color-5-BG--fill {
  fill: #8e8e93;
}
.u-Color-5-BG--br {
  stroke: #8e8e93;
  border-color: #8e8e93;
}
.u-Color-5-FG--txt {
  color: #ffffff;
}
.u-Color-5-FG--bg {
  background-color: #ffffff;
}
.u-Color-5-FG--fill {
  fill: #ffffff;
}
.u-Color-5-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-6-BG--txt {
  color: #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: #ffffff;
}
.u-Color-6-FG--bg {
  background-color: #ffffff;
}
.u-Color-6-FG--fill {
  fill: #ffffff;
}
.u-Color-6-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-7-BG--txt {
  color: #ffcc00;
}
.u-Color-7-BG--bg {
  background-color: #ffcc00;
}
.u-Color-7-BG--fill {
  fill: #ffcc00;
}
.u-Color-7-BG--br {
  stroke: #ffcc00;
  border-color: #ffcc00;
}
.u-Color-7-FG--txt {
  color: #000000;
}
.u-Color-7-FG--bg {
  background-color: #000000;
}
.u-Color-7-FG--fill {
  fill: #000000;
}
.u-Color-7-FG--br {
  stroke: #000000;
  border-color: #000000;
}
.u-Color-8-BG--txt {
  color: #5ac8fa;
}
.u-Color-8-BG--bg {
  background-color: #5ac8fa;
}
.u-Color-8-BG--fill {
  fill: #5ac8fa;
}
.u-Color-8-BG--br {
  stroke: #5ac8fa;
  border-color: #5ac8fa;
}
.u-Color-8-FG--txt {
  color: #023952;
}
.u-Color-8-FG--bg {
  background-color: #023952;
}
.u-Color-8-FG--fill {
  fill: #023952;
}
.u-Color-8-FG--br {
  stroke: #023952;
  border-color: #023952;
}
.u-Color-9-BG--txt {
  color: #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: #ffffff;
}
.u-Color-9-FG--bg {
  background-color: #ffffff;
}
.u-Color-9-FG--fill {
  fill: #ffffff;
}
.u-Color-9-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-10-BG--txt {
  color: #5856d6;
}
.u-Color-10-BG--bg {
  background-color: #5856d6;
}
.u-Color-10-BG--fill {
  fill: #5856d6;
}
.u-Color-10-BG--br {
  stroke: #5856d6;
  border-color: #5856d6;
}
.u-Color-10-FG--txt {
  color: #ffffff;
}
.u-Color-10-FG--bg {
  background-color: #ffffff;
}
.u-Color-10-FG--fill {
  fill: #ffffff;
}
.u-Color-10-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-11-BG--txt {
  color: #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: #ffffff;
}
.u-Color-11-FG--bg {
  background-color: #ffffff;
}
.u-Color-11-FG--fill {
  fill: #ffffff;
}
.u-Color-11-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-12-BG--txt {
  color: #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: #ffffff;
}
.u-Color-12-FG--bg {
  background-color: #ffffff;
}
.u-Color-12-FG--fill {
  fill: #ffffff;
}
.u-Color-12-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-13-BG--txt {
  color: #cc7700;
}
.u-Color-13-BG--bg {
  background-color: #cc7700;
}
.u-Color-13-BG--fill {
  fill: #cc7700;
}
.u-Color-13-BG--br {
  stroke: #cc7700;
  border-color: #cc7700;
}
.u-Color-13-FG--txt {
  color: #ffffff;
}
.u-Color-13-FG--bg {
  background-color: #ffffff;
}
.u-Color-13-FG--fill {
  fill: #ffffff;
}
.u-Color-13-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-14-BG--txt {
  color: var(--claro);
}
.u-Color-14-BG--bg {
  background-color: var(--claro);
}
.u-Color-14-BG--fill {
  fill: var(--claro);
}
.u-Color-14-BG--br {
  stroke: var(--claro);
  border-color: var(--claro);
}
.u-Color-14-FG--txt {
  color: #ffffff;
}
.u-Color-14-FG--bg {
  background-color: #ffffff;
}
.u-Color-14-FG--fill {
  fill: #ffffff;
}
.u-Color-14-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-15-BG--txt {
  color: #74747a;
}
.u-Color-15-BG--bg {
  background-color: #74747a;
}
.u-Color-15-BG--fill {
  fill: #74747a;
}
.u-Color-15-BG--br {
  stroke: #74747a;
  border-color: #74747a;
}
.u-Color-15-FG--txt {
  color: #ffffff;
}
.u-Color-15-FG--bg {
  background-color: #ffffff;
}
.u-Color-15-FG--fill {
  fill: #ffffff;
}
.u-Color-15-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-16-BG--txt {
  color: #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: #ffffff;
}
.u-Color-16-FG--bg {
  background-color: #ffffff;
}
.u-Color-16-FG--fill {
  fill: #ffffff;
}
.u-Color-16-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-17-BG--txt {
  color: #cca300;
}
.u-Color-17-BG--bg {
  background-color: #cca300;
}
.u-Color-17-BG--fill {
  fill: #cca300;
}
.u-Color-17-BG--br {
  stroke: #cca300;
  border-color: #cca300;
}
.u-Color-17-FG--txt {
  color: #1a1a1a;
}
.u-Color-17-FG--bg {
  background-color: #1a1a1a;
}
.u-Color-17-FG--fill {
  fill: #1a1a1a;
}
.u-Color-17-FG--br {
  stroke: #1a1a1a;
  border-color: #1a1a1a;
}
.u-Color-18-BG--txt {
  color: #28b7f9;
}
.u-Color-18-BG--bg {
  background-color: #28b7f9;
}
.u-Color-18-BG--fill {
  fill: #28b7f9;
}
.u-Color-18-BG--br {
  stroke: #28b7f9;
  border-color: #28b7f9;
}
.u-Color-18-FG--txt {
  color: #045c84;
}
.u-Color-18-FG--bg {
  background-color: #045c84;
}
.u-Color-18-FG--fill {
  fill: #045c84;
}
.u-Color-18-FG--br {
  stroke: #045c84;
  border-color: #045c84;
}
.u-Color-19-BG--txt {
  color: #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: #ffffff;
}
.u-Color-19-FG--bg {
  background-color: #ffffff;
}
.u-Color-19-FG--fill {
  fill: #ffffff;
}
.u-Color-19-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-20-BG--txt {
  color: #3331c8;
}
.u-Color-20-BG--bg {
  background-color: #3331c8;
}
.u-Color-20-BG--fill {
  fill: #3331c8;
}
.u-Color-20-BG--br {
  stroke: #3331c8;
  border-color: #3331c8;
}
.u-Color-20-FG--txt {
  color: #ffffff;
}
.u-Color-20-FG--bg {
  background-color: #ffffff;
}
.u-Color-20-FG--fill {
  fill: #ffffff;
}
.u-Color-20-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-21-BG--txt {
  color: #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: #ffffff;
}
.u-Color-21-FG--bg {
  background-color: #ffffff;
}
.u-Color-21-FG--fill {
  fill: #ffffff;
}
.u-Color-21-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-22-BG--txt {
  color: #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: #ffffff;
}
.u-Color-22-FG--bg {
  background-color: #ffffff;
}
.u-Color-22-FG--fill {
  fill: #ffffff;
}
.u-Color-22-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-23-BG--txt {
  color: #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: #ffffff;
}
.u-Color-23-FG--bg {
  background-color: #ffffff;
}
.u-Color-23-FG--fill {
  fill: #ffffff;
}
.u-Color-23-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-24-BG--txt {
  color: #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: #ffffff;
}
.u-Color-24-FG--bg {
  background-color: #ffffff;
}
.u-Color-24-FG--fill {
  fill: #ffffff;
}
.u-Color-24-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-25-BG--txt {
  color: #c2c2c5;
}
.u-Color-25-BG--bg {
  background-color: #c2c2c5;
}
.u-Color-25-BG--fill {
  fill: #c2c2c5;
}
.u-Color-25-BG--br {
  stroke: #c2c2c5;
  border-color: #c2c2c5;
}
.u-Color-25-FG--txt {
  color: #ffffff;
}
.u-Color-25-FG--bg {
  background-color: #ffffff;
}
.u-Color-25-FG--fill {
  fill: #ffffff;
}
.u-Color-25-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-26-BG--txt {
  color: #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: #ffffff;
}
.u-Color-26-FG--bg {
  background-color: #ffffff;
}
.u-Color-26-FG--fill {
  fill: #ffffff;
}
.u-Color-26-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-27-BG--txt {
  color: #ffe066;
}
.u-Color-27-BG--bg {
  background-color: #ffe066;
}
.u-Color-27-BG--fill {
  fill: #ffe066;
}
.u-Color-27-BG--br {
  stroke: #ffe066;
  border-color: #ffe066;
}
.u-Color-27-FG--txt {
  color: #333333;
}
.u-Color-27-FG--bg {
  background-color: #333333;
}
.u-Color-27-FG--fill {
  fill: #333333;
}
.u-Color-27-FG--br {
  stroke: #333333;
  border-color: #333333;
}
.u-Color-28-BG--txt {
  color: #bde9fd;
}
.u-Color-28-BG--bg {
  background-color: #bde9fd;
}
.u-Color-28-BG--fill {
  fill: #bde9fd;
}
.u-Color-28-BG--br {
  stroke: #bde9fd;
  border-color: #bde9fd;
}
.u-Color-28-FG--txt {
  color: #057eb6;
}
.u-Color-28-FG--bg {
  background-color: #057eb6;
}
.u-Color-28-FG--fill {
  fill: #057eb6;
}
.u-Color-28-FG--br {
  stroke: #057eb6;
  border-color: #057eb6;
}
.u-Color-29-BG--txt {
  color: #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: #ffffff;
}
.u-Color-29-FG--bg {
  background-color: #ffffff;
}
.u-Color-29-FG--fill {
  fill: #ffffff;
}
.u-Color-29-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-Color-30-BG--txt {
  color: #a9a8ea;
}
.u-Color-30-BG--bg {
  background-color: #a9a8ea;
}
.u-Color-30-BG--fill {
  fill: #a9a8ea;
}
.u-Color-30-BG--br {
  stroke: #a9a8ea;
  border-color: #a9a8ea;
}
.u-Color-30-FG--txt {
  color: #ffffff;
}
.u-Color-30-FG--bg {
  background-color: #ffffff;
}
.u-Color-30-FG--fill {
  fill: #ffffff;
}
.u-Color-30-FG--br {
  stroke: #ffffff;
  border-color: #ffffff;
}
.u-focused {
  box-shadow: 0 0 0 1px #ff2d55, 0 0 1px 0px rgba(255, 45, 85, 0.5) !important;
  outline: none;
}