@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

html {
    height: 100%
}

body {
    background-color: #ffffff;
    height: 100%;
    position: relative;


}

.wrapper {
    min-height: 100%;
    position: relative;

}

.footer {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    padding: 20px;
    color: white;
    background-color: #456200;
    font-family: 'Noto Sans TC', sans-serif;
}

.BookName {
    position: relative;
    background: url('../img/titleBG.png');
    width: 100%;
    background-repeat: repeat;
    background-color: #ffffff;
    font-family: serif;
    font-size: 42px;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    border: 0;
    height: 72px;
}

.BookNameBase {
    position: relative;
    background: url('../img/titleBG_base.png');
    width: 100%;
    height: 10px;
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-family: serif;
    font-size: 42px;
    text-align: center;
    margin: 0;
    border: 0;

}

.BookName span {
    color: #ffffff;


}

.lsHeading {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: bold;
    font-size: 24px;


}

.lsPhase {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
}

.lsPhaseHd {
    font-family: 'Noto Sans TC', sans-serif;

    font-size: 18px;
    margin-bottom: 10px;
}

.lsPhaseHd2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.subTitle {
    position: relative;
    background-size: 50px 50px;
    background-color: #ddcdbe;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);

    font-family: 'Noto Sans TC', sans-serif;
    font-weight: bold;
    font-size: 30px;
    /*
background: url('../img/subTitle.png');
-pie-background:url('img/subTitle.png'); /*using pie the path relative to the html file not css
width:100%;
height:43px;
background-repeat: repeat-x;
background-color: #ffffff;

behavior: url('js/PIE.htc'); using pie the path relative to the html file not css*/
}



.subTitle2 {
    position: relative;
    background-size: 50px 50px;
    background-color: #5f8dd1;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
        transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
        transparent 75%, transparent);

    font-family: 'Courgette', serif;
    font-size: 30px;
    /*
background: url('../img/subTitle.png');
-pie-background:url('img/subTitle.png'); /*using pie the path relative to the html file not css
width:100%;
height:43px;
background-repeat: repeat-x;
background-color: #ffffff;

behavior: url('js/PIE.htc'); using pie the path relative to the html file not css*/
}

.subTitle2 span {
    display: block;
    color: #472506;
    padding-left: 2.5%;
}



.part span {
    display: block;
    color: #472506;
    padding-left: 2.5%;
    font-weight: bold;
    font-size: 24px;
}

.keywords {
    color: #428bca;
}

.bluebtn {
    background: url('../img/blue-btn.png');
    width: 180px;
    height: 40px;
    background-repeat: none;
    border: 0;
    font-family: 'marcellus sc', serif;
    font-size: 20px;
    color: #fff;
    box-shadow: 2px 2px 5px #888888;
    margin: 10px;
}

.bluebtn:hover,
.bluebtn:focus {
    text-decoration: none;
    -moz-opacity: 0.7;
    outline: none;
    opacity: .7;
}

.greenbtn {
    background: url('../img/green-btn.png');
    width: 231px;
    height: 40px;
    background-repeat: none;
    border: 0;
    font-family: 'marcellus sc', serif;
    font-size: 20px;
    color: #fff;
    box-shadow: 2px 2px 5px #888888;

    margin: 10px;
}

.greenbtn:hover,
.greenbtn:focus {
    text-decoration: none;
    -moz-opacity: 0.7;
    outline: none;
    opacity: .7;
}

.fixed-height {
    font-size: 12px;
    max-height: 200px;
    overflow: auto;
}

.tb {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.tb>thead>tr>th,
.tb>tbody>tr>th,
.tb>tfoot>tr>th,
.tb>thead>tr>td,
.tb>tbody>tr>td,
.tb>tfoot>tr>td {
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.tb th {
    background: #456200;
    background-color: #456200;

    color: #fff;
    font-family: 'Arial', serif;
    text-shadow: 2px 2px #2D2316;
    margin: 10px;
}

.tb_bordered th,
.tb_bordered td {
    border: 1px solid #ddd;
}


.card-body {
    background-color: #f7ebd3;
}

.odd .card-header {
    background-color: #ebcb8c;

}

.even .card-header {
    background-color: #c49724;

}


.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-top: 10px solid #483304;
}


.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    border-bottom: 10px solid 483304;
}


.tbBlue1 {
    background: #93c8d0;
    background-color: #93c8d0;
}

