/* FORCE FULL THEME */

body{
    background:#071225 !important;
}

/* HEADER */
.header-top-area{
    background:#13284f !important;
}

/* SIDEBAR */
.left-sidebar-pro{
    background:black !important;
}

.sidebar-header{
    background:black !important;
}

/* MENU */
.metismenu li a{
    color:#ffffff !important;
}

.metismenu li a:hover{
    background:#1d3b70 !important;
    color:#ffcc33 !important;
}

/* CONTENT AREA */
.all-content-wrapper{
    background:#071225 !important;
}

/* BOXES */
.welcome-adminpro-area,
.analytics-sparkle-area,
.static-table-area,
.single-product-item,
.white-box,
.product-sales-chart,
.analytics-content{
    background:#1b315d !important;
    border-radius:12px !important;
    color:#fff !important;
}

/* CARDS */
.card,
.panel,
.box{
    background:#1b315d !important;
    color:#fff !important;
}

/* TEXT */
h1,h2,h3,h4,h5,h6,p,span,label{
    color:#ffffff !important;
}

/* BUTTONS */
.btn,
button{
    background:#ffb400 !important;
    border:none !important;
    color:#000 !important;
}

/* INPUT */
input,
textarea,
select{
    background:#102345 !important;
    color:#fff !important;
    border:1px solid #34548a !important;
}

/* TABLE */
table{
    background:#1b315d !important;
    color:#fff !important;
}

table th{
    background:#203d73 !important;
    color:#ffcc33 !important;
}

/* REMOVE WHITE */
.bg-white,
.white-bg{
    background:#1b315d !important;
}

/* LINKS */
a{
    color:#ffffff !important;
}

/* DASHBOARD BOX SHADOW */
.analytics-content:hover{
    box-shadow:0 0 15px rgba(255,180,0,0.3) !important;
}
