/******************
    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:40px!important;
}

.logo-container > img {
  max-height: 67px;
  padding: 15px;
  width: auto;
  margin-left: 20px;
}

#surveys-list-container {
  text-align: center!important;
}

.surveytitle.btn.btn-primary {
  background: #fd6e02 !important;
  margin-left: 0% !important;
  border: 0px;
}

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

.text-primary {
    color: #00000!important;
}

.btn-primary {
    color: #fff;
    background-color: #fd6e02!important;
    border-color: #fd6e02!important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #EC5307!important;
    border-color: #EC5307!important;
}

.fruity .nav .open > a:hover {
    color: #fff!important;
    background-color: #EC5307 !important;
}

.fruity .nav .open > a {
    color: #fff!important;
    background-color: #7B2D07 !important;
}

.fruity .alert-success {
    background-color: transparent;
    border: 1px solid #fd6e02!important;
    color: #fd6e02!important;
}

.fruity .btn-info {
    color: #fff;
    background-color: #fd6e02!important;
    border-color: #fd6e02!important;
}

.fruity .btn-info:hover {
    color: #fff;
    background-color: #EC5307!important;
    border-color: #EC5307!important;
}

.progress-bar {
    background-color: #fd6e02!important;
}

.text-info {
    color: #fd6e02!important;
}

a {
    color: #fd6e02!important;
}

.fruity .text-primary {
    color: #4f5559!important;
}

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

.fruity .form-control:focus {
 border:1px solid #fd6e02!important;
 box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,134,55,0.6)
}

.fruity .navbar-toggle {
    border: solid 1px #fd6e02!important;
}

.fruity .navbar a.animate::after {
    background-color: #fd6e02!important;
}

.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .open .dropdown-toggle.btn-default {
    color: #F5967D !important;
    border: 1px solid #F5967D !important;
    background-color: rgba(215,102,0,0.2);
}

.fruity .text-danger {
    color: #fd6e02!important;
}

.ls-label-question > p > strong, .ls-label-question > strong {
    font-size: 20px;
    font-weight: 400;
}

.checkbox-item {
    padding-left: 30px!important;
}

.fruity .question-item {
    padding-top: 0em !important;
}

.fruity .table-hover > tbody > tr:hover > td {
    background-color: rgba(150,90,0,0.1) !important;
}

.question-container {
    background-color: #ffffff!important;
    border: 1px solid #e6e6e6!important;
    box-shadow: 0 1px 1px rgba(0,0,0,.4)!important;
    border-radius: 5px!important;
}

.question-title-container {
    padding-top: 1.5em!important;
    padding-bottom: 1em;
}

.answer-container {
    padding-top: 0.5em;
    padding-bottom: 1.5em!important;
}

.fruity .question-container.input-error {
    box-shadow: 0 2px 15px rgba(209,108,66,0.9);
    border: 1px solid #fd6e02;
}

.fruity .btn-default {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #fd6e02!important;
    color: #fd6e02!important;
}

.fruity .navbar-toggle .icon-bar {
    background-color: #fd6e02!important;
}

.fruity .dropdown-menu > li > a:hover {
    color: #fff!important;
    background-color: #828482!important;
}

.question-container {
    background-color: #f9f9f9 !important;
    border: 1px solid #fff  !important;
    box-shadow: 0 4px 8px 0 rgba(23,43,77,.2) !important;
}

.ls-even {
    background-color: #ebebeb !important;
}

.progress .progress-bar {
    line-height: 19px;
    background: 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%) left/30px 30px repeat-x, linear-gradient(to right, #ff8300 0%, #ff8300 50%, #ff8300 100%) left/var(--p,100%) fixed, #b7b7b7;
    font-size: 20px !important;
    font-weight: bold !important;
}

.top-container .progress {
    background: 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%) left/30px 30px repeat-x, linear-gradient(to right, #eee 0%, #f4f4f4 50%, #eaeaea 100%) left/var(--p,100%) fixed, lightgray;
}

.fruity .navbar {
    background-color: #f5f5f5 !important;
    border-bottom: 1px solid #e7e7e7 !important;
}

.formcaptach {
    background-color: #f9f9f9 !important;
    border: 1px solid #fff !important;
    box-shadow: 0 4px 8px 0 rgba(23,43,77,.2) !important;
}

label::after {
    background-color: #fd6e02!important;
    color: #ffffff!important;
}
