@charset "UTF-8";
/**
 * Демо
 */
/**
 * Константы
 * 
 * @package anketolog
 * @author mr.x
 * @since 2013.09.04
 */
/**
 * Шрифт
 */
/**
 * Цвета
 */
/**
 * Размеры
 */
/**
 * Таблицы
 */
/**
 * Кнопки
 */
/**
 * Формы
 */
/* различные экраны */
/**
 * Создание кампании
 */
/**
 * Константы
 * 
 * @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-confirm .step-body .table td {
      padding: 20px 10px;
      border: none;
      text-align: center;
      vertical-align: middle;
      font-size: 16px;
      font-weight: 700; }
      @media (max-width: 767px) {
        #campaign-create .step-confirm .step-body .table td {
          padding-top: 3px;
          padding-bottom: 15px; } }
  #campaign-create .step-targeting .step-body .loader-wrapper {
    position: relative; }
  #campaign-create .step-targeting .step-body .loader-indicator {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
    opacity: 0.15;
    filter: alpha(opacity=15);
    background-color: #000; }
  #campaign-create .step-targeting .step-body .profile-name {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    color: #444444;
    text-decoration: none;
    cursor: pointer; }
    @media (min-width: 1200px) {
      #campaign-create .step-targeting .step-body .profile-name {
        font-size: 14px; } }
  #campaign-create .step-targeting .step-body .field-count {
    display: block;
    font-size: 10px;
    line-height: 24px;
    vertical-align: middle;
    color: #898989; }
    @media (min-width: 1200px) {
      #campaign-create .step-targeting .step-body .field-count {
        font-size: 12px; } }
  #campaign-create .step-targeting .step-body .profile-price {
    display: block;
    font-size: 12px;
    color: #898989;
    line-height: 24px;
    vertical-align: middle; }
    @media (min-width: 1200px) {
      #campaign-create .step-targeting .step-body .profile-price {
        font-size: 14px; } }
  #campaign-create .step-targeting .step-body .profile-list {
    border: 4px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    #campaign-create .step-targeting .step-body .profile-list > div.active {
      position: relative; }
      #campaign-create .step-targeting .step-body .profile-list > div.active .profile-name {
        color: #8bba20 !important; }
      #campaign-create .step-targeting .step-body .profile-list > div.active .profile-arrow {
        color: #8bba20 !important; }
      #campaign-create .step-targeting .step-body .profile-list > div.active .profile-header {
        background-color: #fff !important; }
      #campaign-create .step-targeting .step-body .profile-list > div.active:before {
        content: " ";
        display: block;
        position: absolute;
        top: 2px;
        bottom: 2px;
        width: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 4px solid #8bba20; }
  #campaign-create .step-targeting .step-body .profile-block {
    margin: -1px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5; }
  #campaign-create .step-targeting .step-body .profile-header {
    background-color: #fff;
    padding: 15px 20px 15px 12px; }
    @media (min-width: 1200px) {
      #campaign-create .step-targeting .step-body .profile-header {
        padding: 15px 35px 15px 12px; } }
    #campaign-create .step-targeting .step-body .profile-header:hover {
      background-color: #f7f7f7; }
  #campaign-create .step-targeting .step-body .profile-body {
    padding: 0 20px 20px 20px; }
    @media (min-width: 1200px) {
      #campaign-create .step-targeting .step-body .profile-body {
        padding: 0 35px 20px 35px; } }
  #campaign-create .step-targeting .step-body .attr-block {
    margin: 10px 0;
    position: relative; }
    #campaign-create .step-targeting .step-body .attr-block .visible-on-hover {
      opacity: 0; }
    #campaign-create .step-targeting .step-body .attr-block:hover .visible-on-hover {
      opacity: 1; }
  #campaign-create .step-targeting .step-body .attr-label {
    margin-bottom: 10px; }
  #campaign-create .step-targeting .step-body .survey-info {
    margin-bottom: -4px;
    border: 1px solid #e5e5e5;
    background-color: #f7f7f7;
    padding: 30px 24px; }
    @media (min-width: 1200px) {
      #campaign-create .step-targeting .step-body .survey-info {
        padding: 30px 39px; } }
    #campaign-create .step-targeting .step-body .survey-info .bg-block {
      min-height: 60px;
      padding-top: 15px;
      padding-left: 65px;
      background: url("../img/ico-survey.png") left top no-repeat; }
      @media (max-width: 767px) {
        #campaign-create .step-targeting .step-body .survey-info .bg-block {
          min-height: 35px;
          padding-top: 0;
          padding-left: 0;
          background: none; } }
    #campaign-create .step-targeting .step-body .survey-info .survey-price {
      white-space: nowrap;
      font-size: 18px;
      vertical-align: middle;
      color: #898989;
      margin-top: 17px; }
      @media (max-width: 767px) {
        #campaign-create .step-targeting .step-body .survey-info .survey-price {
          margin-top: 5px; } }
    #campaign-create .step-targeting .step-body .survey-info .survey-header {
      color: #898989;
      font-size: 12px;
      line-height: 1; }
    #campaign-create .step-targeting .step-body .survey-info .survey-name {
      font-size: 18px;
      line-height: 1.25; }
  #campaign-create .step-targeting .step-body .geo-create, #campaign-create .step-targeting .step-body .geo-create-exclude {
    font-size: 12px;
    line-height: 1; }
  #campaign-create .step-targeting .step-body .geo-delete, #campaign-create .step-targeting .step-body .geo-delete-exclude {
    display: inline-block;
    font-size: 12px;
    line-height: 1; }
  #campaign-create .step-targeting .step-body .geo-block, #campaign-create .step-targeting .step-body .geo-block-exclude {
    margin-bottom: 10px; }
  #campaign-create .step-targeting .step-body .params-block {
    border: 4px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    #campaign-create .step-targeting .step-body .params-block .gray-block {
      padding: 20px 20px;
      font-size: 16px;
      background-color: #f7f7f7;
      position: relative;
      border-bottom: 1px solid #e5e5e5; }
      @media (min-width: 1200px) {
        #campaign-create .step-targeting .step-body .params-block .gray-block {
          padding: 33px 35px;
          border-bottom: none;
          border-right: 1px solid #e5e5e5; }
          #campaign-create .step-targeting .step-body .params-block .gray-block:after, #campaign-create .step-targeting .step-body .params-block .gray-block:before {
            left: 100%;
            top: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          #campaign-create .step-targeting .step-body .params-block .gray-block:after {
            border-color: rgba(247, 247, 247, 0);
            border-left-color: #f7f7f7;
            border-width: 8px;
            margin-top: -8px; }
          #campaign-create .step-targeting .step-body .params-block .gray-block:before {
            border-color: rgba(229, 229, 229, 0);
            border-left-color: #e5e5e5;
            border-width: 9px;
            margin-top: -9px; } }
      #campaign-create .step-targeting .step-body .params-block .gray-block .gray-block-text {
        display: inline-block;
        line-height: 21px; }
    #campaign-create .step-targeting .step-body .params-block .white-block {
      padding: 31px 20px;
      background-color: #fff; }
      @media (min-width: 1200px) {
        #campaign-create .step-targeting .step-body .params-block .white-block {
          padding: 31px 35px; } }
    #campaign-create .step-targeting .step-body .params-block .height-block {
      height: 40px;
      line-height: 40px;
      vertical-align: middle; }
    #campaign-create .step-targeting .step-body .params-block .field-info {
      display: inline-block;
      font-size: 11px;
      line-height: 1.1;
      vertical-align: middle; }
    #campaign-create .step-targeting .step-body .params-block .math-op {
      display: inline-block;
      font-size: 24px;
      line-height: 1;
      vertical-align: middle; }
    #campaign-create .step-targeting .step-body .params-block .total-price {
      display: inline-block;
      font-size: 1.5em;
      line-height: 1.1;
      vertical-align: middle; }
    #campaign-create .step-targeting .step-body .params-block .form-control {
      margin-top: 3px; }
    #campaign-create .step-targeting .step-body .params-block .form-control[type="number"] {
      padding-right: 0px;
      padding-left: 10px; }
  #campaign-create .targeting-vspace {
    height: 70px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #campaign-create .targeting-vspace {
        height: 105px; } }
    @media (min-width: 1200px) {
      #campaign-create .targeting-vspace {
        height: 135px; } }
  #campaign-create .footer-block {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000001;
    padding: 5px 0;
    height: 50px;
    color: #ffffff;
    background-color: #047ea5; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #campaign-create .footer-block {
        padding: 15px 0;
        height: 85px; } }
    @media (min-width: 1200px) {
      #campaign-create .footer-block {
        padding: 30px 0;
        height: 115px; } }
    #campaign-create .footer-block .filter-info {
      display: inline-block;
      font-size: 18px;
      line-height: 1.5;
      vertical-align: middle;
      padding-left: 55px;
      background: url("../img/ico-footer-filter.png") 0 center no-repeat; }
    #campaign-create .footer-block .arrow {
      display: inline-block;
      height: 31px;
      line-height: 31px;
      width: 15px;
      vertical-align: middle;
      background: url("../img/ico-footer-arrow.png") center center no-repeat; }
    #campaign-create .footer-block .height-block {
      height: 36px;
      line-height: 36px;
      vertical-align: middle; }
      @media (min-width: 1200px) {
        #campaign-create .footer-block .height-block {
          height: 55px;
          line-height: 55px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        #campaign-create .footer-block .height-block {
          height: 55px;
          line-height: 55px; } }
    #campaign-create .footer-block .number-value {
      display: inline-block;
      white-space: nowrap;
      font-size: 36px;
      line-height: 1;
      vertical-align: middle;
      font-weight: 700; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #campaign-create .footer-block .number-value {
          font-size: 28px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #campaign-create .footer-block .number-value {
          font-size: 24px; } }
      @media (max-width: 767px) {
        #campaign-create .footer-block .number-value {
          font-size: 14px; } }
    #campaign-create .footer-block .text-value {
      display: inline-block;
      font-size: 11px;
      line-height: 1.1;
      vertical-align: middle; }
    #campaign-create .footer-block .popup-negative, #campaign-create .footer-block .popup-positive, #campaign-create .footer-block .popup-zero {
      display: block;
      font-weight: 700;
      height: 16px;
      line-height: 16px;
      vertical-align: middle; }
    #campaign-create .footer-block .popup-negative {
      color: #f58b61; }
    #campaign-create .footer-block .popup-positive {
      color: #8dba21; }
    #campaign-create .footer-block .popup-zero {
      color: #fff; }
  #campaign-create .btn-sceleton {
    border: 2px solid #236da6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #236da6;
    text-decoration: none; }
    #campaign-create .btn-sceleton:hover {
      background-color: #236da6;
      color: #fff; }
  #campaign-create .info-block {
    margin-top: 20px;
    padding: 20px;
    background-color: #c9eafd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c3c8ce;
    color: #444444;
    font-size: 16px; }
    #campaign-create .info-block p {
      margin: 0;
      line-height: 1.5; }
  #campaign-create .campaign-price-modal .modal-dialog {
    width: 770px;
    margin-top: 100px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #campaign-create .campaign-price-modal .modal-dialog {
        width: auto;
        margin-top: 30px; } }
    @media (max-width: 767px) {
      #campaign-create .campaign-price-modal .modal-dialog {
        width: auto;
        margin-top: 30px; } }
  #campaign-create .campaign-price-modal .modal-dismiss {
    position: absolute;
    right: 0;
    top: -24px;
    width: 16px;
    height: 16px;
    background: url("../../../../../../img/icons/ico-modal-dismiss.png") no-repeat 0 0; }
  #campaign-create .campaign-price-modal .modal-content {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  #campaign-create .campaign-price-modal .modal-body {
    padding: 40px 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #campaign-create .campaign-price-modal .modal-body {
        padding: 20px 25px; } }
    @media (max-width: 767px) {
      #campaign-create .campaign-price-modal .modal-body {
        padding: 20px 25px; } }
    #campaign-create .campaign-price-modal .modal-body .h2 {
      text-align: center;
      margin-top: 0;
      margin-bottom: 35px;
      line-height: 1.4;
      font-size: 32px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #campaign-create .campaign-price-modal .modal-body .h2 {
          font-size: 24px; } }
      @media (max-width: 767px) {
        #campaign-create .campaign-price-modal .modal-body .h2 {
          font-size: 24px; } }
    #campaign-create .campaign-price-modal .modal-body .value {
      font-size: 30px;
      line-height: 1; }
    #campaign-create .campaign-price-modal .modal-body .table {
      margin-bottom: 10px; }
    #campaign-create .campaign-price-modal .modal-body .table > tbody > tr > td {
      padding: 25px 30px;
      vertical-align: middle; }
      @media (min-width: 768px) and (max-width: 991px) {
        #campaign-create .campaign-price-modal .modal-body .table > tbody > tr > td {
          padding: 15px 20px; } }
      @media (max-width: 767px) {
        #campaign-create .campaign-price-modal .modal-body .table > tbody > tr > td {
          padding: 15px 20px; } }
      #campaign-create .campaign-price-modal .modal-body .table > tbody > tr > td .comment {
        color: #898989; }
    #campaign-create .campaign-price-modal .modal-body .table > tbody > tr:last-child > td {
      border-bottom: 1px solid #ddd; }
    #campaign-create .campaign-price-modal .modal-body .table > tbody > tr > td:last-child {
      padding-right: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        #campaign-create .campaign-price-modal .modal-body .table > tbody > tr > td:last-child {
          padding-right: 10px; } }
      @media (max-width: 767px) {
        #campaign-create .campaign-price-modal .modal-body .table > tbody > tr > td:last-child {
          padding-right: 10px; } }

.top-menu {
  background: #34495e; }
  .top-menu .logo {
    display: block;
    width: 60px;
    height: 60px;
    background: url("../img/logo-square.png") center center no-repeat;
    -webkit-box-shadow: -1px 0 #4b5d71, -2px 0 #2b3f53, 1px 0 #4b5d71, 2px 0 #2b3f53;
    -moz-box-shadow: -1px 0 #4b5d71, -2px 0 #2b3f53, 1px 0 #4b5d71, 2px 0 #2b3f53;
    -o-box-shadow: -1px 0 #4b5d71, -2px 0 #2b3f53, 1px 0 #4b5d71, 2px 0 #2b3f53;
    box-shadow: -1px 0 #4b5d71, -2px 0 #2b3f53, 1px 0 #4b5d71, 2px 0 #2b3f53; }
  .top-menu .return {
    display: block;
    height: 60px;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px; }
    .top-menu .return a {
      color: #fff;
      line-height: 20px;
      vertical-align: middle; }
    .top-menu .return .ico-return {
      display: inline-block;
      width: 12px;
      height: 20px;
      margin-right: 5px;
      background: url("../img/ico-return.png") 0 8px no-repeat;
      vertical-align: middle; }

.demo-info {
  padding: 5px 0;
  background-color: #34495e; }
  @media (max-width: 767px) {
    .demo-info {
      padding: 15px 0; } }
  .demo-info .text {
    min-height: 47px;
    padding-left: 70px;
    background: url("../img/ico-demo.png") 0 50% no-repeat;
    color: #fff;
    font-size: 14px; }
    .demo-info .text a {
      color: #fff;
      text-decoration: underline; }
      .demo-info .text a:hover {
        text-decoration: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      .demo-info .text {
        background: none;
        padding-left: 0;
        min-height: 0;
        font-size: 12px; } }
    @media (max-width: 767px) {
      .demo-info .text {
        background: none;
        padding-left: 0;
        min-height: 0;
        font-size: 12px; } }
  .demo-info .btn-md {
    font-size: 14px;
    border-width: 2px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .demo-info .btn-md {
        padding: 7px 16px;
        font-size: 12px; } }
    @media (max-width: 767px) {
      .demo-info .btn-md {
        padding: 5px 9px;
        font-size: 10px; } }
  .demo-info .btn-space {
    display: inline-block;
    width: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .demo-info .btn-space {
        width: 5px; } }
    @media (max-width: 767px) {
      .demo-info .btn-space {
        width: 5px; } }
  .demo-info .buttons {
    padding-top: 10px; }

.btn-ghost {
  border: 2px solid #888;
  color: #888;
  background-color: transparent; }
  .btn-ghost.btn-white {
    border-color: #fff;
    color: #fff; }

.btn-lime {
  background-color: #8dba21; }
  .btn-lime, .btn-lime:hover, .btn-lime:active, .btn-lime:focus {
    color: #fff; }

#campaign-create .step-divider {
  height: 1px;
  background-color: #e5e5e5; }

#template-preview-frame {
  height: 600px; }
  @media (max-width: 767px) {
    #template-preview-frame {
      height: 400px; } }
  #template-preview-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

/* header fixed */
body {
  margin-top: 80px; }

.demo-info {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001; }

@media (max-width: 767px) {
  body {
    margin-top: 0; }
  .demo-info {
    height: auto;
    position: relative;
    margin-top: -55px;
    margin-bottom: 30px; } }

.modal {
  z-index: 10000003; }

.modal-backdrop {
  z-index: 10000002; }
