/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

#ls-button-submit {
    margin: 15px;
}

#ls-button-previous {
    margin: 15px;
}

.navbar-toggle {
    margin: 15px;
}

.logo-container>img {
    max-height: 75px;
}

.fruity .btn-default:hover,
.fruity .btn-default:focus,
.fruity .btn-default:active,
.fruity .btn-default.active,
.fruity .open .dropdown-toggle.btn-default {
  color: rgb(85, 138, 40);
  border: 1px solid rgb(85, 138, 40);
  background-color: rgba(15, 62, 18, 0.1)
}

.fruity .btn-primary:hover,
.fruity .btn-primary:focus,
.fruity .btn-primary:active,
.fruity .btn-primary.active,
.fruity .btn-primary.active:focus,
.fruity .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: rgb(85, 138, 40);
  border: 1px solid rgb(85, 138, 40)
}

.fruity .btn-success:hover,
.fruity .btn-success:focus,
.fruity .btn-success:active,
.fruity .btn-success.active,
.fruity .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: rgb(85, 138, 40);
  border: 1px solid rgb(85, 138, 40)
}

.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: #1c575a;
  border: 1px solid #133d3f
}

.fruity .btn-warning:hover,
.fruity .btn-warning:focus,
.fruity .btn-warning:active,
.fruity .btn-warning.active,
.fruity .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #80431e;
  border: 1px solid #5c2e15
}

.fruity .nav-tabs>li.active>a,
.fruity .nav-tabs>li.active>a:hover,
.fruity .nav-tabs>li.active>a:focus {
  color: rgb(88, 88, 90);
  background-color: #fff;
  border: 1px solid rgb(218, 218, 218)
}

.fruity pagination>li>a {
  color: rgb(109, 177,51);
  background-color: #fff;
  border: 1px solid rgb(218, 218, 218)
}

.fruity a.list-group-item.active,
.fruity a.list-group-item.active:hover,
.fruity a.list-group-item.active:focus {
  color: #fff;
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity a.list-group-item-success.active,
.fruity a.list-group-item-success.active:hover,
.fruity a.list-group-item-success.active:focus {
  color: #fff;
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity a.list-group-item-info.active,
.fruity a.list-group-item-info.active:hover,
.fruity a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity a.list-group-item-warning.active,
.fruity a.list-group-item-warning.active:hover,
.fruity a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f8a46e;
  border: 1px solid #f8a46e
}

.fruity a.list-group-item-danger.active,
.fruity a.list-group-item-danger.active:hover,
.fruity a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border: 1px solid #a94442
}

.fruity .carousel-control:hover,
.fruity .carousel-control:focus {
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90)
}

.fruity .side-body h3,
.fruity .pagetitle,
.fruity .list-surveys h3 {
  color: #fff;
  color: #333;
  border-bottom: solid 2px rgb(109, 177,51)
}

#ui-datepicker-div {
  background-color: #fff;
  border: 1px solid #ccc
}

body {
  color: rgb(62, 62, 64);
  background-color: #fff
}

.fruity mark {
  background: rgb(142, 83, 153);
  color: #000
}

.fruity a {
  color: rgb(109, 177,51)
}

.fruity a:hover {
  color: rgb(85, 138, 40)
}

.fruity a:focus {
  color: rgb(85, 138, 40)
}

.fruity a.badge:hover {
  color: #fff
}

.fruity a.badge:focus {
  color: #fff
}

.fruity a.list-group-item {
  color: rgb(88, 88, 90)
}

.fruity a.list-group-item.active:hover .list-group-item-text {
  color: rgb(205, 225, 179)
}

.fruity a.list-group-item.active:focus .list-group-item-text {
  color: rgb(205, 225, 179)
}

.fruity a.list-group-item.active .list-group-item-text {
  color: rgb(205, 225, 179)
}

.fruity a.list-group-item.active>.badge {
  color: rgb(109, 177,51);
  background-color: #fff
}

.fruity a.list-group-item .list-group-item-heading {
  color: #333
}

.fruity a.list-group-item:hover {
  background-color: rgb(177, 209, 137)
}

.fruity a.list-group-item:focus {
  background-color: rgb(177, 209, 137)
}

.fruity a.thumbnail:hover {
  border: 1px solid rgb(109, 177,51)
}

.fruity a.thumbnail:focus {
  border: 1px solid rgb(109, 177,51)
}

.fruity a.thumbnail.active {
  border: 1px solid rgb(109, 177,51)
}

.fruity a.list-group-item-success {
  color: rgb(109, 177,51)
}

.fruity a.list-group-item-success:hover {
  color: rgb(109, 177,51);
  background-color: rgb(205, 225, 179)
}

.fruity a.list-group-item-success:focus {
  color: rgb(109, 177,51);
  background-color: rgb(205, 225, 179)
}

.fruity a.list-group-item-info {
  color: #39993f
}

.fruity a.list-group-item-info:hover {
  color: #39993f;
  background-color: #9bbfc0
}

.fruity a.list-group-item-info:focus {
  color: #39993f;
  background-color: #9bbfc0
}

.fruity a.list-group-item-warning {
  color: #f8a46e
}

.fruity a.list-group-item-warning:hover {
  color: #f8a46e;
  background-color: #b2947b
}

.fruity a.list-group-item-warning:focus {
  color: #f8a46e;
  background-color: #b2947b
}

.fruity a.list-group-item-danger {
  color: #a94442
}

.fruity a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #b65453
}

.fruity a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #b65453
}

.fruity a.text-primary:hover {
  color: rgb(85, 138, 40)
}

.fruity a.text-success:hover {
  color: rgb(85, 138, 40)
}

.fruity a.text-info:hover {
  color: #1c575a
}

.fruity a.text-warning:hover {
  color: #f6863a
}

.fruity a.text-danger:hover {
  color: #dd8988
}

.fruity a.bg-primary:hover {
  background-color: rgb(85, 138, 40)
}

.fruity a.bg-success:hover {
  background-color: #9dd39f
}

.fruity a.bg-info:hover {
  background-color: #8cb5b5
}

.fruity a.bg-warning:hover {
  background-color: #536f20
}

.fruity a.bg-danger:hover {
  background-color: #a94847
}

.fruity .img-thumbnail {
  background-color: #fff;
  border: 1px solid rgb(218, 218, 218)
}

.fruity hr {
  border-top: 1px solid rgb(177, 209, 137)
}

.fruity .text-muted {
  color: rgb(156, 158, 159)
}

.fruity .text-primary {
  color: rgb(88, 88, 90)
}

.fruity .text-success {
  color: rgb(88, 88, 90)
}

.fruity .text-info {
  color: rgb(88, 88, 90)
}

.fruity .text-warning {
  color: #f6863a
}

.fruity .text-danger {
  color: #a94442
}

.fruity .bg-primary {
  color: #fff;
  background-color: rgb(109, 177,51)
}

.fruity .bg-success {
  background-color: #c0e3c2
}

.fruity .bg-info {
  background-color: #649b6b
}

.fruity .bg-warning {
  background-color: #bba18c
}

.fruity .bg-danger {
  background-color: #be6665
}

