html, body, input, select, textarea, button, a.button, label { font-family: 'Prompt', 'Montserrat', 'Open Sans', 'Arial', sans-serif; font-weight: var(--font-weight-normal); font-size: 14px; line-height: 22px; color: var(--font-color); }
body { position: relative; margin: 0; padding: 0; background-color: var(--primary-color); }
*, *::before, *::after { transition: all 0.2s ease; }
a { color: var(--link-color); text-decoration: none; }
a:hover { color: var(--link-hover-color); }
a, input, select, textarea, button, a.button, label, img { outline: none; }
a.button { display: inline-block; }
h1, h2, h3, h4, h5, h6 { position: relative; font-weight: var(--font-weight-normal); }
b, strong { font-weight: var(--font-weight-bold); }
h1, h4 { font-size: 36px; line-height: 44px; margin: 0 0 12px 0; }
h2, h5 { font-size: 28px; line-height: 36px; margin: 0 0 12px 0; }
h3, h6 { font-size: 20px; line-height: 28px; margin: 0 0 12px 0; }
h1, h2, h3 { color: var(--primary-color); }
h4, h5, h6 { color: var(--secondary-color); }
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { position: absolute; top: 3px; right: 0; font-size: 14px; line-height: 22px; }
p { margin: 0 0 12px 0; }
img { width: auto; max-width: 100%; vertical-align: top; }
#wrap { position: relative; display: flex; flex-direction: column; width: auto; max-width: 552px; min-height: calc(100vh - 96px); height: auto; margin: 0 auto; padding: 48px 24px; justify-content: center; align-items: center; text-align: center; background-color: var(--primary-color); border-radius: 0; z-index: 10; /*min-height: calc(100vh - 48px - 96px); margin: 48px auto 0 auto; border-radius: 9px 9px 0 0;*/ }
#head { position: relative; min-width: 248px; width: calc(100% - 52px); max-width: 348px; padding: 12px 24px; font-size: 12px; line-height: 20px; color: var(--background-color); text-align: center; transition: none; }
#head p { margin: 0; }
#head #animate-title { white-space: nowrap; overflow: hidden; }
#head a { color: var(--background-color); text-decoration: none; }
#head a:hover { text-decoration: underline; text-underline-offset: 2px; }
#main { position: relative; min-width: 248px; width: calc(100% - 52px); max-width: 348px; padding: 24px; background-color: var(--background-color); border: none; border-radius: 9px; transition: none; }
#foot { position: relative; min-width: 248px; width: calc(100% - 52px); max-width: 348px; padding: 12px 24px; font-size: 12px; line-height: 20px; color: var(--background-color); text-align: right; transition: none; }
#foot p { margin: 0; }
#foot a { color: var(--background-color); text-decoration: none; }
#foot a:hover { text-decoration: underline; text-underline-offset: 2px; }
#logo { max-width: 50%; }
.row { display: flex; width: 100%; gap: 12px; margin: 0 0 12px 0; }
.row-gap { margin-top: 24px; }
.row:last-of-type { margin-bottom: 0; }
.row .col { display: block; width: 100%; margin: 0 0; }
.row .col-1 { width: 100%; }
.row .col-75 { width: calc(75% + 24px); }
.row .col-66 { width: calc(66.66666% + 12px); }
.row .col-2 { width: calc(50% + 12px); }
.row .col-3 { width: 33.33333%; }
.row .col-4 { width: 25%; }
.row .col-5 { width: 20%; }
.row .col-6 { width: 16.66666%; }
.row .col-7 { width: 14.28571%; }
.row .col-8 { width: 12.5%; }
.row .col-9 { width: 11.11111%; }
.row .col-10 { width: 10%; }
.message { margin: 0 0 12px 0; padding: 6px 6px; border: 2px solid var(--primary-color); border-radius: 5px; }
.message-primary { border-color: var(--primary-color); }
.message-secondary { border-color: var(--secondary-color); }
.message-information { border-color: var(--information-color); }
.message-success { border-color: var(--success-color); }
.message-error { border-color: var(--error-color); }
.message-warning { border-color: var(--warning-color); }
.message-notice { border-color: var(--priority-color); }
.message h1, .message h2, .message h3, .message h4, .message h5, .message h6 { color: var(--primary-color); }
.message-primary h1, .message-primary h2, .message-primary h3, .message-primary h4, .message-primary h5, .message-primary h6 { color: var(--primary-color); }
.message-secondary h1, .message-secondary h2, .message-secondary h3, .message-secondary h4, .message-secondary h5, .message-secondary h6 { color: var(--secondary-color); }
.message-information h1, .message-information h2, .message-information h3, .message-information h4, .message-information h5, .message-information h6 { color: var(--information-color); }
.message-success h1, .message-success h2, .message-success h3, .message-success h4, .message-success h5, .message-success h6 { color: var(--success-color); }
.message-error h1, .message-error h2, .message-error h3, .message-error h4, .message-error h5, .message-error h6 { color: var(--error-color); }
.message-warning h1, .message-warning h2, .message-warning h3, .message-warning h4, .message-warning h5, .message-warning h6 { color: var(--warning-color); }
.message-notice h1, .message-notice h2, .message-notice h3, .message-notice h4, .message-notice h5, .message-notice h6 { color: var(--priority-color); }
.message p:last-of-type { margin: 0; }
.message-close { cursor: pointer; }
.message-hidden { opacity: 0; }
form { display: block; transition: none; }
#form_login { display: none; }
form div { position: relative; vertical-align: top; }
form > div:not(.row) { display: block; margin: 0 0 12px 0; }
form .select { display: table; position: relative; }
form .select::after { position: absolute; top: calc(50% - 6px); right: 12px; font-family: "Font Awesome 7 Free"; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; font-weight: 900; white-space: nowrap; pointer-events: none; color: var(--primary-color); content: var(--fa); content: var(--fa)/""; --fa: '\f107'; /*content: '\f107';*/ }
form > div label { display: inline-block; position: absolute; top: 0; left: 0; padding: 9px 0 0 12px; pointer-events: none; opacity: 0.50; }
form > div input:focus ~ label, form > div input:not(:placeholder-shown) ~ label, form > div textarea:focus ~ label, form > div textarea:not(:placeholder-shown) ~ label, form > div select ~ label { color: var(--primary-color); opacity: 1.0; top: -11px; font-size: 0.85em; }
/*form > div [required] ~ label::after { position: relative; left: 2px; content: '*'; color: var(--error-color); }*/
/*form > div input, form > div select, form > div textarea, button, a.button { min-width: 365px; width: auto; padding: 12px 12px 6px 12px; background-color: var(--input-background-color); border: 1px solid var(--input-border-color); border-radius: 5px; }*/
form > div input, form > div select, form > div textarea, button, a.button { min-width: 252px; width: auto; padding: 12px 12px 6px 12px; background-color: var(--input-background-color); border: 1px solid var(--input-border-color); border-radius: 5px; }
form > div .input-prefix-currency { position: absolute; top: 12.5px; left: 12px; }
form > div .input-prefix-currency::before { content: '$'; color: var(--success-color); }
form > div .input-prefix-currency ~ input { padding-left: 20px; }
/*form > div select { min-width: 390.333333px; padding-right: 28px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; cursor: pointer; }*/
form > div select { min-width: 277.333333px; padding-right: 28px; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; appearance:none; cursor: pointer; }
form > div textarea { height: 88px; }
form .row .col > div:not(.message) { width: 100%; margin-bottom: 12px; }
form .row .col > div:not(.message):last-of-type { margin-bottom: 0; }
form .row .col input, form .row .col select, form .row .col textarea { min-width: auto; width: calc(100% - 24px); }
form .row .col .input-prefix-currency ~ input { min-width: auto; width: calc(100% - 32px); }
form .row .col select { min-width: auto; width: 100%; }
/*form > div input[type="submit"], form > div input[type="button"], form > div input[type="reset"], button, a.button { position: relative; min-width: 0; padding: 9px 15px 9px 15px; background-color: transparent; border: none; color: var(--button-color); cursor: pointer; z-index: 1; }*/
form > div input[type="submit"], form > div input[type="button"], form > div input[type="reset"], button, a.button { position: relative; min-width: 0; width: 100%; padding: 9px 15px 9px 15px; background-color: transparent; border: none; color: var(--button-color); cursor: pointer; z-index: 1; }
form > div input[type="submit"], form > div input[type="button"] { background-color: var(--button-background-color); }
form > div input[type="reset"] { background-color: var(--reset-button-background-color); }
form > div input[type="submit"].button-small, form > div input[type="button"].button-small, form > div input[type="reset"].button-small, button.button-small, a.button.button-small { padding: 3px 15px 3px 15px; }
form > div input[type="submit"].button-extra-small, form > div input[type="button"].button-extra-small, form > div input[type="reset"].button-extra-small, button.button-extra-small, a.button.button-extra-small { padding: 3px 3px 3px 3px; }
button.button-help, a.button.button-help { top: -2px; width: 12.66667px; padding: 4px 3px 3px 4px; text-align: center; font-size: 12px; line-height: 12px; }
form > div input[type="reset"], button[type="reset"], button[type="cancel"], a.button[type="reset"], a.button[type="cancel"] { color: var(--reset-button-color); }
form > div input[type="submit"]:disabled, form > div input[type="button"]:disabled, form > div input[type="reset"]:disabled, button:disabled, a.button:disabled { color: var(--disabled-button-color); cursor: auto; }
form > div input[type="submit"]::before, form > div input[type="button"]::before, form > div input[type="reset"]::before, button::before, a.button::before { position: absolute; top: -2px; left: -2px; content: ''; width: 100%; height: 100%; background-color: var(--button-background-color); border: 2px solid var(--background-color); border-radius: 5px; opacity: 0.85; z-index: -1; }
button.button-help::before, a.button.button-help::before { border-radius: 50%; background-color: var(--priority-button-background-color); }
form > div input[type="submit"].button-invert, form > div input[type="button"].button-invert, form > div input[type="reset"].button-invert, button.button-invert, a.button.button-invert { color: var(--button-background-color); }
form > div input[type="submit"].button-invert::before, form > div input[type="button"].button-invert::before, form > div input[type="reset"].button-invert::before, button.button-invert::before, a.button.button-invert::before { background-color: var(--button-color); border-color: var(--button-color); }
form > div input[type="submit"].button-secondary::before, form > div input[type="button"].button-secondary::before, form > div input[type="reset"].button-secondary::before, button.button-secondary::before, a.button.button-secondary::before { background-color: var(--secondary-button-background-color); }
form > div input[type="reset"]::before, button[type="reset"]::before, button[type="cancel"]::before, a.button[type="reset"]::before, a.button[type="cancel"]::before { background-color: var(--reset-button-background-color); }
form > div input[type="submit"]:disabled::before, form > div input[type="button"]:disabled::before, form > div input[type="reset"]:disabled::before, button:disabled::before, a.button:disabled::before { background-color: var(--disabled-button-background-color); }
form > div input[type="submit"]:hover::before, form > div input[type="button"]:hover::before, form > div input[type="reset"]:hover::before, button:hover::before, a.button:hover::before { transform: scale(1.05); opacity: 1; }
form > div input[type="submit"]:disabled:hover::before, form > div input[type="button"]:disabled:hover::before, form > div input[type="reset"]:disabled:hover::before, button:disabled:hover::before, a.button:disabled:hover::before { transform: scale(1); opacity: 0.7; }
form > div select:focus { outline: none; }
form > div select::-ms-expand { display: none; }
form > div input::placeholder, form > div textarea::placeholder { color: transparent; opacity: 0; visibility: hidden; display: none; }
form > div input:focus, form > div select:focus, form > div textarea:focus { border-color: var(--primary-color); }
form > div input:focus::placeholder, form > div textarea:focus::placeholder {  }
.primary-color { color: var(--primary-color); }
.secondary-color { color: var(--secondary-color); }
.information-color { color: var(--information-color); }
.success-color { color: var(--success-color); }
.error-color { color: var(--error-color); }
.warning-color { color: var(--warning-color); }
.notice-color { color: var(--priority-color); }
.align-left { text-align: left; text-align: left !important; }
.align-center { text-align: center; text-align: center !important; }
.align-right { text-align: right; text-align: right !important; }
.align-top { vertical-align: top; vertical-align: top !important; }
.align-middle { vertical-align: middle; vertical-align: middle !important; }
.align-bottom { vertical-align: bottom; vertical-align: bottom !important; }
#development-overlay { position: fixed; bottom: 6px; left: 0; right: 0; margin: 0 auto; text-align: center; z-index: 999; pointer-events: none; }
#development-overlay > div { display: inline-block; width: auto; margin: 0 auto; padding: 6px 24px; border-radius: 5px; background-color: var(--error-color); color: #ffffff; text-align: center; font-size: var(--font-size-small); line-height: var(--line-height-small); opacity: 0.5; }
#development-overlay > div:hover { opacity: 0.75; }
#development-overlay > div p { margin: 0 0; }
#development-overlay > div p:last-child { margin: 0 0; }
@media screen and (max-width: 900px) {
	.row:not(.hidden) { display: block; width: 100%; }
	.row:not(.hidden) .col:not(.hidden) { display: block; width: 100%; margin-bottom: 12px; }
}
@media screen and (max-width: 600px) {
	#main { min-width: 148px; width: calc(100% - 28px); padding: 24px 12px; }
	#foot { min-width: 148px; width: calc(100% - 28px); padding: 12px 12px; }
}
@media screen and (min-width: 901px) {
	.hide-desktop { display: none; }
	.hide-tablet {  }
	.hide-mobile {  }
}
@media screen and (max-width: 900px) {
	.hide-desktop {  }
	.hide-tablet { display: none; }
	.hide-mobile {  }
}
@media screen and (max-width: 600px) {
	.hide-desktop {  }
	.hide-tablet {  }
	.hide-mobile { display: none; }
}
@media print {
	html, body, input, select, textarea, button, a.button, label, .ui-widget { font-size: var(--font-size-print); line-height: var(--line-height-print); }
	h1, h4 { font-size: 28px; line-height: 36px; margin: 0 0 8px 0; }
	h2, h5 { font-size: 22px; line-height: 30px; margin: 0 0 8px 0; }
	h3, h6 { font-size: 16px; line-height: 24px; margin: 0 0 8px 0; }
	.show-print { visibility: visible; height: auto; overflow: visible; }
	.row.show-print { margin: 0 0 12px 0; gap: 12px; }
	.row.row-gap.show-print { margin-top: 36px; }
	.row.row-gap-small.show-print { margin-top: 24px; }
	.row.row-gap-large.show-print { margin-top: 48px; }
	.row.row-gap-larger.show-print { margin-top: 60px; }
	.row.row-gap-bottom.show-print { margin-bottom: 36px; }
	.row.row-gap-bottom-small.show-print { margin-bottom: 24px; }
	.row.row-gap-bottom-large.show-print { margin-bottom: 48px; }
	.row.row-gap-bottom-larger.show-print { margin-bottom: 60px; }
	.hide-print { visibility: hidden; height: 0; overflow: hidden; }
	.row.hide-print { margin: 0; gap: 0; }
	.page-break-after { page-break-after: always; }
}
