
/* Background color of the navigation bar */
#workspace-nav, nav {
    background-color: #008A48 !important;
}

.bg-primary {
    background-color: #008a48 !important;
}

.text-primary {
    color: #008a48 !important;
}


/* Menu hover background/Foreground color */
.nav > li .submenu li a:hover {
    color: #ffffff;
    background: black !important;
}

/* PANELS */
.panel-primary > .panel-heading {
    background-color: #008A48;
}

.panel-info > .panel-heading {
    background-color: #008a48;
}

/* BUTTONS */
.btn-primary {
    background-color: #043f7b !important;
    border: 1px solid #043f7b !important;
}

.btn-info {
    background-color: #043f7b !important;
    border: 1px solid #043f7b !important;
}

/* TABLES */
.table-striped thead tr, .xcrud-th {
    background-color: #008a48 !important;
    th {
        color: #fff !important;
    }
}
.data-table.table-striped > tbody > tr:nth-of-type(odd)  {
    background: #008a4830 !important;
}
#workspace-nav {
    border-top: 10px solid #000 !important;
}
.modal-xl {
    width: 1200px;
}