.fruity .page-header {
  border-bottom: 1px solid rgb(177, 209, 137)
}

.fruity abbr[data-original-title] {
  border-bottom: 1px dotted rgb(156, 158, 159)
}

.fruity blockquote {
  border-left: 5px solid rgb(177, 209, 137)
}

.fruity blockquote footer {
  color: rgb(156, 158, 159)
}

.fruity blockquote small {
  color: rgb(156, 158, 159)
}

.fruity blockquote .small {
  color: rgb(156, 158, 159)
}

.fruity blockquote.pull-right {
  border-right: 5px solid rgb(177, 209, 137)
}

.fruity .blockquote-reverse {
  border-right: 5px solid rgb(177, 209, 137)
}

.fruity code {
  color: #c6254e;
  background-color: #f9f1f3
}

.fruity kbd {
  color: #fff;
  background-color: #333;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.fruity pre {
  color: rgb(62, 62, 64);
  background-color: #f5f5f5;
  border: 1px solid #ccc
}

.fruity .table>tbody+tbody {
  border-top: 2px solid rgb(218, 218, 218)
}

.fruity .table>tbody>tr>td.active {
  background-color: #f5f5f5
}

.fruity .table>tbody>tr>td.success {
  background-color: #c0e3c2
}

.fruity .table>tbody>tr>td.info {
  background-color: #649b6b
}

.fruity .table>tbody>tr>td.warning {
  background-color: #bba18c
}

.fruity .table>tbody>tr>td.danger {
  background-color: #be6665
}

.fruity .table>tbody>tr>th.active {
  background-color: #f5f5f5
}

.fruity .table>tbody>tr>th.success {
  background-color: #c0e3c2
}

.fruity .table>tbody>tr>th.info {
  background-color: #649b6b
}

.fruity .table>tbody>tr>th.warning {
  background-color: #bba18c
}

.fruity .table>tbody>tr>th.danger {
  background-color: #be6665
}

.fruity .table>tbody>tr.active>td {
  background-color: #f5f5f5
}

.fruity .table>tbody>tr.active>th {
  background-color: #f5f5f5
}

.fruity .table>tbody>tr.success>td {
  background-color: #c0e3c2
}

.fruity .table>tbody>tr.success>th {
  background-color: #c0e3c2
}

.fruity .table>tbody>tr.info>td {
  background-color: #649b6b
}

.fruity .table>tbody>tr.info>th {
  background-color: #649b6b
}

.fruity .table>tbody>tr.warning>td {
  background-color: #bba18c
}

.fruity .table>tbody>tr.warning>th {
  background-color: #bba18c
}

.fruity .table>tbody>tr.danger>td {
  background-color: #be6665
}

.fruity .table>tbody>tr.danger>th {
  background-color: #be6665
}

.fruity .table>tfoot>tr>td {
  border-top: 1px solid rgb(218, 218, 218)
}

.fruity .table>tfoot>tr>td.active {
  background-color: #f5f5f5
}

.fruity .table>tfoot>tr>td.success {
  background-color: #c0e3c2
}

.fruity .table>tfoot>tr>td.info {
  background-color: #649b6b
}

.fruity .table>tfoot>tr>td.warning {
  background-color: #bba18c
}

.fruity .table>tfoot>tr>td.danger {
  background-color: #be6665
}

.fruity .table>tfoot>tr>th.active {
  background-color: #f5f5f5
}

.fruity .table>tfoot>tr>th.success {
  background-color: #c0e3c2
}

.fruity .table>tfoot>tr>th.info {
  background-color: #649b6b
}

.fruity .table>tfoot>tr>th.warning {
  background-color: #bba18c
}

.fruity .table>tfoot>tr>th.danger {
  background-color: #be6665
}

.fruity .table>tfoot>tr.active>td {
  background-color: #f5f5f5
}

.fruity .table>tfoot>tr.active>th {
  background-color: #f5f5f5
}

.fruity .table>tfoot>tr.success>td {
  background-color: #c0e3c2
}

.fruity .table>tfoot>tr.success>th {
  background-color: #c0e3c2
}

.fruity .table>tfoot>tr.info>td {
  background-color: #649b6b
}

.fruity .table>tfoot>tr.info>th {
  background-color: #649b6b
}

.fruity .table>tfoot>tr.warning>td {
  background-color: #bba18c
}

.fruity .table>tfoot>tr.warning>th {
  background-color: #bba18c
}

.fruity .table>tfoot>tr.danger>td {
  background-color: #be6665
}

.fruity .table>tfoot>tr.danger>th {
  background-color: #be6665
}

.fruity .table>thead>tr>th {
  border-bottom: 2px solid rgb(218, 218, 218)
}

.fruity .table>thead>tr>th.active {
  background-color: #f5f5f5
}

.fruity .table>thead>tr>th.success {
  background-color: #c0e3c2
}

.fruity .table>thead>tr>th.info {
  background-color: #649b6b
}

.fruity .table>thead>tr>th.warning {
  background-color: #bba18c
}

.fruity .table>thead>tr>th.danger {
  background-color: #be6665
}

.fruity .table>thead>tr>td.active {
  background-color: #f5f5f5
}

.fruity .table>thead>tr>td.success {
  background-color: #c0e3c2
}

.fruity .table>thead>tr>td.info {
  background-color: #649b6b
}

.fruity .table>thead>tr>td.warning {
  background-color: #bba18c
}

.fruity .table>thead>tr>td.danger {
  background-color: #be6665
}

.fruity .table>thead>tr.active>td {
  background-color: #f5f5f5
}

.fruity .table>thead>tr.active>th {
  background-color: #f5f5f5
}

.fruity .table>thead>tr.success>td {
  background-color: #c0e3c2
}

.fruity .table>thead>tr.success>th {
  background-color: #c0e3c2
}

.fruity .table>thead>tr.info>td {
  background-color: #649b6b
}

.fruity .table>thead>tr.info>th {
  background-color: #649b6b
}

.fruity .table>thead>tr.warning>td {
  background-color: #bba18c
}

.fruity .table>thead>tr.warning>th {
  background-color: #bba18c
}

.fruity .table>thead>tr.danger>td {
  background-color: #be6665
}

.fruity .table>thead>tr.danger>th {
  background-color: #be6665
}

.fruity .table .table {
  background-color: #fff
}

