/* 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:#00544D;}
.input_button {background:#00544D;}
.label_active {background:#00544D;}
.ui-widget-header {background:#00544D !important;}
a.mail_content_button {background:#00544D;}
a.modal_button {background:#00544D;}
 
/* Farbe für Hervorhebungen (Hover-Effekt für Buttons etc., Standard: Helleres Rot) */
.no-touchevents .input_button:hover {background:#20D482;}
.no-touchevents a.mail_content_button:hover {background:#20D482;}
.no-touchevents #EMail_Attachments a:hover {background:#20D482;}
.no-touchevents a.modal_button:hover {background:#20D482;}
.no-touchevents .form_button_big:hover { background: #20D482;}
.form_notification {background: #20D482;}
.user-list li a:hover {background:#20D482; opacity: 1; color:#fff;}
table.jCalendar th { background: #20D482;}
table.jCalendar td.today { background: #20D482;}
table.jCalendar td.selected { background: #20D482;}
div.dp-popup a:hover { color: #20D482;}

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