@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap);@charset "UTF-8";

@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.ttf?1ff2ecac2d430dcc4e286242a4bf9d46) format("truetype"), url(/fonts/icomoon.woff?9eb3e4ca9fab13dbb3b2dfd71e9db665) format("woff"), url(/fonts/icomoon.svg?6584b12f9b313e1fc9c54e7de3010d91) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.vm-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.quality:before {
  content: "\E904";
}

.concept-engineering:before {
  content: "\E903";
}

.order-management:before {
  content: "\E902";
}

.calculations:before {
  content: "\E900";
}

.community:before {
  content: "\E901";
}

.consulting-and-optimization:before {
  content: "\E90C";
}

.documents:before {
  content: "\E90D";
}

.online-delivery-service:before {
  content: "\E90E";
}

.saving-money:before {
  content: "\E918";
}

.success:before {
  content: "\E919";
}

.technical-project-engineering:before {
  content: "\E91A";
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

/* Validation Sass Placeholders */

.input-field--select.valid .select-dropdown {
  border-bottom: 1px solid #31d47c;
  box-shadow: 0 1px 0 0 #31d47c;
}

.input-field--select.invalid .select-dropdown {
  border-bottom: 1px solid #ffc219;
  box-shadow: 0 1px 0 0 #ffc219;
}

.input-field--checkbox input.valid + span,
.input-field--checkbox input:focus.valid + span,
.input-field--radio input.valid + span,
.input-field--radio input:focus.valid + span {
  color: #31d47c;
}

.input-field--switch.invalid label,
.input-field--checkbox input.invalid + span,
.input-field--checkbox input:focus.invalid + span,
.input-field--radio input.invalid + span,
.input-field--radio input:focus.invalid + span {
  color: #ffc219;
}

.input-field--checkbox input.valid ~ .helper-text:after,
.input-field--checkbox input:focus.valid ~ .helper-text:after,
.input-field--radio input.valid ~ .helper-text:after,
.input-field--radio input:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #31d47c;
}

.input-field--switch.invalid .helper-text:after,
.input-field--select.invalid .helper-text:after,
.input-field--checkbox input.invalid ~ .helper-text:after,
.input-field--checkbox input:focus.invalid ~ .helper-text:after,
.input-field--radio input.invalid ~ .helper-text:after,
.input-field--radio input:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #ffc219;
}

.input-field {
  margin-bottom: 2rem;
}

.input-field > label:not(.label-icon).active {
  transform: translateY(-14px) scale(0.9);
}

.input-field .c-loader {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.input-field .c-loader .preloader-wrapper {
  width: inherit;
  height: inherit;
}

.input-field.has-icon-cta {
  position: relative;
}

.input-field__iconCta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  background: transparent !important;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  color: inherit;
}

.input-field--checkbox > label,
.input-field--radio > label {
  position: relative;
  color: inherit;
}

.input-field--checkbox > label span {
  line-height: 21px !important;
}

.input-field--select .select-wrapper + label {
  font-size: 0.9rem;
}

.input-field--select .select-dropdown {
  max-height: 328px;
}

.input-field--select .multiple-select-dropdown label {
  color: inherit;
}

.input-field--select.is-mobile label {
  transform: translateY(-14px) scale(0.9);
}

.input-field--select.is-mobile .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

.input-field--select select.browser-default {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c7ccdb;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
}

.input-field--select.is-loading .caret {
  display: none;
}

.input-field--switch .switch > div {
  margin-bottom: 0.75rem;
}

.input-field--switch .helper-text {
  margin-top: 0.75rem;
}

.input-field--file > label {
  position: relative;
  margin-bottom: -0.5rem;
  display: block;
}

.input-field--file .file-path.is-set::-webkit-input-placeholder {
  color: inherit;
}

.input-field--file .file-path.is-set::-moz-placeholder {
  color: inherit;
}

.input-field--file .file-path.is-set:-ms-input-placeholder {
  color: inherit;
}

.input-field--file .file-path.is-set::-ms-input-placeholder {
  color: inherit;
}

.input-field--file .file-path.is-set::placeholder {
  color: inherit;
}

.input-field--file__reset {
  margin: 1rem 0;
}

.input-field--file__reset a {
  display: inline-block;
  color: #ff3e17;
}

.input-field--tags[disabled] {
  pointer-events: none;
}

.input-field .postfix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
  top: 0.5rem;
  right: 0;
  text-align: right;
}

