/*.fa, .far, .fas {
	font-family:'FontAwesome' !important;
}
*/
.fa, .far, .fas {
	text-decoration:none !important;
	font-style:normal !important;
}

.grid-scrollbar {
	position:absolute;
	right:0px;
	top:3px;
	height:calc(100% - 6px);
	background-color:#f2f2f2;
}

.ui-slider-handle { 
	background-image:url('') !important;
	background-color:#aaaaaa !important;
	left:-5px !important;
}

.ui-slider-range { 
	background-image:url('') !important;
	background-color:#f2f2f2;
}

/* 190409 Grid */
.input_popup { 
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:90;
}

.input_pop_bg { 
	position:fixed;
	width:100%;
	height:100%;
	z-index:92;
	background-color:#000000;
	opacity:0.3;
}

.input_pop_contents { 
	padding:10px;
	position:fixed;
	border-radius:5px;
	border:2px solid #666666;
	background-color:#f2f2f2;
	top:50%;
	left:50%;
	max-width:1000px;
	transform: translate(-50%, -50%);
	width:80%;
	height:auto;
	z-index:1095;
}

.input_pop_contents .form_table { 
	border-radius:5px;
	border:2px solid #f2f2f2;
	background-color:#ffffff;
	padding:10px;
	max-width:1000px;
	width:100%;
	height:auto;
	z-index:96;
}



.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #eeeef2;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #eeeef2 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}

.grid-parent {
	box-sizing:border-box;
border:2px solid #eeeeee;
}

.grid-table {
	/*border:2px solid #eeeeee;*/
	display:table;
	width:100%;
	table-layout: fixed;
}



.grid-table .row_line {
	cursor:pointer;
}
/*
.grid-table .row_line:hover  {
	 background-color: #fffff2; 
}
*/
.grid-table th {
	padding:8px;
	background-color:#f9f9f9;
	border:1px solid #eeeeee;
	border-bottom: 2px solid #999999;
	font-size:13px;
	text-align:center;
	height:30px;

}


.grid-table .row_selected {

		background-color:#fff2f2;
}


.grid-table td {
	padding:6px;
	font-size:13px;
	border:1px solid #eeeeee;
	text-align:center;
	word-break:break-all;
	height:30px;
}

.loading_bar {
	text-align:center;
	padding:50px !important;
	color:#777777;
	font-size:13px;
}

.paging-area {
	text-align:center;
}

.paging-area  a { 
	margin-top:6px;
	margin-bottom:6px;
	margin-left:3px;
	margin-right:3px;
	cursor:pointer;
	padding:6px;
	width:32px;
	height:32px;
	display:inline-block;
	
	color:#888888;
	box-sizing:border-box;
}


.paging-area .red { 
	color:#000000 !important;
	border-bottom:2px solid #ff0000;
	font-weight:bold;
}
.nothing_to_display {

	text-align:center;
	padding:50px !important;
	color:#777777;
	font-size:13px;
}

.error_disp { 
	text-align:center;
	padding:50px !important;
	color:#777777;
	font-size:13px;
}

.no_data  { 
	text-align:center;
	padding:50px !important;
	color:#777777;
	font-size:13px;
}

.grid-parent {
	background-color:#ffffff;
		border-bottom:2px solid #f2f2f2;
}


.grid-parent::-webkit-scrollbar
{
width: 12px;  /* for vertical scrollbars */
height: 4px; /* for horizontal scrollbars */
}

.grid-parent::-webkit-scrollbar-track
{
background: rgba(0, 0, 0, 0.1);
}

.grid-parent::-webkit-scrollbar-thumb
{
background: rgba(0, 0, 0, 0.5);
}




.grid_error_floating {
	position:absolute; width:100%; height:240px; left:0px; /*top:45px;*/  padding-top:24px; background-color:#ffffff;
	box-sizing:border-box;
}


.grid_error_floating img {
	height:42px;
}








/* 191024 Grid */
.progress_popup { 
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:90;
}

.progress_popup_bg { 
	position:fixed;
	width:100%;
	height:100%;
	z-index:92;
	background-color:#ffffff;
	opacity:0.4;
}


.progress_popup_contents .btn {
	font-size:13px;
	padding-left:20px;
	padding-right:20px;
}

