*  {
    margin:0;
    padding:0;
}

body {
    /*  display: flex;
      min-height: 100vh;
      flex-direction: column;*/
}

main {
    flex: 1 0 auto;
}

/* configurar rodapé */
html, body {
    height: 100%;
    margin: 0;
}


/*.botao {
    margin-left: 10px;
}*/


.alert {
    display:inline-block;
}

.titulo-form {
    margin-top: 10px;
}

/*.login {
    padding: 20px;
}*/

.tela {
    /*background-color: white;*/
    /*padding: 10px;*/
    /*overflow:auto;*/ 
}

.label {
    font-weight: 600;
}

.texto-branco {
    color: white;
}

.editar {
    color: orange;
}

.deletar {
    color: orangered;
}


/* Rodapé funcionar */
.conteudo {
    min-height: 100%;
}

/* 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: #0050cc;
    font-weight: 500;
}

td {
    line-height: 5px;
    padding: 0em;
    margin: 0;
    border: 1px dashed black;
}

.center-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        
    /* código abaixo não relevante, só para o estilo! */
/*    color: #fff;
    background: #fff;
    padding: 0 20px 10px 20px;*/
}

.larg-max {
    width: 100%;
    /*background-color: greenyellow;*/
}
