﻿html, body {
    height: 100%;
}

body {
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}


#wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

#logo {
}

#question_form {
    display: none;
    position: relative;
    height: 100%;
    border: 1px solid green;
}

#questions {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.event-card {
    border: 2px solid #b1b1b1;
    border-radius: 10px;
    margin: 5px 10px;
    padding: 5px 10px;
}

#submit_buttons {
    padding-bottom: 10px;
}

#submit_button, #reload_button {
    display: none;
    margin: 4px 12px;
}

#log_out {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
}


#button_bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background-color: rgba(229, 229, 229, 0.75);
}

/*#wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
}

#logo {
}

#question_form {
    display: none;
    padding: 20px;
    width: 100%;
}

#button_bar {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    background-color: rgba(229, 229, 229, 0.75);
    align-content: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    z-index: 3;
}*/



#main {
    width: 70%;
    max-width: 600px;
    margin: 0 auto;
}

#tecviz_logo {
    width: 381px;
    margin: 10px;
    transition: width .2s linear;
}

@media screen and (max-width: 560px) {
    #tecviz_logo {
        width: 220px;
    }
}


.form_title {
    width: 100%;
    font-weight: bold;
}

.personal_item_value {
    float: right;
}



.questions_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
}

.condition, .conditional {
    display: none;
}

#questions_header_comment {
    display: none;
    padding: 0 30px;
}

.question > p {
    position: relative;
}

    .question > p > span {
        display: inline-block;
        position: absolute;
        top: -12px;
    }

.question {
    font-size: 16px;
}

/*.static_text {
            background-color: white !important;
        }*/
.prefered_graph, .slider_value {
    cursor: pointer;
    padding: 2px 6px;
    float: right;
    /*color: #fff;*/
    /*background-color: #26a69a;*/
    border-radius: 2px;
    white-space: nowrap;
    /*font-size: 20px;*/
    font-weight: bold;
}

.cc-selector {
    display: flex;
}

    .cc-selector input {
        margin: 0;
        padding: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

.visa {
    background-image: url(image/thumbup-circle.png);
}

.mastercard {
    background-image: url(image/thumbdown-circle.png);
}

.cc-selector input:checked + .visa {
    background-color: greenyellow !important;
}

.cc-selector input:checked + .mastercard {
    background-color: orangered !important;
}

.drinkcard-cc {
    cursor: pointer;
    color: rgba(255, 255, 255, 0);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin: 0 40px;
    border-radius: 35px;
    display: inline-block;
    background-color: #ffffff9e;
}

.collection-item, .collection-header {
    /*display: none;*/ /* 2021-02-23 AM */
    flex-direction: column;
    /*padding-right: 5px !important;*/
}

.delete_btn {
    display: none;
}

.hide_on_client {
    display: none;
}


.collection {
    background-color: none !important;
    border: none;
}

#question_form .modal-footer {
    padding-left: 20px;
}

label {
    color: black !important;
}

.drinkcard-cc {
    color: rgba(255, 255, 255, 0) !important;
}

/*input[type='checkbox'] {
        }*/

/*label input {
            display: none !important;
            position: relative !important;
        }*/

input[type='number'] {
    font-size: 20px;
    font-weight: bold;
}




#quiz_result_wrapper {
    position: absolute;
    display: none;
    top: 10%;
    width: 100%;
}

.quiz_message {
    font-size: 1.2em;
}

#quiz_message {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background-color: white;
    -webkit-box-shadow: 3px 6px 29px 3px rgba(0,0,0,0.47);
    -moz-box-shadow: 3px 6px 29px 3px rgba(0,0,0,0.47);
    box-shadow: 3px 6px 29px 3px rgba(0,0,0,0.47);
    text-align: center;
    position: relative;
}

.rect_bottom_left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
}

.rect_bottom_right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
}


#button_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    text-align: center;
    display: none;
    /* padding: 10px; */
    /* border: 1px solid black; */
    flex-direction: column;
    /*justify-content: space-between;*/
    z-index: 2;
}




.display_none {
    display: none !important;
}

#name_label {
    text-align: center;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    border-radius: 10px;
}

    #name_label > #user_name {
        font-weight: bold;
    }

    #name_label > #vote_weight {
        display: none;
    }

#submit_message {
    padding: 10px;
    background-color: black;
    color: white;
    text-align: center;
    display: none;
}

#padding_div {
    height: 10px;
}

#padding_div2 {
    height: 220px;
    padding: 10px;
    color: white;
}
