label {
    font-weight: 900 !important;
    font-size: 14px;
    color: #516283;
}

p {
    font-size: 12px;
    font-weight: 100;
}

td,
th {
    padding: 8px;
    cursor: unset !important;
    vertical-align: middle;
    padding-left: 0px;
    color: #8694b0;
    border-top: 1px solid #dfe4ed;
}

.container-extrato {
    width: 98% !important;
    height: auto !important;
    background-color: #eee !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: left !important;
    font-family: Arial, sans-serif !important;
    margin: 1rem !important;

}

.main-extrato {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: left;
    padding: 10px;
    border-radius: 10px !important;
}

.main-extrato .quinze {
    width: 15%;
}

.main-extrato .vinte {
    width: 25%;
}

.btn.btn-default {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #516283;
}

.btn {
    min-height: 35px;
    border-radius: 8px;
    padding: 0;
    padding-left: 13px;
    padding-right: 13px;
    box-shadow: 3px 3px 10px 0 #00000020 !important;
    font-size: 15px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.btn-primary,
a.btn-primary,
.ui-widget-content a.btn-primary {
    background: #047afd;
    border-color: #047afd;
    color: #fff;
}

.btn-danger,
a.btn-danger,
.ui-widget-danger a.btn-danger {
    background: #EF4648 !important;
    border-color: #EF4648 !important;
    color: #fff !important;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.status {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 15px;
    width: 5px;
    height: 10px;
    font-weight: 700;
    text-align: center;
    padding-top: 2px;
}

.status.conciliado {
    background: #2ecc71;
}

.status.nao_conciliado {
    background: #ffc508;
}

.status.conciliado_parcial {
    background: #047afd;
}

.status.ignorado {
    background: #EF4648;
}

.popover_conci {
    visibility: hidden;
    width: 1px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -33px;
    right: 20px !important;
    transform: translateX(95%);
    transition: 0.5s ease;
    opacity: 0;
    text-wrap: nowrap;
    overflow: hidden;
}



.popover_conci::after {
    content: "";
    position: absolute;
    top: -33px;
    right: 20px !important;
    transform: translateX(95%);
}

.popover_conci.conciliado {
    background-color: #2ecc71;
}

.popover_conci.nao_conciliado {
    background-color: #ffc508;
}

.popover_conci.conciliado_parcial {
    background-color: #047afd;
}

.popover_conci.ignorado {
    background-color: #EF4648;
}

.trigger:hover .popover_conci,
.trigger:focus .popover_conci {
    visibility: visible;
    opacity: 1;
    right: 0 !important;
    width: 200px;
}

.descricao {
    visibility: hidden;
    width: 300px;
    background-color: #eee;
    font-weight: 900;
    color: #516283;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #00000040;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 90px;
    left: -50px;
    /* transform: translateX(-25%); */
    transition: 0.5s ease;
    opacity: 0;
}
.descricao:hover {
    z-index: 3;
}

.descricao::after {
    content: "";
    position: absolute;
    top: 60px;
    left: -50px;
    /* transform: translateX(-25%); */
}

.trigger:hover .descricao,
.trigger:focus .descricao {
    visibility: visible;
    opacity: 1;

}

.tipo {
    visibility: hidden;
    width: 300px;
    background-color: #eee;
    font-weight: 900;
    color: #516283;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #00000040;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: 90px;
    right: -50px;
    /* transform: translateX(-25%); */
    transition: 0.5s ease;
    opacity: 0;
}

.tipo:hover {
    z-index: 3;
}

.tipo::after {
    content: "";
    position: absolute;
    top: 60px;
    right: -50px;
    /* transform: translateX(-25%); */
}

.trigger:hover .tipo,
.trigger:focus .tipo {
    visibility: visible;
    opacity: 1;
}

.status_mov {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 15px;
    width: 5px;
    height: 10px;
    font-weight: 700;
    text-align: center;
    padding-top: 2px;
}

.status_mov.conciliado {
    background: #2ecc71;
}

.status_mov.nao_conciliado {
    background: #ffc508;
}

.status_mov.conciliado_parcial {
    background: #047afd;
}

.status_mov.ignorado {
    background: #EF4648;
}

.popover_mov {
    visibility: hidden;
    width: 1px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -33px;
    left: 0;
    /* transform: translateX(-95%); */
    transition: 0.5s ease;
    opacity: 0;
    text-wrap: nowrap;
    overflow: hidden;
}



.popover_mov::after {
    content: "";
    position: absolute;
    top: -33px;
    left: 0;
    /* transform: translateX(-95%); */
}

.popover_mov.conciliado {
    background-color: #2ecc71;
}

.popover_mov.nao_conciliado {
    background-color: #ffc508;
}

.popover_mov.conciliado_parcial {
    background-color: #047afd;
}

.popover_mov.ignorado {
    background-color: #EF4648;
}

.trigger:hover .popover_mov,
.trigger:focus .popover_mov {
    visibility: visible;
    opacity: 1;
    left: 15px;
    width: 200px;
}

.acao {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #00000020;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.5s ease;
}

.acao:hover {
    transform: scale(1.2) rotate(180deg);
}

.acao_container {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    left: -290px;
    top: 65px;
    width: 300px;
    height: 200px;
    background-color: #ffffff90;
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #00000040;
    z-index: 2;
    opacity: 1;
    transition: 0.5s ease;
    overflow: hidden;
    transform: scale(0);
}

.acao:focus~.acao_container {
    opacity: 1;
    transform: scale(1);
}

.acao_container:hover {
    opacity: 1;
    transform: scale(1);
}

.acao_criar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.acao_pesquisar {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.btn_cria {
    width: 40%;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #1dca5f;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s ease;
    box-shadow: 0px 0px 10px #00000020;
}

.btn_cria:hover {
    transform: scale(1.1);
}

.btn_pesquisa {
    width: 40%;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #047afd;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s ease;
    box-shadow: 0px 0px 10px #00000020;
}

.btn_pesquisa:hover {
    transform: scale(1.2);
}

form .panel-footer{
    display:flex;
}

.b_hov{
    transition: 0.5s ease;
}

.b_hov:hover{
    transform: scale(1.1);
}

.card-body.panel-body.table-responsive{
    overflow: visible;
}




































