﻿@charset "UTF-8";
html {
  font-size: 14px;
  /*10 ÷ 16 × 100% = 62.5%*/
}

@media (max-width: 1099px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1100px) and (max-width: 1999px) {
  html {
    font-size: 13px;
  }
}
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Pingfang SC", "Helvetica Neue", "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans;
  color: #000000;
  font-weight: normal;
  font-size: 1rem;
}

dt, kbd kbd, label {
  font-weight: normal;
}

body {
  background-color: #f9f9fb;
  background-image: none;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: auto;
  font-weight: normal;
  margin-top: 0;
}

.form-wrap {
  max-width: 100%;
  padding: 0px;
}

.content-wrap {
  margin-top: 0px;
}
.content-wrap .logo {
  text-align: left;
  border: none;
}
.content-wrap .logo img {
  max-width: 100%;
  margin: 5px 0;
}
.content-wrap .content img {
  max-width: 100%;
}

.content {
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  background-color: #f9f9fb;
  border-radius: 0;
}
.content .form-header {
  min-height: 170px;
  padding: 0;
  background-color: transparent;
  background-image: url("/static/web6/product/360/360ObserverList/img/ObserverList.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.content .form-header h2 {
  margin: 0;
  text-align: left;
  font-size: 2rem;
  line-height: 150%;
  color: white;
  padding: 25px 0 25px 0;
  border-bottom: inherit;
  width: auto;
  background-color: inherit;
  background-image: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.content .form-page {
  background-color: #f9f9fb;
  clear: both;
  min-height: 150px;
  padding-top: 10px;
}
.content .form-preface {
  display: none;
}
.content .form-preface .preface-body {
  padding: 10px;
  min-height: 200px;
}
.content .form-preface .preface-action {
  padding: 20px;
  margin: 0;
  text-align: center;
  background-color: transparent;
}
.content .form-body .form-description {
  padding: 20px 40px;
  line-height: 1.9rem;
}
.content .form-body .form-description:empty {
  padding: 0px;
}
.content .form-body .form-section {
  padding: 0 40px;
  margin-left: 0;
  margin-right: 0;
}
.content .form-body .nav-tabs a {
  font-size: 1.15rem;
}
.content .form-action {
  padding: 20px;
  margin: 0;
  background-color: #fff;
}
.content .form-action .action-pager {
  text-align: left;
  clear: both;
}
.content .form-action .action-pager > div {
  display: inline;
}
.content .form-action .action-pager .pager-next {
  margin-left: auto;
}
.content .form-action .action-pager .pager-previous {
  margin-right: auto;
}
.content .form-action .action-done {
  text-align: center;
}
.content .form-thankyou {
  display: none;
}
.content .form-thankyou .thankyou-body {
  padding: 15px;
  min-height: 200px;
}
.content .form-thankyou .thankyou-action {
  text-align: center;
  padding: 20px;
}

.form-section {
  /*子表单*/
}
.form-section header h3 {
  font-size: 1.5rem;
  border-bottom: solid 1px #ddd;
  padding: 15px 10px;
}
.form-section:after, .form-section:before {
  content: " ";
  display: table;
  clear: both;
}
.form-section .section-description {
  margin-left: 15px;
  color: #666666;
  font-size: 1.1rem;
}
.form-section .form-widget {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: left;
}
.form-section .form-widget:not(:last-child) {
  border-bottom: none;
}
.form-section .form-widget.col-sm-6:last-child {
  border-bottom: none;
}
.form-section .form-widget.col-sm-3:last-child {
  border-bottom: none;
}
.form-section .form-widget.col-sm-9:last-child {
  border-bottom: none;
}
.form-section .form-widget:focus {
  outline: none;
}
.form-section .form-widget header h4 {
  color: #333;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 5px 0;
  line-height: 1.9rem;
}
.form-section .form-widget header .required:after {
  content: "*";
  color: #E74242;
  margin-top: 1px;
  padding-left: 5px;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
.form-section .form-widget .widget-instruction {
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
  color: #090909;
  line-height: 1.55rem;
}
.form-section .form-widget .widget-body {
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  color: black;
  font-size: 1.1rem;
}
.form-section .form-widget .widget-body .field-invalid input:not(.input-radio-text):not(.input-checkbox-text):not(.input-matrix-text),
.form-section .form-widget .widget-body .field-invalid a.dropdown-display,
.form-section .form-widget .widget-body .field-invalid textarea,
.form-section .form-widget .widget-body .field-invalid select {
  border: solid 1px #E74242;
}
.form-section .form-widget .widget-body .field-invalid .field-header, .form-section .form-widget .widget-body .field-invalid .matrix-row-title, .form-section .form-widget .widget-body .field-invalid .box-label {
  color: #E74242;
}
.form-section .form-widget .widget-body .other-text-invalid {
  border: solid 1px #E74242;
}
.form-section .form-widget .widget-body .matrix-row-title {
  margin-bottom: 5px;
  font-weight: bold;
}
.form-section .form-widget .widget-body .matrix-row-content {
  margin-bottom: 10px;
}
.form-section .form-widget .widget-body .table-radio,
.form-section .form-widget .widget-body .table-checkboxlist {
  margin-bottom: 0px;
}
.form-section .form-widget .widget-body .field-select {
  padding: 6px;
}
.form-section .form-widget .widget-body .table-matrix {
  margin-bottom: 0px;
  border: 1px solid #e7ecf1;
}
.form-section .form-widget .widget-body .table-matrix > thead > tr > th,
.form-section .form-widget .widget-body .table-matrix > thead > tr > td,
.form-section .form-widget .widget-body .table-matrix > tbody > tr > th,
.form-section .form-widget .widget-body .table-matrix > tbody > tr > td,
.form-section .form-widget .widget-body .table-matrix > tfoot > tr > th,
.form-section .form-widget .widget-body .table-matrix > tfoot > tr > td {
  border: 1px solid #e7ecf1;
  vertical-align: middle;
}
.form-section .form-widget .widget-body .table-matrix > thead > tr > th,
.form-section .form-widget .widget-body .table-matrix > thead > tr > td {
  border-bottom-width: 2px;
}
.form-section .form-widget .widget-body .table-matrix > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.form-section .form-widget .widget-body .table-matrix thead th {
  text-align: center;
}
.form-section .form-widget .widget-body .table-matrix .field-col {
  text-align: center;
}
.form-section .form-widget .widget-body .table-matrix .field-col:hover {
  background-color: #f3f3f7;
  cursor: pointer;
}
.form-section .form-widget .widget-body .table-matrix > thead > tr .header-row-info {
  text-align: left;
}
.form-section .form-widget .widget-body textarea {
  min-height: 75px;
}
.form-section .form-widget .widget-body .field-order {
  min-height: 30px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border: 1px dashed #bcbcbc;
}
.form-section .form-widget .widget-body .order-item {
  border: #d8dcdf 1px solid;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
}
.form-section .form-widget .widget-body .order-item label {
  margin-bottom: 0px;
}
.form-section .form-widget .widget-body .order-tip {
  padding: 5px;
  font-size: 1.1rem;
  display: block;
}
.form-section .form-widget .widget-body .field-template {
  line-height: 25px;
}
.form-section .form-widget .widget-body .field-template input {
  margin: 0px 5px;
}
.form-section .form-widget .widget-body .form-cascade.form-inline .form-field {
  margin-right: 10px;
}
.form-section .form-widget .widget-body .form-cascade.form-inline .form-field label {
  padding-right: 5px;
}
.form-section .form-widget .widget-body .address-body.form-inline .form-field {
  display: inline-block;
  padding-top: 10px;
  margin-right: 15px;
}
.form-section .form-widget .widget-body .address-body.form-inline .form-field label {
  display: inline-block;
  padding-right: 5px;
}
.form-section .form-widget .widget-body .address-body.form-inline .form-field .address-input {
  display: inline-block;
}
.form-section .form-widget .widget-body .address-body.form-inline .form-field .address-input .field-address {
  width: 100%;
}
.form-section .form-widget .widget-body .address-body.form-inline .form-field:last-child {
  display: block;
  width: 100%;
}
.form-section .form-widget .widget-body .address-body.form-inline .form-field:last-child label {
  display: block;
  margin-bottom: 5px;
}
.form-section .form-widget .widget-body .address-body.form-inline .form-field:last-child .address-input {
  width: 100%;
}
.form-section .form-widget .widget-body .form-cascade .form-field {
  display: block;
  padding-top: 10px;
}
.form-section .form-widget .widget-body .box-label {
  padding-right: 5px;
}
.form-section .form-widget .widget-body .input-template {
  margin-left: 5px;
  margin-right: 5px;
}
.form-section .form-widget .widget-body .field-choice:hover, .form-section .form-widget .widget-body .field-choice.focus {
  background-color: #f3f3f7;
}
.form-section .form-widget .widget-body .field-choice .choice-text {
  position: unset;
  padding-top: 0.38rem;
  padding-bottom: 0.38rem;
}
.form-section .form-widget .widget-body .correct {
  border: 1px solid green;
}
.form-section .form-widget .widget-body .correct:after {
  content: " √";
  color: green;
}
.form-section .form-widget .widget-body .wrong {
  border: 1px solid #E74242;
}
.form-section .form-widget .widget-body .wrong:after {
  content: " X";
  color: #E74242;
}
.form-section .form-widget footer .widget-message {
  color: #E74242;
  margin: 0px;
  padding-top: 5px;
  min-height: 25px;
  clear: both;
}
.form-section .form-location .geo-filed-container {
  width: 100%;
  border-radius: 0.4rem;
  border: 0.1rem solid #dfdfdf;
  background-color: hsla(0deg, 0%, 100%, 0.65);
}
.form-section .form-location .geo-filed-container .geo-filed-header {
  padding: 0.14rem 1.14rem 0.07rem;
}
.form-section .form-location .geo-filed-container .geo-filed-body {
  width: 100%;
  height: 200px;
}
.form-section .form-location .geo-filed-container input.btn {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.form-section .subform-body .add-row {
  cursor: pointer;
  padding: 5px;
  line-height: 40px;
  font-size: 26px;
  color: black;
}
.form-section .subform {
  /*折叠菜单的点击区域的宽度*/
  /*数字的样式*/
  /*每个题型=距离下一个题的距离*/
  /*手机端删除按钮位置调整*/
  /**/
}
.form-section .subform td {
  vertical-align: middle;
}
.form-section .subform .subform-header th {
  text-align: center;
}
.form-section .subform .subform-header-col {
  vertical-align: middle;
}
.form-section .subform .subform-reference-box {
  position: relative;
}
.form-section .subform .subform-reference-box input {
  padding-right: 25px;
}
.form-section .subform .del-row {
  cursor: pointer;
  line-height: 40px;
  font-size: 26px;
  color: red;
  display: inline-block;
}
.form-section .subform .subform-row-col {
  text-align: center;
}
.form-section .subform .subform-action {
  cursor: pointer;
  width: 20px;
  text-align: center;
}
.form-section .subform .add-row, .form-section .subform .del-row {
  width: 25px;
  text-align: center;
}
.form-section .subform .dropdown-row {
  float: left;
  font-size: 1.55rem;
  margin: 1rem 0.38rem 0 0;
}
.form-section .subform .transform {
  transform: rotate(180deg) translateY(0.77rem);
}
.form-section .subform .collapse-title {
  font-weight: bold;
  float: left;
  line-height: 40px;
  /*width: 100%;*/
}
.form-section .subform .reference-search {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 7px;
  width: 20px;
  background-image: url(/static/Images/reference_search.png);
}
.form-section .subform .panel-default a.collapsetitle {
  display: block;
  width: 85%;
  overflow: hidden;
}
.form-section .subform .panel-default a.collapsetitle p {
  text-align: center;
  line-height: 25px;
  background: #A4D3EE;
  border-radius: 50%;
  -moz-border-radius: 250%; /* 老的 Firefox */
  width: 25px;
  height: 25px;
  float: left;
  margin: 0;
  padding: 0;
}
.form-section .subform .panel-default .panel-body .field-block {
  margin-bottom: 12px;
}
.form-section .subform .panel-default .subform-deletebtn {
  float: right;
  margin-top: -29px;
  margin-right: -8px;
  padding: 5px;
}
.form-section .subform .subform-item .subfield-Date > input, .form-section .subform .subform-item .subfield-Time > input, .form-section .subform .subform-item .subfield-DateTime > input {
  position: relative;
}
.form-section .form-text:hover, .form-section .form-text.focus,
.form-section .form-textarea:hover,
.form-section .form-textarea.focus,
.form-section .form-phone:hover,
.form-section .form-phone.focus,
.form-section .form-email:hover,
.form-section .form-email.focus,
.form-section .form-mobile:hover,
.form-section .form-mobile.focus,
.form-section .form-url:hover,
.form-section .form-url.focus,
.form-section .form-idcard:hover,
.form-section .form-idcard.focus,
.form-section .form-number:hover,
.form-section .form-number.focus,
.form-section .form-int:hover,
.form-section .form-int.focus,
.form-section .form-template:hover,
.form-section .form-template.focus,
.form-section .form-cascade:hover,
.form-section .form-cascade.focus {
  background-color: #f9f9fb;
}
.form-section .form-textarea .field-body {
  position: relative;
}
.form-section .form-textarea .counter {
  position: absolute;
  font-size: 10px;
  right: 20px;
  bottom: 0px;
}
.form-section .form-textarea .counter.exceeded .character-counter {
  color: #E74242;
}

.widget-float .form-widget:not(.form-delimiter) {
  min-height: 80px;
}
.widget-float .form-widget.col-sm-12 {
  min-height: initial;
}

.widget-horizontal .widget-block-label {
  float: left;
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  width: 40%;
}
.widget-horizontal .widget-block-label header .required:after {
  content: "";
  display: none;
}
.widget-horizontal .widget-block-label header .required:before {
  content: "*";
  color: #E74242;
  margin-top: 1px;
  padding-right: 5px;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
}
.widget-horizontal .widget-block-content {
  float: right;
  line-height: inherit;
  width: 60%;
}

.form-delimiter header h4 {
  font-size: 1.175rem;
}
.form-delimiter .widget-block-label {
  text-align: left;
  float: none;
  width: 100%;
}
.form-delimiter .widget-block-label .widget-instruction {
  color: inherit;
}
.form-delimiter .widget-block-content {
  text-align: left;
  float: none;
  width: 100%;
}

.form-footer {
  background: inherit;
  padding: 30px 10px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.form-footer a {
  color: rgb(34, 34, 34);
}

.form-section .form-widget .table-radio td,
.form-section .form-widget .table-checkboxlist td {
  padding-top: 2px;
  padding-bottom: 2px;
  border: none;
}

.button {
  padding: 10px 30px;
  color: #fff;
  background-color: #1676FE;
  border-color: white;
}
.button:focus, .button.focus {
  color: #fff;
  background-color: #015de0;
  border-color: #c9c4b6;
  outline: none;
}
.button:hover {
  color: #fff;
  background-color: #015de0;
  border-color: #e5e3dc;
}
.button:active, .button.active {
  color: #fff;
  background-color: #015de0;
  border-color: #e5e3dc;
}
.button:active:hover, .button:active:focus, .button:active.focus, .button.active:hover, .button.active:focus, .button.active.focus {
  color: #fff;
  background-color: #014ebc;
  border-color: #c9c4b6;
}

.form-delimiter {
  margin-top: 20px;
}

.form-verify {
  text-align: center;
  clear: both;
}
.form-verify > div {
  padding: 15px 0;
  margin: 0 auto;
  width: 300px;
}

.form-loading {
  font-size: 16px;
  font-weight: 400;
}

.passwordContent {
  text-align: center;
  padding: 10px;
}

#formEntry {
  display: none;
}

#formLogin label {
  text-align: right;
  width: 60px;
  display: inline-block;
  padding-right: 10px;
}

.slider-handle {
  background-color: #dcd9d0;
  background-image: linear-gradient(to bottom, #dcd9d0 0, #c6c1b3 100%);
}

.form-control {
  font-size: inherit;
}

input[type=text].invalid {
  border: solid 1px #E74242;
}

@media print {
  #bdshare,
  .action-pager,
  .action-done,
  .form-footer {
    display: none;
  }
  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px !important;
  }
}
.field-radio:not(old),
.field-checkbox:not(old) {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: "all 0.3s";
  -o-transition: "all 0.3s";
  transition: "all 0.3s";
  /* 暂时去掉
  &:hover > input:not([disabled]) ~ label > span:last-child,
  > input:focus ~ label > span:last-child {
      @include transition('all 0.3s');
      border: 1px solid $form-input-check-color;
      background: $form-input-bg-color;
  }
  */
}
.field-radio:not(old).field-radio-disabled, .field-radio:not(old).field-checkbox-disabled,
.field-checkbox:not(old).field-radio-disabled,
.field-checkbox:not(old).field-checkbox-disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.field-radio:not(old):hover > label > span:last-child, .field-radio:not(old).focus > label > span:last-child,
.field-checkbox:not(old):hover > label > span:last-child,
.field-checkbox:not(old).focus > label > span:last-child {
  border-color: #C3C9D0;
}
.field-radio:not(old) > label,
.field-checkbox:not(old) > label {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
  line-height: 20px;
}
.field-radio:not(old) > input:first-child,
.field-checkbox:not(old) > input:first-child {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.field-radio:not(old) > label > span:last-child,
.field-checkbox:not(old) > label > span:last-child {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0px;
  height: 16px;
  width: 16px;
  border: 1px solid #bfbfbf;
  background: none;
}
.field-radio:not(old) > label > span:last-child:after,
.field-checkbox:not(old) > label > span:last-child:after {
  content: "";
  position: absolute;
  display: none;
}
.field-radio:not(old) > input:checked ~ label > span:last-child,
.field-checkbox:not(old) > input:checked ~ label > span:last-child {
  -webkit-transition: "all 0.3s";
  -o-transition: "all 0.3s";
  transition: "all 0.3s";
  border-color: #1676FE;
  background: #1676FE;
}
.field-radio:not(old) > input:checked ~ label > span:last-child:after,
.field-checkbox:not(old) > input:checked ~ label > span:last-child:after {
  display: block;
}
.field-radio:not(old) > input:disabled ~ label,
.field-checkbox:not(old) > input:disabled ~ label {
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: not-allowed;
}

td.field-col:active .field-radio input:not(:checked) + label > span:last-child,
.field-radio:active input:not(:checked) + label > span:last-child,
td.field-col:active .field-checkbox input:not(:checked) + label > span:last-child,
.field-checkbox:active input:not(:checked) + label > span:last-child {
  -webkit-animation: antCheckboxSpanEffect 0.96s ease-in-out;
  animation: antCheckboxSpanEffect 0.96s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.field-radio:not(old) > label > span:last-child {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.field-radio:not(old) > label > span:last-child:after {
  left: 50%;
  top: 50%;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background: #FFF;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
  animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.field-radio:not(old) > input:disabled ~ label > span:last-child:after {
  background: #090909;
}

.field-checkbox:not(old) > label > span:last-child:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  background: #1676FE;
  transform: rotate(45deg);
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.field-checkbox:not(old) > input:disabled ~ label > span:last-child:after {
  border-color: #090909;
}

.field-checkbox.input-list:not(old),
.field-radio.input-list:not(old) {
  display: block;
}

.field-checkbox.input-inline:not(old),
.field-radio.input-inline:not(old) {
  display: inline-block;
  margin-right: 5px;
}
.field-checkbox.input-inline:not(old):last-child,
.field-radio.input-inline:not(old):last-child {
  margin-right: 0;
}

td.field-choice .field-radio:not(old),
td.field-choice .field-checkbox:not(old) {
  display: block;
}

.form-box .field-radio:not(old),
.form-box .field-checkbox:not(old) {
  display: block;
}

.subfield-radio .field-radio,
.subfield-checkbox .field-checkbox,
.subfield-checkboxlist .field-checkbox {
  line-height: 30px;
}

.form-box .subfield {
  margin: 10px;
}

.form-box .form-inline .subfield {
  display: inline-block;
  margin: 5px;
}

.table-matrix .field-radio:not(old) > label > span:last-child,
.table-matrix .field-checkbox:not(old) > label > span:last-child {
  left: 8px;
}

.input-radio-text,
.input-checkbox-text,
.input-matrix-text {
  margin-left: 5px;
  display: inline-block;
  width: 150px;
  height: 25px;
  background-image: none;
  background-color: inherit;
  border: 0px;
  border-bottom: 1px solid #a2a2a2;
  padding: 5px;
  font-size: 0.92rem;
  border-radius: 0px;
  box-shadow: initial;
}

.form-widget .cols2 td {
  width: 50%;
}
.form-widget .cols3 td {
  width: 33%;
}
.form-widget .cols4 td {
  width: 25%;
}
.form-widget .cols5 td {
  width: 20%;
}
.form-widget .cols6 td {
  width: 16.66%;
}
.form-widget .cols7 td {
  width: 14.28%;
}
.form-widget .cols8 td {
  width: 12.5%;
}
.form-widget .cols9 td {
  width: 11.11%;
}
.form-widget .cols10 td {
  width: 10%;
}

aside.form-status {
  position: fixed;
  z-index: 1036;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  height: 0;
}
aside.form-status .form-status-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 0;
}
aside.form-status .form-status-container .form-sidebar {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 0;
  left: 0;
  bottom: -60px;
  /*border: 1px solid #eef1f5;*/
  -webkit-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0 auto;
}
aside.form-status .form-status-container .form-sidebar .form-overview {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
aside.form-status .form-status-container .form-sidebar > div {
  text-align: center;
}
aside.form-status .form-status-container .form-sidebar .save-button-wrap, aside.form-status .form-status-container .form-sidebar .submit-button-wrap {
  margin-top: 5px;
}
aside.form-status .form-status-container .form-sidebar .save-button-wrap .btn, aside.form-status .form-status-container .form-sidebar .submit-button-wrap .btn {
  outline: none;
}
aside.form-status .form-status-container .form-sidebar .save-button-wrap .btn:hover, aside.form-status .form-status-container .form-sidebar .submit-button-wrap .btn:hover {
  background: #1676FE;
  color: #fff;
}
aside.form-status .form-status-container .form-sidebar .form-progress .progress-info {
  border: 0;
  background-image: none;
  filter: none;
  margin: 0;
  height: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
  display: block;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
aside.form-status .form-status-container .form-sidebar .form-progress .progress-status-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 9px;
}
aside.form-status .form-status-container .form-sidebar .form-progress .progress-status-icon i {
  font-size: 1.55rem;
  /*color: #42A4E0*/
  color: #42A4E0;
}
aside.form-status .form-status-container .form-sidebar .form-progress .progress-info-new {
  position: fixed;
  bottom: -60px;
  width: 100%;
  height: 4px;
  left: 0;
}
aside.form-status .form-status-container .form-sidebar .form-progress .progress-info-new .progress-bar-newcolor {
  background-color: #42A4E0;
  height: 4px;
}
aside.form-status .form-status-container .form-sidebar .form-progress .progress-status {
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px;
  min-width: 65px;
}
aside.form-status .form-status-container .form-sidebar .form-progress .progress-status .status-title {
  font-size: 12px;
  color: #707070;
}
aside.form-status .form-status-container .form-sidebar .form-progress .progress-status .status-number {
  font-size: 16px;
  color: #42A4E0;
  line-height: 21px;
}
aside.form-status .form-status-container .form-sidebar .form-countdowm .form-countdown-icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: -10px;
}
aside.form-status .form-status-container .form-sidebar .form-countdowm .form-countdown-icon i {
  font-size: 1.23rem;
  color: #42A4E0;
}
aside.form-status .form-status-container .form-sidebar .form-countdowm .status-timing {
  font-size: 16px;
  color: #42A4E0;
  line-height: 21px;
  display: inline-block;
  margin-top: 8px;
  min-width: 65px;
}
aside.form-status .form-status-container .form-sidebar .form-countdowm .form-countdown-word {
  display: block;
  padding-left: 25px;
  font-size: 12px;
  color: #707070;
}
aside.form-status .form-status-container .form-sidebar .form-timing .form-timing-icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: -9px;
}
aside.form-status .form-status-container .form-sidebar .form-timing .form-timing-icon i {
  font-size: 1.55rem;
  color: #42A4E0;
}
aside.form-status .form-status-container .form-sidebar .form-timing .status-timing {
  font-size: 16px;
  color: #42A4E0;
  line-height: 21px;
  display: inline-block;
  margin-top: 8px;
  min-width: 65px;
}
aside.form-status .form-status-container .form-sidebar .form-timing .form-timing-word {
  display: block;
  padding-left: 25px;
  font-size: 12px;
  color: #707070;
}
aside.form-status .form-status-container .form-sidebar .status-overview {
  line-height: 1.23rem;
  font-size: 1.23rem;
}
aside.form-status .form-status-container .form-sidebar .status-overview .completed-widgets-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 9px;
}
aside.form-status .form-status-container .form-sidebar .status-overview .completed-widgets-icon i {
  font-size: 1.23rem;
  color: #42A4E0;
}
aside.form-status .form-status-container .form-sidebar .status-overview .completed-widgets-text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px;
  min-width: 65px;
}
aside.form-status .form-status-container .form-sidebar .status-overview .completed-widgets-text span.completed-widgets-text-data,
aside.form-status .form-status-container .form-sidebar .status-overview .completed-widgets-text span.completed-widgets-text-word {
  display: block;
  font-size: 12px;
  color: #707070;
}
aside.form-status .form-status-container .form-sidebar .status-overview .completed-widgets-text span.completed-widgets-text-data {
  font-size: 16px;
  color: #42A4E0;
  line-height: 21px;
}
aside.form-status .form-status-container .form-sidebar .status-overview span.pager-view-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 9px;
}
aside.form-status .form-status-container .form-sidebar .status-overview span.pager-view-icon i {
  font-size: 1.23rem;
  color: #42A4E0;
}
aside.form-status .form-status-container .form-sidebar .status-overview span.pager-view-text {
  display: inline-block;
  vertical-align: middle;
  margin-top: 9px;
  min-width: 65px;
}
aside.form-status .form-status-container .form-sidebar .status-overview span.pager-view-text span {
  display: block;
}
aside.form-status .form-status-container .form-sidebar .status-overview span.pager-view-text span.pager-view {
  font-size: 16px;
  color: #42A4E0;
  line-height: 21px;
}
aside.form-status .form-status-container .form-sidebar .status-overview span.pager-view-text span.pager-view-word {
  font-size: 12px;
  color: #707070;
}
aside.form-status .form-status-container .form-sidebar .save-button-wrap .button {
  background: transparent;
  color: #1676FE;
}
aside.form-status .form-status-container .form-sidebar .submit-button-wrap .button {
  background: #1676FE;
  color: #fff;
}
aside.form-status .form-status-container .form-sidebar .save-button-wrap .button, aside.form-status .form-status-container .form-sidebar .submit-button-wrap .button {
  padding: 10px 20px;
  line-height: 1;
}
aside.form-status .form-status-container .form-sidebar .with-status .button {
  margin-top: 0.38rem;
}

#status-toggle:checked ~ aside.form-status .form-status-container .form-sidebar {
  bottom: 0px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#status-toggle:checked ~ aside.form-status .form-status-container .form-sidebar .form-progress .progress-info-new {
  bottom: 53px;
}
#status-toggle:checked + #status-toggle-label {
  background: transparent;
  right: 0;
}
#status-toggle:checked + #status-toggle-label #hamburger span {
  width: 0%;
  background: #000;
}
#status-toggle:checked + #status-toggle-label #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#status-toggle:checked + #status-toggle-label #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.125s;
  -ms-transition-delay: 0.125s;
  -moz-transition-delay: 0.125s;
  -o-transition-delay: 0.125s;
  transition-delay: 0.125s;
}
#status-toggle:checked + #status-toggle-label #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#status-toggle:checked + #status-toggle-label #cross span {
  background: #000;
}
#status-toggle:checked + #status-toggle-label #cross span:nth-child(1) {
  height: 100%;
  -webkit-transition-delay: 0.625s;
  -ms-transition-delay: 0.625s;
  -moz-transition-delay: 0.625s;
  -o-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#status-toggle:checked + #status-toggle-label #cross span:nth-child(2) {
  width: 100%;
  -webkit-transition-delay: 0.375s;
  -ms-transition-delay: 0.375s;
  -moz-transition-delay: 0.375s;
  -o-transition-delay: 0.375s;
  transition-delay: 0.375s;
}

