@charset "UTF-8";

/* logo and height of logo area
.smlogo{
	background-image:url("logo-org.png");
	background-size: 200px 50px;
	width: 200px;
	height: 50px;
}*/

/* hide copyright 
.app-footer{
	display:none;
}*/


/* default font size, background color and color 
body {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.15;
  color: #23282c;
  background-color: #e4e5e6;
}*/

/*
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: center;
  border-top: 1px solid #c8ced3;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}*/


/*
.watermark{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.35;
  color: black;
  background-color: transparent;
  background-image: url("wm2.png");
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;	
  pointer-events: none;
}*/




