.Disabled{
    filter: url('grayscale.svg#greyscale');
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    cursor: default;
}
html{
    background: url('../img/page_bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
/*    display: block;
    width: 1280px;
    height: 768px;
    overflow: hidden;
    margin: 0 auto;*/
}
#BG_PAGE{
    overflow: hidden;
    padding-bottom: 100px;
}
#view{

}
#footer{
    width: 100%;
    height: 96px;
    background: url('../img/bg_bottom.png') repeat-x;
    position: fixed;
    bottom: 0px;
    z-index: -1;
}
#footer span{
    font-size: 12px;
    color: #fff;
    height: 96px;
    line-height: 96px;
    text-align: right;
    display: block;
    margin-right: 100px;
}
.bj_get_started{
    text-indent: -2000px;
    width: 624px;
    height: 180px;
    display: block;
    margin: 0 auto;
    background: url('../img/get_started.png') no-repeat center -165px;
    padding: 0;
}
.bj_menu1 {
    width: 373px;
    height: 369px;
    margin: 5px auto;
    background: url('../img/menu1_bg.png') no-repeat center center;
    position: relative;
}
.bj_menu1 .cap, .bj_menu2 .cap{
    color: #000;
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    margin: 30px 0 5px 0;
    text-indent: 20px;
}
.bj_menu1 .tit, .bj_menu2 .tit{
    color: #000;
    text-align: left;
    text-indent: 20px;
    margin-bottom: 20px;
}
.bj_menu1 .button1,
.bj_menu1 .button2,
.bj_menu1 .button3,
.bj_menu1 .button4,
.bj_menu1 .button5,
.bj_menu1 .button6{
    width: 238px;
    padding-left: 70px;
    height: 45px;
    padding-top: 15px;
    display: block;
    margin: 0 auto;
    background: url('../img/menu1_buttons.png') no-repeat;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}
.bj_menu1 .button1{
    background-position: 0px 11px;
}
.bj_menu1 .button2{
    background-position: 0px -46px;
}
.bj_menu1 .button3{
    background-position: 0px -108px;
}
.bj_menu1 .button4{
    background-position: 0px -171px;
}
.bj_menu1 .button5{
    background-position: 0px -232px;
}
.bj_menu1 .button6{
    background-position: 0px -298px;
}
.bj_menu2 {
    width: 472px;
    height: 361px;
    margin: 100px auto;
    background: url('../img/menu2_bg.png') no-repeat center center;
    padding: 30px;
    position: relative;
}
.bj_wordFlash{
    width: 526px;
    height: 185px;
    background: url('../img/bj_logo_1.png') no-repeat center center;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    margin-top: -20px;
    line-height: 300px;
    text-align: center;
    color: rgb(223, 28, 28);
}
.bj_menu2 .cap{
    margin-top: 10px;
}
.bj_menu2_cap{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-indent: 20px;
}
.bj_menu2_cap2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-indent: 20px;
    text-align: left;
    display: block;
    margin-top: 20px;
}
.bj_menu3 select {
    width: 290px;
    height: 30px;
    padding: 5px 5px;
    border: 1px solid yellow;
    margin: 10px 20px;
}
.button_home{
    width: 55px;
    height: 54px;
    display: block;
    position: absolute;
    background: url('../img/button_home.png') no-repeat center center;
}
.bj_menu2 .button_home{
    bottom: -15px;
    left: 30px;
}
.button_start_test{
    width: 104px;
    height: 105px;
    display: block;
    position: absolute;
    background: url('../img/button_start.png') no-repeat center center;
    border: 0;
    text-indent: -200px;
    cursor: pointer;
}
.bj_menu2 .button_start_test{
    bottom: -30px;
    right: -30px;
}
.bj_menu3{
    width: 360px;
    height: 210px;
    padding-top: 30px;
    padding-left: 100px;
    padding-right: 80px;
    margin: -40px auto 0;
    background: url('../img/menu3_bg.png') no-repeat 0px center;
    position: relative;
}
.bj_menu3 .bj_menu2_cap,
.bj_menu3 .bj_menu2_cap b{
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-indent: -15px;
}
.bj_menu3 p{
    margin-left: 10px;
    text-align: left;
    line-height: 15px;
    color: #fff;
}
.bj_menu3 p u{
    color: #fff;
}
.bj_menu3 .button_home{
    bottom: -25px;
    left: 110px;
}
.bj_menu3 .button_start_test{
    right: 40px;
    bottom: -30px;
}
.lettersDescription{
    padding-left: 40px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px !important;
}
.text-center {
    text-align: center !important;
}