#status-toggle-label {
  height: 60px;
  width: 60px;
  position: fixed;
  z-index: 7;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#status-toggle-label #cross {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#status-toggle-label #cross span {
  display: block;
  background: #6f6f6f;
}
#status-toggle-label #cross span:nth-child(1) {
  width: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
#status-toggle-label #cross span:nth-child(2) {
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-top: -1px;
  -webkit-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#status-toggle-label #hamburger {
  position: absolute;
  height: 28px;
  width: 40px;
  bottom: 16px;
  right: 10px;
}
#status-toggle-label #hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  margin: 0 0 11px 0;
  background: #6f6f6f;
}
#status-toggle-label #hamburger span:nth-child(1) {
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#status-toggle-label #hamburger span:nth-child(2) {
  -webkit-transition-delay: 0.625s;
  -ms-transition-delay: 0.625s;
  -moz-transition-delay: 0.625s;
  -o-transition-delay: 0.625s;
  transition-delay: 0.625s;
}
#status-toggle-label #hamburger span:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  -ms-transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.content .form-bottom-layer {
  background: #e8e8e8;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  margin: 0px;
  box-sizing: content-box;
  text-align: center;
  z-index: 99;
}
.content .form-bottom-layer .form-back-link {
  position: fixed;
  bottom: 16px;
  left: 0;
  display: none;
}
.content .form-bottom-layer .form-back-link a {
  color: transparent;
}
.content .form-bottom-layer .form-back-link a span {
  padding-left: 5px;
}

