/******************
    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
*/


body {
/*    padding-top: 0 !important;*/
}



#outerframeContainer {
    word-wrap: normal;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}

/* links */
.fruity a {
    color: #FF6600;
}

.fruity a:hover, .fruity a:focus {
    color: #FF6600;
}

/* navbar general */
.fruity .navbar {
    /* change background and font color here if needed */
}

/* navbar toggle */
.fruity .navbar-toggle {
    border-color: #ff6600;
}

.fruity .navbar-toggle .icon-bar {
    background-color: #ff6600;
}

/* first link in demo */
.fruity .navbar a.animate::after {
    background-color: #FF6600;
}

/* second link in demo */
.fruity .nav .open > a, .fruity .nav .open > a:hover {
    background-color: #FF6600 !important;
    color: #fff !important;
}

.fruity .dropdown-menu > li > a:hover {
    background-color: #ffe0cc;
    color: #35363f;
}

.fruity .bg-warning {
    background-color: #ff6600;
}

.fruity .dropdown-menu > li.bg-warning > a {
    color: #fff;
}

.fruity .dropdown-menu > li.bg-warning > a:hover {
    color: #35363f;
}

.fruity .bg-danger {
    background-color: #ff0000;
}

.fruity .dropdown-menu > li.bg-danger > a {
    color: #fff;
}

.fruity .dropdown-menu > li.bg-danger > a:hover {
    color: #35363f;
}
/* progress bar */
.fruity .progress-bar {
    background-color: #ff6600;
}

/* buttons */
.fruity .btn-info {
    background: #FF6600;
    border-color: #FF6600;
}

.fruity .btn-info:hover, .fruity .btn-info:focus, .fruity .btn-info:active, .fruity .btn-info.active, .fruity .open .dropdown-toggle.btn-info {
    background-color: #35363f;
    border-color: #35363f;
}

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

.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .open .dropdown-toggle.btn-default {
    border: 1px solid #FF6600;
    color: #FF6600;
    background: #fff;
}

.fruity .btn-primary {
    background-color: #FF6600;
    border: 1px solid #FF6600;
}

.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 {
    background-color: #35363f;
    border: 1px solid #35363f;
}

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

/* info text */
h1.survey-name {
    margin-bottom: 24px;    
}

.fruity .text-info, .fruity .text-primary {
    color: #35363f;
}

.fruity .text-primary {
    line-height: 1.5;
}

.fruity .text-info .error {
    color: #cd0000;
}

/* Input checked */
body .answer-item label::after {
    background-color: #FF6600;
}

/* checkboxes */
.fruity input[type="checkbox"]:checked::after, .fruity .checkbox input[type="checkbox"]:checked::after, .fruity .checkbox-inline input[type="checkbox"]:checked::after {
    background-color: #FF6600 !important;
    border-color: #FF6600 !important;
}

.checkbox-item input[type="checkbox"]:checked + label::after, .checkbox-item input[type="radio"]:checked + label::after {
    background-color: #ff6600;
}

/* Textarea focus */
.fruity .form-control:focus {
    border: 1px solid #35363f;
    box-shadow: inset 0 1px 1px #ffe0cc,0 0 8px #ffe0cc;
}

/* Question labels */
.ls-label-question {
    font-size: 18px;
}

.row.boilerplate .question-title-container .ls-label-question {
    font-weight: normal;
}

/* tables */
.ls-even {
    background: #f5f5f5;
}

.table-hover > tbody > tr:hover {
    background-color: inherit;
}

.fruity .table-hover > tbody > tr:hover > th, .fruity .table-hover > tbody > tr:hover > td {
    background-color: #ffefe5;
}

.fruity .table-hover > tbody > tr > td {
	background-clip: padding-box;
	vertical-align: middle;
}

/* Slider */
.fruity .slider-selection {
    background-image: linear-gradient(to bottom, #ff6600 0%, #ff6600 100%);
}

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

/* Willkommensseite */
.survey-welcome, .privacy .text-primary, .privacy h2 {
    max-width: 800px;
    margin: 0 auto;
}

.survey-welcome, .privacy .text-primary {
    font-size: 16px;
}

.privacy h2 {
    margin: 0.5em auto;
    font-size: 24px;
}

/* Endseite */
.completed-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.completed-text h2 {
    text-align: center;
    margin: 1em auto;
}

body .top-container {
    margin: 0 !important;
}

.fruity .navbar {
  background-color: #fff;
  box-shadow: none !important;
  border-radius: 0 !important;
}

@media (min-width: 769px) {
.slider-list .slider-left, .slider-list .slider-right {
  margin-top: 0.5em;
}}

@media (max-width: 1024px) {
.answertext.control-label {
  font-weight: bold;
}
    .ls-move-next-btn, #ls-button-submit {
  margin-right: 20px;
}
}

.fa-asterisk {
  color: #ff6600 !important;
}

.survey-welcome {
 max-width: none;   
}

.timer_header {
  display: none;
}


.fa-asterisk {
    display: none;
}

.completed-wrapper {
  margin-top: 70px;
}


