/***************************
****************************
  ORDERFORM MIXIN PRESENTER
****************************
****************************/
/* frontendConfig.less! - konfiguracni soubor frontend casti */
/* commonConfig.less! - konfiguracni soubor common casti */
/***************************
    DEFAULT VARIABLES
****************************/
/***************************
****************************
    FOOTER MIXIN PRESENTER
****************************
****************************/
/****************************
    FOOTER MIXIN END
****************************/
body .form-group {
  margin-bottom: 0;
}
body section.form {
  background-image: url("/frontend/web/img/formBg.png");
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  /* align icon */
}
body section.form .inner-addon {
  position: relative;
  /* style icon */
}
body section.form .inner-addon .glyphicon {
  position: absolute;
  pointer-events: none;
  color: #cccccc;
  padding: 20px 23px;
  display: block;
}
body section.form .inner-addon .glyphicon-remove {
  padding: 0;
  height: 15px;
  width: 15px;
  margin: 23px;
  display: none;
}
body section.form .left-addon .glyphicon {
  left: 0px;
}
body section.form .left-addon input {
  padding-left: 30px;
}
body section.form .right-addon .glyphicon {
  right: 0px;
}
body section.form .right-addon input {
  padding-right: 30px;
}
body section.form .orderSkryt {
  display: none !important;
}
body section.form h1 {
  color: #ffffff;
  padding: 70px 20px 30px 20px;
  margin: 0;
  font-size: 32px;
}
body section.form .container {
  margin: 0 auto;
  max-width: 978px;
}
body section.form .container .row {
  font-weight: bold;
}
body section.form .container input {
  height: 63px;
  margin: 20px 0px;
  font-size: 14px;
  border: 3px solid transparent;
}
body section.form .container .form-control {
  -webkit-transition: border 0.175s ease;
  -moz-transition: border 0.175s ease;
  -ms-transition: border 0.175s ease;
  -o-transition: border 0.175s ease;
  transition: border 0.175s ease;
  box-shadow: inset 0 0 #FFF;
}
body section.form .container .form-control:focus {
  border: 3px solid #ffff00;
  box-shadow: none;
}
body section.form .container textarea {
  border: 3px solid transparent;
  resize: none;
  height: 170px;
  background: #ffffff;
  outline: none;
  margin-bottom: 30px;
  line-height: 15pt;
  padding: 10px 16px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body section.form .container textarea {
    margin-top: 20px;
  }
}
body section.form .container .btn {
  left: 0;
  padding: 18px 0 21px 5px;
  line-height: 21px;
  border: solid 2px white;
}
body section.form .container .has-error .form-control {
  border: 3px solid #cc0000;
}
body section.form .container .has-error .user-glyph-envelopes5,
body section.form .container .has-error .user-glyph-social-ico {
  display: none;
}
body section.form .container .has-error .glyphicon-remove {
  display: block;
  color: #cc0000;
}
body section.form .rotateIcon .glyphicon {
  -webkit-transform: rotate(-360deg);
  -sand-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -ms-transition: transform 0.6s ease-in-out 0s;
  -o-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s;
}
body section.form .rotateIconRev .glyphicon {
  -webkit-transition: transform 1s ease-in-out 0s;
  -moz-transition: transform 1s ease-in-out 0s;
  -ms-transition: transform 1s ease-in-out 0s;
  -o-transition: transform 1s ease-in-out 0s;
  transition: transform 1s ease-in-out 0s;
  -webkit-transform: rotate(0deg);
  -sand-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    border-color: transparent;
  }
}
.blinky input,
.blinky textarea {
  -webkit-animation-name: blink 0.2s step-end 2 alternate;
  -webkit-animation-duration: 300ms;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: blink 0.2s step-end 2 alternate;
  -moz-animation-duration: 300ms;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -ms-animation-name: blink 0.2s step-end 2 alternate;
  -ms-animation-duration: 300ms;
  -ms-animation-delay: 0;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease;
  animation-name: blink 0.2s step-end 2 alternate;
  animation-duration: 300ms;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.rollCont {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  margin-top: 15px;
  margin-bottom: 75px;
  width: 130px;
  height: 60px;
}
.card {
  width: 130px;
  height: 60px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rollCont .card-rot {
  -webkit-transform: rotateX(180deg);
  -sand-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.rollCont .card-rot .face {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}
.rollCont .card-rev-rot {
  -webkit-transform: rotateX(0deg);
  -sand-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.face {
  position: absolute;
  width: 130px;
  height: 60px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.face.back {
  top: 0;
  display: block;
  -webkit-transform: rotateX(180deg);
  -sand-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  padding: 11px;
  font-weight: bold;
  font-size: 28pt;
  border: 3px solid #31a733;
  color: #31a733;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.alert-success {
  display: none;
}
/***************************
    ORDERFORM MIXIN END
****************************/
