.container {
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
.container:before,
.container:after {
	display: table;
	content: " ";
}
.container:after { clear: both; }
	.row {
		margin-right: -20px;
		margin-left: -20px;
	}
	.row:before,
	.row:after {
		display: table;
		content: " ";
	}
	.row:after { clear: both; }

@media (min-width: 992px) {
  .container { max-width: 970px; }
  .col-md-3  { float: left; }
  .col-md-3  { width: 25%;  }
}



	
	 #tmm-form-wizard *:after,
	 #tmm-form-wizard *:before {
		margin: 0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			box-sizing: border-box;
	}
	.form-container {
		width: 820px;
		margin: 0 auto;
	}
		#tmm-form-wizard .stage-container {
			border-bottom: 1px solid #dadada;
			padding: 15px 0px 4px;
		}

			#tmm-form-wizard .stage {
				display: inline-block;
				position: relative;
				text-align: center;
				min-height: 112px;
			}

				#tmm-form-wizard .stage:before,
				#tmm-form-wizard .stage:after {
					position: absolute;
					background-color: #eaeaea;
					top: 50%;
					margin-top: -33px;
					width: 50%;
					height: 5px;
					border-top: 1px solid #d9d9d9;
					border-bottom: 1px solid #d9d9d9;
					content: '';
				}

				#tmm-form-wizard .stage:before { left: 0; }
				#tmm-form-wizard .stage:after  { right: 0; }

				#tmm-form-wizard .stage:first-child:before { display: none; }
				#tmm-form-wizard .stage:first-child + .stage + .stage + .stage:after { display: none; }

		/*	Current stage  */
		#tmm-form-wizard .stage.tmm-current .stage-header {
			background-color: #fb6b5b; 
			border: none; 
		}

			#tmm-form-wizard .stage.tmm-current .stage-header.head-number { 
				color: #fff; 
				text-shadow: 1px 1px 0px rgba(0, 0, 0, .9);
			}

			#tmm-form-wizard .stage.tmm-current:after,
			#tmm-form-wizard .stage.tmm-current:before { 
				background-color: #fb6b5b; 
				border: none; 
			}
		/*	end Current stage  */

		/*	Success stage  */
		#tmm-form-wizard .stage.tmm-success .stage-header { 
			background-color: #92cf5c; 
			border: none; 
		}

			#tmm-form-wizard .stage.tmm-success .stage-header.head-number { 
				color: #3c611b; 
				text-shadow: 1px 1px 0px rgba(173, 219, 114, 1); 
			}

			#tmm-form-wizard .stage.tmm-success:after,
			#tmm-form-wizard .stage.tmm-success:before { 
				background-color: #92cf5c; 
				border: none;
			}

			#tmm-form-wizard .stage.tmm-success .stage-header:after {
				position: absolute;
				top: 51px;
				left: -51px;
				color: #696969;
				font-family: 'fontello';
				font-size: 16px;
				color: #92cf5c;
				content: '';
                                text-shadow: none;
                                font-weight: 100;
			}
                        
                        #tmm-form-wizard .stage.tmm-success .stage-header.head-number:after { top: 42px; }
        /*	end Succes stage  */

				#tmm-form-wizard .stage-header {
					display: inline-block;
					width: 50px;
					height: 50px;
					background-color: #eaeaea;
					text-align: center;
					font-size: 20px;
					color: #a9a9a9;
					border: 1px solid #d9d9d9;
					position: relative;
					z-index: 1;
                                        
					-webkit-border-radius: 50%;
							border-radius: 50%;
				}
                                
                                #tmm-form-wizard .stage-header.head-number {
                                    color: #a9a9a9;
                                    font-family: 'Arial', sans-serif;
                                    font-weight: bold;
                                    color: #a9a9a9;
                                    font-family: 'Arial', sans-serif;
                                    font-weight: bold;
                                    line-height: 2.2em;
                                    margin-bottom: 7px;
                                }

				#tmm-form-wizard .stage-content {
					width: 153px;
					padding-left: 17px;
					max-height: 52px;
					margin: 0 auto;
				}

					#tmm-form-wizard .stage-title {
						font: 400 15px 'calibriregular', sans-serif;
						color: #464646;
						padding-left: 0px;
						text-align: left;
					}

					#tmm-form-wizard .stage-info {
						text-align: left;
						color: #a8a8a8;
						font-family:  sans-serif;
						font-size: 11px;
						line-height: 1;
					}



.lable{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a.disability {
	font-family: Tahoma;
	font-size: 11px;
	color: #9d0000;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;

}
a.disability:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #9d0000;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;

}
a.linktxt2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.linktxt2:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	
}
a.link4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #005066;
	text-decoration: none;
	font-weight: bold;
}
a.link4:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	
}
.textbox {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #3C619D;
	width:20px;
	padding-right: 5px;
	padding-left: 5px;
}

