html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 90px;
    padding-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #fff;
}

.text-small {
    font-size: 14px;
}

.text-very-small {
    font-size: 12px;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.toast-pos {
    margin-top: 70px;
    margin-right: 10px;
}

.cursor-hand {
    cursor: pointer;
}

.text-orange {
    color: #ff5e20;
}

.div-height-50 {
    max-height: 50px;
}

.div-height-100 {
    height: 100px;
}

.div-height-150 {
    height: 150px;
}

.div-height-200 {
    height: 200px;
}

.div-height-250 {
    height: 250px;
}

.div-height-300 {
    height: 300px;
}

.line-through {
    text-decoration: line-through;
}

.navbar-brand > img {
    margin-top: -7px;
    height: 40px;
}

.side-menu {
    font-size: 12px;
    max-height: 70vh;
}

.sticky-lg-top {
    top: 90px;
}

.item-side-menu {
    padding: 0.3rem 0.6rem;
    margin: 0.2rem 0;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* width */
.smallbar::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.smallbar::webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.smallbar::-webkit-scrollbar-thumb {
    background: #adadad;
}

    /* Handle on hover */
    .smallbar::-webkit-scrollbar-thumb:hover {
        background: #818181;
    }

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.table-icon-column {
    width: 2%;
}

.table-small-column {
    width: 7%;
}

.table-col-100 {
    width: 100px;
}

.table-col-150 {
    width: 150px;
}

.table-col-200 {
    width: 200px;
}

.table-col-300 {
    width: 300px;
}

.ico-vulnerabilidade {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: larger;
}
