.contentBox-left {
	width: 100%;
	padding: 0 3px;
	background: #F6F6F6;
}

.block-title {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75) inset, 0 1px 1px
		rgba(0, 0, 0, 0.15);
	cursor: pointer;
	display: block;
	padding: 15px 19px;
	margin-top: 0px;
	position: relative;
	text-shadow: 0 1px 0 white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-color: #cccccc;
	color: #666666;
	background: -webkit-linear-gradient(top, #efeff4, #d6dadf);
	background-size: 100% 100%;
	font-size: 17.5px;
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	text-rendering: optimizelegibility;
}

.wizard-steps {
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
	height: 40px;
	list-style-type: none;
	margin: 0 -1px;
	padding: 0;
	margin-top: -10px;
	text-align: center;
	border-color: #282e36;
	color: white;
	background: #404040;
	display: block;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

.wizard-steps  li {
	padding: 0 9px 0 65px;
	text-indent: 0;
	width: auto;
	background: rgba(0, 0, 0, 0) url(../img/wizard-steps-separator.png)
		no-repeat scroll left center;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	opacity: 0.5;
	overflow: hidden;
	transition: opacity 200ms ease 0s;
	white-space: nowrap;
	text-align: -webkit-match-parent;
	list-style-type: none;
	color: white;
}

.wizard-step {
	margin-left: -32px;
	border-color: #cccccc;
	color: #666666;
	border-radius: 30px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 2px 4px black;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 16px;
	margin: 8px 0 0 -27px;
	min-width: 16px;
	padding: 3px;
	text-indent: 0;
	background-size: 100% 100%;
	background: -webkit-linear-gradient(top, #efeff4, #d6dadf);
	outline: none !important;
	height: 22px;
	width: 22px;
}

.wizard-steps  li:first-child {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding-left: 36px !important;
}

.wizard-steps  .active {
	padding: 0 9px 0 65px;
	text-indent: 0;
	width: auto;
}

.wizard-steps  .active span {
	border-color: #018f41;
	background: -webkit-linear-gradient(top, #a7cf34, #87ba17);
}

.wizard-steps  .completed,.wizard-steps  .current,.wizard-steps  .active
	{
	opacity: 1;
}

.field-block h5 {
	margin: 0px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 30px;
	color: inherit;
	font-size: 14px;
	outline: none !important;
	color: #666;
	padding-left: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.form-group .col-lg-10 {
	width: 950px;
	color: #666;
}

.form-group .col-lg-10 table tr td {
	border-bottom: 1px solid #ccc;
	height: 24px;
	border-left: 0px;
	border-right: 0px;
	vertical-align: middle;
	display: table-cell;
	line-height: 19px;
	color: #222;
	font-size: 12px;
	padding: 5px 5px;
	text-align: left;
	box-sizing: border-box;
	border-collapse: 0px;
	border-spacing: 0px;
	width: 207px;
}

.wizard-steps>.completed {
	color: #61d96c;
	background-color: green;
	border-color: green;
	background: -webkit-linear-gradient(top, #a7cf34, green);
}

.control-group {
	border-top: 1px solid #ffffff;
	margin-bottom: 0;
	color: #000;
	margin-left: 10px;
	width: 977px;
	height: 40px;
	margin-top: 20px;
}

.control-label {
	width: 180px;
	float: left;
	margin-bottom: 5px;
	text-align: right;
	display: block;
}

.controls {
	margin-left: 20px;
	padding: 0px 0;
	float: left;
}

.field-block {
	margin-top: 10px;
	padding-top: 10px;
}

.element {
	padding: 0;
	margin-top: 1px;
	float: left;
}

div.element {
	width: 60%;
	padding: 2px;
	margin: 2px;
	margin-bottom: 10px;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-small {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	color: #000;
	background-color: #fff;
	border-color: #ccc;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	direction: ltr;
	cursor: pointer;
}

input,select,.formcontent td {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	margin: 0 2px 0 0;
	white-space: nowrap;
	padding: 2px;
}

input[type="file" i] {
	align-items: baseline;
	color: inherit;
	text-align: start !important;
}

input[type="hidden" i],input[type="image" i],input[type="file" i] {
	-webkit-appearance: initial;
	background-color: initial;
	cursor: default;
	padding: initial;
	border: initial;
}