body {
    background: #f3f3f3;
}

#header_logo {
    width: 84px;
    margin-left: 20px;
}
#header_logo a {
padding-top: 6px;
}

.form_notification {
    background: #78ad5a !important;
}

.form_button_big,
#b_login_admin-form-toggle:hover,
a.mail_content_button,
.ui-widget-header,
.input_button,
.no-touchevents #EMail_Attachments a:hover,
a.modal_button,
.label_active {
    background: #78ad5a !important;
}

.min_mail.active,
.no-touchevents .min_mail.active:hover {
    background: #d9e7d1;
    border: 2px solid #78ad5a;
}

.no-touchevents .form_button_big:hover,
.no-touchevents a.mail_content_button:hover,
.no-touchevents .input_button:hover,
.ui-button:active,
.no-touchevents a.modal_button:hover {
    background: rgba(120, 173, 90, 0.8) !important;
}

#b_login_admin-form h4,
#EMail_Verified.verified_ok:after,
.modal_hidemail_info i {
    color: #78ad5a;
}

.min_mail.active .min_mail_text span,
.min_mail.active .min_mail_date span,
.active .bt_hidemail {
    color: #507c37 !important; 
}

.form_button_big,
.ui-widget-header a,
.label_active .label_delete {
    color:#fff;
}

.label_active .label_delete,
.no-touchevents .label_active:hover .label_delete {
    border-color:#fff;
}

.no-touchevents .label_active:hover > a,
.no-touchevents .label_active:hover > a:before,
.no-touchevents .label_delete:hover,
.no-touchevents .label_active:hover .label_delete {
    color:#d9e7d1 !important;
}

#b_login_topbar:after,
#header_user_panel:after {
    content:"Powered by Benno MailArchiv";
    background: url(/benno/theme/logo_white_benno.png) no-repeat right 10px;
    background-size: 50px;
    position: absolute; 
    top: 3px;
    right: 20px;
    text-align: center;
    color:#fff;
    font-size: 0.8125em;
    width: 300px;
    padding: 20px 0;
    box-sizing: border-box;
    opacity: 0.3;
}
#header_user_panel:after {
    top: -2px;
    right: 314px;
    color:#303030;
    background-image: url(/benno/theme/logo_black_benno.png); 
    background-position: right 14px;
}
#b_login_form_logo {
    background-image: url(/benno/theme/zidado_logo.png);
    background-size: 70%;
}
@media screen and (max-width: 1330px) {
   #header_user_panel:after {
  display: none;
} 

}


@media screen and (max-width: 600px) {
a.mail_content_button {
	border-color:#fff;
}
.no-touchevents .min_mail.active:hover .min_mail_text span,
.no-touchevents .min_mail.active:hover .min_mail_date span {
    color: #507c37 !important;
}    
}

@media screen and (max-width: 500px) {
 #b_login_topbar:after {
    top: -12px;
    background-size: 35px;
     background-position: right 18px;
     width: 270px;
}
}
