@charset "UTF-8";

/**
 * Remove default margin.
 */
body {
	margin: 0;
}

.dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 36rem;
	padding: 1rem 1.25rem;
	background-color: #FFFFFF;
	border-radius: 0.385rem;
	box-shadow: 0rem 0.25rem 1rem 0 rgba(16, 24, 31, 0.3);
}

.dialog:hover .close {
	display: block;
}

.dialog-header {
	position: relative;
	border-bottom: 0.0625rem solid #E9EAEA;
	padding-bottom: 0.9375rem;
	margin-bottom: 0.9375rem;
	z-index: 4;
}

.dialog-header h1 {
	margin: 0;
}

.dialog-header .close {
	display: block;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	font-size: inherit;
	font-weight: inherit;
	position: absolute;
	top: 0;
	right: 0;
	color: #407CA0;
	display: none;
}

.dialog-header .close:hover {
	border: none;
	background: none;
}

.dialog-header .close:before {
	font-family: 'Axway-Common' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.25rem;
	text-align: center;
	font-smoothing: antialiased;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 1.25rem;
	color: #555559;
}

.dialog-content {
	position: relative;
	z-index: 2;
}

.dialog-footer {
	position: relative;
	text-align: right;
	padding-top: 1.25rem;
	margin-top: 1.25rem;
	border-top: 0.0625rem solid #E9EAEA;
	z-index: 3;
}

.login-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: url(/ui/default/00000000-000000/product/login_background_1920x1080.jpg) no-repeat center center;
	padding: 0;
	background-size: cover;
}

.login {
	max-width: 30rem;
	background: transparent;
	padding: 0;
}

.login .dialog-header {
	position: relative;
	color: white;
	padding: 2.25rem 1.25rem 2.25rem 1.25rem;
	margin-bottom: 0;
	border-bottom: none;
	border-radius: .5rem .5rem 0px 0px;
	text-align: center;
	background: rgba(61, 64, 81, 0.94);
	display: flex;
	justify-content: center;
}

.login .dialog-header .product {
	margin-left: .75rem;
	text-align: left;
}

.login .dialog-header .logo {
	display: inline-block;
	top: 50%;
	left: 1.9375rem;
	width: 5.75rem;
	height: 2.7375rem;
	background: transparent url(/ui/default/00000000-000000/product/logo_rev.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: right center;
}

.login .dialog-header h1 {
	display: inline-block;
	font-size: 1.85rem;
	font-weight: normal; }

.login .dialog-header .poweredby {
	display: inline-block;
	margin-top: .5rem;
}

.login .dialog-content {
	padding: 1.7rem 1.25rem 0 1.25rem;
	background: white;
}

.login .dialog-content h1 {
	font-size: 1.6rem;
	font-weight: 600;
}

.login .dialog-content .text-input input[type=text],
.login .dialog-content .search-box input[type=text],
.login .dialog-content .text-input input[type=userId],
.login .dialog-content .search-box input[type=userId],
.login .dialog-content .text-input input[type=password],
.login .dialog-content .search-box input[type=password],
.login .dialog-content .text-input input[type=email],
.login .dialog-content .search-box input[type=email],
.login .dialog-content .text-input input[type=url],
.login .dialog-content .search-box input[type=url],
.login .dialog-content .text-input input[type=tel],
.login .dialog-content .search-box input[type=tel],
.login .dialog-content .text-input input[type=number],
.login .dialog-content .search-box input[type=number] {
	height: 2.2rem;
}

.login .dialog-content .form section {
	border-top: none;
}

.login .dialog-content .form .alert {
	margin-top: 0;
	margin-bottom: 0;
	/* form elements don't have a top margin */
}

.login .dialog-content .form .field > label,
.login .dialog-content .form .field .control {
	padding-bottom: 1.25rem;
}

.login .dialog-content input[type="radio"] + label,
.login .dialog-content input[type="checkbox"] + label {
	font-size: 0.7rem;
}

.login .dialog-footer {
	text-align: center;
	padding: 0 1.25rem 2.5rem 1.25rem;
	margin-top: -1px;
	border: none;
	border-radius: 0px 0px .5rem .5rem;
	background: white;
}

.login .dialog-footer div {
	font-size: 0.625rem;
}

.login .dialog-footer input[type='submit'],
.login .dialog-footer button {
	padding-left: 3rem;
	padding-right: 3rem;
	margin-bottom: 1rem;
}

.login .dialog-footer input[type='submit'],
.login .dialog-footer .button.large {
	height: 1.8625rem;
	line-height: calc(1.8625rem - 2px);
}

.login .dialog-footer input[type='submit'],
.login .dialog-footer button {
	font-size: 0.875rem;
}

/* Fix for shadow gap */
.login form {
	margin-bottom: 0;
}

.message-container h1 {
	margin-bottom: 0;
}

/* Fixes for error messages */
.message {
	padding: 0 !important;
}

.ErrorText {
	background-color: #FFE3E0;
	margin-top: 0.625rem;
	margin-bottom: 0.6875rem;
	padding: 0.25rem 1.875rem 0.25rem 0.5rem;
	font-size: 0.8125rem;
}
.ErrorText img {
	display: none;
}


/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; }

