body.new .content .cookie-notification .toggle-with-label,
body.logon-page .content .cookie-notification .toggle-with-label {
  background-color: #ffffff;
  display: grid;
  justify-items: center;
  padding: 1em 1em 2em 1em;
  margin: 0.2em;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}
body.new .content .cookie-notification .toggle-with-label input,
body.logon-page .content .cookie-notification .toggle-with-label input {
  width: 0;
  height: 0;
  margin-top: 0.5em;
  -moz-appearance: initial;
}
body.new .content .cookie-notification .toggle-with-label input:after,
body.logon-page .content .cookie-notification .toggle-with-label input:after {
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
  display: block;
  left: -13px;
  top: -12px;
}
body.new .content .cookie-notification .toggle-with-label input:checked:after,
body.logon-page .content .cookie-notification .toggle-with-label input:checked:after {
  left: 4px;
}
body.new .content .cookie-notification .toggle-with-label input:before,
body.logon-page .content .cookie-notification .toggle-with-label input:before {
  content: '';
  height: 14px;
  width: 32px;
  border-radius: 7px;
  background-color: #e4e9eb;
  display: block;
  position: relative;
  left: -16px;
}
body.new .content .cookie-notification .toggle-with-label input:checked:before,
body.logon-page .content .cookie-notification .toggle-with-label input:checked:before {
  background-color: #003054;
}
body.new .content .cookie-notification .toggle-with-label input:disabled:before,
body.logon-page .content .cookie-notification .toggle-with-label input:disabled:before {
  background-color: #f0f0f0;
}
body.new .content .cookie-notification .toggle-with-label.checked,
body.logon-page .content .cookie-notification .toggle-with-label.checked {
  background-color: #f7f7f7;
}
@media (max-width: 480px) {
  body.new .content .cookie-notification .toggle-with-label,
  body.logon-page .content .cookie-notification .toggle-with-label {
    padding: 1.5em;
  }
  body.new .content .cookie-notification .toggle-with-label input,
  body.logon-page .content .cookie-notification .toggle-with-label input {
    margin: 0.5em;
  }
}
body.new .content .cookie-notification .toggle-with-label input:before,
body.logon-page .content .cookie-notification .toggle-with-label input:before {
  background-color: #90939f;
}
body.new .content .cookie-notification .toggle-with-label input:checked:before,
body.logon-page .content .cookie-notification .toggle-with-label input:checked:before {
  background-color: #003054;
}
body.new .content .cookie-notification .toggle-with-label input:disabled:before,
body.logon-page .content .cookie-notification .toggle-with-label input:disabled:before {
  background-color: #cbcdd6;
}
body.new .content input.required,
body.logon-page .content input.required,
body.new .content textarea.required,
body.logon-page .content textarea.required,
body.new .content option.required,
body.logon-page .content option.required,
body.new .content select.required,
body.logon-page .content select.required,
body.new .content input.field-required,
body.logon-page .content input.field-required,
body.new .content textarea.field-required,
body.logon-page .content textarea.field-required,
body.new .content option.field-required,
body.logon-page .content option.field-required,
body.new .content select.field-required,
body.logon-page .content select.field-required,
body.new .content .field-required input,
body.logon-page .content .field-required input,
body.new .content .field-required select,
body.logon-page .content .field-required select,
body.new .content .field-required textarea,
body.logon-page .content .field-required textarea {
  background-color: #fff;
}
body.new .content input[type='radio'] + label,
body.logon-page .content input[type='radio'] + label,
body.new .content input[type='checkbox'] + label,
body.logon-page .content input[type='checkbox'] + label,
body.new .content input[type='checkbox'] + input[type='hidden'] + label,
body.logon-page .content input[type='checkbox'] + input[type='hidden'] + label {
  font-weight: normal;
  display: inline;
  padding-left: 0.5em;
}
body.new .content input[type='checkbox'] + input[type='hidden'] + div.label-container,
body.logon-page .content input[type='checkbox'] + input[type='hidden'] + div.label-container {
  display: inline;
  padding-left: 0.5em;
}
body.new .content input[type='checkbox'] + input[type='hidden'] + div.label-container label,
body.logon-page .content input[type='checkbox'] + input[type='hidden'] + div.label-container label {
  font-weight: normal;
}
body.new .content input[type='text'],
body.logon-page .content input[type='text'],
body.new .content input[type='password'],
body.logon-page .content input[type='password'],
body.new .content input[type='tel'],
body.logon-page .content input[type='tel'],
body.new .content input[type='email'],
body.logon-page .content input[type='email'],
body.new .content input[type='number'],
body.logon-page .content input[type='number'],
body.new .content select,
body.logon-page .content select,
body.new .content textarea,
body.logon-page .content textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #7b7a86;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.new .content input[type='text'].input-validation-error,
body.logon-page .content input[type='text'].input-validation-error,
body.new .content input[type='password'].input-validation-error,
body.logon-page .content input[type='password'].input-validation-error,
body.new .content input[type='tel'].input-validation-error,
body.logon-page .content input[type='tel'].input-validation-error,
body.new .content input[type='email'].input-validation-error,
body.logon-page .content input[type='email'].input-validation-error,
body.new .content input[type='number'].input-validation-error,
body.logon-page .content input[type='number'].input-validation-error,
body.new .content select.input-validation-error,
body.logon-page .content select.input-validation-error,
body.new .content textarea.input-validation-error,
body.logon-page .content textarea.input-validation-error,
body.new .content input[type='text'].mandatory-field-missing,
body.logon-page .content input[type='text'].mandatory-field-missing,
body.new .content input[type='password'].mandatory-field-missing,
body.logon-page .content input[type='password'].mandatory-field-missing,
body.new .content input[type='tel'].mandatory-field-missing,
body.logon-page .content input[type='tel'].mandatory-field-missing,
body.new .content input[type='email'].mandatory-field-missing,
body.logon-page .content input[type='email'].mandatory-field-missing,
body.new .content input[type='number'].mandatory-field-missing,
body.logon-page .content input[type='number'].mandatory-field-missing,
body.new .content select.mandatory-field-missing,
body.logon-page .content select.mandatory-field-missing,
body.new .content textarea.mandatory-field-missing,
body.logon-page .content textarea.mandatory-field-missing {
  border-color: #c81922;
}
body.new .content input[type='text'].input-validation-error:focus,
body.logon-page .content input[type='text'].input-validation-error:focus,
body.new .content input[type='password'].input-validation-error:focus,
body.logon-page .content input[type='password'].input-validation-error:focus,
body.new .content input[type='tel'].input-validation-error:focus,
body.logon-page .content input[type='tel'].input-validation-error:focus,
body.new .content input[type='email'].input-validation-error:focus,
body.logon-page .content input[type='email'].input-validation-error:focus,
body.new .content input[type='number'].input-validation-error:focus,
body.logon-page .content input[type='number'].input-validation-error:focus,
body.new .content select.input-validation-error:focus,
body.logon-page .content select.input-validation-error:focus,
body.new .content textarea.input-validation-error:focus,
body.logon-page .content textarea.input-validation-error:focus,
body.new .content input[type='text'].mandatory-field-missing:focus,
body.logon-page .content input[type='text'].mandatory-field-missing:focus,
body.new .content input[type='password'].mandatory-field-missing:focus,
body.logon-page .content input[type='password'].mandatory-field-missing:focus,
body.new .content input[type='tel'].mandatory-field-missing:focus,
body.logon-page .content input[type='tel'].mandatory-field-missing:focus,
body.new .content input[type='email'].mandatory-field-missing:focus,
body.logon-page .content input[type='email'].mandatory-field-missing:focus,
body.new .content input[type='number'].mandatory-field-missing:focus,
body.logon-page .content input[type='number'].mandatory-field-missing:focus,
body.new .content select.mandatory-field-missing:focus,
body.logon-page .content select.mandatory-field-missing:focus,
body.new .content textarea.mandatory-field-missing:focus,
body.logon-page .content textarea.mandatory-field-missing:focus {
  outline-color: #cc0000;
}
body.new .content input[type='text']:focus,
body.logon-page .content input[type='text']:focus,
body.new .content input[type='password']:focus,
body.logon-page .content input[type='password']:focus,
body.new .content input[type='tel']:focus,
body.logon-page .content input[type='tel']:focus,
body.new .content input[type='email']:focus,
body.logon-page .content input[type='email']:focus,
body.new .content input[type='number']:focus,
body.logon-page .content input[type='number']:focus,
body.new .content select:focus,
body.logon-page .content select:focus,
body.new .content textarea:focus,
body.logon-page .content textarea:focus {
  outline-color: #62626b;
}
body.new .content a,
body.logon-page .content a {
  color: #003054;
  text-decoration: none;
}
body.new .content a:hover,
body.logon-page .content a:hover {
  text-decoration: underline;
}
body.new .content a.cancel,
body.logon-page .content a.cancel {
  /*   .button-default-mixin();*/
}
body.new .content label,
body.logon-page .content label {
  font-weight: bold;
}
body.new .content .label-container,
body.logon-page .content .label-container {
  min-height: 18px;
}
body.new .content label,
body.logon-page .content label {
  display: unset;
  margin: 0.5em 0 0.3em 0;
  vertical-align: top;
}
body.new .content .fields div.editor,
body.logon-page .content .fields div.editor {
  margin-top: 1em;
}
body.new .content .fields div.column-1,
body.logon-page .content .fields div.column-1,
body.new .content .fields div.column-2,
body.logon-page .content .fields div.column-2 {
  float: left;
  width: 25em;
  /*TODO*/
}
@media (max-width: 768px) {
  body.new .content .fields div.column-1,
  body.logon-page .content .fields div.column-1,
  body.new .content .fields div.column-2,
  body.logon-page .content .fields div.column-2 {
    width: 100%;
    float: none;
  }
}
body.new .content .field-validation-error,
body.logon-page .content .field-validation-error {
  margin-left: 2px;
  background: transparent;
  background-image: url(images/error-indicator.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  overflow: hidden;
  font-weight: normal;
  /* padding-top: 2px;*/
  display: inline !important;
  padding-left: 20px;
}
body.new .content .field-validation-error.has-tooltip:hover,
body.logon-page .content .field-validation-error.has-tooltip:hover {
  width: 18px;
  padding-left: 0;
}
body.new .content .required .field-validation-valid,
body.logon-page .content .required .field-validation-valid {
  margin-left: 2px;
  background: transparent;
  background-image: url(images/required-indicator.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  overflow: hidden;
  font-weight: normal;
  display: inline-block;
  width: 18px;
}
body.new .content .required .field-validation-valid.has-tooltip:hover,
body.logon-page .content .required .field-validation-valid.has-tooltip:hover {
  width: 18px;
  padding-left: 0;
}
body.new .content .required .mandatory-field-valid,
body.logon-page .content .required .mandatory-field-valid {
  display: none;
}
body.new .content .required .mandatory-field-error,
body.logon-page .content .required .mandatory-field-error {
  cursor: help;
  margin-left: 2px;
  background: transparent;
  background-image: url(images/error-indicator.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  overflow: hidden;
  font-weight: normal;
}
body.new .content .required .mandatory-field-error.has-tooltip:hover,
body.logon-page .content .required .mandatory-field-error.has-tooltip:hover {
  width: 18px;
  padding-left: 0;
}
body.new .content .required .mandatory-field-error + span.field-validation-error,
body.logon-page .content .required .mandatory-field-error + span.field-validation-error,
body.new .content .required .mandatory-field-error + span.field-validation-valid,
body.logon-page .content .required .mandatory-field-error + span.field-validation-valid {
  display: none;
}
body.new .content .required .required-icon,
body.logon-page .content .required .required-icon {
  margin-left: 2px;
  background-image: url(images/required-indicator.svg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  text-indent: -99999px;
  overflow: hidden;
}
.ui-tooltip .field-validation-error {
  background: #fff;
  padding: 0;
  display: block;
  font-weight: normal;
}
body.new,
body.logon-page {
  background: #f0f0f0;
}
body.new .page,
body.logon-page .page,
body.new .footer,
body.logon-page .footer {
  background-color: #fff;
}
@media (min-width: 1200px) {
  body.new .page,
  body.logon-page .page,
  body.new .footer,
  body.logon-page .footer {
    width: 1200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
  }
  body.new.no-max .page,
  body.logon-page.no-max .page,
  body.new.no-max .footer,
  body.logon-page.no-max .footer {
    width: 100%;
  }
}
a.secondary-button,
a.secondary-button:visited,
a.primary-button,
a.primary-button:visited,
a.tertiary-button,
a.tertiary-button:visited {
  display: inline-block;
  text-decoration: none !important;
  line-height: 16px !important;
  height: 32px;
  font-size: 16px;
  padding: 0.38em;
}
a.tertiary-button,
a.tertiary-button:visited {
  color: #252A2E !important;
}
a.secondary-button,
a.secondary-button:visited {
  color: #003054 !important;
}
a.primary-button,
a.primary-button:visited {
  color: white !important;
}
a.primary-button:hover,
a.primary-button:active {
  color: #003054 !important;
}
.account-buttons {
  margin-top: 16px;
  margin-bottom: 16px;
}
button,
input[type="button"],
input[type="submit"],
.ui-widget button,
.ui-widget input[type="button"],
.ui-widget input[type="submit"] {
  height: auto;
  font-size: 1.2em;
  padding: 0.38em;
}
.tekla-icon,
.tekla-icon-24,
.tekla-icon-medium {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  text-decoration: none !important;
}
.tekla-icon-24 {
  height: 24px;
  width: 24px;
}
.tekla-icon-medium {
  height: 38px;
  width: 48px;
}
.tekla-icon-medium.tekla-icon-desktop {
  /* -wg-sprite-position:0px 0px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 0;
}
.tekla-icon-active.tekla-icon-medium.tekla-icon-desktop {
  /* -wg-sprite-position:0px 88px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -88px;
}
.tekla-icon-hover.tekla-icon-medium.tekla-icon-desktop,
a:hover.tekla-icon-medium.tekla-icon-desktop {
  /* -wg-sprite-position:0px 176px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -176px;
}
.tekla-icon-medium.tekla-icon-browse {
  /* -wg-sprite-position:0px 264px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -264px;
}
.tekla-icon-active.tekla-icon-medium.tekla-icon-browse {
  /* -wg-sprite-position:0px 352px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -352px;
}
.tekla-icon-hover.tekla-icon-medium.tekla-icon-browse,
a:hover.tekla-icon-medium.tekla-icon-browse {
  /* -wg-sprite-position:0px 440px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -440px;
}
.tekla-icon-medium.tekla-icon-browse-calculator {
  /* -wg-sprite-position:0px 528px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -528px;
}
.tekla-icon-active.tekla-icon-medium.tekla-icon-browse-calculator {
  /* -wg-sprite-position:0px 616px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -616px;
}
.tekla-icon-hover.tekla-icon-medium.tekla-icon-browse-calculator,
a:hover.tekla-icon-medium.tekla-icon-browse-calculator {
  /* -wg-sprite-position:0px 704px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -704px;
}
.tekla-icon-medium.tekla-icon-settings {
  /* -wg-sprite-position:0px 792px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -792px;
}
.tekla-icon-active.tekla-icon-medium.tekla-icon-settings {
  /* -wg-sprite-position:0px 880px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -880px;
}
.tekla-icon-hover.tekla-icon-medium.tekla-icon-settings,
a:hover.tekla-icon-medium.tekla-icon-settings {
  /* -wg-sprite-position:0px 968px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons.png?22b00cdb9427067bb4e61b064d0bfe) no-repeat 0 -968px;
}
.tekla-icon-24.tekla-icon-invalidate {
  /* -wg-sprite-position:0px 0px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons-24.png?ad3f1ce64642a86fdc896f273d4012) no-repeat 0 0;
}
.tekla-icon-hover.tekla-icon-24.tekla-icon-invalidate,
a:hover.tekla-icon-24.tekla-icon-invalidate {
  /* -wg-sprite-position:0px 74px; */
  /* -wg-original-position:0 0; */
  background: url(images/tekla.gis.icons-24.png?ad3f1ce64642a86fdc896f273d4012) no-repeat 0 -74px;
}
a,
a:link,
a:visited,
a:active,
.ui-widget-content a.basic-link,
.ui-widget-content a.basic-link:link,
.ui-widget-content a.basic-link:visited,
.ui-widget-content a.basic-link:active .ui-widget-content .basic-links a,
.ui-widget-content .basic-links a:link,
.ui-widget-content .basic-links a:visited,
.ui-widget-content .basic-links a:active {
  color: #034af3;
  cursor: pointer;
  text-decoration: underline;
}
a:hover,
.ui-widget-content a.basic-link:hover,
.ui-widget-content .basic-links a:hover {
  color: #2c5283;
}
a img {
  border: none;
}
a:focus {
  outline: 1px solid black;
  outline: 2px solid -webkit-focus-ring-color;
}
/* HEADINGS
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.5em;
  color: #000;
}
h1 {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 0;
  font-size: 1.9em;
  font-weight: normal;
}
h1.pageTitle {
  margin-top: 0.5em;
}
h2 {
  margin: 0;
  padding: 0 0.2em 0.1em 0;
  font-size: 1.5em;
}
h3 {
  margin: 0;
  padding: 0 0.2em 0.1em 0;
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
h2 span.hx-resetfont,
h3 span.hx-resetfont,
h4 span.hx-resetfont {
  font-weight: normal;
}
h2 span.hx-resetfont {
  font-size: 0.66em;
}
h3 span.hx-resetfont {
  font-size: 0.83em;
}
h4 span.hx-resetfont {
  font-size: 0.91em;
}
.page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* IE6 fix*/
  margin: 0 auto -25px;
  background-color: #fff;
}
.fixed-980 {
  position: relative;
  margin: 0 auto;
  width: 980px;
  display: block;
}
.content {
  width: 100%;
  padding: 0;
  margin: 0;
}
.inner-content {
  padding: 0.5em;
}
/* TABLE */
.layoutTable {
  border-spacing: 0;
}
.layoutTable td.layout {
  vertical-align: middle;
}
.layoutTable.col-top td.layout {
  vertical-align: top;
}
.layoutTable.fiftyfifty,
.layoutTable.fullwidth {
  width: 100%;
}
.layoutTable td.layout.one-third {
  width: 33%;
}
.layoutTable.fiftyfifty td.layout {
  width: 50%;
}
.layoutTable.fiftyfifty td.layout {
  width: 50%;
}
th.textfieldLabel,
td.textfieldLabel,
td.layoutTable {
  vertical-align: top;
}
td.textfieldLabel,
th.textfieldLabel {
  padding-top: 0.4em;
}
td.cell-center,
th.cell-center {
  text-align: center;
}
td.cell-right,
th.cell-right {
  text-align: right;
}
td.cell-left,
th.cell-left {
  text-align: left;
}
table td.cell-fill,
th.cell-fill {
  width: 100%;
}
table td.cell-fill-half,
th.cell-fill-half {
  width: 50%;
}
td.cell-number,
th.cell.number {
  text-align: right;
}
table.nowrap tr,
.nowrap {
  white-space: nowrap;
}
/* ERROR */
.error-container {
  width: 50%;
  margin: 5em auto;
}
.error-container .error-id {
  color: #e2e2e2;
  font-size: 0.8em;
  text-align: right;
}
.error-container p {
  margin-top: 1em;
}
.error-container ul.action-links {
  list-style-type: none;
  margin: 1em 0 0 0;
  padding: 0;
}
.error-container ul.action-links li {
  display: inline;
}
/* VALIDATION */
input.required,
textarea.required,
option.required,
select.required,
input.field-required,
textarea.field-required,
option.field-required,
select.field-required,
.field-required input,
.field-required select,
.field-required textarea {
  background-color: #fffbc9;
}
select.field-required option,
.field-required select option select.required option,
select.required optgroup {
  background-color: transparent;
}
.error,
.field-validation-error,
.field-warning,
.mandatory-field-error {
  color: #C81922;
}
input.error,
textarea.error,
option.error,
.input-validation-error {
  border: 1px dotted #f00;
  padding: 2px;
}
.validation-summary-errors {
  font-weight: bold;
  color: #C81922;
}
.validation-summary-valid {
  display: none;
}
/* BREADCRUMB NAVIGATION MENU */
.breadcrumb-navi {
  float: left;
  width: 100%;
  line-height: normal;
  text-align: center;
  padding-top: 0.2em;
  padding-bottom: 0.8em;
  font-size: 1.5em;
  font-weight: bold;
}
.breadcrumb-navi ul.navi ul,
ul.navi li {
  float: left;
  list-style: none;
  margin: 0;
}
.breadcrumb-navi ul.navi {
  margin: 0;
  padding: 9px 9px 0;
}
.breadcrumb-navi ul.navi a {
  float: left;
  display: block;
}
.breadcrumb-navi ul.navi a:hover {
  color: #2c5283;
}
.breadcrumb-navi ul.navi li.selected {
  position: relative;
  top: 1px;
}
/* Table */
.item-table {
  border: 0;
  border-spacing: 0;
  margin: 0;
}
.item-table.fill,
.item-table .table-col-fill {
  width: 100%;
}
.item-table td,
.item-table th {
  padding: 0.2em;
}
.item-table td + td,
.item-table th + td {
  padding-left: 0.4em;
}
.item-table thead {
  background-color: #c3dafa;
}
.item-table thead td,
.item-table thead th {
  text-align: left;
  font-weight: bold;
}
.item-table .even {
  background-color: #eaf2ff;
}
.item-table tr:not(.internal-header):nth-child(even) {
  background-color: #eaf2ff;
}
.item-table tr:not(.internal-header).odd:nth-child(even) {
  background-color: transparent;
}
.item-table tr.internal-header {
  background-color: #c3dafa;
}
/* NOTIFICATION PANEL */
.notification {
  margin: 0.2em 0;
}
.notification.box {
  margin: 0.5em;
}
.notification .success,
.notification .error,
.notification .info,
.notification .loading,
.notification .warning,
.notification .saving,
.notification .deleting {
  display: block;
}
.notification .hide {
  display: none;
}
.notification div,
.notification .loading,
.notification .saving,
.notification .deleting {
  background: #ebebeb;
}
.notification .notification-icon {
  margin-right: 0.5em;
  background-position: 0 16px;
  width: 0;
}
.notification .notification-content,
.notification .notification-content div {
  background: transparent;
}
.notification .notification-content {
  padding: 0.5em;
  padding-left: 0px;
  vertical-align: middle;
}
.notification .notification-icon,
.notification .notification-content > span {
  display: block;
  float: left;
}
.notification.box .notification-icon {
  position: relative;
  top: 0;
  left: 0;
}
.notification.box .notification-container {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 25px;
}
.notification .success {
  background: #ddf2da;
}
.notification .info {
  background: #e1eefc;
}
.notification .warning {
  background: #fff7a0;
}
.notification .error {
  background: #ffdfe7;
  color: #000 !important;
}
.notification .loading .notification-icon,
.notification .saving .notification-icon,
.notification .deleting .notification-icon {
  background: url(images/small-loader.gif) 0 0 no-repeat;
}
.notification .success .notification-icon,
.notification .warning .notification-icon,
.notification .error .notification-icon,
.notification .info .notification-icon,
.notification .loading .notification-icon,
.notification .saving .notification-icon,
.notification .deleting .notification-icon {
  width: 16px;
}
.notification .success .notification-icon {
  background-position: 0 -288px;
}
.notification .info .notification-icon {
  background-position: 0 -304px;
}
.notification .warning .notification-icon {
  background-position: 0 -320px;
}
.notification .error .notification-icon {
  background-position: 0 -336px;
}
/* BUTTONS */
button,
input[type="button"],
input[type="submit"],
.ui-widget button,
.ui-widget input[type="button"],
.ui-widget input[type="submit"],
div.button-container,
div.button-container a,
div.link-button-container,
div.link-button-container a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
input[type="button"]:focus,
input[type="submit"]:focus,
.ui-widget button:focus,
.ui-widget input[type="button"]:focus,
.ui-widget input[type="submit"]:focus,
div.button-container:focus,
div.button-container a:focus,
div.link-button-container:focus,
div.link-button-container a:focus {
  outline: 1px solid black;
  outline: 2px solid -webkit-focus-ring-color;
}
button,
input[type="button"],
input[type="submit"],
.ui-widget button,
.ui-widget input[type="button"],
.ui-widget input[type="submit"] {
  font-size: 1.2em;
}
button.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
.button.disabled,
div.button-container a.button.disabled,
div.button-container a.button-blue.disabled,
button.disabled:hover,
input[type="button"].disabled:hover,
input[type="submit"].disabled:hover,
.button.disabled:hover,
div.button-container a.button.disabled:hover,
div.button-container a.button-blue.disabled:hover {
  background: #f4f4f4;
  border: 1px solid #e3e3e3;
  color: #b2b2b2;
  font-weight: normal;
}
div.button-container a.button.disabled,
div.button-container a.button-blue.disabled,
div.button-container a.button.disabled:hover,
div.button-container a.button-blue.disabled:hover {
  cursor: default;
}
button.small,
input[type="button"].small,
input[type="submit"].small,
.ui-widget input[type="submit"].small,
.ui-widget button.small,
.ui-widget input[type="button"].small {
  height: auto;
  font-size: 1.1em;
}
div.button-container,
div.link-button-container {
  display: block;
}
div.button-container a,
div.link-button-container a div.link-button-container.qq-upload-button label {
  float: left;
  margin: 0;
  position: relative;
  padding: 0.38em;
}
div.link-button-container.qq-upload-button {
  padding-top: 2px;
  padding-right: 2px;
}
div.button-container {
  font-size: 1.2em;
}
div.link-button-container.height-button-container {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
div.button-container a {
  text-decoration: none ;
}
div.link-button-container a {
  color: #034af3 !important;
  text-decoration: underline !important;
}
div.button-container a.small,
div.link-button-container a.small {
  padding: 0.38em;
}
div.button-container a.tiny,
div.link-button-container a.tiny {
  padding: 0.1em 1em;
}
div.button-container a.button {
  color: #000;
}
div.button-container a.button-blue {
  color: #fff;
}
div.button-container a span {
  float: left;
}
div.link-button-container a:hover {
  background: #eaeaea;
}
.button-container.left,
.link-button-container.left {
  float: left;
}
.button-container.right,
.link-button-container.right {
  float: right;
}
.button-container.left + .button-container.left,
.button-container.left + .link-button-container.left,
.link-button-container.left + .link-button-container.left,
.link-button-container.left + .button-container.left {
  margin-left: 0.3em;
}
.button-container.right + .button-container.right,
.button-container.right + .link-button-container.right,
.link-button-container.right + .link-button-container.right,
.link-button-container.right + .button-container.right {
  margin-right: 0.3em;
}
.button-container.left + .button-container.left.more-margin,
.button-container.left + .link-button-container.left.more-margin,
.link-button-container.left + .link-button-container.left.more-margin,
.link-button-container.left + .button-container.left.more-margin {
  margin-left: 0.6em;
}
.button-container.right + .button-container.right.more-margin,
.button-container.right + .link-button-container.right.more-margin,
.link-button-container.right + .link-button-container.right.more-margin,
.link-button-container.right + .button-container.right.more-margin {
  margin-right: 0.6em;
}
/* grey button */
.button,
.button-grey,
.button-add,
.button-edit,
.button-undo,
.button-cancel,
.button-delete,
.button-search,
.button-copy,
.button-open {
  background: #eaeaea url(images/button-grey-bg.png) 50% 50% repeat-x;
  border: 1px solid #c4c4c4;
}
.button:hover,
.button-grey:hover,
.button-add:hover,
.button-edit:hover,
.button-undo:hover,
.button-cancel:hover,
.button-delete:hover,
.button-search:hover,
.button-copy:hover,
.button-open:hover {
  background: #e3e3e3 url(images/button-grey-bg_hover.png) 50% 50% repeat-x;
}
/* blue button */
.button-blue,
.button-save,
.button-ok,
.button-yes {
  background: #0048a2 url(images/button-blue-bg.png) 50% 50% repeat-x;
  border: 1px solid #3e5e8e;
  color: #fff;
  font-weight: bold;
}
.button-blue:hover,
.button-save:hover,
.button-ok:hover,
.button-yes:hover,
.button-blue a {
  background: #0058c4 url(images/button-blue-bg_hover.png) 50% 50% repeat-x;
}
.button:focus,
.button-grey:focus,
.button-add:focus,
.button-edit:focus,
.button-undo:focus,
.button-cancel:focus,
.button-delete:focus,
.button-search:focus,
.button-copy:focus,
.button-open:focus,
.button-blue:focus,
.button-save:focus,
.button-ok:focus,
.button-yes:focus {
  outline: 1px solid black;
  outline: 2px solid -webkit-focus-ring-color;
}
button.link-button {
  border: none;
  background: unset;
}
button.link-button:hover {
  text-decoration: underline;
}
/* Two column layout */
.twoColumnLayout {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.twoColumnLayout .col {
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.twoColumnLayout .left {
  float: left;
  position: relative;
  width: 100%;
  right: 73%;
}
.twoColumnLayout .col-1 {
  width: 25%;
  left: 3%;
}
.twoColumnLayout .col-2 {
  width: 71%;
  left: 101%;
}
.twoColumnLayoutFixedLeft {
  clear: both;
  float: left;
  width: 100%;
}
.twoColumnLayoutFixedLeft .col-2 {
  margin-left: 18em;
  /* columnWidth */
}
.twoColumnLayoutFixedLeft .col-1 {
  float: left;
  width: 18em;
  /* columnWidth */
}
.twoColumnLayoutFixedLeft .col-2-24 {
  margin-left: 24em;
  /* columnWidth */
}
.twoColumnLayoutFixedLeft .col-1-24 {
  float: left;
  width: 24em;
  /* columnWidth */
}
.twoColumnLayoutFixedLeft .scrollbarWrapper {
  overflow: auto;
}
.twoColumnLayoutFixedLeft .hiddenWrapper {
  overflow: hidden;
}
/* Item list*/
.item-list .highlighted {
  font-weight: bold;
}
.item-list a.selected {
  width: 11.5em;
}
.item-list a.selected,
.selected-item {
  background-color: #d7defe;
}
.item-list a.item-list-link {
  text-decoration: none;
  color: #000;
  width: 11.5em;
}
.item-list a.item-list-link:hover,
a.item-list-newlink:hover {
  background: #eaeaea;
}
.item-list,
.item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.item-list li {
  margin: 0;
  padding: 0 0 0 1em;
}
.item-list li ul {
  margin: 1em 0 0 0;
}
.item-list a.item-list-newlink {
  margin: 0 0 0.5em 0;
  min-width: 12em;
  float: left;
  line-height: 1.8;
}
a.item-list-newlink + a.item-list-newlink {
  padding-top: 0;
}
.item-list a {
  padding: 0.7em;
}
.item-list a.item-list-link,
.item-list .item-list-empty {
  float: left;
  clear: both;
}
.item-list .item-list-move {
  float: left;
  padding-left: 0.5em;
}
/* EDIT */
.edit-container {
  padding: 1em;
}
.edit-container-horizontal label {
  display: block;
}
.edit-container-horizontal input[type="checkbox"] + label,
.edit-container-horizontal input[type="checkbox"] + input + label {
  display: inline;
}
.edit-container-header {
  padding: 0.5em 0.5em 0.5em 1em;
}
.edit-container-section {
  border: 1px solid lightgray;
  /* Alternative lighter border #eaeaea */
  background: #f4f4f4;
  margin-top: 1em;
  padding: 0.8em;
}
.edit-container-transparent {
  background: transparent;
  border: 0;
  margin: 0;
}
.edit-container-section table.contentTable td,
.edit-container-section table.contentTable th {
  padding: 0.3em;
}
.edit-help {
  padding: 2em;
}
.edit-item-list {
  padding: 0.2em 0 1em 0;
  margin: 0.5em;
  background: #f4f4f4;
}
.edit-tool-panel {
  padding: 0.6em;
}
.part-container + .part-container,
.edit-part-container + .edit-part-container {
  margin-top: 1em;
}
.edit-field-container + .edit-field-container {
  margin-top: 0.4em;
}
/* content table */
table.contentTable {
  border-collapse: collapse;
  border-spacing: 0;
}
td.contentMax {
  width: 100%;
}
table.contentTable th {
  padding: 0.3em 0.3em 0.3em 0;
  text-align: left;
}
table.contentTable tbody tr td {
  padding: 0.2em;
}
tr.selected {
  background-color: #c3dafa;
}
tr.hover {
  background-color: #eaf2ff;
}
/* HIDEABLE AND COLLAPSABLE PANELS
----------------------------------------------------------*/
.hideable-header {
  cursor: pointer;
}
.hideable-panel,
.hideable {
  border: 1px solid #b2b2b2;
  background: #fff;
  padding: 0.2em;
  zoom: 1;
}
.hideable-header-content .hideable-title {
  height: 2.1em;
  font-size: 100%;
  border: none;
  padding: 0px;
  margin: 0px;
}
.hideable-header-content {
  border: 0;
  cursor: pointer;
  position: relative;
  line-height: 1.8;
  padding: 0.2em 0.2em 0;
  margin-left: 0.4em;
}
.hideable .ui-state-hover .hideable-header-content {
  font-weight: bold;
}
.hideable-header-content .title {
  float: left;
}
.hideable-header-content .right {
  float: right;
  margin-right: 1em;
}
.hideable-header-content .ui-icon {
  float: right;
  margin-right: 0.4em;
  margin-top: 0.2em;
}
.hideable-content {
  /*clear: both;*/
  padding: 0.8em;
  display: block;
  border-width: 0;
}
.collapsable-header a {
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
.collapsable-header .ui-state-hover {
  background: none;
  border: 0;
  font-weight: bold;
  text-decoration: none;
}
.collapsable-header-link .ui-icon {
  float: left;
}
/* FIELD LENGTHS */
.field-color {
  width: 5em;
}
.field-percent {
  width: 3em;
}
.field-number-short {
  width: 4em;
}
.field-date,
.datetime-date {
  width: 7em;
}
.datetime-time {
  width: 4em;
}
.field-option-25 {
  width: 25em;
}
.field-option-20 {
  width: 20em;
}
.field-option-15 {
  width: 15em;
}
.field-option-10 {
  width: 10em;
}
.field-textarea {
  height: 4em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.field-textarea.big {
  height: 10em;
}
.field-textarea.bigger {
  height: 15em;
}
.field-textbox-full-width {
  width: 100%;
}
/* EMBEDDED IMS */
div.tooltip {
  border: #000 1px solid;
  padding: 0 3px 0 3px;
  font-size: 11px;
  color: #000;
  font-family: Arial;
  background-color: #fff;
  filter: alpha(opacity=80);
  opacity: 0.80;
  margin: 0;
}
div.box_zoom {
  border: #000 1px solid;
  padding: 0;
}
div.themebox,
div.themeboxselected {
  border: 1px solid #000;
  position: absolute;
  text-align: center;
  width: 120px;
  cursor: pointer;
  font-size: 12px;
  font-family: Arial;
  padding: 0;
}
div.themebox {
  /*background-color: #ebebeb;*/
  /*background-color: #f9f9f9;*/
  background-color: #797b7e;
  color: #fff;
}
div.themeboxselected {
  /*background-color: #e5053a;*/
  background-color: #363436;
  color: #fff;
  font-weight: bold;
}
div.box_white {
  border: #969696 1px solid;
  /*padding: 0px 5px 0px 5px;*/
  background-color: #fff;
  overflow: hidden;
}
div.box_context_on,
div.box_context_off {
  padding: 4px 0 4px 0;
  font-size: 11px;
  font-family: Arial;
  color: #000;
}
div.box_context_on {
  border: #dcdcdc 1px solid;
  text-decoration: underline;
  background-color: #dfe7fe;
}
div.box_context_off {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: #dcdcdc 1px solid;
}
div.box_context_off a,
div.box_context_on a {
  padding: 0 8px 0 8px;
}
.rollover {
  background-color: #868686;
}
.rollover:hover {
  background-color: #900;
}
.closetr {
  display: block;
  background-color: #868686;
}
.closetr:hover {
  background-color: #900;
}
/* mysites */
h3.mysites {
  color: #000;
  font-size: 10pt;
  margin: 0;
  padding: 0 0 2px 0;
}
h4.mysites {
  color: #225096;
  font-size: 10pt;
  margin: 0;
  padding: 0 0 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
p.mysites {
  color: #000;
  font-size: 9pt;
  margin: 0;
  padding: 0 0 1px 0;
}
img.mysites {
  margin: 0;
  padding: 0;
}
table.mysites {
  padding: 2px;
  width: 100%;
}
td.mysites {
  vertical-align: top;
  border-bottom: #eee 2px solid;
}
/* MISC */
.alignTop {
  vertical-align: top !important;
}
.not-user-selectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.fieldhelp,
.field-help {
  background: #f7f7f7;
  padding: 0.4em 1em 0.4em 1em;
  line-height: 1.5;
}
.field-help img {
  vertical-align: middle;
}
span.cluetip,
a.cluetip {
  display: inline-block;
  vertical-align: text-bottom;
  cursor: help;
}
/*IE6,7*/
span.cluetip,
a.cluetip {
  zoom: 1;
  *display: inline;
}
.hidden {
  display: none !important;
}
.rounded-corners {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
div.upDownPanel {
  float: left;
  margin-left: 1em;
}
div.toolPanel {
  padding: 0 1em 0.8em 0;
}
div.buttonPanel {
  margin: 1.5em 0 1em 0;
}
div.gridWrapper {
  width: 100%;
}
/* jqGrid cell link */
td.grid-tool-cell a {
  color: #034af3 !important;
  font-weight: normal;
}
.ui-state-hover td.grid-tool-cell a {
  color: #fff !important;
}
.discussionLayout {
  border: 1px solid;
  padding: 0.5em;
  margin-bottom: 0.5em;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.discussionLayout .col-1 {
  float: left;
}
.discussionLayout .col-2 {
  float: right;
}
.discussionLayout .discUser {
  font-weight: bold;
}
form.account-login {
  max-width: 600px;
}
form.account-login span.field-validation-error {
  width: inherit;
}
form.account-login input[type="submit"] {
  text-transform: uppercase;
}
.account-part {
  margin: 0;
}
p.account-part {
  width: 80%;
}
.account-part.account-buttons a {
  margin-right: 2em;
}
.account-part.fields > div,
.account-part.account-buttons {
  margin-top: 0.6em;
}
.account-part p.mandatory-field-info img {
  vertical-align: bottom;
}
.list-nobullets {
  list-style: none;
}
.list-nobulletsnopadding {
  padding-left: 0;
  list-style: none;
}
.rightsgroup-header .select-tools {
  opacity: 0.3;
}
.rightsgroup-header .select-tools:hover {
  opacity: 1;
}
.user-right-warning {
  color: #C81922;
}
.user-right-spinner {
  display: none;
  background: url(images/small-loader.gif);
  height: 16px;
  width: 16px;
  text-decoration: none;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.skiplink {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skiplink-focusable:active,
.skiplink-focusable:focus {
  position: fixed;
  width: auto;
  height: auto;
  clip: initial;
  margin: 0 0 0 200px;
  padding: 5px;
  border: 1px solid #c4c4c4;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.icon.toggle-button {
  display: inline-block;
}
.toggle-container {
  display: none;
}
.cookie-notification {
  display: none;
  position: fixed;
  width: 40%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 7223;
  bottom: 25px;
  background: #009ad9;
}
.cookie-notification p {
  max-height: 33vh;
  overflow: auto;
}
.cookie-notification .give-consent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cookie-notification .actions {
  text-align: right;
  margin: 0 0 1em 0;
}
@media (max-width: 480px) {
  .cookie-notification {
    bottom: 12.5px;
  }
}
.toggle-with-label {
  background-color: #ffffff;
  display: grid;
  justify-items: center;
  padding: 1em 1em 2em 1em;
  margin: 0.2em;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}
.toggle-with-label input {
  width: 0;
  height: 0;
  margin-top: 0.5em;
  -moz-appearance: initial;
}
.toggle-with-label input:after {
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
  display: block;
  left: -13px;
  top: -12px;
}
.toggle-with-label input:checked:after {
  left: 4px;
}
.toggle-with-label input:before {
  content: '';
  height: 14px;
  width: 32px;
  border-radius: 7px;
  background-color: #e4e9eb;
  display: block;
  position: relative;
  left: -16px;
}
.toggle-with-label input:checked:before {
  background-color: #003054;
}
.toggle-with-label input:disabled:before {
  background-color: #f0f0f0;
}
.toggle-with-label.checked {
  background-color: #f7f7f7;
}
@media (max-width: 480px) {
  .toggle-with-label {
    padding: 1.5em;
  }
  .toggle-with-label input {
    margin: 0.5em;
  }
}
rect.icon-red-fill {
  fill: #c81922;
}
rect.icon-black-fill {
  fill: #000000;
}
.mandatory-field-info img {
  width: 18px;
  height: 18px;
  vertical-align: middle !important;
}
.fieldhelp,
.field-help {
  background: unset !important;
  padding: unset !important;
}
body.logon-page {
  background-size: contain;
}
body.logon-page .inner-content {
  /*
                    margin-top: 50px;
                    padding: 1px;
                    box-shadow: 0 0 10px 1px #aaa;
                    -moz-box-shadow: 0 0 10px 1px #aaa;
                    -webkit-box-shadow: 0 0 10px 1px #aaa;
                        */
}
body.logon-page .inner-content > form,
body.logon-page .inner-content > div {
  /*  margin: 30px;*/
  padding: 30px;
  background-color: #F1F1F6;
}
body.logon-page h1 {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0.2em 0.1em 0;
}
body.logon-page label.logon-welcome-text {
  display: block;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0.2em 0.1em 0;
}
body.logon-page .field-help {
  /*   background-color: rgba(247, 247, 247, 0.7);*/
}
body.logon-page .breadcrumb-navi {
  margin-left: -1em;
}
body.logon-page h1 .breadcrumb-navi {
  font-size: 1em;
}
body.logon-page.with-background.logon-page-plain .inner-content {
  /*  background: #fff;*/
}
body.logon-page.with-background .inner-content {
  /*
            background: #fff url('images/logon-box.png') top right no-repeat;
            background: rgba(255, 255, 255, 0.8) url('images/logon-box.png') top right no-repeat;
                */
}
@media (max-width: 768px) {
  body.logon-page.with-background .inner-content {
    background-image: none;
  }
}
body.logon-page .inner-content {
  min-height: 250px;
}
body.logon-page .inner-content .fields .label-container {
  padding-top: 0.5em;
}
body.logon-page .inner-content .fields .accepttermsandprivacypolicy {
  padding-top: 1em;
}
body.logon-page .inner-content .fields input[type='password'],
body.logon-page .inner-content .fields input[type='email'],
body.logon-page .inner-content .fields input[type='text'] {
  width: 20em;
}
body.logon-page .inner-content .account-modify .fields .oldpassword {
  padding-top: 1.5em;
}
body.logon-page .inner-content .account-modify hr {
  background-color: #f7f7f7;
  border: 0;
  height: 2px;
  margin-top: 1em;
  margin-bottom: 1em;
}
body.logon-page .inner-content .account-modify h1 {
  margin-bottom: 0;
}
body.logon-page body.thanks-page {
  background-size: contain;
}
body.logon-page body.thanks-page .inner-content {
  /*
                    margin-top: 50px;
                    padding: 1px;
                    box-shadow: 0 0 10px 1px #aaa;
                    -moz-box-shadow: 0 0 10px 1px #aaa;
                    -webkit-box-shadow: 0 0 10px 1px #aaa;
                        */
}
body.logon-page body.thanks-page .inner-content > form,
body.logon-page body.thanks-page .inner-content > div {
  /*  margin: 30px;*/
  padding: 30px;
  background-color: #F1F1F6;
}
body.logon-page body.thanks-page h1 {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0.2em 0.1em 0;
}
body.logon-page body.thanks-page label.logon-welcome-text {
  display: block;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0 0.2em 0.1em 0;
}
body.logon-page body.thanks-page .field-help {
  /*   background-color: rgba(247, 247, 247, 0.7);*/
}
body.logon-page body.thanks-page .breadcrumb-navi {
  margin-left: -1em;
}
body.logon-page body.thanks-page h1 .breadcrumb-navi {
  font-size: 1em;
}
body.logon-page body.thanks-page .inner-content {
  background: #ffffff url('images/thanks-box.png') top right no-repeat;
  background: rgba(255, 255, 255, 0.8) url('images/thanks-box.png') top right no-repeat;
  min-height: 350px;
}
@media (max-width: 480px) {
  body.logon-page .inner-content {
    margin: 1em 0 0 0;
  }
}
.login .fields .password input,
.login .fields .username input {
  width: 20em;
}
/*
    @font-family-1:           Arial, Helvetica, sans-serif;
@font-family-2:           Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
*/
.clear {
  clear: both;
}
span.clear {
  display: block;
}
/* FROM jquery-ui css*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
html,
body {
  height: 100%;
}
body {
  font-size: 0.8em;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0;
}
.js-container .js-hidden,
.js-container .js-hidden-temp {
  display: none;
}
.js-support.js-support-hidden {
  display: none !important;
}
@media (max-width: 480px) {
  .hide-xs {
    display: none!important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .hide-sm {
    display: none!important;
  }
}
.header {
  border-bottom: 2px solid #cdcdcd;
  background-color: #fff;
  vertical-align: middle;
}
.header a {
  text-decoration: none;
}
.header .service-logo {
  float: left;
  display: block;
  line-height: 62px;
}
.header .service-logo img {
  border: 0;
  vertical-align: middle;
  max-height: 57px;
}
@media (max-width: 480px) {
  .header .service-logo,
  .header .header-right {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    padding-top: 0;
  }
}
.header button,
.header a.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7b7a86;
  text-transform: uppercase;
  font-weight: normal;
  display: inline;
  padding: 7px;
  color: #000;
  background-color: transparent;
  cursor: pointer;
  display: block;
  font-size: 1.2em;
}
.header button:hover,
.header a.btn:hover {
  background-color: #E4E9EB;
}
.header button:focus,
.header a.btn:focus {
  outline: black solid 1px;
  outline: -webkit-focus-ring-color solid 2px;
}
.header button {
  min-height: 32px;
}
.header .menu-horizontal {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  padding-top: 17px;
  padding-left: 20px;
  text-transform: uppercase;
}
.header .menu-horizontal li {
  float: left;
  margin-left: 10px;
}
.header .menu-horizontal li a {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #cdcdcd;
  padding: 7px;
  color: #000;
}
.header .menu-horizontal li a:hover {
  background: #cdcdcd;
}
.header .menu-horizontal li.selected a {
  color: #0072c9;
  background: #fec962;
  border-color: #e5a32c;
  font-weight: bold;
}
.header .header-content {
  float: left;
}
@media (max-width: 480px) {
  .header .header-content {
    height: unset;
    width: 100%;
  }
  .header .header-content ul {
    display: grid;
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .header-content ul li {
    margin: 1px;
  }
  .header div.header-right {
    padding-left: 5px;
  }
  .header div.header-right div.login-part {
    width: 100%;
  }
  .header div.header-right div.login-part div {
    padding: 7px 10px 5px 5px;
  }
  .header div.header-right div.end-user-help a.btn {
    margin-left: 0px;
  }
  .header div.header-right div.language-selector {
    width: 100%;
  }
  .header div.header-right div.language-selector button.language-selector {
    margin: 0px 5px 0px 0px;
  }
}
.header .header-right {
  float: right;
  padding-right: 25px;
  padding-top: 17px;
  box-sizing: border-box;
  margin-left: auto;
}
.header .header-right > div {
  padding-bottom: 5px;
}
.header .header-right div,
.header .header-right form,
.header .header-right button {
  float: left;
}
.header .header-right .login-part {
  display: inline;
}
.header .header-right .login-part div {
  padding: 7px 10px 0 20px;
}
.header .header-right .login-part div label.user-prefix {
  font-weight: bold;
}
.header .header-right .login-part button {
  min-height: unset;
  height: unset;
}
.header .header-right div.end-user-help .btn {
  background-image: url("images/icons/help_outline-24px.svg");
  background-position: 4px center;
  padding-left: 30px;
  background-repeat: no-repeat;
  margin-left: 10px;
  line-height: unset;
}
.header .header-right div.language-selector {
  position: relative;
}
.header .header-right div.language-selector button.language-selector {
  background-image: url("images/icons/language-24px.svg");
  background-position: 4px center;
  padding-left: 30px;
  background-repeat: no-repeat;
  margin-left: 10px;
  font-family: inherit;
}
div.language-selector ul.language-selector {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  position: absolute;
  display: none;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  right: 0;
  top: 32px;
  z-index: 550;
}
div.language-selector ul.language-selector li {
  font-weight: bold;
}
div.language-selector ul.language-selector li a {
  display: block;
  color: inherit;
  white-space: nowrap;
  padding: 0.8em 1.5em;
}
div.language-selector ul.language-selector li a:hover,
div.language-selector ul.language-selector li a:focus {
  background-color: #cdcdcd;
}
/* Colors */
body.asiointi-fi {
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #252a2e;
  line-height: 24px;
  margin: 0;
}
body.asiointi-fi h1,
body.asiointi-fi h2,
body.asiointi-fi h3,
body.asiointi-fi h4,
body.asiointi-fi h5,
body.asiointi-fi h6 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #252a2e;
}
body.asiointi-fi .inner-content {
  display: flex;
  height: 100vh;
  flex-direction: column;
  padding: 0;
}
body.asiointi-fi .cookie-notification {
  padding: 12px;
  background: #dcedf9;
}
body.asiointi-fi .cookie-notification p,
body.asiointi-fi .cookie-notification h2,
body.asiointi-fi .cookie-notification div {
  margin: 18px 18px 0 18px;
}
body.asiointi-fi h2 {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
body.asiointi-fi .myobjects ul.myobject-list li .myobject-tools {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
}
body.asiointi-fi .error,
body.asiointi-fi .field-validation-error,
body.asiointi-fi .field-warning,
body.asiointi-fi .mandatory-field-error,
body.asiointi-fi .validation-summary-errors {
  color: #95301f !important;
}
body.asiointi-fi input[type='text'].input-validation-error,
body.asiointi-fi input[type='password'].input-validation-error,
body.asiointi-fi input[type='tel'].input-validation-error,
body.asiointi-fi input[type='email'].input-validation-error,
body.asiointi-fi input[type='number'].input-validation-error,
body.asiointi-fi select.input-validation-error,
body.asiointi-fi textarea.input-validation-error,
body.asiointi-fi input[type='text'].mandatory-field-missing,
body.asiointi-fi input[type='password'].mandatory-field-missing,
body.asiointi-fi input[type='tel'].mandatory-field-missing,
body.asiointi-fi input[type='email'].mandatory-field-missing,
body.asiointi-fi input[type='number'].mandatory-field-missing,
body.asiointi-fi select.mandatory-field-missing,
body.asiointi-fi textarea.mandatory-field-missing {
  border-color: #95301f !important;
}
body.asiointi-fi input[type='text'].input-validation-error:focus,
body.asiointi-fi input[type='password'].input-validation-error:focus,
body.asiointi-fi input[type='tel'].input-validation-error:focus,
body.asiointi-fi input[type='email'].input-validation-error:focus,
body.asiointi-fi input[type='number'].input-validation-error:focus,
body.asiointi-fi select.input-validation-error:focus,
body.asiointi-fi textarea.input-validation-error:focus,
body.asiointi-fi input[type='text'].mandatory-field-missing:focus,
body.asiointi-fi input[type='password'].mandatory-field-missing:focus,
body.asiointi-fi input[type='tel'].mandatory-field-missing:focus,
body.asiointi-fi input[type='email'].mandatory-field-missing:focus,
body.asiointi-fi input[type='number'].mandatory-field-missing:focus,
body.asiointi-fi select.mandatory-field-missing:focus,
body.asiointi-fi textarea.mandatory-field-missing:focus {
  outline-color: #95301f !important;
}
body.asiointi-fi .header {
  background-color: #003054;
  border-style: none;
}
body.asiointi-fi .header button {
  min-height: unset;
}
body.asiointi-fi .header .username-plain {
  color: #ffffff;
}
body.asiointi-fi .header .asiointi-fi-bar {
  display: grid;
  grid-template-columns: minmax(436px, 0.9fr) auto minmax(90px, auto) 144px;
  position: relative;
  min-height: 120px;
  background-image: url('images/header_logo_slot.svg'), linear-gradient(35deg, #003054 10%, #135e91 50%, #003054 70%);
  background-repeat: no-repeat;
  background-position: left top, right;
  background-size: 436px, auto;
  background-color: #003054;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}
body.asiointi-fi .header .asiointi-fi-bar .application-title {
  position: absolute;
  left: 320px;
  align-self: center;
}
body.asiointi-fi .header .asiointi-fi-bar .application-title .application-logo {
  height: 60px;
}
body.asiointi-fi .header .asiointi-fi-bar .application-title a {
  display: flex;
  align-items: center;
}
body.asiointi-fi .header .asiointi-fi-bar .application-title h1 {
  margin: 0 0 0 12px;
  padding: 0;
  height: 42px;
  color: #ffffff;
  font-size: 38px;
  line-height: 42px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-weight: 600;
}
body.asiointi-fi .header .asiointi-fi-bar .municipality-logo {
  position: relative;
  height: 80px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.asiointi-fi .header .asiointi-fi-bar .municipality-logo .service-logo {
  top: 12px;
  margin-left: 70px;
  position: absolute;
  width: 190px;
  text-align: center;
  line-height: unset;
}
body.asiointi-fi .header .asiointi-fi-bar .municipality-logo .service-logo .city-logo {
  position: relative;
  max-height: 48px;
  max-width: 190px;
  margin: 0;
}
body.asiointi-fi .header .asiointi-fi-bar .municipality-logo > .city-logo {
  top: 12px;
  margin-left: 70px;
  position: absolute;
  max-height: 48px;
  max-width: 190px;
}
body.asiointi-fi .header .asiointi-fi-bar .header-right {
  padding: 0px;
  padding-top: 6px;
  padding: 12px 0px 0px 0px;
  justify-self: self-end;
}
body.asiointi-fi .header .asiointi-fi-bar .header-right button {
  background-color: #ffffff;
}
body.asiointi-fi .header .asiointi-fi-bar .header-right .current-issues-togglebutton,
body.asiointi-fi .header .asiointi-fi-bar .header-right .language-selector,
body.asiointi-fi .header .asiointi-fi-bar .header-right .end-user-help {
  margin-right: 10px;
}
body.asiointi-fi .header .asiointi-fi-bar .header-right .current-issues-togglebutton {
  background-image: url('images/icons/tglbtn_defaut.svg');
  width: 28px;
  height: 28px;
  filter: none;
  background-color: #003054;
  background-repeat: no-repeat;
  display: block;
  background-size: contain;
  min-width: 28px;
  border: none;
  border-radius: unset;
  margin-left: 1px;
  z-index: 1;
}
body.asiointi-fi .header .asiointi-fi-bar .header-right .current-issues-togglebutton:hover {
  background-image: url('images/icons/tglbtn_hover.svg');
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
body.asiointi-fi .header .asiointi-fi-bar .header-right .current-issues-togglebutton:focus {
  outline: -webkit-focus-ring-color solid 1px;
}
body.asiointi-fi .header .asiointi-fi-bar .header-right .current-issues-togglebutton.active {
  background-image: url('images/icons/tglbtn_selected.svg');
}
body.asiointi-fi .header .asiointi-fi-bar .header-right .icons {
  display: flex;
}
body.asiointi-fi .header .asiointi-fi-bar .asiointi-fi-link-container {
  height: min-content;
  justify-self: self-end;
}
body.asiointi-fi .header .asiointi-fi-bar svg.asiointi-fi-logo {
  margin: 6px 12px;
  width: 102px;
  justify-self: right;
}
body.asiointi-fi .header .asiointi-fi-bar svg.asiointi-fi-logo path {
  fill: white;
}
body.asiointi-fi .header .asiointi-fi-bar div.language-selector,
body.asiointi-fi .header .asiointi-fi-bar div.end-user-help {
  background: #ffffff;
}
body.asiointi-fi .header .asiointi-fi-bar div .end-user-help:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
body.asiointi-fi .header .asiointi-fi-bar .login-part {
  margin-top: 14px;
  display: flex;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part form {
  display: inline-block;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  align-self: center;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a:hover {
  text-decoration: underline;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help,
body.asiointi-fi .header .asiointi-fi-bar .language-selector {
  line-height: 28px;
  height: 28px;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a {
  color: #ffffff;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a.btn,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a.btn,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a.btn {
  border-style: none;
  text-transform: none;
  display: inline;
  font-size: inherit;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a.btn.end-user-help,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a.btn.end-user-help,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a.btn.end-user-help {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a:hover,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a:hover,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a:hover {
  background-color: unset;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a:focus,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a:focus,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a:focus {
  outline: #ffffff solid 1px;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a.log-in,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a.log-in,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a.log-in {
  background-image: url('images/icons/sign in.svg');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  background-size: 18px;
  padding: 0 24px 0 0;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a.end-user-help,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a.end-user-help,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a.end-user-help {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  white-space: nowrap;
  text-indent: -9999px;
  border-style: none;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #003054;
  width: 28px;
  height: 28px;
  display: block;
  background-color: #ffffff;
  filter: unset;
  padding: 0;
  background-position: unset;
  margin: 0;
  border-radius: unset;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a.end-user-help:disabled,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a.end-user-help:disabled,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a.end-user-help:disabled {
  opacity: 0.5;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a.end-user-help.selected,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a.end-user-help.selected,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a.end-user-help.selected {
  background-color: #ffcfab !important;
  border-color: #ffcfab !important;
  filter: invert(1) !important;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part a.end-user-help.icon-guide,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help a.end-user-help.icon-guide,
body.asiointi-fi .header .asiointi-fi-bar .language-selector a.end-user-help.icon-guide {
  background-image: url('images/icons/help.svg');
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.log-out,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.log-out,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.log-out {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  white-space: nowrap;
  text-indent: -9999px;
  border-style: none;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 18px;
  height: 18px;
  padding: 0 0 0 0;
  filter: unset;
  margin-top: 6px;
  margin-left: 12px;
  background-image: url('images/icons/sign out.svg');
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.log-out:disabled,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.log-out:disabled,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.log-out:disabled {
  opacity: 0.5;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.log-out.selected,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.log-out.selected,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.log-out.selected {
  background-color: #ffcfab !important;
  border-color: #ffcfab !important;
  filter: invert(1) !important;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.log-out:focus,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.log-out:focus,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.log-out:focus {
  outline: white solid 1px;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.language-selector,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.language-selector,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.language-selector {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  white-space: nowrap;
  text-indent: -9999px;
  border-style: none;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #003054;
  width: 28px;
  height: 28px;
  filter: unset;
  padding: unset;
  margin: unset;
  background-position: unset;
  background-color: #ffffff;
  border-radius: unset;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.language-selector:disabled,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.language-selector:disabled,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.language-selector:disabled {
  opacity: 0.5;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.language-selector.selected,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.language-selector.selected,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.language-selector.selected {
  background-color: #ffcfab !important;
  border-color: #ffcfab !important;
  filter: invert(1) !important;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.language-selector:focus,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.language-selector:focus,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.language-selector:focus {
  outline: white solid 1px;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.language-selector:hover,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.language-selector:hover,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.language-selector:hover {
  background-color: #89c6ed !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part ul.language-selector,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul.language-selector,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul.language-selector {
  border: none;
  top: 28px;
  right: unset;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part ul.language-selector li,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul.language-selector li,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul.language-selector li {
  line-height: unset;
  width: 28px;
  background-color: white;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part ul.language-selector li a,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul.language-selector li a,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul.language-selector li a {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  white-space: nowrap;
  text-indent: -9999px;
  border-style: none;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #003054;
  width: 28px;
  height: 28px;
  filter: unset;
  padding: unset;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part ul.language-selector li a:disabled,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul.language-selector li a:disabled,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul.language-selector li a:disabled {
  opacity: 0.5;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part ul.language-selector li a.selected,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul.language-selector li a.selected,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul.language-selector li a.selected {
  background-color: #ffcfab !important;
  border-color: #ffcfab !important;
  filter: invert(1) !important;
}
body.asiointi-fi .header .asiointi-fi-bar .login-part ul.language-selector li a:hover,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul.language-selector li a:hover,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul.language-selector li a:hover,
body.asiointi-fi .header .asiointi-fi-bar .login-part ul.language-selector li a:focus,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul.language-selector li a:focus,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul.language-selector li a:focus {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.language-selector.language-elem-fin,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.language-selector.language-elem-fin,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.language-selector.language-elem-fin,
body.asiointi-fi .header .asiointi-fi-bar .login-part ul li a.language-elem-fin,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul li a.language-elem-fin,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul li a.language-elem-fin {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  background-image: url('images/icons/lang finnish.svg');
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.language-selector.language-elem-swe,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.language-selector.language-elem-swe,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.language-selector.language-elem-swe,
body.asiointi-fi .header .asiointi-fi-bar .login-part ul li a.language-elem-swe,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul li a.language-elem-swe,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul li a.language-elem-swe {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  background-image: url('images/icons/lang swedish.svg');
}
body.asiointi-fi .header .asiointi-fi-bar .login-part button.language-selector.language-elem-eng,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help button.language-selector.language-elem-eng,
body.asiointi-fi .header .asiointi-fi-bar .language-selector button.language-selector.language-elem-eng,
body.asiointi-fi .header .asiointi-fi-bar .login-part ul li a.language-elem-eng,
body.asiointi-fi .header .asiointi-fi-bar .end-user-help ul li a.language-elem-eng,
body.asiointi-fi .header .asiointi-fi-bar .language-selector ul li a.language-elem-eng {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  background-image: url('images/icons/lang english.svg');
}
body.asiointi-fi .header .asiointi-fi-bar .order-breadcrumb {
  grid-row: 2;
  grid-column: 4;
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
@media (max-width: 720px), (max-height: 360px) {
  body.asiointi-fi .header .asiointi-fi-bar {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    background-color: #003054;
    background-image: url('images/header_logo_slot.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 236px;
    min-height: fit-content;
    align-items: center;
    padding-bottom: 30px;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.municipality-logo {
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #ffffff;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.municipality-logo .service-logo {
    width: unset;
    margin-left: 0;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.municipality-logo .service-logo .city-logo {
    position: static;
    top: 5px;
    margin: 0 0 0 12px;
    max-height: 32px;
  }
  body.asiointi-fi .header .asiointi-fi-bar .application-title {
    position: relative;
    left: unset;
    margin-left: 6px;
    /* margin-bottom: -7px; */
  }
  body.asiointi-fi .header .asiointi-fi-bar .application-title .application-logo {
    height: 24px;
  }
  body.asiointi-fi .header .asiointi-fi-bar .application-title h1 {
    font-size: 24px;
    margin: 0 0 0 6px;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.header-right {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.header-right .icons {
    display: flex;
    width: 100%;
    justify-content: right;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.header-right .icons .language-selector {
    width: 26px;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.login-part {
    margin-left: 2px;
    height: 34px;
    justify-self: end;
    margin-top: unset;
    justify-content: right;
    align-self: start;
    padding: 3px;
    line-height: 22px;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.login-part form {
    background-color: #003054;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.login-part button.log-out {
    margin: 2px;
    min-height: unset;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.login-part a {
    align-self: start;
    padding-top: 3px;
    background-position-y: 3px;
    margin-right: 3px;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.order-breadcrumb {
    grid-row: unset;
    grid-column: unset;
    position: absolute;
    bottom: -5px;
    right: 4px;
    padding: unset;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.order-breadcrumb div.basket-button {
    width: 28px;
    height: 28px;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.mobile-region {
    position: absolute;
    background-color: #ffffff;
  }
  body.asiointi-fi .header .asiointi-fi-bar svg.asiointi-fi-logo {
    display: none;
  }
  body.asiointi-fi .header .asiointi-fi-bar div.asiointi-fi-link-container {
    height: 100%;
    width: 100%;
    background-color: #ffffff;
  }
}
body.asiointi-fi .footer {
  min-height: 25px;
  background-color: #353a40;
  clear: both;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 19px;
  border: none;
  width: 100% !important;
  font-size: 14px;
}
body.asiointi-fi .footer .footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #ffffff;
}
body.asiointi-fi .footer .footer-content ul {
  float: left;
  list-style: none outside none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.asiointi-fi .footer .footer-content ul li {
  padding: 0;
  display: inline;
}
body.asiointi-fi .footer .footer-content ul li a,
body.asiointi-fi .footer .footer-content ul li a:visited {
  text-decoration: none;
  padding-right: 12px;
  color: #ffffff;
}
body.asiointi-fi .footer .footer-content ul li a:hover,
body.asiointi-fi .footer .footer-content ul li a:visited:hover {
  text-decoration: underline;
}
body.asiointi-fi .footer .footer-content ul + ul {
  display: none;
}
body.asiointi-fi .footer .footer-content button.link-button {
  border: none;
  background: unset;
  font-size: unset;
  color: #ffffff;
  padding: 0 12px 0 0;
  height: unset;
}
body.asiointi-fi .footer .footer-content button.link-button:hover {
  text-decoration: underline;
}
@font-face {
  font-family: 'primeicons';
  font-display: block;
  src: url('fonts/primeicons.eot');
  src: url('fonts/primeicons.eot?#iefix') format('embedded-opentype'), url('fonts/primeicons.woff2') format('woff2'), url('fonts/primeicons.woff') format('woff'), url('fonts/primeicons.ttf') format('truetype'), url('fonts/primeicons.svg?#primeicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: 'primeicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}
asiointi-fi button,
input {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #252a2e;
  font-size: unset;
}
.hide-content {
  white-space: nowrap;
  text-indent: -9999px;
}
.svg-blue {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
}
.svg-gray {
  filter: invert(14%) sepia(17%) saturate(381%) hue-rotate(164deg) brightness(95%) contrast(94%);
  background-color: transparent;
}
.svg-blue-invert {
  background-color: #ffcfab !important;
  border-color: #ffcfab !important;
  filter: invert(1) !important;
}
.icon-drawrectangle {
  background-image: url('images/icons/18-draw-area-darkblue.svg') !important;
  background-position: unset !important;
}
.button-hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.image-button-common {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  white-space: nowrap;
  text-indent: -9999px;
  border-style: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
.image-button-common:disabled {
  opacity: 0.5;
}
.image-button-common.selected {
  background-color: #ffcfab !important;
  border-color: #ffcfab !important;
  filter: invert(1) !important;
}
.image-button-large {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  white-space: nowrap;
  text-indent: -9999px;
  border-style: none;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #003054;
  width: 40px;
  height: 40px;
}
.image-button-large:disabled {
  opacity: 0.5;
}
.image-button-large.selected {
  background-color: #ffcfab !important;
  border-color: #ffcfab !important;
  filter: invert(1) !important;
}
.image-button-medium {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  white-space: nowrap;
  text-indent: -9999px;
  border-style: none;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 1px solid #003054;
  width: 28px;
  height: 28px;
}
.image-button-medium:disabled {
  opacity: 0.5;
}
.image-button-medium.selected {
  background-color: #ffcfab !important;
  border-color: #ffcfab !important;
  filter: invert(1) !important;
}
.image-button-small {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  white-space: nowrap;
  text-indent: -9999px;
  border-style: none;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 18px;
  height: 18px;
  padding: 0 0 0 0;
}
.image-button-small:disabled {
  opacity: 0.5;
}
.image-button-small.selected {
  background-color: #ffcfab !important;
  border-color: #ffcfab !important;
  filter: invert(1) !important;
}
.image-button-container {
  display: inline-block;
  line-height: 18px;
}
.image-button-container:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.button-drop-menu {
  background-color: #e0e1e9 !important;
  background-clip: padding-box;
  border: 1px solid #003054;
}
.button-drop-menu li a {
  display: block;
  padding: 4px 20px !important;
  clear: both;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  color: #003054 !important;
  text-decoration: none;
}
.button-drop-menu li a:hover {
  background-color: #89c6ed !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #003054;
}
th .image-button-container:hover,
td .image-button-container:hover {
  background-color: unset;
}
@media (max-width: 768px) {
  .additional-description {
    display: none;
  }
}
.image-button-container.image-button-text:hover {
  filter: unset;
  background-color: unset;
}
.image-button-container.image-button-text button {
  text-indent: unset;
  padding-left: 21px;
  font-weight: 600;
}
.image-button-container.image-button-text button:hover {
  text-decoration: underline;
}
.primary-button {
  border: none;
  color: #ffffff;
  background-color: #003054;
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  cursor: pointer;
  min-height: 32px;
  padding: 0px 6px 0px 6px;
  vertical-align: top;
}
.primary-button:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #003054;
}
.primary-button:disabled {
  color: #ffffff;
  background-color: #90939f;
  border: none;
  filter: none;
}
.secondary-button {
  border: none;
  color: #ffffff;
  background-color: #003054;
  line-height: 16px;
  font-size: 16px;
  cursor: pointer;
  padding: 0px 6px 0px 6px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #003054;
  background-color: #e0e1e9;
  border: 1px solid #003054;
  border-radius: 2px;
  min-height: 32px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.secondary-button:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #003054;
}
.secondary-button:disabled {
  color: #ffffff;
  background-color: #90939f;
  border: none;
  filter: none;
}
.tertiary-button {
  border: none;
  color: #ffffff;
  background-color: #003054;
  line-height: 16px;
  font-size: 16px;
  cursor: pointer;
  padding: 0px 6px 0px 6px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #003054;
  background-color: #ffffff;
  border: 1px solid #003054;
  border-radius: 2px;
  min-height: 32px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.tertiary-button:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #003054;
}
.tertiary-button:disabled {
  color: #ffffff;
  background-color: #90939f;
  border: none;
  filter: none;
}
.filters-button {
  right: 0px;
  width: 28px;
  height: 28px;
  display: block;
  background-size: contain;
  min-width: 28px;
  background-repeat: no-repeat;
  background-image: url('images/icons/icon-filter.svg');
  background-color: #ffffff;
  border: none;
}
.filters-button.active {
  background-image: url('images/icons/icon-filter-active.svg');
  background-color: #003054;
}
.filters-button:hover {
  background-image: url('images/icons/icon-filter.svg');
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.emptyButton {
  border: none;
  color: #ffffff;
  background-color: #003054;
  line-height: 16px;
  font-size: 16px;
  cursor: pointer;
  padding: 0px 6px 0px 6px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #003054;
  background-color: #e0e1e9;
  border: 1px solid #003054;
  border-radius: 2px;
  min-height: 32px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-right: 20px;
}
.emptyButton:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #003054;
}
.emptyButton:disabled {
  color: #ffffff;
  background-color: #90939f;
  border: none;
  filter: none;
}
.pale-icon-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  height: auto;
}
.pale-icon-button:hover {
  background-color: #dcedf9;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.asiointi-nav-tabs {
  border: none;
}
ul.asiointi-nav-tabs > li {
  float: left;
}
ul.asiointi-nav-tabs > li > a {
  margin-right: 10px;
  line-height: 1.42857143;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 6px 6px 0 0;
  background-color: #e0e1e9;
  color: #252a2e;
  font: 18px "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  text-decoration: none;
  float: left;
  margin-top: 10px;
}
.asiointi-nav-tabs.small li a {
  font: 14px "Open Sans", Arial, Helvetica, sans-serif;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
ul.asiointi-nav-tabs > li.active > a:focus,
ul.asiointi-nav-tabs > li.active > a {
  background-color: #003054;
  color: #ffffff;
}
ul.asiointi-nav-tabs > li > a.nav-link:hover {
  background-color: #89c6ed;
  color: #003054;
  border-bottom-color: #003054;
  text-decoration: none;
}
body.tekla .header-content .asiointi.menu-horizontal {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
body.tekla .header-content .asiointi.menu-horizontal li {
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.tekla .header-content .asiointi.menu-horizontal li a {
  border: none;
  color: #ffffff;
  background-color: #003054;
  line-height: 16px;
  cursor: pointer;
  padding: 0px 6px 0px 6px;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
  color: #003054;
  background-color: #e0e1e9;
  border: 1px solid #003054;
  border-radius: 2px;
  min-height: 32px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  border-radius: 5px;
  font-size: 16px;
  border: 2px #003054 solid;
  display: flex;
  padding: 7px 15px;
  align-items: center;
  text-decoration: none;
}
body.tekla .header-content .asiointi.menu-horizontal li a:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #003054;
}
body.tekla .header-content .asiointi.menu-horizontal li a:disabled {
  color: #ffffff;
  background-color: #90939f;
  border: none;
  filter: none;
}
@media (max-width: 480px) {
  body.tekla .header-content .asiointi.menu-horizontal li a {
    font-size: 14px;
    padding: 4px 7px;
  }
}
body.tekla .header-content .asiointi.menu-horizontal li a:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
body.tekla .header-content .asiointi.menu-horizontal li:first-child {
  margin-left: 5px;
}
body.tekla .header-content .asiointi.menu-horizontal li.selected a {
  border: none;
  color: #ffffff;
  background-color: #003054;
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  cursor: pointer;
  min-height: 32px;
  padding: 0px 6px 0px 6px;
  vertical-align: top;
  border-radius: 5px;
  border: 2px #003054 solid;
  display: flex;
  /*favicon-store .svg align-items: center;*/
}
body.tekla .header-content .asiointi.menu-horizontal li.selected a:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #003054;
}
body.tekla .header-content .asiointi.menu-horizontal li.selected a:disabled {
  color: #ffffff;
  background-color: #90939f;
  border: none;
  filter: none;
}
.nav-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.notification div,
.notification .loading,
.notification .saving,
.notification .deleting {
  background: none;
  line-height: 20px;
}
.myobject-list li {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 1px;
  font: "Open Sans", Arial, Helvetica, sans-serif;
  color: #003054;
}
.myobject-list li:hover {
  border-color: #003054 !important;
}
.myobject-list .myobject-data p {
  color: #252a2e !important;
}
.myobject-list .myobject-data span {
  font-weight: bold;
}
.map-objects-list .icon-close-small {
  background-repeat: no-repeat !important;
  background-image: url('images/icons/18-close-black.svg') !important;
  background-color: transparent !important;
  background-position: unset !important;
  width: 18px !important;
  height: 18px !important;
  transition: transform 0.3s;
}
.map-objects-list .icon-close-small:hover {
  transform: scale(1.3);
}
.text-icon-button {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
}
.text-icon-button .image-icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  margin-left: 6px;
}
.text-icon-button:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.text-icon-button.selected {
  color: #ffffff;
  background: #003054;
}
.text-icon-button.selected .image-icon {
  filter: invert(1);
}
.text-icon-button.selected:hover {
  color: #003054;
  background: #89c6ed;
  border: none;
}
.text-icon-button.selected:hover .image-icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
}
.text-icon-button.primary-button .image-icon {
  filter: invert(1);
  align-self: baseline;
}
.text-icon-button.primary-button:hover .image-icon {
  filter: brightness(0) saturate(100%) invert(16%) sepia(16%) saturate(6279%) hue-rotate(181deg) brightness(89%) contrast(104%);
  background-color: transparent;
}
a.secondary-button,
a.secondary-button:visited {
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  color: #003054 !important;
}
.chip-button {
  background: #003054;
  color: #ffffff;
  border: 1px solid #003054;
  border-radius: 12px;
  padding: 0 1rem;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  height: 24px;
  text-align: center;
}
.chip-button:hover {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  color: #003054;
}
a.details-link {
  font-style: normal;
  text-decoration: none;
  font-weight: 600;
  color: #003054 !important;
}
a.details-link:visited {
  color: #003054 !important;
}
a.details-link:hover {
  text-decoration: underline;
}
.p-multiselect.p-component {
  height: 32px;
}
.p-multiselect.p-component .p-multiselect-label-container {
  align-self: center;
}
.p-multiselect.p-component .p-multiselect-label-container .p-multiselect-label {
  padding: 0 0 0 3px;
  font-size: 16px;
}
.p-multiselect.p-component .p-multiselect-trigger-icon {
  background-image: url('images/sitesearch/18 text field arrow down.svg');
  width: 24px;
  height: 24px;
}
.p-multiselect.p-component .p-multiselect-trigger-icon:before {
  display: none;
}
.p-multiselect.p-component:not(p.disabled).p-focus {
  box-shadow: 0 0 0 1px #003054;
  border-color: #003054;
}
.p-multiselect-panel.p-component .p-checkbox-box.p-highlight {
  border-color: #003054;
  background: #003054;
}
.p-multiselect-panel.p-component .p-checkbox-box.p-highlight:hover {
  border-color: #0063a3;
  background: #0063a3;
}
.checkbox-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.checkbox-box .checkbox-icon:before {
  content: "\e909";
  font-family: 'primeicons';
  color: #fff;
  font-size: 14px;
}
input:not(checked) ~ .checkbox-box {
  border: 1px solid #003054;
}
input:not(checked) ~ .checkbox-box:hover {
  border: 2px solid #003054 !important;
}
input:checked ~ .checkbox-box {
  background: #003054;
  border: 2px solid #003054;
}
input:checked ~ .checkbox-box:hover {
  border-color: #89c6ed !important;
  background: #89c6ed !important;
}
.icon-container {
  background-color: transparent;
}
.asiointi-fi input[type="checkbox"]:not(.toggle-with-label input) {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: 2px solid #003054;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin: 2px 2px 2px 0px;
  cursor: pointer;
  position: relative;
}
.asiointi-fi input[type="checkbox"]:not(.toggle-with-label input):hover {
  background-color: #89c6ed;
}
.asiointi-fi input[type="checkbox"]:not(.toggle-with-label input):focus {
  outline: 3px solid #003054;
  outline-offset: -2px;
}
.asiointi-fi input[type="checkbox"]:not(.toggle-with-label input):disabled {
  cursor: default;
  background-color: #cbcdd6;
  border-color: #353a40;
}
.asiointi-fi input[type="checkbox"]:not(.toggle-with-label input):checked {
  background-color: #003054;
}
.asiointi-fi input[type="checkbox"]:not(.toggle-with-label input):checked:hover {
  background-color: #89c6ed;
  border: 2px solid #89c6ed;
}
.asiointi-fi input[type="checkbox"]:not(.toggle-with-label input):checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.p-inputswitch {
  width: 36px;
  height: 16px;
}
.p-inputswitch .p-inputswitch-slider {
  background: #E0E1E9;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 8px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #003054;
  width: 14px;
  height: 14px;
  left: 0px;
  margin-top: -7px;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
  background: #E0E1E9;
}
.p-inputswitch.p-component.p-inputswitch-checked:not(.p-disabled) .p-inputswitch-slider {
  background: #003054;
}
.p-inputswitch.p-component.p-inputswitch-checked:not(.p-disabled) .p-inputswitch-slider:hover {
  background: #003054;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  opacity: 0.8;
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #E0E1E9;
}
.p-inputswitch.p-invalid {
  border-color: #f44336;
}
.p-button.p-component:focus {
  box-shadow: 0 0 0 0.2rem #003054;
}
.search-form {
  width: 20%;
  min-width: 200px;
  margin-right: 5px;
}
.search-form input[type="search"] {
  border: 1px #003054 solid;
  border-radius: 2px;
  background: #ffffff url('images/icons/18 search blue.svg') right 10px center no-repeat;
  background-size: 18px 18px;
  padding-right: 30px;
  width: 100%;
}
.input-daterange {
  display: flex;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.toggle-with-label input:before {
  background-color: #90939f;
}
.toggle-with-label input:checked:before {
  background-color: #003054;
}
.toggle-with-label input:disabled:before {
  background-color: #cbcdd6;
}
.asiointi-pager {
  display: flex;
  align-content: center;
}
.asiointi-pager button {
  width: 50px;
}
.asiointi-pager input [type="text"] {
  width: 50px;
}
.inner-content {
  flex: 1;
}
@media (min-width: 1922px) {
  .asiointi-fi.logon-page .asiointi-fi-bar,
  .asiointi-fi.logon-page .header-content.admin-menu,
  .asiointi-fi.logon-page .content .inner-content {
    width: 1800px;
    align-self: center;
  }
}
@media (max-width: 1921px) {
  .asiointi-fi.logon-page .asiointi-fi-bar,
  .asiointi-fi.logon-page .header-content.admin-menu,
  .asiointi-fi.logon-page .content .inner-content {
    width: 100%;
    max-width: 1400px;
    align-self: center;
  }
}
body.asiointi-fi.logon-page .inner-content {
  height: unset !important;
}
body.asiointi-fi.logon-page .accepttermsandprivacypolicy input[type=checkbox],
body.asiointi-fi.logon-page .rememberme input[type=checkbox],
body.asiointi-fi.logon-page .rememberbrowser input[type=checkbox] {
  width: 18px;
  height: 18px;
}
body.asiointi-fi.logon-page .accepttermsandprivacypolicy label,
body.asiointi-fi.logon-page .rememberme label,
body.asiointi-fi.logon-page .rememberbrowser label {
  vertical-align: text-bottom;
}
body.asiointi-fi.logon-page .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #f1f1f6;
  width: 100%;
}
body.asiointi-fi.logon-page .flex-content {
  flex: 1;
}
body.asiointi-fi.logon-page .footer {
  position: fixed !important;
  bottom: 0;
}
body.asiointi-fi.logon-page .identity-button-container button,
body.asiointi-fi.logon-page .secondary-button-container button,
body.asiointi-fi.logon-page .identity-button-container a.secondary-button,
body.asiointi-fi.logon-page .secondary-button-container a.secondary-button {
  margin-top: 1em;
  margin-right: 1em;
}
body.asiointi-fi.logon-page .identity-button-container {
  margin-right: 1em;
}
body.asiointi-fi.logon-page .secondary-button-container {
  margin-top: 1em;
}
.identity-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.identity-container .flex-content {
  background: url("images/identity-image.svg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all ease-in-out;
}
.identity-container .flex-content > div {
  position: relative;
  background-color: rgba(241, 241, 246, 0.6);
}
@media (max-width: 1440px) {
  .identity-container {
    width: 100%;
  }
}
.identity-image {
  display: none;
}
.identity *,
.identity *::before,
.identity *::after {
  box-sizing: border-box;
}
.identity #externalLoginList button {
  margin-top: 16px;
  text-transform: initial !important;
  width: 400px;
}
.identity kbd {
  font-size: 14px;
  background-color: #646669;
  color: #fff;
}
.identity code {
  font-size: 1rem;
}
.identity .right-column {
  margin-left: 24px;
}
.identity .row {
  display: flex;
  flex-wrap: wrap;
}
.identity .col-1,
.identity .col-2,
.identity .col-4,
.identity .col-6,
.identity .col-10,
.identity .col-11,
.identity .col-12,
.identity .col,
.identity .col-sm-1,
.identity .col-sm-2,
.identity .col-sm-6,
.identity .col-sm-9,
.identity .col-sm-10,
.identity .col-sm-11,
.identity .col-md-3,
.identity .col-md-4,
.identity .col-md-5,
.identity .col-md-6,
.identity .col-md-8,
.identity .col-md-9,
.identity .col-md-10,
.identity .col-lg-2,
.identity .col-lg-4,
.identity .col-lg-6,
.identity .col-lg-9,
.identity .col-lg-10,
.identity .col-xl-2,
.identity .col-xl-3,
.identity .col-xl-4,
.identity .col-xl-8 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.identity .flex-column {
  flex-direction: column !important;
}
.identity .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
}
.identity .nav-item:hover,
.identity .nav-item:focus {
  background-color: #89c6ed;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.identity .nav-link:hover,
.identity .nav-link:focus {
  text-decoration: none !important;
}
.identity .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.identity .nav-pills .nav-link.active,
.identity .nav-pills .show > .nav-link {
  background-color: #003054;
  color: #fff;
}
.identity .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.identity .nav-pills .nav-link {
  border-radius: 0.125rem;
}
.identity a {
  text-decoration-line: none;
}
@media (min-width: 576px) {
  .identity .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .identity .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .identity .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .identity .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .identity .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .identity .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .identity .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}
@media (min-width: 768px) {
  .identity .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .identity .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .identity .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .identity .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .identity .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .identity .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .identity .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@media (min-width: 992px) {
  .identity .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .identity .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .identity .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .identity .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .identity .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .identity .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .identity .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .identity .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .identity .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .identity .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .identity .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.protection-container {
  margin-top: 16px;
  margin-bottom: 8px;
}
.protection-container .widget div.col {
  float: left;
  padding-left: 0;
}
.protection-container .widget div.clear {
  clear: both;
}
