
/* Background color of the navigation bar */
#workspace-nav {
    background-color: #008a48 !important;
    border-top: 10px solid #000000 !important;
}

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

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


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

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

.panel-info > .panel-heading {
    background-color: #10c469;
}

/* BUTTONS */
.btn-primary {
    background-color: #008a48 !important;
    border: 1px solid #008a48 !important;
}
.btn-primary:hover {
    background-color: #029953 !important;
    border: 1px solid #029953 !important;
}
.btn-info {
    background-color: #00bd65 !important;
    border: 1px solid #00bd65 !important;
}
.btn-info:hover {
background-color: #029953 !important;
border: 1px solid #029953 !important;
}

/* TABLES */
table.xcrud-list th {
background-color: #ffffff !important;
}
.table-striped thead tr, .xcrud-th ,.xcrud-list th, .xcrud th, .xcrud-column, .table th {
    background-color: #ffffff !important;
    th {
        color: #000000 !important;
    }
}
.data-table.table-striped > tbody > tr:nth-of-type(odd) {
    background: #d9ebe1 !important;
}
.modal-xl {
    width: 1200px;
}

input[type='text'],input[type='email'] ,select ,textarea , .select2{
border: thin solid #cccccc!important;
}
.panel-title {
    line-height: 29px;
}
.panel-tabs {

}
.select2-container-multi input {
    border: none !important;
}
.xcrud-item {
    overflow-wrap: anywhere;
}
.xcrud-column {
    width: 30% !important;
}
.xcrud-actions {
    width: 40px !important;
}
select[readonly] {
    pointer-events: none;
}