.text-center .slider-tick.in-selection {
  background-image: none;
  background-color: #aed0ff;
  border: 4px solid #4994fe;
}
.text-center .slider-handle {
  background-image: none;
  background-color: #9b9278;
}
.text-center .slider-selection.tick-slider-selection {
  background-image: none;
  background-color: #4994fe;
}
.text-center .slider.slider-horizontal .slider-track {
  height: 6px;
}
.text-center .slider-tick, .text-center .slider-handle {
  width: 16px;
  height: 16px;
}

@media (max-width: 768px) {
  .form-section {
    padding: 0;
  }
  body {
    margin-top: 0;
  }
  #status-toggle:checked ~ aside.form-status .form-status-container .form-sidebar .form-progress .progress-info-new {
    bottom: 90px;
  }
  #status-toggle:checked ~ aside.form-status .form-status-container .form-sidebar .form-progress .progress-info-new-save {
    bottom: 134px;
  }
  aside.form-status .form-status-container .form-sidebar .status-overview {
    font-size: 1rem;
  }
  #status-toggle-label {
    display: none;
    pointer-events: none;
  }
  aside.form-status .form-status-container .form-sidebar > div {
    padding-top: 0;
    padding-bottom: 5px;
  }
  aside.form-status .form-status-container .form-sidebar .status-overview .completed-widgets-text,
  aside.form-status .form-status-container .form-sidebar .status-overview span.pager-view-text,
  aside.form-status .form-status-container .form-sidebar .form-progress .progress-status,
  aside.form-status .form-status-container .form-sidebar .form-timing .status-timing,
  aside.form-status .form-status-container .form-sidebar .form-countdowm .status-timing {
    margin-top: 0;
  }
  aside.form-status .form-status-container .form-sidebar .form-timing .form-timing-icon {
    margin-bottom: -8px;
  }
  aside.form-status .form-status-container .form-sidebar .save-button-wrap .btn, aside.form-status .form-status-container .form-sidebar .submit-button-wrap .btn {
    margin: 0 auto;
  }
  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 1px;
  }
  .table .header-row th,
  .table .field-row td {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .form-matrix.choice-list .matrix-row-content .field-body .field-choice .choice-text,
  .form-radio.choice-list .field-body .field-choice .choice-text,
  .form-checkboxlist.choice-list .field-body .field-choice .choice-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .form-matrix.choice-list .matrix-row-content,
  .form-radio.choice-list .field-body,
  .form-checkboxlist.choice-list .field-body {
    border: solid 1px #C3C9D0;
  }
  .form-matrix.choice-list .matrix-row-content .field-choice,
  .form-radio.choice-list .field-choice,
  .form-checkboxlist.choice-list .field-choice {
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .formmobile .form-matrix.choice-list .matrix-row-content .field-choice + div,
  .formmobile .form-radio.choice-list .field-choice + div,
  .formmobile .form-checkboxlist.choice-list .field-choice + div {
    border-top: 1px solid #C3C9D0;
  }
  .form-matrix.choice-list .matrix-row-content .field-radio:not(old) > label > span:last-child,
  .form-radio.choice-list .field-radio:not(old) > label > span:last-child,
  .form-checkboxlist.choice-list .field-checkbox:not(old) > label > span:last-child {
    left: 10px;
  }
  .form-radio.choice-table .field-choice,
  .form-checkboxlist.choice-table .field-choice {
    padding-left: 10px;
  }
  .content-wrap {
    margin-top: 0px;
    /*      .logo {
        min-height: 20px;
    }*/
  }
  .form-footer {
    min-height: 110px;
  }
  #Survey_saveButton .button {
    padding: 5px 10px;
  }
  .form-section .form-address .form-field {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-section .form-address .address-label, .form-section .form-address .address-input {
    display: block;
  }
  td.field-col:active .field-radio input:not(:checked) + label > span:last-child,
  .field-radio:active input:not(:checked) + label > span:last-child,
  td.field-col:active .field-checkbox input:not(:checked) + label > span:last-child,
  .field-checkbox:active input:not(:checked) + label > span:last-child {
    -webkit-animation: none;
    animation: none;
  }
  td.field-col:active .field-radio input:checked + label > span:last-child,
  .field-radio:active input:checked + label > span:last-child,
  td.field-col:active .field-checkbox input:checked + label > span:last-child,
  .field-checkbox:active input:checked + label > span:last-child {
    -webkit-animation: antCheckboxSpanEffect 0.96s ease-in-out;
    animation: antCheckboxSpanEffect 0.96s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}
.modal-header .close {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-repeat: no-repeat;
  text-indent: 0;
  outline: 0;
  padding: 0;
}

.modal .modal-header .close .fa, .modal .modal-header .close i {
  color: #464e5f;
}

.modal-header .close:empty {
  display: inline-block;
  margin-top: 2px;
  margin-right: 0;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  text-indent: -10000px;
  outline: 0;
  padding: 0;
  background-image: url(/static/Content/Images/remove-icon-small.png);
}

@media (min-width: 768px) {
  .form-message .modal-dialog {
    width: 400px;
  }
}
.valueref {
  color: #E74242;
}

#floatingCirclesG {
  position: relative;
  width: 128px;
  height: 128px;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}

.f_circleG {
  position: absolute;
  background-color: #FFFFFF;
  height: 23px;
  width: 23px;
  -moz-border-radius: 12px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 1.36s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -webkit-border-radius: 12px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 1.36s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -ms-border-radius: 12px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 1.36s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: normal;
  -o-border-radius: 12px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 1.36s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  border-radius: 12px;
  animation-name: f_fadeG;
  animation-duration: 1.36s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}

#frotateG_01 {
  left: 0;
  top: 52px;
  -moz-animation-delay: 0.51s;
  -webkit-animation-delay: 0.51s;
  -ms-animation-delay: 0.51s;
  -o-animation-delay: 0.51s;
  animation-delay: 0.51s;
}

