#metrix-configurator {
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

body #metrix-configurator>.wrapper {
  max-width: unset;
}

#configuratorLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  z-index: 250;
  background-image: url("./load.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}

#configuratorLoader .progress {
  width: 104px;
  height: 7px;
  border: 1px solid #cc9e4d;
  position: fixed;
  top: calc(50% + 40px);
  left: calc(50% - 52px);
}

#configuratorLoader .progress div {
  -webkit-transition: width 2s;
  position: relative;
  height: 3px;
  width: 0px;
  top: 1px;
  background:
    #cc9e4d;
  left: 1px;
}

.btn.btn-primary.btn-block.btn-inquiry {
  display: none;
}

.configurator-app .quick-overview-modal table tbody tr th {
  background: #ffffff;
}

.loadsave ul {
  list-style: none;
  padding-left: 15px;
}

.loadsave ul li {
  padding-bottom: 5px;
}

.loadsave ul li>span {
  color: #333230;
  display: inline-table;
  width: 20%;
}

.loadsave ul li>input {
  width: 60%;
}

.loadsave ul li>button {
  width: 16%;
}

/*# sourceMappingURL=style.css.map */