/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/08/2017, 22:16:45
    Author     : peter
*/
.fundoMenu{
}
.login{
    background-color: #454545;
}
.btn-loginCustom {
    background-color: red;
    width: 100%;
}
.textoTopo{
    color: white;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.versao{
    font-size: 10px !important;
    font-weight: normal;
}
.mensagemErro{
    background-color: #fc2f2f;
    font-weight: bold;
    padding: 3px;
    border-width: 10px;
    color: wheat;
}
.mensagemAviso{
    background-color: #fcbb2f;
    font-weight: bold;
    padding: 3px;
    border-width: 10px;
    color: wheat;
}
.baixarApp{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    background-color: #124d0f;
}

.appRodape{
    min-height: 20px;
    padding: 2%;
    margin-top: 3%;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
}
section.download {
    position: relative;
}
section.download h2 {
    font-size: 50px;
    margin-top: 0; }
section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px; }
section.download .badges .badge-link:last-child {
    margin-bottom: 0; }
section.download .badges .badge-link img {
    height: 60px; }
@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0; } }
@media (min-width: 768px) {
    section.download h2 {
        font-size: 70px; } }

.img-app{
    margin-left: 15%;
}
.img-rodape{
    width: 40%;
    height: 40%;
    margin: auto;
}
.img-rodape-flamengo{
    width: 15%;
    height: 15%;
}
.paginaErro {
    margin-bottom: 2%;
    width: 90%;
    margin-left: 5%;    
    text-align: center;
}
.imagemIndex{
    padding: 1px 1px;
    color: #777;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}
.imagemIndex, a:hover,
a:focus {
    text-decoration: none;
}

.imgLogo{
    width: 45px;
    height: 45px;

}

.imgStatus{
    width: 25px;
    height: 25px;

}
.imgSelecaoCategoria{
    width: 70%;
    height: 70%;
}
.cardSelecao{
    margin-bottom: 1%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #f5f5f5;
    border: 2px solid #e3e3e3;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.carSelecaoDiv{
    position: relative;
    min-height: 1px;
    float: left;
    margin: auto;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active selectNao{
    border: 1px solid #ffffff;
    background: #124d0f;
}
.breadcrumbs{
    margin-left: 5px;
}
.mensagemErroLogin{
    text-align:center; 
    color: red;
    font-weight: bold;
}
.cellGridFormLabel {
    padding: 10px;
}
.imgLogoPequena{
    width: 25px;
    height: 25px;
    margin-left: 2%;
}
.legendaTabela{
    text-align: center;
    font-size: 08pt;
}
.red_color{
    background-color: #FFA07A!important;
}
.cheque{
    background-color: #98FB98!important;
}
.andamento{
    background-color: #F0E68C!important;
}
.formulario{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.exibicaoDetalhe{
    font-weight: normal;
}