#layout-menu {
  background-color: #1A1A2E !important;
}

#taskmenu {
  background-color: #1A1A2E !important;
}

#taskmenu a,
#taskmenu a.compose,
#taskmenu a.mail,
#taskmenu a.contacts,
#taskmenu a.settings,
#taskmenu a.logout,
#taskmenu a.button-files,
#taskmenu a.button-calendar,
#taskmenu a.button-help {
  color: rgba(255,255,255,0.6) !important;
}

#taskmenu a:hover {
  background-color: rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
}

#taskmenu a.selected,
#taskmenu a.mail.selected,
#taskmenu a.contacts.selected,
#taskmenu a.settings.selected {
  background-color: rgba(61,111,232,0.3) !important;
  color: #ffffff !important;
}

#taskmenu a.compose {
  background-color: #3D6FE8 !important;
  color: #ffffff !important;
}

#taskmenu a.compose:hover {
  background-color: #2d5dd4 !important;
}

#layout-sidebar {
  background-color: #F4F4F8 !important;
  border-right: 1px solid #E2E2E8 !important;
}

#layout-sidebar .header {
  background-color: #F4F4F8 !important;
  border-bottom: 1px solid #E2E2E8 !important;
  color: #111112 !important;
}

#layout-sidebar .header .username {
  color: #52525A !important;
}

#folderlist-content {
  background-color: #F4F4F8 !important;
}

#mailboxlist li a {
  color: #333337 !important;
}

#mailboxlist li:hover a {
  background-color: #EAEAEE !important;
}

#mailboxlist li.selected a {
  background-color: #3D6FE8 !important;
  color: #ffffff !important;
}

#mailboxlist li.unread a {
  color: #3D6FE8 !important;
  font-weight: 600 !important;
}

#mailboxlist li.selected.unread a {
  color: #ffffff !important;
}

#layout-sidebar .footer {
  background-color: #F4F4F8 !important;
  border-top: 1px solid #E2E2E8 !important;
}
