﻿.arrow-outer {
  width: 10px;
  cursor: pointer;
  display: inline-block;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #888;
  display: inline-block;
}

.chart-comments {
  position: relative;
}
.chart-comments .comment-display-outer {
  max-height: unset;
  overflow: hidden;
}

.comment-inner.admin-comment-inner.isChild .comment-text-body {
  border-left: 3px solid #3399cc;
  border-radius: 3px 8px 8px 3px;
}
.expand-box {
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: 11;
}

.expand-box .head {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, #fff),
    color-stop(100%, #fff)
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    #fff 50%,
    #fff 100%
  );
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffffff',GradientType=0);
  height: 110px;
}

.expand-box .buttonholder {
  padding-top: 56px;
  padding-bottom: 24px;
}

.expand-box .bordergradient {
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffeeeeee',GradientType=0);
  height: 8px;
  display: none;
}

img.top {
  margin-bottom: 20px;
}

.heading-text {
  color: #555;
  font-size: 20px !important;
}

.poll-entry {
  padding-top: 12px;
  padding-bottom: 5px;
}

.heading-table {
  border-top: thin solid #d2d3d4;
  border-bottom: thin solid #d2d3d4;
  width: 100%;
  margin-bottom: 10px;
}

.heading-table tr {
  height: 60px;
}

.heading-table td {
  text-align: center;
  vertical-align: middle;
  background-color: #f6f6f6;
  color: #333;
  font-size: 24px;
}

.poll-pad.comment-entry {
  text-align: right;
  position: relative;
}

.circular {
  width: 48px;
  height: 48px;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border: 2px solid #019dda;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
}

.circular.child {
  width: 36px;
  height: 36px;
  border: 1px solid #019dda;
}

.poll-pad.comment-entry {
  padding: 15px 8px 0;
  text-align: right;
  position: relative;
}

.comment-right {
  padding: 6px 4px 3px 6px;
  border-radius: 6px;
}

.clear {
  clear: both;
}

.comment-div {
  padding-bottom: 5px;
}

.comment-user {
  font-weight: bold;
  color: #019dda;
}

.comment-text {
  color: #141823;
}

.comment-time {
  color: #aaa;
}

.comment-inner {
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 4px;
}

.comment-inner.child {
  padding: 6px 0 3px 9px;
  background: none;
  border-left: 2px solid #d5d5d5;
  border-radius: 0;
}

.comment-children {
  margin-left: 25px;
}

.comment-clear {
  clear: both;
}

.comment-div {
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
}

.comment-user {
  font-weight: bold;
  color: #019dda;
  margin-right: 8px;
}

.comment-text {
  color: #141823;
}

.comment-text-body {
  display: block;
}

.comment-time {
  color: #aaa;
  font-size: smaller;
}

.comment-actions {
  float: right;
  margin-right: 10px;
  color: #a1a8ac;
}

.comment-actions .toggleVote.uv-none {
  display: none;
}
.toggleVote i,
.reply > i {
  display: inline-block;
  cursor: pointer;
  margin-right: 2px;
}

.reply {
  display: none !important;
}

.toggleVote {
  color: #a1a8ac !important;
}

.toggleVote > i:before {
}

.toggleVote.voted > i:before {
  color: #1aae88;
}

.poll-div {
  margin-bottom: 12px;
}

.poll-content-div {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}

.poll-content-div img,
.pollContentDiv3 img,
.pollContentDiv4 img {
  width: 100%;
  box-shadow: 0 1px 1px 0 rgba(118, 118, 118, 1);
}

.poll-header {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  background-color: #3399cc;
  padding: 13px;
  padding-bottom: 11px;
  position: relative;
  z-index: 1;
  box-shadow: inset 0px 15px 30px -5px rgba(255, 255, 255, 0.2),
    inset 0 -1px 3px 1px rgba(51, 51, 51, 0.05),
    0px 1px 6px -2px rgba(0, 0, 0, 0.7);
  margin-left: -1px;
  margin-right: -1px;
}

.poll-body {
  position: relative;
  background-color: #eee;
  padding: 0px;
  color: #888888;
  width: 100%;
}

