/* For Malnutrition by Vernity */

@import url("fonts/Verdana/MyFontsWebfontsKit.css");

@import url("fonts/CenturyGothic/MyFontsWebfontsKit.css");

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

body{
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    /*-webkit-user-select: none;                   prevent copy paste, to allow, change 'none' to 'text' */
    margin: 0px;
    padding: 0px;
    font-family: 'Verdana', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: relative;
    background-color: lightgray;
    font-size: 12px;
    color: #003366;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

b{
    cursor: pointer;
}

.bold_txt {
    font-weight: bold;
}

.italic_txt {
    font-style: italic;
}

.txt_dark_blue {

}

.txt_drak_pink {
    color: #9A3467;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:active {
    color: inherit;
    text-decoration: none;
}

.txt_bold {
    font-weight: bold;
}

.special_link {
    color: #009ACC !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.content_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.content_box_overflow {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.playground_box {
    width: calc(981px);
    height: calc(668px);
    top: calc(50vh - ((668px) / 2));
    left: calc(50vw - (980px / 2));
    background-color: #ECF0EA;
    position: absolute;
    z-index: -2;
}

.safe_zone_box {
    width: 930px;
    height: 100%;
    position: absolute;
    left: calc(50% - (930px / 2));
}

.nav_next_back {
    position: absolute;
    right: 0px;
    width: 158px;
    height: 36px;
    top: calc(50% - (36px / 2));
    text-align: right;
    z-index: 5;
}

.nav_b_n_icon {
    height: 36px;
    width: 74px;
}

.nav_b_n_icon_hidden {
    opacity: 0;
    height: 36px;
    width: 74px;
}

.nav_next_back .nav_b_n_icon {
    cursor: pointer;
}

.sub_menu_link_section a:hover {
    color: #D21C5B !important;
}

a {
    cursor: pointer;
}

.page_title_area {
    width: 100%;
    /* background-color: red; */
    height: 60px;
}

.txt_intro {
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    color: #1C3664;
    /* font-weight: bold; */
    font-family: 'CenturyGothic' !important;
}

.page_num_progress {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    color: #009ACC;
    font-family: 'CenturyGothic';
}

.content_area {
    width: 100%;
    padding-top: 12px;
    /* background-color: green; */
    box-sizing: border-box;
    height: 460px;
    line-height: 20px;
}

.caption a:hover {
    color: #D21C5B !important;
}

.bar_bg_1 .bg_img_title {
    height: 70px;
    position: absolute;
    left: 24px !important;
    top: 4px;
}

.bar_bg_1 .title_page {
    opacity: 0.8;
    font-family: 'CenturyGothic';
}

.nav_bar_bottom {
    text-transform: lowercase;
}

.nav_bar_bottom .caption {
    opacity: 0.8;
    font-family: 'CenturyGothic';
    top: calc(50% - (11px)) !important;
}

.uppercase_txt {
    text-transform: uppercase;
}

.sub_menu_link_section {
    font-size: 14px !important;
    opacity: 0.8;
    font-family: 'CenturyGothic';
}

.sub_menu_link_section .logo-main-box {
    width: 93px;
    height: 20px;
    margin-left: 4px;
    display: inline-block;
}

.sub_menu_link_section .logo-main-box .logo-main {
    height: 20px;
    top: 5px;
    position: absolute;
}

.img_popup_box_feedback{
    position: absolute;
    height: 180px;
    width: 430px;
    left: 0px;
}
.img_linder_box_feedback{
    position: absolute;
    width: 440px;
    top: 35px;
    left: -4px;
}
.feedback_box {
    position: absolute;
    width: 430px;
    height: 180px;
    /* background-color: #EEF1EA; */
    bottom: 20px;
    right: 0px;
    padding-top: 2px;
    /* border: 2px solid #4F5F85; */
    box-sizing: border-box;
    /* box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.25); */
    z-index: 140;
   
}

.feedback_box .title {
    width: calc(100% - 6px);
    font-size: 14px;
    position: relative;
    background-color: #4F5F85;
    color: #FFFFFF;
    font-weight: 100 !important;
    box-sizing: border-box;
    padding: 6px 12px;
    margin-top: 2px;
    margin-left: 4px;
    z-index: 140;
    font-family: 'CenturyGothic';
}

.feedback_box .box_msg {
    width: calc(100% - 12px);
    height: calc(77% - 12px);
    overflow-y: scroll;
    word-wrap: break-word;
    box-sizing: border-box;
    padding: 0px 0px 12px 16px;
    margin-top: 12px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.feedback_box .close_btn_feedback {
    height: 20px;
    position: absolute;
    right: 12px;
    cursor: pointer;
}

.txt_input_small {
    width: 51px;
    height: 19px;
    box-sizing: border-box;
}

.topic_Q {
    cursor: pointer;
}

.topic_A {
    margin-bottom: 16px;
}

.select{
    color:#a71d67;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
    font-size: 11pt;
    margin-left: 0px;
    position: absolute;
    bottom: -6px;
}

.txt_radio {
    cursor: pointer;
}

.txt_radio label{
    cursor: pointer;
}

.txt_radio input[type=radio] {
    cursor: pointer;
    position: absolute;
    height: 18px;
    width: 18px;
    top: -2px;
    left: 0px;
}

.txt_radio input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    height: 18px;
    width: 18px;
    top: -2px;
    left: 0px;
}

.radio_table_box input[type=radio] {
    cursor: pointer;
    position: absolute;
    height: 18px;
    width: 18px;
    top: 2px;
    left: calc(50% - (12px));
}

.txt_radio span {
    margin-left: 28px;
    margin-top: 1px;
    display: inline-block;
    float: left;
}

.txt_radio .span_indent {
    margin-top: 1px;
    display: inline-block;
    width: calc(100% - 80px);
    margin-left:5px;
}

.txt_radio_2 input[type=radio] {
    cursor: pointer;
    position: absolute;
    height: 18px;
    width: 18px;
    top: -2px;
    left: 0px;
}

.txt_radio_2 input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    height: 18px;
    width: 18px;
    top: -2px;
    left: 0px;
}

