/******************
    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-brand { 
    padding: 0px;
    height: 100px;
}

/* hide LS logos on homepage */
#surveys-list-jumbotron { display: none; }
#surveyListFooter { display: none; }

/* hide no-answer */
.question-array-noanswer-hide th.noanswer-text {
    display:none;
}
.question-array-noanswer-hide td.noanswer-item {
    display:none;
}
/* relabel 'no answer' */
.noanswer-text {
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line */
}
.noanswer-text:after {
    content: "N/A";
    text-indent: 0;
    display: block;
    line-height: initial; /* New content takes up original line height */
}

/* array questions align left */
.ls-answers tbody .answertext {
    text-align: left;
    font-size: 100%;
}

/* equation-rca-score */
div.equation-rca-score {
    margin-left: 45px;
    margin-right: 45px;
}
.equation-rca-score,
.equation-rca-score div {
    color: #2c3e50;
    background-color: #f39c12;
}
.equation-rca-score p {}
.equation-rca-score span {
    color: #2c3e50;
    font-size: 175%;
    float: right;
    padding-right: 15%;
}
.equation-rca-score span:after {
    content: "%";
}
.equation-rca-total {
    font-size: 200%;
}
