@charset "UTF-8";

.cell-base-color {	
	background-color: transparent;
}

/*
.cell-selected-color {	
	background-color: #4784ff !important;
	color: white;
}

.head-cell-selected-color {	
	background-color: #397cff !important;
	color: white;
}
*/

.cell-selected-color {	
	background-color: lightgoldenrodyellow !important;
}



.head-cell-selected-color {	
	background-color: #4784ff !important;
	color: white;
}

/*.blink {
  color: #FF0000;
  animation: blinker 1s linear infinite;
}

.blink>td:nth-child(1) {
  background-color: #080;
}

@keyframes blinker {
  10% {
    opacity: 0;
  }
}
*/

.show-blink {
    /*color: #800020;*/
    /*font-weight: bold;*/
    background-color: #f8d7da !important;
}

.total-class-cell {
		background-color: #cfe2ff !important;
}

.total-supplementary-class-cell {
		background-color: #ecf3ff !important;
}