
/*Header Panel*/
.inbox-email-menu-list .compose-email a, .btn-group-xs > .btn, .btn-xs,
.login-btn-inner .btn-primary.active.focus,
.login-btn-inner .btn-primary.active:focus,
.login-btn-inner .btn-primary.active:hover,
.login-btn-inner .btn-primary:active.focus,
.login-btn-inner .btn-primary:active:focus,
.login-btn-inner .btn-primary:active:hover,
.login-btn-inner .btn-primary:hover,
.login-btn-inner .btn-primary:active,
.login-btn-inner .btn-primary:focus,
.materialdesign .header-top-area,
.materialdesign .fixed-header-top,
.materialdesign .header-top-menu .navbar-nav > li .dropdown-menu,
.materialdesign .header-right-info ul.header-right-menu li .author-message-top,
.materialdesign .header-right-info ul.header-right-menu li .notification-author,
.materialdesign .header-right-info ul.header-right-menu li .author-log,
.materialdesign .header-right-info ul.header-right-menu li .admintab-wrap.menu-setting-wrap.menu-setting-wrap-bg.dropdown-menu,
.inbox-email-menu-list .compose-email strong, .materialdesign .breadcome-list,
.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:hover,
.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:focus,
.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:active,
.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:visited,
.view-file-in,
.materialdesign .header-drl-controller-btn.btn-info {
    background: #4e443c;
}

.form-group-inner input[type="email"]:focus,
.form-group-inner input[type="password"]:focus,
.form-group-inner input[type="text"]:focus,
.form-select-list .custom-select-value:focus,
.materialdesign .header-drl-controller-btn.btn-info {
    border: 1px solid #4e443c;
}

/*Grid Panel */
.materialdesign .adminpro-custon-design .panel-heading,
.materialdesign .nav-tabs.custom-menu-wrap li a,
.sparkline-hd,
.smart-sparkline-hd,
.sparkline7-hd,
.sparkline8-hd,
.sparkline9-hd,
.sparkline10-hd,
.sparkline11-hd,
.sparkline12-hd,
.sparkline13-hd,
.sparkline14-hd,
.sparkline15-hd,
.sparkline16-hd {
    background: #4e443c;
}

/*Side Panel */
.materialdesign #sidebar .sidebar-header,
.materialdesign #sidebar,
.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li .left-menu-dropdown {
    background-color: #add57f;
}

.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:hover,
.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:focus,
.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:active,
.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:visited {
    color: #fff;
}

.materialdesign .left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a,
.materialdesign .adminpro-custon-design .panel-heading,
.materialdesign .adminpro-custon-design .admin-panel-content p,
.header-top-menu .navbar-nav > li > a,
.header-right-info ul.header-right-menu > li > a {
    color: #fff;
}

.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:hover,
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:focus,
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:active,
.left-custom-menu-adp-wrap ul.left-sidebar-menu-pro li a:visited {
    background: #2b2a2a;
    color: #fff;
}

/* Table css*/
.table > thead > tr > th ,
table.dataTable thead th, table.dataTable tfoot th,
#footerResponsive { 
    background-color: #add57f;
}



.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    color: #434d58;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .mobile-menu-area {
        background: #4e443c;
    }
}

