/*

	== Corporate
	== Survey
	.survey-vote --> .sv-##

*/
.sv-main-content {
  position: relative;
  padding: 1em;
  margin: 1em 0;
  border: 3px solid #e3e9ea;
}
.sv-title {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  padding-right: 3em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #474d4e;
  border-bottom: 1px solid #e3e9ea;
}
.sv-title-total {
  position: absolute;
  top: 1em;
  right: 1em;
  padding-top: .5em;
  font-size: 1.6rem;
  font-weight: normal;
}
.sv-item {
  padding: 0.75em 0.5em;
  border-bottom: 4px solid #f6f9f9;
}
.sv-item .radio-title {
  display: inline-block;
  margin-top: 0;
  margin-left: 0;
  font-size: 1.8rem;
}
.sv-item .radio-title::after {
  margin-top: .25em;
}
.sv-item .form-item-radio label {
  padding-left: 2em;
}
.sv-item [type="radio"]:checked + label {
  font-weight: bold;
  color: #566e02;
}
.sv-item-button {
  margin-top: 1.5em;
}
.sv-item-button [class^="btn"] {
  font-size: 2rem;
  padding-top: .35em;
  padding-bottom: .35em;
}
.sv-item-button [class^="btn"] .icon {
  display: none;
}
.sv-item-input {
  display: block;
  margin-left: 2em;
  width: 38%;
}
/*
 * Block
 */
.block-small .survey-vote .form-item-radio .radio-title:after {
  top: -4px;
}
.block-small .sv-item-button [class^="btn"] {
  font-size: 1.6rem;
}
.block-small .sv-main-content {
  padding: 0.5em;
}
.block-small .sv-title {
  display: block;
  font-size: 1.6rem;
  padding-right: 0;
}
.block-small .sv-title .sv-title-total {
  float: none;
  font-size: 1.4rem;
}
.block-small .sv-item,
.block-small .sv-item label {
  font-size: 1.4rem;
}
.block-small .sv-item-button {
  margin-top: .5em;
}
.block-small .sv-item-input {
  width: auto;
}
.block-small .sv-result-color {
  min-width: 5%;
  max-width: 80%;
}
.block-small .with-results .sv-title {
  border-bottom: 0;
  padding-bottom: 0;
}
.block-small .with-results .sv-title-total {
  position: static;
  display: block;
  padding-top: 0;
  padding-bottom: .25em;
  font-size: 1.4rem;
  border-bottom: 1px solid #e3e9ea;
}
/*
 * Loading
 */
.sv-main-content.is-loading .sv-content {
  position: relative;
}
.sv-main-content.is-loading .sv-loading {
  display: block;
}
.sv-loading {
  display: none;
  z-index: 20;
  padding-top: 5em;
  background: #FFF;
}
.sv-loading .spinner {
  margin: auto;
}
.sv-loading-txt {
  font-size: 1.8rem;
  text-align: center;
}
/*
 * Results
 */
.sv-list-result .sv-item {
  border-bottom: 0;
}
.sv-list-result .sv-item.is-highlited {
  color: #566e02;
}
.sv-result {
  display: block;
}
.sv-result-color {
  display: inline-block;
  vertical-align: middle;
  min-height: 26px;
  min-width: 3%;
  max-width: 90%;
  background: #afc0c3;
  -webkit-transition: width .8s;
  transition: width .8s;
}
.sv-result-txt {
  margin-left: 0.5em;
}
.is-highlited .sv-result-color {
  background: #a3c434;
}
.is-highlited .sv-result-txt {
  color: #566e02;
}
.toanimate .sv-result-color {
  width: 0% !important;
}

/*# sourceMappingURL=maps/corporate-survey.css.map */
