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

/*    Logo top left    */

.logo-container a>img {
    max-height: 90px;
    padding: 15px;
    width: auto;
}

/* survey list overview at the start  */

#surveys-list-container {
    margin-top: 0;
}
#surveys-list-jumbotron {
    background-color: #E6E6E6;
    box-shadow: 0px 10px 20px #d9d9d9;
    margin-bottom: 25px;
}
/* 
    Contact in the footer 
*/
#surveyListFooter {
    padding-bottom: 0;
}
.survey-contact {
    margin-top: 30px;
}
/*
    set link color to the DBFZ green
*/
.fruity .navbar a.animate:after, .fruity .nav .open>a:hover, .fruity .nav .open>a:focus, .fruity .nav .open>a:active, .fruity .dropdown-menu>li>a:hover {
    background-color: #97BF0D;
}

/*    
      text colors and spacing in surveys 
*/

.fruity .text-info {
    color: #444444;
}
.fruity .text-primary {
    color: #444444;
}
.survey-welcome {
    margin-top: 30px;
}
/* progress bar in survey */

.fruity .progress-bar {
    background-color: #97BF0D;
}

/* survey overview items */

.fruity .btn-primary, .fruity .btn-default {
    color: #fff;
    background-color: #97BF0D;
    border: 1px solid #97BF0D;
}
.fruity .btn-primary:hover {
    color: #fff;
    background-color: #727879;
    border: 1px solid #727879;
} 
.fruity a {
    color: #97BF0D;
}
/*
    survey items at the start site
*/
.surveys-list .btn-group { 
    width: 25%;
    
}
.surveys-list .btn-group a { 
    min-height: 75px;
    padding-top: 25px;
    box-shadow: 0 10px 20px #d9d9d9;
}
/*
    Picture and sitename above the survey list
*/
.welcomepage-site-header {
    background-color: #F0F0F0;
    width: 50%;
    margin: auto;
}
.index-start-logo-formated {
    margin-top: 15px;
    border-top: 1px solid #e6e6e6;
}
.sitename-formated {
    padding-top: 15px;
    font-size: 140%;
}