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

html {
    background: #f9f8f7;
}
body .top-container {
    margin-top: 40px !important;
    margin-bottom: 10px;
}
#main-col {
    margin-top: 0;
}
:root {
    --bs-primary-rgb: #4d8f41;
}
.btn-primary {
    background-color: var(--bs-primary-rgb);
}
.btn-primary:hover {
    background-color: var(--bs-primary-rgb);
}
.group-container .group-title {
    margin-top: 0;
}
a {
    color: var(--bs-primary-rgb) !important;
    font-size: inherit;
}
html {
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        overflow: auto;
}
html, body {
        display: flex;
        flex-direction: column;
}
body {
        padding: 0 !important;
        overflow: auto;
}
article {
    background: #fdfdfd;
    padding-top: 0 !important;
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 50px auto;
    border: 1px solid gainsboro;
    height: auto;
    border-radius: 10px;
    padding-bottom: 20px;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.large-heading {
    color: #c8261d;
}

#survey-nav.navbar {
    background-color: #ebe8e4 !important;
    position: relative;
    border-radius: 10px 10px 0 0 !important;
}

#welcome-container {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .col-xl-8 {
        width: 80%;
    }
}

.group-container .group-title {
    font-weight: 300;
}

.question-container .ls-label-question {
	font-weight: 300;
	hyphens: none;
}

.form-control {
    border-width: 1px;
}

.radio-item label::before {
    border-width: 1px;
}

.ls-answers label, .answer-item label, .control-label {
    font-weight: 300;
    color: black;
}
.other-text-item {
    margin-top: -6px;
}
.radio-item input[type=radio]:checked + label {
    color: var(--bs-primary-rgb);
}
.radio-item input[type=radio]:checked + label::before {
    border-color: var(--bs-primary-rgb);
}
.radio-item input[type=radio]:checked + label::after {
    background-color: var(--bs-primary-rgb);
}
.btn-lg, .btn-group-lg > .btn {
    padding: 5px 15px;
}

.space-col {
    margin-bottom: 0;
}

.logo-container > img {
    height: 70px;
    margin: 30px 0;
    padding: 0;
}

li.radio-item {
    margin-bottom: 10px;
}
.ls-logo {
        display: none;
}
.languagechanger {
        display: none;
}
.token-page {
        padding: 30px 0;
}
.question-title-container {
        display: flex;
}
.question-container .asterisk::before {
        display: none;
}
.question-container .asterisk + .question-text .ls-label-question::after {
        content: "*";
        display: inline;
        color: red;
}
.group-description {
	margin-bottom: 35px;
}
.answers-list.radio-list .answertext,
.survey-welcome,
.form-heading {
	hyphens: none;
}
.col-responses > col {
	width: 8% !important;
}
.col-responses > .col-answers {
	width: 60% !important;
}
.ls-answers .ls-heading th, .ls-answers th {
	font-weight: 300;
    line-height: 26px;
	color: #1E1E1E;
}
.completed-text {
	padding: 50px 0;
	hyphens: none;
}