#frotateG_02 {
  left: 15px;
  top: 15px;
  -moz-animation-delay: 0.68s;
  -webkit-animation-delay: 0.68s;
  -ms-animation-delay: 0.68s;
  -o-animation-delay: 0.68s;
  animation-delay: 0.68s;
}

#frotateG_03 {
  left: 52px;
  top: 0;
  -moz-animation-delay: 0.85s;
  -webkit-animation-delay: 0.85s;
  -ms-animation-delay: 0.85s;
  -o-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

#frotateG_04 {
  right: 15px;
  top: 15px;
  -moz-animation-delay: 1.02s;
  -webkit-animation-delay: 1.02s;
  -ms-animation-delay: 1.02s;
  -o-animation-delay: 1.02s;
  animation-delay: 1.02s;
}

#frotateG_05 {
  right: 0;
  top: 52px;
  -moz-animation-delay: 1.19s;
  -webkit-animation-delay: 1.19s;
  -ms-animation-delay: 1.19s;
  -o-animation-delay: 1.19s;
  animation-delay: 1.19s;
}

#frotateG_06 {
  right: 15px;
  bottom: 15px;
  -moz-animation-delay: 1.36s;
  -webkit-animation-delay: 1.36s;
  -ms-animation-delay: 1.36s;
  -o-animation-delay: 1.36s;
  animation-delay: 1.36s;
}

