html, body {
	overflow-x:hidden;
}
body {
	position:relative;
}
/*
input:required {
	border: 1px solid red;
    outline: none;
}
*/
.wizard {
	margin: 20px auto;
	background: #fff;
}
.wizard .nav-tabs {
	position: relative;
	margin: 40px auto;
	margin-bottom: 0;
	border-bottom-color: #e0e0e0;
}
.wizard > div.wizard-inner {
	position: relative;
}
.connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 88%; /*80%;*/
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

span.round-tab {
	width: 30px; /*70px;*/
	height: 30px; /*70px;*/
	line-height: 26px; /*70px;*/
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #e0e0e0;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 14px; /*25px;*/
}
span.round-tab i{
	color:#555555;
}
.wizard li.active span.round-tab {
	background: #fff;
	border: 2px solid #5bc0de;
	
}
.wizard li.active span.round-tab i{
	color: #5bc0de;
}
span.round-tab:hover {
	color: #333;
	border: 2px solid #333;
}
.wizard .nav-tabs > li {
	width: 12.5%; /*25%;*/
}
.wizard li:after {
	content: " ";
	position: absolute;
	left: 43%; /*46%;*/
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #5bc0de;
	transition: 0.1s ease-in-out;
}
.wizard li.active:after {
	content: " ";
	position: absolute;
	left: 43%; /*46%;*/
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #5bc0de;
}
.wizard .nav-tabs > li a {
	width: 30px; /*70px;*/
	height: 30px; /*70px;*/
	margin: 10px auto;	/*20px auto;*/
	border-radius: 100%;
	padding: 0;
}
.wizard .nav-tabs > li a:hover {
	background: transparent;
}
.wizard .tab-pane {
	position: relative;
	padding-top: 10px; /*50px;*/
}
.wizard h3 {
	margin-top: 0;
}
.wizard-inner { display:none; }
.header { 
	background-color:#076933; 
	color:#fff; 
}
.header div {
	display:inline-block;
	float:left;
}
.header .logo {
	/* padding-right: 8px; */
    padding: 2px 8px;
    /*padding-left: 8px;*/
}
.title h4 {
	word-wrap:break-word;
	padding-top:8px;
}
.tab-content h4 {
	width:100%;
	text-align:center;
	word-wrap:break-word;
}
.tb-survey {
	width:100%;
	margin-bottom:30px;
}
.tb-survey > thead > tr > th:first-child, .tb-survey > tbody tr td:first-child {
	width: 60%;
	padding-left:8px;
}
/*.tb-survey thead > tr, */
.tb-survey tbody> tr{
	line-height:30px;
}
.tb-survey th, .tb-survey td:last-child {
	text-align:center;
}
.tb-survey th, .tb-survey td {
	vertical-align:top;
}
.tb-survey thead span { 
	font-size:14px;
	font-weight:normal;
}
.tb-survey thead table td {
	padding-left:29px;
}
.tb-survey thead table td:first-child {
	padding-left:0px;
}
/*
.tb-survey  > tbody tr:nth-child(odd) {
	background: #fff6e5;
}
*/
input[type=radio] {
	margin-left:20px;
}
td > input[type=radio]:first-child {
	margin-left:0px;
}
hr { 
	border:dashed 1px #ccac00;
}
.btn {
	width:30%;
	min-width:100px;
}
.btn-success {
	background-color:#076933;
	border-color:#076933;
}
.pull-right {
	text-align:center;
	float:none !important;
}
.CustRecommend {
	margin-top:30px;
}
textarea {
	width: 100%;
    height: 25%;
    max-height: 200px;
    resize: none;
}
#txtReportProblem {
	max-height: 125px;
}
.CustRecBox {
	margin-top:30px;
}
.ReportProblemBox {
	display:none;
}
/*
.inline-label { 
	white-space: nowrap;
	width:30%;
	max-width:150px;
	min-width:106px;
	overflow: hidden;
	text-overflow: ellipsis;
	float:left;     
}
*/
#page01 .control-label {
	width:145px;
}
#step1 label {
	text-align: right;
}
.alert { 
	color:red;
	font-size: 13px;
    padding: 0px;
}
.ReportProblemBox td { padding:8px; }
.ReportProblemBox  input[type=text] {
	border: 0;
    border-radius: unset;
    box-shadow: none;
    border-bottom: 1px solid;
    padding-top: 0px;
    padding: 6px;
    height: 30px;
}
.odd {
	background: #fff6e5;
}
.even {
	background: #fff;
}
#complete p {
	margin:30 auto;
}
.extra-text {
	padding-top:10px;
}
.title-left {
	text-align:left !important;
}

@media( max-width : 585px ) {
	.wizard {
		margin: 0px;
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		height: auto !important;
	}
	/*
	span.round-tab {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.wizard .nav-tabs > li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	*/
	.wizard .tab-pane {
		padding-top: 5px;
	}
	.wizard li.active:after {
		content: " ";
		position: absolute;
		left: 24%; /*35%;*/
	}
	.header .logo {
		width: 18%;
		min-width: 68px;
	}
	.header .title {
		width:78%;
	}
	.title h4 {
		padding-top:0px;
		font-size:1.6rem;
	}
	.tb-survey {
		margin-bottom:20px;
	}
	/*
	.tb-survey tbody> tr{
		line-height:22px;
	}
	*/
	.tb-survey tbody > td {
		font-size: 13px;
	}
	hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	table { 
		margin-bottom:5px; 
	}
	.tb-survey > thead > tr > th:first-child, .tb-survey > tbody tr td:first-child {
		width: 50%;
		padding-left:5px;
	}
	td > input[type=radio]:first-child {
		margin-top:8px;
	}
	.list-inline >li:last-child {
		padding-right:0px;
	}
	.tab-pane h4 {
		width:85%;
	}
	#step1 label {
		text-align:left;
		padding-left:15px;
	}
}
