#container {
    visibility: hidden;
}

#loader {
  color: #008cff;
  font-family: 'Helvetica Neue','calibiri';
  font-size: 14px;
  height: 40px;
  left: 45%;
  position: absolute;
  top: 45%;
  width: 30%;
}

.custom.e-headercell {
  background-color: #f48fb1 !important;
  color: white;
}

.custom.e-rowcell {
  background-color: #fce4ec;
  color: white;
}

.e-grid .e-rowcell.customcss{
  background-color: #ecedee;
  font-family: 'Bell MT';
	color: red;
	font-size: 20px;
}

.e-grid .e-headercell.customcss{
  background-color: #2382c3;
  color: white;
	font-family: 'Bell MT';
	font-size: 20px;
}

.orientationcss .e-headercelldiv {
  transform: rotate(90deg);
}

.e-dlg-content{
      padding-top: 40px;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}