﻿#calcjuros-taxa {
    width:55%;
}

#calcjuros-taxa-periodo {
    width: 45%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

#calcjuros-tempo {
    width: 55%;
}

#calcjuros-tempo-periodo {
    width: 45%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}

#calcjuros-resultado-table td,
#calcjuros-resultado-table th {
    text-align: right !important;
}

#calcjuros-resultado-table tr td:nth-child(1),
#calcjuros-resultado-table tr th {
    text-align:center !important;
}

#calcjuros-resultado-table td:nth-child(3),
#calcjuros-resultado-table th:nth-child(3) {
    background-color: #def1ff;
}

#calcjuros-resultado-table tr td:nth-child(4),
#calcjuros-resultado-table tr th:nth-child(4) {
    background-color: #cbffd7;
}

#calcjuros-resultado-table tr td:nth-child(5),
#calcjuros-resultado-table tr th:nth-child(5) {
    background-color:#f9f9f9;
}

#calcjuros-resultado-table tr:last-child td {
    font-weight:bold;
}


#tab_financeiro_calcjuros .badge {
    padding:2px 5px;
    color:#FFF;
    font-weight:bold;
    border-radius:5px;
}

#tab_financeiro_calcjuros .badge.badge-yellow {
    color: #000 !important;
    font-weight:normal;
    padding-left:20px;
}

#tab_financeiro_calcjuros .badge-danger {
    background-color: #dc3545 !important;
}

#tab_financeiro_calcjuros .badge-success {
    background-color: #28a745 !important;
}

#tab_financeiro_calcjuros .badge-primary {
    background-color: #007bff !important;
}

#tab_financeiro_calcjuros .badge-default {
    background-color: #777 !important;
}

#tab_financeiro_calcjuros #calcjuros-resultado-table tr td {
    padding: 5px;
    border-bottom: 1px solid #f3f3f3;
}