.erros {
    padding-left: 3%;
    padding-bottom: 3%;
}

.lista-erros {
    color: red;
}

.erroInput {
    border: solid 1px red;
}

.main-table td {
    text-align: center;
}

.main-table th {
    text-align: center;
}

#main-table td {
    text-align: center;
}

#main-table th {
    text-align: center;
}

.img-thumbnail {
    width: 30%;
}

.text-align-left {
    text-align: left !important;
    padding-left: 2%;
}

.text-align-right {
    text-align: right !important;
    padding-left: 2%;
}

.btn-conciliacao {
    background-color: orange;
    border-color: orange;
}

.yellow {
    color: yellow;
}

.clickable {
    cursor: pointer;
}

.btn-excel {
    border: #28a745 !important;
    background-color: #28a745 !important;
}

.btn-excel:hover {
    border: #2c8f43 !important;
    background-color: #2c8f43 !important;
}