table,
thead,
tbody,
tfoot,
tr,
th,
td {
    padding: 0;
    border-spacing: 0;
    border: 0;
}

.nome-sistema {
    color: white;
    font-weight: 700;
    font-size: 36px;
}

.descricao-sistema {
    color: lightgray;
    font-weight: 500;
    font-size: 22px;
}

.msg-usuario {
    color: white;
}

.brasao {
    display: block;
    max-height: 200px;
    max-width: 400px;
    height: auto;
    width: auto;
}

.menu-aplicacao {
}

    .menu-aplicacao a {
        text-decoration: none !important;
        outline: none !important;
    }

.menu-principal {
    text-transform: lowercase !important;
}

    .menu-principal a {
        text-decoration: none !important;
        outline: none !important;
        margin-right: 4px;
    }

    .menu-principal ::first-letter {
        text-transform: uppercase !important;
    }

    .menu-principal a:hover {
        outline: none !important;
    }


.login-form {
    max-width: 500px;
    width: 400px;
    margin: auto;
}

    .login-form td {
        padding: 5px 10px;
    }

.login-titulo {
    font-size: 22px;
    font-weight: bold;
    color: white;
}

.login-text-box {
}

.login-instrucao {
}

.custom-see {
    color: white;
    text-align: left;
    width: 250px;
    padding: 5px;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    left: auto;
    right: 3%;
    position: absolute;
}

    .custom-see .top {
        margin: 0;
        border: gray solid 1px;
        border-radius: 6px;
        padding: 5px;
        background-color: white;
        color: black;
        font-weight: bold;
    }

        .custom-see .top .closebtn {
            margin-left: 15px;
            float: right;
            font-size: 23px;
            line-height: 20px;
            cursor: pointer;
            transition: 0.3s;
        }

    .custom-see .body {
        padding-top: 5px;
    }

        .custom-see .body span {
            color: white !important;
            font-weight: normal !important;
            text-align: left !important;
        }

.divMsgADM {
    position: fixed;
    border-radius: 3%;
    top: 50%;
    left: 50%;
    padding: 20px;
    background-color: #e62020;
    margin-left: -50px; /*  metade da largura do obj*/
    margin-top: -230px; /* metade da altura do objeto, deve ficar negativo */
}

.section-loading {
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.loading {
    position: fixed;
    top: 45%;
    left: 43%;
    color: #000000;
}

.img-loading {
}

.tabela-comentarios {
    height: 600px;
    width: 800px;
    padding: 15px;
    overflow-y: auto;
}

.ajax__calendar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box !important;
    word-break: keep-all !important;
}

.ajax__calendar_dayname {
    width: 23px !important;
}