
.navbar {
    margin-bottom: 0px;
}

body .top-container {
    margin-top: 0px;
    background: white;
    padding-bottom: 22px;
    z-index: 2000;
    box-shadow: 0 10px 20px rgba(0,0,0,.14);
    padding-top: 10px;
}

body {
    #background: #c0c043;
}

h3, .h3 {
    font-size: 30px;
}

.survey-welcome, .survey-description {
    font-size: 24px;
    line-height: 1.5;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 32px;
}

h1, h2, h3 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    letter-spacing: 1px;
}

h1, h3, .h3 {
    font-size: 34px;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
}


.question-container {
    background-color: #f5f5f5;
    border: 0px solid #e6e6e6;
    box-shadow: 0 3px 20px rgba(0,0,0,.14);
    padding: 0px 0px 40px 0px;
}

.question-text{
    font-weight: 200;
    font-size: 24px;
}

.question-title-container{
    padding: 30px;
    background: #fff;
}

.question-valid-container {
    background: none;
    border: none;
}

.question-valid-container{
    padding: 30px 40px 20px 40px;
}

.asterisk {
    padding: 10px;
}

.answer-container{
    padding: 0px 40px 0px 40px;
}

.question-help-container{
    padding: 0px 40px 0px 40px;
}
.ls-questionhelp {
    margin-top: 20px;
    color:gray;
}

.ls-question-message {
    color: gray;
}

.survey-form-container{
    margin-bottom: 50px;
}

.ls-label-question {
    font-size: 18px;
    padding: 10px 40px 10px;
    font-weight: 300;
}

.top-container{
    position: fixed;
}

.fruity .progress {
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
}
.fruity .progress-bar {
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
}

#main-col {
    margin-top: 6em;
}

.fruity .navbar {
    box-shadow: 0 0px 0px rgba(132,136,138,0.1);
}


.fa {
    padding-right: 5px;
}

ul, ol {
    margin-bottom: 0px;
}

.answer-container{
    padding-right: 60px;
    padding-left: 60px;
}

textarea.form-control {
    height: auto;
    margin-bottom: 20px;
}

.survey-welcome{
    color:black !important;
    font-weight: normal;
    margin-bottom: 60px;
}


.fruity .alert-warning {
    background-color: #ffffff42;
    border: 3px solid #0000003d;
    color: #000000;
}
