﻿@charset "UTF-8";

.page_nav {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url(../../Resources/images/images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.nav_ready, .answer_lucky {
    text-align: center;
    padding-top: 10rem;
    color: #005716;
}

.nav_start {
    display: block;
    width: 60%;
    height: 50px;
    margin-top: 6rem;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.8);
    margin-left: 20%;
    text-align: center;
    background: url(../../Resources/images/images/start.png) no-repeat;
    background-position: center center;
    background-size: 3rem auto;
    background-color: #009933;
}

.nav_test {
    text-align: center;
    color: #005716;
    margin-top: 1rem;
}

.page_answer {
    position: fixed;
    background: #fff;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 100%;
    overflow: auto;
    background: url(../../Resources/images/images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.answer_one {
    width: 96%;
    margin-left: 2%;
    margin-top: 15px;
    padding-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 1px 1px 3px #BBFFBB,-1px -1px 2px #BBFFBB;
    background-color: #ECFFFF;
}

    .answer_one .one_title {
        width: 85%;
        padding: 10px 0;
        margin-left: 5%;
        line-height: 25px;
    }

.single_item li, .double_item li, .three_item li {
    width: 90%;
    padding: 8px 0;
    margin-left: 5%;
    background: url(../../Resources/images/images/select_no.png) no-repeat;
    background-size: 1.8rem 1.8rem;
    background-position: left center;
    padding-left: 8%;
    box-sizing: border-box;
}

    .single_item li.selected, .double_item li.selected, .three_item li.selected {
        background: url(../../Resources/images/images/selected.png) no-repeat;
        background-size: 1.8rem 1.8rem;
        background-position: left center;
    }

.answer_no {
    margin-left: 6%;
    padding-top: 2px;
    padding-bottom: 12px;
}

.answer_btn {
    width: 100%;
    text-align: center;
}

    .answer_btn .btn_prev {
        display: inline-block;
        padding: 8px 30px;
        color: #4c4c4c;
        border-radius: 4px;
        text-shadow: 0 1px 0 rgba(255,255,255,0.3);
        background: #6fb2e5;
        -webkit-box-shadow: 0 1px 5px #0061aa,inset 0 10px 20px #b6f9ff;
        margin-right: 30px;
    }

    .answer_btn .btn_next {
        display: inline-block;
        padding: 8px 30px;
        background: #77d125;
        color: #4c4c4c;
        border-radius: 4px;
        text-shadow: 0 1px 0 rgba(255,255,255,0.3);
        -webkit-box-shadow: 0 1px 5px #3caa00,inset 0 10px 20px #c9ffb6;
    }

.single_item i {
    margin: 0 6px;
}

.answer_finish {
    display: block;
    width: 60%;
    height: 6rem;
    margin-left: 20%;
    margin-top: 6rem;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.8);
    text-align: center;
    background: url(../../Resources/images/images/finish.png) no-repeat;
    background-position: center center;
    background-size: 6rem auto;
    background-color: #009933;
}

.answer_over {
    text-align: center;
    color: #005716;
    margin-top: 2rem;
}
