body {
    height: 100vh;
    margin-top: 80px;
    padding-bottom: 80px;
}
.navbar {
    margin-bottom: 30px;
}

.red {
    color: red;
}
.larger {
    font-size: 1.5rem;
}
.green {
    color: green;
}
.pagination {
    padding-left: 20px;
}
.pageTitle {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.8rem;
    font-style: oblique;
    text-decoration: underline;
    color: steelblue;
    padding-left: 20px;
}
.bottom-border {
    border-bottom: 1px solid #DFE2E5;
}
.page-link selected {
    background-color:#337DF6;
    color:white;
}

.card{
    margin-bottom: 80px;
}
#homeCard {
    border-radius: 10px;
    -webkit-box-shadow: 4px 2px 17px 0px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 4px 2px 17px 0px rgba(50, 50, 50, 0.56);
    box-shadow: 4px 2px 17px 0px rgba(50, 50, 50, 0.56);
}

.formView
{
    margin-top: 60px;
    border: 1px solid #54C7F0;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 2px 17px 0px rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 4px 2px 17px 0px rgba(50, 50, 50, 0.56);
    box-shadow: 4px 2px 17px 0px rgba(50, 50, 50, 0.56);
    margin-bottom: 80px;
}
.cardp {
    font-weight: bold;
}
.butao {
    color: steelblue;
}
.code {
    font-weight: normal;
    text-align: right;
    margin-right: 20px;
}
.textonotas {
    text-align: justify;
    font-weight: normal;
    padding: 10px 30px;
}
table { margin: 0px 10px;}
tbody td:first-child {
    padding-left: 20px;;
}

thead th {
    background-color: steelblue;
    color: whitesmoke;

}
thead th:first-child {
    border-top-left-radius: 6px;
    padding-left: 20px;
}
thead th:last-child {
    border-top-right-radius: 6px;
}