.wsForm td.h1 {
	margin: 0px;
	font-size: inherit;
	line-height: inherit;
}

.wsForm .h1 label {
	padding: 10px 10px;
	color: #999;
	font-size: 25px;
	font-weight: 500;
}

.wsForm .elDateTime input, 
.wsForm .elTextArea textarea, 
.wsForm .elList0 select,
.wsForm .elInput input, 
.wsForm .elList3 select {
	border: 1px solid #ddd !important;
	border-radius: 3px;
	width: 100%;
	padding: 5px !important;
	box-sizing: border-box;
	border-radius: 3px !important;
	background-image: initial !important;
}

.wsForm .elInput input.captcha {
	width: 150px;
}

.wsForm .elDateTime input,
.wsForm .elList0 select,
.wsForm .elInput input,
.wsForm .elList3 select {
	height: 40px !important;
}

.wsForm .submit-form {
	padding: 10px;
	width: 150px;
	margin: 10px 10px;
	height: 40px;
	text-transform: uppercase;
}

.wsForm .submit-form i {
	margin-right: 5px !important;
}

.wsForm .elBtn {
	background: #337ab7;
	width: 40px;
	color: #fff;
	border-radius: 0px 3px 3px 0px;
	padding: 5px
}

.wsForm .elBtn i {
	background: #337ab7;
}

.form-file {
	padding: 10px;
}

.form-file input {
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 3px;
}

.wsForm .g-recaptcha {
	overflow: hidden;
	box-sizing: border-box;
}

.wsForm td.recaptcha {
	padding: 15px 10px;
}

@media ( min-width : 300px) and (max-width: 767px) {
	.wsForm .elList0, .wsForm .elInput, .wsForm .elDateTime, .wsForm .elTextArea
		{
		display: block;
		width: 100% !important;
	}
}

.device-container  .elList0,
.device-container  .elInput,
.device-container  .elDateTime,
.device-container  .elTextArea,
.device-container  .elButton,
.device-container  .h1 {
	display: block;
	width: calc(100% + 10px) !important;
}