.tbBlue2 {
    background: #b1dad4;
    background-color: #b1dad4;
}

.tbBlue3 {
    background: #54a5b8;
    background-color: #54a5b8;
}

.tbBlue4 {
    background: #84c2bf;
    background-color: #84c2bf;
}

.pictDic {
    margin: 10px;

}

.pictDic2 {
    background: #f0f9dd;
    background-color: #f0f9dd;
    border: 2px solid #ddd;
}

.pictDic-centered {
    margin: auto;
}

.caption {
    background-color: #ddd;

}

.thumbnail {
    margin: 10px;
    box-shadow: 0px 0px 10px #888888;

}


.pic {
    margin: auto;
    display: inline-block;


}

.voicon {
    cursor: pointer;
}

.voicon:hover,
.voicon:focus {
    text-decoration: none;
    -moz-opacity: 0.7;
    outline: none;
    opacity: .7;
}

.container {
    background: #fff;
    box-shadow: 0px 0px 10px #888888;

    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.row {
    min-height: 600px;
}

.row2 {
    min-height: 400px;
}

.engDesc {
    margin-right: 16px;
    margin-left: 16px;
    float: left;
}

.engDesc2 {
    margin-right: 16px;
    margin-left: 16px;

}

.chiDesc {
    margin-right: 16px;
    margin-left: 16px;
}

.chiDescCont {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
}

.example {
    margin-right: 4px;
    margin-left: 4px;
    font-style: italic;
}

.p-list {
    list-style-position: outside;
    list-style-type: none;

}

.p-list li {}

.BookName .ls {
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-weight: bold;
    font-family: 'Noto Sans TC', sans-serif;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 3px, rgba(0, 0, 0, 0.0980392) 0px 8px 13px, rgba(0, 0, 0, 0.0980392) 0px 18px 23px;
}


#dropdownMenu1 {
    font-size: 24px;
    background-color: #9d4a04;
    color: white !important;
}

.dropdown ul {

    font-size: 24px;
    background-color: #f5dbc4;
    color: #433630;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: bold;
}

.dropdown li {
    width: 100%;
    color: #433630;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: bold;
}

.dropdown-menu li a {
    display: block;
    white-space: normal;
    width: 100%;
}

.zoom {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

/* magnifying glass icon */
.zoom:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
}

.zoom img {
    display: block;
}

.zoom img::selection {
    background-color: transparent;
}

.card-header h2 {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: bold;
    font-family: 'Noto Sans TC', sans-serif;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 3px, rgba(0, 0, 0, 0.0980392) 0px 8px 13px, rgba(0, 0, 0, 0.0980392) 0px 18px 23px;
    text-align: left;


}

@media screen and (min-width: 1200px) {
    .BookName span {
        height: 50%;
        font-size: 42px;
    }

    .BookName .ls {
        height: 50%;
        font-size: 42px;
    }

}

@media screen and (max-width: 500px) {

    #dropdownMenu1 {
        font-size: 24px;
        background-color: #9d4a04;
        color: white !important;
    }

    .dropdown ul {

        font-size: 24px;
        background-color: #f5dbc4;
        color: #433630;
        font-family: "Noto Sans TC", sans-serif;
        font-weight: bold;
    }

    .dropdown li {
        width: 100%;
        color: #433630;
        font-family: "Noto Sans TC", sans-serif;
        font-weight: bold;
    }

    .dropdown-menu li a {
        display: block;
        white-space: normal;
        width: 100%;
    }


    .BookName span {
        height: 80%;
        font-size: 30px;
    }

    .BookName .ls {
        height: 80%;
        font-size: 36px;
    }


    .pic {
        width: 90%;
        '

    }

    .row {
        min-height: 500px;
    }
}


.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #888;
    width: 100%;
}

.tg #r1 {
    border-bottom: 1px dotted #888;
    word-break: normal;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    background-color: #ffefca
}

.tg #r2 {
    border-bottom: 1px dotted #888;
    word-break: normal;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    background-color: #ffe6ae
}

.tg #r3 td {
    border-bottom: 1px dotted #888;
    word-break: normal;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    background-color: #ffefca;
    width: 70%;
}

.tg #r4 td {
    border-bottom: 1px dotted #888;
    word-break: normal;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    background-color: #ffe6ae;
    ;
    width: 70%;
}


.tg #r3 td:first-child,
.tg #r4 td:first-child,
.tg #r1 td:first-child,
.tg #r2 td:first-child {
    text-align: center;
    width: 30%;
}


