/* Customized Stylesheet */
#b_login_form_logo {
    background-image:url(logo.svg);
    width: 86%;
    margin: 20px 7%;
}
#header_logo {
   width: 74px;
   height: 46px;
   margin: -9px 10px 10px;
}

.min_mail.active, .no-touchevents .min_mail.active:hover {
   background: #a5d7e880 !important;
   border: 2px solid #a1c5d1 !important;
}

.min_mail.active .min_mail_text span {
   color: #19376D !important;
}

.min_mail.active .min_mail_date span {
   color: #19376D !important;
}

.user-list li a:hover {
   background: #19376D !important;
}
 
/* Anpassen der Farben */
 
/* Farbe für Buttons (nicht hervorgehoben, Standard: Primary Blue) */
.form_button_big {background:#0B2447;}
.input_button {background:#0B2447;}
.label_active {background:#0B2447;}
.ui-widget-header {background:#0B2447 !important;}
a.mail_content_button {background:#0B2447;}
a.modal_button {background:#0B2447;}
 
/* Farbe für Hervorhebungen (Hover-Effekt für Buttons etc., Standard: Secondary Blue) */
.no-touchevents .input_button:hover {background:#19376D;}
.no-touchevents a.mail_content_button:hover {background:#19376D;}
.no-touchevents #EMail_Attachments a:hover {background:#19376D;}
.no-touchevents a.modal_button:hover {background:#19376D;}
.no-touchevents .form_button_big:hover { background: #19376D;}
.form_notification {background: #19376D;}
table.jCalendar th { background: #19376D;}
table.jCalendar td.today { background: #19376D;}
table.jCalendar td.selected { background: #19376D;}
div.dp-popup a:hover { color: #19376D;}
 
/* Schriftfarbe des Login-Buttons (Standard: Weiß) */
.form_button_big {color: white;}
