/* ===================================
    Color Palette
====================================== */

/* ------------------------------------
   wColor(0) - pracovisko
   bg-wIdent(0) - pozadie pracoviska
   uIdent(0) - užívateľ
   bg-uIdent(0) - pozadie užívateľa
---------------------------------------*/

/* Color 1 - Svetlomodrá */

.wColor {
    color: #333;
}
.bg-wIdent {
    background-color: #ccc;
}
.wColor1 {
 color: rgb(5,153,196);
}
.bg-wIdent1 {
 background-color: rgba(5,153,196,0.8);
}
.calendarEventView.wColor1{
  border-left: 2px solid rgb(5,153,196);
}
.uIdent1 {
  color: rgba(5,153,196,0.7);
}
.bg-uIdent1 {
  background-color: rgba(5,153,196,0.3);
}

/* Color 2 - Hráškovozelená  */

.wColor2 {
 color: rgb(86,137,6);
}
.bg-wIdent2 {
 background-color: rgba(86,137,6,0.8);
}
.calendarEventView.wColor2{
  border-left: 2px solid rgb(86,137,6);
}
.uIdent2 {
  color: rgba(86,137,6,0.7);
}
.bg-uIdent2 {
  background-color: rgba(86,137,6,0.3);
}

/* Color 3 - Tmavá Purpurová */

.wColor3 {
 color: rgb(148,7,143);
}
.bg-wIdent3 {
 background-color: rgba(148,7,143,0.8);
}
.calendarEventView.wColor3{
  border-left: 2px solid rgb(148,7,143);
}
.uIdent3 {
  color: rgba(148,7,143,0.7);
}
.bg-uIdent3 {
  background-color: rgba(148,7,143,0.3);
}

/* Color 4 - Karmínová červená*/

.wColor4 {
 color: rgb(148,7,7);
}
.bg-wIdent4 {
 background-color: rgba(148,7,7,0.8);
}
.calendarEventView.wColor4{
  border-left: 2px solid rgb(148,7,7);
}
.uIdent4 {
  color: rgba(148,7,7,0.7);
}
.bg-uIdent4 {
  background-color: rgba(148,7,7,0.3);
}


/* Color 5 -!Karmínová červená!*/

.wColor5 {
 color: rgb(148,7,7);
}
.bg-wIdent5 {
 background-color: rgba(148,7,7,0.8);
}
.calendarEventView.wColor5{
  border-left: 2px solid rgb(148,7,7);
}
.uIdent5 {
  color: rgba(148,7,7,0.7);
}
.bg-uIdent5 {
  background-color: rgba(148,7,7,0.3);
}

/* Color 6 - Svetlo červená */

.wColor6 {
 color: rgb(227,5,5);
}
.bg-wIdent6 {
 background-color: rgba(227,5,5,0.8);
}
.calendarEventView.wColor6{
  border-left: 2px solid rgb(227,5,5);
}
.uIdent6 {
  color: rgba(227,5,5,0.7);
}
.bg-uIdent6 {
  background-color: rgba(227,5,5,0.3);
}

/* Color 7 - Svetlo hnedá*/

.wColor7 {
 color: rgb(162,63,4);
}
.bg-wIdent7 {
 background-color: rgba(162,63,4,0.8);
}
.calendarEventView.wColor7{
  border-left: 2px solid rgb(162,63,4);
}
.uIdent7 {
  color: rgba(162,63,4,0.7);
}
.bg-uIdent7 {
  background-color: rgba(162,63,4,0.3);
}

/* Color 8 - Čistá oranžová*/

.wColor8 {
 color: rgb(255,97,1);
}
.bg-wIdent8 {
 background-color: rgba(255,97,1,0.8);
}
.calendarEventView.wColor8{
  border-left: 2px solid rgb(255,97,1);
}
.uIdent8 {
  color: rgba(255,97,1,0.7);
}
.bg-uIdent8 {
  background-color: rgba(255,97,1,0.3);
}

/* Color 9 - Tmavá oranžová (hnedý podtieň)*/

.wColor9 {
 color: rgb(157,109,34);
}
.bg-wIdent9 {
 background-color: rgba(157,109,34,0.8);
}
.calendarEventView.wColor9{
  border-left: 2px solid rgb(157,109,34);
}
.uIdent9 {
  color: rgba(157,109,34,0.7);
}
.bg-uIdent9 {
  background-color: rgba(157,109,34,0.3);
}

/* Color 10 - Tmavo žltá */

.wColor10 {
 color: rgb(136,106,4);
}
.bg-wIdent10 {
 background-color: rgba(136,106,4,0.8);
}
.calendarEventView.wColor10{
  border-left: 2px solid rgb(136,106,4);
}
.uIdent10 {
  color: rgba(136,106,4,0.7);
}
.bg-uIdent10 {
  background-color: rgba(136,106,4,0.3);
}

/* Color 11 - Silná žltá */

