/* ============================================
   CENEOS Custom Theme für Benno MailArchiv
   ============================================
   Primär:      #F5C400  (CENEOS Gelb/Gold)
   Hintergrund: #0D1B2A  (CENEOS Dunkel)
   Text hell:   #FFFFFF  (Weiß)
   ============================================ */

/* --- Login-Maske: Logo --- */
#b_login_form_logo {
    background-image: url(custom_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 86%;
    margin: 20px 7%;
    min-height: 80px;
}

/* --- Header-Logo (oben links nach Login) --- */
#header_logo {
    width: 120px;
    height: auto;
    margin: 12px 10px 10px;
}

/* --- Buttons & aktive Elemente (CENEOS Gelb) --- */
.form_button_big         { background: #F5C400; color: #0D1B2A; }
.input_button            { background: #F5C400; color: #0D1B2A; }
.label_active            { background: #F5C400; color: #0D1B2A; }
.ui-widget-header        { background: #0D1B2A !important; color: #F5C400 !important; }
a.mail_content_button    { background: #F5C400; color: #0D1B2A; }
a.modal_button           { background: #F5C400; color: #0D1B2A; }

/* --- Hover-Effekte (Dunkel mit Gelb-Text) --- */
.no-touchevents .input_button:hover          { background: #0D1B2A; color: #F5C400; }
.no-touchevents a.mail_content_button:hover  { background: #0D1B2A; color: #F5C400; }
.no-touchevents #EMail_Attachments a:hover   { background: #0D1B2A; color: #F5C400; }
.no-touchevents a.modal_button:hover         { background: #0D1B2A; color: #F5C400; }
.no-touchevents .form_button_big:hover       { background: #0D1B2A; color: #F5C400; }

/* --- Benachrichtigungen & Kalender --- */
.form_notification              { background: #F5C400; color: #0D1B2A; }
table.jCalendar th              { background: #0D1B2A; color: #F5C400; }
table.jCalendar td.today        { background: #F5C400; color: #0D1B2A; }
table.jCalendar td.selected     { background: #F5C400; color: #0D1B2A; }
div.dp-popup a:hover            { color: #F5C400; }
