/* CSS publico */
.copiar {
    color: #eeae2d !important;
    cursor: pointer !important;
 }

.visualizar {
    color: #3BAA2C !important; 
    cursor: pointer !important;
}

.editar {
    color: #0782C1 !important;
    cursor: pointer !important;
}

.favorito {
    color: #FBCE4A !important;
} 

.a-AlertMessage { /* apex.confirm */
    margin: 10px;
}

a.nao-exibir { display:none; }

/* Crumble */
.grumble{
    background-image:url(grumble.png) !important;
}

.grumble-text{
    text-transform:none !important;
    font-size: 15px !important;
    line-height: 19px !important;
}

.grumble-text .outer{
    color:black !important;
}

.grumble-button{
    font-size:1.2em !important;
    line-height:1.3em !important
}

/* Cartões de seleção */
.t-Cards--compact .t-Card-title {
	overflow: visible !important;
}

.cartao {
    cursor: pointer;
}

.cartao-selecionado {
    background-color: #fafafa;
    color: #fff;
}

.botoes {
    margin-top: 8px;
    border-radius: 100px;
    float: right;
    width: 40px;
}

.lista-cartoes {
    width: calc(100% - 50px);
    float: left;    
    max-height: 300px;
    overflow: hidden;
    transition: max-height 1s ease-out;
}

.lista-cartoes-encolhida {
    overflow: hidden;
    max-height: 66px;
    transition: max-height 1s ease;
}