* {
    margin:0;
    padding:0;
}

html {
    min-height: 100vh;
 }
 
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

main {
     flex: 1 0 auto;
 }
 
container {
    min-height: 100vh;
    width: 100%;
}
 
.alert {
    display:inline-block;
}

.label {
    font-weight: 600;
}

.texto-branco {
    color: white;
}

.editar {
    color: orange;
}

.deletar {
    color: orangered;
}

.despesa {
    color: #FFC300;
}

.pgto {
    color: #000;
}

/* Rodapé funcionar */
.conteudo {
    min-height: 100%;
    /*background-color: #f2f2f2;*/
}

/* Rodapé funcionar */
.conteudo-interno {
    padding: 00px;
    padding-bottom: 50px;
}

/* Rodapé funcionar */
.rodape {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: blue-grey darken-1;
}

.desativado {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;

    &:hover {
        text-decoration: none;
    }
}

.txt {
    color: blue darken-4;
}

/*input:focus {
  border-bottom: 1px solid royalblue !important;
  box-shadow: 0 1px 0 0 royalblue !important;
}

label.active {
  color: royalblue important;
}*/

.margem-top {
    margin-top: 8px;
}

.margem-bottom {
    margin-bottom: 10px;
    margin-right: 5px;
}

.subir {
    margin-bottom: 3px;
}

tr.unitGridRow {
    height: 10px;
}

.dados {
    color: #0055dd;
    font-weight: 500;
}

.readonly {
    color: #666;
    font-weight: 500;
}

.center-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.larg-max {
    width: 100%;
    background-color: greenyellow;
}

.titulo {
    font-size: 1.5vh;
}*/

.titulo-logo {
    font-size: 2vh;
    margin-top: -4px;
}

.m-sobre:hover {
    cursor: pointer;
}

.img-fundo {
    background-image: url('../img/obra.jpg');   
}

.margem_acima {
    float: left;
}

.line-menor {
    /*line-height: 2vh;*/
}

.nm_tab_pai {
    font-weight: 400; 
    font-size: 2.5vh;
}

.verde {
    color: #009900;
}
.vermelho {
    color: #F00;
}

.preto {
    color: #000;
}

.link {
    text-decoration: underline; 
    color: #0055dd;
}

.slider .slides {
    margin: 0;
    height: 400px;
}

.slider .slides li img {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.help {
    font-family: Arimo, Verdana, Geneva, sans-serif; 
    font-size: 11px;
    background-color: #ddd; padding: 12px;
    width: auto;
}

.help_titulo {
    font-size: 17px;
    font-weight: 800;
    margin-top: 4px;
    margin-bottom: 4px;
}

.help_linha {
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 6px;
}


id_hlp_link {
    cursor: pointer; 
    font-family: Verdana, Geneva, sans-serif;  
    font-weight: bold; color: #1A72D3;
}