/* Novas alterações INICIO */

.url-default{
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

#conteudo.conteudo-funil .center {
    width: 100% !important;
}

/* TOOLTIP OFENCORES COM PARECER PENDENTE*/

.centerLoading {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* TODO: Remover */
.circleParecer {
    background-color: orangered;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    bottom: 57%;
    right: -22%;
    transition: opacity 0.3s;
}


/* TODO: Remover sequência de CSS*/
.tooltipP {
    position: relative;
    display: inline-block;
}

.tooltipP .tooltipPtext {
    visibility: hidden;
    width: 120px;
    background-color: #800000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltipP .tooltipPtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipP:hover .tooltipPtext {
    visibility: visible;
    opacity: 1;
}



/* TOOLTIP OFENCORES COM PARECER PENDENTE*/


/******** BOTAO CAMPANHAS DASHBOARD ********/


/* TODO: Remover sequência de CSS*/
.title__floater .bt-campanha-home {
    display: block;
    margin: 18px 2px 0 0;
    padding-left: 23px;
    padding-right: 23px;
    height: 41px;
    color: #FFF;
    font-weight: normal;
    font-size: 13px;
    border-radius: 2px;
    text-decoration: none !important;
    border: none;
    margin: 0 5px;
}

.title__floater .bt-campanha-home img {
    float: left;
    margin: 12px 9px 0 0;
}

.title__floater .bt-campanha-home span {
    float: left;
    margin-top: 10px;
}

/*******************************************/

/************* LISTA CAMPANHAS *************/



/*TODO: Migrar para o campanha-lista.component */
.campanha-lista .padding-geral {
    padding: 0 10px
}

.campanha-lista .box-container {
    padding-bottom: 10px
}

.grid-item--width2 {
    width: 400px;
}


.grid {
    margin: 0 auto;
}

.campanha-item {}

.campanha-item .inner {
    border: 1px solid #e5e5e5;
    margin: 10px;
}

.campanha-item .img {
    position: relative;
    padding-bottom: 45%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.campanha-item .info {
    font-size: 14px;
    padding: 13px 0 18px
}

.campanha-item .info>* {
    margin: 0 18px
}

.campanha-item .info h3 {
    font-weight: bold;
    color: #5a0a00;
    margin-bottom: 5px;
}

.campanha-item .info>p {
    line-height: 120%;
    margin-bottom: 11px;
}


/* TODO: Remover sequência de CSS.
 * Motivo: Não há ".info-ico" na aplicação.
 */
.campanha-item .info-ico {
    background-color: #f4f4f4;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-bottom: 17px;
}

.campanha-item .info-ico>div {
    padding: 5px 9px 4px;
}

.campanha-item .info-ico div p {
    margin-top: 1px;
    float: left;
    font-size: 13px
}

.campanha-item .info-ico div span {
    width: 16px;
    height: 18px;
    margin-right: 7px;
    display: inline-block;
    float: left;
}

.campanha-item .info-ico .date {
    border-right: 1px solid #cccccc;
    margin-right: 65px
}

.campanha-item .info-ico .date p {}

.campanha-item .info-ico .date span {
    background-image: url(../img/campanha-ico-date.png)
}

.campanha-item .info-ico .counter {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    width: 65px;
}

.campanha-item .info-ico .counter div.float-center {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.campanha-item .info-ico .counter div.float-center>div {
    position: relative;
    left: 50%;
}

.campanha-item .info-ico .counter span {
    background-image: url(../img/campanha-ico-ideia.png);
    margin-right: 2px
}



.campanha-item .bts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*******************************************/

/************ DETALHE CAMPANHA *************/

/*TODO: Migrar para o campanha-detalhe.component */
.campanha-detalhe .padding-geral {
    padding: 0 6px
}

.campanha-detalhe .box-estrutura>.inner {
    padding: 0 10px
}

.campanha-detalhe .title-campanha {
    position: relative;
    margin: 11px 0 20px;
}

.campanha-detalhe .title-campanha h2 {
    font-size: 22px;
    line-height: 23px;
}

.campanha-detalhe .title-campanha .counter {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    cursor: pointer;
}

.campanha-detalhe .title-campanha .counter span {
    background-image: url(../img/campanha-detalhe-ico-ideia.png);
    margin-right: 5px;
    display: block;
    width: 16px;
    height: 18px;
    float: right;
}

.campanha-detalhe .title-campanha .counter .n-ideias {
    float: right;
    font-weight: 400;
    position: relative;
}

.campanha-detalhe .title-campanha .counter .n-ideias div {
    position: absolute;
    top: 26px;
    right: 0;
    font-weight: 300;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    width: 177px;
    font-size: 13px;
    padding-bottom: 2px;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}

.campanha-detalhe .title-campanha .counter .n-ideias div:after,
.campanha-detalhe .title-campanha .counter .n-ideias div:before {
    content: '';
    display: block;
    position: absolute;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
}

.campanha-detalhe .title-campanha .counter .n-ideias div:after {
    top: -14px;
    border-color: transparent transparent #f4f4f4 transparent;
    border-width: 8px;
}

.campanha-detalhe .title-campanha .counter .n-ideias div:before {
    top: -16px;
    border-color: transparent transparent #cccccc transparent;
    border-width: 8px;
}

.campanha-detalhe .title-campanha .counter:hover .n-ideias div {
    display: block;
}

.campanha-detalhe .box-main .img-campanha-detalhe {
    position: relative;
    padding-bottom: 46.3%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.campanha-detalhe .box-main h3 {
    margin: 20px 0 10px
}

.campanha-detalhe .box-main .resumo {
    line-height: 110%
}

.campanha-detalhe .box-main .resumo p {
    margin-bottom: 8px
}

.campanha-detalhe .box-main .rich-content {
    /*background-color: #f6f6f6;*/
    margin-top: 20px
}

.campanha-detalhe .box-main .rich-content>.inner {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 125%
}

.campanha-detalhe .box-main .rich-content h4 {
    text-align: center;
    margin: 3px 0 7px;
}

.campanha-detalhe .box-main .rich-content p {
    margin-bottom: 8px
}

.campanha-detalhe .box-main .rich-content .content-full {
    width: 100%;
    margin: 20px 0
}

.campanha-detalhe .box-main .rich-content .content-full img {
    width: 100%
}

.campanha-detalhe .box-main .rich-content .content-half {
    width: 50%;
    float: left;
}

.campanha-detalhe .box-main .rich-content .content-half>.inner {
    padding: 10px
}

.campanha-detalhe .box-main .rich-content .content-half.content-left>.inner {
    padding-left: 0px
}

.campanha-detalhe .box-main .rich-content .content-half.content-right>.inner {
    padding-right: 0px
}

.campanha-detalhe .box-main .rich-content .content-half img {
    width: 100%
}

.campanha-detalhe .box-main .rich-content .content-video {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
}

.campanha-detalhe .box-main .rich-content .content-video iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

.campanha-detalhe .box-sider .box-info-campanha {
    padding-bottom: 3px
}

.campanha-detalhe .box-sider .box-info-campanha table {
    width: 100%
}

.campanha-detalhe .box-sider .box-info-campanha table tr td {
    border-bottom: 1px #CCC solid;
    text-align: center;
    padding: 5px 10px;
    height: 59px;
    vertical-align: middle;
}

.campanha-detalhe .box-sider .box-info-campanha table tr td.ico {
    border-right: 1px solid #CCC;
    width: 65px;
}

.campanha-detalhe .box-sider .box-info-campanha table tr td.ico span {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 23px;
    background-image: url(../img/campanha-detalhe-ico-date.png);
}

.campanha-detalhe .box-sider .box-info-campanha table tr td p {
    font-size: 15px
}

.campanha-detalhe .box-sider .box-info-campanha .bts {
    padding: 20px 20px 0
}

.campanha-detalhe .box-sider .box-info-campanha .bts a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin: 0 0 17px;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
}

.campanha-detalhe .box-sider .box-anexos .inner {
    padding: 10px 20px 12px
}

.campanha-detalhe .box-sider .box-anexos .inner ul li {
    margin-bottom: 8px
}

.campanha-detalhe .box-sider .box-anexos .inner ul li a {
    position: relative;
    text-decoration: none;
}

.campanha-detalhe .box-sider .box-anexos .inner ul li a strong {
    position: absolute;
    top: 3px;
    left: 0px;
    display: block;
    width: 14px;
    height: 13px;
    background-image: url(../img/ico-anexo.png)
}

.campanha-detalhe .box-sider .box-anexos .inner ul li a span {
    padding: 0 0 0 22px;
    display: block;
}

.campanha-detalhe .box-sider .ranking {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}

.campanha-detalhe .box-sider .ranking .circle-points {
    margin-top: 9px
}


/*******************************************/

/* Novas alterações FIM */

.clear {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    padding: 0px !important;
    height: 0px !important;
    width: 0px !important;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

img {
    display: block;
}

input,
textarea {
    color: #6F6E72;
    /* #999999 */
}

select {
    color: #999999;
}

.oldBrowser {
    display: none !important;
}

.center {
    margin: 0 100px;
    text-align: left;
}

body {
  font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #6F6E72;
  font-weight: 400;
  /*background: url(img/img/bg-footer.png) repeat-x 0 bottom;*/
}

#body-background {
  background: #f7f6f6;
}

/* Rodapé fixo */

html,
body {
    height: 100%;
}

#geral {
    min-height: 100%;
    position: relative;
    background: url('../img/bg.png') repeat;
}

#geral .header {
    position: relative;
}

* html #geral {
    height: 100%;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#conteudo {
  position: relative;
  /* background: url(../img/bg-conteudo.png) repeat-x; */
  background:none!important;
}

