/* 48px */
/* 32px */
/* 24px */
/* 20px */
/* 16px */
/* 16px */
.shadow {
  -webkit-box-shadow: 0px 5px 5px 0px rgb(171, 171, 171);
  -moz-box-shadow: 0px 5px 5px 0px rgb(171, 171, 171);
  box-shadow: 0px 5px 5px 0px rgb(171, 171, 171);
}

#m4p-order-process {
  display: flex;
  justify-content: center;
  height: 4em !important;
  min-height: 4em !important; /* firefox bug */
  line-height: 4em !important;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}
#m4p-order-process > div {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1080px;
}
#m4p-order-process > div > a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}
#m4p-order-process > div > a > h3 {
  color: #004e92;
  margin-right: 1em;
  flex-wrap: nowrap;
}
#m4p-order-process > div > a > h3:not(.active) {
  color: #cfcfcf;
}

@media (max-width: 1080px) {
  #m4p-order-process {
    display: none;
  }
}
#m4p-order-next-step, .m4p-order-next-step {
  display: flex;
  text-decoration: none;
  color: #ffffff;
  background-color: #004e92;
  padding: 10px 0px;
  border: 1px solid transparent;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  margin: 0px;
}
#m4p-order-next-step:hover, .m4p-order-next-step:hover {
  color: #ffffff;
  background-color: rgb(100, 181, 246);
}
#m4p-order-next-step:active, .m4p-order-next-step:active {
  color: #ffffff;
  background-color: #000428;
}
#m4p-order-next-step.disabled, .m4p-order-next-step.disabled {
  background-color: #ddd;
  color: #ffffff;
  pointer-events: none;
}

#m4p-order-prev-step, .m4p-order-prev-step {
  margin: 0px;
  display: flex;
  text-decoration: none;
  color: #004e92;
  background-color: #ffffff;
  border: 1px solid #004e92;
  padding: 10px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
}
#m4p-order-prev-step:hover, .m4p-order-prev-step:hover {
  background-color: #004e92;
  color: #ffffff;
}
#m4p-order-prev-step:active, .m4p-order-prev-step:active {
  background-color: #000428;
  color: #ffffff;
}
#m4p-order-prev-step.disabled, .m4p-order-prev-step.disabled {
  background-color: #ddd;
  color: #aaa;
  pointer-events: none;
}

/*# sourceMappingURL=editor-clean.css.map */