.prepend.results {
  margin-left: 14px;
  font-size: 12px;
  margin-bottom: 2px;
  color: #a6a6a6;
  margin-top: -2px;
}

.prepend {
  display: none;
}

.poll-outer-wrap {
  padding: 1px 4px 5px 4px;
}

.Poll-CTA-outer {
  width: 100%;
  padding: 0 2px 0 2px;
}

.Poll-CTA-light {
  text-align: center;
  color: #444444;
  font-size: 12px;
  background: white;
  -webkit-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.4);
  width: 100%;
  border-radius: 0px 0px 4px 4px;
}

.Poll-CTA-light-body {
  padding: 8px;
  font-size: 14px;
}

.Poll-CTA-Disclaimer {
  text-align: center;
  color: #b4b4b4;
  font-size: 10px;
  padding-top: 3px;
}

.option-result {
  height: 27px;
  margin: 3px 0px 3px 0px;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
}

.option-result__inner-bar {
  position: absolute;
  margin-left: 8px;
  width: 100%;
  padding: 5px 45px 5px 0px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #122935;
}

.option-result__percent-text {
  position: absolute;
  right: 10px;
  padding: 5.25px 0px 5.25px 0px;
  font-size: 13px;
  color: #122935;
  cursor: default;
}

.option-result__inner-background {
  height: 100%;
  border-radius: 4px 0px 0px 4px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  background-color: #dedede;
}

.option-result.selected {
  background-color: #beedff;
}

.selected .option-result__inner-background {
  background-color: #80ceec !important;
}

.pointer {
  cursor: pointer;
}

.Poll-Results-Private {
  font-size: 12px;
  display: inline-block;
  margin: 0 auto;
}

.post-vote-tooltip {
  border: thin solid #cccccc;
  background-color: white;
  padding: 4px;
}

.post-vote-tooltip:last-child {
  border-top: none;
}

.circular {
  width: 48px;
  height: 48px;
  border-radius: 27px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border: medium solid #019dda;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
}