.f-right {
    float: right;
}

.f-left {
    float: left;
}

.color-1 {
    color: #5a0a00;
}

.color-1-feedback:hover {
    color: #5a0a00;
}

.color-1-hover:hover {
    color: var(--cor-primaria);
}

.bg-color-1 {
    background-color: #5a0a00;
}

.bg-color-1-feedback:hover {
    background-color: var(--cor-primaria) !important;
    color: #FFF !important;
}

.bg-color-1-hover:hover {
    background-color: #9c1707;
}

.bg-color-1-clicked {
    background-color: #9c1707 !important;
    transition: 1s;
}

.border-color-1 {
    border-color: #5a0a00;
}

textarea,
input[type='text'],
input[type='number'],
input[type='password'],
select {
    border: 0;
    background: transparent;
}

input[type='submit'] {
    border: 0;
}

a,
input[type='button'] {
    cursor: pointer !important;
}

.ui-widget {
    font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
}

.inner-center {
    padding: 0 10px;
}

.padding-geral {
    padding: 0 17px;
}

.spt {
    background: url("../img/sprite.png") no-repeat 0 0;
    display: block;
}

.spt-login {
    width: 64px;
    height: 64px;
    background-position: 0px 0px;
    margin: 0 auto;
}

.spt-logo-login {
    width: 136px;
    height: 16px;
    background-position: -358px 0px;
    margin: 0 auto;
}

.spt-bt-delete {
    width: 17px;
    height: 17px;
    background-position: 0px -64px;
}

.spt-bt-delete:hover {
    background-position: 0px -81px;
}

.spt-anexo {
    width: 5px;
    height: 12px;
    background-position: -21px -64px;
}

.spt-indicador-busca {
    width: 23px;
    height: 13px;
    background-position: -67px -17px;
}

.spt-logo-interrogacao {
    width: 20px;
    height: 21px;
    background-position: -48px -170px;
}

#footer>div {
    margin-bottom: 15px;
}

.padding-login {
    padding: 10px;
}

form .input {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

form .input span {
    padding: 8px 15px;
    background-color: #f7f7f7;
    display: block;
}

form .input span input {
    width: 100%;
}

.bt {
    height: 38px;
    background-color: var(--fundo);
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    border-radius: 3px;
    font-weight: 500;
}

.align {
    padding-top: 30px;
}

.wrapper-geral {
    border-radius: 4px;
    box-shadow:
        0 4.8px 4.2px rgb(0 0 0 / 3%),
        4.8px 0 4.2px rgb(0 0 0 / 3%),
        0 -4.8px 4.2px rgb(0 0 0 / 3%),
        -4.8px 0 4.2px rgb(0 0 0 / 3%)
;
    min-height: 300px;
    background-color: #ffffff;
}

#wrapper-geral .titulo {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.titulo h1 {
    font: 400 32px/36px "Nunito", "Segoe UI", sans-serif;
    color: #6f6e72;
    float: left;
    margin: 24px 0;
}

.titulo h1 strong {
    font-weight: 600;
}

#wrapper-geral .titulo table.identificacao {
    float: right;
}

#wrapper-geral .titulo table.identificacao tr td {
    height: 82px;
    vertical-align: middle;
}

#wrapper-geral .titulo table.identificacao p {
    font-size: 11px;
    line-height: 15px;
    text-align: right;
    text-transform: uppercase;
}

#wrapper-geral .titulo .title-bts {
    float: right;
    margin: 23px 0 23px 0;
}

#wrapper-geral .titulo .title-bts a {
    color: #6F6E72;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    float: left;
}

#wrapper-geral .titulo .title-bts a.bt-novo {
    margin-top: 2px;
}

#wrapper-geral .titulo .title-bts a.bt-busca.ativo {
    color: #5a0a00;
}

#wrapper-geral .titulo .padding-geral #select-central-pessoas {
    width: 10%;
    float: right;
}


/* TODO: Remover sequência de CSS.
 * Motivo: Não há ".bts-centrais" na aplicação.
 */
.bts-centrais {
    margin-left: 20px;
    padding-top: 25px;
}

.bts-centrais a {
    float: left;
    margin-right: 40px;
    position: relative;
}

.bts-centrais a span {
    float: left;
    font-weight: 700;
    color: #FFF;
    line-height: 15px;
    font-size: 13px;
}

.bts-centrais a:hover span {
    color: #ffd706;
}

.bts-centrais a span.txt {
    margin: 7px 0 0 10px;
}



.with-bts-centrais {
    margin-top: -4px;
}

#conteudo.with-bts-centrais {
    /* background-image: url("../img/bg-conteudo-with-centrais.png"); */
    background-image: none !important;
    background: none !important;
}

#conteudo.with-bts-centrais .align {
    padding-top: 16px;
}

/*****************************************************/
/******************* FORM ELEMENTS *******************/

.alert {
    display: block;
    width: 17px;
    height: 17px;
    background-color: #FFFFFF;
    border-radius: 100%;
    position: relative;
}

.alert i {
    border-radius: 100%;
    background-color: #b10000;
    font-size: 9px;
    color: #FFF;
    font-weight: bold;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    line-height: 15px;
    text-align: center;
}

/*****************************************************/
/******************* FORM ELEMENTS *******************/

.actions {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding: 20px 15px 5px !important;
}

.bt-normal, .bt-small, .bt-border {
    color: #FFF;
    font: 600 14px/20px 'Nunito Sans', 'Segoe UI', sans-serif;
    border-radius: 4px;
    padding: 8px 16px;
    background-color: var(--cor-primaria);
    text-decoration: none !important;
    border: none;
    margin: 0 5px;
    transition: 0.3s background-color;
}

.bt-border {
    background-color: #FFF;
    border: 1px solid;
    transition: 0.3s background-color;
    color: var(--cor-primaria);
}

.bt-small {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 12px;
    height: 16px;
}

.bt-normal:hover, .bt-small:hover {
    background-color: var(--cor-hover-btn);
}

.bt-border:hover{
    background-color: var(--cor-hover-border);
}

.box-container {
    padding: 12px 0px 59px;
}

.box-container .content>div {
    padding: 0 10px;
}

.box-container__border {
    padding-top: 30px;
    border-bottom: 1px solid #5a0a00;
}

.field .inner {
    padding: 0 10px;
    margin-bottom: 16px;
}

.field .inner label {
    font: 700 13px/20px 'Nunito Sans';
    text-transform: uppercase;
    color: #6f6e72;
}

.field .inner>span {
    display: block;
    margin: 0 0 0 5px;
    line-height: 14px;
    font-size: 11px;
    color: #999;
}

.field .inner p {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin: 5px 0 0;
    padding: 4px 6px 5px;
    position: relative;
}

.field .inner p input {
    font-size: 14px;
    color: #6F6E72;
    width: 100%;
}

.field .inner p textarea {
    font-size: 14px;
    color: #6F6E72;
    width: 100%;
    resize: none;
}

.field .inner p textarea.rows-2 {
    height: 40px;
}

.field .inner p textarea.rows-3 {
    height: 60px;
}

.field .inner p textarea.rows-4 {
    height: 80px;
}

.field .inner p textarea.rows-5 {
    height: 100px;
}

.field .inner p.select {
    border: 0px !important;
    padding: 0px;
}

.select .inner p {
    padding: 0;
    border: none;
}

.ui-widget,
.ui-widget button {
    font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
}


/*TODO: Remover APÓS migrar componentes de js-select e dropdown.
 * Ambos usam o JQuery e JqueryUI
 */
.ui-selectmenu-button.ui-button {
    width: 100%;
    padding: 5px 0;
    border-radius: 2px;
    background-color: #FFF;
    border-color: #e5e5e5;
    box-sizing: border-box;
}

.ui-selectmenu-button.ui-button:hover {
    border-color: #cccccc;
}

.ui-selectmenu-button.ui-button .ui-selectmenu-text {
    font-size: 14px;
    color: #6F6E72;
    font-weight: 300;
    padding: 0 11px 2px;
}

.ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
    margin-top: 2px;
    margin-right: 5px;
}

.ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
    background: none !important;
    color: #6F6E72;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    padding: 0 12px 2px;
    font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
    /* background-image: url(/assets/css/images/ui-icons_777777_256x240.png); */
}

.ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon:before{
    float: right;
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    vertical-align: text-top;
    width: 10px;
    top: 0;
    transform: rotate( 135deg );
}

.ui-selectmenu-menu .ui-menu {
    border-color: #e5e5e5;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    font-size: 14px;
    font-weight: 300;
    color: #6F6E72;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 300;
    color: #6F6E72;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-state-active {
    font-size: 14px;
    font-weight: 300;
    background-color: #5a0a00;
    border: none;
    padding: 3px 8px;
}

.ui-selectmenu-open,.ngx-dropdown-container .ngx-dropdown-list-container{z-index: 1200 !important;}



.ui-widget.ui-widget-content {
    border-color: #e5e5e5;
}

.ui-autocomplete {
    border: 1px solid #e5e5e5;
    background-color: #FFF;
    margin-top: 15px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    font-size: 14px;
    padding: 5px 10px;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background-color: #f2f2f2;
    color: #6F6E72;
    border-color: #e5e5e5;
    font-weight: 300;
}

