html {
    height: 100%;
}

body {
    font-family: Verdana;
    margin: 0;
    font-size: 14px;
    height: 100%;
    
}

.container_cls {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    left:0;
    
}

.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%;
    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: 0px;
    right: 0px;
}

.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: 182px;*/
    /*width:243px;*/
    /*overflow:hidden;*/
    /*border: 10px solid #cccccc;*/
    
    height: 300px;
    width: 288px;
    overflow: hidden;
    border: 10px solid #ffffff;
    background-color: white;
    
    
}

.carasoul_cls  table {
    
    border-spacing: 0px !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;*/
    background-color: #6acbd7;
    /*border-radius: 10px;*/
    border-radius: 15px;
    /**/
    height: auto;
    min-height: 100px;
    min-width: 430px;
    padding: 20px;
    position: relative;
    float: right;
    right: 30px;
    top: 20px;
    width: auto;
}

.question_cls {
    width: auto;
    margin: 5px 0 0 5px;
    
}

.questionTxt_cls {
    width: 27px;
}

.questionPH_cls {
    
    height: 22px;
    background-color: #ffffff;
    /**/
    min-width: 200px;
    max-width: 200px;
    border-radius: 5px;
    
}

.optionContainer_cls {
    position: relative;
    height: auto;
    height: 22px;
    margin: 5px 0 0 10px;
}

.optionHolder_cls {
    position: relative;
    min-width: 140px;
    min-height: 23px;
}

.option_cls {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 200px;
    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;*/
    background-color: #6acbd7;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    
    width: 75px;
}

.backImgBtn_cls {
    /*background-color: #6acbd7;*/
    background-color: #6acbd7;
    
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 75px;
}

/*********************/
.footer_cls {
    position: relative;
}

.nextBtn_cls, .backBtn_cls {
    /*background-color: #6acbd7;*/
    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, .nextImgBtn_cls table, .backImgBtn_cls table {
    width: 100%;
    height: 100%;
}

.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 #ee695e;*/
    /*height: 10px;*/
    
    border: 2px solid #6acbd7;
    border-radius: 5px;
    background-color: #ffffff;
    height: 15px;
}

.progresFill_cls {
    width: 100px;
    height: 100%;
    /*background-color: #d1ebee;*/
    background-color: #d1ebee;
    margin: 0px;
}

.feedback_cls {
    color: #474848;
    font-size: 14px;
    left: 384px;
    position: absolute;
    top: 15px;
    width: auto;
    font-weight: bold;
    display: none;
    
}