.dialog {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.dialog-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  margin-top: 18%;
  top: 25%;
}
.progress{
	/*margin: 20px!important;*/
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


#dataTable {
	font-size: 13px;
	border-width: 0px;
	padding: 6px;
	border-style: solid;
	border-color: #a9a9a9;
	white-space: nowrap;
}

.scroll-top, .scroll-bottom {
	width: 100%; 
	overflow-x: scroll; 
	overflow-y: hidden; 
}	
.scroll-top {
	cursor: e-resize;   
	height: 20px;
	position: relative;
	margin-bottom: 16px;
}	
.scroll-bottom {
	cursor: e-resize;
	overflow: auto;
}	
.scroll-top-area-d {
	height: 20px;
}	
.scroll-bottom-area-d {
	overflow: auto; 
}	
.tableFloatingHeaderOriginal {
	top: 0 !important; 
}	
.buttonLR {
	position:relative;
	z-index:1;
	display:none; 
}	
.buttonLR-fix {
	position:fixed;
	z-index:10;
	display:block;
	opacity: 0.8;
	color: #47a3da;
	font-size: 68px;
	cursor: pointer;
}	
.navi-btn-l {
	left: 0;
}	
.navi-btn-r {
	right: 0;
}
				
		