/*CORES START*/
@media print {
    .texto-verde{
        color: green !important;
    }
}

.gr-color-red {
    color: red;
}

.gr-color-red-important {
    color: #d70056 !important;
}

.gr-color-green {
    color: green;
}

.gr-color-cyan {
    color: cyan;
}

.gr-color-white {
    color: white;
}

.gr-color-light-blue {
    color: #5a90be
}

.gr-color-yellow {
    color: yellow
}

/*CORES END*/

/*TEXT START*/
.text-success {
    color: #76bbad !important; 
}

.text-danger {
    color: #d66061 !important; 
}

.text-info {
    color: #432c1e !important; 
}

.text-warning {
    color: #ffaa3a !important; 
}

.text-fb {
    color: #4c66a4; 
}

.text-twitter {
    color: #00acee; 
}

.text-gplus {
    color: #dc4937; 
}

.text-linkedin {
    color: #1a85bd; 
}

.text-white {
    color: white !important; 
}

.text-black {
    color: #333333 !important; 
}

.text-RightBar {
  color: #00a6e0;
}

.text-infoRightBar {
    color: #dc6511;
}
/* TEXT END */

/* BACKGROUND START */

/* BACKGROUND PRETO*/
.primary-bg {
    background: #333333 !important;
    color: white; 
}

.primary-bg:hover {
    background: #1a1a1a !important; 
}

/* BACKGROUND VERDE */
.success-bg {
    background: #76bbad !important;
    color: white; 
}

.success-bg:hover {
    background: #54aa98 !important; 
}

/* BACKGROUND VERMELHO*/
.danger-bg {
    color: white;
    background: #d66061 !important; 
}

.danger-bg:hover {
    background: #cc3739 !important; 
}

/* BACKGROUND AZUL*/
.info-bg {
    color: white;
    background: #5b90bf !important; 
}

.info-bg:hover {
    background: #4177a6 !important; 
}

/* BACKGROUND AMARELO*/
.warning-bg {
    color: white;
    background: #ffaa3a !important; 
}

.warning-bg:hover {
    background: #ff9407 !important; 
}

/* BACKGROUND BRANCO*/
.gr-background-color-white {
    background-color: #fff;
}

/* BACKGROUND FACEBOOK*/
.fb-bg {
    background: #4c66a4;
    color: white; 
}

.fb-bg:hover {
    background: #3c5081 !important; 
}

/* BACKGROUND TWITTER*/
.twitter-bg {
    background: #00acee;
    color: white; 
}

.twitter-bg:hover {
    background: #0087bb !important; 
}

.linkedin-bg {
    background: #1a85bd;
    color: white; 
}

.linkedin-bg:hover {
    background: #146590 !important; 
}

.gplus-bg {
    background: #dc4937;
    color: white; 
}

.gplus-bg:hover {
    background: #bf3321 !important; 
}

/* BACKGROUND MARROM*/
.brown-bg {
    background: #ab7967;
    color: white; 
}

.brown-bg:hover {
    background: #90604f !important; 
}

/* BACKGROUND CINZA*/
.grey-bg {
    background: #666666 !important;
    color: #666666; 
}

.grey-bg:hover {
    background: #595959 !important; 
}

/* BACKGROUND CINZA CLARO*/
.light-grey-bg {
    background: #ecf0f5 !important;
    color: #666666; 
}

/* BACKGROUND VERDE*/
.bg-verde-1{
    background-color: #ffffcc;
}

.bg-verde-2{
    background-color: #00e600;
}

.bg-verde-3{
    background-color: #59b300;
}

.bg-verde-4{
    background-color: #c4e9b4;
}

.gr-background-black {
    background: #000;
}

.gr-background-f5f5f5 {
    background: #f5f5f5;
}

/* BACKGROUND END */

/*RELATORIOS COLOR*/
.gr-relatorio-resultado-todos-color-decisivo {
    color:#ED2124;
}

.gr-relatorio-resultado-todos-color-analitico {
    color:#00ADEF;
}

.gr-relatorio-resultado-todos-color-intuitivo {
    color:#FDB813;
}

.gr-relatorio-resultado-todos-color-amigavel {
    color:#71BF45;
}

.tablelabel {
  background-color: #00a6e0;
  color: #ffffff;
}

.votacaoTemaHead{
    background-color: #52759f;
    color: white;
}