@charset "UTF-8";
/**
 * Создание кампании
 */
/**
 * Константы
 * 
 * @package anketolog
 * @author mr.x
 * @since 2013.09.04
 */
/**
 * Шрифт
 */
/**
 * Цвета
 */
/**
 * Размеры
 */
/**
 * Таблицы
 */
/**
 * Кнопки
 */
/**
 * Формы
 */
/* различные экраны */
/**
 * Константы
 * 
 * @package anketolog
 * @author mr.x
 * @since 2013.09.04
 */
/**
 * Шрифт
 */
/**
 * Цвета
 */
/**
 * Размеры
 */
/**
 * Таблицы
 */
/**
 * Кнопки
 */
/**
 * Формы
 */
#campaign-create {
  padding-top: 55px;
  padding-bottom: 20px; }
  #campaign-create .btn-lg {
    padding: 10px 29px; }
  #campaign-create .btn-strong-green {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  #campaign-create .fs-1-2 {
    font-size: 0.5em; }
  #campaign-create .fs-3-4 {
    font-size: 0.75em; }
  #campaign-create .pos-rel {
    position: relative; }
  #campaign-create .switcher-frame {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    background-color: #f78b5d;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer; }
    #campaign-create .switcher-frame .switcher-button {
      display: block;
      position: absolute;
      top: -2px;
      left: -1px;
      width: 20px;
      height: 20px;
      background: #fff;
      border: 1px solid #b0b0b0;
      -webkit-border-radius: 13px;
      -moz-border-radius: 13px;
      -o-border-radius: 13px;
      border-radius: 13px;
      -webkit-box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, 0.15);
      -o-box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, 0.15);
      box-shadow: inset 0px 0px 6px 0 rgba(0, 0, 0, 0.15);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      cursor: pointer; }
    #campaign-create .switcher-frame.on {
      background-color: #8bba20; }
      #campaign-create .switcher-frame.on .switcher-button {
        left: 10px; }
  #campaign-create .form-control.multiline {
    height: auto; }
  #campaign-create .multiselect-container {
    min-width: 100%;
    z-index: 1000000005 !important; }
    #campaign-create .multiselect-container label.checkbox {
      padding-left: 32px; }
    #campaign-create .multiselect-container label.radio {
      padding-left: 12px; }
      #campaign-create .multiselect-container label.radio input[type="radio"] {
        opacity: 0;
        margin-left: -30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #campaign-create .multiselect-container > li > a {
        white-space: normal; } }
    @media (max-width: 767px) {
      #campaign-create .multiselect-container > li > a {
        white-space: normal;
        border-bottom: 1px solid #e5e5e5; } }
  #campaign-create button.multiselect {
    text-align: left !important;
    position: relative;
    padding-left: 12px;
    padding-right: 24px; }
    #campaign-create button.multiselect .caret {
      display: inline-block;
      position: absolute;
      right: 12px;
      top: 14px; }
  #campaign-create b {
    font-weight: 700; }
  #campaign-create .step-header .number {
    margin-bottom: 5px;
    text-align: center;
    font-size: 12px;
    color: #898989; }
  #campaign-create .step-header .title {
    text-align: center;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 100; }
  #campaign-create .step-header .divider {
    margin-top: 45px;
    text-align: center;
    height: 1px;
    background-color: #e5e5e5; }
  #campaign-create .step-header .divider-ico {
    display: inline-block;
    width: 30px;
    height: 24px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    top: -12px; }
  #campaign-create .step-header.step-header-survey .divider-ico {
    background-image: url("../img/ico-step-survey.png"); }
  #campaign-create .step-header.step-header-targeting .divider-ico {
    background-image: url("../img/ico-step-targeting.png"); }
  #campaign-create .step-header.step-header-name .divider-ico {
    background-image: url("../img/ico-step-name.png"); }
  #campaign-create .step-header.step-header-confirm .divider-ico {
    background-image: url("../img/ico-step-confirm.png"); }
  #campaign-create .step-body {
    margin-top: 55px; }
    #campaign-create .step-body .info-text {
      line-height: 1.7;
      padding-left: 70px;
      background: url("../img/ico-page-info.png") 7px 0 no-repeat; }
      @media (min-width: 768px) and (max-width: 991px) {
        #campaign-create .step-body .info-text {
          padding-left: 0;
          display: none; } }
      @media (max-width: 767px) {
        #campaign-create .step-body .info-text {
          padding-left: 0;
          display: none; } }
  #campaign-create .step-footer {
    margin-top: 50px; }
  #campaign-create .step-info .step-info-border {
    margin-top: 50px;
    height: 1px;
    background-color: #e5e5e5;
    text-align: center; }
    #campaign-create .step-info .step-info-border .ico-info {
      display: inline-block;
      width: 32px;
      height: 22px;
      line-height: 22px;
      background: #fff url("../img/ico-info.png") 0 0 no-repeat;
      position: relative;
      top: -11px; }
  #campaign-create .step-info .step-info-text {
    margin-top: 40px;
    font-size: 12px;
    text-align: center; }
  #campaign-create .step-loading {
    height: 64px;
    background: url("../img/bg-loading.gif") center center no-repeat; }
  #campaign-create .step-confirm .button-container {
    padding: 0 40px; }
  #campaign-create .step-confirm .step-body .step-line {
    padding: 40px; }
    #campaign-create .step-confirm .step-body .step-line:hover {
      background-color: #f7f7f7; }
    @media (max-width: 767px) {
      #campaign-create .step-confirm .step-body .step-line {
        padding: 40px 20px; } }
  #campaign-create .step-confirm .step-body .agreement-block {
    padding: 40px; }
  #campaign-create .step-confirm .step-body .number {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    background-color: #8dba21;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle; }
  #campaign-create .step-confirm .step-body .title {
    font-size: 12px;
    color: #898989; }
  #campaign-create .step-confirm .step-body .subtitle {
    font-size: 16px; }
  #campaign-create .step-confirm .step-body .respondent-count {
    margin-top: 10px;
    font-style: italic; }
  #campaign-create .step-confirm .step-body .profile-info {
    margin-top: 10px; }
    #campaign-create .step-confirm .step-body .profile-info .profile-title {
      font-weight: 700; }
    #campaign-create .step-confirm .step-body .profile-info .profile-description {
      padding-left: 10px; }
  #campaign-create .step-confirm .step-body .table-wrapper {
    margin-top: 5px;
    background-color: #fff;
    border: 4px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  #campaign-create .step-confirm .step-body .table {
    margin: 0;
    padding: 0; }
    #campaign-create .step-confirm .step-body .table .border-bottom td, #campaign-create .step-confirm .step-body .table .border-bottom th {
      border-bottom: 1px solid #e5e5e5; }
    #campaign-create .step-confirm .step-body .table th {
      padding: 15px 10px;
      border: none;
      text-align: center;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 100; }
      @media (max-width: 767px) {
        #campaign-create .step-confirm .step-body .table th {
          padding-bottom: 2px; } }
    #campaign-create .step-conf