<style>
.ui.primary.button {
color: #FFF;
background-color: rgba(198, 100, 25, 1);
}
.ui.primary.button:hover, .ui.primary.button:focus {
color: #FFF;
background-color: rgba(198, 100, 25, 0.9);
}
.stats .ui.basic.active.button {
color: rgba(198, 100, 25, 1) !important;
}
.ui.header .circular.icon {
color: #FFF;
background-color: #C66419;
}
a, a:hover, a:hover {
color: rgba(198, 100, 25, 1);
}
.ui.breadcrumb a, .ui.breadcrumb a:hover, .ui.breadcrumb a:focus {
color: rgba(198, 100, 25, 1);
}
#sidebar.ui.sidebar.vertical.menu .item.active {
color: #FFF;
background-color: #C66419 !important;
}
.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before, .ui.toggle.checkbox input:focus:checked ~ .box:before, .ui.toggle.checkbox input:focus:checked ~ label:before {
background-color: rgba(198, 100, 25, 1) !important;
}
.ui.sortable.table thead th.descending:after, .ui.sortable.table thead th.ascending:after {
color: rgba(198, 100, 25, 1) !important;
}
.ui.teal.label, .ui.teal.labels .label {
background-color: rgba(198, 100, 25, 1) !important;
}
</style>