@charset "UTF-8";
/* CSS Document */

#awconfig-holder {
  position: absolute;

  height: 240px;
  background-color: transparent !important;
  top: 140px;
  /*overflow:hidden;*/

  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(550px) rotateX(80deg) rotateY(0deg) rotateZ(0deg);
  -moz-transform: perspective(550px) rotateX(80deg) rotateY(0deg) rotateZ(0deg);
  -o-transform: perspective(550px) rotateX(80deg) rotateY(0deg) rotateZ(0deg);
  -ms-transform: perspective(550px) rotateX(80deg) rotateY(0deg) rotateZ(0deg);
  transform: perspective(550px) rotateX(80deg) 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);
  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);
  -o-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
  -ms-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);
}

#awn-droit {
  position: absolute;
  top: 5px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
}

#val-select, #val-select1 {
  vertical-align: bottom;
  display: inline-block;
  margin: 0px 0 0 10px;
  width: 112px;
  height: 17px;

  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: #999 solid 1px;
  font-size: 12px;
  line-height: 17px;
  cursor: pointer;
  padding-left: 5px;
  overflow: hidden;
}

#val-list, #val-list1 {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: absolute;
  width: auto;
  height: auto;

  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, .val-option1 {
  line-height: 20px;
  padding: 5px;
  height: 25px;
  width: 230px;
  font-size: 11px;
  cursor: pointer;
  border-bottom: #999 solid 1px;
  color: #000;
  background-color: #FFF;
  background-position: 190px;
  background-repeat: no-repeat;
}

.val-option:hover, .val-option1: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 {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  line-height: normal;
}

#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%;
}

/* color sample style */
.colsample {
  width: 21.2px;
  height: 21px;
  display: inline-block;
  margin-right: 4px;
  border: solid rgba(153, 153, 153, 1) thin;
  cursor: pointer;
}

#color-select, #color-select1 {
  width: 255px;
  height: auto;
  display: inline-block;
  margin-top: 5px;
}

/* config input holser*/
#config-input-holder {
  width: 836px;

  margin: 0 auto;
}

/*show canvas support */

.frame {
  background-image: url(../img/canvas-support.png) !important;
  background-size: 100% 100%;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.colsample2 {
  width: 21.2px;
  height: 21px;
  display: inline-block;
  margin-right: 4px;
  border: solid rgba(153, 153, 153, 1) thin;
  cursor: pointer;
}

.image-text-mod {
  /*background: url(/images/colors/fluo-1006.png) no-repeat center center;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.color-select {
  margin-top: 5px;
  display: inline-block;
  font-size:0;
}