.testWrapper{
    width: 100%;
    margin-top: 35px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    background: #fff;
    position: relative;
    z-index: 10;
}
.testWrapper .button_pause{
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 49%;
    background: url('../img/text_buttons.png') no-repeat -1px 0px;
}
.testWrapper .button_restart{
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    bottom: -25px;
    right: 200px;
    background: url('../img/text_buttons.png') no-repeat -69px 0px;
}
.testWrapper .button_info{
    width: 54px;
    height: 54px;
    display: block;
    position: absolute;
    bottom: -25px;
    right: 125px;
    background: url('../img/text_buttons.png') no-repeat -136px 0px;
}
.testWrapper .button_pause,
.testWrapper .button_info,
.testWrapper .button_restart{
    display: none;
}
.test_progress{
    width: 314px;
    height: 115px;
    position: fixed;
    bottom: 5px;
    left: 70px;
    background: url(../img/text_progress.png) no-repeat center 0px;
}
.prgoress_bar{
    width: 0px;
    height: 30px;
    border-radius: 5px;
    position: fixed;
    bottom: 83px;
    left: 166px;
    background: url('../img/text_progress_bar.png') repeat-x;
}
.testWrapper .wordListLogo{
    width: 100%;
    height: 80px;
    position: relative;
    top: -40px;
    background: url('../img/wordListManagement.png') no-repeat center center;
    z-index: 100;
}
.bj_menu4{
    width: 352px;
    height: 260px;
    padding-top: 30px;
    padding-left: 100px;
    background: url('../img/menu4_new_bg.png') no-repeat center center;
    margin: 100px auto;
}
.bj_menu4 p{
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}
.bj_menu4 p c{
    color: #fff;
}
.bj_menu4 .bj_menu2_cap {
    text-indent: 0;
    margin-bottom: 10px;
}
.bj_menu4 .button_continue{
    width: 280px;
    height: 40px;
    text-align: left;
    padding-left: 50px;
    line-height: 36px;
    background: url('../img/menu4_buttons.png') no-repeat 0px 0px;
    border: 0;
    color: #fff;
    font-size: 18px;
    margin: 0;
    display: block;
}
.bj_menu4 .button_menu{
    width: 185px;
    height: 36px;
    line-height: 36px;
    background: url('../img/menu4_buttons.png') no-repeat 0px -46px;
    border: 0;
    color: #fff;
    font-size: 18px;
    margin: 0;
    margin-top: 10px;
    display: block;
}
.bj_letterFlash{
    width: 582px;
    height: 72px;
    display: block;
    overflow: hidden;
    margin: 30px auto 50px;
    background: url('../img/menu5_cap.png') no-repeat center center;
    text-indent: -2000px;    
}
.bj_menu5 table tr.size20 td .radio-wrapper label{
    font-size: 20px;
    color: #fff;
}
.bj_menu6 p{
    margin-left: 80px;
    text-align: left;
    width: 320px;
}
.bj_menu6 .button_start_test{
    right: 30px;
}
.bj_menu6 .button_home{
    text-indent: -2000px;
    left: 160px;
}
.bj_menu7{
    width: 660px;
    height: 430px;
    padding-top: 185px;
    padding-left: 125px;
    margin: 15px auto 20px;
    background: url('../img/menu_result2.png') no-repeat center center;
    position: relative;
}
.bj_menu7 *{
    color: #fff;
}
.bj_menu7 h2{
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin: 0px auto 7px;
    line-height: 72px;
    padding: 0 10px;
    height: 72px;
    display: block;
}
.bj_menu7 h2 b{
    font-weight: bold;
    font-size: 16px;
}
.bj_menu7 h2.extra{
    text-align: center;
    font-size: 24px;
    line-height: 70px;
    text-decoration: underline;
    margin-bottom: 70px;    
}
.bj_menu7 .totalScore{
    text-transform: uppercase;
    font-size: 21px;
    width: 650px;
    margin-left: -1px;
    height: 90px;
    line-height: 90px;
    text-indent: 160px;
    background: #295253;
}
.bj_menu7 .totalScore span{
    font-size: 40px;
    font-weight: bold;
    background: url(../img/coins.png) no-repeat left center;
    display: block;
    width: 50%;
    float: right;
    height: 90px;
    line-height: 90px;
    text-indent: 70px;
}
.bj_menu7 .totalScore:after{
    content: "";
    display: block;
    clear: both;
}
.bj_menu7 .userDetails{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 23px;
    text-align: center;
    word-spacing: 20px;
}
.bj_menu7 .userDetails b{
    font-weight: bold;
    font-size: 23px;
    word-spacing: normal;
}
.bj_menu7 .userDetails.extra{
    margin-bottom: 90px;
}
.bj_menu7 .result{
    width: 80%;
    margin: 0 auto;
}
.bj_menu7 .result th{
    font-size: 20px;
    color: #fff;
    padding-bottom: 3px;
    text-align:  center;
}
.bj_menu7 .result td{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align:  center;
    height: 40px;
    font-family: "Comic Sans MS";
}
.bj_menu7 .quit,
.bj_menu7 .continue{
    font-size: 22px;
    font-weight: bold;
    width: 280px;
    text-align: center;
    display: block;
    text-decoration: none;
    position: absolute;
height: 50px;
line-height: 50px;    
}
.bj_menu7 .quit{
bottom: 15px;
left: 146px;
}
.bj_menu7 .continue{
    bottom: 15px;
    right: 40px;
}
.bj_menu8{
    margin-top: 30px;
    position: relative;
}
.bj_menu8 .button_start_test{
    overflow: hidden;
    right: -20px;
    bottom: -30px;
}
.bj_menu8 p{
    width: 340px;
}
.bj_menu8 p .leftTests{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.bj_menu8 .button_home{
    bottom: -25px;
    left: 90px;
}

.messageOk {
    color: green;
}
.testWrapper.letterFlash{
    margin-top: 0px;
    border: none;
    height: 385px;
    overflow: hidden;
}
.bj_logo_lf{
    width: 434px;
    height: 149px;
    margin: 0px auto 0px;
    background: url('../img/header1.png') no-repeat center 0px;
    margin-top: -10px;
}

.bj_logo_1{
    width: 526px;
    height: 185px;
    margin: 40px auto 0px;
    background: url('../img/bj_logo_1.png') no-repeat center 0px;
}
.bj_logo_1.small{
    width: 300px;
    height: 80px;
    background-size: 100% auto;
}

.instructVideo{
    margin-top: 20px;
    text-align: center;
}
.instructVideo.noMargin{
    margin-top: 5px;
}
.instructVideo a{
    color: #fff;
}

.support_wrapper{
    width: 285px;
    height: 44px;    
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0px;    
}
.support{
    width: 275px;
    height: 44px;
    //background: url('../img/support/button.png') no-repeat bottom center;
    background: #069a9b;
    border: 3px solid gold;
    border-top: none;
    border-radius: 0 0 15px 15px;
}
.support h4{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    background: url('../img/support/icon.png') no-repeat 70px 6px;
    position: relative;
    z-index: 200;
    cursor: pointer;
}
.support_wrapper ul{
    display: none;
    width: 255px;
    position: relative;
    z-index: 100;
    margin: 0px auto 0;
}
.support_wrapper ul li{
    list-style: none;
    display: block;
    height: 45px;
    line-height: 43px;
    border-bottom: 1px solid #0d7778;
    border-top: 1px solid #62bfc0;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #069a9b;
}
.support_wrapper ul li.center{
    text-align: center;
}
.support_wrapper ul li a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.support_wrapper ul li:first-child{
    border-top: none;
}
.support_wrapper ul li:last-child{
    border-bottom: none;
    border-radius: 0 0 7px 7px;
}
.support_wrapper ul li.video{
    text-indent: 45px;
    background: #069a9b url('../img/support/video.png') no-repeat 9px 9px;
}
.support_wrapper ul li.document{
    text-indent: 45px;
    background: #069a9b url('../img/support/file.png') no-repeat 9px 9px;
}

.welcomeView{
    width: 640px;
    height: 433px;
    padding-top: 10px;
    padding-left: 125px;
    padding-right: 105px;
    margin: 15px auto 20px;
    background: url('../img/welcome_bg.png') no-repeat 0px 0px;
    position: relative;
}
.welcomeView .skip,
.welcomeView .showVideo{
    font-size: 22px;
    font-weight: bold;
    width: 280px;
    text-align: center;
    display: block;
    text-decoration: none;
    position: absolute;
    height: 50px;
    line-height: 50px;    
    color: #fff;
}
.welcomeView .showVideo{
bottom: 10px;
left: 146px;
}
.welcomeView .skip{
    bottom: 10px;
    right: 135px;
    cursor: pointer;
}

.welcomeView h1,
.welcomeView h2,
.welcomeView h3{
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
.welcomeView h1{
    margin-top: 100px;
}
.welcomeView h2{
    margin-bottom: 50px;
    font-size: 21px;
}
.welcomeView h3{
    font-size: 24px;
}
.welcomeView .hide{
    display: block;
    width: 210px;
    margin: 50px auto;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.welcomeView .hide span{
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}
.welcomeView .hide input{
    margin-right: 10px;
    display: none;
}
.welcomeView .checkboxS{
    width: 25px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    background: url(../img/dont.png) no-repeat top center;
}
.welcomeView .checkboxS.ch{
    background-position: bottom center;
}

.welcomeView.update h2{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}

.welcomeView.update h2 img {
    margin: 0 10px;
    position: relative;
    bottom: -2px;
}

.welcomeView.update h3{
    font-size: 18px;
    margin-bottom: 5px;
    font-style: italic;
}

.welcomeView.update p {
    color: #fff;
    font-size: 14px;
}

.welcomeView.update p.italic {
    font-size: 16px;
    font-style: italic;
}

.welcomeView.update ul {
    display: block;
    color: #fff;
    margin: 10px auto;
    width: 380px;
}

.welcomeView.update ul li {
    background: url(../img/li-bg.png) no-repeat left center;
    padding-left: 30px;
    min-height: 12px;
    margin-bottom: -3px;
}

.welcomeView.update h3 a{
    font-size: 22px;
    color: #fff;
}

.welcomeView.update p.italic {}

.welcomeView.update h4 {
    color: #f6db3f;
    text-align: center;
    font-size: 18px;
    margin-bottom: 7px;
    margin-top:7px;
}

.welcomeView.reminder h2{
    width: 262px;
    height: 45px;
    background: url(../img/reminder.png) no-repeat center;
    text-indent: -5000px;
    margin: 40px auto 30px;
}
.welcomeView.reminder p,
.welcomeView.reminder p a{
    font-size: 23px;
    color: #fff;
}
.welcomeView.reminder p{
    line-height: 30px;
}

.welcomeView.real{
    background-image: url(../img/welcome_bg2.png);
    width: 645px;
    padding-left: 100px;
}
.welcomeView.real h1{
    margin-top: 10px;
    font-size: 26px;
}
.welcomeView.real h2{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.welcomeView.real h3{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.welcomeView.real h4{
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: url(../img/finger.png) no-repeat 575px 0px;
}
.welcomeView.real .showVideo2{
    width: 220px;
    height: 20px;
    display: block;
    padding-top: 90px;
    margin: 10px auto;
    background: url(../img/button_start.png) no-repeat top center;
    background-size: 90px 90px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: initial;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.welcomeView.real .hide{
    width: 245px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.welcomeView.real .hide span{
    font-size: 14px;
}

.welcomeView.real .button_home{
    text-indent: -2000px;
    margin-top: -15px;
    cursor: pointer;
}

.bj_info_wrapper{
    width: 500px;
    border-radius: 10px;
    border: 1px solid #000;
    min-height: 30px;
    margin: auto;
}
.bj_info {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    padding: 50px 50px;
    
    border-radius: 10px;
    border: 6px solid rgb(253, 253, 73);
    background: rgb(35, 161, 162);
}
.bj_info b{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.bj_menu_em_custom{
    width: 636px;
    padding-left: 110px;
    padding-right: 120px;
    height: 376px;
    padding-top: 15px;
    background: url(../img/bj_menu_em_custom.png) no-repeat left top;
    margin: -20px auto 0;
    position: relative;
}
.bj_menu_em_custom.bj_menu_lf{
    background: url(../img/bj_menu_lf.png) no-repeat left top;
    height: 260px;
}
.bj_menu_em_custom .bj_menu_cap3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    color: #fadb2b;
    width: 175px;
    margin: 0 auto 20px;
    background: url(../img/bj_menu_star.png) no-repeat left center,
        url(../img/bj_menu_star.png) no-repeat right center;
}
.bj_menu_em_custom .bj_menu_cap2{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}
.bj_menu_em_custom .bj_menu_cap{
    color: #fadb2b;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 5px;
    font-weight: bold;
}
.bj_menu_em_custom .bj_menu_num{
    color: #fff;
    margin-bottom: 5px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 15px;
}
.bj_menu_em_custom .bj_menu_num span{
    background: #fadb2b;
    border-radius: 100%;
    font-size: 18px;
    color: #000;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -40px;
    margin-right: 10px;
}
.bj_menu_em_custom p *{
    font-size: 14px;
}
.bj_menu_em_custom p{
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.bj_menu_em_custom .button_home{
    bottom: -10px;
    left: 102px;
}
.bj_menu_em_custom .button_start_test{
    bottom: -14px;
    right: 70px;
}

.bj_menu_em_custom .button_help{
    width: 52px;
    height: 52px;
    background: url(../img/bj_help.png) no-repeat center;
    border: 0;
    text-indent: -2000px;
    position: absolute;
    top: -23px;
    right: 87px;
    cursor: pointer;
}
