:root {
  --altlisteven: rgba(143, 133, 114, 0.25);
  --altlistodd: rgba(143, 133, 114, 0.15);
  --blue: #1268c4;
  --bluehover: #054992;
  --body: #f5f5f5;
  --bodyshade: rgba(245, 245, 245, 0.9);
  --buttonhover: rgba(45, 51, 56, 0.8);
  --buttonnormal: rgba(45, 51, 56, 0.5);
  --formbg: rgba(0, 0, 0, 0.1);
  --formborder: rgba(0, 0, 0, 0.1);
  --gray: #a89f96;
  --gray2: #544e48;
  --grayhover: #807870;
  --green: rgba(0, 183, 46, 1);
  --lightgray: #9c958e;
  --lightgray2: rgba(142, 181, 220, 0.5);
  --lineseparator: rgba(143, 133, 114, 0.5);
  --links: rgba(94, 116, 128, 1);
  --linkshover: rgba(49, 66, 77, 1);
  --linksvisited: rgba(189, 195, 199, 1);
  --messagebg: #f5e0a5;
  --messageborder: #d59334;
  --navhover: rgba(182, 202, 222, 1);
  --red: #c5341c;
  --redwarning: #9a2511;
  --subbox: #fff;
  --tablefooter: rgba(103, 101, 98, 0.7);
  --tableheader: rgba(103, 101, 98, 1);
  --thumbselectbg: rgba(133, 133, 134, 0.25);
  --yellow: #bd934f;
  --yellowbg: #f8f6e4;
  --warning: rgba(255, 161, 0, 1);
  
  /* Categories */
  
  --vetcolor: #c28800;
  --vetcolorhov: #9d6e00;
  --agrcolor: #b900c2;
  --hcarecolor: #006ce6;  
  --cancolor: #638c0e;
}