﻿

.rwd_br {
    display: none;
}

#panel1 {
    pointer-events: none;
}

#stroke_animation {
    padding-top: 20px;
}

.shareicon {
    padding-bottom: 5px;
    margin-right: -5px;
}

    .shareicon:hover {
        position: relative;
        bottom: 4px;
    }

.nmm_video video {
    width: 100%;
    height: 160px;
    margin-top: -28px;
    margin-bottom: 10px;
}

.correspond_block {
    text-align: center;
    font-size: large;
    background-color: white;
    font-weight: 900;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 0 20px 0;
    border: 2px solid #D3E6E4;
}

.correspond_title {
    display: block;
    padding: 10px 0 0 0;
    margin-left: 10px;
    margin-right: 10px;
}

.correspond_content {
    margin: 0 0 10px 0;
    font-weight: 300;
    font-size: medium;
}

#eduwiki p {
    margin-top: 20px;
}

#showRelateWord, #wordBookmark {
    font-size: medium;
    font-weight: bold;
    vertical-align: middle;
}

#share {
    font-size: medium;
    color: #5f97ae;
    float: right;
    padding-top: 8px;
}

/*#tooltip {
    text-decoration: none;
    position: relative;
}

#tooltip span {
    display: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: white;
}

#tooltip span img {
    float: left;
    margin: 0px 0px 0px 0;
}

#tooltip:hover span {
    display: block;
    position: absolute;
    top: 80%;
    right: 0;
    z-index: 1000;
    width: 125px;
    min-height: 23px;
    margin-top: 3px;
    margin-right: -90px;
    overflow: hidden;
}*/


.title_icon {
    padding-bottom: 5px;
    margin-right: -10px;
    margin-left: 8px;
    width: 27px;
}

.main-body {
    background-color: #f2f2f2;
}

.row .result_title {
    font-size: x-large;
}

.mt30 {
    margin-top: 0px;
}



.border-grey-dark {
    background-color: #FFFFFF;
    border: 0px;
}


.nav-tabs li a {
    border: 3px solid #5f97ae;
    text-decoration: none;
    background-color: #FFFFFF;
    color: #3B3B3B;
}

    .nav-tabs li a span {
        padding-bottom: 5px;
        border-bottom: 2px solid #FFFFFF;
    }

.nav-tabs > li > a:hover {
    border: 3px solid #5f97ae;
    background-color: #5f97ae;
    color: #FFFFFF;
}

.nav-tabs li.active a {
    border: 3px solid #5f97ae;
    background-color: #5f97ae;
    color: #FFFFFF;
}

    .nav-tabs li.active a:focus {
        border: 3px solid #5f97ae;
        background-color: #5f97ae;
        color: #FFFFFF;
    }

    .nav-tabs li.active a:hover {
        border: 3px solid #5f97ae;
        background-color: #5f97ae;
        color: #FFFFFF;
    }


.bgGrey-gradient {
    color: #FFFFFF;
    background-color: #5f97ae;
    background-image: none;
}

.function_block {
    font-size: small;
    background-color: #d4e4e4;
}

    .function_block h4 {
        color: black;
        font-weight: 700;
        padding-bottom: 8px;
        border-bottom: 1px solid black;
    }

#wordlearnFunction-section {
    color: black;
    padding-bottom: 8px;
    border-bottom: 1px solid black;
}

#imgStrokePic {
    padding-top: 15px;
    padding-bottom: 18px;
    width: 40%;
}

.learnfunction {
    background-color: #FFFFFF;
}

.bgWhite {
    margin-bottom: 30px;
}

.bgWhiteside {
    margin-bottom: 20px;
}

    .bgWhiteside img {
        width: 100%;
    }


#wordPrintBtn {
    width: 100%;
}

tr td:first-child {
    width: 20%;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nmm_video video {
        margin-top: 0px;
    }
}