.txt_radio_2 span {
    margin-left: 28px;
    margin-top: 1px;
    display: inline-block;
    float: left;
}

.txt_radio_2 .span_indent {
    margin-top: 1px;
    display: inline-block;
    width: calc(100% - 80px);
    margin-left:5px;
}
.span_indent2{
    margin-top: 1px;
    display: inline-block;
    width: calc(100% - 60px);
    margin-left:5px;
}
.indent_span{
    margin-left: 12px;
    margin-top: 1px;
    display: inline-block;
    float: left;
}
.generate_certificate_btn {
    height: 40px;
    position: absolute;
    left: 300px;
    bottom: 170px;
}

.community_box {
    width: 520px;
    height: 412px;
    position: absolute;
    left: calc(50% - (520px / 2));
    top: calc(50% - (412px / 2));
    background-color: #425781;
    border: 2px solid #425781;
    box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.25);
    z-index: 10;
}

.community_box .title_bar {
    height: 32px;
    width: 100%;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 14px;
    padding: 6px 12px;
}

.community_box .close_btn {
    height: 16px;
    position: absolute;
    right: 12px;
    cursor: pointer;
}


.community_frame {
    position: absolute;
    width: 520px;
    height: 380px;
    bottom: 0px;
    border: none;
}

.overx, .num1 {
    cursor: pointer;
}

.overx {
    font-size: 10px;
    text-decoration: underline;
}

.overx:hover {
    font-weight: bold;
}

.instruc_help_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.img_chart_thump {
    height: 127px;
    cursor: pointer;
}

/* ============== Custom Checkbox ============= */

input[type=checkbox] {
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #404040;
    border-radius: 4px;
}

input[type=checkbox]:hover {
    background-color: #CCCCCC;
    cursor: pointer;
}

input[type=checkbox]:checked {
    background-color: #2196F3;
}

input[type=checkbox]:checked:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
        2px 0 0 white,
        4px 0 0 white,
        4px -2px 0 white,
        4px -4px 0 white,
        4px -6px 0 white,
        4px -8px 0 white;
    transform: rotate(45deg);
}

input[type=checkbox]:disabled {
    opacity: 0.5;
}

input[type=checkbox]:checked:disabled {
    background-color: #535353;
}

input[type=checkbox]:hover:disabled {
    background-color: #FFFFFF;
}

input[type=checkbox]:checked:hover:disabled {
    background-color: #535353;
}

/* ============== Custom Radio ============= */

input[type=radio] {
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #404040;
    border-radius: 12px;
}

input[type=radio]:hover {
    background-color: #CCCCCC;
    cursor: pointer;
}

input[type=radio]:checked {
    background-color: #2196F3;
}

input[type=radio]:checked:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    background: white;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

input[type=radio]:disabled {
    opacity: 0.5;
}

input[type=radio]:checked:disabled {
    background-color: #535353;
}

input[type=radio]:hover:disabled {
    background-color: #FFFFFF;
}

