/* mixins media queries */
/* mixins media queries - end */
.poll-container {
  margin: 15px 0;
  min-height: 120px;
  position: relative; }
  .poll-container .poll-step-question {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
    .poll-container .poll-step-question p {
      font-weight: bold;
      font-size: 16px;
      line-height: 23px;
      margin-bottom: 15px; }
    .poll-container .poll-step-question label {
      font-size: 14px;
      line-height: 23px; }
      .poll-container .poll-step-question label input {
        margin-right: 10px; }
  .poll-container .poll-step-lead {
    background: #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px; }
    .poll-container .poll-step-lead p {
      font-weight: bold;
      font-size: 16px;
      line-height: 23px;
      margin-bottom: 15px; }
      .poll-container .poll-step-lead p.example {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 9px;
        line-height: initial;
        font-weight: normal; }
    .poll-container .poll-step-lead .rulez-yield {
      opacity: 1;
      font-size: 10px;
      line-height: 12px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .poll-container .poll-step-lead .rulez-yield label {
        -webkit-transition: all 0.34s ease-in-out;
        transition: all 0.34s ease-in-out; }
        .poll-container .poll-step-lead .rulez-yield label.has-error {
          color: red;
          font-weight: bold; }
    .poll-container .poll-step-lead .yield-container {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      .poll-container .poll-step-lead .yield-container .yield {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 0; }
        @media only screen and (min-width: 768px) {
          .poll-container .poll-step-lead .yield-container .yield {
            width: 48%; } }
        .poll-container .poll-step-lead .yield-container .yield label {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 12px;
          display: block;
          -webkit-transition: all 0.34s ease-in-out;
          transition: all 0.34s ease-in-out; }
        .poll-container .poll-step-lead .yield-container .yield input, .poll-container .poll-step-lead .yield-container .yield select {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          width: 100%;
          padding: 6px 12px;
          font-size: 14px;
          border: 0;
          -webkit-transition: all 0.34s ease-in-out;
          transition: all 0.34s ease-in-out; }
        .poll-container .poll-step-lead .yield-container .yield.has-error label {
          color: red; }
        .poll-container .poll-step-lead .yield-container .yield.has-error input, .poll-container .poll-step-lead .yield-container .yield.has-error select {
          border: 1px solid red; }
    .poll-container .poll-step-lead .err_tip {
      color: red;
      font-size: 10px; }
    .poll-container .poll-step-lead .button-box {
      margin: 15px 0; }
      .poll-container .poll-step-lead .button-box button {
        margin: 0;
        border: 0;
        padding: 4px 20px;
        font-size: 14px;
        line-height: 23px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #ff6d00;
        color: white; }
  .poll-container .poll-step-finish {
    background: #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px; }
    .poll-container .poll-step-finish h3 {
      font-size: 20px !important;
      line-height: 27px; }
    .poll-container .poll-step-finish p {
      font-size: 16px;
      line-height: 23px; }
  .poll-container .poll-lead-from-link .form-content {
    text-align: center; }
    .poll-container .poll-lead-from-link .form-content .lead-from-link {
      display: inline-block;
      margin: 0;
      border: 0;
      padding: 8px 25px;
      font-size: 14px;
      line-height: 23px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px;
      font-weight: bold;
      background: #ff6d00;
      color: white; }

.poll-loader {
  position: absolute;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10; }
  .poll-loader .sk-folding-cube {
    margin: 20px auto;
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg); }
  .poll-loader .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .poll-loader .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #87bdf6;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
  .poll-loader .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg); }
  .poll-loader .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg); }
  .poll-loader .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg); }
  .poll-loader .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .poll-loader .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .poll-loader .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
.newlead-o .err_tip span {
  z-index: 99;
  padding: 14px 28px 14px 18px;
  margin: -90px 0px 0px 62px;
  position: absolute;
  background-color: #ff6c00;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  border-radius: 4px; }

.err_tip span:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff6c00;
  position: absolute;
  bottom: -10px;
  left: 18px; }

.newlead-o button {
  margin-left: auto;
  margin-right: auto;
  background-color: #FF6D00;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  border: 0px;
  border-radius: 5px;
  border: none;
  font-weight: bold;
  cursor: pointer; }

.newlead-o button:hover {
  background-color: #FF5D00 !important; }

.rulez-yield label.has-error {
  color: red;
  font-weight: bold; }

.ng-hide {
  display: block !important;
  position: absolute;
  top: -9999px;
  left: -9999px; }
