html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Lato', sans-serif;
    padding-bottom: 20px;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    list-style: none;
}

#menuLateral ul {
    list-style: none;
    font-size: 20px;
}

#btnMenuLateral {
    color: white !important;
    background-color: #0d6efd;
    border-color: white !important;
    text-decoration: none;
    font-size: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.datepicker {
    padding: .375rem .75rem !important;
    cursor: pointer;
}

select {
    cursor: pointer;
}

td.no-wrap {
    white-space: nowrap;
}