.wsf-form {
	box-sizing: border-box;
	color: #000000;
	font-family: Roboto;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.4;
	-webkit-tap-highlight-color: transparent;
	text-size-adjust: 100%;
}

.wsf-form *, .wsf-form *:before, .wsf-form *:after {
	box-sizing: inherit;
}

.wsf-section,
.wsf-fieldset {
	border: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.wsf-section > legend,
.wsf-fieldset > legend {
	border: 0;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 0;
}

.wsf-form ul.wsf-group-tabs {
	border-bottom: 1px solid #CECED2;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 20px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 0;
	padding-left: 0;
	position: relative;
}

.wsf-form ul.wsf-group-tabs > li {
	box-sizing: border-box;
	margin-bottom: -1px;
	outline: none;
	padding: 0 5px;
	position: relative;
}

.wsf-form ul.wsf-group-tabs > li > a {
	background-color: transparent;
	border: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: none;
	color: #000000;
	cursor: pointer;
	display: block;
	font-size: 14px;
	padding: 11px 20px;
	text-align: center;
	text-decoration: none;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	white-space: nowrap;
}

.wsf-form ul.wsf-group-tabs > li > a:focus {
	outline: 0;
}

.wsf-form ul.wsf-group-tabs > li.wsf-tab-active {
	z-index: 1;
}

.wsf-form ul.wsf-group-tabs > li.wsf-tab-active > a {
	background-color: #FFFFFF;
	border-color: #CECED2;
	border-bottom-color: transparent;
	color: #000000;
	cursor: default;
}

.wsf-form ul.wsf-group-tabs > li > a.wsf-tab-disabled {
	color: #8E8E93;
	cursor: not-allowed;
	pointer-events: none;
}

.wsf-grid {
	margin-left: -10px;
	margin-right: -10px;
}

.wsf-tile {
	padding-left: 10px;
	padding-right: 10px;
}

.wsf-field-wrapper {
	margin-bottom: 20px;
}

.wsf-field-wrapper[data-type='texteditor'],
.wsf-field-wrapper[data-type='html'],
.wsf-field-wrapper[data-type='divider'],
.wsf-field-wrapper[data-type='message'] {
	margin-bottom: 0;
}

.wsf-inline {
	display: inline-flex;
	flex-direction: column;
	margin-right: 10px;
}

.wsf-label-wrapper label.wsf-label {
	padding: 9.5px 0;
	margin-bottom: 0;
}

label.wsf-label {
	display: block;
	font-family: Roboto;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.4;
	margin-bottom: 5px;
}

.wsf-invalid-feedback {
	color: #981b1e;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
}

.wsf-help {
	color: #8E8E93;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
}

input[type=email].wsf-field,
input[type=number].wsf-field,
input[type=tel].wsf-field,
input[type=text].wsf-field,
input[type=search].wsf-field,
input[type=url].wsf-field,
select.wsf-field,
textarea.wsf-field {
	-webkit-appearance: none;
	background-color: #FFFFFF;
	border: 1px solid #CECED2;
	border-radius: 4px;
	color: #000000;
	font-family: Roboto;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.4;
	margin: 0;
	padding: 8.5px 10px;
	touch-action: manipulation;
	transition: background-color 200ms ease-in-out, background-image 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	width: 100%;
}

input[type=email].wsf-field,
input[type=number].wsf-field,
input[type=tel].wsf-field,
input[type=text].wsf-field,
input[type=search].wsf-field,
input[type=url].wsf-field,
select.wsf-field:not([multiple]):not([size]) {
	height: 39px;
}


input[type=email].wsf-field::placeholder,
input[type=number].wsf-field::placeholder,
input[type=tel].wsf-field::placeholder,
input[type=text].wsf-field::placeholder,
input[type=search].wsf-field::placeholder,
input[type=url].wsf-field::placeholder,
select.wsf-field::placeholder,
textarea.wsf-field::placeholder {
	color: #8E8E93;
	opacity: 1;
}


input[type=email].wsf-field:focus,
input[type=number].wsf-field:focus,
input[type=tel].wsf-field:focus,
input[type=text].wsf-field:focus,
input[type=search].wsf-field:focus,
input[type=url].wsf-field:focus,
select.wsf-field:focus,
textarea.wsf-field:focus {
	border-color: #205493;
	box-shadow: 0 0 0 2px #d2dfee;
	outline: 0;
}

input[type=email].wsf-field:disabled,
input[type=number].wsf-field:disabled,
input[type=tel].wsf-field:disabled,
input[type=text].wsf-field:disabled,
input[type=search].wsf-field:disabled,
input[type=url].wsf-field:disabled,
select.wsf-field:disabled,
textarea.wsf-field:disabled {
	background-color: #EFEFF4;
	color: #8E8E93;
	-webkit-text-fill-color: #8E8E93;
	cursor: not-allowed;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=email].wsf-field::-moz-focus-inner,
input[type=number].wsf-field::-moz-focus-inner,
input[type=tel].wsf-field::-moz-focus-inner,
input[type=text].wsf-field::-moz-focus-inner,
input[type=search].wsf-field::-moz-focus-inner,
input[type=url].wsf-field::-moz-focus-inner,
select.wsf-field::-moz-focus-inner,
textarea.wsf-field::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=number].wsf-field::-webkit-inner-spin-button,
input[type=number].wsf-field::-webkit-outer-spin-button {
	height: auto;
}