input[type=radio]:checked:hover:disabled {
    background-color: #535353;
}

.table_line {
    height: 28px;
}

input[type=text]:disabled {
    background-color: #E6E6E6;
    cursor: default;
}

input[type=number]:disabled {
    background-color: #E6E6E6;
    cursor: default;
}

input[type=checkbox]:disabled {
    cursor: default;
}

input[type=radio]:disabled {
    cursor: default;
}

.select_box {
    position: relative;
}

.link_txt {
    color: #009ACC !important;
    text-decoration: underline !important;

}

.topic_clickable {
    cursor: pointer;
}

.topic_clickable:hover {
    font-weight: bold;
}

.validate_icon_radio, .validate_icon_checkbox, .validate_icon_text, .validate_icon_dragdrop, .validate_icon_select, .validate_icon_multiple_radio, .validate_icon_number {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -16px;
    border: 0 !important;
}

.validate_icon_radio {
    left: -20px !important;
    top: 2px !important;
}

.validate_icon_checkbox {
    left: -20px !important;
    top: 2px !important;
}

.validate_icon_text {
    left: -22px !important;
    top: 7px !important;
}

.validate_icon_number {
    left: -19px !important;
    top: 7px !important;
}

.validate_icon_multiple_radio {
    left: 5px !important;
    top: 6px !important;
}

.validate_icon_select {
    left: -3px !important;
    top: 3px !important;
}

.validate_icon_dragdrop {
    margin-left: -6px !important;
    margin-top: 1px !important;
}

textarea:disabled {
    background-color: #E6E6E6;
    cursor: default;
}

/* ==================== Video ================== */

.img_play_video{
    position: absolute;
    height: 30px;
    width:  60px;
    left: 16px;
    bottom: -6px;
    z-index: 1;
    cursor: pointer;
}
.img_pause_video{
    position: absolute;
    height: 30px;
    width: 30px;
    left: 82px;
    bottom: -6px;
    z-index: 1;
    cursor: pointer;
}
.img_barplay_video{
    position: absolute;
    width: 190px;
   height: 20px;
   z-index: 1;
   left: 84px;
   bottom: -1px;
   cursor: pointer;
}
.img_cursor_video{
    position: absolute;
    height: 8px;
    z-index: 1;
    bottom: -6px;
    left: 112px;
    cursor: pointer;
}
.img_sound_video{
    position: absolute;
    height: 30px;
    width: 30px;
    left: calc(118px + 164px);
    bottom: -6px;
    z-index: 2;
    cursor: pointer;
}
.img_barsound_video{
    position: absolute;
    height: 10px;
    width: 100px;
    left: calc(118px + 164px + 18px);
    z-index: 1;
    bottom: 4px;
}
.img_cursor_sound{
    position: absolute;
    height: 8px;
    z-index: 1;
    bottom: -6px;
    left: 376px;
    cursor: pointer;
}
.video_length{
    position: absolute;
    right: 10px;
    width: 400px;
    top: 100px;
    height: 260px;
    z-index: 10;
    /* border: 1px solid black; */
}
.video_length2{
    position: absolute;
    right: 10px;
    width: 400px;
    top: 166px;
    height: 260px;
    z-index: 10;
    /* border: 1px solid black; */
}
.img_border_video{
    position: absolute;
    width: 418px;
    left: -8px;
    top: -10px;
}
.img_border_video2{
    position: absolute;
    width: 418px;
    left: -8px;
    top: -46px;
}
.img_linder_video{
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 28px;
}
.bar_video{
    position: absolute;
    bottom: -14px;
    left: -1px;
    width: calc(100% + 2px);
    background-color:#BBE1EB;
    height: 48px;
}
.header_video{
    padding: 8px 12px;
    box-sizing: border-box;
    width: 100%;
    color: white;
    font-size: 15px;
    height: 36px;
    background-color: #BBE1EB;
    position: absolute;
    top: -36px;
}
.header_video img{
    width: 18px;
    position: absolute;
    right: -6px;
    cursor: pointer;
    z-index: 1;
}

/* ============================================= */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    /* .playground_box {
        top: calc(48vh - (768px / 2));
        transform: scale(0.85, 0.85);
    } */
}

@media not screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    /* .playground_box {
        top: 0px;
    } */
}

@media 
(min-width : 768px) 
and (min-height : 1024px) {
    /* .playground_box {
        top: calc(50vh - (768px / 2));
    } */
}

@media 
(max-height : 668px) {
    .playground_box {
        top: 0px;
    }
}