.input-field .postfix ~ input,
.input-field .postfix ~ textarea,
.input-field .postfix ~ label,
.input-field .postfix ~ .validate ~ label,
.input-field .postfix ~ .helper-text,
.input-field .postfix ~ .autocomplete-content {
  margin-left: 0;
  margin-right: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.is-read-only .input-field {
  margin-bottom: 1rem;
}

.is-read-only .input-field input,
.is-read-only .input-field select,
.is-read-only .input-field textarea {
  pointer-events: none;
  border-bottom: 0;
}

.is-read-only .input-field .caret,
.is-read-only .input-field .postfix {
  display: none;
}

.is-read-only .input-field--checkbox,
.is-read-only .input-field--radio,
.is-read-only .input-field--switch {
  pointer-events: none;
  height: 3rem;
}

body {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  color: #767b91;
}

table img {
  height: 150px;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.m-0 {
  margin: 0rem 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.mr-0 {
  margin-right: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.ml-0 {
  margin-left: 0rem !important;
}

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 2rem 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mx-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0rem 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 2rem 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.px-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: #2a324b;
  margin-bottom: 1.5rem;
}

strong {
  font-weight: 600;
  color: #000;
}

table > thead {
  color: #2a324b;
}

table .c-imageBox {
  width: 70px;
  height: 70px;
}

dl dt {
  color: #000;
  margin-bottom: 0.5rem;
}

dl dd {
  margin-left: 0;
  margin-bottom: 1rem;
}

dl a {
  color: #ff3e17;
}

.lead {
  font-size: 130%;
}

.color-primary {
  color: #ff3e17;
}

.color-primary-light {
  color: #ff7e64;
}

.color-primary-dark {
  color: #ca2200;
}

.color-secondary {
  color: #ff3e17;
}

.color-success {
  color: #31d47c;
}

.color-error {
  color: #ffc219;
}

.color-danger {
  color: #f31431;
}

.color-link {
  color: #2979FF;
}

.color-ui {
  color: #c7ccdb;
}

.c-accelerometer {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.c-accelerometer__wrap {
  width: 92%;
  margin: 0 auto;
  display: block;
  padding-bottom: 50%;
}

.c-accelerometer__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-accelerometer__bg {
  background-image: url(/images/acc-bg.svg?84a43e1dc7cf166441fa4f27207fe0ad);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 100%;
  display: block;
}

.c-accelerometer__pointer {
  position: absolute;
  bottom: 2%;
  height: 60px;
  width: 40%;
  left: 50%;
  background-image: url(/images/acc-pointer.svg?19e90da353965999cceed4d038b66848);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  transform-origin: left center;
}

.c-accelerometer__min,
.c-accelerometer__max {
  position: absolute;
  z-index: 1;
  bottom: -2.2rem;
}

.c-accelerometer__min .c-rating i,
.c-accelerometer__max .c-rating i {
  font-size: 1.5rem;
}

.c-accelerometer__min .c-rating__stars label,
.c-accelerometer__max .c-rating__stars label {
  margin-right: 0;
}

.c-accelerometer__min {
  left: 20px;
}

.c-accelerometer__max {
  right: 20px;
}

.c-blank-box {
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  height: 280px;
  background: #f2f2f2;
  margin-bottom: 1rem;
  padding: 1rem;
}

.c-blank-box > * {
  width: 100%;
  display: block;
}

.c-blank-box.has-light-bg {
  background: #e0e0e0;
}

.c-blank-box.no-bg {
  background: transparent;
}

.c-breadcrumb {
  background: transparent;
  box-shadow: none;
}

.c-breadcrumb .breadcrumb {
  color: #2a324b;
}

.c-card {
  position: relative;
  color: #505050;
  overflow: hidden;
}

.c-card .c-tags .vm-icon {
  font-size: 1.8rem;
  color: #ff3e17;
  vertical-align: middle;
}

.c-card .c-productsPreview {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .c-card .c-productsPreview {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 84px;
  }
}

@media (min-width: 992px) {
  .c-card__flexItems {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 84px;
  }

  .c-card__flexItems > * {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
  }
}

.c-card__table {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 992px) {
  .c-card__table {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.c-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media (min-width: 992px) {
  .c-card__footer {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.c-card__footer strong {
  color: #505050;
}

.c-card--resume .c-titleGroup__title {
  font-size: 1.6em;
}

.c-card--resume .c-card__content {
  min-height: 80px;
}

.c-card--resume .c-card__footer {
  text-align: right;
  justify-content: flex-end;
}

.c-card--stats {
  font-weight: 600;
}

.c-card--stats .card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-card--stats .c-card__value {
  font-size: 2.8rem;
}

.c-card--stats .c-card__label {
  font-size: 1.5rem;
}

.c-card--stats .c-card__label small {
  display: block;
  font-weight: 400;
}

.c-cornerInfo {
  font-weight: 600;
  color: #505050;
  margin-bottom: 2rem;
}

.c-cornerInfo .vm-icon {
  font-size: 2rem;
}

.c-cornerInfo div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-cornerInfo.is-danger {
  color: #f31431;
}

.c-cornerInfo.is-warning {
  color: #ffc219;
}

@media (min-width: 1200px) {
  .c-cornerInfo.lead {
    font-size: 1.2rem;
  }

  .c-cornerInfo.lead i.material-icons {
    font-size: 30px;
  }
}

.c-countdown {
  line-height: 1.2;
  visibility: hidden;
}

.c-countdown.is-visible {
  visibility: visible;
}

.c-countdown__title {
  text-transform: uppercase;
  color: #767b91;
  margin-bottom: 0.5rem;
}

.c-countdown__value {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.2;
}

.c-countdown__value small {
  color: #767b91;
}

.c-countdown__dd::after,
.c-countdown__hh::after,
.c-countdown__mm::after {
  font-size: 1.2rem;
}

.c-countdown__dd::after {
  content: "d";
  margin-right: 0.5rem;
}

.c-countdown__hh::after {
  content: "h";
  margin-right: 0.5rem;
}

.c-countdown__mm::after {
  content: "min";
}

.c-draftsList {
  position: relative;
}

.c-draftsList .input-field,
.c-draftsList .c-blank-box {
  margin-top: 2rem;
}

.c-draftsList__show {
  text-align: center;
  margin-top: 1rem;
}

.c-draftsList__show .btn-flat {
  color: #ff3e17;
}

.c-draftsList .c-draft {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}

.c-draftsList .c-draft:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.c-draftsList .c-draft__link {
  color: #505050;
  padding-right: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-draftsList .c-draft__link i.material-icons {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 4px;
}

@media only screen and (min-width : 601px) {
  .c-draftsList .c-draft__link i.material-icons {
    font-size: 38px;
  }
}

.c-draftsList .c-draft__cta {
  margin-left: auto;
  text-align: right;
  flex-basis: 160px;
  flex-wrap: nowrap;
  flex-grow: 0;
}

.c-draftsList .c-draft__cta .input-field--checkbox {
  margin: 0;
}

.c-draftsList .c-draft__cta .input-field--checkbox input[type=checkbox] + span:not(.lever) {
  padding-left: 0;
}

.c-draftsList .c-draft__btn {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.c-draftsList .c-draft__btn i.material-icons {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

.c-filePreview {
  display: flex;
  align-items: flex-end;
  margin-bottom: 2rem;
}

.c-filePreview .input-field {
  width: 100%;
  margin-bottom: 0;
}

.c-filePreview .input-field input.file-path {
  margin-bottom: 0;
}

.c-filePreview__preview {
  flex-basis: 150px;
  flex-grow: unset;
  margin-left: 30px;
}

.js-iframePreview div[data-url] {
  display: none;
}

.c-iframePreview__box {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.c-iframePreview__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-imageBox {
  border-radius: 3px;
  border: 1px solid #c7ccdb;
  width: 150px;
  height: 150px;
  padding: 0.25rem;
}

@media only screen and (min-width : 601px) {
  .c-imageBox {
    padding: 0.5rem;
  }
}

.c-imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

.c-loader.is-overlay {
  position: absolute;
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 3;
}

.c-loader.is-small .preloader-wrapper {
  width: 26px;
  height: 26px;
}

.c-lockscreen {
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  text-align: center;
  z-index: 3;
}

.c-lockscreen__wrap {
  padding: 2rem 1rem;
  width: 100%;
}

.c-lockscreen__icon {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #ff3e17;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 1rem;
}

.c-lockscreen__icon i {
  font-size: 2.4rem;
  line-height: 80px;
}

.c-lockscreen__text {
  text-transform: uppercase;
  color: #505050;
}

.c-logbook {
  position: relative;
}

.c-logbook__input {
  margin-bottom: 2rem;
}

.c-logbook__wrapper {
  position: relative;
  background: #f2f2f2;
  padding: 0 1rem;
}

@media only screen and (min-width : 601px) {
  .c-logbook__wrapper {
    padding: 24px 2rem;
  }
}

.c-logbook__show {
  text-align: center;
  margin-top: 1rem;
}

.c-logbook__show .btn-flat {
  color: #ff3e17;
}

.c-logbook .c-log {
  padding: 0.5rem 0;
}

@media only screen and (min-width : 601px) {
  .c-logbook .c-log {
    padding: 1rem 0;
  }
}

.c-logbook .c-log:not(:last-child) {
  border-bottom: 1px solid #c7ccdb;
}

.c-logbook .c-log:last-child {
  margin-bottom: 0 !important;
}

.c-logbook .c-log__title {
  position: relative;
  color: #505050;
  font-weight: 600;
  margin-bottom: 0.3333333333rem;
  padding-right: 60px;
}

.c-logbook .c-log__cta {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}

.c-logbook .c-log__body > * {
  margin: 0;
}

.c-logbook .c-log ul {
  margin-bottom: 0;
}

.c-logbook .c-log.is-note {
  background-color: #fffee3;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width : 601px) {
  .c-logbook .c-log.is-note {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 1rem;
  }
}

.c-map {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  background: #c7ccdb;
}

@media only screen and (min-width : 993px) {
  .c-map {
    padding-bottom: 52%;
  }
}

.c-map__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-map #inner-map {
  width: inherit;
  height: inherit;
}

.c-notificationBar {
  position: relative;
  background-color: #fff8e5;
  color: #505050;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.c-notificationBar__icon {
  margin-right: 1rem;
}

.c-notificationBar__icon i {
  font-size: 2rem;
}

.c-notificationBar__body p {
  margin: 0;
}

.c-notificationBar__cta {
  margin-left: auto;
}

.c-productsList {
  position: relative;
}

.c-productsList .c-product {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  color: #505050;
}

.c-productsList .c-product:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.c-productsList .c-product__media {
  width: 60px;
  height: 60px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60px;
}

@media only screen and (min-width : 601px) {
  .c-productsList .c-product__media {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }
}

.c-productsList .c-product__body {
  padding: 0.5rem 1rem;
  flex-grow: 1;
}

.c-productsList .c-product__category {
  font-size: 0.9rem;
}

.c-productsList .c-product__name {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-productsList .c-product__variants {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.c-productsList .c-product__variants .select-wrapper input.select-dropdown {
  height: 2em;
  line-height: 2em;
}

.c-productsList .c-product__variants .select-wrapper + label {
  font-size: 0.8rem;
}

.c-productsList .c-product__cta {
  position: relative;
  left: -1rem;
  margin-left: auto;
  text-align: right;
}

.c-productsList .c-product__cta .input-field--checkbox {
  margin: 0;
}

.c-productsList .c-product__cta .input-field--checkbox input[type=checkbox] + span:not(.lever) {
  padding-left: 0;
}

.c-productsList .c-product__btn {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.c-productsList .c-product__btn i.material-icons {
  width: inherit;
  height: inherit;
  line-height: inherit;
}

#modal-products .c-productsList {
  margin-left: -15px;
  margin-right: -15px;
}

#modal-products .c-productsList .c-product {
  padding-left: 15px;
  padding-right: 15px;
}

#modal-products .c-productsList .c-product__cta {
  margin-right: 15px;
}

@media only screen and (min-width : 601px) {
  #modal-products .c-productsList {
    margin-left: -24px;
    margin-right: -24px;
  }

  #modal-products .c-productsList .c-product {
    padding-left: 24px;
    padding-right: 24px;
  }

  #modal-products .c-productsList .c-product__cta {
    margin-right: 12px;
  }
}

.c-productsPreview {
  text-align: center;
  margin: 1.5rem -15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: flex-start;
}

.c-productsPreview__item {
  display: inline-block;
  padding: 0 15px;
  font-size: 0.9rem;
  line-height: 1.3;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
}

.c-productsPreview__item img {
  height: 77px;
}

.c-rating {
  margin-bottom: 2rem;
}

.c-rating.is-disabled {
  pointer-events: none;
}

.c-rating__title {
  font-size: 1.15rem;
  line-height: 110%;
  font-weight: 400;
  margin-top: 0;
  color: #2a324b;
  margin-bottom: 1.5rem;
}

.c-rating__stars {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.c-rating__stars label {
  display: inline-block;
  cursor: pointer;
  color: #c7ccdb;
  margin-right: 0.5rem;
}

.c-rating__stars label[for="max[5]"] {
  margin-right: 0;
}

.c-rating__stars label > i {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 2.4rem;
}

.c-rating__stars input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-rating__stars input:checked ~ label,
.c-rating__stars input:checked ~ label ~ label {
  color: #ffd700;
}

.c-rating__stars input:not(:checked) ~ label:hover,
.c-rating__stars input:not(:checked) ~ label:hover ~ label {
  color: #e6c200;
}

.c-resume-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.c-resume-table table {
  table-layout: fixed;
  width: 100%;
  min-width: 320px;
  margin-left: -5px;
  margin-right: -5px;
}

.c-resume-table table th,
.c-resume-table table td {
  vertical-align: top;
}

.c-resume-table table thead tr {
  border-bottom: 0;
}

.c-resume-table table thead tr th {
  padding-bottom: 0;
}

.c-resume-table table tbody > tr:last-child {
  border-bottom: 0;
}

.c-resume-table table tbody > tr:last-child td {
  padding-top: 0;
}

.c-ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 84px;
  height: 84px;
  z-index: 2;
}

.c-ribbon span {
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  background-color: #ff3e17;
  color: #fff;
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  display: block;
  height: 19px;
  text-align: center;
  width: 200%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.c-ribbon.is-success span {
  background-color: #31d47c;
}

.c-ribbon.is-warning span {
  background-color: #ffc219;
}

.c-ribbon.is-danger span {
  background-color: #f31431;
}

.c-ribbon.is-dead span {
  background-color: #505050;
}

.c-ribbon.is-primary span {
  background-color: #ff3e17;
}

.c-ribbon.is-ui span {
  background-color: #c7ccdb;
}

.c-ribbon + .c-titleGroup,
.c-ribbon + .c-card__flexItems .c-titleGroup {
  padding-right: 42px;
}

.c-search {
  position: relative;
  margin-bottom: 0;
}

.c-search__bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.c-search__bar .c-search__input {
  flex-grow: 1;
  margin-right: 1rem;
}

.c-search__bar .c-search__input .input-field {
  margin-bottom: -7px;
}

.c-search__filters .collapsible {
  border: 0;
  box-shadow: none;
}

.c-search__filters .collapsible-header {
  color: #ff3e17;
  text-align: center;
  border: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  display: block;
}

.c-search__filters .collapsible-header i {
  vertical-align: bottom;
  margin-right: 0;
}

.c-search__filters .collapsible-body {
  border: 0;
  padding: 1rem 0 0;
}

@media only screen and (min-width : 601px) {
  .c-search__filters .collapsible-body .col {
    min-height: 100px;
  }
}

.c-section-navigator {
  text-align: center;
  position: relative;
  display: inline-block;
  text-align: center;
}

.c-section-navigator:not(:last-child) {
  margin-right: 2rem;
}

.c-section-navigator__icon {
  margin: 0 auto;
  z-index: 4;
  color: #ff3e17;
  font-size: 6rem;
}

.c-stats {
  text-align: center;
  color: #505050;
}

.c-stats__title {
  font-size: 1.4rem;
}

.c-stats__value {
  background-color: #ff3e17;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fff;
  font-size: 40px;
  line-height: 100px;
  margin: 1rem 0;
}

.c-stats__subvalue {
  font-size: 0.9rem;
}

.c-status {
  position: relative;
  color: #505050;
  min-height: 230px;
  margin: 1rem -15px;
}

@media only screen and (min-width : 993px) {
  .c-status {
    margin: 1rem -24px;
  }
}

.c-status:before {
  height: 4px;
  content: "";
  display: block;
  background-color: #ffbdb0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 90px;
}

.c-status__wrapper {
  position: relative;
  width: 100%;
  min-height: inherit;
  padding-right: 46.6666666667px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  white-space: nowrap;
}

@media only screen and (min-width : 993px) {
  .c-status__wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.c-status__item {
  position: relative;
  width: 110px;
  text-align: center;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width : 993px) {
  .c-status__item {
    width: 100%;
  }
}

.c-status__item.is-clickable {
  cursor: pointer;
}

.c-status__item.is-current {
  color: #ff3e17;
}

.c-status__item:before {
  height: 4px;
  content: "";
  display: block;
  background-color: #ff3e17;
  position: absolute;
  left: -3px;
  right: -3px;
  top: 90px;
}

.c-status__item:not(.is-active) {
  opacity: 0.3;
}

.c-status__item:not(.is-active):before {
  visibility: hidden;
}

.c-status__item:not(.is-active) .c-status__dot {
  visibility: hidden;
}

.c-status__icon {
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
}

.c-status__icon i {
  font-size: 3.6rem;
}

.c-status__icon img {
  width: inherit;
  height: inherit;
}

.c-status__dot {
  width: 20px;
  height: 20px;
  background-color: #ff3e17;
  border-radius: 100%;
  display: inline-block;
  margin: 0.8rem 0;
  transition: transform 0.3s ease;
}

.c-status__text {
  width: 50%;
  height: 70px;
  margin: 0 auto;
  line-height: 1.3;
}

.c-status__cta {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 40%);
}

.c-status__cta > * {
  position: absolute;
  top: 90px;
  right: 15px;
  margin-top: -18px;
}

@media only screen and (min-width : 601px) {
  .c-status__cta > * {
    right: 24px;
  }
}

.c-status .c-loader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.c-status.no-edit-button .c-status__wrapper {
  padding-right: 0;
}

.c-status.no-edit-button .c-status__item::before {
  left: 0;
  right: 0;
}

.c-statusWizard {
  margin: 1rem -15px;
}

.c-statusWizard .section {
  padding-left: 15px;
  padding-right: 15px;
}

.c-statusWizard .collapsible li.active > .collapsible-header {
  background-color: #e6e8ef;
}

.c-statusWizard .collapsible li.active > .collapsible-header i.material-icons {
  color: #ff3e17;
}

@media only screen and (min-width : 993px) {
  .c-statusWizard {
    margin: 1rem -24px;
  }

  .c-statusWizard .section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.c-stepper {
  margin-bottom: 1rem;
  color: #c7ccdb;
}

.c-stepper > span {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid #c7ccdb;
  width: 24px;
  height: 24px;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-stepper > span i {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.c-stepper > span:not(:last-child) {
  margin-right: 18px;
}

.c-stepper > span:not(:last-child):before {
  position: absolute;
  width: 28px;
  height: 1px;
  content: "";
  background-color: #c7ccdb;
  top: 50%;
  right: -30px;
}

.c-stepper > span.is-success {
  border-color: #31d47c;
  color: #31d47c;
}

.c-stepper > span.is-warning {
  border-color: #ffc219;
  color: #ffc219;
}

.c-stepper > span.is-danger {
  border-color: #f31431;
  color: #f31431;
}

.c-stepper > span.is-dead {
  border-color: #000;
  background-color: #000;
  color: #000;
}

.c-tags {
  margin-bottom: 1rem;
}

.c-tags .material-icons {
  vertical-align: middle;
}

.c-tags > * {
  display: inline-block;
}

.c-tags > *:not(:last-child) {
  margin-right: 0.75rem;
}

.c-titleGroup {
  color: #2a324b;
  margin-bottom: 1rem;
}

.c-titleGroup > *:not(:last-child) {
  margin-bottom: 0.5rem;
}

.c-titleGroup__pretitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 0.85rem;
}

.c-titleGroup__pretitle span {
  text-transform: none;
}

.c-titleGroup__title {
  font-size: 2rem;
  line-height: 1;
}

.c-titleGroup__subtitle {
  color: #767b91;
}

.c-toggleInput {
  position: relative;
}

.c-toggleInput .hide {
  display: none;
}

.c-wizard {
  position: relative;
  overflow-x: hidden;
}

.c-wizard .swiper-container {
  height: inherit;
}

.c-header {
  z-index: 1000;
}

.c-header nav {
  background-color: #fff;
}

.c-header__wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.c-header__toggle {
  margin-left: 0 !important;
  margin-right: 15px;
  display: inline-block !important;
}

.c-header__toggle i:last-child {
  display: none;
}

.c-header__toggle.is-toggle i:first-child {
  display: none;
}

.c-header__toggle.is-toggle i:last-child {
  display: inline;
}

@media only screen and (min-width : 993px) {
  .c-header__toggle {
    display: none !important;
  }
}

.c-header__logo {
  font-size: 2rem;
}

.c-header__logo img {
  position: relative;
  width: 160px;
  top: -5px;
}

@media only screen and (min-width : 601px) {
  .c-header__logo img {
    width: 200px;
    top: -3px;
  }
}

.c-header__nav {
  float: right;
  margin-right: -15px;
}

.c-header__nav a {
  color: #767b91;
}

.c-header__nav i.material-icons {
  vertical-align: bottom;
  display: inline-block;
}

.c-header__nav [data-target=header-dropdown-profile] {
  text-transform: uppercase;
}

.c-header__nav .dropdown-content {
  min-width: 240px;
  max-height: 280px;
  overflow: auto;
}

.c-header__nav .dropdown-content li button {
  font-size: 16px;
  color: #767b91;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
  display: block;
  width: 100%;
  text-align: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.c-header__nav .dropdown-content li button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.c-header__nav .dropdown-content li button > i.material-icons {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

.c-header__nav .dropdown-trigger {
  position: relative;
}

.c-header__nav .dropdown-trigger .badge {
  position: absolute;
  top: 11px;
  right: -2px;
  font-size: 0.75rem;
  border-radius: 10px;
  width: 30px;
  height: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  min-width: initial;
  font-weight: 600;
  line-height: 1rem;
  border: 2px solid #fff;
}

.c-header__nav .dropdown-trigger .badge:after {
  display: none;
}

.c-header__nav .collection-header {
  font-weight: 500;
}

.c-header__nav .collection-item {
  padding: 0;
}

.c-header__nav .collection.with-header .collection-item {
  padding-left: 0;
}

.c-header__nav #header-dropdown-notification {
  width: 300px !important;
}

.c-header__nav #header-dropdown-notification .notification-date {
  font-size: 12px;
}

.c-header__nav #header-dropdown-notification .collection-item {
  position: relative;
}

.c-header__nav #header-dropdown-notification .collection-item:hover {
  background-color: white;
}

.c-header__nav #header-dropdown-notification .collection-item.unread {
  background-color: rgba(199, 204, 219, 0.5);
}

.c-header__nav #header-dropdown-notification .collection-item.unread a {
  color: #000;
}

.c-header__nav #header-dropdown-notification .collection-item .remove_notification {
  position: absolute;
  top: 8px;
  right: 0px;
}

.c-header__nav #header-dropdown-notification .collection-item .remove_notification a.btn-flat {
  margin: 0px;
}

.c-header__nav #header-dropdown-notification .collection-item .remove_notification a.btn-flat .material-icons {
  font-size: 1rem;
}

.c-header__nav #header-dropdown-notification .header-items {
  display: flex;
  padding: 0;
  color: #767b91;
}

.c-header__nav #header-dropdown-notification .header-items > div:first-child {
  flex-grow: 1;
  padding-left: 12px;
}

.c-header__nav #header-dropdown-notification .header-items a.btn-flat {
  margin: 0px;
}

.c-footer {
  font-size: 0.8rem;
}

.c-footer a {
  color: #fff;
  text-decoration: underline;
}

.c-page {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
  flex: 1;
  overflow: hidden;
}

@media only screen and (min-width : 601px) {
  .c-page {
    padding-top: 32px;
    padding-bottom: 64px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media only screen and (min-width : 993px) and (max-width : 1200px) {
  .c-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.c-sidemenu .sidenav {
  padding-top: 56px;
  z-index: 990;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.c-sidemenu .sidenav .collapsible > .active {
  border-left: 0;
}

.c-sidemenu .sidenav .collapsible > .active a > i.material-icons {
  color: inherit;
}

.c-sidemenu .sidenav .collapsible-header:focus {
  background-color: inherit !important;
}

.c-sidemenu .sidenav .collapsible-body {
  background-color: inherit;
}

.c-sidemenu .sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.c-sidemenu .sidenav .collapsible-body .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: inherit;
}

.c-sidemenu .sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.c-sidemenu .sidenav .collapsible-body .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

.c-sidemenu .sidenav .collapsible-body > ul:not(.collapsible) > li.active a > i.material-icons,
.c-sidemenu .sidenav .collapsible-body .sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a > i.material-icons {
  color: #ff3e17;
}

@media only screen and (min-width : 601px) {
  .c-sidemenu .sidenav {
    padding-top: 64px;
  }
}

.c-sidemenu .sidenav li a > i.material-icons,
.c-sidemenu .sidenav li button > i.material-icons {
  color: inherit;
  margin: 0 !important;
  float: right;
}

.c-sidemenu .sidenav li a,
.c-sidemenu .sidenav li button {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  height: auto;
}

@media only screen and (max-width : 992px) {
  .c-sidemenu .sidenav li a,
  .c-sidemenu .sidenav li button {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.c-sidemenu .sidenav li a:hover,
.c-sidemenu .sidenav li button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.c-sidemenu .sidenav li button {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
  width: 100%;
  text-align: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.c-sidemenu .sidenav li button:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.c-sidemenu .sidenav li button > i,
.c-sidemenu .sidenav li button > [class^=mdi-],
.c-sidemenu .sidenav li button li > a > [class*=mdi-],
.c-sidemenu .sidenav li button > i.material-icons {
  float: right;
  height: 48px;
  line-height: 48px;
  width: 24px;
}

.c-sidemenu .sidenav li.active {
  background-color: rgba(0, 0, 0, 0.2);
}

.c-sidemenu .sidenav li.active a > i.material-icons,
.c-sidemenu .sidenav li.active button > i.material-icons {
  color: #ff3e17 !important;
}

.c-sidemenu .sidenav .collapsible-body li.active,
.c-sidemenu .sidenav.fixed .collapsible-body li.active {
  border-left: 2px solid #ff3e17;
}

.c-sidemenu .sidenav .collapsible-body li.active a,
.c-sidemenu .sidenav .collapsible-body li.active button,
.c-sidemenu .sidenav.fixed .collapsible-body li.active a,
.c-sidemenu .sidenav.fixed .collapsible-body li.active button {
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width : 993px) and (max-width : 1200px) {
  .c-sidemenu .sidenav {
    width: 90px;
    padding-bottom: 112px;
  }

  .c-sidemenu .sidenav li a,
  .c-sidemenu .sidenav li button {
    padding: 1.5rem 8px;
    display: block;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
  }

  .c-sidemenu .sidenav li a i.material-icons,
  .c-sidemenu .sidenav li button i.material-icons {
    margin: 0 auto !important;
    display: block;
    float: none;
    height: 28px;
    line-height: 28px;
  }

  .c-sidemenu .sidenav li.active ul li a,
  .c-sidemenu .sidenav li.active ul li button {
    padding-right: 16px;
  }

  .c-sidemenu .sidenav li.active ul li a i.material-icons,
  .c-sidemenu .sidenav li.active ul li button i.material-icons {
    margin-left: auto !important;
  }

  .c-sidemenu + .c-page {
    margin-left: 90px;
  }

  .c-sidemenu + .c-page + .c-footer {
    margin-left: 90px;
  }
}

@media only screen and (min-width : 1201px) {
  .c-sidemenu .sidenav {
    width: 250px;
  }

  .c-sidemenu .sidenav .collapsible-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .c-sidemenu .sidenav .collapsible-body li a,
  .c-sidemenu .sidenav.fixed .collapsible-body li a {
    padding-left: 60px;
  }

  .c-sidemenu .sidenav .collapsible-body li.active,
  .c-sidemenu .sidenav.fixed .collapsible-body li.active {
    border-left: 5px solid #ff3e17;
  }

  .c-sidemenu .sidenav .collapsible-body li.active a,
  .c-sidemenu .sidenav .collapsible-body li.active button,
  .c-sidemenu .sidenav.fixed .collapsible-body li.active a,
  .c-sidemenu .sidenav.fixed .collapsible-body li.active button {
    padding-left: 55px;
  }

  .c-sidemenu + .c-page {
    margin-left: 250px;
  }

  .c-sidemenu + .c-page + .c-footer {
    margin-left: 250px;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: none;
}

.sidenav-overlay {
  z-index: 989;
}

.section {
  position: relative;
}

.section.is-overflow-in-card-panel {
  overflow: hidden;
  margin: -15px;
  padding: 30px 15px;
}

@media only screen and (min-width : 993px) {
  .section.is-overflow-in-card-panel {
    margin: -24px;
    padding: 36px 24px;
  }
}

.section.is-overflow-in-card-panel .c-cornerInfo {
  margin-right: 15px;
}

@media only screen and (min-width : 993px) {
  .section.is-overflow-in-card-panel .c-cornerInfo {
    margin-right: 24px;
  }
}

.divider {
  margin: 1rem 0;
}

@media only screen and (min-width : 601px) {
  .divider {
    margin: 2rem 0;
  }

  .divider.small {
    margin: 1rem 0;
  }
}

.card .divider,
.card-panel .divider {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width : 993px) {
  .card .divider,
  .card-panel .divider {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.card-panel {
  position: relative;
}

@media only screen and (max-width : 992px) {
  .card .card-content,
  .card-panel {
    padding: 15px;
  }
}

.chip {
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
}

.chip .close {
  line-height: inherit;
}

.chip--large {
  height: 32px;
  line-height: 32px;
  font-size: 1rem;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .row.double-gutter {
    margin-left: -30px;
    margin-right: -30px;
  }

  .row.double-gutter *[class^=col] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.modal {
  width: calc(100% - 30px);
}

.modal .modal-content {
  padding-bottom: 0;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width : 992px) {
  .modal .modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modal .modal-sticky-bar {
  background-color: #fafafa;
  margin-left: -24px;
  margin-right: -24px;
  padding: 24px 24px 0;
  top: -36px;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 5px 10px #fafafa;
}

@media only screen and (max-width : 992px) {
  .modal .modal-sticky-bar {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modal .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
}

@media only screen and (min-width : 601px) {
  .modal .modal-footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.modal-sm {
  max-width: 600px;
}

.modal-md {
  max-width: 992px;
}

.preloader-wrapper.center {
  display: block;
  margin: 1rem auto;
}

@media only screen and (max-width : 992px) {
  .pagination .waves-effect {
    display: none;
  }

  .pagination .prev-link,
  .pagination .next-link,
  .pagination .active + .waves-effect,
  .pagination .active + .waves-effect + .waves-effect,
  .pagination .waves-effect:first-child,
  .pagination .waves-effect:last-child,
  .pagination .waves-effect:nth-last-child(2) {
    display: inline-block;
  }
}

.btn-inline {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.btn-min-width {
  min-width: 240px;
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

table.responsive-table tbody {
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width : 992px) {
  table.responsive-table {
    overflow: hidden;
  }

  table.responsive-table thead {
    border-right: 0;
  }

  table.responsive-table thead tr {
    width: 80px;
  }

  table.responsive-table tbody {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
  }
}

.collapsible-body {
  padding-left: 1rem;
  padding-right: 1rem;
}

.collapsible.is-locked .collapsible-header {
  pointer-events: none;
}

.collapsible.flat {
  margin: 0;
  padding: 0 !important;
  border: 0;
  box-shadow: none;
}

.collapsible.flat .collapsible-header,
.collapsible.flat .collapsible-body {
  border-bottom: 0;
}

.collapsible.flat .collapsible-header .input-field,
.collapsible.flat .collapsible-body .input-field {
  margin-top: 0;
}

.collapsible.flat .collapsible-header {
  padding: 0 !important;
  background-color: transparent;
}

.collapsible.flat .collapsible-body {
  padding: 0;
}

.autocomplete-content.dropdown-content {
  max-height: 300px;
}

.btn-small {
  padding: 0 10px;
}

.s-error-page {
  text-align: center;
  padding: 3rem 0;
}

.s-error-page__code {
  font-size: 5rem;
  color: #000;
  font-weight: 600;
  margin-bottom: 2rem;
}

.s-error-page__message {
  font-size: 2rem;
}

.s-error-page__cta {
  margin-top: 3rem;
}

.s-login {
  display: flex;
  align-items: center;
}

.s-login .container-fluid {
  max-width: 400px;
  margin: 0 auto;
}


/*# sourceMappingURL=main.css.map*/