.progress_popup_contents { 
	padding:10px;
	position:fixed;
	border-radius:8px;
	top:50%;
	left:50%;
	max-width:450px;
	transform: translate(-50%, -50%);
	width:80%;
	color:#555555;
	text-align:center;
	height:auto;
	z-index:95;
	font-weight:bold;
	border:2px solid #eee;
	background-color:#ffffff;
}

.progress_popup_contents .form_table { 
	border-radius:5px;
	border:2px solid #f2f2f2;
	background-color:#ffffff;
	padding:10px;
	max-width:1000px;
	width:100%;
	height:auto;
	z-index:96;
}




		.meter { 
			height: 12px;
			position: relative;
			background: #eee;
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
			border-radius: 25px;
			/*padding: 10px;*/
			overflow:hidden;
			-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		}
		.meter > span {
			display: block;
			height: 20px;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;

			background-color: rgb(43,194,83);
			background-image: -webkit-gradient(
			  linear,
			  left bottom,
			  left top,
			  color-stop(0, rgb(43,194,83)),
			  color-stop(1, rgb(84,240,84))
			 );
			background-image: -moz-linear-gradient(
			  center bottom,
			  rgb(43,194,83) 37%,
			  rgb(84,240,84) 69%
			 );


			-webkit-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			-moz-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			position: relative;
			overflow: hidden;
		}
		.meter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image: 
			   -webkit-gradient(linear, 0 0, 100% 100%, 
			      color-stop(.25, rgba(255, 255, 255, .3)), 
			      color-stop(.25, transparent), color-stop(.5, transparent), 
			      color-stop(.5, rgba(255, 255, 255, .3)), 
			      color-stop(.75, rgba(255, 255, 255, .3)), 
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image: 
				-moz-linear-gradient(
				  -45deg, 
			      rgba(255, 255, 255, .2) 25%, 
			      transparent 25%, 
			      transparent 50%, 
			      rgba(255, 255, 255, .2) 50%, 
			      rgba(255, 255, 255, .2) 75%, 
			      transparent 75%, 
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			overflow: hidden;
		}
		
		.animate > span:after {
			display: none;
		}
		
		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
		}
		/*
		.orange > span {
			background-color: #f1a165;
			background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f1a165),color-stop(1, #f36d0a));
			background-image: -webkit-linear-gradient(#f1a165, #f36d0a); 
		}
		
		.red > span {
			background-color: #f0a3a3;
			background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
			background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
			background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
		}
		
		.nostripes > span > span, .nostripes > span:after {
			-webkit-animation: none;
			background-image: none;
		}*/



		.progress_detail {
			height:200px;
			width:430px;
			margin-top:8px;
			overflow:hidden;
			overflow-y:scroll;

		}


		.err_line {
			display:block;
			font-size:13px;
			font-weight:300;
			width:400px;
			text-overflow:ellipsis;
			white-space:nowrap;
			word-wrap:normal;
			overflow:hidden;
		}




.progress_detail {
	background-color:#ffffff;
		border-bottom:2px solid #f2f2f2;
}


.progress_detail::-webkit-scrollbar {
width: 4px;  /* for vertical scrollbars */
height: 4px; /* for horizontal scrollbars */
}

.progress_detail::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

.progress_detail::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
}




.fl { float:left; }
.fr { float:right; }




.grid-embeded-table {
	/*border:2px solid #eeeeee;*/
	display:table;
	width:100%;
	table-layout: fixed;
	font-size:12px;
	border:1px solid #eaeaea;
	box-sizing:border-box;
}

.grid-embeded-table thead th {
	vertical-align: bottom;
	background-color:#eeeeee;
	border:1px solid #eaeaea;
	border-collapse:collapse;
	padding:6px;
}


.grid-embeded-table td {
	padding:6px;
	border:1px solid #eaeaea;
	border-collapse:collapse;
}

.grid-embeded-table .number-td {
	display:none !important;
}

.left_frm_column_hide_show {  position:absolute; right:8px; top:0px; background-color:#e2e2e2; height:100%; padding:3px; overflow:hidden; overflow-y:scroll; display:none; }
.left_frm_column_hide_show label {
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:100%;
	border-radius:3px;
	padding:3px;
}