@charset "ISO-8859-1";

:root {
  
  --dark-color: #2C3336;
  
  --brighter-color:  #484F57;
  
  --bg-highlight-color: #5B646B;
  
  --bg-dark-color: #323A41;
  
  --label-color: #b0b4b8;
  
  --highlight-color: #8ee02b;
  
  --transparent-hightlight-color: rgba(118, 185, 37, 0.5);
  
  --button-std-color: #76B925;
  --button-highlight-color: #68a122;
  
  --button-text-highlight-color: white;
  
  --bg-image: url(ggreen.jpeg);
  
  --button-green-color: #76B925;
  --button-green-highlight-color: #8ee02b;

  --scrolltrack-color: #2C3336;
  
  --texfield-highlight: #7C8389;
  
  --table-cell-data: rgba(118, 185, 37, 0.5);
  --table-cell-hover-data: rgba(118, 185, 37, 0.7);
  --table-cell-highlight-data: rgba(118, 185, 37, 0.9);
  
  --table-cell-error: rgba(255, 0, 0, 0.3);
  --table-cell-hover-error: rgba(255, 0, 0, 0.5);
  --table-cell-highlight-error: rgba(255, 0, 0, 0.7);
 
 
  --table-cell-isHoliday: rgba(255, 0, 0, 0.3);
  --table-cell-hover-isHoliday: rgba(255, 0, 0, 0.5);
  --table-cell-highlight-isHoliday: rgba(255, 0, 0, 0.7);
  

  --table-cell-isSick: rgba(231, 107, 68, 0.3);
  --table-cell-hover-isSick: rgba(231, 107, 68, 0.5);
  --table-cell-highlight-isSick: rgba(231, 107, 68, 0.7);
  --button-highlight-color-isSick: rgb(231, 107, 68);
  --button-highlight-color-isSick-hover: #e55d34;
  

  --table-cell-isVacation: rgba(102, 212, 198, 0.3);
  --table-cell-hover-isVacation: rgba(102, 212, 198, 0.5);
  --table-cell-highlight-isVacation: rgba(102, 212, 198, 0.7);
  --button-highlight-color-isVacation: rgb(62, 158, 147);
  --button-highlight-color-isVacation-hover: #399388;
  

  --table-cell-isVacation-special: rgba(102, 153, 255, 0.3);
  --table-cell-hover-isVacation-special: rgba(102, 153, 255, 0.5);
  --table-cell-highlight-isVacation-special: rgba(102, 153, 255, 0.7);
  --button-highlight-color-isVacation-special: rgb(102, 153, 255);
  --button-highlight-color-isVacation-special-hover: #4d88ff;
  

  --table-cell-isSuspended: rgba(255, 0, 255, 0.3);
  --table-cell-hover-isSuspended: rgba(255, 0, 255, 0.5);
  --table-cell-highlight-isSuspended: rgba(255, 0, 255, 0.7);
  --button-highlight-color-isSuspended: rgb(255, 0, 255);
  --button-highlight-color-isSuspended-hover: #e600e6;

}

/*
verydarkgray: #2C3336
darkgray: #484F57
lightgray: #5B646B
highlightgreen: #76B925
darkwhite: #9F9F9F
white: #FFFFFF
*/