@supports (-ms-ime-align:auto) {
    .nmm_video video {
        margin-top: 0px;
    }
}

@media(max-width: 1100px) {

    .nmm_video video {
        margin-top: -40px;
    }
    /*#tooltip:hover span {
        display: none;
    }

    #tooltip:active span {
        display: block;
        position: absolute;
        top: 80%;
        right: 0;
        z-index: 1000;
        width: 125px;
        min-height: 23px;
        margin-top: 5px;
        margin-right: -60px;
        overflow: hidden;
    }*/

    .hasSVG {
        margin-left: -10px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1000px) {
    .nmm_video video {
        margin-top: 0px;
        margin-bottom: 30px;
    }
}


@media (max-width: 1000px) {

    .wordfunction {
        margin-top: 30px;
    }

    .nmm_video video {
        height: 380px;
    }

    .hasSVG {
        margin-left: 0px;
    }

    .function_block {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mobile-hidden2 {
        display: none;
    }

    .mobile-word-menu {
        display: block;
        margin-bottom: 50px;
    }

    .result_title {
        margin-left: -15px;
    }

    .bgWhite {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 0px;
    }

    .bgWhiteside {
        padding: 0px;
        margin: 15px 0px 15px 0px;
    }

    .border-grey-dark {
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom: 3px solid #FFFFFF;
    }

    .printShow {
        display: table-cell;
        background-color: #5f97ae;
        color: white;
        width: 100%;
        padding: 3px 15px;
        margin-top: 50px;
    }

        .printShow h4 {
            padding: 0 0 5px 0;
            border-bottom: 2px solid #FFFFFF;
        }

    .side {
        padding-right: 0px;
        padding-left: 0px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .printShow h4 {
        width: 100%;
    }

    #share {
        padding-top: 0px;
    }

    #tooltip:hover span {
        display: none;
    }

    #tooltip:active span {
        display: block;
        position: absolute;
        top: 80%;
        right: 0;
        z-index: 1000;
        width: 125px;
        min-height: 23px;
        margin-top: 7px;
        margin-right: -30px;
        overflow: hidden;
    }
}

@media (max-width: 480px) {

    .rwd_br {
        display: inline;
    }

    #share_relate {
        margin-left: -2px;
    }

    .nmm_video video {
        height: 230px;
    }

    tbody {
        font-size: large;
    }

    .result_title {
        margin-left: -15px;
    }

    .function_block {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .bgWhite {
        width: 100%;
        padding-left: 0px;
        margin-left: 0px;
    }

    .bgWhiteside {
        padding: 0px;
        margin: 15px 0px 15px 0px;
    }

    .border-grey-dark {
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom: 3px solid #FFFFFF;
    }

    .printShow {
        display: table-cell;
        background-color: #5f97ae;
        color: white;
        width: 100%;
        padding: 3px 15px;
        margin-top: 50px;
    }

        .printShow h4 {
            padding: 0 0 5px 0;
            border-bottom: 2px solid #FFFFFF;
        }

    .side {
        padding-left: 0px;
    }

    .printShow h4 {
        width: 100%;
    }

    tr td:first-child {
        width: 35%;
    }

    #share {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
    }

    #tooltip:hover span {
        display: none;
    }

    #tooltip:active span {
        display: block;
        position: absolute;
        top: 80%;
        right: 0;
        z-index: 1000;
        width: 120px;
        min-height: 20px;
        margin-top: 10px;
        margin-right: -30px;
        overflow: hidden;
    }
}

@media (max-width: 410px) {



    tbody {
        font-size: medium;
    }

    tr td:first-child {
        width: 42%;
    }

    #share {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
    }


    #tooltip:hover span {
        display: none;
    }

    #tooltip:active span {
        display: block;
        position: absolute;
        top: 80%;
        right: 0;
        z-index: 1000;
        width: 120px;
        min-height: 20px;
        margin-top: 10px;
        margin-right: -30px;
        overflow: hidden;
    }
}
