/*@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);*/


@media only screen and (max-width: 1130px) {
  #site-header-pane-menu-area {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 550px) {

  #site-header-pane-menu-area {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  #site-logo-space {
    width: 65px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 470px) {

  #site-header-pane-menu-area {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  #site-logo-space {
    display: none;
  }

  .ixz-form-container-small-box > form {
    min-width: 350px;
    max-width: 350px;
  }
}

:root {
  --header-footer-color: rgb(43, 135, 221);
  --normal-max-width: 1100px;
  --form-small-width: 450px;
  --form-header-text-color: white;
  --form-header-background-color: black;
  --form-background-color: white;
  --info-box-color: aliceblue;
  --error-box-color: lightcoral;
}

:focus {
  outline-style: dotted;
}

html {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  height: 100%;
}

body.ixz-site-layout {
  display: grid;
  grid-template-areas: "header header header" "left messages right" "left main right" "leftfooter centerfooter rightfooter";
  grid-template-columns: minmax(1rem,1fr) minmax(auto,var(--normal-max-width)) minmax(1rem,1fr);
  grid-template-rows: 90px auto 1fr auto;
  background-color: rgb(255, 255, 255);
  overflow-y: scroll;
  height: 100%;
  padding-right: 0px !important;
}

#site-header-stub {
  grid-area: header;
  min-height: 100px;
}

body > header {
  z-index: 9;
  grid-area: header;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: inherit;
  padding: 0 0 10px 0;
  margin: 0;
  background-color: var(--header-footer-color);
}

body > main {
  grid-area: main;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: inherit;
  margin: 0;
  padding: 0 0 12px 0;
}

body > footer {
  grid-area: centerfooter;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  background-color: var(--header-footer-color);
}

#site-left-footer {
  grid-area: leftfooter;
  background-color: var(--header-footer-color);
}

#site-right-footer {
  grid-area: rightfooter;
  background-color: var(--header-footer-color);
}

address {
  grid-column-start: 2;

  margin: 0px;
}

#site-header-pane-menu-area {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: var(--normal-max-width);
  width: 100%;
}

#site-logo-space {
  margin: 0;
  padding: 0;
}

#site-menu-space {
  flex: 0 0 auto;
  height: 64px;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#site-logo1 {
  display: inline-block;
}

#site-message-area {
  grid-area: messages;
  display: block;
  background-color: inherit;
  width: 100%;
}

#site-settings-modal-dialog {
  width: 360px;
  margin: auto;
  grid-area: main;
  position: relative;
  padding-right: 0px !important;
}

  #site-settings-modal-dialog .label {
    display: inline-block;
    min-width: 90px;
    text-align: left;
  }

.ixz-content-pane {
  display: block;
  width: 100%;
  /*border: 1px solid lightgray;*/
  /* background-color: green;*/
}

/* Support for spinner */
/*button.ixz-spinner > span {
  display: none;
}

body.busy .ixz-spinner > span {
  display: inline-block !important;
}*/



body.busy .ixz-busy-indicator {
  /* 
    Busy class wordt via js toegevoegd aan body element.
    Dan gaat deze rule in.
  */
  display: flex !important;
}

.ixz-busy-indicator {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
  border: 1px solid lightgray;
}

  .ixz-busy-indicator > div {
    /*border: 1px solid gray;*/
  }


/* navigatonals */
.nav-topbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: -4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 0.97;
}

  .nav-topbar .nav-link {
    flex: 0 0 auto;
    text-decoration: none;
    display: inline-block;
    margin: 0px;
    padding: 0px 8px 0px 8px;
    color: white;
  }

    .nav-topbar .nav-link > div {
      border-bottom: 1px solid rgba(255, 255, 255, 0.00);
    }

  .nav-topbar .nav-link--active > div {
    border-bottom: 1px solid black;
  }

  .nav-topbar :last-child {
    margin-right: 0;
    padding-right: 0;
  }


