﻿
.mt_bottom {
    margin-bottom: 15px !important;
}

.card-header .paging_table {
    display: none;
}

body {
    background: #ffffff;
}

.btn-primary {
    background: #0000ff !important;
    border-color: #0000ff !important;
    color: #ffffff !important;
}

.bg-primary {
    background: #0000ff !important;
}

.wallet-card-section:before {
    background: #00b9f2 !important;
}

.appBottomMenu .item.active {
    background: blue;
    color: white;
}

    .appBottomMenu .item.active strong {
        color: #ffffff !important;
        font-weight: 600;
    }

.appBottomMenu .item strong {
    color: blue !important;
    font-weight: 600;
}

.wallet-card .balance .right .button {
    color: #0000ff;
}

    .wallet-card .balance .right .button:hover {
        background: #00b9f2;
        color: #fff;
    }

a {
    color: #0000ff;
}

    a:hover, a:active, a:focus {
        color: #0000ff;
    }

.stat-box {
    padding: 0;
    border: 3px solid #00b9f2;
}

    .stat-box .title {
        font-size: 20px;
        color: #ffffff;
        font-weight: 700;
        border-bottom: 2px solid #6236ff;
        padding: 10px 20px 10px 20px;
        background-color: #6236ff;
    }

    .stat-box .title {
        border: none;
        background-color: #00b9f2;
    }

    .stat-box .value {
        font-size: 24px;
        font-weight: 700;
        color: #000000;
        padding: 10px 20px 10px 20px;
    }

.card .card-header {
    background: #6236ff;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 16px;
    border-bottom: 3px solid #6236ff;
}

.card .card-header {
    background: #00b9f2;
    border-bottom: 3px solid #00b9f2;
}

.card-header .card-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