.tg td {
    border-left: 1px dotted #888;
    word-break: normal;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.dc {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.dl {
    text-align: left;
    vertical-align: middle;
    margin-left: -10px;
}


.tg #hd {
    word-break: normal;
    text-align: center;
    border-bottom: 1px solid #888;
    padding: 10px;
    background-color: #BF691E !important;
    vertical-align: middle;
    color: #ffffff;
}

.tg #hd2 {
    word-break: normal;
    text-align: center;
    padding: 10px;
    background-color: #e47e25 !important;
    vertical-align: middle;
    color: #ffffff;
}

.tg2 {
    border-collapse: collapse;
    border-spacing: 0;
    ;
    width: 100%;
}

.tg2 td {
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

.tg2 #r2 {
    border-bottom: 1px solid #888;
    word-break: normal;
    text-align: left;
    padding: 10px;
    vertical-align: top;
    background-color: #ffefca;
    border-top: 1px dotted #888;
    border-left: 1px dotted #888;
    border-right: 1px dotted #888;
}

.tg2 #r1 {
    border-bottom: 1px solid #888;
    word-break: normal;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    background-color: #ffe6ae;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    width: 100px;
}

.tg2 #r3 {
    border-bottom: 1px solid #888;
    word-break: normal;
    text-align: left;
    padding: 10px;
    vertical-align: top;
    background-color: #ffefca;
    border-top: 1px dotted #888;
    border-left: 1px dotted #888;
    border-right: 1px solid #888;
}

.tg2 #hd {
    word-break: normal;
    text-align: center;
    padding: 10px;
    background-color: #BF691E !important;
    vertical-align: middle;
    color: #ffffff;
    border-top: 1px solid #888;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 0px solid #888;
}

.tg2 #hd2 {
    word-break: normal;
    text-align: center;
    padding: 10px;
    background-color: #BF691E !important;
    vertical-align: middle;
    color: #ffffff;
    border-top: 1px solid #888;
    border-top: 1px solid #888;
    border-left: 1px dotted #888;
    border-right: 1px solid #888;
}

.tg2 #shitL {
    padding-left: 15px;
    display: block;
}


.tg2 {
    border-collapse: collapse;
    border-spacing: 0;
}

.tg3 td {
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}

.tg3 #r2 {
    border-bottom: 1px solid #888;
    word-break: normal;
    text-align: left;
    padding: 10px;
    vertical-align: top;
    background-color: #ffefca;
    width: 100px;
    border-top: 1px dotted #888;
    border-left: 1px dotted #888;
    border-right: 1px dotted #888;
}

.tg3 #r1 {
    border-bottom: 1px solid #888;
    word-break: normal;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    background-color: #ffe6ae;
    width: 100px;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
}

.tg3 #r3 {
    border-bottom: 1px solid #888;
    word-break: normal;
    text-align: left;
    padding: 10px;
    vertical-align: top;
    background-color: #ffefca;
    width: 100px;
    border-top: 1px dotted #888;
    border-left: 1px dotted #888;
    border-right: 1px solid #888;
}

.tg3 #hd {
    word-break: normal;
    text-align: center;
    padding: 10px;
    background-color: #BF691E !important;
    vertical-align: middle;
    color: #ffffff;
    width: 50%;
    border-top: 1px solid #888;
    border-top: 1px solid #888;
    border-left: 1px solid #888;
    border-right: 0px solid #888;
}

.tg3 #hd2 {
    word-break: normal;
    text-align: center;
    padding: 10px;
    background-color: #BF691E !important;
    vertical-align: middle;
    color: #ffffff;
    width: 50%;
    border-top: 1px solid #888;
    border-top: 1px solid #888;
    border-left: 1px dotted #888;
    border-right: 1px solid #888;
}

.tg3 #shitL {
    padding-left: 15px;
    display: block;
}

.card-text {
    font-family: "Noto Sans TC", sans-serif;
    color: #382f34;
    font-size: 16pt;
    font-weight: bold;
}


.modal-body {
    position: relative;
    overflow-y: auto;

    padding: 15px;
}

li.selected {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.title{
    font-size:14pt;
}

.modal-title{
     font-family: "Noto Sans TC", sans-serif;
}


.mx-70{
    max-width: 70%;
}

   @media screen and (max-width: 560px) {

.mx-70{
    max-width: 90%;
}

    }