.textbox2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #3C619D;
	width:110px;
	padding-right: 5px;
	padding-left: 5px;
}
.textbox3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #3C619D;
	width:50px;
	padding-right: 5px;
	padding-left: 5px;
}
.textbox4 {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	border: 1px solid #3C619D;
	width:110px;
	padding-right: 5px;
	padding-left: 5px;
}
.textboxaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	width:200px;
	border: 1px solid grey;
	padding-right: 5px;
	padding-left: 5px;
}
.textboxcity {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	width:150px;
	border: 1px solid grey;
	padding-right: 5px;
	padding-left: 5px;
}

.textboxpincode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	width:70px;
	border: 1px solid grey;
	padding-right: 5px;
	padding-left: 5px;
}
.textboxmobile {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	width:100px;
	border: 1px solid grey;
	padding-right: 5px;
	padding-left: 5px;
}
.textboxstd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	width:40px;
	border: 1px solid grey;
	padding-right: 5px;
	padding-left: 5px;
}
.textboxdisable {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	background-color: #cccccc;
	height: 18px;
	border: 1px solid #3C619D;
	width:100px;
	padding-right: 5px;
	padding-left: 5px;
}
.textboxbig {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	border: 1px solid #3C619D;
	width:500px;
	padding-right: 5px;
	padding-left: 5px;
}
.textboxmed {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	height: 30px;
	border: 1px solid #3C619D;
	width:250px;
	padding-right: 5px;
	padding-left: 5px;
}

.tableheader {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #1F62A9;
	color: #FFFFFF;
	height: 22px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.tableheader1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	background-color: #e36058;
	color: #FFFFFF;
	height: 22px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}


.textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #005BA6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	line-height: 18px;
}

.tablecontent1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #EEF7FD;
	height: 18px;
	color: #000000;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tablecontent2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #FCFDFE;
	height: 18px;
	color: #000000;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}
.header{
	height: 22px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	
}
.footertext {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;

}
.alert {
	font-family: Tahoma;
	font-size: 10px;
	color: #ff0030;

}
a.linkfooter {
	font-family: Tahoma;
	font-size: 11px;
	color: #00a2cf;
	text-decoration: none;
	font-weight: normal;
}
a.linkfooter:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #00a2cf;
	font-weight: normal;
	text-decoration:underline;
	
}
.text1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

.button
{
    background:#f1592a;
	color:#FFF;
	width:75px;
	height:30px;
}

.button:hover
{
    background:#00C;
	color:#FFF;
	width:75px;
	height:30px;
}

.buttonbig
{
    background:#06F;
	color:#FFF;
	width:175px;
	height:30px;
}

.buttonbig:hover
{
    background:#00C;
	color:#FFF;
	width:175px;
	height:30px;
}

.buttonbig2
{
    background:#06F;
	color:#FFF;
	width:250px;
	height:30px;
}

.buttonbig2:hover
{
    background:#00C;
	color:#FFF;
	width:250px;
	height:30px;
}

.alert {
	font-family: Tahoma;
	font-size: 10px;
	color: #ff0030;

}
.alert_error {
	font-family: Tahoma;
	font-size: 12px;
	color: #ff0030;

}

.tdbg {
	border: 1px solid #025297;

}
.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #dc130a;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eb7772;
	border-right-color: #bd0c06;
	border-bottom-color: #ab0904;
	border-left-color: #e3453e;
	height: 20px;
	padding: 1px;
}

.button1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: green;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: lightgreen;
	border-right-color: lightgreen;
	border-bottom-color: green;
	border-left-color: green;
	height: 20px;
	padding: 1px;
}

.tdbg1 {
	border: 1px solid #025297;

}
.content {

	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.personaldetails {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding:0 0 0 0px;

}
a.Whitelink {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.Whitelink:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.redtext {
	font-family: Tahoma;
	font-size: 12px;
	color: #ff0000;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
.listMenu{
	  border:1px solid #999999; 
     font-family:tahoma;
	font-size:12px;
    color:#606A74;
}

.listMenudisable{
	  border:1px solid #999999; 
     font-family:tahoma;
	font-size:11px;
    color:#cccccc;
}
.tablecontent1a {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #EEF7FD;
	height: 10px;
	color: #000000;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	padding: 5px;
}
.tablecontent2a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	background-color: #FCFDFE;
	height: 10px;
	color: #000000;
	left: 5px;
	top: 5px;
	right: 5px;
	bottom: 5px;
	padding: 5px;
}
.header2 {
	height: 22px;
	color: #025498;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.detail
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	text-align:justify;
	font-weight:normal;
	line-height:1.75em;
}

.alert {
	font-family: Tahoma;
	font-size: 10px;
	color: #ff0030;

}