/* CSS Document */
div.rowCol:nth-child(even){
	/*background: #D3D3D3;
	background: #f8f9fa;*/
	background: #E8E8E8;
}
div.rowCol:nth-child(odd){
	/*background: #e5e8e8;*/
	background: #ffffff;
}
div.rowColAdd:nth-child(odd){
	/*background: #D3D3D3;
	background: #f8f9fa;*/
	background: #E8E8E8;
}
div.rowCol:hover{
	background: #e5e8e8; /* make this whatever you want */
}
div.gray{
	/*color: red;*/
	background: red;
}
.loader{
	display: none;
	position: fixed;
    left:50%; 
    top:50%;
	transform: translate(-50%, -50%);
	z-index:20000;
}
.bi-caret-up-fill, .bi-caret-down-fill{
  cursor:pointer;
  color: #CCCCCC;
}
.bi-caret-up-fill:hover, .bi-caret-up-fill:active, .bi-caret-down-fill:hover, .bi-caret-down-fill:active{
  color: #6c757d;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}