table .ui-selectmenu-button.ui-button {
    padding: 3px 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table .ui-selectmenu-icon {
    background: #5a0a00;
    margin-top: -3px !important;
    height: 25px;
    margin-bottom: -7px;
    background-repeat: no-repeat;
    margin-right: 0px !important;
    border-radius: 0px 2px 2px 0px;
    width: 27px;
    background-image: url(../img/icon-chevron-down.png) !important;
    background-position: center;
}

.select .ui-selectmenu-button.ui-button {
    padding: 5px 0px !important;
}

input.center {
    text-align: center;
    margin: 0;
}

.field.readonly .inner p {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.field.repeat-list .inner p {
    padding-right: 29px;
    margin-bottom: 3px;
}

.field.repeat-list .inner p .spt-bt-delete {
    position: absolute;
    right: 6px;
    top: 6px;
}

.field.repeat-list .inner p.no-bt {
    padding-right: 11px;
}

.field.repeat-list .inner p.no-bt .spt-bt-delete {
    display: none;
}

.field.repeat-list .inner p.input-empty {
    background-color: #f7f7f7;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}

.field.repeat-list .inner p.file {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    padding-left: 23px;
}

.field.repeat-list .inner p.file .spt-anexo {
    position: absolute;
    left: 10px;
    top: 8px;
}

.field.repeat-list .inner p.file a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}


/* TODO: Substituir por tabs do Design System.
 */
.box-abas {
    margin-top: 20px;
}

.box-abas .lista-abas {
    background-color: #f4f4f4;
    padding-top: 15px;
}

.box-abas .lista-abas ul {
    border-bottom: 1px solid #e5e5e5;
}

.box-abas .lista-abas ul li {
    float: left;
    margin-left: 15px;
    position: relative;
}

.box-abas .lista-abas ul li>.btAba {
    font-size: 18px;
    line-height: 24px;
    padding: 12px 11px 11px 11px;
    display: block;
    text-decoration: none;
    margin-bottom: -1px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--fundo);
}

.box-abas .lista-abas ul li>.btAba:hover {
    background-color: #FFF;
}

.box-abas .lista-abas ul li.ativo {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background-color: #ffffff;
    margin-bottom: 0px;
}

.box-abas .lista-abas ul li.ativo>.btAba {}

.box-abas .lista-abas ul li hr {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    display: none;
    position: absolute;
    bottom: -1px;
    border: 0;
    left: 0;
}

.box-abas .lista-abas ul li.ativo hr {
    display: block;
}


/* TODO: Remover sequência após substituir por aevo-group-section */
.group {
    padding: 0px 10px 0;
    margin: 20px 0;
}

.group .group-title {}

.group .group-title h2 {
    float: left;
    font: 700 18px/24px 'Nunito Sans';
    margin-left: 10px;
    color: var(--fundo);
}

.group .group-title h3 {
    float: left;
    border-radius: 100%;
    color: #FFF;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    background-color: var(--cor-primaria);
}

.group .group-content {
    border-left: 1px solid;
    margin: 6px 0 0 12px;
    padding: 15px 0 0 22px;
}

.group .group-content>.empty {
    background-color: #f4f4f4;
    text-align: center;
    padding: 20px;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 15px;
}

.group .group-content .bt-normal.last {
    margin-right: 0px;
}


/* TODO: Substituir por código nativo em fluxo-aprovacao-configuracao.component */
.avancado {
    color: var(--fundo);
    font-size: 80%;
    cursor: pointer;
}

.avancado:hover {
    text-decoration: underline;
}


/* TODO: Remover após substituir por tabela do design-system */
table.list-itens {
    width: 100%;
    margin-bottom: 15px;
}

table.list-itens tr th {
    font: 700 16px 'Nunito Sans', 'Segoe UI', sans-serif;
    text-align: center;
    padding: 8px 8px;
    vertical-align: middle;
}

table.list-itens tr th.id {
    width: 5%;
}

table.list-itens tr th.ideia-titulo {
    width: 15% ;
}

table.list-itens tr th.campanha-titulo {
    width: 20% ;
}

table.list-itens tr th.left {
    text-align: left;
}

table.list-itens tr th.actions-list {
    width: 90px;
}

table.list-itens tr th.col-checkbox {
    width: 40px;
    padding: 0;
}

table.list-itens tr td {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    font: 400 16px/22px 'Nunito Sans', 'Segoe UI', sans-serif;
    padding: 10px 8px;
    vertical-align: middle;
}

table.list-itens tr.no-border td {
    border-bottom: none;
    border-top: none;
}

table.list-itens tr td.center {
    text-align: center;
    margin: 0;
}

table.list-itens tr td.input {
    text-align: center;
}

table.list-itens tr td.input p {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 4px 11px 5px;
    position: relative;
}

table.list-itens tr td.input p input {
    font-size: 14px;
    color: #6F6E72;
    width: 100%;
}

table.list-itens tr td.input.readonly p {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

table.list-itens tr td.actions-list {
    text-align: center;
}

table.list-itens tr td.actions-list a {
    font-size: 18px;
    display: inline-block;
    margin: 0 5px;
    width: 18px;
    text-align: center;
}

table.list-itens tr td.actions-list a.view {
    font-size: 17px;
}

table.list-itens tr td.input.center {
    text-align: center;
    margin: 0;
}

table.list-itens tr td.input.center p {
    display: inline-block;
}

table.list-itens tr td.input.w80p p {
    width: 80%;
}

table.list-itens tr td.input.w40p p {
    width: 40%;
}

.tb-border-left {
    border-left: 1px solid #e5e5e5;
}

.tb-border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.tb-border-top {
    border-top: 1px solid #e5e5e5;
}

.tb-border-right {
    border-right: 1px solid #e5e5e5;
}

.label:not(aevo-table-view .label) {
    font-size: 9px;
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    padding: 2px 5px;
    line-height: 11px;
    background-color: #ccc;
    border-radius: 2px;
    text-transform: uppercase;
}

.label.green:not(aevo-table-view .label) {
    background-color: #5e993b;
}

.label.yellow:not(aevo-table-view .label) {
    background-color: #ffd200;
}

.label.red:not(aevo-table-view .label) {
    background-color: #b10000;
}

.label.blue:not(aevo-table-view .label) {
    background-color: #3b5999;
}

.label.theme:not(aevo-table-view .label) {
    background-color: #800000;
}

.label.wine:not(aevo-table-view .label) {
    background-color: #8e2d21;
}

.label.dark-green:not(aevo-table-view .label) {
    background-color: #007645;
}

.label.blondi-blue:not(aevo-table-view .label) {
    background-color: #01acb2;
}


/*TODO: Remover após migrar pelo uso de dialogs do Design System.*/
.form-overlay {
    background-color: #FFF;
    border-radius: 6px;
    width: 80% !important;
}

.form-overlay .title {
    padding: 17px 21px 16px;
}

.form-overlay .title h3 {
    float: left;
    font-size: 14px;
}

.form-overlay .title a {
    float: right;
    font-size: 20px;
}

.form-overlay .content {
    padding-bottom: 13px;
}

.form-overlay .content .form {
    padding: 17px 10px 0px;
}

.form-overlay .content .actions.no-line {
    border-top: none;
    padding-top: 0px !important;
    margin-top: 4px;
}

.form-overlay .content .actions.with-line {
    margin: 10px 20px 0;
    padding: 15px 0 !important;
}


.checkbox-table {
    display: block;
    border: 1px solid #E5E5E5;
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    cursor: pointer;
}

.checkbox-table i {
    font-size: 18px;
    display: none;
    position: absolute;
    top: 2px;
    left: 2px;
    font-style: normal;
}

.checkbox-table.ativo i {
    display: block;
    font-style: normal;
}

.config-item {
    margin-top: 10px;
}

.config-item .config-body {
    border: 1px solid #E7E7E7;
    padding: 20px 10px;
}

.config-item .config-body .actions {
    margin-right: 10px;
    margin-left: 10px;
}


/*****************************************************/
/********************** LOADING **********************/

.overlay-loading {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    display: none;
}

.overlay-loading .bg {
    background-color: #F4F4F5 !important;
    width: 100%;
    height: 100%;
}

.overlay-loading p {
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    padding: 6px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -35px;
}

/*****************************************************/
/********************* PAGINAÇÃO *********************/



/*****************************************************/
/*********************** BUSCA ***********************/

.busca {
    background-color: #f4f4f4;
}

.busca>div {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 18px;
    position: relative;
}

.busca .spt-indicador-busca {
    position: absolute;
    right: 65px;
    top: -11px;
}

.busca .field .inner p {
    background-color: #FFF;
}

.busca .actions {
    border: none;
    padding: 3px 7px 0 !important;
    margin: 0;
}


/*****************************************************/
/****************** OVERLAY DETAILS ******************/

/*TODO: Remover após substituir pelo uso de dialogs do Design System e um popover.*/
.info-details {
    background-color: #FFF;
    border-radius: 6px;
    padding: 0 0 5px;
}

.info-details .title {
    border-bottom: 1px solid #e5e5e5;
    padding: 17px 25px;
}

.info-details .title h3 {
    float: left;
    font-weight: 300;
    font-size: 24px;
    margin-top: 3px;
}

.info-details .title h3 strong {
    font-weight: normal;
}

.info-details .title a {
    float: right;
    font-size: 25px;
}

.info-details .item {
    border-bottom: 1px solid #E5E5E5;
    margin: 0px 25px;
    padding: 10px 0px;
}

.info-details .item.last {
    border: none;
}

.info-details .item h3 {
    text-transform: uppercase;
    font-size: 14px;
}

.info-details .item p {
    font-size: 14px;
    line-height: 17px;
    margin: 2px 0 2px;
}

.info-details .item p strong {
    text-transform: uppercase;
}

.info-details .anexos a {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px;
    line-height: 20px;
}

.info-details .anexos a span {
    display: inline-block;
    margin: 0 5px 0 0;
}

#formPainel .actions {
    border-top: 0px !important;
}


/*****************************************************/
/********************* DASHBOARD *********************/

span.title {
    color: #5a0a00;
    font-size: 20px;
    margin-bottom: 14px;
    margin-top: 8px;
    display: block;
}

.with-button span.title {
    float: left;
}

.ranking {
    border-top: 1px solid #5a0a00;
    margin-top: 29px;
    padding-top: 9px;
}

.ranking ul.lista-ranking-itens {
    border-top: 1px solid #e5e5e5;
}

.ranking ul.lista-ranking-itens li {
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 19px 7px 0px;
}

.ranking ul.lista-ranking-itens li div {
    float: left;
}

.ranking ul.lista-ranking-itens li div a {
    text-decoration: none;
    color: inherit;
}

.ranking ul.lista-ranking-itens li div p {
    font-size: 14px;
    margin-top: 5px;
}

.ranking .circle-points {
    float: right;
    border-radius: 20px;
    background-color: #e5e5e5;
    min-width: 29px;
    height: 29px;
    margin-top: 4px;
}

.ranking .circle-points b {
    color: #6F6E72;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    display: block;
}

.circle-points.yellow {
    margin-right: 10px;
}

.circle-points.yellow b {
    border-radius: 20px;
    background-color: #ffd200;
}

.circle-points.dark-green b {
    color: #ffffff;
    border-radius: 20px;
    background-color: #007645;
}

.circle-points.dark-green {
    margin-right: 10px;
}

.circle-points.blondi-blue b {
    color: #ffffff;
    border-radius: 20px;
    background-color: #01acb2;
}

.circle-points.blondi-blue {
    margin-right: 10px;
}

.circle-points.wine {
    margin-right: 10px;
}

.circle-points.wine b {
    color: #ffffff;
    border-radius: 20px;
    background-color: #9e033d;
}

.lista-ranking .title {
    font-size: 18px;
}

.lista-ranking.lista-01 .inner-lista-ranking {
    padding-right: 10px;
}

.lista-ranking.lista-02 .inner-lista-ranking {
    padding: 0 10px;
}

.lista-ranking.lista-03 .inner-lista-ranking {
    padding-left: 10px;
}

.box-container__rankings {
    padding-top: 30px;
}

.central-pessoas .lista-ranking .tooltip {
    float: left;
    margin-left: 10px
}

.central-pessoas .lista-ranking .inner-lista-ranking>.bt-small {
    margin-top: 9px;
}

.central-pessoas .lista-ranking ul.lista-ranking-itens li {
    padding: 0px
}

.central-pessoas .lista-ranking ul.lista-ranking-itens li a {
    display: block;
    padding: 7px 19px 7px 0px
}

.central-pessoas .lista-ranking ul.lista-ranking-itens li div {
    margin-top: 2px
}

.central-pessoas .lista-ranking ul.lista-ranking-itens li div p {
    margin-top: 2px;
}


/*****************************************************/
/*************** RELATÓRIO HIERÁRQUICO ***************/
.linha.level-1 {}

.linha.level-2 .item {
    margin-left: 27px;
}

.linha.level-3 .item {
    margin-left: 54px;
}

.linha.level-4 .item {
    margin-left: 81px;
}

.linha.level-5 .item {
    margin-left: 108px;
}

/*****************************************************/
/***************** DASHBOARD PESSOAS *****************/

.central-pessoas .ranking {
    margin-top: 0px;
    padding-top: 9px;
    border-top: none;
}

.central-pessoas .ranking .box-container__title {
    padding-left: 6px;
    padding-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.box-container__rankings {
    padding-top: 13px;
}

.tooltip {
    float: right;
    position: relative;
    margin: 7px 6px 0 0;
}

.tooltip .feed {
    position: absolute;
    width: 120px;
    z-index: 12;
    display: block;
    top: 30px;
    left: 50%;
    margin-left: -61px;
    display: none;
}

.tooltip:hover .feed {
    display: block;
}

.tooltip .feed img {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
}

.tooltip .feed p {
    min-height: 17px;
    background-color: #5a0a00;
    color: #ffffff;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    padding: 6px 7px;
}

/*****************************************************/
/***************** DASHBOARD ganhos ******************/

.central-ganhos .ranking {
    margin-top: 0px;
    padding-top: 12px;
    border-top: none;
}

.central-ganhos .ranking ul li div p {
    margin: 2px 0 1px;
}

.central-ganhos .ranking .lista-ganhos .lista-ganhos__inner span.title {
    margin-top: 0px !important;
}

.central-ganhos .ranking .lista-ganhos .lista-ganhos__inner>a {
    margin-top: 9px;
}

.central-ganhos .ranking ul.lista-ranking-itens .lista-ganhos {
    margin-top: 9px;
}

.central-ganhos .ranking ul.lista-ranking-itens li {
    padding: 0px
}

.central-ganhos .ranking ul.lista-ranking-itens li a {
    padding: 5px 40px 6px 10px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    background: url(../img/bullet-ideia.png) no-repeat right;
}

.central-ganhos .ranking ul.lista-ranking-itens li a:hover {
    background-color: #f7e5e5
}

.central-ganhos .ranking ul.lista-ranking-itens li a p {
    line-height: 18px;
}

.central-ganhos .ranking ul.lista-ranking-itens li a p strong {
    font-size: 12px
}


/*TODO: Tudo com '.box-ganho__inner', mover para dashboard-ganhos.component.*/
.box-ganho .box-ganho__inner {
    background-color: #f4f4f4;
    border: 1px solid #5a0a00;
    border-radius: 2px;
}

.box-ganho .box-ganho__inner .box-ganho__title p {
    color: #ffffff;
    line-height: 37px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

.box-ganho .box-ganho__inner .box-ganho__valor {
    padding: 58px 0 48px;
}

.box-ganho .box-ganho__inner .box-ganho__valor p {
    font-size: 40px;
    text-align: center;
}

.box-ganho .box-ganho__inner .box-ganho__valor .obs {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
}

.box-ganho .box-1 .box-ganho__inner .box-ganho__periodo-valor .box-ganho__valor {
    background: url(../img/bg-ganho-total.png) no-repeat bottom right
}

.box-ganho .box-2 .box-ganho__inner .box-ganho__periodo-valor .box-ganho__valor {
    background: url(../img/bg-ganho-investimento.png) no-repeat bottom right
}

.box-ganho .box-ganho__conteudo .box-ganho__inner {
    margin-right: 10px;
}

.box-ganho__content.box-2 .box-ganho__inner {
    margin-left: 10px;
    margin-right: 0px;
}

.box-ganho__content.box-3 .box-ganho__inner {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}


.box-container .ranking .lista-ganhos .lista-ganhos__inner span.title {
    margin-top: 9px;
    padding-top: 7px;
}

.box-container .ranking .lista-ganhos .lista-ganhos__inner {
    margin-right: 10px;
}


/*TODO: Mover sequência abaixo para dashboard-ganhos.component.*/
.box-ganho-investimento {
    padding-top: 20px;
}

.box-ganho-inestimento__grafico {
    margin: 45px 10px 0;
}

.box-ganho__tabela {
    position: relative;
}

.box-ganho__tabela .tabela__inner {
    position: relative;
    overflow-x: auto;
}

.box-ganho__tabela .tabela__inner td.border-td {
    border: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.box-ganho__tabela .tabela__inner p.text-aling {
    text-align: center;
}

.box-ganho__tabela .tabela__inner th.padding-periodo {
    padding-bottom: 10px;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.box-ganho__tabela .tabela__inner p.margin-descricao {
    display: block;
    margin-top: 10px;
    margin-left: 38px;
    margin-right: 10px;
    white-space: nowrap;
}

.box-ganho__tabela .tabela__inner .padding-periodo p {
    font-size: 14px;
}

.box-ganho__tabela .tabela__inner th p {
    font-size: 14px;
}

.box-ganho__tabela .tabela__inner tr th p {
    font-size: 14px;
}

.box-ganho__tabela .fixed-col {
    position: absolute;
    overflow: hidden;
    width: 50px;
    z-index: 2
}

.box-ganho__tabela .fixed-col>div {
    background-color: #FFF
}

.box-ganho-investimento__content .box-ganho-investimento__inner .box-ganho__tabela {
    padding-top: 30px;
}

.box-ganho-inestimento__title span.title {
    float: left;
}

.box-ganho__tabela .tabela__inner table {
    width: 97%;
}

/*TODO: Remover*/
.box-right {
    float: right;
}

.dropdown-wrapper .btn-periodo span {
    color: #6F6E72;
    margin-left: 8px;
    margin-top: 2px;
}


/*TODO: Mover para o dashboard-ideias.component*/
.btn-group {
    position: relative;
}

.btn-group button {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    width: 33px;
    height: 28px;
}


.dropdown-wrapper {
    margin-top: 10px;
    margin-right: 15px;
}


/*TODO: Remover após substituir o componente datepicker (Jquery UI)*/
.ui-datepicker {
    width: 235px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 13px;
    text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0px;
}

.ui-datepicker th {
    font-size: 12px;
    color: #5a0a00;
}

.ui-datepicker td {
    padding: 0;
    border: 1px solid #e5e5e5;
}

.ui-datepicker td.ui-state-disabled {
    border: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
    padding: 2px 0px;
    text-align: center;
    display: block;
    border: none !important;
    font-size: 12px;
    color: #666;
}

.ui-datepicker .ui-state-highlight {
    background-color: #9c1707;
    color: #FFF;
}


.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background-color: var(--color-hover-border);
}

/*****************************************************/

.box-lateral-ideia {
    margin-top: 9px;
}

.box-lateral-ideia form {
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
}

.box-lateral-ideia form {
    padding: 8px 12px 8px 20px;
    margin-bottom: 21px;
}

.box-lateral-ideia form div {
    position: relative;
}

.box-lateral-ideia form span {
    display: block;
    /* padding-right: 30px; */
}

.box-lateral-ideia form span input {
    width: 100%;
    display: block;
    font-size: 14px;
}

.box-lateral-ideia form .bt-buscar {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/bt-buscar.png') no-repeat !important;
    width: 19px;
    height: 19px;
}

.box-lateral-ideia form .bt-buscar:hover {
    background-position: 0 -19px;
}


/*TODO: Mover para categorias.component*/
.box-lateral-ideia .lista-categoria {
    margin-top: 10px;
}

.box-lateral-ideia .lista-categoria .itens-categoria {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.box-lateral-ideia .lista-categoria strong {
    background: #5a0a00;
    color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
}

.box-lateral-ideia .lista-categoria .itens-categoria .nivel {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #5a0a00;
    font-size: 14px;
    padding: 7px 25px;
    font-weight: 600;
}

.box-lateral-ideia .lista-categoria .itens-categoria a {
    display: block;
    text-decoration: none;
    padding: 0 20px;
}

.box-lateral-ideia .lista-categoria .itens-categoria a.first table {
    border-top: none;
}

.box-lateral-ideia .lista-categoria .itens-categoria a table {
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.box-lateral-ideia .lista-categoria .itens-categoria a table td {
    height: 36px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    color: #6F6E72;
}

.box-lateral-ideia .lista-categoria .itens-categoria a table td:nth-child(1) {
    padding-left: 6px;
}

.box-lateral-ideia .lista-categoria .itens-categoria a table td:nth-child(2) {
    text-align: center;
    width: 13%;
    font-size: 12px;
}


.box-lateral-ideia .ranking {
    margin-top: 14px;
    border-top: none;
}

.box-lateral-ideia .ranking .title-ranking {
    color: #5a0a00;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 11px;
}


/*TODO: Mover para resgate-premio.component*/
.descricao-ideia {
    margin-top: 9px;
}

.descricao-ideia .inner-descricao {
    padding-left: 10px;
}

.descricao-ideia .box-informacao .inner-box-informacao {
    padding: 16px 21px 14px 16px;
}

.descricao-ideia .box-informacao .inner-box-informacao .texto {
    float: left;
}

.descricao-ideia .box-informacao .inner-box-informacao .detalhes {
    float: right;
    margin-top: 26px;
}

.descricao-ideia .box-informacao .inner-box-informacao .detalhes p {
    float: right;
    margin-bottom: 10px;
}

.descricao-ideia .box-informacao .inner-box-informacao .detalhes span {
    float: left;
    margin-top: 3px;
}

.descricao-ideia .box-informacao .inner-box-informacao .detalhes em {
    float: left;
    font-style: normal;
    font-size: 14px;
    padding: 0 7px 0 9px;
}

.descricao-ideia .box-informacao b {
    color: #5a0a00;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
}

.descricao-ideia .box-informacao p {
    color: #6F6E72;
    font-size: 14px;
    padding-left: 2px;
    margin-bottom: 1px;
    font-weight: 300;
}

.descricao-ideia .box-informacao p strong {
    color: #5a0a00;
}

.descricao-ideia .box-texto {
    margin-top: 12px;
    padding-left: 4px;
}

.descricao-ideia .box-texto strong {
    color: #5a0a00;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.descricao-ideia .box-texto p {
    color: #6F6E72;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 300;
    line-height: 17px;
}

.descricao-ideia .box-texto .item {
    float: left;
}

.descricao-ideia .lista-colaboradores {
    margin-top: 10px;
    margin-bottom: 15px;
}

.descricao-ideia .box-texto .item img {
    margin: 0 auto 9px auto;
    border-radius: 30px;
}

.descricao-ideia .box-texto .item span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 17px;
}

.descricao-ideia .comment {
    border: 1px solid #e5e5e5;
    margin-top: 6px;
    position: relative;
}

.descricao-ideia .comment img {
    position: absolute;
    left: 10px;
    top: -5px;
}

.descricao-ideia .comment .inner-comment {
    padding: 10px 14px;
}

.descricao-ideia .comment .inner-comment p {
    margin-bottom: 0;
}

.descricao-ideia .box-respostas {}

.descricao-ideia .box-respostas .inner-box-respostas {
    padding: 0 0 0 40px;
}


.box-lateral-ideia {
    margin-top: 9px;
}

.box-lateral-ideia form {
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
}

.box-lateral-ideia .inner-box-lateral-ideia {
    padding-right: 10px;
}

.box-lateral-ideia form {
    padding: 8px 12px 8px 20px;
    margin-bottom: 21px;
}

.box-lateral-ideia form div {
    position: relative;
}

.box-lateral-ideia form span {
    display: block;
    /* padding-right: 30px; */
}

.box-lateral-ideia form span input {
    width: 100%;
    display: block;
    font-size: 14px;
}

.box-lateral-ideia form .bt-buscar {
    position: absolute;
    right: 0;
    top: 0;
    background: url('../img/bt-buscar.png') no-repeat !important;
    width: 19px;
    height: 19px;
}

.box-lateral-ideia form .bt-buscar:hover {
    background-position: 0 -19px;
}


/*TODO: Mover para categorias.component*/
.box-lateral-ideia .lista-categoria {
    margin-top: 10px;
}

.box-lateral-ideia .lista-categoria .itens-categoria {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.box-lateral-ideia .lista-categoria strong {
    background: #5a0a00;
    color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 15px;
    padding: 13px;
    text-align: center;
}

.box-lateral-ideia .lista-categoria .itens-categoria .nivel {
    background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #5a0a00;
    font-size: 14px;
    padding: 7px 25px;
    font-weight: 600;
}

.box-lateral-ideia .lista-categoria .itens-categoria a {
    display: block;
    text-decoration: none;
    padding: 0 20px;
}

.box-lateral-ideia .lista-categoria .itens-categoria a.first table {
    border-top: none;
}

.box-lateral-ideia .lista-categoria .itens-categoria a table {
    margin: 0 auto;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.box-lateral-ideia .lista-categoria .itens-categoria a table td {
    /* height: 36px; */
    height: auto;
    min-height: auto;
    padding: 6px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    color: #6F6E72;
}

.box-lateral-ideia .lista-categoria .itens-categoria a table td:nth-child(1) {
    padding-left: 6px;
}

.box-lateral-ideia .lista-categoria .itens-categoria a table td:nth-child(2) {
    text-align: center;
    width: 13%;
    font-size: 12px;
}


.box-lateral-ideia .ranking {
    margin-top: 14px;
    border-top: none;
}


/*TODO: Remover (não usado)*/
.box-lateral-ideia .ranking .title-ranking {
    color: #5a0a00;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 11px;
}


/*TODO: Mover para resgate-premio.component*/
.descricao-ideia {
    margin-top: 9px;
}

.descricao-ideia .inner-descricao {
    padding: 12px 24px 24px;
}

.descricao-ideia .box-informacao .inner-box-informacao {
    padding: 16px 16px 14px 16px;
}

.descricao-ideia .box-informacao b {
    color: #5a0a00;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
}

.descricao-ideia .box-informacao p {
    color: #6F6E72;
    font-size: 14px;
    padding-left: 2px;
    margin-bottom: 1px;
    font-weight: 300;
}

.descricao-ideia .box-informacao p strong {
    color: #5a0a00;
}

.descricao-ideia .box-texto {
    margin-top: 12px;
    padding-left: 4px;
}

.descricao-ideia .box-texto strong {
    color: #5a0a00;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.descricao-ideia .box-texto p {
    color: #6F6E72;
    font-size: 14px;
    margin-bottom: 16px;
    font-weight: 300;
    line-height: 17px;
}

.descricao-ideia .box-texto .item {
    float: left;
}

.descricao-ideia .lista-colaboradores {
    margin-top: 10px;
}

.descricao-ideia .box-texto .item img {
    margin: 0 auto 9px auto;
    border-radius: 30px;
}

.descricao-ideia .box-texto .item span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 17px;
}

/********************************/


/*TODO: Mover toda sequência abaixo para dashboard-indicadores.component*/
.tabela-ideias {
    width: 100%;
    background: url(../img/bullet-ideia-new.png) no-repeat right;
}

.tabela-ideias tr td {
    width: 50px;
    vertical-align: middle;
}

.tabela-ideias tr td:nth-child(1) {
    width: auto;
}

.tabela-ideias span.info {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    font-weight: 500;
    margin-right: 9px;
}

.tabela-ideias span.info.brown {
    background: #800000;
}

.tabela-ideias span.info.green {
    background: #5e993b;
}

.tabela-ideias span.info.theme {
    background: #800000;
}

.tabela-ideias span.info.blue {
    background: #3b5999;
}

.tabela-ideias span.info.gray {
    background: #6F6E72;
}

.tabela-ideias b {
    padding-left: 7px;
    font-weight: 300;
}

.central-indicadores .box-ganho .box-ganho__inner .box-ganho__valor {
    padding: 106px 0 107px 0;
}

.central-indicadores .box-ganho .box-ganho__inner {
    border: 1px solid #E5E5E5;
}

.central-indicadores .highcharts-title {
    fill: #5a0a00 !important;
    color: #5a0a00 !important
}

.central-indicadores .highcharts-title tspan {
    color: red;
    text-transform: uppercase;
}

.central-indicadores .box-container .resp-box:nth-child(1),
.central-indicadores .box-container .resp-box:nth-child(2),
.central-indicadores .box-container .resp-box:nth-child(3) {
    margin-bottom: 30px
}

.central-indicadores .box-container .resp-box:nth-child(1) .box-ganho__periodo-valor {
    background: url(../img/bg-ideias-geradas.png) no-repeat bottom right
}

.central-indicadores .box-container .resp-box:nth-child(2) .box-ganho__periodo-valor {
    background: url(../img/bg-ideias-colaboradores.png) no-repeat bottom right
}

.central-indicadores .box-container .resp-box:nth-child(3) .box-ganho__periodo-valor {
    background: url(../img/bg-taxa-aprovacao.png) no-repeat bottom right
}

.descritivo-tables {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.descritivo-tables p {
    float: left;
    font-size: 20px;
    color: #5a0a00;
    line-height: 28px;
    padding-left: 4px
}

.descritivo-tables p strong {
    font-weight: 500;
}

.descritivo-tables a {
    float: right;
    font-size: 13px;
    padding: 4px 22px;
}

.central-indicadores .box-container .bt-small {
    display: block;
}

.central-indicadores .box-container .col-3-9 strong {
    display: none
}

.central-indicadores .box-container .col-3-9 p {
    display: none;
}

.central-indicadores .box-container .col-3-9 .tabela-ideias {
    width: 98%;
    margin: 0 auto;
}

.central-indicadores .box-container .col-3-9 tr {
    height: 50px;
    border-bottom: 1px solid #e5e5e5
}

.central-indicadores .box-container .col-3-9 tr td {
    vertical-align: middle;
    font-size: 14px;
    color: #6F6E72;
}

.central-indicadores .box-container .col-3-9 tr td:nth-child(2) {
    text-align: right;
    padding-right: 10px;
}

.central-indicadores .box-container .col-3-9 thead tr td {
    color: #5a0a00;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500
}

.central-indicadores .box-container .col-3-9 thead tr td:nth-child(2) {
    visibility: hidden;
}

.central-indicadores .box-container .col-3-9 .circle-points {
    border-radius: 20px;
    border: 1px solid #999999;
    background-color: #e5e5e5;
    min-width: 29px;
    height: 29px;
    margin-top: 4px;
    display: inline-block;
}

.central-indicadores .box-container .col-3-9 .circle-points b {
    color: #6F6E72;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    display: block;
    padding: 0;
    font-weight: 600;
}

.central-indicadores .box-ganho .box-ganho__inner .box-ganho__valor p {
    font-size: 60px;
    font-weight: 400;
}


/*TODO: Mover toda sequência abaixo para dashboard-ganhos.component*/
.box-ganho-investimento__content .box-ganho-investimento__inner .box-ganho__tabela {
    padding-top: 30px;
}

/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.title__floater h1 {
    float: left;
}


/*TODO: Remover tudo com '.tabela__right' (não usado)*/
.title__floater .tabela__right {
    float: right;
    margin-top: 16px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
}

.title__floater .tabela__right .td__pontos {
    background-color: #f4f4f4;
}

.title__floater .tabela__right .td__pontos {
    padding: 10px 13px;
    color: #4b0902;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #cccccc;
}

.title__floater .tabela__right .td__pontos strong {
    color: #4b0902;
    font-size: 14px;
    font-weight: 600;
}

.title__floater .tabela__right .td__spt {
    width: 51px;
}

.title__floater .tabela__right .td__spt i {
    margin: 11px auto;
    font-style: normal;
}

.title__floater .tabela__right .td__spt__mid {
    border-right: 1px solid #cccccc;
}


/*TODO: Mover toda sequência abaixo para configuracao-gamificacao.component*/
.box-main__tabela {
    position: relative;
}

.box-main__tabela .tabela__inner {
    position: relative;
    overflow-x: auto;
}

.box-main__tabela .tabela__inner td {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
    height: 56px;
    vertical-align: middle;
}

.box-main__tabela .tabela__inner .mesmalinha {
    white-space: nowrap;
}

.box-main__tabela .tabela__inner p {
    text-align: center;
}

.box-main__tabela .tabela__inner th {
    border-bottom: 1px solid #e5e5e5;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    height: 48px;
    vertical-align: middle;
}

.box-main__tabela .tabela__inner p {
    display: block;
    margin-left: 38px;
    margin-right: 10px;
}

.box-main__tabela .tabela__inner th p {
    font-size: 14px;
}

.box-main__tabela .tabela__inner tr th p {
    font-size: 14px;
}

.box-main__tabela .tabela__inner .green {
    color: #5e993b;
}

.box-main__tabela .tabela__inner .red {
    color: #800000;
}

.box-main__tabela .tabela__inner th p {
    color: #5a0a00;
}

.extrato-pontos__main .box-container {
    padding: 0px 0px 29px;
}

.resgate .filtro {}


/*TODO: Mover toda sequência abaixo para resgate-premio.component*/
.resgate .filtro .categorias__box {
    margin-top: 21px;
}

.resgate .filtro .categorias__box strong {
    background: #5a0a00;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 0;
}

.resgate .filtro .into-categorias__box {
    border-top: solid 1px #e5e5e5;
}

.resgate .filtro .categorias__box .into-categorias__box a {
    display: block;
    text-decoration: none;
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    color: #6F6E72;
    font-size: 14px;
    padding-left: 15px;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.resgate .filtro .categorias__box .into-categorias__box a:hover {
    background: #f4f4f4;
}

.resgate .filtro .busca-pontos__box {
    margin-top: 20px;
}

.resgate .filtro .busca-pontos__box strong {
    background: #5a0a00;
    color: #ffffff;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 0;
}

.resgate .filtro .busca-pontos__box .search {
    background: #6F6E72;
    border-radius: 0 0 3px 3px;
    width: 100%;
    height: 37px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}

.resgate .filtro .busca-pontos__box .search:hover {
    background: #5a0a00;
}

.resgate .filtro .busca-pontos__box .into-busca-pontos__box {
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-top: none;
    border-bottom: none;
}

.resgate .filtro .busca-pontos__box .quest__box p {
    font-size: 14px;
    color: #6F6E72;
}

.resgate .filtro .busca-pontos__box .quest__box input {
    box-shadow: none;
    display: block;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    width: 95px;
    height: 35px;
}

.resgate .conteudo_resgate {}

.resgate .premios__block .premio__box {
    float: left;
    margin-bottom: 16px;
}

.resgate .premios__block .inner-premio__block {
    width: 212px;
    border: 1px solid #e5e5e5;
}

.resgate .premios__block .inner-premio__block .premio__desc {
    padding: 0 10px;
}

.resgate .premios__block .inner-premio__block .premio__desc p {
    text-align: center;
    font-size: 14px;
    color: #6F6E72;
    margin-top: 5px;
    height: 100px;
    overflow: hidden;
}

.resgate .premios__block .inner-premio__block .premio__desc strong {
    font-size: 14px;
    color: #5a0a00;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.resgate .premios__block .inner-premio__block .premio__desc a {
    color: #5a0a00;
    border: 1px solid #5a0a00;
    text-decoration: none;
    border-radius: 3px;
    display: block;
    text-align: center;
    width: 107px;
    height: 19px;
    margin: 12px auto;
    font-size: 12px;
    font-weight: 600;
}

.resgate .premios__block .inner-premio__block .premio__desc a:hover {
    background: #5a0a00;
    color: #ffffff;
}

.resgate .conteudo_resgate .ordenacao__box {
    float: right;
    padding: 0 0 29px 0;
}

.resgate .conteudo_resgate .ordenacao__box p {
    font-size: 11px;
    color: #5a0a00;
    float: left;
    margin-right: 19px;
    vertical-align: middle;
    font-weight: 600;
}

.eoq .premios__block .premio__box {
    padding-left: 12px;
    float: left;
    margin-bottom: 16px;
}

.eoq .premios__block .inner-premio__block {
    width: 212px;
    border: 1px solid #e5e5e5;
}

.eoq .premios__block .inner-premio__block .premio__desc {
    padding: 0 10px;
}

.eoq .premios__block .inner-premio__block .premio__desc p {
    text-align: center;
    font-size: 14px;
    color: #6F6E72;
    margin-top: 5px;
}

.eoq .premios__block .inner-premio__block .premio__desc strong {
    font-size: 14px;
    color: #5a0a00;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.eoq .premios__block .inner-premio__block .premio__desc a {
    color: #5a0a00;
    border: 1px solid #5a0a00;
    text-decoration: none;
    border-radius: 3px;
    display: block;
    text-align: center;
    width: 107px;
    height: 19px;
    margin: 12px auto;
    font-size: 12px;
    font-weight: 600;
}

.eoq .premios__block .inner-premio__block .premio__desc a:hover {
    background: #5a0a00;
    color: #ffffff;
}


.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-state-active {
    font-size: 14px;
    font-weight: 300;
    border: none;
    padding: 3px 8px;
    background-color: #f4f4f4;
}

/*----------------------------------------------------------*/

.hide {
    display: none;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 18px;
}

input.bordered {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 5px 10px;
    box-sizing: border-box;
}


/*TODO: Mover toda sequência abaixo para analise-painel.component*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


.text-center {
    text-align: center;
}

.form-control {
    width: 100%;
}

/*TODO: Mover toda sequência abaixo para analise-painel.component*/
.as-table {
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.text-featured {
    color: #590902;
}


/*TODO: Mover toda sequência abaixo para criterio-classificacao-form.component*/
.form-criterio {
    /**
       * Padding complementar aos 17px do padding-geral
       */
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-criterio div {
    box-sizing: border-box !important;
}

.form-criterio label {
    font-size: 10px;
}

.form-criterio hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    display: block;
}

.form-criterio .btn {
    text-decoration: none;
    cursor: pointer;
    background: #5a0a00;
    padding: 1px 13px;
    border-radius: 4px;
    text-align: center;
    color: white;
}

.form-criterio .btn.add-new {
    margin-top: 10px;
    font-size: 10px;
}

.form-criterio .btn.save {
    font-size: 14px;
}

/* Análise de Ideias ... */

#overlay-lightbox {
    overflow: auto !important;
}


/*TODO: Mover toda sequência abaixo para analise-painel.component*/
#overlay-lightbox-reclassificar .lightbox-load-content {
    width: 100%;
}

#overlay-lightbox-reclassificar .form-overlay .content .form {
    padding: 0px 21px 0px;
    position: relative;
}

#overlay-lightbox-reclassificar .form-overlay .content .form .container {
    position: relative;
    overflow-x: scroll;
    padding-bottom: 30px
}

#overlay-lightbox-reclassificar .ui-selectmenu-open {
    z-index: 1000
}

#overlay-lightbox-reclassificar .ui-selectmenu-button.ui-button {
    padding: 3px 0 3px;
}

#overlay-lightbox-reclassificar .ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    padding: 7px 14px;
}

#overlay-lightbox-reclassificar .ui-selectmenu-menu .ui-menu .ui-menu-item .ui-state-active {
    margin: 0px
}

#overlay-lightbox-reclassificar .fixed-table {
    position: absolute;
    z-index: 1001;
    overflow: hidden;
    background-color: #FFF
}