select.wsf-field:not([multiple]):not([size]) {
	background-image: url('data:image/svg+xml,<svg%20width%3D"10"%20height%3D"5"%20viewBox%3D"169%20177%2010%205"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"><path%20fill%3D"%23000000"%20fill-rule%3D"evenodd"%20d%3D"M174%20182l5-5h-10"%2F><%2Fsvg>');
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px 5px;
	padding-right: 30px;
}

select.wsf-field:not([multiple]):not([size])::-ms-expand {
	display: none;
}



select.wsf-field:not([multiple]):not([size]):-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select.wsf-field:not([multiple]):not([size]):disabled {
	border-color: #CECED2;
	background-image: url('data:image/svg+xml,<svg%20width%3D"10"%20height%3D"5"%20viewBox%3D"169%20177%2010%205"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"><path%20fill%3D"%238E8E93"%20fill-rule%3D"evenodd"%20d%3D"M174%20182l5-5h-10"%2F><%2Fsvg>');
}

select.wsf-field optgroup {
	font-weight: bold;
}

select.wsf-field option:disabled {
	color: #8E8E93;
}

textarea.wsf-field {
	overflow: auto;
	resize: vertical;
}

textarea.wsf-field[data-textarea-type='tinymce'] {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

[data-type='textarea'] .mce-btn.mce-active button,
[data-type='textarea'] .mce-btn.mce-active:hover button,
[data-type='textarea'] .mce-btn.mce-active i,
[data-type='textarea'] .mce-btn.mce-active:hover i {
	color: #000;
}

input[type=checkbox].wsf-field {
	bottom: auto;
	height: 20px;
	left: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 20px;
}

input[type=checkbox].wsf-field + label.wsf-label {
	display: inline-block;
	margin: 0 0 10px;
	padding-left: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=checkbox].wsf-field + label.wsf-label:before {
	background-color: #FFFFFF;
	border: 1px solid #CECED2;
	border-radius: 4px;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: top;
	width: 20px;
}

input[type=checkbox].wsf-field + label.wsf-label:after {
	background-color: transparent;
	border-radius: 3px;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: background-color 200ms ease-in-out;
	vertical-align: top;
	width: 16px;
}

input[type=checkbox].wsf-field + label.wsf-label + .wsf-invalid-feedback {
	margin-bottom: 10px;
	margin-top: -5px;
}


input[type=checkbox].wsf-field:focus + label.wsf-label:before {
	border-color: #205493;
	box-shadow: 0 0 0 2px #d2dfee;
}

input[type=checkbox].wsf-field:disabled + label.wsf-label {
	color: #8E8E93;
}

input[type=checkbox].wsf-field:disabled + label.wsf-label:before {
	background-color: #EFEFF4;
	cursor: not-allowed;
}

input[type=checkbox].wsf-field:disabled + label.wsf-label:after {
	cursor: not-allowed;
}

input[type=checkbox].wsf-field:checked + label.wsf-label:before {
	background-color: #FFFFFF;
	border-color: #205493;
}

input[type=checkbox].wsf-field:checked + label.wsf-label:after {
	background-color: #205493;
}

input[type=checkbox].wsf-field:checked:disabled + label.wsf-label:before {
	opacity: .5;
}

input[type=checkbox].wsf-field:checked:disabled + label.wsf-label:after {
	opacity: .5;
}

input[type=radio].wsf-field {
	bottom: auto;
	height: 20px;
	left: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 20px;
}

input[type=radio].wsf-field + label.wsf-label {
	display: inline-block;
	margin: 0 0 10px;
	padding-left: 25px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=radio].wsf-field + label.wsf-label:before {
	background-color: #FFFFFF;
	border: 1px solid #CECED2;
	border-radius: 50%;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: top;
	width: 20px;
}

input[type=radio].wsf-field + label.wsf-label:after {
	background-color: transparent;
	border-radius: 50%;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 16px;
	left: 2px;
	position: absolute;
	top: 2px;
	transition: background-color 200ms ease-in-out;
	vertical-align: top;
	width: 16px;
}

input[type=radio].wsf-field + label.wsf-label + .wsf-invalid-feedback {
	margin-bottom: 10px;
	margin-top: -5px;
}


input[type=radio].wsf-field:focus + label.wsf-label:before {
	border-color: #205493;
	box-shadow: 0 0 0 2px #d2dfee;
}

input[type=radio].wsf-field:disabled + label.wsf-label {
	color: #8E8E93;
}

input[type=radio].wsf-field:disabled + label.wsf-label:before {
	background-color: #EFEFF4;
	cursor: not-allowed;
}

input[type=radio].wsf-field:disabled + label.wsf-label:after {
	cursor: not-allowed;
}

input[type=radio].wsf-field:checked + label.wsf-label:before {
	background-color: #FFFFFF;
	border-color: #205493;
}

input[type=radio].wsf-field:checked + label.wsf-label:after {
	background-color: #205493;
}

input[type=radio].wsf-field:checked:disabled + label.wsf-label:before {
	opacity: .5;
}

input[type=radio].wsf-field:checked:disabled + label.wsf-label:after {
	opacity: .5;
}

input[type=checkbox].wsf-field.wsf-switch,
input[type=radio].wsf-field.wsf-switch {
	width: 40px;
}

input[type=checkbox].wsf-field.wsf-switch + label.wsf-label,
input[type=radio].wsf-field.wsf-switch + label.wsf-label {
	padding-left: 45px;
	position: relative;
}

input[type=checkbox].wsf-field.wsf-switch + label.wsf-label:before,
input[type=radio].wsf-field.wsf-switch + label.wsf-label:before {
	border-radius: 12px;
	position: absolute;
	width: 40px;
}

input[type=checkbox].wsf-field.wsf-switch + label.wsf-label:after,
input[type=radio].wsf-field.wsf-switch + label.wsf-label:after {
	background-color: #CECED2;
	border-radius: 50%;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, left 200ms ease-in-out;
}


input[type=checkbox].wsf-field.wsf-switch:focus + label.wsf-label:after,
input[type=radio].wsf-field.wsf-switch:focus + label.wsf-label:after {
	border-color: #205493;
}

input[type=checkbox].wsf-field.wsf-switch:disabled + label.wsf-label:after,
input[type=radio].wsf-field.wsf-switch:disabled + label.wsf-label:after {
}

input[type=checkbox].wsf-field.wsf-switch:checked + label.wsf-label:before,
input[type=radio].wsf-field.wsf-switch:checked + label.wsf-label:before {
	background-color: #205493;
}

input[type=checkbox].wsf-field.wsf-switch:checked + label.wsf-label:after,
input[type=radio].wsf-field.wsf-switch:checked + label.wsf-label:after {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	left: 22px;
}

input[type=checkbox].wsf-field.wsf-switch:checked:disabled + label.wsf-label:after,
input[type=radio].wsf-field.wsf-switch:checked:disabled + label.wsf-label:after {
	opacity: 1;
}

input[type=checkbox].wsf-field.wsf-button + label.wsf-label,
input[type=radio].wsf-field.wsf-button + label.wsf-label {
  	background-color: #CECED2;
  	border: 1px solid #CECED2;
  	border-radius: 4px;
  	color: #000000;
  	cursor: pointer;
  	display: inline-block;
  	font-family: Roboto;
  	font-size: 14px;
  	font-weight: inherit;
  	height: 39px;
  	line-height: 1.4;
  	padding: 8.5px 10px;
  	margin: 0 0 10px;
  	text-align: center;
  	text-decoration: none;
  	touch-action: manipulation;
  	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out, color 200ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  	vertical-align: middle;
}

input[type=checkbox].wsf-field.wsf-button + label.wsf-label:after,
input[type=radio].wsf-field.wsf-button + label.wsf-label:after {
	display: none;
}

input[type=checkbox].wsf-field.wsf-button.wsf-button-full + label.wsf-label,
input[type=radio].wsf-field.wsf-button.wsf-button-full + label.wsf-label {
	display: block;
}

input[type=checkbox].wsf-field.wsf-button + label.wsf-label:before,
input[type=radio].wsf-field.wsf-button + label.wsf-label:before {
	display: none;
}

input[type=checkbox].wsf-field.wsf-button:disabled + label.wsf-label,
input[type=radio].wsf-field.wsf-button:disabled + label.wsf-label {
	cursor: not-allowed;
	opacity: .5;
}

input[type=checkbox].wsf-field.wsf-button:checked + label.wsf-label,
input[type=radio].wsf-field.wsf-button:checked + label.wsf-label {
	background-color: #205493;
	border-color: #205493;
	color: #FFFFFF;
}

input[type=checkbox].wsf-field.wsf-color,
input[type=radio].wsf-field.wsf-color {
	height: 39px;
	width: 39px;
}

input[type=checkbox].wsf-field.wsf-color + label.wsf-label,
input[type=radio].wsf-field.wsf-color + label.wsf-label {
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

input[type=checkbox].wsf-field.wsf-color + label.wsf-label:before,
input[type=radio].wsf-field.wsf-color + label.wsf-label:before {
	display: none;
}

input[type=checkbox].wsf-field.wsf-color + label.wsf-label:after,
input[type=radio].wsf-field.wsf-color + label.wsf-label:after {
	display: none;
}

input[type=checkbox].wsf-field.wsf-color + label.wsf-label > span {
	border: 1px solid #CECED2;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	height: 39px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: middle;
	width: 39px;
}

input[type=radio].wsf-field.wsf-color + label.wsf-label > span {
	border: 1px solid #CECED2;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 39px;
	transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: middle;
	width: 39px;
}


input[type=checkbox].wsf-field.wsf-color:focus + label.wsf-label > span,
input[type=radio].wsf-field.wsf-color:focus + label.wsf-label > span {
	border-color: #205493;
	box-shadow: 0 0 0 2px #d2dfee;
}

input[type=checkbox].wsf-field.wsf-color:disabled + label.wsf-label > span,
input[type=radio].wsf-field.wsf-color:disabled + label.wsf-label > span {
	cursor: not-allowed;
	opacity: .5;
}

input[type=checkbox].wsf-field.wsf-color:checked + label.wsf-label > span,
input[type=radio].wsf-field.wsf-color:checked + label.wsf-label > span {
	border-color: #205493;
	box-shadow: inset 0 0 0 2px #FFFFFF;
}

input[type=checkbox].wsf-field.wsf-image + label.wsf-label,
input[type=radio].wsf-field.wsf-image + label.wsf-label {
	margin-left: 0;
	padding-left: 0;
	position: relative;
}

input[type=checkbox].wsf-field.wsf-image + label.wsf-label:before,
input[type=radio].wsf-field.wsf-image + label.wsf-label:before {
	display: none;
}

input[type=checkbox].wsf-field.wsf-image + label.wsf-label:after,
input[type=radio].wsf-field.wsf-image + label.wsf-label:after {
	display: none;
}

input[type=checkbox].wsf-field.wsf-image + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image + label.wsf-label > img {
	background-color: #FFFFFF;
	border: 1px solid #CECED2;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	height: auto;
	max-width: 100%;
	padding: 2px;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	vertical-align: middle;
}


input[type=checkbox].wsf-field.wsf-image:focus + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image:focus + label.wsf-label > img {
	border-color: #205493;
	box-shadow: 0 0 0 2px #d2dfee;
}

input[type=checkbox].wsf-field.wsf-image:disabled + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image:disabled + label.wsf-label > img {
	cursor: not-allowed;
	opacity: .5;
}

input[type=checkbox].wsf-field.wsf-image:checked + label.wsf-label > img,
input[type=radio].wsf-field.wsf-image:checked + label.wsf-label > img {
	background-color: #205493;
	border-color: #205493;
}


.wsf-validated input[type=email].wsf-field:invalid,
.wsf-validated input[type=number].wsf-field:invalid,
.wsf-validated input[type=tel].wsf-field:invalid,
.wsf-validated input[type=text].wsf-field:invalid,
.wsf-validated input[type=search].wsf-field:invalid,
.wsf-validated input[type=url].wsf-field:invalid,
.wsf-validated select.wsf-field:invalid,
.wsf-validated textarea.wsf-field:invalid {
	border-color: #981b1e;
	color: #000000;
}

.wsf-validated input[type=email].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=number].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=tel].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=text].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=search].wsf-field:-moz-ui-invalid,
.wsf-validated input[type=url].wsf-field:-moz-ui-invalid,
.wsf-validated select.wsf-field:-moz-ui-invalid,
.wsf-validated textarea.wsf-field:-moz-ui-invalid {
	box-shadow: none;
}