#frotateG_07 {
  left: 52px;
  bottom: 0;
  -moz-animation-delay: 1.53s;
  -webkit-animation-delay: 1.53s;
  -ms-animation-delay: 1.53s;
  -o-animation-delay: 1.53s;
  animation-delay: 1.53s;
}

#frotateG_08 {
  left: 15px;
  bottom: 15px;
  -moz-animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
  -ms-animation-delay: 1.7s;
  -o-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 34px;
  padding: 8px 11px;
  font-size: 14px;
  line-height: 34px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #1676FE;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-menu {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  margin: 12px 0;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 15px;
  font-size: 14px;
  line-height: 14px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1676FE;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #1676FE;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.twitter-typeahead {
  width: 100%;
}

.reference_find {
  height: 20px;
  width: 40px;
  color: #E74242;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

.text-white {
  color: #fff;
}

@-moz-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-ms-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-o-keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@keyframes f_fadeG {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #FFFFFF;
  }
}
@-webkit-keyframes antRadioEffect {
  0% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@keyframes antRadioEffect {
  0% {
    opacity: 0.5;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@-webkit-keyframes antCheckboxEffect {
  0% {
    opacity: 0.3;
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.3) rotate(30deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(45deg);
  }
}
@keyframes antCheckboxEffect {
  0% {
    opacity: 0.3;
    transform: scale(0.5) rotate(0deg);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.3) rotate(30deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(45deg);
  }
}
@-webkit-keyframes antCheckboxSpanEffect {
  0% {
    box-shadow: 0 0 0 0px #ccc, 0 0 0 1px #fff, 0 0 0 2.5px #8bbbff, 0 0 0 0px #fff;
  }
  30% {
    box-shadow: 0 0 0 0px #ccc, 0 0 0 3px #fff, 0 0 0 4px #aed0ff, 0 0 0 0px #fff;
  }
  70% {
    box-shadow: 0 0 0 0px #ccc, 0 0 0 4px #fff, 0 0 0 4.5px white, 0 0 0 0px #fff;
  }
  to {
    box-shadow: none;
  }
}
@keyframes antCheckboxSpanEffect {
  0% {
    box-shadow: 0 0 0 0px #ccc, 0 0 0 1px #fff, 0 0 0 2.5px #8bbbff, 0 0 0 0px #fff;
  }
  30% {
    box-shadow: 0 0 0 0px #ccc, 0 0 0 3px #fff, 0 0 0 4px #aed0ff, 0 0 0 0px #fff;
  }
  70% {
    box-shadow: 0 0 0 0px #ccc, 0 0 0 4px #fff, 0 0 0 4.5px white, 0 0 0 0px #fff;
  }
  to {
    box-shadow: none;
  }
}
/* 拖拽上传样式 */
.dropzone .dropzone-add {
  border-radius: 20px;
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 10;
  background-color: #f5f5f5;
  display: inline-block;
  cursor: pointer;
  margin: 16px;
  text-align: center;
  line-height: 120px;
}

.dropzone .dropzone-add .fa-plus {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  color: #ccc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 矩阵题或组合题 题目及首行 固定显示 */
.matrix-widget-sticky .widget-block-label {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
.matrix-widget-sticky thead th {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 9;
}
.matrix-widget-sticky thead th::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7ecf1;
}
.matrix-widget-sticky thead th::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e7ecf1;
}

/* boostrap3 升级到 boostrap4 start */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

a {
  color: #1676FE;
}

a:focus, a:hover {
  color: #23527c;
}

a:active, a:hover {
  outline: 0;
}

.modal-header .close {
  flex-shrink: 0;
}

.btn-text-primary {
  color: #1676FE;
  background-color: #fff;
}

.btn-text-primary:hover, .btn-text-primary:focus {
  color: #015de0;
}

.button-text {
  color: #1676FE;
  background-color: #fff;
  border: 1px solid #1676FE;
}

.button-text:hover, .button-text:focus {
  color: #015de0;
}

#Survey_body .tab-content > .active {
  display: flex;
}

/* 修复 360Observer 页面箭头缺失问题*/
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

/* 移除日期时间选择器下划线样式 */
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  border: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 18rem !important;
}

/* 作答弹窗 padding */
@media (min-width: 576px) {
  .modal-dialog {
    margin: 30px auto;
  }
}
.modal-body {
  padding: 15px;
}

.form-text {
  margin-top: 0;
}

/* boostrap3 升级到 boostrap4 end */
.form-section .form-widget .table-radio td,
.form-section .form-widget .table-checkboxlist td {
  vertical-align: middle;
}

.editormd-fullscreen {
  z-index: 999;
}

body {
  margin-top: 0 !important;
}

.content-wrap .logo {
  position: absolute;
  left: max(40px, 50% - 580px);
  top: 1rem;
}

.content-wrap .logo img {
  margin: 0;
  max-height: 25px;
}

.content .form-header {
  min-height: 130px;
  display: flex;
  align-items: center;
  padding-left: max(40px, 50% - 580px);
}

#Survey_message.show {
  display: flex !important;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
}
#Survey_message.show .modal-body {
  text-align: center !important;
}
#Survey_message.show .modal-content {
  border-radius: 10px !important;
}

