@charset "UTF-8";
/* CSS Document */

#awconfig-holder {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: transparent !important;

  display: -webkit-box;
  display: -moz-box;
  display: box;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  z-index: -100;
  opacity: 0;
}

#awning-configurator {
  position: absolute;
  left: 50%;
  top: 40%;
}

#awn-wrapper {
  width: 100px;
  min-height: 1px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 41%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1150px) rotateX(75deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(1150px) rotateX(75deg) rotateY(0deg) rotateZ(0deg) ;
  -o-transform: perspective(1150px) rotateX(75deg) rotateY(0deg) rotateZ(0deg) ;
  -ms-transform: perspective(1150px) rotateX(75deg) rotateY(0deg) rotateZ(0deg) ;
  transform: perspective(1150px) rotateX(75deg) rotateY(0deg) rotateZ(0deg) ;
  overflow: visible !important;
  -webkit-backface-visibility: hidden;
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#back-bar {
  width: calc(100% + 26px);
  margin-left: -13px;
  height: 45px;
  position: relative;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg);
  background-image: url(img/bar-back-left.png), url(img/bar-back-mid.png), url(img/bar-back-right.png);
  background-size: 16px, auto, 16px;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left, center, right;
}

#front-bar {
  min-height: 25px;
  position: absolute;
  top: 0px;
  background-image: url(img/bar-front.png);
  background-repeat: no-repeat;
  background-size: 100% 25px;
  width: calc(100% + 6px);
  margin-left: -3px;
}

#awn-top {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(img/default-fabric.jpg);
  /*background-size: 56px 72px;*/
  position: relative;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

#shade {
  width: 100%;
  height: 100%;
}

#val-holder {
  min-height: 10px;
  position: relative;
  width: 100%;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg) translateY(-5px);
  -moz-transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg) translateY(-5px);
  -o-transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg) translateY(-5px);
  -ms-transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg) translateY(-5px);
  transform: rotateX(-80deg) rotateY(0deg) rotateZ(0deg) translateY(-5px);

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#awn-val {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
  background-image: url(img/default-fabric.jpg);
  /*background-size: 56px 72px;*/
}

#awn-droit {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
}

#val-select {
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: #999 solid 1px;
  font-size: 12px;
  cursor: pointer;
  padding: 1px 5px;
  width: 120px;
  white-space: pre;
  overflow: hidden;
}

#val-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  overflow: hidden;
  display: none;
  background-color: #FFF;
  z-index: 1000 !important;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.41);
}

.val-option {
  line-height: 20px;
  height: 20px;
  padding: 5px;
  width: 230px;
  font-size: 11px;
  cursor: pointer;
  border-bottom: #999 solid 1px;
  color: #000;
  background-color: #FFF;
  background-position: 190px;
  background-repeat: no-repeat;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.val-option:hover {
  background-color: #EAF28E;
}

.corner {
  position: absolute;
  /*background:aqua;
  height: 3px;
  width: 3px;*/
}

.corner.tl {
  left: 0;
  top: 0;
}

.corner.tr {
  right: 0;
  top: 0;
}

.corner.bl {
  left: 0;
  top: 0;
}

.corner.blb {
  left: 0;
  bottom: 0;
}

.corner.br {
  right: 0;
  top: 0;
}

#arr-bottom {
  position: absolute;
  height: 10px;
  background-image: url(img/arr-left.svg), url(img/arr-mid.svg), url(img/arr-right.svg);
  background-size: 18px, auto, 18px;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left, center, right;
  text-align: center;
}

#arr-left {
  position: absolute;
  height: 10px;
  top: 0px;
  background-image: url(img/arr-left.svg), url(img/arr-mid.svg), url(img/arr-right.svg);
  background-size: 18px, auto, 18px;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left, center, right;
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  text-align: center;
}

#arr-right {
  position: absolute;
  height: 10px;
  background-image: url(img/arr-left.svg), url(img/arr-mid.svg), url(img/arr-right.svg);
  background-size: 18px, auto, 18px;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: left, center, right;
  text-align: center;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  text-align: center;
}

.arr-legend {
  font-size: 12px;
  width: auto;
  line-height: 16px;
  display: inline-block;
  height: 12px;
  margin-top: -11px;
  text-align: center;
}

.num-input {
  width: 50px !important;
}

/****IE detect message ****/

#ie-message {
  position: absolute;
  left: 25px;
  top: 0px;
  width: 850px;
  height: 190px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-image: url(img/ie-msg-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  line-height: 22px;
  padding-top: 50px;
}

#ie-link, #ie-link:visited, #ie-link:hover, #ie-link:active {
  color: #0099FF;
  font-weight: bold;
}

/* logo and text style*/

#logo-toile {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%; /*background-repeat:no-repeat; background-position:center center; background-size:contain;*/
}

.logo-load {
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
}

#awn-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
}

#awn-text-holder {
  width: 100%;
  height: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}

#log-left {
  position: absolute;
  top: 12%;
  left: 3px;
  height: 60%;
}

#log-right {
  position: absolute;
  top: 12%;
  right: 3px;
  height: 60%;
}

#log-left img, #log-right img {
  max-height: 100%;
}

.colsample {
  width: 21.2px;
  height: 21px;
  display: inline-block;
  margin-right: 3px;
  border: solid rgba(153, 153, 153, 1) thin;
  cursor: pointer;

}

#color-select, #color-select1 {
  width: 155px;
  height: auto;
  display: inline-block;
  margin-top: 5px;
}