.wsf-validated input[type=checkbox].wsf-field:invalid + label.wsf-label:before,
.wsf-validated input[type=radio].wsf-field:invalid + label.wsf-label:before {
	border-color: #981b1e;
}

button.wsf-button {
	-webkit-appearance: none;
	background-color: #CECED2;
	border: 1px solid #CECED2;
	border-radius: 4px;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-family: Roboto;
	font-size: 14px;
	font-weight: inherit;
	height: 39px;
	line-height: 1.4;
	padding: 8.5px 10px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	touch-action: manipulation;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}

button.wsf-button.wsf-button-full {
	width: 100%;
}


button.wsf-button:focus,
button.wsf-button:active {
	background-color: #a4a4a8;
	border-color: #a4a4a8;
	box-shadow: 0 0 0 2px #f7f7f8;
	outline: 0;
}

button.wsf-button:disabled {
	background-color: #CECED2;
	border-color: #CECED2;
}

button.wsf-button.wsf-button-primary {
	background-color: #205493;
	border-color: #205493;
	color: #FFFFFF;
}


button.wsf-button.wsf-button-primary:focus,
button.wsf-button.wsf-button-primary:active {
	background-color: #194375;
	border-color: #194375;
	box-shadow: 0 0 0 2px #d2dfee;
}

