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: 2%;
    max-width: 900px;
    color: #474848;
    font-size: 20px;
    font-style: normal;
}

.subheadTxt_cls table {
    height: 100%;
}

.body_cls {
    height: 72%;
    position: relative;
    background-color: #d1ebee;

}

/*******************************/
.bottomImg_cls {
    position: absolute;
    bottom: 0;
    right: 0;
}

.section_cls {
    display: none;
    margin: auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.section_cls > table {
    width: 100%;
    height: 100%;
    text-align: center;
}

.tabContainer_cls {
    /*background-color: #6acbd7;*/
    background-color: #6acbd7;
    border-radius: 10px;

    height: auto;
    float: left;
    left: 40px;
    width: 40%;
    padding: 20px;
    position: relative;
}

.tab_cls {
    float: left;
    position: relative;
    min-width: 140px;
    max-width: 140px;
    height: auto;
    background-color: #d1ebee;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
}

.tab_cls table {
    width: 100%;
    height: 100%;
}

.clear_cls {
    clear: both;
}

.imageHolder_cls {
    position: relative;
    height: 100%;
    right: 40px;
    width: auto;
    display: none;
    text-align: center;
    float: right;

}

.imageHolder_cls table {
    width: 100%;
    height: 100%;
}

/***********************************/
.hint_cls {
    float: left;
    height: 241px;
    left: 40px;
    position: relative;
    top: 20px;
    width: 263px;
}

.carasoul_cls {
    height: 300px;
    width: 288px;
    overflow: hidden;
    border: 10px solid #ffffff;
    background-color: white;

}

.carasoul_cls table {

    border-spacing: 0 !important;
    background-color: white;
}

.carasoulBox_cls {
    position: relative;
}

.carasoulImg_cls {
    float: left;
    width: auto;
    text-align: center;
    position: relative;
}

.imgNum_cls {
    position: absolute;
    top: 280px;
    left: 4px;
    font-size: 14px;
    color: #474848;
    background-color: #ffffff;
}

.carasoulImg_cls table {
    width: 100%;
    height: 100%;
}

.quizImage_cls {
    left: 20px;
    position: absolute;
    top: 158px;
}

.quizContainer_cls {
    background-color: #6acbd7;
    border-radius: 10px;
    min-height: 100px;
    min-width: 350px;
    padding: 10px;
    position: relative;
    float: left;
    right: -140px;
    top: 20px;
    width: 360px;
    height: 435px;
    overflow-y: hidden;
    overflow-x: hidden;
    border: #5ac6fc 1px solid;
}

.submitContainer_cls {
    background-color: #FFF;
    border: #5ac6fc 1px solid;
    height: 30px;
    position: relative;
    margin: auto;
    width: 360px;
    padding: 10px;
    float: left;
    right: 11px;
    top: 24px;
}

.question_cls {
    width: auto;
    margin: 5px 0 0 5px;

}

.questionTxt_cls {
    width: 27px;
}

.questionPH_cls {

    height: 22px;
    background-color: #ffffff;
    /**/
    min-width: 140px;
    max-width: 140px;
    border-radius: 5px;

}

.optionContainer_cls {
    position: relative;
    height: 22px;
    margin: 5px 0 0 10px;
}

.optionHolder_cls {
    position: relative;
    min-width: 140px;
    min-height: 23px;
}

.option_cls {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 140px;
    height: auto;
    background-color: #d1ebee;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.option_cls table {
    width: 100%;
    height: 100%;
}

.navContainer_cls {
    position: relative;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.nextImgBtn_cls {
    background-color: #6acbd7;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}

.backImgBtn_cls {
    background-color: #6acbd7;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
}

/*********************/
.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;

}