body{
	background:#f1eded !important;
}
.page-sidebar{
background: #181D38;  /* fallback for old browsers */
#background: -webkit-linear-gradient(45deg, #CE9D20, #181D38);  /* Chrome 10-25, Safari 5.1-6 */
#background: linear-gradient(45deg, #CE9D20, #181D38); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.accordion-menu li.active-page > a:only-child, .dark-theme .accordion-menu li.active-page > a:only-child{
background:#CE9D20 !important;
}
.btn.btn-primary {
    color: #fff;
    background: #CE9D20;
}

.card-header.plaincolor {
    #background: linear-gradient(45deg, #CE9D20, #181D38) !important;
    background:#181D38 !important;
    color: #fff !important;
}
.badge.badge-primary,
.alert.alert-primary {
    background: #CE9D20;
}
.card.jumbotron {

    background: linear-gradient(45deg, #CE9D20 0%, #181D38 100%);

}

.bg-gradient {
    background: #181D38 !important;  /* fallback for old browsers */
    /*background: -webkit-linear-gradient(45deg, #CE9D20, #181D38) !important;  /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(45deg, #CE9D20, #181D38) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

:root {
    --primary: #CE9D20;
    --secondary: #181D38;
  }
  