.border-left-card {
    border-left: 3px solid #ea6621;
}

.myaccordion .btn {
    color: #ea6621;
}

/*General css*/
.text-color-blue-septeo {
    color: #0e2b5c !important
}

.text-color-orange-septeo {
    color: #ea6621 !important
}

.card-title, .modal-title {
    color: #ea6621 !important;
    font-weight: bold !important;
}

label {
    color: #0e2b5c !important
}

/*Custom menu*/
.main-menu-content .navigation > li > a {
    font-size: 1rem;
    font-weight: 500;
    color: #0e2b5c !important;
}

.main-menu-content .navigation > li.open > a {
    color: #ea6621 !important;
    font-weight: bolder !important;
    border-right: 4px solid #ea6621 !important;
}

.footer-dark,
.footer-dark a {
    color: #0e2b5c !important;
    font-weight: bolder !important;
    background: linear-gradient(#eceff2 0%, #fff 15%) !important;
}

a.page-link,
.dataTables_info,
.dataTables_filter > label,
.dataTables_length > label,
.table tbody tr td,
.table thead tr th,
table thead tr th {
    color: #0e2b5c !important;
}

.page-item.active .page-link {
    color: white !important;
    font-weight: bold;
    border-color: #0e2b5c !important;
    background-color: #ea6621;
}

button.btn.btn-icon > i,
a > i {
    color: #0e2b5c !important;
}