sup {
	top: -0.5em; }

sub {
	bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
	border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::inner-spin-button,
input[type="number"]::outer-spin-button {
	height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::search-cancel-button,
input[type="search"]::search-decoration {
	appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0; }

td,
th {
	padding: 0; }




.type-size-one {
	font-size: 1.375rem; }

h1, h2 {
	margin-bottom: 0.9375rem; }

h1 {
	font-size: 1rem;
	font-weight: 700; }

h2 {
	font-size: 0.875rem;
	font-weight: 700; }

p, div {
	font-size: 0.8125rem; }

p {
	margin: 0.9375rem 0; }

.text-header {
	margin-top: 1rem;
	margin-bottom: 0.4375rem; }

.subtitle {
	font-style: italic;
	color: #10181F;
	margin-bottom: 0.625rem; }

pre {
	font-family: "Droid Sans Mono", monospace;
	font-size: 0.8125rem;
	padding-left: 0.625rem;
	margin-left: 0.625rem;
	border-left: 0.125rem solid #407CA0; }



.span-1-5 {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 20%;
	padding-left: 0.625rem;
	padding-right: 0.625rem; }

@media screen and (max-width: 700) {
	.span-1-5 {
		display: block;
		width: auto;
		height: auto; } }

.span-2-5 {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 40%;
	padding-left: 0.625rem;
	padding-right: 0.625rem; }

@media screen and (max-width: 700) {
	.span-2-5 {
		display: block;
		width: auto;
		height: auto; } }

.span-3-5 {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 60%;
	padding-left: 0.625rem;
	padding-right: 0.625rem; }

@media screen and (max-width: 700) {
	.span-3-5 {
		display: block;
		width: auto;
		height: auto; } }

.span-4-5 {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 80%;
	padding-left: 0.625rem;
	padding-right: 0.625rem; }

@media screen and (max-width: 700) {
	.span-4-5 {
		display: block;
		width: auto;
		height: auto; } }

.offset-1-5 {
	margin-left: 20%; }

@media screen and (max-width: 700) {
	.offset-1-5 {
		margin-left: 0; } }

.offset-2-5 {
	margin-left: 40%; }

@media screen and (max-width: 700) {
	.offset-2-5 {
		margin-left: 0; } }

.offset-3-5 {
	margin-left: 60%; }

@media screen and (max-width: 700) {
	.offset-3-5 {
		margin-left: 0; } }

.offset-4-5 {
	margin-left: 80%; }

@media screen and (max-width: 700) {
	.offset-4-5 {
		margin-left: 0; } }

/***********/
/* BUTTONS */

input[type='submit'],
button,
.button {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	outline: none;
	border-radius: 1.25rem;
	border: 1px solid #407CA0;
	background: transparent;
	color: #407CA0;
	height: 1.25rem;
	padding: 0 0.625rem;
	font-size: 0.8125rem;
	line-height: calc(1.25rem - 0.125rem);
	font-weight: 600;
	text-decoration: none;
	box-shadow: none;
	cursor: default; }

input[type='submit']:hover,
input[type='submit']:active,
button:hover,
button:active,
.button:hover,
.button:active {
	color: #3D4051;
	border-color: #3D4051; }

input[type='submit']:active,
button:active,
.button:active {
	color: #FFFFFF;
	background-color: #3D4051; }

input[type='submit']:disabled,
button:disabled,
.button:disabled {
	color: rgba(16, 24, 31, 0.3);
	border-color: rgba(16, 24, 31, 0.3); }

input[type='submit'].btn-primary,
button.primary,
.button.primary {
	box-sizing: border-box;
	line-height: calc(1.25rem - 2px);
	border: 1px solid transparent;
	color: #FFFFFF;
	background-color: #407CA0;
	box-shadow: 0 0.0625rem 0 0 rgba(0, 0, 0, 0.2); }

input[type='submit'].btn-primary:hover,
button.primary:hover,
.button.primary:hover {
	background-color: #3D4051; }

input[type='submit'].btn-primary:active,
button.primary:active,
.button.primary:active {
	border-color: #3D4051;
	background-color: #FFFFFF;
	color: #3D4051;
	box-shadow: none; }

input[type='submit'].btn-primary:disabled,
button.primary:disabled,
.button.primary:disabled {
	background-color: rgba(16, 24, 31, 0.3);
	box-shadow: none;
	text-shadow: none; }

input[type='submit'].btn-primary,
button.large,
.button.large {
	border-radius: 1.5625rem;
	font-size: 0.875rem;
	height: 1.5625rem;
	line-height: calc(1.5625rem - 0.125rem); }

input[type='submit'].btn-primary,
button.large.primary,
.button.large.primary {
	line-height: calc(1.5625rem - 2px); }

a,
button.text {
	display: block;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	font-size: inherit;
	font-weight: inherit;
	display: inline;
	color: #407CA0;
	font-weight: 700;
	text-decoration: none; }

a:hover,
button.text:hover {
	border: none;
	background: none; }

a:hover,
button.text:hover {
	text-decoration: underline; }

a.hyperlink:visited,
button.text.hyperlink:visited {
	color: #3D4051; }

a:active, a.hyperlink:active,
button.text:active,
button.text.hyperlink:active {
	color: #3D4051; }

a:disabled,
button.text:disabled {
	color: rgba(16, 24, 31, 0.3);
	text-decoration: none; }

button.icon,
button.icon-common {
	display: block;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	font-size: inherit;
	font-weight: inherit;
	display: inline-block;
	color: #407CA0; }

button.icon:hover,
button.icon-common:hover {
	border: none;
	background: none; }

button.icon:hover,
button.icon-common:hover {
	color: #3D4051; }


.alert {
	position: relative;
	/*margin: 1rem 0; This one overrides left and right margins and prevent the use of offset-x-y in forms */
	margin-top: 0.625rem;
	/* this do not break offset-x-y compatibility */
	margin-bottom: 0.6875rem;
	/* this do not break offset-x-y compatibility */
	padding: 0.25rem 1.875rem 0.25rem 0.5rem;
	background-color: rgba(0, 0, 0, 0.1);
	font-size: 0.8125rem; }

.alert a {
	font-weight: 600; }

.alert.info {
	background-color: #E4F1FE; }

.alert.info a {
	color: #2A7AB0; }

.alert.success {
	background-color: #E4F9DE; }

.alert.success a {
	color: #005500; }

.alert.warning {
	background-color: #FFFACD; }

.alert.warning a {
	color: #8D6708; }

.alert.danger {
	background-color: #FFE3E0; }

.alert.danger a {
	color: #8B0000; }

.alert .alert-close {
	display: block;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	font-size: inherit;
	font-weight: inherit;
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translate(0, -50%); }

.alert .alert-close:hover {
	border: none;
	background: none; }

.alert .alert-close:after {
	display: block;
	color: #555559;
	font-family: 'Axway-Common' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.25rem;
	text-align: center;
	font-smoothing: antialiased;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 1.25rem; }


input[type="radio"],
input[type="checkbox"] {
	font-size: 1rem;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute; }

input[type="radio"] + label,
input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 0.8125rem;
	color: #10181F;
	padding: 0 10px 0 30px;
	min-width: 16px;
	min-height: 1.5625rem;
	line-height: 1.5625rem;
	border-radius: 3px;
	user-select: none; }

input[type="radio"].changed + label,
input[type="checkbox"].changed + label {
	background-color: #FFFACD; }

.vertical input[type="radio"] + label,
.vertical input[type="checkbox"] + label {
	display: block;
	float: left;
	clear: left;
	text-align: left; }

input[type="radio"] + label:before, input[type="radio"] + label:after {
	box-sizing: border-box;
	content: ' ';
	position: absolute;
	top: 50%;
	transform: translate(0, -50%); }

input[type="radio"] + label:before {
	left: 8px;
	width: 16px;
	height: 16px;
	border: 1px solid #989998;
	border-radius: 8px;
	background-color: #FFFFFF; }

input[type="radio"] + label:hover:before, input[type="radio"] + label:focus:before {
	border-color: #989998; }

input[type="radio"]:checked + label:after {
	left: 11px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #407CA0; }

input[type="radio"]:disabled + label:before {
	border-color: #989998;
	background-color: #E9EAEA; }

input[type="radio"]:disabled + label:after {
	background-color: #989998; }

input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
	box-sizing: border-box;
	content: ' ';
	position: absolute;
	top: calc((1.5625rem - 16px) / 2);
	left: 8px;
	width: 16px;
	height: 16px;
	border-radius: 3px; }

input[type="checkbox"] + label:before {
	border: 1px solid #989998;
	background-color: #FFFFFF; }

input[type="checkbox"] + label:hover:before, input[type="checkbox"] + label:focus:before {
	border-color: #989998; }

input[type="checkbox"] + label.empty {
	padding: 0; }

input[type="checkbox"]:checked + label {
	position: relative; }

input[type="checkbox"]:checked + label:after {
	font-family: 'Axway-Common' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.25rem;
	text-align: center;
	font-smoothing: antialiased;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 1.25rem;
	left: 0.375rem;
	color: #407CA0;
	text-align: center;
	line-height: 1rem; }

input[type="checkbox"]:disabled + label:before {
	border-color: #989998;
	background-color: #E9EAEA; }

input[type="checkbox"]:disabled + label:after {
	color: #989998; }

.text-input, .search-box {
	display: block;
	max-width: 20rem;
	min-width: 5rem;
	position: relative; }

.text-input input[type=text], .search-box input[type=text],
.text-input input[type=userId], .search-box input[type=userId],
.text-input input[type=password], .search-box input[type=password],
.text-input input[type=email], .search-box input[type=email],
.text-input input[type=url], .search-box input[type=url],
.text-input input[type=tel], .search-box input[type=tel],
.text-input input[type=number], .search-box input[type=number],
.text-input textarea, .search-box textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 1.5625rem;
	padding: 0 0.375rem;
	border: 1px solid #989998;
	border-radius: 0.1875rem;
	outline: none;
	font-size: 0.8125rem;
	line-height: 1.5625rem;
	color: #10181F; }

.text-input input[type=text]::-ms-clear, .search-box input[type=text]::-ms-clear,
.text-input input[type=userId]::-ms-clear, .search-box input[type=userId]::-ms-clear,
.text-input input[type=password]::-ms-clear, .search-box input[type=password]::-ms-clear,
.text-input input[type=email]::-ms-clear, .search-box input[type=email]::-ms-clear,
.text-input input[type=url]::-ms-clear, .search-box input[type=url]::-ms-clear,
.text-input input[type=tel]::-ms-clear, .search-box input[type=tel]::-ms-clear,
.text-input input[type=number]::-ms-clear, .search-box input[type=number]::-ms-clear,
.text-input textarea::-ms-clear, .search-box textarea::-ms-clear {
	width: 0;
	height: 0; }

.text-input input[type=text]:focus, .search-box input[type=text]:focus,
.text-input input[type=userId]:focus, .search-box input[type=userId]:focus,
.text-input input[type=password]:focus, .search-box input[type=password]:focus,
.text-input input[type=email]:focus, .search-box input[type=email]:focus,
.text-input input[type=url]:focus, .search-box input[type=url]:focus,
.text-input input[type=tel]:focus, .search-box input[type=tel]:focus,
.text-input input[type=number]:focus, .search-box input[type=number]:focus,
.text-input textarea:focus, .search-box textarea:focus {
	border-color: #989998;
	background-color: #FFFFFF; }

.text-input input[type=text]:disabled, .search-box input[type=text]:disabled,
.text-input input[type=userId]:disabled, .search-box input[type=userId]:disabled,
.text-input input[type=password]:disabled, .search-box input[type=password]:disabled,
.text-input input[type=email]:disabled, .search-box input[type=email]:disabled,
.text-input input[type=url]:disabled, .search-box input[type=url]:disabled,
.text-input input[type=tel]:disabled, .search-box input[type=tel]:disabled,
.text-input input[type=number]:disabled, .search-box input[type=number]:disabled,
.text-input textarea:disabled, .search-box textarea:disabled {
	background-color: #E9EAEA;
	color: #989998; }

.text-input textarea, .search-box textarea {
	height: 15.625rem; }

.text-input.error input[type=text], .error.search-box input[type=text],
.text-input.error input[type=userId], .error.search-box input[type=userId],
.text-input.error input[type=password], .error.search-box input[type=password],
.text-input.error input[type=email], .error.search-box input[type=email],
.text-input.error input[type=url], .error.search-box input[type=url],
.text-input.error input[type=tel], .error.search-box input[type=tel],
.text-input.error input[type=number], .error.search-box input[type=number],
.text-input.error textarea, .error.search-box textarea {
	border-color: #FF0000;
	background-color: #FFE3E0; }

.text-input.error input[type=text]:focus, .error.search-box input[type=text]:focus,
.text-input.error input[type=userId]:focus, .error.search-box input[type=userId]:focus,
.text-input.error input[type=password]:focus, .error.search-box input[type=password]:focus,
.text-input.error input[type=email]:focus, .error.search-box input[type=email]:focus,
.text-input.error input[type=url]:focus, .error.search-box input[type=url]:focus,
.text-input.error input[type=tel]:focus, .error.search-box input[type=tel]:focus,
.text-input.error input[type=number]:focus, .error.search-box input[type=number]:focus,
.text-input.error textarea:focus, .error.search-box textarea:focus {
	border-color: #989998;
	background-color: #FFFFFF; }

.text-input.valid input[type=text], .valid.search-box input[type=text],
.text-input.valid input[type=userId], .valid.search-box input[type=userId],
.text-input.valid input[type=password], .valid.search-box input[type=password],
.text-input.valid input[type=email], .valid.search-box input[type=email],
.text-input.valid input[type=url], .valid.search-box input[type=url],
.text-input.valid input[type=tel], .valid.search-box input[type=tel],
.text-input.valid input[type=number], .valid.search-box input[type=number],
.text-input.valid textarea, .valid.search-box textarea {
	border-color: #54A75F;
	background-color: #E4F9DE; }

.text-input.valid input[type=text]:focus, .valid.search-box input[type=text]:focus,
.text-input.valid input[type=userId]:focus, .valid.search-box input[type=userId]:focus,
.text-input.valid input[type=password]:focus, .valid.search-box input[type=password]:focus,
.text-input.valid input[type=email]:focus, .valid.search-box input[type=email]:focus,
.text-input.valid input[type=url]:focus, .valid.search-box input[type=url]:focus,
.text-input.valid input[type=tel]:focus, .valid.search-box input[type=tel]:focus,
.text-input.valid input[type=number]:focus, .valid.search-box input[type=number]:focus,
.text-input.valid textarea:focus, .valid.search-box textarea:focus {
	border-color: #989998;
	background-color: #FFFFFF; }

.text-input.changed input[type=text], .changed.search-box input[type=text],
.text-input.changed input[type=userId], .changed.search-box input[type=userId],
.text-input.changed input[type=password], .changed.search-box input[type=password],
.text-input.changed input[type=email], .changed.search-box input[type=email],
.text-input.changed input[type=url], .changed.search-box input[type=url],
.text-input.changed input[type=tel], .changed.search-box input[type=tel],
.text-input.changed input[type=number], .changed.search-box input[type=number],
.text-input.changed textarea, .changed.search-box textarea {
	border-color: #F9BF3B;
	background-color: #FFFACD; }

.text-input.changed input[type=text]:focus, .changed.search-box input[type=text]:focus,
.text-input.changed input[type=userId]:focus, .changed.search-box input[type=userId]:focus,
.text-input.changed input[type=password]:focus, .changed.search-box input[type=password]:focus,
.text-input.changed input[type=email]:focus, .changed.search-box input[type=email]:focus,
.text-input.changed input[type=url]:focus, .changed.search-box input[type=url]:focus,
.text-input.changed input[type=tel]:focus, .changed.search-box input[type=tel]:focus,
.text-input.changed input[type=number]:focus, .changed.search-box input[type=number]:focus,
.text-input.changed textarea:focus, .changed.search-box textarea:focus {
	border-color: #989998;
	background-color: #FFFFFF; }

.text-input.saved input[type=text], .saved.search-box input[type=text],
.text-input.saved input[type=userId], .saved.search-box input[type=userId],
.text-input.saved input[type=password], .saved.search-box input[type=password],
.text-input.saved input[type=email], .saved.search-box input[type=email],
.text-input.saved input[type=url], .saved.search-box input[type=url],
.text-input.saved input[type=tel], .saved.search-box input[type=tel],
.text-input.saved input[type=number], .saved.search-box input[type=number],
.text-input.saved textarea, .saved.search-box textarea {
	border-color: #89C4F4;
	background-color: #E4F1FE; }

.text-input.saved input[type=text]:focus, .saved.search-box input[type=text]:focus,
.text-input.saved input[type=userId]:focus, .saved.search-box input[type=userId]:focus,
.text-input.saved input[type=password]:focus, .saved.search-box input[type=password]:focus,
.text-input.saved input[type=email]:focus, .saved.search-box input[type=email]:focus,
.text-input.saved input[type=url]:focus, .saved.search-box input[type=url]:focus,
.text-input.saved input[type=tel]:focus, .saved.search-box input[type=tel]:focus,
.text-input.saved input[type=number]:focus, .saved.search-box input[type=number]:focus,
.text-input.saved textarea:focus, .saved.search-box textarea:focus {
	border-color: #989998;
	background-color: #FFFFFF; }

.text-input:after, .search-box:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 1.5625rem;
	text-align: center;
	font-size: 0.875rem; }

.text-input.strong-error:after, .strong-error.search-box:after {
	color: #FF0000;
	font-family: 'Axway-Common' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.25rem;
	text-align: center;
	font-smoothing: antialiased;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 1.25rem; }

.text-input.valid:after, .valid.search-box:after {
	color: #54A75F;
	font-family: 'Axway-Common' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.25rem;
	text-align: center;
	font-smoothing: antialiased;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 1.25rem; }

::-webkit-input-placeholder {
	color: #989998;
	font-style: italic; }

::-moz-placeholder {
	color: #989998;
	font-style: italic; }

::placeholder,
::input-placeholder {
	color: #989998;
	font-style: italic; }

/* NOTE: This is an incomplete style. It is included for use in example screens and is not a spec. */
.dropdown {
	display: block; }

.dropdown .selected-item {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 20rem;
	min-width: 5rem;
	height: 1.5625rem;
	padding: 0 0.375rem;
	border: 1px solid #989998;
	border-radius: 0.1875rem;
	outline: none;
	font-size: 0.8125rem;
	line-height: 1.5625rem;
	color: #10181F;
	background-color: #FFFFFF;
	padding-right: 1.5625rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; }

.dropdown .selected-item:after {
	font-family: 'Axway-Common' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.25rem;
	text-align: center;
	font-smoothing: antialiased;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 1.25rem;
	color: #407CA0;
	width: 1.5625rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%); }

.dropdown .selected-item[disabled] {
	background-color: #E9EAEA;
	color: #989998; }

.dropdown .selected-item[disabled]:hover {
	cursor: default; }

.dropdown .menu {
	position: absolute;
	top: 1.5625rem;
	bottom: auto;
	max-width: 20rem;
	min-width: 5rem;
	border: 1px solid #989998;
	z-index: 10000; }

.dropdown .menu .menuitem {
	white-space: nowrap; }

input[type="checkbox"].toggle {
	position: absolute; }

input[type="checkbox"].toggle + label {
	display: block;
	width: 38px;
	height: 21px;
	padding: 0; }

input[type="checkbox"].toggle + label:before, input[type="checkbox"].toggle + label:after {
	top: 0;
	left: 0;
	transform: none; }

input[type="checkbox"].toggle + label:before {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	height: 21px;
	border: none;
	border-radius: 16px;
	background-color: #989998;
	transition: background-color 0.3s; }

input[type="checkbox"].toggle + label:after {
	content: '';
	width: 17px;
	height: 17px;
	top: 2px;
	left: 2px;
	background-color: #FFFFFF;
	border-radius: 17px;
	transition: left 0.3s; }

input[type="checkbox"].toggle:checked + label:before {
	background-color: #407CA0; }

input[type="checkbox"].toggle:checked + label:after {
	left: 19px; }

input[type="checkbox"].toggle:disabled + label:before {
	background-color: #E9EAEA; }

.form {
	margin-left: 0;
	margin-right: 0;
	max-width: 60rem; }

.form section {
	padding: 0.9375rem 0;
	border-top: 1px solid #E9EAEA; }

.form section:first-child {
	border-top: none;
	padding-top: 0; }

.form .field {
	position: relative; }

.form .field:after {
	content: "";
	display: table;
	clear: both; }
@media screen and (max-width: 700) {
	.form .field {
		display: block;
		height: auto; } }

.form .field > label,
.form .field .control {
	box-sizing: border-box;
	display: block;
	float: left;
	padding-bottom: 0.625rem;
	padding-left: 0;
	padding-right: 0; }

.form .field > label {
	line-height: 1.5625rem;
	text-align: right;
	padding-right: 0.625rem; }

.form .field > label.required {
	font-weight: 700; }

.form .field > label.required:before {
	content: '*'; }

.form .field:last-child > label,
.form .field:last-child .control {
	padding-bottom: 0; }

.form .field.inherited > label:after {
	font-family: 'axway-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-align: center;
	font-smoothing: antialiased;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 1.25rem;
	color: #555559;
	display: inline-block;
	vertical-align: -0.25rem;
	margin-left: 0.3125rem; }

.form .field.inherited.mandatory > label:after {
	font-family: 'axway-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	text-align: center;
	font-smoothing: antialiased;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 1.25rem; }

.form.vertical {
	display: block;
	width: auto; }

.form.vertical .field {
	display: block;
	padding-bottom: 0.625rem; }

.form.vertical .field:last-child {
	padding-bottom: 0; }

.form.vertical .field > label,
.form.vertical .field .control {
	display: block;
	padding: 0;
	float: none; }

.form.vertical .field > label {
	text-align: left;
	padding: 0; }

.form-error {
	font-size: 0.8125rem;
	font-style: italic;
	color: #FF0000;
	margin-top: 0.125rem; }

.field-value {
	display: inline-block;
	height: 1.5625rem;
	line-height: 1.5625rem;
	padding: 0 0.625rem;
	color: #10181F;
	background-color: #E4F1FE;
	border-radius: 3px; }

.field-value.empty:after {
	display: inline;
	content: 'Empty';
	color: #555559;
	font-style: italic; }

.popover {
	max-width: 16rem; }
.popover:before {
	content: " ";
	position: absolute;
	top: 0;
	left: calc(50% - 0.7rem);
	transform-origin: 0 0;
	transform: rotate(-45deg);
	z-index: 0;
	width: 1rem;
	height: 1rem;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	box-shadow: 0rem 0.25rem 1rem 0 rgba(16, 24, 31, 0.3); }
.popover:after {
	content: " ";
	width: 100%;
	height: 1.4rem;
	background-color: #FFFFFF;
	border-radius: 0.385rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; }
.popover .close:before {
	font-family: 'Axway-Common' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.25rem;
	text-align: center;
	font-smoothing: antialiased;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 1.25rem;
	color: #555559; }
.popover .dialog-footer {
	border: none; }
