body {
	position: relative;
	height: 100%;
}

.abstitle {
	position: absolute;
	top: 100%;
	left: -120%;
	width: 155px;
}

.bubbleactive .abstitle {
	color: #0C3B93 !important;
	font-weight: bold !important;
}

.bubble {
	width: 40px;
	height: 40px;
	text-align: center;
	/* vertical-align: middle; */
	background-color: #E2850A;
	color: #0C3B93;
	border-radius: 50% 50%;
	line-height: 40px;
	float: left;
	font-size: 1em;
	position: relative;
}

.statusline {
	width: 7%;
	float: left;
	background-color: #E2850A;
	padding: 3px 0px;
	margin-top: 17px;
}

.statusbar {
	padding-bottom: 40px;
	padding-top: 1%;
	width: 550px;
	margin: 0 auto;
	padding-left: 120px;
}

:after, *:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* font-family: arial; */
}

.form-group {
	margin-bottom: 20px;
	padding: 4px 0;
	position: relative;
}

.form-control1 {
	background-color: white;
	-webkit-appearance: none;
	border: 1px solid #cccccc;
	font-family: Arial;
	margin-bottom: 6px;
	padding: 6px 3px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.formcontrol1 {
	background-color: white;
	border: 1px solid #cccccc;
	font-family: Arial;
	margin-bottom: 6px;
	padding: 6px 3px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.formcontrol1:focus {
	box-shadow: 0 0 6px rgba(0, 200, 222, 0.25);
	background-color: #fafafa;
}

.form-control1:focus {
	box-shadow: 0 0 6px rgba(0, 200, 222, 0.25);
	background-color: #fafafa;
}

.label-helper {
	position: absolute;
	opacity: 0;
	transition: .2s bottom, .2s opacity;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.form-control:focus+.label-helper, .form-control:invalid+.label-helper {
	bottom: 95%;
	font-family: arial;
	font-size: 14px;
	line-height: 1;
	opacity: 1;
	padding: 4px;
}

.form-control:invalid {
	border-left: 10px solid #f00;
}

.form-control:invalid+.label-helper::after {
	color: #f00;
	content: "X";
	font-family: arial;
	font-size: 14px;
	line-height: 1;
	padding-left: 12px;
}

.p {
	text-align: center;
	padding-top: 50px;
}

.bubbleactive {
	background-color: #0C3B93 !important;
	color: #fff !important;
}

.logtabs {
	background-color: #ffffff;
	text-align: center;
	padding: 2% 0%;
}

.logtabs a {
	color: #000;
}

.effects {
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	-ie-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	-ms-transition: all ease 0.8s;
}

.lodinmidarea .form-group, .register_grid .form-group {
	margin-bottom: 5px;
}

.register_grid {
	background-color: #fff;
}

.register_grid label {
	margin-bottom: 3px;
}

.register_grid .form-control {
	height: auto;
}

.v_stepone {
	margin-left: 30% !important;
}

.tab-content {
	background-color: #ffffff;
	padding: 1% 0%;
}

.checklist {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}

/* .vendor_register span {
	color: #F00;
	font-size: 14px;
} */

/* .panbolck {
	width: 350px;
	margin: 0 auto;
} */
.form-control {
	background: transparent;
	border: none;
	border-bottom: 2px solid #a3c6ff;
	outline: none;
	box-shadow: none;
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
	padding: 8px 8px;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

/**
Below css for alert msg 
  */
.error {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fcf8e3;
	background-color: #0c428b;
	border-color: #ebccd1;
}

.msg {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.validate_error, .validate_email, .validate_rstep1, .validate_rstep3,
	.captcha_error_empty, .captcha_error {
	display: none;
}

/* #login-box {
	width: 300px;
	padding: 20px;
	margin: 100px auto;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #000;
} */
.buttonForLoginAndRegister {
	display: block;
	background: #FF6600;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
}
/*  .container-fluid{
	margin-right: -1px !important;
    margin-left: -1px !important;
}  */
#loader-container {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	display: none;
}

.loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #ff8000;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

#loader {
	position: absolute;
	margin-top: 20%;
	margin-left: 45%;
	z-index: 9999;
}

.required {
	color: red;
}

.loader-class {
	display: none; 
	position : absolute;
	height: 100%;
	width: 100%;
	background: #00000075;
	z-index: 9999999999999999999999999;
	position: absolute;
}

.loading-img {
	position: relative;
	top: 30vh;
	left: 40vw;
	width: 250px;
}
/* .tableBodyScroll tbody {
  display: block;
  height: 300px;
  overflow-y: scroll;
}

.tableBodyScroll thead,
tbody tr {
   width: 100%;
  table-layout: fixed;
} */
/* .passBookcss{
	width: 100%;
  tbody{
   	display:block;
    overflow:auto;
   max-height:200px;
   width:100%;
  }
  thead,tbody,tr,td,th{
	    display:block;
	  }
	   tbody{
	    td{
	      float:left;
	    }
	      thead {
    tr{
      th{
        float:left;
       background-color: #f39c12;
       border-color:#e67e22;
      }
    }
} */
@
keyframes spin { 0% {
	transform: rotate(0deg);
}
100%
{
transform
:
 
rotate
(360deg);
 
}
}