/* AiES Почта — sage palette over Roundcube Elastic */
body.task-login { background: radial-gradient(1200px 600px at 20% 0%, #e3e6da 0%, #f5f5f0 55%) !important; }
body.task-login #layout-content { background: transparent !important; }
body.task-login #login-form { background:#fff; border-radius:18px; box-shadow:0 20px 60px rgba(43,50,42,.12); padding:2.2rem 2rem 1.6rem; max-width:380px; }
body.task-login #logo { max-width:210px; max-height:60px; margin-bottom:1.2rem; }
body.task-login #login-footer, body.task-login #login-footer a { color:#7b8270 !important; }
.btn-primary, .button.mainaction, button.mainaction, input.button.mainaction { background-color:#5d6b52 !important; border-color:#5d6b52 !important; color:#fff !important; }
.btn-primary:hover, .button.mainaction:hover, button.mainaction:hover { background-color:#43503c !important; border-color:#43503c !important; }
.form-control:focus, input:focus, textarea:focus, select:focus { border-color:#9b9f8b !important; box-shadow:0 0 0 .2rem rgba(93,107,82,.18) !important; }
#layout-menu { background:#2b322a !important; }
#layout-menu a, #layout-menu .popover-header { color:#e8e4d9 !important; }
#layout-menu a.selected, #layout-menu a:hover { color:#fff !important; background:#43503c !important; }
#layout-menu #logo { padding:.4rem; }
.listing li.selected > a, .listing li.selected > a:before, #folderlist-content li.selected > a { color:#5d6b52 !important; }
.listing li.selected, #folderlist-content li.selected { background-color:#eef0e8 !important; }
table.records-table tr.selected td, table.records-table tr.focused td { background-color:#e8ebe2 !important; }
table.records-table tr.unread td .subject a { color:#2b322a !important; }
.attachmentslist li a.filename:hover, a.filename { color:#43503c; }
.header-links a, .header a.button:hover { color:#5d6b52 !important; }
.badge, .unreadcount { background:#b58b55 !important; color:#fff !important; }

/* dark mode */
html.dark-mode body.task-login { background: radial-gradient(1200px 600px at 20% 0%, #3a4235 0%, #1f241e 60%) !important; }
html.dark-mode body.task-login #login-form { background:#2b322a; box-shadow:0 20px 60px rgba(0,0,0,.45); }
html.dark-mode .listing li.selected, html.dark-mode #folderlist-content li.selected { background-color:#343c30 !important; }
html.dark-mode .listing li.selected > a, html.dark-mode #folderlist-content li.selected > a { color:#c9d1bd !important; }
html.dark-mode table.records-table tr.selected td, html.dark-mode table.records-table tr.focused td { background-color:#343c30 !important; }
html.dark-mode table.records-table tr.unread td .subject a { color:#f0ece2 !important; }