textarea,
input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cta-btn {
  background: #2ab27b;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  font-family: "Avenir", sans-serif;
  font-size: 16px;
  font-weight: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 0;
  border-bottom: 2px solid transparent;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 6px 14px 3px 14px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.cta-btn:hover,
.no_touch .btn:focus {
  background: #2ab27b;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  color: white;
  outline: 0;
  text-decoration: none;
}

.cta-btn:active,
.btn.active {
  color: white;
  border-bottom-color: transparent !important;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.vote-button {
  width: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px;
  color: rgb(102, 102, 102);
  background-color: rgb(255, 255, 255);
  cursor: pointer;
  border-radius: 13px;
}

.vote-button-inner {
  margin-top: 6px;
  padding: 7px 5px 7px 30px;
  text-align: left;
  font-size: 15px;
}

.vote-button-inner-radio {
  position: absolute;
  border: 2px solid rgba(208, 208, 208, 1);
  border-radius: 50%;
  height: 13px;
  width: 13px;
  z-index: 2;
  top: 0;
  bottom: 0;
  background: #ffffff;
  text-align: left;
  margin: auto 0 auto 8px;
}

.vote-button .option:hover .vote-button-inner-radio {
  background: rgba(51, 153, 204, 1);
  box-shadow: inset 0px 0px 0px 3px #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 3px #ffffff;
}

.poll-pad {
  padding-right: 6px;
  padding-left: 6px;
}

.prevResults {
  font-size: smaller;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0;
}

.vote-button.vote-multi {
  border-radius: 0px;
}

.vote-multi.selected .vote-button-inner-radio {
  background-color: #000;
  border: 4px solid #eee;
  height: 15px;
  width: 15px;
  margin: auto 0 auto 8px;
  border-radius: 0px;
  color: #333;
}

.vote-multi .vote-button-inner-radio {
  border-radius: 0 !important;
  width: 15px;
  border-width: 2px;
  margin: auto 0 auto 8px;
  height: 15px;
}

.w100 {
  width: 100%;
}

.prevnext {
  margin: 0px 5px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.prevnext.left {
  margin-right: -68px;
  margin-left: 6px;
}

.prevnext.right {
  margin-left: -35px;
  margin-right: 6px;
}

/* Additional formatting for arrow icon */
i.arrow {
  top: -1px;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.2em solid;
  border-top: 0.2em solid;
  transform: rotate(45deg);
  margin: 0 0 0 2px;
}

.arrow.l {
  transform: rotate(-135deg) !important;
  margin: 0 2px 0 0 !important;
}

.truncator-link {
  color: #3b5998;
  cursor: pointer;
  text-decoration: none;
}

.truncator-link:hover {
  text-decoration: underline;
}

.pad-r {
  padding-right: 10px;
}

.pad-45 {
  padding: 0 45px;
}

.img-left {
  max-width: 285px;
}

.aside-img {
  width: 300px;
  padding-right: 15px;
}

.post-title {
  margin-top: 0;
}

.uHid {
  display: none;
}

.report-vote-ct {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1030;
  position: relative;
  margin-top: 3px;
  color: #191818;
}

span.option-avg-rank {
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  z-index: 1040;
  position: absolute;
  right: 77px;
  background: #bbbbbb;
  border-radius: 3px;
  color: #fff;
}

.comment-map-display {
  margin: 5px 15px 0 0;
}

@media print {
  #reportPreview {
    margin-left: 0;
    margin-top: 0 !important;
  }
  .noprint {
    display: none;
  }
  .segment-refresh-label {
    display: none;
  }
}

.responseName {
  z-index: 900;
  position: relative;
}
.option-avg-rank ~ .responseName {
  width: calc(100% - 230px);
  display: inline-block;
}

.circular {
  border: 1px solid #e2e2e2 !important;
}

span.comment-source {
  margin: 2px 0 0 8px;
  color: #b5b5b5;
  background: #f1f1f1;
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 12px;
}

.comment-text-body .comment-image {
  height: 200px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.downloadGraphBtn {
  visibility: hidden;
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
  z-index: 999;
}

.itemWrapper:hover .downloadGraphBtn {
  visibility: visible;
}

.comment-inner .comment-right {
  text-align: left;
}

.chart-item td.matrixOption {
  height: 1px;
}

.matrix-outer-table .matrixQuestion {
  text-align: left;
}

.legendLabel {
  text-align: left;
}

.data-dashboard-insights-nav,
#insightListNav,
.data-dashboard-email,
.data-dashboard-comments {
  display: none !important;
}

.data-feed-item {
  position: relative;
}

.legendLabel span {
  margin-left: 5px;
}

.pieLabel > div {
  font-family: Open Sans, Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  padding: 4px 10px;
  font-weight: 400;
}

.pieLabelBackground {
  border-radius: 5px;
}

.pieLabel {
  max-width: 210px;
}

.bar-chartdiv {
  width: 100%;
  height: 500px;
  font-size: 11px;
}

a[href='http://www.amcharts.com/javascript-charts/']
{
  display: none !important;
}

.gear-actions-container {
  position: absolute;
  top: 0;
  right: 25px;
}

.legend-label-left {
  float: left;
  width: 20px;
  min-height: 10px;
  margin: 0 5px 0 4px;
}

.legend-label-right {
  overflow: hidden;
  font-weight: bold;
  min-height: 10px;
}

td.legendColorBox {
  vertical-align: top;
}

.insight-filter-container {
  text-align: left;
}

.insight-filter-container .filter-name input {
  display: inline-block;
}

.insight-filter-container .filter-initial-display {
  display: inline-block;
  cursor: pointer;
}

.segment-refresh-label {
  padding-left: 3px;
}

.segment-refresh-label a {
  text-decoration: underline;
  color: blue;
}

.filter-applied-ui {
  background: linear-gradient(#fbfbfbed, #ffffff);
  border: none;
  border-top: 2px solid #c3c3c3;
  padding: 9px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.05);
}

.matrix-summary-bar {
  text-align: center;
}

.matrix-summary-bar .participants-count {
  color: #788288;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  z-index: 9999 !important;
  display: block;
}
