﻿html {
    height: 100%;
}

body {
    background-color: #efefef;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    height: 100%;
    overflow:hidden;
}



.navbar {
    background-color: #3097d1;
    margin-bottom: 0;
    border-radius: 0;
}

.animatedImg {
    position: absolute;
    left: 30px;
}

.menu-hamburger {
    display: none;
    position: absolute;
    cursor: pointer;
    width:40px;
    height:40px;
    top: 7px;
    color: #fff;
    left: 3%;
    background-image: url('../images/menu.png');
}

    .menu-hamburger.active {
        background-image: url('../images/menu_close.png');
    }

.info-sign {
    position: absolute;
    float: right;
    right: 10px;
    top: 6px;
    cursor: pointer;
}

.positioning {
    color: #fff;
    font-size: 1.4em;
    margin-top: 10px;
    text-align: center;
}

.chooseTxt {
    color: #3097d1;
    font-size: 1.2em;
    height: 65px;
    text-align: center;
    line-height: 3em;
    padding: 5px;
}

    .chooseTxt p {
        line-height: 18px;
    }

    .chooseTxt h1 {
        font-size: 1.5em;
    }

.questContainer {
    position: relative;
    /*overflow: hidden;*/
    min-height: 160px;
    margin-bottom: 100px;
}
#bluff {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.questHolder {
    position: absolute;
    height: 135px;
    left: -186px;
}

.questions {
    color: #284250;
    font-size: 1.2em;
    height: 95px;
    width: 450px;
    text-align: center;
    margin: 0 auto;
    background-color: #98a0a7;
    border-radius: 3px;
    line-height: 100px;
    float: left;
    margin-left: 40px;
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin-top: 13px;
    opacity: 0.8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.29);
    overflow:hidden;
    line-height:16px;
    padding:7px;
}

.questions_active {
    margin-top: 7px;
    color: #284250;
    font-size: 1.2em;
    min-height: 132px;
    width: 450px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 3px;
    /*line-height: 114px;*/
    float: left;
    margin-left: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: auto;
}

    .questions_active::first-letter {
        font-size: 1.2em;
        color: #0a1f2b;
        font-weight: bold;
        letter-spacing: 2px;
    }

.btnHolder {
    width: 650px;
    
}

.answers {
    width: 300px;
    height: 75px;
    background-color: #fff;
    border: 2px solid #d3e0e9;
    border-radius: 3px;
    padding-left: 10px;
    margin-left: auto;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}

    .answers:hover {
        box-shadow: 0 0 11px rgba(48, 151, 209, 0.37);
    }

.ansText {
    width: 88%;
    float: left;
    margin: 19px;
}

.checkText {
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    line-height: 41px;
    cursor: pointer;
    background-color: #455461;
    max-width: 248px;
    height: 39px;
    border-radius: 6px;
    margin-top: 5px;
}

.sideBtnBar {
    position: relative;
    height: 85px;
    width: 103%;
    background-color: rgba(255, 255, 255, 0.14);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-position: 97% center;
    display: none;
  
}

    .sideBtnBar p {
        left: 10px;
        top: 10px;
        position: absolute;
    }

.checkAns {
    margin-top: 38px;
    margin-left: 7px;
}

.dropDown {
    position: absolute;
    display: none;
    top: 50px;
    left: 0;
    width: 349px;
    height: 424px;
    background-color: #23678e;
    z-index: 50;
}

.countBar {
    /*background-image: url(../images/line1.png);*/
    height: 21px;
    width: 450px;
    margin-bottom: 10px;
    margin: 0 auto;
    margin-top: 20px;
}

.circles {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 12px;
    float: left;
    margin-left: 8px;
    border: 2px solid #fff;
    background-position: 44% 44%;
}