.blockUI.blockMsg.blockPage {
  border: none !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: auto !important;
  padding: 10px 30px !important;
  border-radius: 10px !important;
}

.content .form-header h2 {
  padding: 0;
}

.formpc .content .form-page:not(.form-thankyou) {
  position: relative;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.content .form-body .form-description,
.content .form-body .form-section,
.content .form-body .form-action {
  box-shadow: 0px 4px 8px 0px #EDEDF4;
}

.content .form-preface {
  background-color: transparent;
}

.description-scroll-content {
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 0.8rem 0 0.5rem;
  color: #666;
  cursor: pointer;
}

.content .form-body .form-description {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px 0px #EDEDF4;
  padding: 10px 20px;
  overflow: hidden;
}

.content .form-body .form-section {
  background-color: #fff;
  margin-top: 10px;
  padding: 0 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.content .form-body .form-action {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.index-score-box {
  bottom: 1.8rem !important;
}

.index-score-box img {
  width: 0.9rem !important;
}

.index-score-box .index-score-content {
  box-shadow: 0 0.3rem 0.615rem 0 #ededf4;
}

.index-score-box .index-score-content > div {
  padding: 0 !important;
}

.index-score-box .hide-icon {
  line-height: 1;
  z-index: 1;
  background-color: #1676FE !important;
}

.index-score-table-box .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9fb !important;
}

.form-delimiter {
  margin-top: 10px;
}

.form-section .form-widget {
  padding-bottom: 0;
}

.form-section .form-widget.form-delimiter {
  background: #F1F8FF;
  border-radius: 4px;
  padding: 8px 20px;
}

.form-section .form-widget.form-delimiter header h4 {
  font-size: 1.2rem;
  color: #1676FE;
  margin: 0;
}

.form-section .form-widget.form-delimiter .widget-block-label .widget-instruction {
  color: #333;
  font-size: 1.08rem;
}

.form-section .form-widget {
  padding-left: 0;
  padding-right: 0;
}

.form-section .form-widget .widget-body .table-radio, .form-section .form-widget .widget-body .table-checkboxlist {
  border: none;
}

.form-section .form-widget .widget-body .table-matrix .field-col:hover {
  background-color: #f9f9fb;
}

.field-radio:not(old) > input:checked ~ label > span:last-child {
  border: 2px solid #1676FE;
}

.field-radio:not(old) > input:checked ~ label > span:last-child {
  background-color: #fff;
}

.field-radio:not(old) > label > span:last-child::after {
  background-color: #1676FE;
}

.form-section .form-widget .widget-body .field-choice .choice-text {
  color: #333333;
  font-size: 1.08rem;
}

.form-section .form-widget .widget-body textarea {
  min-height: 80px;
  line-height: 1.2;
  resize: none;
}

.form-section .form-widget footer .widget-message {
  background: #FFF8F8;
  border-radius: 4px;
  line-height: 1.5;
  margin-top: 5px;
  padding-left: 10px;
  padding-top: 0;
  display: flex;
  align-items: center;
}

.form-section .form-widget footer .widget-message::before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 16px;
}

.preface-action .button {
  width: 200px;
  height: 40px;
  background: #1676FE;
  border-radius: 20px;
  padding: 0;
  font-size: 1.385rem;
}

.action-pager {
  margin-bottom: 10px;
}

.action-pager .button,
.action-done .button,
.form-thankyou .button {
  border-radius: 18px;
  font-size: 1.23rem;
  text-align: center;
  min-width: 150px;
  height: 36px;
  padding: 0 20px;
}

aside.form-status .form-status-container .form-sidebar .save-button-wrap .button,
aside.form-status .form-status-container .form-sidebar .submit-button-wrap .button {
  border-radius: 16px;
  font-size: 1.23rem;
  text-align: center;
  width: 120px;
  height: 32px;
  padding: 0;
  line-height: 1;
}

input[id$=_save] {
  color: #1676FE;
  background-color: #fff;
  border-color: #1676FE;
}

.form-section .form-widget .widget-body .table-matrix {
  border: none;
}

.form-section .form-widget:is(.form-matrix, .form-checkmatrix) .widget-body .table-matrix > thead > tr > th {
  background: #f9f9fb;
  font-size: 1.08rem;
  font-weight: normal;
}

.matrix-thead-sticky thead th::after {
  background: transparent;
}

.form-section .form-widget .widget-body .table-matrix > thead > tr > th, .form-section .form-widget .widget-body .table-matrix > thead > tr > td, .form-section .form-widget .widget-body .table-matrix > tbody > tr > th, .form-section .form-widget .widget-body .table-matrix > tbody > tr > td, .form-section .form-widget .widget-body .table-matrix > tfoot > tr > th, .form-section .form-widget .widget-body .table-matrix > tfoot > tr > td {
  border: none;
}

.form-section .form-widget:not(.form-textareamatrix) .widget-body .table-matrix > thead > tr > td, .form-section .form-widget .widget-body .table-matrix > tbody > tr > th, .form-section .form-widget .widget-body .table-matrix > tbody > tr > td, .form-section .form-widget .widget-body .table-matrix > tfoot > tr > th, .form-section .form-widget .widget-body .table-matrix > tfoot > tr > td {
  border-bottom: 1px solid #DDD;
}

.form-section .form-widget.form-textareamatrix .widget-body .table-matrix > tbody > tr > td {
  border-bottom: none;
}

.form-section .form-widget.form-textareamatrix .widget-body .table-matrix > tbody > tr:not(:last-child) > td {
  border-bottom: 1px dashed #DDD;
}

.form-section .form-widget .widget-body .table-matrix > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.form-section .form-widget .widget-body:empty {
  display: none;
}

.form-section .form-widget .widget-instruction {
  margin-top: 5px;
}

.formpc #formpage_language_select {
  right: max(40px, 50% - 580px);
  top: 20px;
  font-size: 1.08rem;
}

