/*Style Geral*/
.title-sm {
    padding-top: 5px;
    font-size: 14px;
    margin-bottom: 15px;
}

.card-add {
    border-top: 3px solid #00A5D0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.card-edit {
    border-top: 3px solid #00A5D0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.alerta-danger {
    text-align: center;
    height: 50px;
    background-color: #F8D7D9;
    color: #731C23;
}

.alerta-warning {
    text-align: center;
    height: 50px;
    line-height: 25px;
    background-color: #FFF3CD;
    color: #866305;
}

.alerta-sucesso,
.alert-success {
    text-align: center;
    height: 50px;
    background-color: #D4EDD9;
    color: #397142;
}

tbody {
    font-size: 14px;
}

.title-table-md {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}


.bg-atencao {
    background-color: #fff3cd;
}

.btn-azul-payment {
    border-bottom: 2px solid black;
    border-right: 2px solid black;
}



.amarelo-input {
    background-color: #fffaeb;
}

.footer-payment {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}


.bg-warning-light {
    background-color: #fff9c4 !important; /* amarelo clarinho */
}

.bg-success-light {
    background-color: #c8e6c9 !important; /* verde clarinho */
}
.bg-grey-light {
    background-color: #F4F6F9 !important; /* verde clarinho */
}
/*================================================================================*/
/*                     CONFIGURAÇÕES DAS TABELAS                                  */
/*================================================================================*/
.min-width-20 {
    min-width: 20px;
}

.min-width-40 {
    min-width: 40px;
}

.min-width-60 {
    min-width: 60px;
}

.min-width-80 {
    min-width: 80px;
}

.min-width-100 {
    min-width: 100px;
}

.min-width-120 {
    min-width: 120px;
}

.min-width-140 {
    min-width: 140px;
}

.min-width-160 {
    min-width: 160px;
}
.min-width-180 {
    min-width: 180px;
}

.min-width-200 {
    min-width: 200px;
}

.min-width-220 {
    min-width: 220px;
}

.min-width-240 {
    min-width: 240px;
}

.min-width-260 {
    min-width: 260px;
}

.min-width-300 {
    min-width: 300px;
}
/*================================================================================*/
/*                     CONFIGURAÇÕES DAS BUTTONS                                  */
/*================================================================================*/

.btn-azul-1 {
    background-color: #3599FF;
    color: aliceblue;
    font-weight: 600;
    padding: 10px;
}

.btn-azul-1:hover {
    background-color: #0b7ae9;
    color: aliceblue;
    font-weight: 600;
    padding: 10px;
}

.btn-verde-1 {
    background-color: #1EC5BD;
    color: aliceblue;
    font-weight: 400;
    padding: 8px;
}

.btn-verde-1:hover {
    background-color: #0c9b93;
    color: aliceblue;
    padding: 8px;
}


.list-group-item.active {
    background-color: #007bff;
    color: white;
}

#resultado_pesquisa{
    position: absolute;
    background-color: white;
    z-index: 1;
}

/*================================================================================*/
/*                     CONFIGURAÇÕES DAS ALERTS DO BOOTSTRO                       */
/*================================================================================*/
.alert-danger {
    text-align: center;
    background-color: #F8D7D9;
    color: #731C23;
}
.alert-primary {
    text-align: center;
    background-color: #CCE5FF;
    color: #004085;
}

.alert-warning {
    text-align: center;
    background-color: #FFF3CD;
    color: #8B6B0F;
}