.carregando {
    font-weight: bold;
    background: #FFF;
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 300px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.obrigatorio {
    color: red;
    padding: 10px;
}

.logo-img {
    width: 140px;
}

.cursor {
    cursor: pointer;
}