﻿ul li {
    list-style: none;
}

    ul li a {
        color: white;
        text-decoration: none;
    }

thead, tbody {
    border: none;
}

    thead th, tbody td {
        border: none;
    }

th, td {
    border: none;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}

.sistema-login {
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fafafa;
    text-align: center;
    padding: 32px 15px;
    border-radius: 8px;
    box-shadow: 4px 5px 7px 0 rgba(0, 0, 0, 0.18);
}

.sistema-mensagem {
    padding: 15px;
    border-radius: 4px;
    width: auto;
    margin: 10px auto;
}

.link-form {
    color: #3D6399;
    font-weight: 600;
}

    .link-form:hover, .link-form:active, .link-form:focus {
        transition: all ease-in-out 200ms;
        color: #27436b;
        text-decoration: none;
    }

.sistema-topo {
    width: 100%;
    background-color: #06172f;
    padding: 5px;
}

.sistema-conteudo {
    display: grid;
    grid-template-columns: 220px 1fr;
    width: 100%;
    height: 100%;
}

.page-item.active .page-link {
    color: #fff !important;
}

.page-link {
    color: #007bff !important;
}

.paginacao {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .paginacao li {
        color: #007bff;
    }
