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

/* Ausblenden der Frageliste und Hinweis "kontaktieren Sie..." bei der Startseite auf ls.hfh.ch */
.survey-list-heading {
    display: none;
}
.survey-contact {
    display: none;
}


/* in HTML Code eingebettetes HfH Logo, aktuell ausgeblendet.*/

.logo-container > img {
    max-height: 100px;
    padding: 15px;
    width: auto;
    display: none;
}

/* HfH Logo wird oben links eingeblendet als "CSS Background" */

.navbar {
    background: no-repeat top left url("../files/logo.png");
    min-height: 100px;
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    border: 1px solid transparent;
    background-color: #ffffff !important;
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

/* Navigation für Umfrageteilnehmer ausgeblendet */

.navbar-default .navbar-toggle {
     display: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #e74011;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.alert-warning {
    color: #7b4a20;
    background-color: #eee;
    border-color: #fff;
}

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

.text-primary {
    color: #333 !important;
    line-height: 130%;
}

/* Dankesnachricht nicht zu hoch */
#main-col {
    margin-top: 3em;
}

/* Grösse der Dankesnachricht */
body {
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
}

/* "Weiter" Button u.a. Buttons */

.btn-primary {
    color: #fff;
    background-color: #e74011;
    border-color: #e74011;
}

.btn-primary:hover {
    color: #e74011;
    background-color: #fff;
    border-color: #e74011;
}

/* Text in Matrixfragen linksbündig */
.ls-answers tbody .answertext {
    text-align: left;
}
