/* Customized Stylesheet */
#b_login_form_logo {
  background-image:url(custom_logo.png);
  width: 86%;
  margin: 20px 7%;
}
#header_logo {
  width: 100px;
  height: 20px;
  margin: 17px 10px 10px;
}

/* Anpassen der Farben */

/* Farbe für Buttons (nicht hervorgehoben, Standard: Dunkleres Rot) */
.form_button_big {background:#00345e;}
.input_button {background:#00345e;}
.label_active {background:#00345e;}
.ui-widget-header {background:#00345e !important;}
a.mail_content_button {background:#00345e;}
a.modal_button {background:#00345e;}

/* Farbe für Hervorhebungen (Hover-Effekt für Buttons etc., Standard: Helleres Rot) */
.no-touchevents .input_button:hover {background:#1b67f3;}
.no-touchevents a.mail_content_button:hover {background:#1b67f3;}
.no-touchevents #EMail_Attachments a:hover {background:#1b67f3;}
.no-touchevents a.modal_button:hover {background:#1b67f3;}
.no-touchevents .form_button_big:hover { background: #1b67f3;}
.form_notification {background: #1b67f3;}
table.jCalendar th { background: #1b67f3;}
table.jCalendar td.today { background: #1b67f3;}
table.jCalendar td.selected { background: #1b67f3;}
div.dp-popup a:hover { color: #1b67f3;}

/* Schriftfarbe des Login-Buttons (Standard: Sehr helles Rot) */
.form_button_big {color: white;}