﻿object:focus {
    outline: none;
}
.left{
    float:left;
}
.espacoEsquerda{
    margin-left:30px;
}
.right {
    float: right;
}
.opacity{
    opacity:0.5;
}
.toolTipMax{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.topoDashboard{
    cursor:pointer;
}
#graficoDespesa {
    color: #fff;
    background: #FF5722;
}

#graficoReceita {
    color: #fff;
    background: #585C64;
}

#TelaGeral #loading {
    float: left;
    width: 100px;
    height: 80px;
    margin-left: 40%;
    margin-top: 50px;
}

.colored{
    color:#FF5722;
}

#alerta div.topo{
    width:100%;
}


.inputInLineGrid{
    width:100%;
}
.inputInLineGrid div.divInput{
    width:80%;
    float:left;
    padding:0;
}
.inputInLineGrid div.divUndo{
    width:20%;
    float:left;
}

.inputCalendario{
    width:100%;
}
.inputCalendario div.divInput{
    width:80%;
    float:left;
    padding:0;
}
.inputCalendario div.divUndo{
    width:20%;
    float:left;
}


/*Input MDL Geral*/
.conteinerInputInLine{
    width:100%;
    padding:0px;
    outline:none;
    clear:both;
}

.conteinerInputInLine .conteinerInput{
    float:left;
    width: calc(100% - 10px);
     outline:none;
}
.conteinerInputInLine .conteinerInput input{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.conteinerInputInLine .conteinerStatus{
    float:right;
    width:3px;
    height:40px;
   
}
.salvo{
    float:right;
    width:3px;
    height:40px;
   background-color:#06a813;
   
}
.nSalvo{
    float:right;
    width:3px;
    height:40px;
   background-color:#ffd800; 
}
.erro{
    float:right;
    width:3px;
    height:40px;
     background-color:#ff0000;
 }
.obrigatorio{
     background-color:#ff0000;
     height:10px;
      float:right;
    width:3px;


 }

.conteinerInputInLine .conteinerSimbolo{
    float:left;
    padding-top:20px;
    line-height: 35px;
    margin-right:5px;
}

.conteinerInputInLine .conteinerInputSimbolo{
    float:left;
    width: calc(100% - 30px);
 
}

.textoPeriodo {
    text-align: right;
    float: right;
    display: flow-root;
    padding: 0px;
    margin: 0px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    height: 36px;
    line-height: 36px;
}

.tab_home{
    background-image:url(~/Content/css/images/tab_home.png);
}

.fakefile {
    display:none;
   
}
.divListaAnexo{
    width:350px;
    height: 350px;
    overflow-x:auto;
    padding:15px;
}
.divAnexo{
    width:300px;
    position: absolute;
    /* width: 220px; */
    height: 280px;
    background-color: #FFF;
    margin: 0px;
    padding: 0px;

    z-index: 1100;
    margin-left: -25px;
    overflow:hidden;
}
.divAnexo .buttonMaisAnexo{
    height:29px;
    background-color:#5899ff;
    color:#fff;
    border-top:solid 1px #5899ff;
    text-align:center;
    line-height:29px;
    font-size:16px;
    cursor:pointer;
} 
.divAnexo .buttonMaisAnexo:hover{
    background-color:#fff;
    color:#5899ff;
}
.linhaAnexoInput{
    cursor:pointer;
    height:40px;
    font-size:16px;
    padding:10px 5px;
}
.linhaAnexoInput .nomeanexo{
    width:180px;
    float:left;
    line-height:40px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.linhaAnexoInput .formatoanexo{
    width:40px;
    float:left;
}
.linhaAnexoInput .imganexo{
     width:40px;
     float:left;
}

/*css datalist grid responsiva*/
.TelaPerfilFuncionalidade .topo{
    padding:10px;
}
.TelaPerfilFuncionalidade .topo .titulo{
        font-size: 18px;
    
    height: 30px;
}

.Crude{
   
}


.botaoAtalhoReceita{
    background-color:#06a813;
    margin-left:20px;
    color:#ffffff;
    margin-top:15px;
}
.botaoAtalhoReceita:hover{
    background-color:#06a813;
}
.botaoAtalho{
    margin-top:15px;
    margin-left:20px;
    max-width:250px;
}
.hrelatorio{
    font-size:16px;
    margin-left:5px;
    margin-right:5px;
}
@media screen and (max-width: 768px) {
    .clearBothMedia {
        clear: both;
    }
   
    .hrelatorio {
        font-size: 12px;
    }
    .content-wrap section{
        padding:8px;
    }
}

.textArea {
    border: solid 1px #e0e0e0;
}

.containerBotao button{
    float:right;
    margin-left:5px;
}

.telaMaximaCentro{
    max-width:300px;
}

.tituloErro{
    font-size:14px;
    margin-bottom:12px;

}

.dependenciaErro {
    font-size:12px;
    padding:6px;
}