body {
    background-color: #b6ad90;
}

.card_pib .nav-item .active {
    background-color: #936639;
    color: #fff;
}

.card_pib .nav-item a {
    background-color: #a68a64;
    color: #fff !important;
}

#ingreso i {
    color: #a68a64;
    font-size: 80px;
}

#ingreso p {
    color: #a68a64;
    font-size: 30px;
    margin-top: 30px;
    margin-left: 15px;
}

.card_body_total {
    display: inline-flex;
}

.card_total {
    border: 2px solid #a68a64;
}

.btn_ticket {
    background-color: #656d4a;
    color: #fff;
}

.btn_ticket:hover,
.btn_ticket:active,
.btn_ticket:focus {
    background-color: #414833;
    color: #fff;
}

.btn_save {
    background-color: #656d4a;
    color: #fff;
}

.btn_save:active,
.btn_save:focus,
.btn_save:hover {
    background-color: #414833;
    color: #fff;
}

.btn_cancel {
    background-color: #a68a64;
    color: #fff;
}

.btn_cancel:hover,
.btn_cancel:focus,
.btn_cancel:active {
    background-color: #936639;
    color: #fff;
}

.modal-header {
    background-color: #b6ad90;
    color: #fff;
}

.modal-body {
    color: #656d4a;
}

.modal-footer {
    border-top: 0px;
}


/* .btn_sale {
    background-color: #168aad;
}

.btn_sale:hover,
.btn_sale:focus,
.btn_sale:active {
    background-color: #127694;
} */


/* .btn_apart {
    background-color: #ca6702;
} */


/* .btn_apart:hover,
.btn_apart:focus,
.btn_apart:active {
    background-color: #af5902;
} */

.bg_apart {
    background-color: #ca6702;
    color: #fff;
    font-size: 15px;
}

.table_apart tbody tr:nth-of-type(odd) {
    background-color: rgb(202 103 1 / 58%);
}

.table_apart,
.table_apart>td,
.table_apart>th {
    background-color: #ca6701ba;
    color: #fff;
}

.table_apart tbody+tbody,
.table_apart td,
.table_apart th,
.table_apart thead th {
    border-color: #ca6701;
}

.btn_apart:hover {
    color: #fff !important;
    cursor: pointer;
}


/* Total */

.bg_success {
    background-color: #38196e;
    color: #fff;
    font-size: 15px;
}

.table_success tbody tr:nth-of-type(odd) {
    background-color: #4e2c8f;
}

.table_success,
.table_success>td,
.table_success>th {
    background-color: #300c74;
    color: #fff;
}

.table_success tbody+tbody,
.table_success td,
.table_success th,
.table_success thead th {
    border-color: #6f42c1;
    color: #fff;
}

.btn_success:hover {
    color: #fff !important;
    cursor: pointer;
}


/*vendidos*/

.bg_sale {
    background-color: #168aad;
    color: #fff;
    font-size: 15px;
}

.table_sale tbody tr:nth-of-type(odd) {
    background-color: #319ebf;
}

.table_sale,
.table_sale>td,
.table_sale>th {
    background-color: #168aadbe;
    color: #fff;
}

.table_sale tbody+tbody,
.table_sale td,
.table_sale th,
.table_sale thead th {
    border-color: #168aad;
}

.btn_sale:hover {
    color: #fff !important;
    cursor: pointer;
}

td {
    vertical-align: middle !important;
    font-size: 13px !important;
}

.btnResponsive {
    background-color: #a68a64;
    color: #fff;
    text-align: center;
}

@media (max-width: 720px) {
    #ingreso i {
        font-size: 50px;
        margin-top: 5px;
    }
    #ingreso p {
        font-size: 25px;
        margin-top: 15px;
    }
}