body{
    background-image: url('../imagens/fundo.png');
}
.LoginSF{
    width: 300px;
    height: 350px;  
}
.Centralizar{
    text-align: center;
}
.LogoGlassRodaPe{
    height: auto;
    width: 200px;
}
.alignLeft{
    text-align: left;
}
.alignRight{
    text-align: right;
}
.LogoLeft{
    text-align: left;
}
.LogoRight{
    text-align: right;
}
.CentralizarInformacoesNaTela {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.LabelSF{
    background-color:rgba(var(--bs-primary-rgb)) ;
    color: rgba(var(--bs-secondary-rgb));
}
.CardBodyPrincipal{
    height:98vh;
    overflow-x:hidden; 
    overflow-y:auto;
    background: rgba(var(--bs-secondary-rgb),0.5) !important;
}
.CardBodyPrincipal .card-header{
    background: rgba(var(--bs-primary-rgb),0.8) !important;
}
.CardBodyPrincipal .card-footer{
    background: rgba(var(--bs-primary-rgb),0.8) !important;

}
.CardMiniDashBoard{
    width: 350px;
    height: 300px;  
}
.BodyPrincipal{
    padding: 0px !important;
}
.MiniDash{
    display:inline-table;
    margin-right: 16px;
    margin-bottom: 16px;
}

.CardDataSet{
    width: 350px;
    height: 300px;

}
.IconeNovoDataSet{
    font-size: 73px;
 }

.Hover:hover {
    box-shadow: 0px 0px 20px rgba(50, 50, 50, 1);
    
 }
 .IconeNovaDash{
    font-size: 90px;
 }

 .containerSF{
    width:  calc(99% - 75px);
    max-width: calc(99% - 75px) !important;
    margin-left: 0.5%;
    margin-top: 0.5%;
    
    float: left !important;
    /*display:inline-table  !important;*/

    overflow:auto;
    box-sizing: border-box;
    
}

.RowTotal{
    height: 98%;
    --bs-gutter-x: 0px !important;
}

.ImagemDash{
    width: 100%;
    height: auto;
    max-height: 150px !important;
}
.navbar{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: 0px !important;
    box-shadow:none !important;
    background-image: none !important;
}
.TituloDash{
    width: 100%;
    text-align: center;
    color:rgba(var(--bs-secondary-rgb),1);
}

.HoverLista:hover {
    background-color:rgba(var(--bs-primary-rgb)) ;
     
  }
@media screen and  (min-width: 0px) and (max-width: 750px) ,(min-height: 0px) and (max-height: 550px)  {
    
    .CardMiniDashBoard{
        width: 80vw;
        height: auto;  
        min-height: 300px;
    }
    .containerSF{
        width: 99%;
        max-width: 99%;
        margin-left: 0.5%;
        margin-top: 0.5%;
        height: calc(100vh - 10px);
        
        float: left !important;
        display:inline-table  !important;
        max-width: calc(99% - 5px) !important;
    }
    .CardBodyPrincipal{
        height:calc(100% - 50px);
        overflow-x:hidden; 
        overflow-y:auto;
        background: rgba(var(--bs-secondary-rgb),0.5) !important;
    }
    .LogoGlassRodaPe{
        height: auto;
        width: 30vw;
    }    
}  

.Monetario{
    float:left;
    margin-left: 5px;
}
.alinhar-right{
    text-align: right !important;
}

.SelecionarCategoria{
    max-height: 45vh;
    overflow-y:auto;
}
.RowTotalHorizontal{
    width: 100%;
    max-width: 100%;
    
}
.MargemTop{
    margin-top: 5px !important;
}
.AlignCenter{
    align-items: center;
	display: flex;
}
.MinutosParaSlides{
    font-size: 25px;
    width: 65px;
}

.Versao{
    font-size: 9px;
    font-style: oblique;
}
.Filtros .modal-body{
    overflow-y: auto;
    overflow-x: auto;     
}   
.FiltroLadoALado{
    padding-right: 10px;
}
.Modal80{
    max-width: 80% !important;
}
#GridDetalhes{
    max-height: 70vh;
    overflow-y:auto;   
}
#consultaGrid{
    max-height: 40vh;
    overflow-y:auto;   
}
.iconesExportacao{
    position: fixed;
    left: 10%;
    margin-left: 10px;
    font-size: 28px;
    z-index: 9999;
    color:rgba(var(--bs-primary-rgb)) ;
}
.Exportar{
    position: fixed;
    margin-left: 10px;
    font-size: 15px;
    z-index: 9999;
    color:rgba(var(--bs-primary-rgb)) ;
}
.GridTable{
 
    /*max-width: 100px !important;
    overflow-y: auto !important;
    overflow-x: auto !important;*/
}