/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 6, 2017, 11:35:42 AM
    Author     : Use
*/

/* ===== COINZO Member Panel - Dark theme (logo color combo) ===== */
/* Only apply to member panel (html[data-theme="dark"]). Admin panel keeps default light tables. */
html[data-theme="dark"] :root {
    --coinzo-bg: #0a0a0a;
    --coinzo-surface: #1e2329;
    --coinzo-gold: #f0b90b;
    --coinzo-green: #02c076;
}

html[data-theme="dark"] body .panel,
html[data-theme="dark"] body .lobipanel,
html[data-theme="dark"] body .card {
    background-color: #1e2329 !important;
    border-color: #2c3137 !important;
    color: #eaecef !important;
}
html[data-theme="dark"] body .panel-default > .panel-heading,
html[data-theme="dark"] body .panel .panel-heading,
html[data-theme="dark"] body .lobipanel .panel-heading {
    background-color: #2b3139 !important;
    border-color: #2c3137 !important;
    color: #eaecef !important;
}
html[data-theme="dark"] body .panel-default > .panel-heading .panel-title,
html[data-theme="dark"] body .panel .panel-title {
    color: #eaecef !important;
}
html[data-theme="dark"] body .table {
    background-color: #1e2329 !important;
    color: #eaecef !important;
}
html[data-theme="dark"] body .table > thead > tr > th {
    background-color: #2b3139 !important;
    border-color: #2c3137 !important;
    color: #eaecef !important;
}
html[data-theme="dark"] body .table > tbody > tr > td,
html[data-theme="dark"] body .table > tbody > tr > th {
    border-color: #2c3137 !important;
    color: #eaecef !important;
}
html[data-theme="dark"] body .table > tbody > tr:hover > td {
    background-color: #2b3139 !important;
}
html[data-theme="dark"] body .btn-primary,
html[data-theme="dark"] body a.btn-primary {
    background-color: #f0b90b !important;
    border-color: #e6a908 !important;
    color: #000 !important;
}
html[data-theme="dark"] body .btn-primary:hover {
    background-color: #e6a908 !important;
    border-color: #f0b90b !important;
    color: #000 !important;
}
html[data-theme="dark"] body .label.label-success,
html[data-theme="dark"] body .badge.bg-success {
    background-color: #02c076 !important;
}
html[data-theme="dark"] body .text-primary { color: #f0b90b !important; }
html[data-theme="dark"] body .alert-success { background-color: rgba(2, 192, 118, 0.15); border-color: #02c076; color: #eaecef; }
html[data-theme="dark"] body .alert-danger { background-color: rgba(246, 70, 93, 0.15); border-color: #f6465d; color: #eaecef; }
html[data-theme="dark"] body .alert-info { background-color: rgba(240, 185, 11, 0.15); border-color: #f0b90b; color: #eaecef; }

/*YOUR CUSTOM STYLE STARTED IN HERE*/
