@charset "UTF-8";
/**
 *  Folha de estilos principal.
 *
 *  @package    A12
 *  @category   Main
 *  @name       main.scss
 *  @author     Rafael F. Silva <rafaelsilva@phocus.com.br>
 *  @copyright  Phocus Interact
 *  @license    Phocus Interact
 *  @link       /scss/main.scss
 *  @version    1.0.0
 *  @since      01/06/2013
 */
/**
 *  Arquivo com variáveis e funções básicas.
 *
 *  @package    A12
 *  @category   Main
 *  @name       configurations.scss
 *  @author     Rafael F. Silva <rafaelsilva@phocus.com.br>
 *  @copyright  Phocus Interact
 *  @license    Phocus Interact
 *  @link       /scss/configurations.scss
 *  @version    1.0.0
 *  @since      01/06/2013
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:700,400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
* {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans',sans-serif;
}

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

body {
  background: white;
}
body > .container {
  background: #F8F8F8;
}
body > .container .content {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

body button {
  background: #06C16B;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: pointer;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  font-weight: 700;
}
body button span {
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
body button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.row {
  margin-top: 15px;
  font-size: 0;
  text-align: left;
  white-space: nowrap;
}
.row:first-child {
  margin-top: 0;
}

div.input {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
div.input:first-child {
  margin-left: 0;
}
div.input.select:after {
  content: url(../img/ardw.png);
  position: absolute;
  top: 14px;
  right: 20px;
}

input, select {
  display: inline-block;
  width: 260px;
  text-align: center;
  height: 40px;
  border: 2px solid #ccc;
  background-color: white;
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
input.error, select.error {
  border-color: red;
  color: red;
}
input.input3x, select.input3x {
  width: 820px;
}
input.p8.s1, select.p8.s1 {
  width: 80px;
}
input.p8.s2, select.p8.s2 {
  width: 170px;
}
input.p8.s3, select.p8.s3 {
  width: 270px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.radio-group {
  margin-top: 18px;
}
.radio-group .radio-element {
  display: inline-block;
  margin-left: 25px;
}
.radio-group .radio-element:first-child {
  margin-left: 0;
}
.radio-group .radio-element input[type="radio"] {
  display: none;
}
.radio-group .radio-element input[type="radio"] + label span {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../img/unchecked.png) left top no-repeat;
  cursor: pointer;
}
.radio-group .radio-element input[type="radio"]:checked + label span {
  background: url(../img/checked.png) left top no-repeat;
}
.radio-group .radio-element label {
  cursor: pointer;
  font-family: 'Open Sans';
  font-size: 13px;
  color: #666;
}

.title {
  padding-top: 30px;
  font-size: 24px;
  line-height: 26px;
  color: #0389FF;
}

.sub {
  font-size: 17px;
  line-height: 30px;
  color: #999;
}

.wink {
  padding-top: 60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #CCC;
}

.flash-message {
  font-size: 0.7em;
  font-weight: 700;
  margin-top: 5px;
  color: #06C16B;
}
.flash-message.flash-error {
  color: red;
}

.error-message {
  position: absolute;
  bottom: -16px;
  padding: 2px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 0, 0, 0.8);
}

.campaign-indicator {
  padding: 20px;
  text-align: center;
}
.campaign-indicator > * {
  display: inline-block;
  vertical-align: middle;
}
.campaign-indicator img {
  margin-right: 10px;
  height: 36px;
  width: 36px;
  border-radius: 100%;
}
.campaign-indicator span {
  color: #768091;
  font-size: 16px;
  font-weight: 400;
}
.campaign-indicator strong {
  color: #026EFF;
  font-size: 16px;
  font-weight: 400;
}