.site-menu-change {
  display: flex;
  flex-direction: Row;
  flex-wrap: nowrap;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

  .site-menu-change .dropdown-toggle {
    font-size: inherit;
    margin: 0;
    padding: 0;
  }

  .site-menu-change .btn {
    color: white;
    padding: 1.5px 0px 0px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .site-menu-change .label {
    color: black;
  }

  .site-menu-change .data {
    padding-left: 6px;
    color: white;
  }


.select-change-language {
  margin: 0 2rem 0 0;
  padding: 0 0 0 0;
  min-height: 23px;
  background-color: transparent;
}

  .select-change-language .ixz-dropdown-menu {
    font-size: inherit;
    margin: 0;
    padding: 0;
  }

.select-change-currency {
  margin: 0 2rem 0 0;
  padding: 0 0 0 0;
  min-height: 23px;
  background-color: transparent;
}

  .select-change-currency .ixz-dropdown-menu {
    font-size: inherit;
    margin: 0;
    padding: 0;
  }

.select-change-login {
  margin: 0;
  padding: 0 0 0 1rem;
  min-height: 23px;
  background-color: transparent;
}

  .select-change-login > a {
    display: inline-block;
    color: white;
    margin: 0;
    padding: 2px 0 0 6px;
    line-height: 1.5;
  }

/* special elements */
#site-cookie-consent {
  background-color: lightgray;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 4px 1em 4px 1em;
  margin: 4px 0 4px 0;
  cursor: pointer;
}

  #site-cookie-consent p {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }

  #site-cookie-consent button {
    flex: 0 0 auto;
    border: 1px solid gray;
    padding: 0px 2px 0px 2px;
    margin: 0px;
    font-size: 16px;
    line-height: 16px;
    color: darkred;
  }


/** special selection for eventlistener attachment, language select buttons. */
#ixz-language-button-root {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}


/*
  FORM CONTAINERS
*/
.ixz-form-container-small-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  min-width: var(--form-small-width);
  max-width: var(--form-small-width);
  animation: ixz-fadeInAnimation ease-in 0.6s;
}

  .ixz-form-container-small-box .ixz-info-message {
    background-color: var(--info-box-color);
    padding: 1rem;
    margin: 1rem 0 1rem 0;
  }

.ixz-form-container-full-width {
  display: block;
  width: 100%;
  animation: ixz-fadeInAnimation ease-in 0.6s;
}

  .ixz-form-container-full-width .ixz-info-message {
    background-color: var(--info-box-color);
    padding: 1rem;
    margin: 1rem 0 1rem 0;
  }

