:root {
  --primary: #C9A24B;
  --blue: #C9A24B;
}

#layout-menu {
  background-color: #0B1A33 !important;
}

#taskmenu a,
#taskmenu a .inner {
  color: #C9A24B !important;
}

#taskmenu a.selected {
  background-color: rgba(201, 162, 75, 0.16) !important;
}

.button.mainaction,
.button.mainaction.submit,
a.button-primary,
.formcontent .button.create,
.btn-primary {
  background-color: #C9A24B !important;
  border-color: #C9A24B !important;
  color: #0B1A33 !important;
}

.button.mainaction:hover,
.button.mainaction.submit:hover,
.btn-primary:hover {
  background-color: #B58F3F !important;
  border-color: #B58F3F !important;
}

body.task-login {
  background-color: #0B1A33 !important;
}

body.task-login .box {
  background-color: #ffffff !important;
}

a,
.boxtitle,
.header-title {
  color: #0B1A33;
}

.uibox .listing tr.selected,
.uibox .listing tr.selected td {
  background-color: rgba(201, 162, 75, 0.14) !important;
}

.messagelist tr.unread .subject,
.messagelist tr.unread .fromto {
  color: #0B1A33;
}
