﻿/***
Tema SenadorCanedo
***/
.SenadorCanedo
{
    color: #00277f;
}

.SenadorCanedo .btn-menu
{
    background: linear-gradient(#00277f 0px, #004eff 100%) repeat-x #004eff;
}

.SenadorCanedo .btn-menu:hover
{
    background: linear-gradient(#004eff 0px, #00277f 100%) repeat-x #004eff;
}

.SenadorCanedo .sgconsig-logo
{
    color: #00277f;
}

.SenadorCanedo .sgconsig-logo, .SenadorCanedo .topo-title, .SenadorCanedo .topo-subtitle, .SenadorCanedo .expired-day, .SenadorCanedo .fontVerdeNegrito, .SenadorCanedo 
{
    color: #00277f;
}

.SenadorCanedo .SGConsig_Botao
{
    border: 1px solid #00277f;
    background-color: #00277f;
    background-image: linear-gradient(to bottom, #004eff, #00277f);
    }

.SenadorCanedo .SGConsig_Botao:hover
{
    border: 1px solid #004eff;
    background-color: #004eff;
    background-image: linear-gradient(to bottom, #00277f, #004eff);
    }

.SenadorCanedo input[type="button"], .SenadorCanedo input[type="submit"]
{
    border: 1px solid #00277f;
    background-color: #00277f;
    background-image: linear-gradient(to bottom, #004eff, #00277f);
    }

.SenadorCanedo input[type="button"]:hover, .SenadorCanedo input[type="submit"]:hover
{
    border: 1px solid #004eff;
    background-color: #004eff;
    background-image: linear-gradient(to bottom, #00277f, #004eff);
    }


/***
Tema Cinza
***/
.tema-cinza
{
    color: #424242;
}

.tema-cinza .btn-menu
{
    background: linear-gradient(#424242 0px, #BDBDBD 100%) repeat-x #BDBDBD;
}

.tema-cinza .btn-menu:hover
{
    background: linear-gradient(#BDBDBD 0px, #424242 100%) repeat-x #BDBDBD;
}

.tema-cinza .sgconsig-logo, .tema-cinza .topo-title, .tema-cinza .topo-subtitle, .tema-cinza .expired-day, .tema-cinza .fontVerdeNegrito, .tema-cinza
{
    color: #424242;
}

.tema-cinza .SGConsig_Botao
{
    border: 1px solid #424242;
    background-color: #424242;
    background-image: linear-gradient(to bottom, #BDBDBD, #424242);
    }

.tema-cinza .SGConsig_Botao:hover
{
    border: 1px solid #BDBDBD;
    background-color: #BDBDBD;
    background-image: linear-gradient(to bottom, #424242, #BDBDBD);
    }

.tema-cinza input[type="button"], .tema-cinza input[type="submit"]
{
    border: 1px solid #424242;
    background-color: #424242;
    background-image: linear-gradient(to bottom, #BDBDBD, #424242);
    }

.tema-cinza input[type="button"]:hover, .tema-cinza input[type="submit"]:hover
{
    border: 1px solid #BDBDBD;
    background-color: #BDBDBD;
    background-image: linear-gradient(to bottom, #424242, #BDBDBD);
    }

/***
Tema Laranja
***/
.tema-laranja
{
    color: #db5c1e;
}

.tema-laranja .btn-menu
{
    background: linear-gradient(#db5c1e 0px, #f7941e 100%) repeat-x #f7941e;
}

.tema-laranja .btn-menu:hover
{
    background: linear-gradient(#f7941e 0px, #db5c1e 100%) repeat-x #f7941e;
}

.tema-laranja .sgconsig-logo, .tema-laranja .topo-title, .tema-laranja .topo-subtitle, .tema-laranja .expired-day, .tema-laranja .fontVerdeNegrito, .tema-laranja 
{
    color: #db5c1e;
}

.tema-laranja .SGConsig_Botao
{
    border: 1px solid #db5c1e;
    background-color: #db5c1e;
    background-image: linear-gradient(to bottom, #f7941e, #db5c1e);
    }

.tema-laranja .SGConsig_Botao:hover
{
    border: 1px solid #f7941e;
    background-color: #f7941e;
    background-image: linear-gradient(to bottom, #db5c1e, #f7941e);
    }

.tema-laranja input[type="button"], .tema-laranja input[type="submit"]
{
    border: 1px solid #db5c1e;
    background-color: #db5c1e;
    background-image: linear-gradient(to bottom, #f7941e, #db5c1e);
    }

.tema-laranja input[type="button"]:hover, .tema-laranja input[type="submit"]:hover
{
    border: 1px solid #f7941e;
    background-color: #f7941e;
    background-image: linear-gradient(to bottom, #db5c1e, #f7941e);
    }

/***
Tema Verde
***/
.tema-verde
{
    color: #006400;
}

.tema-verde .btn-menu
{
    background: linear-gradient(#006400 0px, #029507 100%) repeat-x #029507;
}

.tema-verde .btn-menu:hover
{
    background: linear-gradient(#029507 0px, #006400 100%) repeat-x #029507;
}

.tema-verde .sgconsig-logo, .tema-verde .topo-title, .tema-verde .topo-subtitle, .tema-verde .expired-day, .tema-verde .fontVerdeNegrito, .tema-verde 
{
    color: #006400;
}

.tema-verde .SGConsig_Botao
{
    border: 1px solid #006400;
    background-color: #006400;
    background-image: linear-gradient(to bottom, #029507, #006400);
    }

.tema-verde .SGConsig_Botao:hover
{
    border: 1px solid #029507;
    background-color: #029507;
    background-image: linear-gradient(to bottom, #006400, #029507);
    }

.tema-verde input[type="button"], .tema-verde input[type="submit"]
{
    border: 1px solid #006400;
    background-color: #006400;
    background-image: linear-gradient(to bottom, #029507, #006400);
    }

.tema-verde input[type="button"]:hover, .tema-verde input[type="submit"]:hover
{
    border: 1px solid #029507;
    background-color: #029507;
    background-image: linear-gradient(to bottom, #006400, #029507);
    }