
	.txtBoxReg01{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1px;
		height:22px;
		width:350px;
	}
	.stepHidden{
		visibility:hidden;
	}
	.stepVisible{
		visibility:visible;
	}
	
	.help-block{
		display:block;
		width:200px;
	}
	
	/*div#oMenuStep1,div#oMenuStep2,div#oMenuStep3,div#oMenuStep4,div#oMenuStep5,div#oMenuStep6,div#oMenuStep7,div#oMenuStep8{
		color: #333!Important;
		font-family: Arial, Helvetica, sans-serif;
		font-size:16px!Important;
		font-weight:bold;
		border-bottom:#333 solid 1px;
	}
	
	.content2 {
		font-family: Arial, Helvetica, sans-serif!Important;
		font-size: 12px!Important;
		color: #333!Important;
}
	.gridStyle td {
		border-bottom:#e7e7e7 solid 1px;
	}
	
	.txtBox2{
		width:280px;
		border:1px solid #999; 
		padding:3px;
		font-family: Arial, Helvetica, sans-serif!Important;
		font-size: 12px!Important;
		color: #333!Important;
	}*/

	.bg-secondary {background-color:#868e96!important;}
	.col-form-label {padding-top:0px;}
	.form-control {font-size:inherit;}
	.breadcrumb {
		margin: 1rem 0;
		padding: 0.75rem 1rem;
		background-color: #eceeef;
		font-size: inherit;	
	}
	.breadcrumb-item {float:left;}
	input.btn, button.btn {cursor:pointer;}
	.responsive-data-table tbody tr th {width: 75%;}
	table dl {margin-bottom:0px; text-align:left;}
	
	@media only screen and (max-width: 800px) {
		h1, .h1, .display-3 {font-size:2rem;}
        .responsive-data-table tbody tr th {width: 100%;}
		.responsive-data-table td.no-pl {padding-left: 6px!important;}
		td.text-right {text-align:left!important;}
	}
	
	
	

	.loader {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  z-index: 1;
	  width: 60px;
	  height: 60px;
	  margin: -50px 0 0 -31px;
	  border: 16px solid #f3f3f3;
	  border-radius: 50%;
	  border-top: 16px solid #3498db;
	  width: 60px;
	  height: 60px;
	  -webkit-animation: spin 2s linear infinite;
	  animation: spin 2s linear infinite;
	}
	
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}