.questList {
    width: 97%;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    background-image: url('../images/blank.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    cursor: pointer;
    overflow: hidden;
    line-height: 23px;
}

.infoPage {
    position: absolute;
    background-color: #ffffff;
    height: 415px;
    z-index: 300000;
    width: 400px;
    border: 3px solid #ffffff;
    margin: 0 auto;
    right: 3%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 11px rgba(136, 136, 136, 0.92);
    overflow: hidden;
}

    .infoPage h1 {
        font-size: 2em;
        margin-left: 20px;
        font-family: Arial;
        font-weight: bold;
    }

    .infoPage p {
        font-size: 1.2em;
        margin-left: 20px;
        font-family: Arial;
        font-weight: normal;
    }
.infoTitle {
    background-image: url(../images/instructions_title.PNG);
    background-repeat: no-repeat;
    height: 49px;
    width: 350px;
    margin: 0 auto;
}
.selectCorr {
    text-align:center;
    margin-top: 20px;
    font-family:Arial;
}
.selectCorr2 {
    text-align: center;
    margin-bottom: 10px;
    font-family: Arial;
}
.btn-primary{
    width: 100px;
}


.infoGfx {
    width: 210px;
    margin: 0 auto;
    margin-bottom: 10px;
    height: 219px;
}
.menuFeedbackPage {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #91b3c6;
    color: #fff;
    z-index: 9000;
    display: none;
}

.clcikMeClass {
    margin-top: 10px;
}


.menuFeedbackPage h1 {
    margin: 20px;
    font-weight: bold;
    font-size: 2em;
}

.menuFeedbackPage h2 {
    margin-left: 35px;
    margin-right: 35px;
    font-weight: bold;
    color: #23678e;
    font-size: 1.5em;
}

.menuFeedbackPage p {
    margin-left: 55px;
    margin-bottom: 17px;
    font-size: 1.2em;
    color: #23678e;
}

.imgClass {
    padding: 10px;
}

.questionClass {
    width: 80%;
    float: left;
    font-size: 1.5em;
}

    .questionClass div {
        margin-left: 5px;
    }

.restartBtn {
    width: 54%;
    height: 55px;
    background-color: #fff;
    border: 2px solid #d3e0e9;
    border-radius: 3px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 62px;
    cursor: pointer;
    text-align: center;
    font-size: 2em;
    line-height: 46px;
}

.innerCountBar {
    margin: 0 auto;
    height: 20px;
}


@media only screen and (max-width: 1200px) {
    .navBtn {
        float: left;
    }
.questHolder {
    left: -278px;
}

    .infoPage {
        width: 353px;
        right: 0;
        
    }
}

@media only screen and (max-width: 991px) {
    .questHolder {
        left: -378px;
    }
}

@media only screen and (max-width: 650px) {
    .questHolder {
        left: -428px;
    }
}

@media only screen and (max-width: 415px) {
    .questHolder {
        left: -493px;
    }

    .questions_active {
        width: 340px;
    }

    .btnHolder {
        position: absolute;
        top: 258px;
        float: left;
        width: 100%;
    }

    .answers {
        width: 100%;
        margin-right: 0;
        margin-right: auto;
    }
}

@media only screen and (max-width: 376px) {
    .questHolder {
        left: -514px;
    }

    .questions_active {
        width: 340px;
    }

    .btnHolder {
        position: absolute;
        top: 258px;
        float: left;
        width: 100%;
    }

    .answers {
        width: 100%;
        margin-right: 0;
        margin-right: auto;
    }
}


@media only screen and (max-width: 353px) {
    .questHolder {
        left: -527px;
    }
    .questions_active{
        width: 340px;
    }
    .btnHolder {
        position: absolute;
        top: 325px;
        float: left;
        width: 100%;
    }
    .answers {
        width: 100%;
        margin-right: 0;
        margin-right: auto;
    }
    .checkText {
        max-width: 350px;
        height: 49px;
        border-radius: 0;
        margin-top: 0;
    }
    .innerCountBar {
        width: 269px !important;
    }
    .sideBtnBar {
        background-position: 280px 22px !important;
    }
    .countBar {
        width: 350px !important;
    }
}

