/*
  Webselect rsg iconen stylesheet
  Door: Roland Melkert, XZale Software.
*/


div.iconChr {
  padding: 0px;
  margin: 0px 2px 0px 2px;
  display: inline;
  width: 1em;
  height: 1em;
  fill: var(--mercuurGroen);
}

div.iconChr svg,
div.iconChr img {
  width: 1em;
  height: 1em;
}

div.iconChr:hover {
  fill: rgb(255, 0, 0);
}

a.noImg div.iconChr {
  fill: rgb(255, 0, 0);
}

a.noImg div.iconChr:hover {
  fill: rgb(0, 0, 0);
}

a.rapPen div.iconChr {
  fill: rgb(255, 0, 0);
}

a.rapPen div.iconChr:hover {
  fill: rgb(0, 0, 0);
}

a.rapOk div.iconChr {
  fill: rgb(0, 0, 255);
}


a.links div.iconChr {
  fill: rgb(54,118,179);
}

a.links div.iconChr:hover {
  fill: rgb(255, 0, 0);
}



/* interne svg stylen */
symbol#editLead .st0 {
  fill:#1D1D1B;
  stroke:#000000;
  stroke-miterlimit:10;
}

symbol#editLead .st1{
  fill:#FFFFFF;
}


symbol#sendIcal .st0 {
  fill:#020203;
}

symbol#sendIcal .st1,
symbol#cal .st1{
  fill:#FFFFFF;
}

symbol#sendIcal .st2,
symbol#cal .st2{
  fill:#020203;
  stroke:#010202;
  stroke-width:0.5;
  stroke-miterlimit:10;
}



/*
div#dlg_lead span.rtIcons img.link {
  margin-top: 0px;
  height: 14px;
  width: 14px;
}

div#dlg_lead span.rtIcons img.doc {
  margin-top: 0px;
  margin-right: -2px;
  height: 15px;
  width: 15px;
}

div#dlg_lead span.rtIcons img.card {
  margin-top: -2px;
  height: 18px;
  width: 20px;
}

div#dlg_lead span.rtIcons img.edit,
div#dlg_lead span.prjIcons img.edit {
  margin-top: -3px;
  height: 18px;
  width: 18px;
}

*/
