.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  margin: 0px;
  padding: 0px;
}
#lxit-traco-configurator {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333333;
}
#lxit-traco-configurator * {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#lxit-traco-configurator *:before,
#lxit-traco-configurator *:after {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#lxit-traco-configurator .close-btn {
  position: absolute;
  right: 12px;
  top: 0px;
  width: 35px;
  height: 35px;
  bottom: 0px;
  margin: auto;
}
#lxit-traco-configurator .close-btn:hover {
  cursor: pointer;
}
#lxit-traco-configurator .close-btn:before,
#lxit-traco-configurator .close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 35px;
  width: 4px;
  background-color: #a8a6a6;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#lxit-traco-configurator .close-btn:before {
  transform: rotate(45deg);
}
#lxit-traco-configurator .close-btn:after {
  transform: rotate(-45deg);
}
#lxit-traco-configurator header {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
#lxit-traco-configurator header .usp-bar {
  background-color: gray;
  color: white;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  font-weight: lighter;
  display: none;
}
@media screen and (min-width: 850px) {
  #lxit-traco-configurator header .usp-bar {
    display: block;
  }
}
#lxit-traco-configurator header .main-bar {
  position: relative;
  max-width: 1400px;
  margin: 0px auto;
}
#lxit-traco-configurator header .main-bar .logo {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 90px;
  background-image: url(../img/traco-manufactur-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
@media screen and (min-width: 850px) {
  #lxit-traco-configurator header .main-bar .logo {
    left: 20px;
    background-size: 100%;
    width: 120px;
  }
}
#lxit-traco-configurator header .main-bar .title {
  text-align: center;
  margin: 0px 80px;
  padding: 12px 0px;
  color: #929090;
}
#lxit-traco-configurator header .main-bar .title .top {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  letter-spacing: 0.02rem;
}
#lxit-traco-configurator header .main-bar .title .bottom {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: lighter;
}
@media screen and (min-width: 850px) {
  #lxit-traco-configurator header .main-bar .title .top {
    font-size: 23px;
  }
  #lxit-traco-configurator header .main-bar .title .bottom {
    font-size: 20px;
    margin-top: -3px;
  }
}
#lxit-traco-configurator header .main-bar .burger-menu {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 60px;
  background-image: url(../img/menu-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  opacity: 0.8;
  visibility: visible;
}
#lxit-traco-configurator header .main-bar .burger-menu:hover {
  cursor: pointer;
}
@media screen and (min-width: 850px) {
  #lxit-traco-configurator header .main-bar .burger-menu {
    display: none;
  }
}
#lxit-traco-configurator header .main-bar .close-btn {
  display: none;
}
#lxit-traco-configurator header .main-bar .phone {
  position: absolute;
  right: 20px;
  text-align: right;
  color: #929090;
  font-family: 'Roboto Slab', serif;
  top: 50%;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#lxit-traco-configurator header .main-bar .phone .number {
  font-size: 25px;
}
@media screen and (min-width: 850px) {
  #lxit-traco-configurator header .main-bar .phone {
    display: block;
  }
}
#lxit-traco-configurator header .menu-wrapper {
  text-align: center;
  background-color: white;
  z-index: 1;
  position: relative;
  height: 0px;
  overflow: hidden;
}
#lxit-traco-configurator header .menu-wrapper[data-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}
#lxit-traco-configurator header .menu-wrapper ul {
  padding-top: 10px;
  padding-bottom: 10px;
}
#lxit-traco-configurator header .menu-wrapper ul a {
  text-decoration: none;
  color: #00509e;
}
#lxit-traco-configurator header .menu-wrapper ul a:hover {
  color: #fe8c00;
}
#lxit-traco-configurator header .menu-wrapper ul a:last-child li {
  border-bottom: none;
}
#lxit-traco-configurator header .menu-wrapper ul a li {
  list-style: none;
  font-size: 20px;
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
}
#lxit-traco-configurator main .loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
}
#lxit-traco-configurator main .loader-overlay[data-active="true"] {
  display: block;
}
#lxit-traco-configurator main .dashboard {
  max-width: 1000px;
  margin: 0px auto 7vh auto;
  zoom: 1;
}
#lxit-traco-configurator main .dashboard:before,
#lxit-traco-configurator main .dashboard:after {
  content: "";
  display: table;
}
#lxit-traco-configurator main .dashboard:after {
  clear: both;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper {
  padding: 10px;
  max-width: 600px;
  margin: 0px auto;
  margin-top: 3vw;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-title {
  color: #00509e;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box {
  border: solid 1px #00509e;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .header {
  background-color: #00509E;
  color: white;
  font-size: 14px;
  padding: 5px 10px;
  font-size: 16px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main {
  padding: 10px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] {
  padding: 0px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .main-headline {
  display: none;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] ul {
  display: none;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .add-product-button {
  color: #00509e;
  font-size: 16px;
  background-color: transparent;
  width: 212px;
  margin: 10px auto;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .add-product-button:before {
  background-image: url(../img/icon-add-product-blue.png);
  opacity: 1;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .add-product-button:after {
  content: '';
  background-image: url(../img/icon-add-product-orange.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60%;
  left: 15px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  position: absolute;
  opacity: 0;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .add-product-button:hover {
  background-color: transparent;
  color: #fe8c00;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .add-product-button:hover:before {
  opacity: 0;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .add-product-button:hover:after {
  opacity: 1;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row {
  border-bottom: solid 1px #eeeeee;
  padding: 14px 10px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .product-type {
  font-weight: bold;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .detail {
  font-size: 12px;
  margin: 2px 0px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .detail .element-desc {
  font-weight: bold;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .detail span[data-type="checkbox"][data-visible="false"] {
  display: none;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .detail span[data-type="checkbox"][data-visible="true"] {
  display: inline-block;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .detail span[data-type="checkbox"][data-has-seperator="true"]:before {
  content: ', ';
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .tools {
  margin-top: 14px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .tools .tool {
  display: inline-block;
  color: #929090;
  opacity: 0.7;
  margin-right: 30px;
  position: relative;
  padding-left: 30px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .tools .tool:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .tools .tool:last-child {
  margin-right: 0px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .tools .tool:hover {
  opacity: 1;
  cursor: pointer;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .tools .tool.edit:before {
  background-image: url(../img/icon-pen-gray.png);
  background-size: 58%;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main[filled="true"] .product-row .tools .tool.delete:before {
  background-image: url(../img/icon-trash-gray.png);
  background-size: 50%;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main .main-headline {
  margin-bottom: 10px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main ul {
  list-style: none;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main ul li:before {
  content: '';
  background-image: url(../img/icon-tick.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 80%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 20px;
  position: absolute;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main .add-product-button {
  padding: 12px 15px;
  background-color: #00509e;
  color: white;
  width: 190px;
  font-size: 20px;
  text-align: right;
  margin: 25px auto;
  position: relative;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main .add-product-button:hover {
  cursor: pointer;
  background-color: #fe8c00;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .main .add-product-button:before {
  content: '';
  background-image: url(../img/icon-add-product.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60%;
  left: 15px;
  top: 0px;
  bottom: 0px;
  width: 40px;
  position: absolute;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer {
  background-color: #eee;
  font-size: 12px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] {
  position: fixed;
  z-index: 2;
  width: 50px;
  left: 0px;
  height: 150px;
  top: calc(50% - 75px);
  -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"]:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  border-bottom: solid 1px #d2d2d2;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .footer-question {
  display: none;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons {
  padding: 0px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button {
  padding: 0px;
  width: auto;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button:after {
  width: 10px;
  height: 10px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button.image-pdf {
  margin-top: 3px;
  height: 37px;
  margin-left: 13px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button.image-pdf:before {
  width: 30px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button.image-pdf:after {
  left: 18px;
  bottom: 4px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button.note {
  margin-top: 37px;
  height: 37px;
  margin-left: 14px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button.note:before {
  width: 26px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button.note:after {
  left: 14px;
  bottom: 3px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button.note .alt-text {
  left: -9px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button span {
  display: none;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .upload-buttons .upload-button .alt-text {
  display: block;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper {
  height: 0px !important;
  box-sizing: border-box;
  padding-right: 50px;
  left: -250px;
  -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  background-color: #eee;
  margin-top: 40px;
  width: 300px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper[data-visible] {
  height: 50px !important;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper[data-extracted="true"] {
  height: 140px !important;
  left: 0px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper[data-extracted="true"] .attachments-inner-wrapper .attachment-info {
  border-top: none;
  margin-top: 10px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper[data-extracted="true"] .extract-btn {
  background-color: #929090;
  background-position: center center;
  background-image: url(../img/arrow-left.png);
  background-size: 8px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper[data-extracted="false"]:hover .attachments-inner-wrapper .attachment-info span {
  color: #fe8c00;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper[data-extracted="false"]:hover .extract-btn {
  background-image: url(../img/attachment-outline-orange.png);
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper[data-extracted="false"] .attachments-inner-wrapper .attachment-info span {
  position: absolute;
  right: 10px;
  font-size: 12px;
  top: 6px;
  color: #00509e;
  -webkit-transition: color 0ms;
  -moz-transition: color 0ms;
  -ms-transition: color 0ms;
  -o-transition: color 0ms;
  transition: color 0ms;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper .attachments-inner-wrapper .attachments {
  overflow-x: auto;
  white-space: nowrap;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer[data-fixed="true"] .attachments-outer-wrapper .extract-btn {
  display: block;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .footer-question {
  color: #333333;
  padding: 10px 10px 0px;
  overflow: hidden;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons {
  padding: 10px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button {
  display: inline-block;
  width: 65px;
  padding: 5px;
  color: #00509e;
  position: relative;
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -ms-transition: all 0ms;
  -o-transition: all 0ms;
  transition: all 0ms;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button:hover {
  color: #fe8c00;
  cursor: pointer;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button:hover:after {
  background-image: url(../img/icon-plus-orange.png);
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button:hover.image-pdf:before {
  background-image: url(../img/icon-image-orange.png);
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button:hover.note:before {
  background-image: url(../img/icon-note-orange.png);
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 80%;
  left: 0px;
  top: 0px;
  bottom: 0px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
  bottom: -3px;
  background-image: url(../img/icon-plus.png);
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button.image-pdf {
  padding-left: 45px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button.image-pdf:before {
  background-image: url(../img/icon-image.png);
  width: 45px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button.image-pdf:after {
  left: 23px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button.note {
  padding-left: 35px;
  margin-left: 20px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button.note:before {
  background-image: url(../img/icon-note.png);
  width: 34px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button.note:after {
  left: 14px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button span {
  -webkit-transition: color 0ms;
  -moz-transition: color 0ms;
  -ms-transition: color 0ms;
  -o-transition: color 0ms;
  transition: color 0ms;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .upload-buttons .upload-button .alt-text {
  display: none;
  position: absolute;
  font-size: 10px;
  text-align: center;
  left: -8px;
  width: 40px;
  margin-top: 36px;
  -webkit-transition: color 0ms;
  -moz-transition: color 0ms;
  -ms-transition: color 0ms;
  -o-transition: color 0ms;
  transition: color 0ms;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper {
  height: 0px;
  overflow: hidden;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .extract-btn {
  display: none;
  position: absolute;
  width: 50px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/attachment-outline-blue.png);
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 22px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .extract-btn:hover {
  cursor: pointer;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachment-info {
  max-width: 160px;
  border-top: solid 1px #929090;
  margin-top: 20px;
  padding-top: 5px;
  padding-left: 10px;
  line-height: 15px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachment-info span {
  font-weight: bold;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachments {
  padding: 10px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachments .attachment {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: white;
  border: solid 1px #929090;
  position: relative;
  overflow: hidden;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachments .attachment:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachments .attachment.image {
  background-size: cover;
  background-position: center;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachments .attachment.pdf {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/icon-acrobat.png');
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachments .attachment.pdf .label {
  background-color: rgba(255, 255, 255, 0.9);
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachments .attachment .preview-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 600px;
  padding: 5px;
  overflow: hidden;
  font-size: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: lighter;
  color: #929090;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper .request-wrapper .request-box .footer .attachments-outer-wrapper .attachments-inner-wrapper .attachments .attachment .label {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-top: solid 1px #929090;
  border-bottom: solid 1px #929090;
  margin-top: 19px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper #final-form {
  padding: 10px;
  max-width: 600px;
  margin: 0px auto 10px auto;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper #final-form .form-wrapper {
  height: 0px;
  overflow: hidden;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper #final-form .form-wrapper form p.hint {
  margin-top: 20px;
  margin-bottom: 20px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper #final-form .form-wrapper form p.hint a {
  color: #00509e;
  text-decoration: none;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper #final-form .form-wrapper form input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  margin-bottom: 10px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper #final-form .form-wrapper form input[type="submit"] {
  background-color: #fe8c00;
  border: none;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
}
#lxit-traco-configurator main .dashboard .main-form-wrapper #final-form .form-wrapper form input[type="submit"]:hover {
  cursor: pointer;
  background-color: #00509e;
}
#lxit-traco-configurator main .dashboard section.contact {
  margin: 0px auto 0px auto;
  max-width: 600px;
  padding: 0px 10px;
  position: relative;
  zoom: 1;
}
#lxit-traco-configurator main .dashboard section.contact:before,
#lxit-traco-configurator main .dashboard section.contact:after {
  content: "";
  display: table;
}
#lxit-traco-configurator main .dashboard section.contact:after {
  clear: both;
}
#lxit-traco-configurator main .dashboard section.contact img {
  float: left;
  width: 160px;
}
#lxit-traco-configurator main .dashboard section.contact .details {
  position: absolute;
  left: 180px;
  top: 113px;
}
#lxit-traco-configurator main .dashboard section.contact .details .name {
  font-size: 20px;
}
#lxit-traco-configurator main .dashboard section.contact .details .job-title {
  color: #b0b0b0;
}
#lxit-traco-configurator main .dashboard section.contact .text-section {
  font-weight: lighter;
  padding-top: 20px;
  clear: both;
  box-sizing: border-box;
  max-width: 430px;
}
@media screen and (min-width: 1000px) {
  #lxit-traco-configurator main .dashboard .main-form-wrapper {
    float: left;
  }
  #lxit-traco-configurator main .dashboard section.contact {
    float: right;
    margin-top: calc(3vw + 54px);
    width: 350px;
    box-sizing: border-box;
  }
}
#lxit-traco-configurator main #configurator-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 1;
  overflow: hidden;
  background-color: #eeeeee;
}
#lxit-traco-configurator main #configurator-overlay[visible="true"] {
  top: 0%;
}
#lxit-traco-configurator main #configurator-overlay header {
  background-color: #eeeeee;
  height: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 3;
}
#lxit-traco-configurator main #configurator-overlay header .header-title {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #929090;
  display: none;
}
@media screen and (min-width: 750px) {
  #lxit-traco-configurator main #configurator-overlay header .header-title {
    display: block;
  }
}
#lxit-traco-configurator main #configurator-overlay header .navigate-back {
  font-weight: lighter;
  color: #00509e;
  display: inline-block;
  padding: 18px 10px;
}
#lxit-traco-configurator main #configurator-overlay header .navigate-back:hover {
  cursor: pointer;
  color: #fe8c00;
}
#lxit-traco-configurator main #configurator-overlay header .navigate-back span {
  font-weight: normal;
}
#lxit-traco-configurator main #configurator-overlay header .close-btn {
  display: block;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview {
  background-color: #00509e;
  height: 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1000px) {
  #lxit-traco-configurator main #configurator-overlay .steps-preview {
    height: 54px;
  }
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps {
  height: 100%;
  display: flex;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step {
  color: white;
  flex-grow: 1;
  box-sizing: border-box;
  position: relative;
  padding-top: 16px;
  margin-left: -7px;
  height: 100%;
  background-color: #929090;
}
@media screen and (min-width: 1000px) {
  #lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step {
    margin-left: -20px;
  }
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-valid="true"] span.title:after {
  opacity: 1;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-activated="true"] {
  background-color: #00509e;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-activated="true"]:after {
  border-left: 7px solid #00509e;
}
@media screen and (min-width: 1000px) {
  #lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-activated="true"]:after {
    border-left: 20px solid #00509e;
  }
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-first-step="true"] {
  background-color: #00509e;
  text-align: left;
  padding-left: 30px;
  margin-right: 0px;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-first-step="true"]:before,
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-first-step="true"]:after {
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-first-step="true"] span.title {
  font-size: 20px;
  margin-left: 0px;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-first-step="true"] span.title:after {
  top: 3px;
  text-align: center;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step[data-hidden="true"] {
  flex-grow: 0;
  overflow: hidden;
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:last-child:before,
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:last-child:after {
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:last-child[data-activated="true"]:after {
  border-left: none;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:last-child span.title {
  margin-left: 0px;
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:before,
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: -2px;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  #lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:before,
  #lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:after {
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
  }
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:before {
  border-left: 7px solid white;
  right: 0px;
}
@media screen and (min-width: 1000px) {
  #lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:before {
    border-left: 20px solid white;
  }
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:after {
  border-left: 7px solid #929090;
  right: 2px;
}
@media screen and (min-width: 1000px) {
  #lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step:after {
    border-left: 20px solid #929090;
  }
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step span.title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1000px) {
  #lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step span.title {
    opacity: 1;
  }
}
#lxit-traco-configurator main #configurator-overlay .steps-preview .steps .step span.title:after {
  content: '✓';
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  right: -26px;
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: green;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  top: 0px;
  bottom: 0px;
  margin: auto;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#lxit-traco-configurator main #configurator-overlay .step-info-section-btn {
  position: absolute;
  top: 80px;
  right: 20px;
  background-color: #00509e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 30px;
  z-index: 1;
  font-family: 'Roboto Slab', serif;
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .step-info-section-btn[data-visible="true"] {
  display: block;
}
#lxit-traco-configurator main #configurator-overlay .step-info-section-btn:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 950px) {
  #lxit-traco-configurator main #configurator-overlay .step-info-section-btn {
    display: none !important;
  }
}
#lxit-traco-configurator main #configurator-overlay .step-info-section {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 3;
  top: 100%;
  padding: 70px 14vw 14vw 14vw;
  box-sizing: border-box;
}
#lxit-traco-configurator main #configurator-overlay .step-info-section[data-visible="true"] {
  top: 0px;
}
#lxit-traco-configurator main #configurator-overlay .step-info-section .header {
  height: 60px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 950px) {
  #lxit-traco-configurator main #configurator-overlay .step-info-section .header {
    display: none;
  }
}
#lxit-traco-configurator main #configurator-overlay .step-info-section .content {
  overflow-y: auto;
  height: 100%;
}
#lxit-traco-configurator main #configurator-overlay .step-info-section .content .wp-caption {
  max-width: 100%;
}
#lxit-traco-configurator main #configurator-overlay .step-info-section .content .wp-caption img {
  max-width: 100%;
  height: auto;
}
#lxit-traco-configurator main #configurator-overlay .step-info-section .content ul {
  padding-left: 20px;
}
@media screen and (min-width: 950px) {
  #lxit-traco-configurator main #configurator-overlay .step-info-section {
    top: auto !important;
    padding: 0px;
    background-color: transparent;
    width: 26%;
    right: 30px;
    height: calc(100% - 220px);
    padding-top: 30px;
  }
}
#lxit-traco-configurator main #configurator-overlay .next-step-btn {
  position: fixed;
  bottom: -60px;
  width: 100%;
  text-align: center;
  padding: 12px 15px;
  box-sizing: border-box;
  font-size: 20px;
  background-color: #00509e;
  color: white;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
#lxit-traco-configurator main #configurator-overlay .next-step-btn[visible="true"] {
  bottom: 0px;
  visibility: visible;
  opacity: 1;
}
#lxit-traco-configurator main #configurator-overlay .next-step-btn.submit {
  background-color: #fe8c00;
  font-weight: bold;
}
#lxit-traco-configurator main #configurator-overlay .next-step-btn.submit:hover {
  background-color: #00509e;
}
#lxit-traco-configurator main #configurator-overlay .next-step-btn:hover {
  cursor: pointer;
  background-color: #fe8c00;
}
#lxit-traco-configurator main #configurator-overlay .next-step-btn span.next-step-title {
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  #lxit-traco-configurator main #configurator-overlay .next-step-btn {
    visibility: hidden;
    opacity: 0;
    bottom: 30px;
    right: 30px;
    width: auto;
    min-width: 210px;
    max-width: 23.5%;
    line-height: 26px;
  }
  #lxit-traco-configurator main #configurator-overlay .next-step-btn[visible="true"] {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
  }
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper {
  position: absolute;
  top: 65px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 1000px) {
  #lxit-traco-configurator main #configurator-overlay .content-wrapper {
    top: 109px;
  }
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step {
  position: absolute;
  width: 100%;
  left: 0px;
  height: 0px;
  min-height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  padding-bottom: 80px;
  box-sizing: border-box;
}
@media screen and (min-width: 950px) {
  #lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step {
    width: 70%;
  }
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step[active="true"] {
  left: 0;
  height: auto;
  opacity: 1;
  visibility: visible;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .headline {
  text-align: center;
  padding: 7vh 20px 5vh;
  font-size: 20px;
  color: #00509e;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .headline span.step-title {
  font-weight: bold;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper {
  margin: 0px auto;
  width: 300px;
}
@media screen and (min-width: 700px) {
  #lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper {
    width: 600px;
  }
}
@media screen and (min-width: 1400px) {
  #lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper {
    width: 900px;
  }
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper .tile {
  width: 280px;
  height: 280px;
  background-color: #929090;
  position: relative;
  display: inline-block;
  margin: 20px 10px 0px 10px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper .tile:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper .tile[selected="true"] .tile-content .outline {
  opacity: 1;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper .tile[selected="true"] .tile-content .tile-title {
  background-color: #00509e;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper .tile[data-hidden="true"] {
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper .tile .tile-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper .tile .tile-content .tile-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: white;
  padding: 12px;
  background-color: rgba(176, 176, 176, 0.95);
  z-index: 1;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper .tile .tile-content .tile-image {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .tile-grid-wrapper .tile .tile-content .outline {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  outline: 10px solid #00509e;
  outline-offset: -10px;
  opacity: 0;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper {
  text-align: center;
  margin-top: 2vw;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements {
  display: inline-block;
  text-align: left;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element {
  margin-bottom: 80px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-hidden="true"] {
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="radio-buttons"] .element-content .input-row input {
  width: auto;
  margin-right: 8px;
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="radio-buttons"] .element-content .input-row input:checked + label:before {
  border: solid 4px #00509e;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="radio-buttons"] .element-content .input-row input:checked + label:after {
  background-color: #00509e;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="radio-buttons"] .element-content .input-row label {
  width: auto;
  padding-left: 40px;
  position: relative;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="radio-buttons"] .element-content .input-row label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -1px;
  bottom: 0px;
  width: 17px;
  height: 17px;
  border: solid 4px #333333;
  border-radius: 50%;
  -webkit-transition: border 300ms;
  -moz-transition: border 300ms;
  -ms-transition: border 300ms;
  -o-transition: border 300ms;
  transition: border 300ms;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="radio-buttons"] .element-content .input-row label:after {
  content: '';
  position: absolute;
  left: 7px;
  top: 6px;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  -ms-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  transition: background-color 300ms;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="checkboxes"] .element-content .input-row input {
  width: auto;
  margin-right: 8px;
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="checkboxes"] .element-content .input-row input:checked + label:before {
  border: solid 4px #00509e;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="checkboxes"] .element-content .input-row input:checked + label:after {
  opacity: 1;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="checkboxes"] .element-content .input-row label {
  width: auto;
  padding-left: 40px;
  position: relative;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="checkboxes"] .element-content .input-row label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -1px;
  bottom: 0px;
  width: 17px;
  height: 17px;
  border: solid 4px #333333;
  -webkit-transition: border 300ms;
  -moz-transition: border 300ms;
  -ms-transition: border 300ms;
  -o-transition: border 300ms;
  transition: border 300ms;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element[data-element-type="checkboxes"] .element-content .input-row label:after {
  content: '✔';
  position: absolute;
  left: 5px;
  top: 0px;
  opacity: 0;
  font-size: 16px;
  color: #00509e;
  font-weight: bold;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -ms-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .element-desc {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .l-w-t-wrapper {
  margin-bottom: 50px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row {
  margin-bottom: 20px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row label {
  font-size: 20px;
  width: 120px;
  display: inline-block;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row input {
  font-size: 20px;
  padding: 10px;
  border: solid 4px white;
  outline: 0;
  color: #333333;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  width: calc(100% - 160px);
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row input#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row input::-webkit-outer-spin-button,
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row input#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row input[type=number] {
  -moz-appearance: textfield;
  max-width: 150px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row input:invalid {
  border: solid 4px#c80000;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element .element-content .input-row input[data-valid="true"] {
  border: solid 4px #00509e;
}
@media screen and (min-width: 1200px) {
  #lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step .element-wrapper .elements .element {
    float: left;
    margin-left: 40px;
    margin-right: 40px;
  }
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper {
  max-width: 600px;
  margin: 30px auto;
  padding: 0px 20px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row {
  padding: 12px;
  border-top: solid 1px #eeeeee;
  position: relative;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row:first-child {
  border-top: none;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row[data-hide-desc="true"] .selection .element-desc {
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row .title {
  color: #00509e;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row .selection {
  font-size: 18px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row .selection .element-desc {
  font-weight: bold;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row .selection span[data-type="checkbox"][data-visible="false"] {
  display: none;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row .selection span[data-type="checkbox"][data-visible="true"] {
  display: inline-block;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row .selection span[data-type="checkbox"][data-has-seperator="true"]:before {
  content: ', ';
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row .edit-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-pen.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45%;
  top: 0px;
  right: 0px;
}
#lxit-traco-configurator main #configurator-overlay .content-wrapper section.configurator-step#summary .summary-wrapper .summary-row .edit-btn:hover {
  cursor: pointer;
  background-image: url(../img/icon-pen-orange.png);
}
#lxit-traco-configurator #notes-database .note-editor-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
#lxit-traco-configurator #notes-database .note-editor-overlay[data-edit-mode="true"] .note-editor-wrapper .footer .delete-button {
  display: block;
}
#lxit-traco-configurator #notes-database .note-editor-overlay .note-editor-wrapper {
  background-color: white;
  width: 0%;
  height: 0%;
  max-width: 600px;
  max-height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
}
#lxit-traco-configurator #notes-database .note-editor-overlay .note-editor-wrapper .header {
  position: relative;
  text-align: center;
  padding: 20px;
  color: #929090;
  background-color: #eeeeee;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
}
#lxit-traco-configurator #notes-database .note-editor-overlay .note-editor-wrapper .body {
  height: calc(100% - 150px);
}
#lxit-traco-configurator #notes-database .note-editor-overlay .note-editor-wrapper .body textarea {
  border: none;
  resize: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: lighter;
  font-size: 16px;
}
#lxit-traco-configurator #notes-database .note-editor-overlay .note-editor-wrapper .footer {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  left: 0px;
  right: 0px;
  text-align: right;
  background-color: #eeeeee;
}
#lxit-traco-configurator #notes-database .note-editor-overlay .note-editor-wrapper .footer .save-button {
  display: inline-block;
  background-color: #00509e;
  color: white;
  padding: 10px 15px;
  font-size: 20px;
}
#lxit-traco-configurator #notes-database .note-editor-overlay .note-editor-wrapper .footer .save-button:hover {
  background-color: #fe8c00;
  cursor: pointer;
}
#lxit-traco-configurator #notes-database .note-editor-overlay .note-editor-wrapper .footer .delete-button {
  float: left;
  margin-top: 13px;
  color: red;
  display: none;
}
#lxit-traco-configurator #notes-database .note-editor-overlay .note-editor-wrapper .footer .delete-button:hover {
  color: #c20000;
  cursor: pointer;
}
#lxit-traco-configurator #notes-database .note-editor-overlay[data-active="true"] {
  opacity: 1;
  visibility: visible;
}
#lxit-traco-configurator #notes-database .note-editor-overlay[data-active="true"] .note-editor-wrapper {
  width: 90%;
  height: 90%;
}
#lxit-traco-configurator .file-editor-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
#lxit-traco-configurator .file-editor-overlay[data-edit-mode="true"] .file-editor-wrapper .footer .delete-button {
  display: block;
}
#lxit-traco-configurator .file-editor-overlay .file-editor-wrapper {
  background-color: white;
  width: 0%;
  height: 0%;
  max-width: 600px;
  max-height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.25);
}
#lxit-traco-configurator .file-editor-overlay .file-editor-wrapper .header {
  position: relative;
  text-align: center;
  padding: 20px;
  color: #929090;
  background-color: #eeeeee;
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
}
#lxit-traco-configurator .file-editor-overlay .file-editor-wrapper .body {
  height: calc(100% - 150px);
  box-sizing: border-box;
  padding: 20px;
  color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: lighter;
  font-size: 20px;
}
#lxit-traco-configurator .file-editor-overlay .file-editor-wrapper .footer {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  left: 0px;
  right: 0px;
  text-align: right;
  background-color: #eeeeee;
}
#lxit-traco-configurator .file-editor-overlay .file-editor-wrapper .footer .save-button {
  display: inline-block;
  background-color: #00509e;
  color: white;
  padding: 10px 15px;
  font-size: 20px;
}
#lxit-traco-configurator .file-editor-overlay .file-editor-wrapper .footer .save-button:hover {
  background-color: #fe8c00;
  cursor: pointer;
}
#lxit-traco-configurator .file-editor-overlay .file-editor-wrapper .footer .delete-button {
  float: left;
  margin-top: 13px;
  color: red;
  display: none;
}
#lxit-traco-configurator .file-editor-overlay .file-editor-wrapper .footer .delete-button:hover {
  color: #c20000;
  cursor: pointer;
}
#lxit-traco-configurator .file-editor-overlay[data-active="true"] {
  opacity: 1;
  visibility: visible;
}
#lxit-traco-configurator .file-editor-overlay[data-active="true"] .file-editor-wrapper {
  width: 90%;
  height: 90%;
}
