﻿/* survey */
.poll {
  width: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 0;
  margin-bottom: 6px;
  margin-left: 0;
  margin-right: 0;
  float: left;
  clear: both;
  display: block;
}
.poll-content {
  background-color: rgba(238, 238, 238, 0.7);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-right-style: dotted;
  border-top-color: rgba(164, 164, 164, 0.8);
  border-bottom-color: rgba(164, 164, 164, 0.8);
  border-left-color: rgba(164, 164, 164, 0.8);
  border-right-color: rgba(164, 164, 164, 0.8);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  float: left;
  clear: both;
  display: block;
}
.poll-content form {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  float: left;
  clear: both;
  display: block;
}
.poll-question {
  color: #004080;
  text-align: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(153, 153, 153);
  float: left;
  clear: both;
  display: block;
}
.poll-question div {
  font-size: 9px;
}
.poll-answer {
  width: 100%;
  padding-top: 0;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 0;
  float: left;
  clear: both;
  display: block;
}
.poll-answer input {
}
.poll-answer div {
  background-color: rgb(83, 166, 123);
  background-image: linear-gradient(
    to bottom,
    rgb(142, 219, 68),
    rgb(122, 186, 59),
    rgb(83, 166, 123)
  );
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  height: 5px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-left: 0;
  margin-right: 2px;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-right-style: solid;
  border-top-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: rgb(69, 69, 69);
  border-right-color: rgb(69, 69, 69);
}
.poll-answer .votebutton {
  clear: both;
  display: block;
}
.box-item .poll-answer .votebutton {
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  margin-top: 2px;
  margin-bottom: 6px;
  margin-left: 0;
  margin-right: 0;
  float: left;
  clear: both;
  display: block;
}
@media only screen and (max-width: 470px) {
  .poll-answer {
    width: 100%;
    float: left;
    display: block;
  }
  .poll-answer label {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    float: left;
    display: block;
  }
  .poll-answer div {
    float: left;
    display: block;
  }
}
/* survey - end */
/* survey for "box" */
.box-item .poll {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  float: left;
  clear: both;
  display: block;
}
.box-item .poll-content {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  border-top-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-right-color: currentcolor;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  float: left;
  clear: both;
  display: block;
}
/* survey for "box" - end */