/* FORM 1 GRID */
.ixz-form1 {
  display: grid;
  grid-template-columns: [Preamble] 10px [Labels] auto [Controls] 1fr [Overflow] 20px;
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  border: 1px solid black;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}

  .ixz-form1 input {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
  }

  .ixz-form1 select {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-left: 0.4rem;
  }

  .ixz-form1 label, .ixz-is-label {
    grid-column: Labels;
    align-self: center;
    margin: 0 20px 0 0;
    padding: 0;
  }

  .ixz-form1 input, select, .ixz-is-control {
    grid-column: Controls;
    align-self: center;
    margin: 0;
  }

  .ixz-form1 a {
    display: block;
  }

  .ixz-form1 div.ixz-is-control {
    font-weight: bolder;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .ixz-form1 header {
    grid-column: 1 / -1;
    padding: 10px 0 10px 0;
    margin: 0 1px 0 1px;
    background-color: var(--form-header-background-color);
  }

    .ixz-form1 header > h1 {
      text-decoration: none;
      margin: 0 0 0 15px;
      padding: 0;
      color: var(--form-header-text-color);
    }

  .ixz-form1 footer {
    grid-column: 1 / -2;
  }

  .ixz-form1 .ixz-help-text {
    grid-column: 2 / -2;
    background-color: var(--info-box-color);
    margin: 0;
    padding: 1rem;
    font-style: italic;
  }

  .ixz-form1 .ixz-error-summery {
    grid-column: 2 / -2;
    background-color: var(--error-box-color);
    margin: 0;
    padding: 0;
    font-style: italic;
  }

    .ixz-form1 .ixz-error-summery ul {
      margin: 0.7rem 0.5rem 0.7rem 2rem;
      padding: 0;
    }

    .ixz-form1 .ixz-error-summery li {
      margin: 0.2rem 0.2rem 0.2rem 0;
      padding: 0;
    }

  .ixz-form1 .ixz-horizontal-divider {
    grid-column: 2 / -2;
    border-bottom: 1px solid lightgray;
    margin: 0;
    padding: 0;
  }

  .ixz-form1 .ixz-spacer {
    grid-column: 1 / -1;
    margin: 0;
    padding: 0;
  }

/* FORM 2 GRID */
.ixz-form2 {
  display: grid;
  grid-template-columns: [Labels] 10rem [Controls] 20rem [Commands] auto [Overflow] 1fr;
  grid-template-rows: auto;
  grid-auto-flow: row dense;
  grid-column-gap: 3em;
  grid-row-gap: 1rem;
  /*  font-family: 'Roboto', sans-serif;
  font-size: 13px;
*/
}

  .ixz-form2 input {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
  }

  .ixz-form2 select {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    padding-left: 0.4rem;
  }

  .ixz-form2 label, .ixz-is-label {
    grid-column: Labels;
    align-self: center;
    margin: 0px;
    padding: 0px;
  }

  .ixz-form2 input, select, .ixz-is-control {
    grid-column: Controls;
    align-self: center;
  }

  .ixz-form2 .ixz-is-commands {
    grid-column: Commands;
    align-self: center;
    justify-self: left;
  }

  .ixz-form2 div.ixz-is-control {
    font-weight: bolder;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .ixz-form2 header {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
  }

    .ixz-form2 header > h1 {
      text-decoration: none;
      margin: 0px;
      padding: 0px;
    }

  .ixz-form2 footer {
    grid-column: 1 / -1;
  }

  .ixz-form2 .ixz-horizontal-divider {
    grid-column: 1 / -1;
    border-bottom: 1px solid lightgray;
    margin: 0px;
    padding: 0px;
  }

  .ixz-form2 .ixz-help-text {
    grid-column: 1 / 3;
    background-color: var(--info-box-color);
    margin: 0;
    padding: 1rem;
    font-style: italic;
  }

  .ixz-form2 .ixz-error-summery {
    grid-column: 2 / -2;
    background-color: var(--error-box-color);
    margin: 0;
    padding: 0;
    font-style: italic;
  }

    .ixz-form2 .ixz-error-summery ul {
      margin: 0.7rem 0.5rem 0.7rem 2rem;
      padding: 0;
    }

    .ixz-form2 .ixz-error-summery li {
      margin: 0.2rem 0.2rem 0.2rem 0;
      padding: 0;
    }

/* END FORM 2*/


/* FORM 3 GRID. BOOTSTRAP */
.ixz-form3 {
  margin: 3rem;
  padding: 2rem 1rem 0.5rem 1rem;
  border: 1px solid gray;
  background-color: aliceblue;
}

  .ixz-form3 .validation-summary-errors {
    margin-top: 0.5rem;
    color: red;
  }

  .ixz-form3 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .ixz-form3 .ixz-horizontal-divider {
    margin-top: 0.5em;
  }
/* END FORM 3 */

/* Follow up pages. (Messages of action taken of must be taken) */
.ixz-follow-up-message-pane {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  min-width: var(--form-normal-width);
  max-width: var(--form-normal-width);
  padding: 1rem;
}

  .ixz-follow-up-message-pane > div {
    padding: 0px;
    margin: 0px 0px 1em 0px;
    border: 1px solid lightgray;
    background-color: var(--info-box-color);
    padding: 1rem;
  }

    .ixz-follow-up-message-pane > div p {
      margin: 1em 1em 1em 1em;
      animation: ixz-fadeInAnimation ease 2s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
    }

/* Elements (Partials) */
.ixz-license-order-rendering p {
  margin: 0;
}

/* Error pages. */
.ixz-error-message-pane {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  min-width: var(--form-normal-width);
  max-width: var(--form-normal-width);
}

  .ixz-error-message-pane > div {
    padding: 0px;
    margin: 0px 0px 1em 0px;
    border: 1px solid lightgray;
    background-color: var(--error-box-color);
  }

    .ixz-error-message-pane > div p {
      margin: 1em 1em 1em 1em;
      animation: ixz-fadeInAnimation ease 2s;
      animation-iteration-count: 1;
      animation-fill-mode: forwards;
    }

/* Generic Grids */
.ixz-grid-container-2col {
  display: grid;
  grid-template-columns: max-content max-content;
}

/* footers */
.ixz-footer-address {
  margin-top: 0.5rem;
  margin-bottom: 0.1rem;
  vertical-align: central;
  /*margin-bottom: 4px;*/
}

  .ixz-footer-address p {
    display: inline;
    margin: 0;
  }

/* Generic text styles */

/**umb_name:header1*/
h1 {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

/**umb_name:header2*/
h2 {
  font-size: 17px;
  font-weight: 550;
  margin: 0;
  padding: 0;
}

/**umb_name:header3*/
h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* Anchor styles */

.nostyle-anchor,
.nostyle-anchor:hover,
.nostyle-anchor:visited,
.nostyle-anchor:focus,
.nostyle-anchor:active {
  text-decoration: none;
  color: inherit;
  outline: 0;
  cursor: pointer;
}

.ixz-horizontal-divider {
  height: 2px;
  overflow: hidden;
  border-bottom: 1px solid #cacaca;
  margin-top: 0px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Support for wizards */
.ixz-wizard-tab-0,
.ixz-wizard-tab-1,
.ixz-wizard-tab-2,
.ixz-wizard-tab-3,
.ixz-wizard-tab-4,
.ixz-wizard-tab-5,
.ixz-wizard-tab-6 {
  display: none;
}

/* support for showing that we saved */
.ixz-saved-indicator {
  display: none;
  opacity: 0;
}

/*
  PAYMENT
*/

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.ixz-product-license-pane {
}

  .ixz-product-license-pane .container p {
    margin-bottom: 0;
  }

/* CHECKOUT */
.ixz-payment-pane {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}

  .ixz-payment-pane > form {
    margin: 0px 0px 0px 0px;
    width: 480px;
    height: 200px;
    padding: 16px;
  }

    .ixz-payment-pane > form > button {
      margin: 10px 0 0 0;
      width: 200px;
      float: right;
    }

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid green;
  border-radius: 0px;
  /* background-color: white;*/
  /*  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;*/
}

/*
 Shop css.
*/
.shopItemCardCollection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.shopItemCard {
  display: flex;
  flex-direction: column;
  border: 1px solid lightgrey;
  width: 230px;
  height: 330px;
  margin: 1em;
  flex-basis: auto;
  padding: 0;
}

  .shopItemCard > H2 {
    padding: 12px;
    font-weight: 900;
  }

  .shopItemCard table {
    margin-left: 12px;
    border-collapse: collapse;
  }

    .shopItemCard table td {
      vertical-align: top;
    }

    .shopItemCard table .data {
      padding-left: 1em;
    }

  .shopItemCard > * {
    padding: 5px 10px 0px 10px;
  }

  .shopItemCard .data {
    font-weight: bold;
  }

/*.ixz-license-entry-owner-list {
  display: grid;
  grid-template-areas: "SKU Code" "Description" "License Code" "Type" "Entitlement" "Status" "Button";
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}*/

/*.ixz-license-entry-data {
  display: grid;
  margin-top: 20px;
  grid-template-areas: "label1" "data1" "spacer" "label2" "data2";
  grid-template-columns: max-content max-content 40px max-content max-content;
  grid-column-gap: 2em;
  grid-row-gap: 1px;
}*/

.ixz-license-prices {
}

  .ixz-license-prices .license-quantity input {
    border: none;
    margin: 0;
    padding: 0;
    width: 32px;
  }

.ixz-price-format {
  /* formating for price data ($ 0.00) with aligned currency symbol*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* info pane about a license */
.ixz-license-rendering-box {
  margin-top: 2rem;
}

  .ixz-license-rendering-box p {
    display: inline;
  }


.ixz-shop-item-data-sheet {

}

.ixz-shop-item-data-sheet a {
  font-weight: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* KEYFRAMES */
@keyframes ixz-fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ixz-saved-indicator-animation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