/*aside.form-status .form-status-container .form-sidebar {
    padding-top: 10px;
    padding-bottom: 10px;
}*/
aside.form-status .form-status-container .form-sidebar .form-progress .progress-info-new .progress-bar-newcolor {
  background-color: #1676FE;
}

aside.form-status .form-status-container .form-sidebar .status-overview .completed-widgets-text span.completed-widgets-text-data,
aside.form-status .form-status-container .form-sidebar .status-overview span.pager-view-text span.pager-view,
aside.form-status .form-status-container .form-sidebar .form-progress .progress-status .status-number,
aside.form-status .form-status-container .form-sidebar .form-timing .status-timing {
  color: #1676FE;
}

aside.form-status .form-status-container .form-sidebar .status-overview .completed-widgets-icon i,
aside.form-status .form-status-container .form-sidebar .status-overview span.pager-view-icon i,
aside.form-status .form-status-container .form-sidebar .form-progress .progress-status-icon i,
aside.form-status .form-status-container .form-sidebar .form-timing .form-timing-icon i {
  color: #1676FE;
}

.formmobile .content .form-page {
  top: 0;
  padding: 15px;
}

.formmobile .content .form-header {
  min-height: 110px;
  background-position: -570px center;
}

.formmobile .content .form-body .form-section {
  margin-top: 15px;
  padding: 0 15px;
}

