br,
strong {
	display: none;
}

#crmWebToEntityForm {
	width: 100% !important;
}

table {
	width: 100% !important;
	background-color: #FFF;
	color: black;
}

td {
	width: 100% !important;
	display: block !important;
}

input[type='submit'] {
	display: flex;
	display: inline-block;
	align-items: center;
	padding: 4px 24px !important;
	height: 50px;
	border: 0;
	border-radius: 4px !important;
	background: #FF6F61;
	font-size: 16px !important;
	font-weight: bold;
	color: #FFF !important;
	box-shadow: 0 3px 5px rgba(8, 37, 73, .11), 0 1px 18px rgba(8, 37, 73, .05), 0 6px 10px rgba(8, 37, 73, .1);
	cursor: pointer;
}

input[type='reset'] {
	display: none;
}

input[type='checkbox'] {
	float: left;
	width: 16px;
	margin-top: -1px;
}

label {
	text-align: left;
	font-family: sans-serif !important;
	font-size: 14px !important;
	color: #33475B !important;
}

tr td:first-child {
	width: 100%;
	display: block;
	text-align: left;
	font-family: sans-serif !important;
	font-size: 14px !important;
	color: #33475B !important;
}

input, textarea {
	margin-top: 4px;
	padding: 9px 10px;
	width: 100%;
	height: auto;
	border: 1px solid #CBD6E2;
	border-radius: 3px;
	background: #F5F8FA;
	line-height: 22px;
	font-size: 16px;
	color: #33475B;
	box-sizing: border-box;
}

.mandatoryMark {
	color: red;
}

.error-container {
	height: 20px;
}

.error-mandatory, .error-input {
	border-color: red !important;
}

.error-message-mandatory {
	display: none;
}

.error-message-input {
	display: none;
}

.error-mandatory + .error-container > .error-message-mandatory {
	display: inline;
}

.error-input + .error-container > .error-message-input {
	display: inline;
}

input.disabled, submit.disabled {
	background-color: #AAA;
}