table.reclassificar-ideia {
    table-layout: fixed;
}

table.reclassificar-ideia th {
    color: #693700;
    font-size: 12px;
    padding: 10px 0;
}

table.reclassificar-ideia tr {
    border-bottom: 1px solid #e5e5e5;
}

table.reclassificar-ideia td {
    padding: 8px 6px;
    vertical-align: middle;
}

table.reclassificar-ideia th:nth-child(1) {
    width: 350px
}

table.reclassificar-ideia th.text-center {
    width: 150px
}

table.reclassificar-ideia td select {
    height: 26px;
}

.overflow-x {
    width: 100%;
    overflow-x: scroll;
}

/* input[type=range] ... */

.slider-wrapper {
    display: table;
    padding: 0 15px;
    height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}


/*TODO: Verificar se é usado os sliders do primeNG ou do JqueryUI*/
.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/* -> Coloring ... */
.ui-slider-horizontal {
    height: 0.5em;
}

.ui-slider-handle {
    height: 15px;
    width: 5px !important;
    padding-left: 5px;
    top: -7.5px !important;
}


/*TODO: Mover toda sequência abaixo para analise-painel.component*/
.score {
    display: inline-block;
}

.graph.bars {
    display: inline-block;
    transform: scale(1, -1);
}

.bar.v-1 {
    height: 1.5px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.v-2 {
    height: 3px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.v-3 {
    height: 4.5px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.v-4 {
    height: 6px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.v-5 {
    height: 7.5px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.v-6 {
    height: 9px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.v-7 {
    height: 10.5px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.v-8 {
    height: 12px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.v-9 {
    height: 13.5px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.v-10 {
    height: 15px;
    width: 2px;
    display: inline-block;
    float: left;
    margin-right: 1px;
}

.bar.color-1 {
    background: #3b5997;
}

.bar.color-2 {
    background: #ef0e88;
}

.bar.color-3 {
    background: #922880;
}

.bar.color-4 {
    background: #00abb2;
}

.bar.color-5 {
    background: #2fc4e4;
}

.bar.color-6 {
    background: #5d983a;
}

.bar.color-7 {
    background: #007845;
}

.bar.color-8 {
    background: #ffd101;
}

.bar.color-9 {
    background: #ff8500;
}

.bar.color-10 {
    background: #b60d0d;
}

.bg-gray.filtros {
    padding-top: 30px;
    padding-bottom: 20px;
}

p.text-featured.featured {
    font-size: 16px;
    font-weight: bold;
}

table.lista-ideias td {
    padding: 20px 15px;
}

table.lista-ideias th {
    padding: 20px 15px;
}

table.lista-ideias tr {
    border-bottom: 1px solid #e5e5e5;
}

table.lista-ideias tr.acoes {
    border-bottom: none;
}

table.lista-ideias .level {
    line-height: 26px;
    vertical-align: top;
}

table.lista-ideias .checkbox-table {
    display: inline-block;
}

table.lista-ideias .ui-selectmenu-button.ui-button {
    padding: 3px 0 2px;
    box-sizing: border-box;
}

.acoes .btn.select-all {
    background: transparent;
    color: #5a0a00;
    border: 2px solid #5a0a00;
    font-weight: bold;
    padding: 3px 35px;
}

.acoes .select-all-wrapper {
    display: table;
    width: 100%;
}

.acoes .select-all-wrapper::before {
    content: '';
    display: inline-block;
    background: transparent url('../img/icon-select-all.png') center center no-repeat;
    background-size: cover;
    width: 26px;
    height: 23px;
    float: left;
    margin-left: 4.5%;
    margin-top: -4px;
}

table.reclassificar-ideia .selectmenu-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* ... Análise de Ideias */
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/

.table-classificacao {
    margin: 10px 0 20px;
}

.table-classificacao td {
    padding: 10px 10px 10px 10px;
}

.table-classificacao .criterio {
    padding-right: 10px;
    padding-left: 10px
}

.table-classificacao .criterio span {
    display: inline-block;
    float: left;
    font-weight: 100;
    font-size: 14px
}

.table-classificacao .checkbox-table {
    display: inline-block;
    margin-right: 10px
}

.table-classificacao tbody tr {
    border-bottom: 1px solid #e5e5e5
}

.table-classificacao tbody tr td {
    vertical-align: middle;
}

.table-classificacao .ui-selectmenu-button.ui-button {
    padding: 5px 0 5px;
}

.table-classificacao .ui-selectmenu-icon {
    margin-top: -5px !important;
    height: 29px;
}

.table-classificacao .ui-selectmenu-menu .ui-menu .ui-menu-item .ui-menu-item-wrapper {
    padding: 6px 14px;
}

.table-classificacao .ui-selectmenu-menu .ui-menu .ui-menu-item .ui-state-active {
    border-top: 1px solid #e9e9e9 !important;
    margin: 0px !important
}

.table-classificacao .ui-menu .ui-state-active {
    margin: 0px !important
}

.table-classificacao .ui-selectmenu-disabled {
    background: #cccccc;
}

.table-classificacao .ui-selectmenu-disabled .ui-selectmenu-icon {
    background-color: #666
}

@media (min-width: 1281px) {
    .center {
        width: 1320px;
        margin: 0 auto;
    }
}

@media (max-width: 1280px) {
    .center {
        margin: 0 80px;
    }
}

@media (max-width: 1160px) {
    .center {
        margin: 0 50px;
    }
}

@media (max-width: 1025px) {
    .center {
        margin: 0 20px;
    }
}

@media (max-width: 768px) {
    .bts-centrais a {
        margin-right: 30px;
    }

    .box-container>.col-xs-1>div {
        padding: 0
    }

    .central-indicadores .box-ganho .box-ganho__inner .box-ganho__valor {
        padding: 50px 5px 25px 5px;
    }


    .box-ganho .box-ganho__inner .box-ganho__valor {
        padding: 26px 0 16px;
    }

    .box-ganho-inestimento__title span.title {
        font-size: 17px;
    }
}

@media screen and (max-width: 35.5em) {
    .col-xs-1 {
        width: 100% !important;
    }

    .center {
        margin: 0px 10px;
    }

    .box-container>.col-xs-1>div {
        padding: 0
    }

    .content-banner {
        top: 100%;
        bottom: auto !important;
    }

    .content-banner .inner-content-banner {
        padding: 10px 20px 10px 20px !important;
    }

    .content-banner .inner-content-banner div {
        padding-right: 0px !important;
    }

    .content-banner span {
        display: block;
        position: relative !important;
        text-align: center;
        top: auto !important;
        margin: 5px 0 !important
    }

    .bts-centrais a {
        margin-right: 16px;
    }

    .tabela-ideias tr td {
        width: 50px
    }

    .tabela-ideias tr td:nth-child(1) {
        width: auto;
    }

    .tabela-ideias tr td>div {
        width: 45px;
        text-align: right;
    }

    .tabela-ideias {
        background: none;
    }

    .espacamento-inferior {
        padding-bottom: 10px;
    }
}

.overflow-dropdown {
    max-height: 300px;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

::placeholder {
    color: black;
    opacity: 0.50;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
    opacity: 0.50;
    font-style: italic;
}

#titulo-ranking {
    display: block;
}

.ranking-geral {
    font-size: 15px;
    color: #5a0a00
}

/*TODO: Mover para o campanha-detalhe.component*/
.span-ranking {
    font-size: 10px;
    color: #6F6E72;
    line-height: 12px
}

.bt-congelar {
    color: #ffffff;
    font-size: 9px;
    padding: 4px 11px;
    border-radius: 3px;
    border: none
}


/* FLUXO APROVACAO - NOVO LAYOUT */

/*TODO: Mover para o box-ativacao.component*/
.list-radio {
    margin: 12px 0;
    padding: 0 10px;
}

.list-radio .item-radio {
    float: left;
    display: table;
    margin-right: 23px;
}

.list-radio .item-radio span {
    position: relative;
    display: table-cell;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #c0c0c0;
}

.list-radio .item-radio span i {
    display: none;
    width: 10px;
    height: 10px;
    background: #5a0a00;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    font-style: normal;
}

.list-radio .item-radio.ativo span i {
    display: block;
    font-style: normal;
}

.list-radio .item-radio p {
    display: table-cell;
    padding-left: 11px;
    vertical-align: middle;
    font-size: 14px;
}

/* ui-state-default - drag and drop */
.ui-state-default {
    border: 1px solid transparent;
    background: transparent;
    font-weight: normal;
    color: #454545;
}

.list-radio {
    margin: 12px 0;
    padding: 0 10px;
}

.list-radio .item-radio {
    float: left;
    display: table;
    margin-right: 23px;
}

.list-radio .item-radio span {
    position: relative;
    display: table-cell;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #c0c0c0;
}

.list-radio .item-radio span i {
    display: none;
    width: 10px;
    height: 10px;
    background: #5a0a00;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    font-style: normal;
}

.list-radio .item-radio.ativo span i {
    display: block;
    font-style: normal;
}

.list-radio .item-radio p {
    display: table-cell;
    padding-left: 11px;
    vertical-align: middle;
    font-size: 14px;
}


@media (min-width: 1025px) {
    .header-inner {
        margin: 0 20px;
    }
}

@media (min-width: 1160px) {
    .header-inner {
        margin: 0 50px;
    }
}

@media (min-width: 1281px) {

    .header-inner {
        max-width: 1320px;
        margin: 0 auto;
    }

    .header-inner .header-inner--full {
        max-width: 100%;
    }
}


/*TODO: Mover para o color-picker.component*/
.ui-colorpicker {
    display: inline-block;
}

.ui-colorpicker-panel {
    position: relative;
    width: 193px;
    height: 166px;
    background-color: #323232;
    border-color: #191919;
}

.ui-colorpicker-panel .ui-colorpicker-content {
    position: relative;
}

.ui-colorpicker-panel .ui-colorpicker-color-selector {
    width: 150px;
    height: 150px;
    top: 8px;
    left: 8px;
    position: absolute;
}

.ui-colorpicker-panel .ui-colorpicker-color {
    width: 150px;
    height: 150px;
    background: transparent url("../aevo_stps/images/color.png") no-repeat left top;
}

.ui-colorpicker-panel .ui-colorpicker-color-handle {
    position: absolute;
    top: 0;
    left: 150px;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: -5px 0 0 -5px;
    cursor: pointer;
}

.ui-colorpicker-panel .ui-colorpicker-hue {
    background: transparent url("../aevo_stps/images/hue.png") no-repeat left top;
    width: 17px;
    height: 150px;
    top: 8px;
    left: 167px;
    position: absolute;
    opacity: .85;
}

.ui-colorpicker-panel .ui-colorpicker-hue-handle {
    position: absolute;
    top: 150px;
    left: 0;
    width: 21px;
    margin-left: -2px;
    margin-top: -5px;
    height: 10px;
    border: 2px solid #fff;
    opacity: .85;
    cursor: pointer;
}

.linkEditar {
    /* font-size: small; */
    font-size: 12px;
    text-decoration: underline;
    color: #6b808c;
}


/*TODO: Mover para o sistema.component*/
/* Botão Flutuante Add Ideias*/
.btn-add-ideia {
    min-height: 42px;
    min-width: 42px;
    height: 13vw;
    width: 13vw;
    max-width:60px;
    max-height:60px;
    border-radius:100%;
    border:none;
    outline:none;
    color:#FFF;
    font-size:36px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.box-btn-add-ideia {
    position: fixed;
    bottom: 88px;
    right: 15px;
    z-index: 999;
    cursor: pointer;
}

/* Menu Mobile */
.menu-mobile {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0px;
    z-index: 1001;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px 5px 0px 0px;
    background-color: var(--fundo);
}

.box-icon-menu-mobile{
    width: 35px;
    height: 35px;
}
.box-icon-menu-mobile:nth-child(3) > .icon-menu-mobile {
    height: 29px;
    margin-top: 2px;
}
.box-icon-menu-mobile:nth-child(4) {
    margin-bottom: 2px;
}

.icon-menu-mobile {
    /* background-color: #c1c0c2; */
    background-color: #FFFF;
    width: 35px;
    height: 35px;
}

.icon-menu-mobile-active {
    /* background-color: #fff; */
    background-color: var(--central-link-hover);
}

.ico-svg-home{
    mask: url("../../assets/img/menu-mobile/home.svg") no-repeat center / contain;
    -webkit-mask: url("../../assets/img/menu-mobile/home.svg") no-repeat center / contain;
}

.ico-svg-campanhas{
    mask: url("../../assets/img/menu-mobile/campanhas.svg") no-repeat center / contain;
    -webkit-mask: url("../../assets/img/menu-mobile/campanhas.svg") no-repeat center / contain;
}

.ico-svg-minhas-ideias{
    mask: url("../../assets/img/menu-mobile/todas-ideias.svg") no-repeat center / contain;
    -webkit-mask: url("../../assets/img/menu-mobile/minhas-ideias.svg") no-repeat center / contain;
}

.ico-svg-todas-ideias{
    mask: url("../../assets/img/todas_ideias.svg") no-repeat center / contain;
    -webkit-mask: url("../../assets/img/todas_ideias.svg") no-repeat center / contain;
}


/* Help */
.c-pointer { cursor: pointer !important; }
.d-flex { display: flex !important; }
.d-grid { display: grid !important; }
.a-s-c { align-self: center !important; }
.f-1 { flex: 1; }
.o-auto { overflow: auto !important;}
.o-x-auto { overflow-x: auto !important;}
.p-relative { position: relative; }
.f-auto { flex: auto; }
.hidden { display: none; }
.p-0 { padding: 0px !important; }
.pr-0 { padding-right: 0px !important; }
.pt-10 { padding-top: 10px !important; }
.m-0 { margin: 0px !important; }
.m-10 { margin: 10px !important; }
.mb-10 { margin-bottom: 10px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-auto { margin-left: auto !important; }
.mh-20 { margin-left: 20px !important; margin-right: 20px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-0 { margin-right: 0px !important; }
.mt-10 { margin-top: 10px !important; }
.mt-2 { margin-top: 2px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-0 { margin-top: 0px !important; }
.mt-15 { margin-top: 15px !important; }
.b-none { border: none !important; }
.b-radius-4 { border-radius: 4px !important; }
.b-radius-botton-4 { border-bottom-left-radius: 4px !important; border-bottom-right-radius: 4px !important; }
.b-radius-5 { border-radius: 5px !important; }
.w-100 { width: 100% !important; }
.w-95 { width: 95% !important; }
.align-item { display: flex; justify-content: center; flex-direction: column; align-items: center; }
.section-ac { display: block; }
.bt-whisper { border-top: 1px solid #e5e5e5; }
.f-none { float: none !important; }
.f-left { float: left !important; }
.f-right { float: right !important; }
.text-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.text-ellipsis:hover { white-space: inherit; }
.m-s-s { min-width: 125px; }
.m-s-120 { min-width: 120px; }
.hyphen { overflow-wrap: break-word; word-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

/* Ajustes Responsividade */
@media (min-width: 0px) and (max-width: 320px) {
    .col-dash-5 {
        width: 18% !important;
    }
}

@media (min-width: 321px) and (max-width: 359px) {
    .col-dash-5 {
        width: 19% !important;
    }
}

@media (max-width: 599px) {
    .d-block-xs {
        display: block !important;
    }
    .d-flex-xs {
        display: flex !important;
    }
    .item-medalhas {
        width: 25%;
    }
    .mr-xs-0 {
        margin-right: 0px !important;
    }
    .mt-20-xs {
        margin-top: 20px !important;
    }
    .mt-0-xs {
        margin-top: 0px !important;
    }
    .hidden-xs {
        display: none !important;
    }
    .float-right-xs {
        float: right !important;
    }
    .float-left-xs {
        float: left !important;
    }
    .title__floater .bt-campanha-home {
        margin-left: 0px !important;
        padding-left: 10px !important;
        padding-right: 1px !important;
    }
    .pl-0-xs {
        padding-left: 0px !important;
    }
    #comboCampanha-menu, #comboTemas-menu, #comboCamposAdicionais-menu {
        max-width: calc(100vw - 95px) !important;
    }
}

@media (max-width: 768px) {
    .lista-ranking.lista-02 .inner-lista-ranking {
        padding: 0px !important;
    }
    .lista-ranking.lista-03 .inner-lista-ranking {
        padding-left: 0px !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .d-flex-sm {
        display: flex !important;
    }
    .mt-20-sm {
        margin-top: 20px !important;
    }
    .pl-0-sm {
        padding-left: 0px !important;
    }
    .float-right-sm {
        float: right !important;
    }
    .float-left-sm {
        float: left !important;
    }
}

@media (min-width: 600px) and (max-width: 1200px){
    .hidden-md {
        display: none;
    }
}

@media (min-width: 1200px){
    .hidden-lg {
        display: none;
    }
}

@media (max-width: 559px){
    .hidden-xl {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .mt-20-nm {
        margin-top: 20px !important;
    }
}
