.search_panel{
   // background-color: #EFEEEB;
}
.table_bg_green{
    background-color: #d5ffa6;
}
.table_bg_pink{
    background-color: #ffe1ec;
}
.table_bg_green_total{
    background-color: #abca89;
}
.table_bg_pink_total{
    background-color: #d4a3b5;
}

th, td {
	white-space: nowrap;
}


th:first-child, td:first-child
{
  position:sticky;
  left:0px;
  z-index: 1000;
  //background-color:grey;
}






::-moz-selection { color: #00000a; background: #ffdc33; }
::selection      { color: #00000a; background: #ffdc33;}




.scrollbar-ripe-malinka::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
background-color: #F5F5F5;
border-radius: 10px; }

.scrollbar-ripe-malinka::-webkit-scrollbar {
width: 12px;
background-color: #F5F5F5; }

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(360deg, #ff95b8 0%, #f5576c 100%);
	background-image: linear-gradient(150deg, #ff95b8 0%, #f5576c 100%);
}

.square::-webkit-scrollbar-track {
border-radius: 0 !important; }

.square::-webkit-scrollbar-thumb {
border-radius: 0 !important; }