/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* -------------------------- */
/* header */
/* ------------------------- */
body {
  background-color: #fafafa;
}
.theme-sk-org {
  color: #ffffff;
  background-color: #ff9d02;
}
.theme-sk-red {
  color: #ffffff;
  background-color: #cc2302;
}
.theme-sk-prp {
  color: #ffffff;
  background-color: #600057;
}
.theme-sk-grn {
  color: #ffffff;
  background-color: #6fa303;
}
.theme-sk-ble {
  color: #ffffff;
  background-color: #3b5c65;
}
.theme-sk-gry {
  color: #343434;
  background-color: #ececec;
}
/*---------------------------------------------------------*
	Global mixins
 *---------------------------------------------------------*/
/*
 *
 */
/*
 * 1. Background color
 * 2. Text color
 * 3. Bool value if true (1) add active and hover psudo class
 * 4. Bool value if true (1) add border
 */
/*
 *	
 */
/*---------------------------------------------------------*
	CSS3 mixins
 *---------------------------------------------------------*/
/*---------------------------------------------------------*
	Table and List states mixins
 *---------------------------------------------------------*/
/*
 * Stripe table and list rows
 * 1. Even rows color 
 * 2. Odd rows color
 * 3. Row selectors
 */
/*
 * Add hover state on table and list rows
 * 1. Even rows color 
 * 2. Odd rows color
 * 3. Row selectors
 */