.wColor11 {
 color: rgb(187,146,4);
}
.bg-wIdent11 {
 background-color: rgba(187,146,4,0.8);
}
.calendarEventView.wColor11{
  border-left: 2px solid rgb(187,146,4);
}
.uIdent11 {
  color: rgba(187,146,4,0.7);
}
.bg-uIdent11 {
  background-color: rgba(187,146,4,0.3);
}

/* Color 12 - Desaturovaná tmavožltá */

.wColor12 {
 color: rgb(122,114,85);
}
.bg-wIdent12 {
 background-color: rgba(122,114,85,0.8);
}
.calendarEventView.wColor12{
  border-left: 2px solid rgb(122,114,85);
}
.uIdent12 {
  color: rgba(122,114,85,0.7);
}
.bg-uIdent12 {
  background-color: rgba(122,114,85,0.3);
}


/* Color 13 - Tmavo olivovožltá*/

.wColor13 {
 color: rgb(99,116,4);
}
.bg-wIdent13 {
 background-color: rgba(99,116,4,0.8);
}
.calendarEventView.wColor13{
  border-left: 2px solid rgb(99,116,4);
}
.uIdent13 {
  color: rgba(99,116,4,0.7);
}
.bg-uIdent13 {
  background-color: rgba(99,116,4,0.3);
}

/* Color 14 - Silná tmavo zelená */

.wColor14 {
 color: rgb(58,109,3);
}
.bg-wIdent14 {
 background-color: rgba(58,109,3,0.8);
}
.calendarEventView.wColor14{
  border-left: 2px solid rgb(58,109,3);
}
.uIdent14 {
  color: rgba(58,109,3,0.7);
}
.bg-uIdent14 {
  background-color: rgba(58,109,3,0.3);
}

/* Color 15 - Silná zelená */

.wColor15 {
 color: rgb(97,186,2);
}
.bg-wIdent15 {
 background-color: rgba(97,186,2,0.8);
}
.calendarEventView.wColor15{
  border-left: 2px solid rgb(97,186,2);
}
.uIdent15 {
  color: rgba(97,186,2,0.7);
}
.bg-uIdent15 {
  background-color: rgba(97,186,2,0.3);
}

/* Color 16 - Tmavá tyrkysovo-limetková*/

.wColor16 {
 color: rgb(6,110,70);
}
.bg-wIdent16 {
 background-color: rgba(6,110,70,0.8);
}
.calendarEventView.wColor16{
  border-left: 2px solid rgb(6,110,70);
}
.uIdent16 {
  color: rgba(6,110,70,0.7);
}
.bg-uIdent16 {
  background-color: rgba(6,110,70,0.3);
}

/* Color 17 - Silná tyrkysovo-limetková*/

.wColor17 {
 color: rgb(4,181,112);
}
.bg-wIdent17 {
 background-color: rgba(4,181,112,0.8);
}
.calendarEventView.wColor17{
  border-left: 2px solid rgb(4,181,112);
}
.uIdent17 {
  color: rgba(4,181,112,0.7);
}
.bg-uIdent17 {
  background-color: rgba(4,181,112,0.3);
}

/* Color 18 - Veľmi tmavá tyrkysová*/

.wColor18 {
 color: rgb(1,110,96);
}
.bg-wIdent18 {
 background-color: rgba(1,110,96,0.8);
}
.calendarEventView.wColor18{
  border-left: 2px solid rgb(1,110,96);
}
.uIdent18 {
  color: rgba(1,110,96,0.7);
}
.bg-uIdent18 {
  background-color: rgba(1,110,96,0.3);
}

/* Color 19 - Svetlá tyrkysová*/

.wColor19 {
 color: rgb(1,196,171);
}
.bg-wIdent19 {
 background-color: rgba(1,196,171,0.8);
}
.calendarEventView.wColor19{
  border-left: 2px solid rgb(1,196,171);
}
.uIdent19 {
  color: rgba(1,196,171,0.7);
}
.bg-uIdent19 {
  background-color: rgba(1,196,171,0.3);
}

/* Color 20 - Tmavá tyrkysová*/

.wColor20 {
 color: rgb(30,116,126);
}
.bg-wIdent20 {
 background-color: rgba(30,116,126,0.8);
}
.calendarEventView.wColor20{
  border-left: 2px solid rgb(30,116,126);
}
.uIdent20 {
  color: rgba(30,116,126,0.7);
}
.bg-uIdent20 {
  background-color: rgba(30,116,126,0.3);
}

/* Color 21 - Silná tyrkysová*/

.wColor21 {
 color: rgb(2,178,199);
}
.bg-wIdent21 {
 background-color: rgba(2,178,199,0.8);
}
.calendarEventView.wColor21{
  border-left: 2px solid rgb(2,178,199);
}
.uIdent21 {
  color: rgba(30,116,126,0.7);
}
.bg-uIdent21 {
  background-color: rgba(2,178,199,0.3);
}

