:root {
  --color_bluegrey: #566275;   /* blue gray */
}
/* Anhaenge - file fields --------------------------------------------------------------------------------------------*/

/* Vorlagentexte Anhänge */
table#anhaenge_mails {
  width: 100%;
  text-align: left;
}

table#anhaenge_mails > thead > tr > th {
  font-weight: bold !important;
  border-bottom: 1px solid silver !important;
  padding-top: 10px;
  padding-bottom: 0 !important;
}

#email_vorlagen_btn {
  width: 200px;
}

#email_vorlagen_btn > .icon_info_svg {
  fill: white !important;
  top: 0 !important;
  margin: 0 !important;
}

#email_vorlagen_btn:hover > .icon_info_svg {
  fill: white !important;
}


/* icon massenmails */
.error_redbox > div > .icon_attention_svg {
  margin-right: 6px;
  position: relative;
  top: 11px;
}

#email_label > .icon_email_closed_svg {
  width: 25px;
  height: 25px;
}

#artikel_send_mails_btn {
  max-width: 120px;
}

#artikel_send_mails_btn > .icon_email_open_svg {
  width: 25px;
  height: 25px;
}

.mail_header_pic_view {
  width: 100% !important;
  max-width: 700px;
  border: 1px solid var(--color_bluegrey);
}
