[data-number='1'] {
    text-align: left;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #6e6e6d;
}

.space-col{
    color: #757574;
}

.fruity a {
    color: #5b8016;
}

.fruity a:hover {
    color: #5b8016;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form, .fruity .navbar {
    background-color: #f3f3f2;
    border-bottom: 1px solid #5b8016;
}

.navbar-default .navbar-nav > li > a {
    color: #575757;
    font-size: 0.8em;
}

.fruity .nav .open>a {
    color: #0d0d0d;
    background-color: #575757;
    border-bottom: 1px solid #fff;
}

.fruity .alert-warning {
    background-color: transparent;
    border: 1px solid #a12929;
    color: #a12929;
}

.fruity .btn-primary[disabled] {
    background-color: #575757;
    border: 1px solid #575757;
}

.fruity .btn-default, .fruity .btn-default:hover {
    border: 1px solid #5b8016;
    color: #5b8016;
}

.fruity .btn-primary {
    color: #fff;
    background-color: #797979;
    border: #575757;
}

#ls-button-submit{
    background-color: #91b115;
}
#ls-button-submit:hover{
    background-color: #69961f;
    border: #575757;
}


.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .open .dropdown-toggle.btn-primary {
    color: black;
    background-color: #69961f;
    border: #575757;    
}

.fruity .btn-info:hover, .fruity .btn-info:focus, .fruity .btn-info:active, .fruity .btn-info.active, .fruity .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #5b8016;
    border: #575757;
}

.fruity .btn-success:hover, .fruity .btn-warning:hover, .fruity .btn-info:hover{
    color: #fff;
    background-color: #c1d784;
    border: #56831F;
}

.fruity .text-primary {
    color: #0f0f0f;
}

.fruity .text-info {
    color: #757574;
    font-style: oblique;
}

.fruity .progress-bar {
    color: #fff;
    background-color: #56831F;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}

.fruity .navbar a.animate::after {
    text-align: right;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #5b8016;
}

.fruity .form-control:focus {
    border: 1px solid #5b8016;
    box-shadow: 0px 0px 5px 0px #5b8016;
    outline: none;
}

.fruity .text-danger {
    color: #a12929;
}

.fruity .btn-primary.active, .fruity .btn-info.active {
    background-color: #91b115;
    border: 1px solid black;
    outline: none;
    color: black;
}

body .answer-item label::after {
    background-color: #5b8016;
}

.fruity .has-error .control-label {
    color: #a12929;
    font-weight: bold;
}

.fruity .question-container.input-error {
    box-shadow: 0 10px 20px #c1d784;
}

.fruity .dropdown-menu > .disabled > a {
    color: #ababab;
    background-color: white;
}

.fruity .dropdown-menu > li > a {
    color: #575757;
    background-color: white;
}

.fruity .dropdown-menu > li > a:hover {
    color: white;
    background-color: #56831F;
}

.fruity .panel-primary {
    border: 1px solid #5b8016;
}

.fruity .panel-primary>.panel-heading {
    color: #fff;
    background-color: #5b8016;
    border: 1px solid #5b8016;
}

#surveys-list-jumbotron { display: none; }

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #2f2f2f;
  background-color: rgb(144, 150, 152);
  border-top: 1px solid #e5e5e5;
}

.footer > * {
  flex:  1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.footer__logo {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 1.5rem;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  color: #999;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: rgb(33, 33, 33, 0.07);
  border-radius: 100px;
  color: #2f2f2f;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer ul {
  list-style: none;
  padding-left: 0;
}

.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #999;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #757574;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}

@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }
}

.fruity .slider-handle {
    background-color: #56831F;
}

.fruity .slider-selection {
    background-image: linear-gradient(to bottom, #84b39a 0%, #56831F 100%);
}

.form-horizontal .control-label {
    text-align: left !important;
}

.star-1.star-rated-on:not(.star-stub) {
    color: hsl(66, 80%, 50%);
}

.star-2.star-rated-on:not(.star-stub) {
    color: hsl(66, 80%, 50%);
}

.star-3.star-rated-on:not(.star-stub) {
    color: hsl(66, 80%, 50%);
}

.star-4.star-rated-on:not(.star-stub) {
    color: hsl(66, 80%, 50%);
}

.star-5.star-rated-on:not(.star-stub) {
    color: hsl(66, 80%, 50%);
}

.star-1.star-drained {
    color: hsl(66,60%,65%);
}

.star-2.star-drained {
    color: hsl(66,60%,65%);
}

.star-3.star-drained {
    color: hsl(66,60%,65%);
}

.star-4.star-drained {
    color: hsl(66,60%,65%);
}

.star-5.star-drained {
    color: hsl(66,60%,65%);
}

.star-1.star-drained.star-hover{
    text-shadow: 1px 2px hsl(66, 60, 65);
}

.star-2.star-drained.star-hover{
    text-shadow: 1px 2px hsl(66, 60, 65);
}

.star-3.star-drained.star-hover{
    text-shadow: 1px 2px hsl(66, 60, 65);
}

.star-4.star-drained.star-hover{
    text-shadow: 1px 2px hsl(66, 60, 65);
}

.star-5.star-drained.star-hover{
    text-shadow: 1px 2px hsl(66, 60, 65);
}

.yesno-button > .button-item{
    border-right: 1px solid white;
    border-left: 1px solid white;
}
