

/* Start:/local/components/aravia/vote.course.feedback/templates/.default/style.css?17314005604685*/
.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.flex-block {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.starrequired {
    color: red;
}

.vote-question_title,
.vote-label {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

#page_voting {
    background-color: #f5f5f7;
    background-image: url('/local/components/aravia/vote.course.feedback/templates/.default/vote_img.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    padding:60px 0;
}

#page_voting * {
    box-sizing: border-box;
}

#vote-pages_list {
    padding-right: 250px;
}

.vote-page_start {
    margin-bottom: 30px;
}

.vote-page_start .course-info span {
    display: block;
}

.vote-page_start_buttons .link-main {
    margin-top: 30px;
    margin-bottom: 20px;
}

.vote-page_start_buttons .link-small {
    margin-top: 7px;
    font-size: 13px;
}

.vote-page {
    display:none;
}

.vote-page.active {
    display:block;
}

.vote-question_header {
    width: fit-content;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid #592c82;
    margin-bottom: 30px;
}

.vote-question_number {
    font-family: 'Circe';
    font-size: 26px;
    padding: 5px;
    min-width: 40px;
    width: 40px;
    background: #eae2f6;
    text-align: center;
}

.vote-question_title {
    margin-left: 7px;
}

.vote-question .checkmark {
    display: inline-block;
    height: 31px;
    width: 31px;
    background-color: transparent;
    border: 2px solid #582c83;
    margin-right: 10px;
    overflow: hidden;
}

.vote-question_answers {
    margin-bottom: 30px;
}

.vote-answer + .vote-answer {
    margin-left: 30px;
}

.vote-question input[type='radio'] {
    display: block;
    border: 1px solid red;
}

.vote-question input[type='radio']:checked + label .checkmark:after {
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    background: #582c83;
    border: 6px solid #fff;
}

.vote-answer_textfield {
    width: 80%;
}

.vote-question textarea {
    resize: none;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    font-family: 'Circe-Light';
    font-size: 16px;
    height: 70px;
    outline: none;
}

.vote-button {
    background-color: #592c82;
    border: 0;
    border-radius: 10px;
    padding: 9px 25px;
    color: #fff;
    text-align: center;
    height: 40px;
    display: inline-flex;
    line-height: 24px;
    transition: .3s;
    cursor: pointer;
    font-weight: 300;
}

.vote-button:not([disabled]):hover {
    color: #fff;
    background-color: #9a79b9;
}

.vote-button:disabled {
    background-color: #d0bee1;
    cursor: default;
}
.vote-button.vote-prev {
    margin-right: 10px;
}

@media (max-width: 1399px) {
    #page_voting {
        background-size: cover;
    }

    #vote-pages_list {
        padding-right: 500px;
    }
}

@media (max-width: 1000px) {
    #vote-pages_list {
        max-width: 480px;
        min-width: 300px;
        display: block;
        background-color: #fff;
        padding: 10px;
        margin: 0 auto;
        box-shadow: 0px 0px 7px 0px rgba(130, 130, 130, 0.75);
    }

    .vote-button {
        max-width: 280px;
    }
}

@media (max-width: 750px) {
    #page_voting {
        background: none;
    }

    .link-main {
        text-align: center;
    }

    #vote-pages_list {
        min-width: 100%;
        max-width: 100%;
        background-color: transparent;
        padding: 0;
        margin: 0;
        box-shadow: none;
    }

    .vote-question_answers.flex,
    .vote-page_buttons-bottom.flex {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .vote-answer + .vote-answer {
        margin-top: 20px;
        margin-left: 0;
    }

    .vote-answer_textfield {
        width: 100%;
    }
    .vote-question textarea {
        height: 150px;
    }
    .vote-button {
        display: block;
        max-width: initial;
        margin: 0 auto;
        font-size: 6vw;
    }

    .vote-button.vote-prev {
        margin-right: auto;
        margin-bottom: 10px;
    }
}
/* End */
/* /local/components/aravia/vote.course.feedback/templates/.default/style.css?17314005604685 */
