/* Customized Stylesheet */
#b_login_form_logo {
    background-image:url(cpc_logo.png);
    width: 86%;
    margin: 20px 7%;
}


#header_logo {
/*auch in /srv/benno/bennoweb/htdocs/css/admin.css anpassen */
    width: 150px;
    height: 52px;
    margin: 4px 20px 0px 20px;
}
 
/* Anpassen der Farben 
 auch im Adminbereich anpassen:
 sed -i 's/#ca0000/#20D480' /srv/benno/bennoweb/htdocs/css/admin.css
*/

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

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

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