button.wsf-button.wsf-button-primary:disabled {
	background-color: #205493;
	border-color: #205493;
}

button.wsf-button.wsf-button-secondary {
	background-color: #5b616b;
	border-color: #5b616b;
	color: #FFFFFF;
}


button.wsf-button.wsf-button-secondary:focus,
button.wsf-button.wsf-button-secondary:active {
	background-color: #484d55;
	border-color: #484d55;
	box-shadow: 0 0 0 2px #e3e5e8;
}

button.wsf-button.wsf-button-secondary:disabled {
	background-color: #5b616b;
	border-color: #5b616b;
}

button.wsf-button.wsf-button-success {
	background-color: #2e8540;
	border-color: #2e8540;
	color: #FFFFFF;
}


button.wsf-button.wsf-button-success:focus,
button.wsf-button.wsf-button-success:active {
	background-color: #246a33;
	border-color: #246a33;
	box-shadow: 0 0 0 2px #d5ecda;
}

button.wsf-button.wsf-button-success:disabled {
	background-color: #2e8540;
	border-color: #2e8540;
}

button.wsf-button.wsf-button-information {
	background-color: #02bfe7;
	border-color: #02bfe7;
	color: #000000;
}


button.wsf-button.wsf-button-information:focus,
button.wsf-button.wsf-button-information:active {
	background-color: #0198b8;
	border-color: #0198b8;
	box-shadow: 0 0 0 2px #d6f4fb;
}

