
.ui-front {
  z-index: 10004 !important;
}

.ui-dialog {
  z-index: 10005 !important;
}

#extconfigurator-results.ui-dialog-content {
  width: 400px;
  overflow: auto;
}

#extconfigurator-results.ui-dialog-content .errors {
  margin-bottom: 1.33em;
  width: 100%;
}

#extconfigurator-results.ui-dialog-content .errors p {
  color:#ff0000;
}

#extconfigurator-results.ui-dialog-content>h6 {
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 1.33em 0;
}

#extconfigurator-results.ui-dialog-content>p {
}

.extconfigurator-wrapper {
  clear: both;
  margin: 0;
}

.extconfigurator-modal-wrapper {
  overflow: hidden;
  clear: both;
  margin: 0;
}

.extconfigurator-prompt[type="button"] {
  margin-top: 10px;
  margin-bottom: 5px;
}

a.extconfigurator-prompt {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}

a.extconfigurator-prompt:link, 
a.extconfigurator:visited {
  text-decoration: underline;
  color:#5A5A5A;
}

a.extconfigurator-prompt:hover, 
a.extconfigurator-prompt:active {
  text-decoration: none;
  cursor: pointer;
  color: #999900;
}
.extconfigurator-container {
  background: transparent;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.extconfigurator-modal-container {
  background: transparent;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  overflow: hidden;
}

.extconfigurator-modal-backdrop {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  z-index: 10002;
}

.extconfigurator-modal-content {
  background: #fff;
  position: fixed;
  left: 4%;
  top: 4%;
  width: 92%;
  height: 92%;
  z-index: 10003;
}

.extconfigurator-content {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}

/* 16x9 Aspect Ratio */
.extconfigurator-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.extconfigurator-container-4x3 {
  padding-bottom: 75%;
}

.extconfigurator-content-header {
  background: #ffffff;
  width: 100%;
  height: 27px;
}

.extconfigurator-content-header button.close {
  float: right;
  margin: 1px;
  height: 25px;
  padding: 0 1em;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  border-width: 0;
  background-color: #35b128 !important;
  white-space: nowrap;
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  opacity: 1;
}

.extconfigurator-content-header button.close:focus,
.extconfigurator-content-header button.close:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
  background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
  background-image: -o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
  background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}

.extconfigurator-content-body {
  background: #cccccc;
  width: 100%;
  height: 100%;
  border-width: 0;
}

.extconfigurator-content-header + .extconfigurator-content-body {
  height: 97%;/*IE8 or earlier*/
  height: calc(100% - 27px);
}

.extconfigurator-content-body iframe {
  overflow: hidden;
  background: #cccccc;
  border-width: 0;
  margin: 0;
}