.formmobile .content .form-body .form-description {
  padding: 15px;
  font-size: 1.08rem;
}

.formmobile .content-wrap .logo {
  position: absolute;
  width: 110px;
  left: 15px;
  top: 15px;
}

.formmobile .content .form-header h2 {
  position: absolute;
  left: 15px;
  top: 60px;
  padding: 0;
  font-size: 16px;
}

.formmobile .form-section .form-widget.form-delimiter {
  padding: 10px;
}

.formmobile .form-section .form-widget.form-delimiter header h4 {
  color: #1676FE;
}

.formmobile .form-matrix.choice-list .matrix-row-content .field-choice + div, .formmobile .form-radio.choice-list .field-choice + div, .formmobile .form-checkboxlist.choice-list .field-choice + div {
  border: none;
}

.formmobile .form-section .form-widget .widget-body .field-choice {
  background: #F9F9FB;
  margin: 5px 0;
  border-radius: 6px;
}

.formmobile .form-section .form-widget:not(.form-matrix) .widget-body .field-choice.field-radio:has(input:checked) {
  background-color: #1676FE;
}

.formmobile .form-section .form-widget:not(.form-matrix) .widget-body .field-choice.field-radio:has(input:checked) .choice-text {
  background-color: #1676FE;
  color: #fff;
  font-weight: bold;
}

@media (max-width: 768px) {
  .form-matrix.choice-list .matrix-row-content, .form-radio.choice-list .field-body, .form-checkboxlist.choice-list .field-body {
    border: none;
  }
}
.formmobile .field-choice.field-radio:not(old) > label > span:last-child::after {
  background-color: #fff;
}

.formmobile .field-choice.field-radio:not(old) > input:checked ~ label > span:last-child {
  background-color: #1676FE;
}

.formmobile .field-choice.field-radio:not(old) > input:checked ~ label > span:last-child {
  border: 2px solid #fff;
}

.formmobile .form-section .form-widget .widget-body textarea {
  min-height: 65px;
}

.formmobile .content .form-bottom-layer {
  background-color: #fff;
  padding: 0;
}

.formmobile .content .form-body .form-action {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.table {
  color: #333;
}

.formmobile .form-section .form-widget .widget-body .table-matrix > tbody > tr > td.field-header {
  width: 65px;
  font-size: 1.08rem;
}

.formmobile .form-section .form-widget .widget-body .table-matrix .field-col {
  height: 50px;
}

.formmobile table.table-matrix .field-radio:not(old) > label > span:last-child::after {
  background-color: #1676FE;
}

.formmobile table.table-matrix .field-radio:not(old) > input:checked ~ label > span:last-child {
  background-color: #fff;
}

.formmobile table.table-matrix .field-radio:not(old) > input:checked ~ label > span:last-child {
  border: 2px solid #1676FE;
}

.formmobile .form-section .form-widget .widget-body .table-matrix .field-col:hover {
  background-color: #fff;
}

.formmobile .form-section .form-widget footer .widget-message {
  padding: 0;
}

.formmobile #formpage_language_select {
  top: 15px;
  right: 15px;
}

.content .form-header {
  background-image: url("/static/web6/product/360/360ObserverList/img/ObserverListLight.jpg");
}
.content .form-header h2 {
  color: #333;
}