/* Color 22 - Modrá Orient*/

.wColor22 {
 color: rgb(3,91,127);
}
.bg-wIdent22 {
 background-color: rgba(3,91,127,0.8);
}
.calendarEventView.wColor22{
  border-left: 2px solid rgb(3,91,127);
}
.uIdent22 {
  color: rgba(3,91,127,0.7);
}
.bg-uIdent22 {
  background-color: rgba(3,91,127,0.3);
}

/* Color 23 - Tmavo modrá*/

.wColor23 {
 color: rgb(4,79,172);
}
.bg-wIdent23 {
 background-color: rgba(4,79,172,0.8);
}
.calendarEventView.wColor23{
  border-left: 2px solid rgb(4,79,172);
}
.uIdent23 {
  color: rgba(4,79,172,0.7);
}
.bg-uIdent23 {
  background-color: rgba(4,79,172,0.3);
}

/* Color 24 - Zafírovo modrá*/

.wColor24 {
 color: rgb(4,16,172);
}
.bg-wIdent24 {
 background-color: rgba(4,16,172,0.8);
}
.calendarEventView.wColor24{
  border-left: 2px solid rgb(4,16,172);
}
.uIdent24 {
  color: rgba(4,16,172,0.7);
}
.bg-uIdent24 {
  background-color: rgba(4,16,172,0.3);
}

/* Color 25 - Kráľovská fialová*/

.wColor25 {
 color: rgb(98,57,161);
}
.bg-wIdent25 {
 background-color: rgba(98,57,161,0.8);
}
.calendarEventView.wColor25{
  border-left: 2px solid rgb(98,57,161);
}
.uIdent25 {
  color: rgba(98,57,161,0.7);
}
.bg-uIdent25 {
  background-color: rgba(98,57,161,0.3);
}

/* Color 26 - Hroznová fialová*/

.wColor26 {
 color: rgb(138,40,184);
}
.bg-wIdent26 {
 background-color: rgba(138,40,184,0.8);
}
.calendarEventView.wColor26{
  border-left: 2px solid rgb(138,40,184);
}
.uIdent26 {
  color: rgba(138,40,184,0.7);
}
.bg-uIdent26 {
  background-color: rgba(138,40,184,0.3);
}

/* Color 27 - Purpurová*/

.wColor27 {
 color: rgb(205,0,212);
}
.bg-wIdent27 {
 background-color: rgba(205,0,212,0.8);
}
.calendarEventView.wColor27{
  border-left: 2px solid rgb(205,0,212);
}
.uIdent27 {
  color: rgba(205,0,212,0.7);
}
.bg-uIdent27 {
  background-color: rgba(205,0,212,0.3);
}

/* Color 28 - Tmavá purpurová*/

.wColor28 {
 color: rgb(161,3,115);
}
.bg-wIdent28 {
 background-color: rgba(161,3,115,0.8);
}
.calendarEventView.wColor28{
  border-left: 2px solid rgb(161,3,115);
}
.uIdent28 {
  color: rgba(161,3,115,0.7);
}
.bg-uIdent28 {
  background-color: rgba(161,3,115,0.3);
}


/* Color 29 - Tmavá melónovo-rúžová*/

.wColor29 {
 color: rgb(191,2,59);
}
.bg-wIdent29 {
 background-color: rgba(191,2,59,0.8);
}
.calendarEventView.wColor29{
  border-left: 2px solid rgb(191,2,59);
}
.uIdent29 {
  color: rgba(191,2,59,0.7);
}
.bg-uIdent29 {
  background-color: rgba(191,2,59,0.3);
}


/* Color 30 - Free speech červená*/

.wColor30 {
 color: rgb(188,4,4);
}
.bg-wIdent30 {
 background-color: rgba(188,4,4,0.8);
}
.calendarEventView.wColor30{
  border-left: 2px solid rgb(188,4,4);
}
.uIdent30 {
  color: rgba(188,4,4,0.7);
}
.bg-uIdent30 {
  background-color: rgba(188,4,4,0.3);
}

/* Color 31 - Oranžovo-hnedá*/

.wColor31 {
 color: rgb(154,76,1);
}
.bg-wIdent31 {
 background-color: rgba(154,76,1,0.8);
}
.calendarEventView.wColor31{
  border-left: 2px solid rgb(154,76,1);
}
.uIdent31 {
  color: rgba(154,76,1,0.7);
}
.bg-uIdent31 {
  background-color: rgba(154,76,1,0.3);
}

/* Color 32 - Tmavá zľatobyl*/

.wColor32 {
 color: rgb(171,165,3);
}
.bg-wIdent32 {
 background-color: rgba(171,165,3,0.8);
}
.calendarEventView.wColor32{
  border-left: 2px solid rgb(171,165,3);
}
.uIdent32 {
  color: rgba(171,165,3,0.7);
}
.bg-uIdent32 {
  background-color: rgba(171,165,3,0.3);
}
