/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


table.last-invoice {}

.top-box table {
    width: 100%;
    margin: 17px 0;
}

.top-box {
    text-align: center;
}

.top-box table tr td {
    background: #e5e5e5;
    border: 2px solid #fff;
    padding: 10px 20px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-align: left;
}

.top-box table tr th {
    background: #cfcfcf;
    border: 2px solid #fff;
    padding: 9px 0;
    color: #000;
    font-weight: 900;
    font-size: 16px;
}

.top-box table:last-child {
    width: 70%;
    margin: 0 auto;
}

.top-box h3 {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
}

.top-box h3:last-child {
    color: #fff;
}

.payment-box {
    margin: 50px 0;
}

.payment-box h3 {
    color: #0089ff;
    font-size: 23px;
    font-weight: 600;
}

.payment-btn {
    text-align: right;
    background: #e7e7e7;
    padding: 17px 19px;
}

.payment-btn p {
    color: #3078b7;
    font-size: 17px;
    font-weight: 600;
}

.payment-btn p span {
    color: #fff;
    background: #0864b3;
    padding: 1px 7px;
    padding-right: 47px;
    border: 2px solid #f20;
    margin: 0 5px;
}

.payment-btn button {
    color: #fff;
    background: #d51c00;
    border: 2px solid #000;
    padding: 7px 11px;
    font-size: 15px;
    font-weight: 600;
}

.all-orders-box table {
    width: 100%;
}

.all-orders-box {
    text-align: center;
    padding: 27px 0;
    background: #e7e7e7;
}

.all-orders-box table tr th {
    background: #000;
    color: #fff;
    padding: 14px 0;
    border: 2px solid #ddd;
}

.all-orders-box table tr td {
    background: #fff;
    border: 2px solid #ddd;
    padding: 12px 0;
    color: #276f99;
    font-size: 17px;
    font-weight: 600;
}
.underline {
    color: #000 !important;
    text-decoration: underline;
}