.test-ul {
    list-style: disc;
    content: counter(counter) '.';
}

.test-ul li:before {
    content: none;
    padding: 4px 0 0 0px;
}

.test-ul li {
    padding: 0 0 10px 0;
    color: rgb(112, 112, 112);
}

.middle-content .title-report {
    font-weight: 200;
    margin-bottom: 16px;
    font-size: 26px;
    color: rgb(0, 114, 188);
}

.middle-content .result-header-report {
    font-weight: 200;
    font-size: 16px;
    color: rgb(0, 114, 188);

}

.link-helping-members li {
    color: rgb(0, 114, 188);
    padding-bottom: 10px;

}
.bold-text{
    font-weight: bold;
}
.eh_only_middle-content {
     padding-top: 0px;
}
.ul-help-member li {
    padding: 0 0 10px 0;
    color: rgb(112, 112, 112);
}
.eh_content_wrapper .eh_only_middle-content {
    padding-top: 5px;
    padding-bottom: 10px;
}
.navbar-nav .eh_input_btn_in_nav_box .logout{
    position: relative;
    display: block;
    padding: 20px 15px;
    /*  text-transform: uppercase;*/
    color: #415562;
    line-height: 28px;
    font-weight: bold;
}

.navbar-nav .eh_input_btn_in_nav_box .logout:hover {
    color: #415562;
    border-bottom: 3px solid #0EB1F2;
    cursor: pointer;
    text-decoration: none;
}
/*.navbar-nav .eh_input_btn_in_nav_box .logout {*/
/*color:  #415562;*/
/*border-bottom: 3px solid #fff;*/
/*padding-top: 20px;*/
/*}*/
.eh_input_btn_in_nav_box .logout {
    position: relative;
    display: block;
    padding: 10px 15px;
    /* text-transform: uppercase;*/
    color: #415562;
    line-height: 28px;
    font-weight: bold;
}
.nav li > form > button.logout {
    padding: 21px 15px;
    border: none;
    line-height: 70px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 3px solid transparent;
}
.nav li a:hover {
    color: #0EB1F2;
    border-bottom: 3px solid #0EB1F2;
    cursor: pointer;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .container .navbar-header{
        position: inherit;
        left: 20px;
    }


}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.eh_input_btn_in_nav_box:after {
    /*content: 'Logout 'attr(data-inline);*/
    display: none;
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: inherit;
    color: #0EB1F2;
    border-bottom: 3px solid #0EB1F2;
    font-weight: bold;
    /* text-transform: uppercase;*/
    font-size: 14px;
    font-family: inherit;
    padding: 4px 15px;
    line-height: 70px;
    background-color: white;
    z-index: 999;


}
.eh_input_btn_in_nav_box:hover:after {
    display: block;
}

.eh_input_btn_in_nav_box .logout.logout_hidden_hover {
    display: none;
}

.eh_input_btn_in_nav_box:hover .logout.logout_hidden_hover {
    position: absolute;
    z-index: 9999;
    display: block;
    top: 0;
    opacity: 0;
}
.eh_subtitle {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 36px;
    /*text-transform: capitalize;*/
    color: rgb(0, 114, 188);
}
.eh_subtitle.quiz-page-subtitle {
    margin-top: 0px;
    margin-bottom: 0px;
}
#modal-logout-message2 {
    background: rgba(0, 0, 0, 0.91);
}
#modal-logout-message1 {
    background: rgba(0, 0, 0, 0.91);
}

dropdown-menu.flag li  img{
    height: 20px;
}
.nav .flag-toggle img {
    width: 20px;
    /*margin-bottom: -6px;*/
}

.flag-select-box {
    display: flex;
    align-items: center;
    padding: 5px;
}

.flag-select-box img {

}

.flag-select-box a {

}
.dropdown-menu.flag li  a{
    display:inline;
    padding-left: 7px;
    padding-right: 6px;
    line-height: 1.5;
    color: #337ab7;
}
.eh_input_btn_in_nav_box:after {
    /*content: 'Logout 'attr(data-inline);*/
    display: none;
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: inherit;
    color: #0EB1F2;
    border-bottom: 3px solid #0EB1F2;
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-size: 14px;
    font-family: inherit;
    padding: 4px 15px;
    line-height: 70px;
    /*background-color: white;*/
    z-index: 999;

    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.78) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.78) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#94ffffff',GradientType=1 );

}
.text-helping-members  p:first-child {
    margin-top: 40px;
}

@media screen and (min-width: 767px) {
    #navigation .navbar-brand {
        max-width: 260px;
        padding: 20px 22px 20px 22px;
    }
}

