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

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap');
@import url("//www.zelo.biz/themes/zelo/assets/css/base.css");
/*@import url("//www.zelo.biz/themes/zelo/assets/css/fonts.css");*/
@import url("//www.zelo.biz/themes/zelo/assets/css/main.css");

body {
    padding: 0;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
}

.container {
    width:auto;
}

.text-primary {
    color: #00a346;
}

.text-info {
    color: #666;
}

.btn,
.btn-primary {
    color:#fff;
    background-color:#00a346;
    border-color:#008438
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
    color:#fff;
    background-color:#008438;
    border-color:#007532
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color:#fff;
    background-color:#008438;
    background-image:none;
    border-color:#007532
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color:#fff;
    background-color:#007532;
    border-color:#007532
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color:#00a346;
    border-color:#008438
}

.btn-primary .badge {
    color:#00a346;
    background-color:#fff
}


.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border-top-width: 0;
}

    .navbar-brand {
        height: auto;
        min-height: 0;
    }

.progress {
    height: 25px;
    border-radius: 0px 0px 4px 4px;
}

    .progress .progress-bar {
        color:#fff;
        text-align:center;
        background-color:#00a346;
        line-height: 25px;
    }


#logo > a > img {
    max-width: 250px;
}

.survey-welcome,
.completed-text {
    border: 1px solid #ccc;
    padding: 4rem;
    border-radius: 40px 0 40px 0;
    margin: 2rem 0;
    background-color: #e5fae5;
}

.completed-text {
    background: #e5fae5 url('../files/zelo_abschluss_flowers.png') left center no-repeat;
    min-height: 250px;
    padding-left: 210px;
}

.limit-text-window {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}

.ls-answers .ls-heading th {
    font-weight: 700;
    word-wrap: break-word;
}

#page ul.subquestion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#surveys-list-container {
    margin-top: 2rem;
    min-height: 350px
}

#block_error {
    margin-bottom: 72px;
}


#page .question-text p,
#page .ls-questionhelp p {
    margin-bottom: 0;
}

#page .question-text p {
    font-weight: 600;
}

#page #central .lsImageSize--size--10 img {
    max-width: 180px;
    text-align: left;
}

.privacy .h4,
.survey-contact {
    border-top: 1px solid #ddd;
    padding: 1.5rem 0 0;
    margin-top: 1.5rem;
    color: #666;
}

/* main.css overrides */
.control-label a {
    color: #00a346;
}


#page #central {
    padding: 0 0 30px;
}

#page p {
    margin: 0 0 1rem 0;
}

#page #central img, #page #central .ccm-image-block {
    margin: 0;
    display: inline-block;
}

#page .shapedBorder {
    border-bottom-right-radius: 0;
}

.col-responses .ls-col-odd,
.col-responses .ls-col-even {
    width: auto !important;
}


/* Form Radio/Checkboxx Items */
.checkbox-item label::after {
    background-color: #00a346;
    padding-left: 1px;
    padding-top: 0;
    color: #fff;
}

.radio-item label::after {
    background-color: #00a346;
}

