html {
    height: 100%;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    margin: 0;
    font-size: 14px;
    height: 100%;

}

.container_cls {
    position: relative;
    margin: auto;
    width: 98%;
    height: 98%;

}

.head_cls {
    width: 100%;
    height: 10%;
    background: #ee695e;
}

.headTxt_cls {
    height: 100%;
    margin-left: 3%;
    color: #ffffff;
    font-size: 28px;
}

.headTxt_cls table {
    height: 100%;
}

.subhead_cls {
    width: 100%;
    height: 8%;
    background-color: #ffffff;
    color: #636366;
    font-style: normal;
}

.subheadTxt_cls {
    height: 100%;
    margin-left: 3%;
    color: #474848;
    font-size: 16px;
    font-style: normal;
}

.subheadTxt_cls table {
    height: 100%;
}

.body_cls {
    height: 72%;

    background-color: #d1ebee;
    position: relative;

}

.body_cls > table {
    width: 100%;
    height: 100%;

}

.bottomImg_cls {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*******************************/

.quizContainer_cls {
    background-color: #6acbd7;
    border-radius: 10px;
    overflow-y: hidden;
    overflow-x: hidden;
    height: auto;
    margin: auto;
    min-height: 390px;
    padding: 10px;
    position: relative;
    width: 440px;
    border: #5ac6fc 1px solid;

}

.submitContainer_cls {
    background-color: #FFF;
    border: #5ac6fc 1px solid;
    height: 30px;
    position: relative;
    margin: auto;
    width: 440px;
    padding: 10px;
    float: left;
    right: 11px;
    top: 15px;
}

.questionContainer_cls {
    display: none;
}

.question_cls {
    width: 560px;
    margin: 10px 0 0 5px;
    display: none;

}

.questionPH_cls {
    height: 22px;
    background-color: #ffffff;

    border-radius: 5px;
    min-width: 100px;
    max-width: 100px;
}

.optionContainer_cls {
    position: relative;
    height: 22px;
    margin: 5px 0 0 10px;
}

.option_cls {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100px;
    max-width: 100px;
    height: auto;
    background-color: #d1ebee;
    border-radius: 5px;
    text-align: center;

}

.option_cls table {
    width: 100%;
    height: 100%;
}

.answer_cls {
    display: none;
    height: 20px;
}

/*********************/
/*********************/
.footer_cls {
    position: relative;
}

.nextBtn_cls, .backBtn_cls {
    background-color: #6acbd7;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 27px;
    text-align: center;
    top: 12px;
    width: 75px;
}

.nextBtn_cls table, .backBtn_cls table, .helpBtn_cls table, .submitBtn_cls table, .resetBtn_cls table {
    width: 100%;
    height: 100%;
}

.submitBtn_cls {

    cursor: pointer;
    position: absolute;
    width: 80px;
    border-radius: 10px;
    background-color: #6acbd7;
    height: 23px;
    right: 35px;
    text-align: center;
    top: 13px;
    color: #ffffff;
}

.resetBtn_cls {
    cursor: pointer;
    position: absolute;
    width: 80px;
    border-radius: 10px;
    background-color: #6acbd7;
    height: 23px;
    right: 125px;
    top: 13px;
    color: #ffffff;
    text-align: center;

}

.backBtn_cls {
    display: none;
}

.progres_cls {
    left: 10px;
    position: absolute;
    top: 17px;
}

.progresTxt_cls {
    display: inline-block;
    font-size: 14px;
    color: #474848;
}

.progresBar_cls {
    display: inline-block;
    margin-left: 10px;
    width: 200px;
    border: 2px solid #6acbd7;
    border-radius: 5px;
    background-color: #ffffff;
    height: 15px;
}

.progresFill_cls {
    width: 100px;
    height: 100%;
    background-color: #d1ebee;
    margin: 0;
}

.feedback_cls {
    color: #474848;
    font-size: 14px;
    left: 384px;
    position: absolute;
    top: 15px;
    width: auto;
    font-weight: bold;
    display: none;

}