/*
Primary Color: #1D69BD
Text Color: #fff
*/

#W {
  min-width: 300px;
  max-width: 395px;
}

#W .svs-widget {
  background: #efefef;
  font-family: 'Open Sans', 'Arial Narrow', Arial, Helvetica, sans-serif;
}

#W .svs-question-text {
  font-size: 11px;
  color: #FFF;
  margin: 0 0 5px 0;
}

#W .svs-submit-text {
  font-size: 10px;
  color: #FFF;
  margin: 0 0 5px 5%;
  font-weight: bold;
  text-align: left;
}

#W .svs-title {
  font-size: 15px;
  padding: 15px;
  color: #fff;
  text-align: left;
  background-color: #1c3040;
  transition: background-color 0.3s;
}

#W .svs-title:hover {
  background-color: #23282D;  
}

#W .svs-title em {
  font-weight: bold;
  color: #fff;
}

#W .svs-content {
  border-top: none;
  background: #f6f6f6;
}

#W .svs-question-hidden .svs-content {
  border-top: none;
}

#W .svs-action-wrap {
  background: #1C3040;
  padding: 10px 0;
}

#W .svs-widget .svs-action-wrap:before {
  display: block;
  content: 'Submit or Next Button';
  font-size: 10px;
  height: auto;
  color: #fff;
  margin: 0 0 0 14px;
}

#W .svs-action {
  width: 90%;
  font-size: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  background: #f65e54;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 10px auto 0;
  border-radius: 5px;
}

#W .svs-action:hover {
  background-color: #E9473C;
}

#W .svs-list-select {
  margin: 12px auto;
}

#W .svs-list-select li {
  padding: 0.35em 0;
  line-height: 1.65em;
  color: #555;
}

#W .svs-list-select li:hover {
  background: #f7f7f7;
  color: #333;
}

#W .svs-list-select span.svs-icon {
  position: absolute;
  width: 33px;
  height: 30px;
  margin: -3px 0 0 0;
  background-image: url('SVSROOT/images/bg-default-buttons.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  left: 0;
}

#W .svs-checkbox-list span.svs-icon {
  background-image: url('SVSROOT/images/bg-default-checkboxes.png');
}

#W .svs-list-select span.svs-li-text {
  display: block;
  position: relative;
  margin: 5px 0 3px 40px;
  font-size: 14px;
  line-height: 1.2;
  color: #E9473C;
}

#W .svs-list-select li.active span.svs-icon {
  background-position: 0 -29px;
}

#W .svs-list-select.button-list li {
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-top-color: #ddd;
  border-bottom-color: #b9b9b9;
  box-shadow: inset 0 4px 5px -3px #fff,
    inset 0 -3px 5px -3px rgba(0, 0, 0, 0.2),
    0 0 0 2px #f2f2f2,
    0 0 0 3px #ebebeb;
  padding: 0;
  margin: 10px 0;
}

#W .svs-list-select.button-list li span.svs-icon {
  display: none;
}

#W .svs-list-select.button-list span.svs-li-text {
  margin: 8px;
}

#W .svs-drop-down-inner {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #333;
  border: 2px solid #ccc;
  margin: 2% 2%;
  background: #fff;
}

#W .svs-drop-down-inner:hover {
  background: #dbdbdb;
}

#W .svs-drop-down .svs-drop-down-top {
  cursor: pointer;
}

#W .svs-drop-down .svs-text {
  line-height: 30px;
  padding: 2px 9px;
  text-align: left;
}

#W .svs-drop-down .svs-down-btn {
  width: 34px;
  height: 34px;
  background: url('SVSROOT/images/down-btn.png') no-repeat 50% 50%;
  float: right;
}

#W .svs-drop-down .svs-list-wrap2 {
  position: relative;
}

#W .svs-drop-down .svs-list-wrap {
  display: none;
  position: absolute;
  top: 2px;
  left: -2px;
  right: -2px;
  z-index: 100200;
  background: #fff;
  border: 2px solid #CCC;
  border-top: none;
}

#W .svs-drop-down.svs-down .svs-list-wrap {
  display: block;
}

#W .svs-drop-down .svs-list li {
  padding: 10px;
  line-height: 30px;
  background: #f5f5f5;
}

#W .svs-drop-down .svs-list li:hover {
  background: #dbdbdb;
}

#W .svs-images {
  padding: 8px;
}

#W .svs-images .svs-item img:hover {
  box-shadow: 0 0 4px #f65e54;
}

#W .svs-images .svs-caption {
  display: block;
  font-size: 12px;
  padding: 3px 0 5px;
  cursor: pointer;
}

#W .svs-images .svs-caption:hover {
  color: #f65e54;
}

#W .choice-selector {
  padding-left: 5px;
}

#W .choice-selector .choice {
  font-weight: bold;
  padding: 15px 10px;
  letter-spacing: 1px;
  line-height: 1em;
  text-shadow: -2px 3px 3px #074246;
  margin: 10px 15px;
  border: 3px solid #0a555a;
  background: #118088;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#W .choice-selector .choice .svs-caption em {
  font-weight: bold;
  font-size: 110%;
  display: block;
}

#W .choice-selector .choice-active,
#W .choice-selector .choice:hover {
  background: #00555A;
}

#W textarea,
#W input[type=text] {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #333;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  line-height: 1.2em;
}

#W .svs-emailinput input {
  padding-left: 47px;
}

#W .svs-emailinput input.svs-name {
  background: url('SVSROOT/images/name.png') no-repeat 4px 3px #fff;
}

#W .svs-emailinput input.svs-email {
  background: url('SVSROOT/images/email.png') no-repeat 4px 4px #fff;
}

/* Width 420 */

#W #Q.svs-small-420 .svs-list-select span.svs-icon,
#W #Q.svs-small-420 .svs-list-select span.svs-li-text {
  left: 2%;
}

#W #Q.svs-small-420 .choice-selector .choice {
  display: block;
  max-width: 200px;
  line-height: 2.0em;
}

/* Hide appeal */

#W .svs-appeal {
  display: none;
}

/* List controls */

#W .svs-list-controls {
  display: block;
}

#W .svs-builder-controls {
  font-size: 12px;
  color: #858585;
  margin: 10px 0 5px 10px;
  text-align: left;
}

#W .svs-builder-btn {
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  margin: 2px 8px 1px 0;
  padding: 5px 8px;
  color: #aaa;
  cursor: pointer;
  font-size: 11px;
  border-radius: 3px;
  border: 2px solid #c7c7c7;
  transition: all 0.3s;
}

#W .svs-enter-long-list {
  margin-right: 0;
}

#W .svs-builder-btn:hover {
  background-color: #c7c7c7;
  color: #fff;
}

#W .svs-builder-btn .svs-builder-btn-text {
  text-transform: uppercase;
}

#W .svs-builder-btn .icon:before {
  content: '+';
  display: inline;
}

#W .svs-headline-content {
  cursor: pointer;
}

#W .svs-headline-content.svs-style-1 {
  font-size: 110%;
}

#W .svs-headline-content.svs-style-3 {
  font-size: 90%;
}

#W .svs-action em {
  display: block;
  font-size: 90%;
}

#W .svs-divider {
  cursor: pointer;
}
