* {
    margin: 0;
    padding: 0;
}

.tamanhobr {
    font-size: 4pt;
}

textarea:focus,
input:focus,
select:focus {
    box-shadow: none !important;
    border: 1px solid #cfd4d9 !important;
    outline: none !important;
}

.container-main {
    border: solid 0px black;
}

.material-icons {
    vertical-align: -14%;
    padding: 2px;
    margin: 2px;
}

.fundo-titulo {
    background-color: rgba(0, 0, 0, 0.555);
    color: white;
    padding: 14px;
}

h4 {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 4px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-add {
    display: inline;
    cursor: pointer;
    border: 1px solid #007bff;
    border-radius: 6px;
    background-color: #007bff;
}
.btn-down {
    display: inline;
    cursor: pointer;
    border: 1px solid #28a745;
    border-radius: 6px;
    background-color: #28a745;
}

.corpo {
    color: white;
    padding: 10px;
}

.over {
    overflow: hidden;
    /*  background-color: rgb(228, 0, 0); */
}

.btn-back {
    color: white;
    margin-right: 10px;
}

.nounderline {
    text-decoration: none !important;
    display: inline-block;
}

.nounderline:hover {
    text-decoration: none !important;
    cursor: pointer;
}

.cor-red {
    /* background-color: wheat; */
    color: red;
    padding: 2px;
    margin: 2px;
    cursor: pointer;
}

.cor-green {
    /* background-color: wheat; */
    color: green;
    padding: 2px;
    margin: 2px;
    cursor: pointer;
}

.cor-blue {
    /* background-color: wheat; */
    color: blue;
    padding: 2px;
    margin: 2px;
    cursor: pointer;
}

.nome {
    padding: 2px;
    margin: 2px;
    /* display: inline-block; */
}

ul {
    background: white;
}

.formulario-login {
    background-color: rgb(70, 70, 70);
    width: 300px;
    padding: 15px 15px 20px 15px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.fa-eye {
    position: absolute;
    top: 11px;
    left: 242px;
    cursor: pointer;
    color: rgb(0, 0, 0);
    z-index: 3;
}

.fa-eye-slash {
    position: absolute;
    top: 11px;
    left: 242px;
    cursor: pointer;
    color: rgb(0, 0, 0);
    z-index: 3;
}

#password {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}