/* � copyright 2010 Soft Idom Limited. All rights reserved.
*  www.softidiom.com & www.4dsites.com
*/
em {font-style: italic!important}
strong {font-weight: bold!important}
em>strong {font-style: italic!important;font-weight: bold!important}
strong>em {font-style: italic!important;font-weight: bold!important}
h1 {font-size: 28px;letter-spacing: 0;padding:16px 24px 28px 24px;margin:0!important;font-weight:normal}
p {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.ext-strict .x-form-text {
  min-height: 34px!important;
  border-radius: 4px;
  padding: 6px 8px;
}

.x-form-text, textarea.x-form-field {
  border-radius: 4px;
}

.x-superboxselect li {
	list-style: none;
}
.x-superboxselect-item {
	padding: 1px 16px 18px 6px !important;
}
.x-form-field-wrap {
	position: relative !important;
}

.x-form-field-wrap .x-form-trigger {
	height: 34px !important;
	width: 17px !important;
	position: absolute !important;
	right: 1px !important;
	top: 1px !important;
	border-left: 1px solid #b5b8c8 !important;
	z-index: 10 !important;
}

.x-form-field-wrap input.x-form-text {
	padding-right: 24px !important;
}

.display-field {border:none!important;background-image:none!important;background-color: transparent;vertical-align:baseline!important}

.x-form-item-label {
  font-size: 12px!important;
  font-weight: normal!important;
  font-family: inherit!important;
  letter-spacing: initial!important;
}
.x-form li {
  margin-bottom:0;
}
.x-panel hr {
  margin-top: 4px;
  margin-bottom: 4px;
}

.cmsForm .x-form-field-trigger-wrap {
  position: relative !important;
  padding-right: 0 !important;
  display: block !important;
  overflow: visible !important;
}

.cmsForm .x-form-field-trigger-wrap::after {
  content: "";
  display: table;
  clear: both;
}

.cmsForm .noTrigger {
  padding-right:0;
}

/* Hide any BR tags between input and trigger */
.cmsForm .x-form-field-trigger-wrap br {
	display: none !important;
}

/* Force trigger to appear before input in visual order using order */
.cmsForm .x-form-field-trigger-wrap .x-form-trigger {
	position: absolute !important;
	right: 1px !important;
	top: 0 !important;
	width: 20px !important;
	height: 100% !important;
	z-index: 10 !important;
	margin: 0 !important;
	border-left: 1px solid #d1d5db !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	cursor: pointer !important;
	background-color: transparent !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px 10px !important;
}

.cmsForm input {
	width: 100%!important;
  font-size: 14px;
}

.cmsForm input[type="text"],
.cmsForm input[type="email"],
.cmsForm input[type="tel"],
.cmsForm input[type="number"],
.cmsForm input[type="password"],
.cmsForm input[type="url"],
.cmsForm select,
.cmsForm textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid #b5b8c8;
	border-radius: 4px;
	background: #fff;
	color: #111827;
	font-size: 14px;
	line-height: 1.4;
	box-sizing: border-box;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cmsForm textarea {
	min-height: 100px;
	resize: vertical;
}

.cmsForm input[type="text"]:focus,
.cmsForm input[type="email"]:focus,
.cmsForm input[type="tel"]:focus,
.cmsForm input[type="number"]:focus,
.cmsForm input[type="password"]:focus,
.cmsForm input[type="url"]:focus,
.cmsForm select:focus,
.cmsForm textarea:focus {
	outline: none;
	border-color: #5b9dd9;
	box-shadow: 0 0 0 3px rgba(91, 157, 217, 0.2);
}

.cmsForm h5 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.cmsForm .row {
	margin-bottom: 8px;
}

#form-contact h5 {
	margin-top: 10px;
}

#form-contact .row h5 {
	margin-top: 12px;
}

#form-contact h4 {
	display: none;
}

.cmsForm .x-form-field-trigger-wrap input {
	padding-right: 24px !important;
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
}

/* Override inline styles for combo boxes */
.cmsForm input[ext*="combo"] {
	width: 100% !important;
	box-sizing: border-box !important;
}
.x-combo-list-item {
  padding: 8px;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 12px;
}