.loading-page{
  z-index: 1100;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000000;
  opacity: 0.7;
  cursor: wait;
  position: fixed;
}
.loading-page span{
  z-index: 1011;
  position: fixed;
  padding: 0px;
  margin: 0px;
  width: 170px;
  top: 50%;
  left: 43%;
  text-align: center;
  color: #ffffff;
  border: 0px;
  cursor: wait;
  background-color: #000000;
}
table.table-bordered.dataTable th{
  white-space: nowrap;
}
table.table-bordered.dataTable td{
  white-space: nowrap;
  padding: 5px 10px;
  vertical-align: middle;
}
.pillers{
	background-color:red!important;
}

