/* Warisi seluruh gaya Elastic (file terkompilasi di image = styles.min.css) */
@import url("../../elastic/styles/styles.min.css");

/* ==== Aksen biru ala Outlook ==== */
#layout-menu { background: #0f6cbd; }
#layout-menu a,
#layout-menu .button { color: #ffffff !important; }
#layout-menu a.selected,
#layout-menu .button.selected { background: #106ebe; color:#fff !important; }

/* tombol utama & tulis pesan */
.btn-primary,
a.btn-primary,
button.btn-primary { background-color:#0f6cbd; border-color:#0f6cbd; }
.btn-primary:hover { background-color:#106ebe; border-color:#106ebe; }

/* baris email yang terpilih */
#messagelist tr.selected > td,
.listing li.selected,
.listing tr.selected > td { background-color:#cfe4fa; }

/* tautan/aksen */
a { color:#0f6cbd; }