button.wsf-button.wsf-button-information:disabled {
	background-color: #02bfe7;
	border-color: #02bfe7;
}

button.wsf-button.wsf-button-warning {
	background-color: #fdb81e;
	border-color: #fdb81e;
	color: #000000;
}


button.wsf-button.wsf-button-warning:focus,
button.wsf-button.wsf-button-warning:active {
	background-color: #ca9318;
	border-color: #ca9318;
	box-shadow: 0 0 0 2px #fef4dd;
}

button.wsf-button.wsf-button-warning:disabled {
	background-color: #fdb81e;
	border-color: #fdb81e;
}

button.wsf-button.wsf-button-danger {
	background-color: #981b1e;
	border-color: #981b1e;
	color: #FFFFFF;
}


button.wsf-button.wsf-button-danger:focus,
button.wsf-button.wsf-button-danger:active {
	background-color: #791518;
	border-color: #791518;
	box-shadow: 0 0 0 2px #efd2d2;
}

button.wsf-button.wsf-button-danger:disabled {
	background-color: #981b1e;
	border-color: #981b1e;
}

button.wsf-button.wsf-button-inverted {
	background-color: #FFFFFF;
	border-color: #CECED2;
	color: #000000;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
}


button.wsf-button.wsf-button-inverted:focus,
button.wsf-button.wsf-button-inverted:active {
	background-color: #CECED2;
}

