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


#navbar{
    color: #fff;
    background-color: #008ac9;
}

#block_error .text-danger {
    color: #008ac9;
    font-size: 1.3em;
}

#block_error {
    font-size: 1.3em;
    background: #fff url(../files/block.gif) no-repeat 0 51px;
}

.fruity .navbar-toggle {
    border: solid 1px #0024C6;
}

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

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

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.fruity .nav .open>a:hover {
    color: #fff;
    background-color: #008ac9;
}

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

.fruity .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #008ac9;
}

.fruity .nav .open>a:focus{
    color:#fff;
    background-color:#008ac9;
}

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

@media (min-width: 769px){
    .fruity .navbar a.animate:after {
        text-align: right;
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background-color: #fff;
    }
}

#progressContainer{
    background-color: #ecf0f1;
}

.survey-name{
    color: #008ac9;
    font-size: 36px;
    margin-bottom: 40px;
}

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

.fruity .form-control:focus{
    border:1px solid #008ac9;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.06),0 0 8px rgba(0,138,201,0.6)
}

.fruity .text-info {
    color: #008ac9;
}

.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .open .dropdown-toggle.btn-default {
    color: #008ac9;
    border: 1px solid #008ac9;
    background-color: rgba(0,138,201,0.1);
}

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

@media (max-width: 767px){
.navbar-brand {
    display: block;
    max-height: 60px;
}}

@media (max-width: 767px){
.navbar-brand img{
    max-height: 40px;
    padding: 0px;
    margin: 10px;
}}

#navigator-container .form-change-lang{
    display: inline;
}

.no-tooltip .slider .tooltip {
	display: none;
}

.form-inline .radio-item, .form-inline .checkbox-item {
    display: block;
}

.star-cancel {color: #727272;}
.star-cancel.star-drained {color: #932424}
.star-cancel.star-hover {color: #a12424; text-shadow: 1px 0 #a12424;}

.star-10 {color: #797979}
.star-10.star-rated-on:not(.star-stub) {color: #00FF00;} /* Vert lime */
.star-10.star-drained {color: #ADFF2F;} /* Jaune verdâtre */
.star-10.star-drained.star-hover {text-shadow: 1px 2px #ADFF2F;}

.star-9 {color: #868686}
.star-9.star-rated-on:not(.star-stub) {color: #7CFC00;} /* Vert clair */
.star-9.star-drained {color: #FFFF00;} /* Jaune */
.star-9.star-drained.star-hover {text-shadow: 1px 2px #FFFF00;}

.star-8 {color: #929292}
.star-8.star-rated-on:not(.star-stub) {color: #FFD700;} /* Orange clair */
.star-8.star-drained {color: #FFA500;} /* Orange */
.star-8.star-drained.star-hover {text-shadow: 1px 2px #FFA500;}

.star-7 {color: #989898}
.star-7.star-rated-on:not(.star-stub) {color: #FF4500;} /* Rouge orangé */
.star-7.star-drained {color: #FF0000;} /* Rouge Ferrari */
.star-7.star-drained.star-hover {text-shadow: 1px 2px #FF0000;}

.star-6 {color: #a4a4a4}
.star-6.star-rated-on:not(.star-stub) {color: #FF4500;} /* Rouge orangé */
.star-6.star-drained {color: #FF0000;} /* Rouge Ferrari */
.star-6.star-drained.star-hover {text-shadow: 1px 2px #FF0000;}

.star-5 {color: #b0b0b0}
.star-5.star-rated-on:not(.star-stub) {color: #FFA500;} /* Orange */
.star-5.star-drained {color: #FFD700;} /* Orange clair */
.star-5.star-drained.star-hover {text-shadow: 1px 2px #FFD700;}

.star-4 {color: #b6b6b6}
.star-4.star-rated-on:not(.star-stub) {color: #FFFF00;} /* Jaune */
.star-4.star-drained {color: #ADFF2F;} /* Jaune verdâtre */
.star-4.star-drained.star-hover {text-shadow: 1px 2px #ADFF2F;}

.star-3 {color: #c2c2c2}
.star-3.star-rated-on:not(.star-stub) {color: #7CFC00;} /* Vert clair */
.star-3.star-drained {color: #00FF00;} /* Vert lime */
.star-3.star-drained.star-hover {text-shadow: 1px 2px #00FF00;}

.star-2 {color: #c8c8c8}
.star-2.star-rated-on:not(.star-stub) {color: #7CFC00;} /* Vert clair */
.star-2.star-drained {color: #00FF00;} /* Vert lime */
.star-2.star-drained.star-hover {text-shadow: 1px 2px #00FF00;}

.star-1 {color: #d4d4d4}
.star-1.star-rated-on:not(.star-stub) {color: #FF0000;} /* Rouge Ferrari */
.star-1.star-drained {color: #FF4500;} /* Rouge orangé */
.star-1.star-drained.star-hover {text-shadow: 1px 2px #FF4500;}
.choice-5-pt-radio .star-5 {color: #797979}
.choice-5-pt-radio .star-5.star-rated-on:not(.star-stub) {color: #00FF00;} /* Vert lime */
.choice-5-pt-radio .star-5.star-drained {color: #00FF00;} /* Vert lime */
.choice-5-pt-radio .star-5.star-drained.star-hover {text-shadow: 1px 2px #00FF00;}

.choice-5-pt-radio .star-4 {color: #989898}
.choice-5-pt-radio .star-4.star-rated-on:not(.star-stub) {color: #9ACD32;} /* Jaune vert */
.choice-5-pt-radio .star-4.star-drained {color: #9ACD32;} /* Jaune vert */
.choice-5-pt-radio .star-4.star-drained.star-hover {text-shadow: 1px 2px #9ACD32;}

.choice-5-pt-radio .star-3 {color: #b0b0b0}
.choice-5-pt-radio .star-3.star-rated-on:not(.star-stub) {color: #FFA500;} /* Orange */
.choice-5-pt-radio .star-3.star-drained {color: #FFA500;} /* Orange */
.choice-5-pt-radio .star-3.star-drained.star-hover {text-shadow: 1px 2px #FFA500;}

.choice-5-pt-radio .star-2 {color: #c2c2c2}
.choice-5-pt-radio .star-2.star-rated-on:not(.star-stub) {color: #FF4500;} /* Rouge orangé */
.choice-5-pt-radio .star-2.star-drained {color: #FF4500;} /* Rouge orangé */
.choice-5-pt-radio .star-2.star-drained.star-hover {text-shadow: 1px 2px #FF4500;}

.choice-5-pt-radio .star-1 {color: #d4d4d4}
.choice-5-pt-radio .star-1.star-rated-on:not(.star-stub) {color: #FF0000;} /* Rouge Ferrari */
.choice-5-pt-radio .star-1.star-drained {color: #FF0000;} /* Rouge Ferrari */
.choice-5-pt-radio .star-1.star-drained.star-hover {text-shadow: 1px 2px #FF0000;}
