dt.crm_template     { background-image: url('/plugin_assets/redmine_crm/images/bricks.png'); }
dt.crm_faq          { background-image: url('/plugin_assets/redmine_crm/images/lightbulb.png'); }
dt.contact          { background-image: url('/plugin_assets/redmine_crm/images/user_suit.png'); }
dt.company,
.icon-show-customer { background-image: url('/plugin_assets/redmine_crm/images/building.png'); }
.icon-show-issue    { background-image: url('/images/ticket.png'); }
.icon-add-task      { background-image: url('/plugin_assets/redmine_crm/images/note_add.png'); }
.icon-add-note      { background-image: url('/plugin_assets/redmine_crm/images/report_add.png'); }
.icon-add-email     { background-image: url('/plugin_assets/redmine_crm/images/email_add.png'); }
/*label#send-to-customer-label,*/
span#send-to-customer,
span.send-to-customer,
label.send-to-customer{
  background-color:#DCECF2;
  font-weight: bold;
  color:#064358;
}
.journal h4 span.send-to-customer {
  background-color: inherit;
  font-weight: inherit;
  color: inherit;
}
textarea#issue_description.send-to-customer,
textarea#issue_notes.send-to-customer{
  border: 2px solid #51A4BD;
  background-color:#DCECF2;
}
pre#note-header,
pre#note-footer{
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  width: 99%;
  word-wrap: break-word;
  word-break: break-word;
}
pre#note-header { margin-top:2px; }

#company_name_candidates ul li,
.additional_contact_mail_candidates ul li {width: 500px;}

a.crm_template_variable {font-style: italic;}

@media all and (max-width: 899px) {
  #crm-template-select {
    width: 100%;
  }
}
