/******************
    LBS-Template von. S. Zimmermann
*/

:root {
    --bs-info-rgb: #ff0000;
    --bs-warning-rgb: #ff0000;
}


.navbar-brand.logo-container.hidden-xs {
    display: table-row !important;
    margin-top: -15px;
    margin-bottom: -15px;
    margin-left: -5px;
}

#surveys-list-jumbotron {
    text-align: center;
    font-size: xxx-large;
    font-variant-caps: all-petite-caps;
}

#surveys-list-container {
    margin-top: 10px;
}

.top-container {
    margin-top: 30px !important;
}

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

.text-primary {
    color: #a94442;
}

a {
    color: #bd4252;
    text-decoration: none;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #a94442;
    background-color: #fff;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #a94442;
    -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;
}

.text-info {
    color: #858585;
}