button.wsf-button.wsf-button-inverted:disabled {
	background-color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-primary {
	border-color: #205493;
	color: #205493;
}


button.wsf-button.wsf-button-inverted.wsf-button-primary:focus {
	background-color: #205493;
	border-color: #205493;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-primary:disabled {
	background-color: #FFFFFF;
	border-color: #205493;
	color: #205493;
}

button.wsf-button.wsf-button-inverted.wsf-button-secondary {
	border-color: #5b616b;
	color: #5b616b;
}


button.wsf-button.wsf-button-inverted.wsf-button-secondary:focus {
	background-color: #5b616b;
	border-color: #5b616b;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-secondary:disabled {
	background-color: #FFFFFF;
	border-color: #5b616b;
	color: #5b616b;
}

button.wsf-button.wsf-button-inverted.wsf-button-success {
	border-color: #2e8540;
	color: #2e8540;
}


button.wsf-button.wsf-button-inverted.wsf-button-success:focus {
	background-color: #2e8540;
	border-color: #2e8540;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-success:disabled {
	background-color: #FFFFFF;
	border-color: #2e8540;
	color: #2e8540;
}

button.wsf-button.wsf-button-inverted.wsf-button-information {
	border-color: #02bfe7;
	color: #02bfe7;
}


button.wsf-button.wsf-button-inverted.wsf-button-information:focus {
	background-color: #02bfe7;
	border-color: #02bfe7;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-information:disabled {
	background-color: #FFFFFF;
	border-color: #02bfe7;
	color: #02bfe7;
}

button.wsf-button.wsf-button-inverted.wsf-button-warning {
	border-color: #fdb81e;
	color: #fdb81e;
}


button.wsf-button.wsf-button-inverted.wsf-button-warning:focus {
	background-color: #fdb81e;
	border-color: #fdb81e;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-warning:disabled {
	background-color: #FFFFFF;
	border-color: #fdb81e;
	color: #fdb81e;
}

button.wsf-button.wsf-button-inverted.wsf-button-danger {
	border-color: #981b1e;
	color: #981b1e;
}


button.wsf-button.wsf-button-inverted.wsf-button-danger:focus {
	background-color: #981b1e;
	border-color: #981b1e;
	color: #FFFFFF;
}

button.wsf-button.wsf-button-inverted.wsf-button-danger:disabled {
	background-color: #FFFFFF;
	border-color: #981b1e;
	color: #981b1e;
}

button.wsf-button::-moz-focus-inner {
	border: 0;
	margin: 0;
	padding: 0;
}

button.wsf-button:disabled {
	cursor: not-allowed;
	opacity: .5;
	transition: none;
}

.wsf-form-post-lock-progress button[type="submit"].wsf-button {
	cursor: progress;
}

.wsf-alert {
	background-color: #EFEFF4;
	border-left: 4px solid #CECED2;
	border-radius: 4px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: inherit;
	line-height: 1.4;
	padding: 10px;
	margin-bottom: 20px;
}

.wsf-alert > :first-child {
	margin-top: 0;
}

.wsf-alert > :last-child {
	margin-bottom: 0;
}

.wsf-alert-success {
	background-color: #d5ecda;
	border-color: #6eb57d;
	color: #1b4f26;
}

.wsf-alert-success a,
.wsf-alert-success a:hover,
.wsf-alert-success a:focus {
	color: #123519;
}

.wsf-alert-information {
	background-color: #d6f4fb;
	border-color: #61d7f0;
	color: #01728a;
}

.wsf-alert-information a,
.wsf-alert-information a:hover,
.wsf-alert-information a:focus {
	color: #004c5c;
}

.wsf-alert-warning {
	background-color: #fef4dd;
	border-color: #fdd477;
	color: #976e12;
}

.wsf-alert-warning a,
.wsf-alert-warning a:hover,
.wsf-alert-warning a:focus {
	color: #65490c;
}

.wsf-alert-danger {
	background-color: #efd2d2;
	border-color: #c16164;
	color: #5b1012;
}

.wsf-alert-danger a,
.wsf-alert-danger a:hover,
.wsf-alert-danger a:focus {
	color: #3c0a0c;
}

.wsf-text-primary {
	color: #205493;
}

.wsf-text-secondary {
	color: #5b616b;
}

.wsf-text-success {
	color: #2e8540;
}

.wsf-text-information {
	color: #02bfe7;
}

.wsf-text-warning {
	color: #fdb81e;
}

.wsf-text-danger {
	color: #981b1e;
}

.wsf-hidden {
	display: none !important;
}
