/*
	DrivingSales Stylesheet: VR Survey
*/
section.survey h2.survey-title {
  color: #777;
  font-weight: normal;
  font-size: 26px;
  margin: 20px 0 20px 0; }
section.survey .survey-sidebar {
  padding-top: 10px;
  width: 25%; }
  section.survey .survey-sidebar h2 {
    font-size: 1em;
    padding: 5px;
    color: #bc6e26;
    border-bottom: 1px dotted #bc6e26; }
  section.survey .survey-sidebar .tips li {
    font-size: 0.9em; }
  section.survey .survey-sidebar .row-product-rating {
    padding: 5px 10px;
    border-bottom: 1px dotted #dadada;
    padding-bottom: 5px;
    margin-bottom: 5px; }
    section.survey .survey-sidebar .row-product-rating .job-title {
      margin-bottom: 0px; }
    section.survey .survey-sidebar .row-product-rating .grey_avatar {
      width: 40px;
      height: 40px; }
      section.survey .survey-sidebar .row-product-rating .grey_avatar img {
        width: 40px;
        height: 40px; }
    section.survey .survey-sidebar .row-product-rating .stars {
      width: 100%; }
      section.survey .survey-sidebar .row-product-rating .stars img {
        float: none;
        padding: 0px;
        margin-right: 2px; }
section.survey .survey-column-left {
  width: 73%; }
section.survey .tile {
  padding: 5px 10px;
  background: #f7f7f7;
  float: left;
  border: 1px solid #ccc;
  width: 49%;
  margin: 0 1% 2% 0 !important;
  position: relative; }
  section.survey .tile:hover {
    border: 1px solid #bfbfbf;
    -moz-box-shadow: 2px 2px 3px #ccc;
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc; }
  section.survey .tile:nth-child(odd) {
    clear: both; }
  section.survey .tile h3 {
    color: #3b5f8b;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    display: block;
    margin: 5px 0; }
  section.survey .tile .select2-container {
    width: 100%; }
  section.survey .tile.company {
    border-color: #bc6e26; }
    section.survey .tile.company h3 {
      color: #bc6e26; }
  section.survey .tile .button-secondary.small {
    padding: 3px 5px;
    font-size: 12px !important;
    margin-bottom: 5px; }
section.survey .stars .star {
  width: 24px;
  height: 24px;
  padding: 0px;
  margin: 0px;
  margin-right: 2px;
  float: left;
  background-image: url(../images/wiki/star_full_empty.jpg?v=); }
  section.survey .stars .star.on {
    background-image: url(../images/wiki/star_full.jpg?v=); }
section.survey .stars .description {
  height: 24px;
  padding: 2px 10px;
  margin-left: 10px;
  line-height: 24px;
  font-size: 0.8em;
  font-style: italic;
  background: #a8a8a8;
  color: white; }
section.survey .stars label {
  color: #444; }
@media (max-width: 767px) {
  section.survey .survey-sidebar {
    display: none; }
  section.survey .survey-column-left {
    width: 100%; }
  section.survey .survey-sidebar {
    width: 0%; }
  section.survey .tile {
    width: 100%; } }
section.survey .would-recommend {
  margin-top: 10px;
  margin-bottom: 0; }
  section.survey .would-recommend label {
    width: 33.33333%;
    float: left;
    display: inline-block; }
  section.survey .would-recommend .recommend {
    float: left;
    display: block;
    font-size: 0.8em;
    text-decoration: none;
    padding: 2px 4px;
    color: black;
    width: 48%;
    border: 2px solid #eaeaea;
    background: white;
    border-radius: 3px; }
    section.survey .would-recommend .recommend .thumb {
      background-image: url("../images/wiki/survey_thumbs_sprite.png");
      width: 14px;
      height: 14px;
      margin-right: 5px;
      display: inline-block; }
    section.survey .would-recommend .recommend.no .thumb {
      background-position: 14px 0px;
      margin-bottom: -2px;
      margin-top: 2px; }
    section.survey .would-recommend .recommend:first-of-type {
      margin-right: 10px; }
    section.survey .would-recommend .recommend:hover {
      border-color: #cacaca; }
    section.survey .would-recommend .recommend.on {
      color: white;
      background: #bc6e26;
      border-color: #bc6e26; }
      section.survey .would-recommend .recommend.on .thumb {
        background-position-y: 14px; }
    section.survey .would-recommend .recommend.off {
      background: #dadada; }
section.survey .search-bar {
  margin-left: 10px;
  margin-right: 10px;
  float: right; }
  section.survey .search-bar label {
    color: #3b5f8b; }
section.survey .comments {
  margin-top: -15px; }
  section.survey .comments textarea {
    width: 100%; }
  section.survey .comments .counter {
    float: right;
    font-size: 13px;
    color: #888; }
section.survey .vr-category-description {
  background: url("../images/vendorratings/right_corner_info.png") repeat scroll left top transparent;
  height: 30px;
  right: 1px;
  position: absolute;
  top: 1px;
  width: 30px; }

.right-sidebar section.survey {
  margin-top: 10px; }
  .right-sidebar section.survey .tile {
    width: 278px; }
    .right-sidebar section.survey .tile textarea {
      width: 98%; }
  .right-sidebar section.survey .stars .description {
    font-size: 0.7em; }
  .right-sidebar section.survey .would-recommend .recommend {
    font-size: 0.7em;
    width: 43%; }

section.survey.single .tile {
  width: auto;
  float: none; }
  section.survey.single .tile textarea {
    width: 98%; }
section.survey.single .would-recommend .recommend {
  width: 43%; }

@media (max-width: 767px) {
  .section-wrapper {
    padding-left: 0px;
    padding-right: 0px; } }

/*# sourceMappingURL=survey_vr.css.map */