.fruity .table-bordered {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .table-bordered>thead>tr>th {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .table-bordered>thead>tr>td {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .table-bordered>tbody>tr>th {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .table-bordered>tbody>tr>td {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .table-bordered>tfoot>tr>th {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .table-bordered>tfoot>tr>td {
  border: 1px solid rgb(218, 218, 218)
}

.fruity legend {
  color: rgb(62, 62, 64);
  border-bottom: 1px solid #e6e6e6
}

.fruity output {
  color: rgb(88, 88, 90)
}

.fruity .form-control {
  color: rgb(88, 88, 90);
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.fruity .form-control:focus {
  border: 1px solid rgb(109, 177,51);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 134, 55, 0.6)
}

.fruity .form-control:-ms-input-placeholder {
  color: rgb(156, 158, 159)
}

.fruity .form-control::-moz-placeholder {
  color: rgb(156, 158, 159);
  opacity: 1
}

.fruity .form-control::-webkit-input-placeholder {
  color: rgb(156, 158, 159)
}

.fruity .form-control[disabled] {
  color: #e3e3e3;
  background-color: #f5f5f5;
  opacity: 1
}

.fruity .form-control[disabled].total {
  color: rgb(62, 62, 64)
}

.fruity .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1
}

.fruity fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1
}

.fruity fieldset[disabled] .btn-default {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgb(109, 177,51);
  color: rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc
}

.fruity fieldset[disabled] .btn-default:focus {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc
}

.fruity fieldset[disabled] .btn-default:active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc
}

.fruity fieldset[disabled] .btn-default.active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #ccc
}

.fruity fieldset[disabled] .btn-primary {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-primary:hover {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-primary:focus {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-primary:active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-primary.active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-success {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-success:hover {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-success:focus {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-success:active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-success.active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity fieldset[disabled] .btn-info {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity fieldset[disabled] .btn-info:hover {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity fieldset[disabled] .btn-info:focus {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity fieldset[disabled] .btn-info:active {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity fieldset[disabled] .btn-info.active {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity fieldset[disabled] .btn-warning {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #f6863a
}

.fruity fieldset[disabled] .btn-warning:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity fieldset[disabled] .btn-warning:focus {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity fieldset[disabled] .btn-warning:active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity fieldset[disabled] .btn-warning.active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity fieldset[disabled] .btn-danger {
  background-color: rgba(255, 255, 255, 0.2);
  color: #a94442;
  border: 1px solid #a94442
}

.fruity fieldset[disabled] .btn-danger:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #a94442
}

.fruity fieldset[disabled] .btn-danger:focus {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #a94442
}

.fruity fieldset[disabled] .btn-danger:active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #a94442
}

.fruity fieldset[disabled] .btn-danger.active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #a94442
}

.fruity fieldset[disabled] .btn-link:hover {
  text-decoration: underline
}

.fruity fieldset[disabled] .btn-link:focus {
  text-decoration: underline
}

.fruity .has-success .help-block {
  color: rgb(109, 177,51)
}

.fruity .has-success .control-label {
  color: rgb(109, 177,51)
}

.fruity .has-success .radio {
  color: rgb(109, 177,51)
}

.fruity .has-success .checkbox {
  color: rgb(109, 177,51)
}

.fruity .has-success .radio-inline {
  color: rgb(109, 177,51)
}

.fruity .has-success .checkbox-inline {
  color: rgb(109, 177,51)
}

.fruity .has-success .form-control {
  border: 1px solid rgb(109, 177,51);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.fruity .has-success .form-control:focus {
  border: 1px solid rgb(85, 138, 40);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff726c
}

.fruity .has-success .input-group-addon {
  color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51);
  background-color: #c0e3c2
}

.fruity .has-success .form-control-feedback {
  color: rgb(109, 177,51)
}

.fruity .has-warning .help-block {
  color: #f8a46e
}

.fruity .has-warning .control-label {
  color: #f8a46e
}

.fruity .has-warning .radio {
  color: #f8a46e
}

.fruity .has-warning .checkbox {
  color: #f8a46e
}

.fruity .has-warning .radio-inline {
  color: #f8a46e
}

.fruity .has-warning .checkbox-inline {
  color: #f8a46e
}

.fruity .has-warning .form-control {
  border: 1px solid #f8a46e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.fruity .has-warning .form-control:focus {
  border: 1px solid #f6863a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fde1cf
}

.fruity .has-warning .input-group-addon {
  color: #f8a46e;
  border: 1px solid #f8a46e;
  background-color: #bba18c
}

.fruity .has-warning .form-control-feedback {
  color: #f8a46e
}

.fruity .has-error .help-block {
  color: #a94442
}

.fruity .has-error .control-label {
  color: #a94442
}

.fruity .has-error .radio {
  color: #a94442
}

.fruity .has-error .checkbox {
  color: #a94442
}

.fruity .has-error .radio-inline {
  color: #a94442
}

.fruity .has-error .checkbox-inline {
  color: #a94442
}

.fruity .has-error .form-control {
  border: 1px solid #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.fruity .has-error .form-control:focus {
  border: 1px solid #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff
}

.fruity .has-error .input-group-addon {
  color: #a94442;
  border: 1px solid #a94442;
  background-color: transparent
}

.fruity .has-error .form-control-feedback {
  color: #a94442
}

.fruity .help-block {
  color: #8a8a8a
}

.fruity .btn-default {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgb(109, 177,51);
  color: rgb(109, 177,51)
}

.fruity .btn-default.disabled {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-default.disabled:hover {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-default.disabled:focus {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-default.disabled:active {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-default.disabled.active {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-default .badge {
  color: #fff;
  background-color: #333
}

.fruity .btn-default[disabled] {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-default[disabled]:hover {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-default[disabled]:focus {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-default[disabled]:active {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-default[disabled].active {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .btn-primary {
  color: #fff;
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary.disabled {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary.disabled:hover {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary.disabled:focus {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary.disabled:active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary.disabled.active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary .badge {
  color: rgb(109, 177,51);
  background-color: #fff
}

.fruity .btn-primary label:hover {
  cursor: pointer
}

.fruity .btn-primary[disabled] {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary[disabled]:hover {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary[disabled]:focus {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary[disabled]:active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-primary[disabled].active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success {
  color: #fff;
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success.disabled {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success.disabled:hover {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success.disabled:focus {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success.disabled:active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success.disabled.active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success .badge {
  color: rgb(109, 177,51);
  background-color: #fff
}

.fruity .btn-success[disabled] {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success[disabled]:hover {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success[disabled]:focus {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success[disabled]:active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-success[disabled].active {
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .btn-info {
  color: #fff;
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info.disabled {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info.disabled:hover {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info.disabled:focus {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info.disabled:active {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info.disabled.active {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info .badge {
  color: #39993f;
  background-color: #fff
}

.fruity .btn-info[disabled] {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info[disabled]:hover {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info[disabled]:focus {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info[disabled]:active {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-info[disabled].active {
  background-color: #39993f;
  border: 1px solid #39993f
}

.fruity .btn-warning {
  color: #fff;
  background-color: transparent;
  border: 1px solid #8c4921
}

.fruity .btn-warning.disabled {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity .btn-warning.disabled:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity .btn-warning.disabled:focus {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity .btn-warning.disabled:active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity .btn-warning.disabled.active {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity .btn-warning .badge {
  color: rgba(255, 255, 255, 0.5);
  background-color: #f6863a
}

.fruity .btn-warning[disabled] {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f6863a
}

.fruity .btn-warning[disabled]:hover {
  background-color: rgba(255, 255, 255, 0.5)
}

.fruity .btn-warning[disabled]:focus {
  background-color: rgba(255, 255, 255, 0.5)
}

.fruity .btn-warning[disabled]:active {
  background-color: rgba(255, 255, 255, 0.5)
}

.fruity .btn-warning[disabled].active {
  background-color: rgba(255, 255, 255, 0.5)
}

.fruity .btn-danger {
  color: #a94442;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #a94442
}

.fruity .btn-danger:hover {
  background-color: rgba(255, 255, 255, 0.5)
}

.fruity .btn-danger:focus {
  background-color: rgba(255, 255, 255, 0.5)
}

.fruity .btn-danger:active {
  background-color: rgba(255, 255, 255, 0.5)
}

.fruity .btn-danger.active {
  background-color: rgba(255, 255, 255, 0.5)
}

.fruity .btn-danger.disabled {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-danger.disabled:hover {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-danger.disabled:focus {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-danger.disabled:active {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-danger.disabled.active {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-danger .badge {
  color: #a0352f;
  background-color: #fff
}

.fruity .btn-danger[disabled] {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-danger[disabled]:hover {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-danger[disabled]:focus {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-danger[disabled]:active {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-danger[disabled].active {
  background-color: #a0352f;
  border: 1px solid #8c2e29
}

.fruity .btn-link {
  color: rgb(109, 177,51)
}

.fruity .btn-link:hover {
  color: rgb(85, 138, 40)
}

.fruity .btn-link:focus {
  color: rgb(85, 138, 40)
}

.fruity .btn-link[disabled]:hover {
  color: rgb(156, 158, 159)
}

.fruity .btn-link[disabled]:focus {
  color: rgb(156, 158, 159)
}

.fruity .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.fruity .dropdown-menu .divider {
  background-color: #e6e6e6
}

.fruity .dropdown-menu>li>a {
  color: rgb(62, 62, 64)
}

.fruity .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity .dropdown-menu>.active>a {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity .dropdown-menu>.active>a:hover {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity .dropdown-menu>.disabled>a {
  color: rgb(156, 158, 159)
}

.fruity .dropdown-menu>.disabled>a:hover {
  color: rgb(156, 158, 159)
}

.fruity .dropdown-menu>.disabled>a:focus {
  color: rgb(156, 158, 159)
}

.fruity .dropdown-header {
  color: rgb(156, 158, 159)
}

.fruity .input-group-addon {
  color: white;
  background-color: rgb(109, 177,51)
}

.fruity .nav .nav-divider {
  background-color: #e6e6e6
}

.fruity .nav>li>a:hover {
  text-decoration: underline
}

.fruity .nav>li>a:focus {
  text-decoration: underline
}

.fruity .nav>li.disabled>a {
  color: rgb(156, 158, 159)
}

.fruity .nav>li.disabled>a:hover {
  color: rgb(156, 158, 159)
}

.fruity .nav>li.disabled>a:focus {
  color: rgb(156, 158, 159)
}

.fruity .nav .open>a {
  color: #fff;
  background-color: rgb(85, 138, 40);
  border-bottom: 1px solid #fff
}

.fruity .nav .open>a:hover {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity .nav .open>a:focus {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity .nav-tabs {
  border-bottom: 1px solid rgb(218, 218, 218)
}

.fruity .nav-tabs>li a:hover {
  border: 1px solid rgb(177, 209, 137)
}

.fruity .navbar-collapse {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}

.fruity .navbar-form {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

.fruity .label {
  color: #fff
}

.fruity .label[href]:hover {
  color: #fff
}

.fruity .label[href]:focus {
  color: #fff
}

.fruity .label-default {
  background-color: rgb(156, 158, 159)
}

.fruity .label-default[href]:hover {
  background-color: #6b6b6b
}

.fruity .label-default[href]:focus {
  background-color: #6b6b6b
}

.fruity .label-primary {
  background-color: rgb(109, 177,51)
}

.fruity .label-primary[href]:hover {
  background-color: rgb(85, 138, 40)
}

.fruity .label-primary[href]:focus {
  background-color: rgb(85, 138, 40)
}

.fruity .label-success {
  background-color: rgb(109, 177,51)
}

.fruity .label-success[href]:hover {
  background-color: rgb(85, 138, 40)
}

.fruity .label-success[href]:focus {
  background-color: rgb(85, 138, 40)
}

.fruity .label-info {
  background-color: #39993f
}

.fruity .label-info[href]:hover {
  background-color: #1c575a
}

.fruity .label-info[href]:focus {
  background-color: #1c575a
}

.fruity .label-warning {
  background-color: #f6863a;
  color: white
}

.fruity .label-warning[href]:hover {
  background-color: #783d1c
}

.fruity .label-warning[href]:focus {
  background-color: #783d1c
}

.fruity .label-danger {
  background-color: #a0352f
}

.fruity .label-danger[href]:hover {
  background-color: #7b2824
}

.fruity .label-danger[href]:focus {
  background-color: #7b2824
}

.fruity .badge {
  color: #fff;
  background-color: rgb(156, 158, 159)
}

.fruity .jumbotron {
  background-color: rgb(177, 209, 137);
  background-color: transparent;
  text-align: center
}

.fruity .jumbotron.message-box {
  background-color: transparent
}

.fruity .thumbnail {
  background-color: #fff;
  border: 1px solid rgb(218, 218, 218)
}

.fruity .thumbnail .caption {
  color: rgb(62, 62, 64)
}

.fruity .alert-success {
  background-color: transparent;
  border: 1px solid #40ab46;
  color: #40ab46
}

.fruity .alert-success hr {
  border-top-color: #40ab46
}

.fruity .alert-success .alert-link {
  color: #40ab46;
  text-decoration: underline
}

.fruity .alert-info {
  background-color: transparent;
  border: 1px solid rgb(109, 177,51);
  color: rgb(109, 177,51)
}

.fruity .alert-info hr {
  border-top-color: rgb(109, 177,51)
}

.fruity .alert-info .alert-link {
  color: rgb(109, 177,51);
  text-decoration: underline
}

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

.fruity .alert-warning hr {
  border-top-color: #f6863a
}

.fruity .alert-warning .alert-link {
  color: #f6863a;
  text-decoration: underline
}

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

.fruity .alert-danger hr {
  border-top-color: #a94442
}

.fruity .alert-danger .alert-link {
  color: #a94442;
  text-decoration: underline
}

.fruity .progress {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

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

.fruity .progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.fruity .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.fruity .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.fruity .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.fruity .progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.fruity .progress-bar-success {
  background-color: rgb(109, 177,51)
}

.fruity .progress-bar-info {
  background-color: #39993f
}

.fruity .progress-bar-warning {
  background-color: #f6863a
}

.fruity .progress-bar-danger {
  background-color: #a0352f
}

.fruity .list-group-item {
  background-color: #fff;
  border: 1px solid rgb(218, 218, 218)
}

.fruity .list-group-item-success {
  color: rgb(109, 177,51);
  background-color: #c0e3c2
}

.fruity .list-group-item-info {
  color: #39993f;
  background-color: #649b6b
}

.fruity .list-group-item-warning {
  color: #f8a46e;
  background-color: #bba18c
}

.fruity .list-group-item-danger {
  color: #a94442;
  background-color: #be6665
}

.fruity .panel {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.fruity .panel>.panel-body+.table {
  border-top: 1px solid rgb(218, 218, 218)
}

.fruity .panel>.panel-body+.table-responsive {
  border-top: 1px solid rgb(218, 218, 218)
}

.fruity .panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid rgb(218, 218, 218)
}

.fruity .panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid rgb(218, 218, 218)
}

.fruity .panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid rgb(218, 218, 218)
}

.fruity .panel-default {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .panel-default>.panel-heading {
  color: rgb(62, 62, 64);
  background-color: #f5f5f5;
  border: 1px solid rgb(218, 218, 218)
}

.fruity .panel-default>.panel-heading+.panel-collapse .panel-body {
  border-top-color: rgb(218, 218, 218)
}

.fruity .panel-default>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: rgb(218, 218, 218)
}

.fruity .panel-primary {
  border: 1px solid rgb(109, 177,51)
}

.fruity .panel-primary>.panel-heading {
  color: #fff;
  background-color: rgb(109, 177,51);
  border: 1px solid rgb(109, 177,51)
}

.fruity .panel-primary>.panel-heading+.panel-collapse .panel-body {
  border-top-color: rgb(109, 177,51)
}

.fruity .panel-primary>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: rgb(109, 177,51)
}

.fruity .panel-success {
  border: 1px solid rgb(205, 225, 179)
}

.fruity .panel-success>.panel-heading {
  color: rgb(109, 177,51);
  background-color: #c0e3c2;
  border: 1px solid rgb(205, 225, 179)
}

.fruity .panel-success>.panel-heading+.panel-collapse .panel-body {
  border-top-color: rgb(205, 225, 179)
}

.fruity .panel-success>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: rgb(205, 225, 179)
}

.fruity .panel-info {
  border: 1px solid #9bbfc0
}

.fruity .panel-info>.panel-heading {
  color: #39993f;
  background-color: #649b6b;
  border: 1px solid #9bbfc0
}

.fruity .panel-info>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #9bbfc0
}

.fruity .panel-info>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #9bbfc0
}

.fruity .panel-warning {
  border: 1px solid #ff726c
}

.fruity .panel-warning>.panel-heading {
  color: #f8a46e;
  background-color: #bba18c;
  border: 1px solid #ff726c
}

.fruity .panel-warning>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #ff726c
}

.fruity .panel-warning>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #ff726c
}

.fruity .panel-danger {
  border: 1px solid #a94442
}

.fruity .panel-danger>.panel-heading {
  color: #a94442;
  background-color: #be6665;
  border: 1px solid #a94442
}

.fruity .panel-danger>.panel-heading+.panel-collapse .panel-body {
  border-top-color: #a94442
}

.fruity .panel-danger>.panel-footer+.panel-collapse .panel-body {
  border-bottom-color: #a94442
}

.fruity .well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.fruity .well blockquote {
  border: 1px solid rgb(218, 218, 218);
  border: 1px solid rgba(0, 0, 0, 0.15)
}

.fruity .close {
  text-shadow: 0 1px 0 #fff
}

.fruity .modal-content {
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}

.fruity .modal-backdrop {
  background-color: #000
}

.fruity .modal-header {
  border-bottom: 1px solid #e6e6e6
}

.fruity .modal-footer {
  border-top: 1px solid #e6e6e6
}

.fruity .tooltip-inner {
  color: #fff;
  background-color: #000
}

.fruity .tooltip.top .tooltip-arrow {
  border-top-color: #000
}

.fruity .tooltip.top-left .tooltip-arrow {
  border-top-color: #000
}

.fruity .tooltip.top-right .tooltip-arrow {
  border-top-color: #000
}

.fruity .tooltip.right .tooltip-arrow {
  border-right-color: #000
}

.fruity .tooltip.left .tooltip-arrow {
  border-left-color: #000
}

.fruity .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000
}

.fruity .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #000
}

.fruity .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #000
}

.fruity .popover {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.fruity .popover.top>.arrow {
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25)
}

.fruity .popover.top>.arrow:after {
  border-top-color: #fff
}

.fruity .popover.right>.arrow {
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25)
}

.fruity .popover.right>.arrow:after {
  border-right-color: #fff
}

.fruity .popover.bottom>.arrow {
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25)
}

.fruity .popover.bottom>.arrow:after {
  border-bottom-color: #fff
}

.fruity .popover.left>.arrow {
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25)
}

.fruity .popover.left>.arrow:after {
  border-left-color: #fff
}

.fruity .popover-title {
  background-color: rgb(177, 209, 137);
  border-bottom: 1px solid #8eae90
}

.fruity .carousel-control {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.fruity .carousel-indicators li {
  border: 1px solid #fff;
  background-color: #000 \9;
  background-color: transparent
}

.fruity .carousel-indicators .active {
  background-color: #fff
}

.fruity .carousel-caption {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.fruity #welcome-jumbotron {
  background-color: transparent
}

.fruity .surveymanagerbar {
  background-color: rgb(85, 138, 40);
  color: #fff
}

.fruity .surveybar {
  border-bottom: 1px solid #e3e3e3;
  box-shadow: 0 3px 3px rgba(99, 49, 48, 0.1);
  background-color: #fff
}

.fruity .navbar {
  background-color: #fff;
  box-shadow: 0 3px 3px rgba(132, 136, 138, 0.1);
  border-radius: 0 !important
}

.fruity .navbar a {
  text-decoration: none;
  line-height: 1.8rem;
  font-size: 1.6rem
}

@media (min-width: 769px) {
  .fruity .navbar a.animate {
    text-decoration: none;
    border: none
  }
  .fruity .navbar a.animate:after {
    text-align: right;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: rgb(109, 177,51)
  }
  .fruity .navbar a.animate:hover {
    text-decoration: none;
    border: none
  }
  .fruity .navbar a.animate:hover:after {
    transition: width 0.3s;
    width: 100%
  }
}

@media (max-width: 768px) {
  .fruity .navbar a {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 1px 2px 3px rgba(132, 136, 138, 0.1)
  }
}

.fruity .navbar .nav-icon-btn.nav-icon-btn-danger .label {
  background: #a94442
}

.fruity .mega-dropdown-menu .dropdown-header {
  color: rgb(85, 138, 40)
}

.fruity .mega-dropdown-menu>li>ul>li>a {
  color: #252b1c
}

.fruity .footer {
  background-color: #fff;
  border-top: solid 1px rgb(218, 218, 218)
}

.fruity .alert-security-update {
  background-color: #fff;
  border: 1px solid #800052;
  color: #800052
}

.fruity .box {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.fruity #info-header {
  color: rgb(85, 138, 40)
}

.fruity #info-footer {
  color: rgb(85, 138, 40)
}

.fruity .box-icon span {
  color: #fff
}

.fruity .cke_toolgroup {
  border: 1px solid rgb(218, 218, 218);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  background: #e3e3e3
}

.fruity .message-box {
  border: 1px solid #8bc68e;
  color: #2e2e2e
}

.fruity .message-box-error {
  border: 1px solid #a0352f
}

.fruity .message-box-warning {
  border: 1px solid #f6863a
}

.fruity .welcome .panel {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.fruity .login-title {
  border-bottom: solid 1px rgb(218, 218, 218)
}

.fruity .login-submit {
  border-top: solid 1px rgb(218, 218, 218)
}

.fruity #gs_completed {
  color: rgb(88, 88, 90);
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.fruity .h6 .small {
  color: rgb(156, 158, 159)
}

.fruity .table-striped>tbody>tr:nth-child(odd)>td {
  background-color: #f5f5f5
}

.fruity .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f5f5f5
}

.fruity .table-hover>tbody>tr>td.active:hover {
  background-color: #e8e8e8
}

.fruity .table-hover>tbody>tr>td.success:hover {
  background-color: rgb(205, 225, 179)
}

.fruity .table-hover>tbody>tr>td.info:hover {
  background-color: #9bbfc0
}

.fruity .table-hover>tbody>tr>td.warning:hover {
  background-color: #b2947b
}

.fruity .table-hover>tbody>tr>td.danger:hover {
  background-color: #b65453
}

.fruity .table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.fruity .table-hover>tbody>tr>th.success:hover {
  background-color: rgb(205, 225, 179)
}

.fruity .table-hover>tbody>tr>th.info:hover {
  background-color: #9bbfc0
}

.fruity .table-hover>tbody>tr>th.warning:hover {
  background-color: #b2947b
}

.fruity .table-hover>tbody>tr>th.danger:hover {
  background-color: #b65453
}

.fruity .table-hover>tbody>tr:hover>td {
  background-color: #f5f5f5
}

.fruity .table-hover>tbody>tr:hover>th {
  background-color: #f5f5f5
}

.fruity .table-hover>tbody>tr.active:hover>td {
  background-color: #e8e8e8
}

.fruity .table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8
}

.fruity .table-hover>tbody>tr.success:hover>td {
  background-color: rgb(205, 225, 179)
}

.fruity .table-hover>tbody>tr.success:hover>th {
  background-color: rgb(205, 225, 179)
}

.fruity .table-hover>tbody>tr.info:hover>td {
  background-color: #9bbfc0
}

.fruity .table-hover>tbody>tr.info:hover>th {
  background-color: #9bbfc0
}

.fruity .table-hover>tbody>tr.warning:hover>td {
  background-color: #b2947b
}

.fruity .table-hover>tbody>tr.warning:hover>th {
  background-color: #b2947b
}

.fruity .table-hover>tbody>tr.danger:hover>td {
  background-color: #b65453
}

.fruity .table-hover>tbody>tr.danger:hover>th {
  background-color: #b65453
}

.fruity .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.fruity .nav-pills>li.active>a:focus {
  color: #fff;
  background-color: rgb(109, 177,51)
}

.fruity .nav-pills>.active>a>.badge {
  color: rgb(109, 177,51);
  background-color: #fff
}

.fruity .nav-tabs-justified>.active>a {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .nav-tabs-justified>.active>a:hover {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .nav-tabs-justified>.active>a:focus {
  border: 1px solid rgb(218, 218, 218)
}

.fruity .dropdown-item>a:hover {
  background-color: rgb(85, 138, 40);
  color: #fff
}

.fruity table.cke_editor {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16)
}

.fruity .hoverAction tbody tr:hover {
  color: #fff;
  background-color: #709572
}

.fruity .hoverAction table thead tr:hover {
  color: rgb(62, 62, 64);
  background-color: transparent
}

.fruity div.panel.disabled {
  opacity: 0.5
}

.fruity div.panel.disabled * {
  opacity: 0.5
}

.fruity .ui-widget-content .ui-state-default {
  background-image: none;
  background-color: transparent;
  background-image: none;
  background-color: transparent
}

.fruity .ui-widget-header .ui-state-default {
  background-image: none;
  background-color: transparent;
  background-image: none;
  background-color: transparent
}

.fruity .absolute-wrapper {
  background-color: #fff;
  border-right: 1px solid #e3e3e3;
  box-shadow: 3px 0px 3px rgba(132, 136, 138, 0.1)
}

.fruity .side-menu {
  background-color: #fff;
  border-right: 1px solid #e3e3e3;
  background-color: #fff
}

.fruity .side-menu .navbar {
  background-color: #fff
}

.fruity .side-menu .navbar-header {
  border-bottom: 1px solid #e3e3e3
}

.fruity .side-menu .navbar-nav li {
  border-bottom: 1px solid #e3e3e3
}

.fruity .side-menu .navbar-nav li a.question-link:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.16) inset, 0 2px 1px 1px rgba(0, 0, 0, 0.12) inset
}

.fruity .side-menu .navbar-nav .active {
  background-color: rgb(85, 138, 40);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.16) inset, 0 2px 1px 1px rgba(0, 0, 0, 0.12) inset
}

.fruity .side-menu .navbar-nav .active a {
  color: #fff
}

.fruity .side-menu .navbar-nav .question-link.active {
  background-color: transparent
}

.fruity .side-menu #dropdown {
  background-color: transparent;
  box-shadow: none
}

.fruity .side-menu #dropdown li:hover {
  color: #fff;
  background-color: #8bc68e
}

.fruity .side-menu #dropdown li.active:hover {
  background-color: transparent;
  color: rgb(85, 138, 40);
  border-right: 5px solid #e3e3e3
}

.fruity .side-menu #dropdown li.disabled:hover {
  color: #fff;
  background-color: transparent
}

.fruity .side-menu #dropdown .panel-body {
  background-color: #fafafa
}

.fruity .side-menu #dropdown .panel-body .navbar-nav li {
  border-bottom: 1px solid #e3e3e3
}

.fruity .side-menu #dropdown .panel-body .navbar-nav li.panel {
  background-color: transparent
}

.fruity .side-menu #dropdown .panel-body .navbar-nav li.panel-default {
  border-bottom: 1px solid #e3e3e3
}

.fruity .side-menu #dropdown .panel-body .panel-body li:last-child {
  border-bottom: 1px solid #e3e3e3
}

.fruity .side-menu #dropdown>a {
  border-bottom: 1px solid #e3e3e3
}

.fruity .side-menu .hide-button {
  background-color: #fafafa
}

.fruity .side-menu #search .panel-body .navbar-form {
  border-top: 1px solid #e3e3e3
}

.fruity .side-menu #search .panel-body .navbar-form .btn {
  background-color: #fafafa
}

.fruity #explorer .questiongroupdropdown li a {
  color: #000
}

.fruity .dropdownstyle {
  background-color: transparent
}

.fruity #sideMenu a[aria-expanded="true"] {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity #sideMenu a[aria-expanded="false"] {
  color: #163c19
}

.fruity #sideMenu #dropdown li:hover {
  background-color: #4e8d56
}

.fruity #sideMenu #dropdown li:hover>a {
  background-color: #4e8d56
}

.fruity #sideMenu #dropdown li a[aria-expanded="true"] {
  background-color: #4e8d56
}

.fruity #sideMenu #dropdown li .active a:hover {
  background-color: #4e8d56
}

.fruity #sideMenu #dropdown li>a:hover {
  background-color: #4e8d56
}

.fruity #sideMenu #dropdown #explorer li:hover {
  background-color: #649b6b
}

.fruity #sideMenu #dropdown #explorer li:hover>a {
  background-color: #649b6b
}

.fruity #sideMenu #dropdown #explorer li a[aria-expanded="true"] {
  background-color: #649b6b
}

.fruity #sideMenu #dropdown #explorer li .active a:hover {
  background-color: #649b6b
}

.fruity #sideMenu #dropdown #explorer li>a:hover {
  background-color: #649b6b
}

.fruity #sideMenu #dropdown #explorer .questiongroupdropdown li:hover {
  background-color: #a7c4a9
}

.fruity #sideMenu #dropdown #explorer .questiongroupdropdown li:hover>a {
  background-color: #a7c4a9
}

.fruity #sideMenu #dropdown #explorer .questiongroupdropdown li a[aria-expanded="true"] {
  background-color: #a7c4a9
}

.fruity #sideMenu #dropdown #explorer .questiongroupdropdown li .active a:hover {
  background-color: #a7c4a9
}

.fruity #sideMenu #dropdown #explorer .questiongroupdropdown li>a:hover {
  background-color: #a7c4a9
}

.fruity #sideMenu .navbar-default .navbar-nav>.active>a {
  background-color: transparent
}

.fruity #sideMenu .side-menu .dropdownlvl1>a:hover {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity #sideMenu .sidemenuscontainer li:hover {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

.fruity #sideMenu .sidemenuscontainer li:hover>a {
  color: #fff;
  background-color: rgb(85, 138, 40)
}

@media (max-width: 768px) {
  .fruity .side-menu {
    border-bottom: 1px solid #e3e3e3
  }
  .fruity .navbar-toggle {
    background-color: #fafafa
  }
  .fruity .side-menu-container>.navbar-nav {
    border-right: 1px solid #e3e3e3;
    background-color: #f8f8f8
  }
}

.fruity .toWhite a:hover {
  color: #fff;
  background-color: #8bc68e
}

.fruity .navbar-toggle {
  border: solid 1px rgb(109, 177,51)
}

.fruity .navbar-toggle .icon-bar {
  background-color: rgb(109, 177,51)
}

.fruity .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #802b26;
  border: 1px solid #5d1f1b
}

.fruity .container-fluid .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.fruity .container-fluid .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: rgb(109, 177,51)
}

.fruity .container-fluid .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.fruity .container-fluid .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #a0352f;
  color: #fff
}

.fruity .btn-success:hover,
.fruity .btn-danger:hover,
.fruity .btn-warning:hover,
.fruity .btn-info:hover {
  color: #fff
}

.fruity input[type="checkbox"]:checked:after,
.fruity .checkbox input[type="checkbox"]:checked:after,
.fruity .checkbox-inline input[type="checkbox"]:checked:after {
  background-color: rgb(109, 177,51);
  border-color: rgb(109, 177,51)
}

.fruity .ui-dialog,
.fruity .ui-jqdialog,
.fruity .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
  background-color: #fff;
  border: 1px solid #ccc
}

.fruity .ui-jqdialog-titlebar {
  border-bottom: 2px solid #ccc
}

.fruity input[type="text"],
.fruity input[type="password"],
.fruity .ui-autocomplete-input,
.fruity textarea,
.fruity .uneditable-input {
  color: rgb(88, 88, 90)
}

.fruity .navtable {
  border: 1px solid #ccc
}

.fruity .em-function {
  color: rgb(109, 177,51)
}

.fruity .em-var-string {
  color: rgb(62, 62, 64)
}

.fruity .data-entry-explanation+tr {
  background-color: #e6e6e6
}

.fruity .data-entry-tbl tr.odd,
.fruity .data-entry-tbl tr.even {
  border-bottom: 1px solid #ebebeb
}

.fruity #carousel-example-generic .carousel-control {
  color: rgb(109, 177,51)
}

.fruity #carousel-example-generic .panel-title {
  color: rgb(109, 177,51)
}

.fruity #carousel-example-generic .carousel-indicators .active {
  background-color: rgb(109, 177,51)
}

.fruity #carousel-example-generic .carousel-indicators li {
  border: 1px solid rgb(109, 177,51)
}

@keyframes preload-show-1 {
  from {
    transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-hide-1 {
  to {
    transform: rotateZ(60deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-cycle-1 {
  5% {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #163c19
  }
  10%,
  75% {
    transform: rotateZ(60deg) rotateY(0) rotateX(0deg);
    border-left-color: #39993f
  }
  80%,
  100% {
    transform: rotateZ(60deg) rotateY(90deg) rotateX(0deg);
    border-left-color: rgb(109, 177,51)
  }
}

@keyframes preload-show-2 {
  from {
    transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-hide-2 {
  to {
    transform: rotateZ(120deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-cycle-2 {
  10% {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #163c19
  }
  15%,
  70% {
    transform: rotateZ(120deg) rotateY(0) rotateX(0deg);
    border-left-color: #39993f
  }
  75%,
  100% {
    transform: rotateZ(120deg) rotateY(90deg) rotateX(0deg);
    border-left-color: rgb(109, 177,51)
  }
}

@keyframes preload-show-3 {
  from {
    transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-hide-3 {
  to {
    transform: rotateZ(180deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-cycle-3 {
  15% {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #163c19
  }
  20%,
  65% {
    transform: rotateZ(180deg) rotateY(0) rotateX(0deg);
    border-left-color: #39993f
  }
  70%,
  100% {
    transform: rotateZ(180deg) rotateY(90deg) rotateX(0deg);
    border-left-color: rgb(109, 177,51)
  }
}

@keyframes preload-show-4 {
  from {
    transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-hide-4 {
  to {
    transform: rotateZ(240deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-cycle-4 {
  20% {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #163c19
  }
  25%,
  60% {
    transform: rotateZ(240deg) rotateY(0) rotateX(0deg);
    border-left-color: #39993f
  }
  65%,
  100% {
    transform: rotateZ(240deg) rotateY(90deg) rotateX(0deg);
    border-left-color: rgb(109, 177,51)
  }
}

@keyframes preload-show-5 {
  from {
    transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-hide-5 {
  to {
    transform: rotateZ(300deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-cycle-5 {
  25% {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #163c19
  }
  30%,
  55% {
    transform: rotateZ(300deg) rotateY(0) rotateX(0deg);
    border-left-color: #39993f
  }
  60%,
  100% {
    transform: rotateZ(300deg) rotateY(90deg) rotateX(0deg);
    border-left-color: rgb(109, 177,51)
  }
}

@keyframes preload-show-6 {
  from {
    transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-hide-6 {
  to {
    transform: rotateZ(360deg) rotateY(-90deg) rotateX(0deg);
    border-left-color: #163c19
  }
}

@keyframes preload-cycle-6 {
  30% {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: #163c19
  }
  35%,
  50% {
    transform: rotateZ(360deg) rotateY(0) rotateX(0deg);
    border-left-color: #39993f
  }
  55%,
  100% {
    transform: rotateZ(360deg) rotateY(90deg) rotateX(0deg);
    border-left-color: rgb(109, 177,51)
  }
}

@keyframes preload-flip {
  0% {
    transform: rotateY(0deg) rotateZ(-60deg)
  }
  100% {
    transform: rotateY(360deg) rotateZ(-60deg)
  }
}

.fruity #sidebar .btn-primary.force.color.white.onhover:hover,
.fruity #sidebar .btn-primary.force.color.white.onhover:active,
.fruity #sidebar .btn-primary.force.color.white.onhover:focus {
  color: #fff
}

.fruity #sidebar .tabbutton.btn-primary {
  outline: none
}

.fruity #sidebar .tabbutton.btn-primary:hover:after,
.fruity #sidebar .tabbutton.btn-primary:focus:after,
.fruity #sidebar .tabbutton.btn-primary:active:after {
  color: #163c19
}

.fruity #sidebar .tabbutton.btn-primary:after {
  color: rgb(109, 177,51)
}

.fruity #sidebar .background.white {
  background-color: #fff;
  box-shadow: none
}

.fruity #sidebar .resize-handle button {
  background: #fff
}

.fruity #sidebar .resize-handle button:focus,
.fruity #sidebar .resize-handle button:active,
.fruity #sidebar .resize-handle button:hover {
  background-color: #fff !important
}

.fruity #sidebar .menu-open {
  animation-name: animate-gradient;
  animation-duration: 450ms;
  background: radial-gradient(circle at center, #5cc262 0px, #5cc262 8px, white 9px, white 100%)
}

.fruity #sidebar .selected {
  padding-left: 20px;
  background: linear-gradient(to right, rgb(109, 177,51) 0px, rgb(109, 177,51) 13px, #fff 13px, #fff 100%);
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(1, 0.5, 0.5, 1)
}

.fruity #sidebar .dragged {
  background-color: #40ab46 !important;
  opacity: 0.8;
  padding-top: 18px;
  padding-bottom: 18px;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out
}

.fruity #sidebar .menu-selected {
  padding-left: 10px;
  background: linear-gradient(to right, rgb(109, 177,51) 0px, rgb(109, 177,51) 6px, white 6px, white 100%)
}

.fruity #sidebar .subpanel.level-0 .menu-selected {
  background: linear-gradient(to right, #40ab46 0px, #40ab46 6px, #fff 6px, #fff 100%)
}

.fruity #sidebar .subpanel.level-0 .selected {
  background: linear-gradient(to right, #40ab46 0px, #40ab46 13px, #fff 13px, #fff 100%)
}

.fruity #sidebar .subpanel.level-1 .menu-selected {
  background: linear-gradient(to right, #49bb50 0px, #49bb50 6px, #fff 6px, #fff 100%)
}

.fruity #sidebar .subpanel.level-1 .selected {
  background: linear-gradient(to right, #49bb50 0px, #49bb50 13px, #fff 13px, #fff 100%)
}

.fruity #sidebar .subpanel.level-2 .menu-selected {
  background: linear-gradient(to right, #5cc262 0px, #5cc262 6px, #fff 6px, #fff 100%)
}

.fruity #sidebar .subpanel.level-2 .selected {
  background: linear-gradient(to right, #5cc262 0px, #5cc262 13px, #fff 13px, #fff 100%)
}

@keyframes animate-gradient {
  0% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 1px, #fff 2px, #fff 100%)
  }
  10% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 2px, #fff 3px, #fff 100%)
  }
  20% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 3px, #fff 4px, #fff 100%)
  }
  30% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 4px, #fff 5px, #fff 100%)
  }
  40% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 5px, #fff 6px, #fff 100%)
  }
  50% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 6px, #fff 7px, #fff 100%)
  }
  60% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 7px, #fff 8px, #fff 100%)
  }
  70% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 8px, #fff 9px, #fff 100%)
  }
  80% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 9px, #fff 10px, #fff 100%)
  }
  90% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 10px, #fff 10px, #fff 100%)
  }
  100% {
    background: radial-gradient(circle at center, rgb(109, 177,51) 0px, rgb(109, 177,51) 8px, #fff 9px, #fff 100%)
  }
}

.fruity .ls-ba .list-group>.list-group-item .list-group .list-group-item:last-of-type {
  border-bottom: 1px solid rgb(62, 62, 64)
}

.fruity .ls-ba .breadcrumb>li+li:before {
  color: #fff
}

.fruity ol.breadcrumb.title-bar-breadcrumb {
  background: transparent;
  color: #fff
}

.fruity ol.breadcrumb.title-bar-breadcrumb a {
  color: #fff
}

.fruity ol.breadcrumb.title-bar-breadcrumb a.animate::after {
  background: #fff;
  transition: width 0.3s
}

.fruity ol.breadcrumb.title-bar-breadcrumb li {
  background: transparent;
  color: #fff
}

.fruity ol.breadcrumb.title-bar-breadcrumb li.active {
  color: rgb(62, 62, 64)
}

.fruity #pjax-content .surveybar {
  box-shadow: 3px 3px 3px rgb(62, 62, 64)
}

.fruity #pjax-file-load-container>div {
  background: #000;
  background: linear-gradient(to right, #000 0%, #081709 50%, #163c19 100%);
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition: width 1.6s;
  transition: width 1.6s
}

.fruity #comfortUpdateGeneralWrap h3.maintitle {
  background-color: transparent;
  color: rgb(109, 177,51);
  border-bottom: 1px solid rgb(109, 177,51)
}

.fruity #comfortUpdateGeneralWrap .on span {
  display: block;
  background-color: rgb(109, 177,51);
  color: #fff
}

.fruity #sideMenu #dropdown #explorer li#questionexplorer-group-container:hover,
.fruity #sideMenu #dropdown li#questionexplorer-group-container:hover>a {
  background-color: #fafafa;
  color: #163c19
}

.fruity .explorer-group-title a.explorer-group,
.fruity .question-collapse-title {
  color: #163c19
}

.fruity #survey_title a {
  color: #fff
}

.fruity .question-item {
  padding-top: 1em
}

.fruity .placeholder {
  background-color: #84b39a
}

.fruity .slider.slider-horizontal .slider-tick.triangle,
.fruity .slider.slider-horizontal .slider-handle.triangle {
  border-bottom-color: rgb(109, 177,51)
}

.fruity .slider.slider-vertical .slider-tick.triangle,
.fruity .slider.slider-vertical .slider-handle.triangle {
  border-left-color: rgb(109, 177,51);
  border-right-color: rgb(109, 177,51)
}

.fruity .slider-handle {
  background-color: rgb(109, 177,51)
}

.fruity .slider-handle.custom::before {
  color: rgb(109, 177,51)
}

.fruity .slider-tick.custom::before {
  color: rgb(109, 177,51)
}

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

.fruity .input-error input {
  border: 1px solid #f6863a;
  color: #f6863a
}

.fruity .input-error input:focus {
  border: 1px solid #a94442;
  color: #a94442
}

.fruity .question-container.input-error {
  box-shadow: 0 10px 20px rgba(169, 68, 66, 0.9)
}

body .answer-item label::after {
  background-color: rgb(109, 177,51)
}

.checkbox-item input[type="checkbox"]:checked+label::after,
.checkbox-item input[type="radio"]:checked+label::after {
  background-color: rgb(109, 177,51);
  color: white
}

table.ls-answers tr th {
    font-size: 1.1em;
    text-align: center;
    color: #707173;
}

.ls-answers tbody .answertext {
    text-align: left;
}
