/* ------------- middle-section start ---------------- */

.middle > section{
    flex:1;
    background-color: transparent;
    flex-direction: row;
    display:flex;
    height: calc(100% - 35px);
    max-height: calc(100% - 35px);
}

/* ------------- middle-section-article start ---------------- */

.middle>section>article{
    background-color: transparent;
    flex: 3;
    display: flex;
    position: relative;
    height: 100%;
}   

/* ------------- middle-section-article-icon start ---------------- */

.icon{
    width: 38px;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: absolute;
}
.icon-collapse{
    font-size: 22px;
    color:#77797c;
    margin-bottom: 22px;
    line-height: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-filter{
    font-size: 22px;
    color:#77797c;
    display: none;
    z-index: 10000;
}

.icon-filter.filter-active{
    color: #368ec4;
}

.icon-filter.filter-active:hover{
    color: #005686 
}

.icon-filter:hover{
    color: #3d3d3d;
}

.icon-back{
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    color: #b4b6ba;
    display: none;
    margin-bottom: 25px;
}

.icon-back:hover{
    color: #3d3d3d;
}

/* ------------- middle-section-article-icon end ---------------- */



/* ------------- middle-section-article-mix start ---------------- */

.mix{
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    top: 2.3rem;
    align-items: center;
}

.wux-ui-3ds-expand-collapse-panel{
    font-size: 22px;
    color:#77797c;
}

.wux-ui-3ds-expand-collapse-panel:hover{
    color: #3d3d3d ;
}

.wux-ui-3ds-expand-collapse-panel:active{
    color: #368ec4  ;
}

.mix-title{
    margin-left: 38px;
    color: #005686 ;
    font-family: '3dsregular';
    top: 2.2rem;
    height: auto;
    align-self: flex-start;
    background-color: transparent;
    font-size: 22px;
    border-bottom: 1px solid #d1d4d4;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: break-word;
}

.mix-title > .title-text{
    height: auto;
    min-height: 38px;
    line-height: 38px;
    word-break: break-word;
}

.bottom-mix{
    box-sizing: border-box;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
    width: 100%;
    flex: 1;
    background-color: transparent;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: hidden;
}

.text-area{
    display: flex;
    flex-direction: row;
    flex:1;
}

.content{
    flex: 7;
    width: 100%;
    font-size: 16px;
    margin-right: 10px;
    height: max-content;
/*    -moz-height: max-content;
 	margin-left:12.5%!important;
	max-width:75%;
 */
}

.content ul li .wux-ui-3ds-chevron-right{
    margin-right: 2px;
}

.search-title{
    height: 25px;
    line-height: 25px;
    color: #77797c;
    margin-left: 8px;
}

.filter-bar{
    flex: 1;
    margin-top: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.filter-bar-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    color: #77797c;
}

.filter-bar-content{
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.filter-bar-content .filter-panel{
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #d1d4d4;
    border-radius: 4px;
    margin-bottom: 10px;
}

.filter-panel > input{
    display: none;
}

.filter-bar-content .filter-panel ul > li span:nth-child(1){
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
    overflow:hidden; 
    text-overflow:ellipsis; 
    margin-left: 14px;
    color: #3d3d3d;
    max-width: 150px;
    line-height: 38px;
}

.filter-bar-content .filter-panel ul > li span:nth-child(2){
    width: 40px;
    color: #B4B6BA;
    font-size: 14px;
    text-align: right;
    color: #77797c;
    margin-right: 14px;
    line-height: 38px;
}

.filter-bar-content .filter-panel .filter-panel-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 38px;
    width: 100%;
}

.filter-bar-content .filter-panel .filter-panel-title>span{
    font-size: 14px;
    color: #77797c;
    font-weight: bold;
    flex: 1;
}

.filter-bar-content .filter-panel .filter-panel-title .wux-ui-3ds-search{
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    cursor: pointer;
    color: #B4B6BA;
}

.filter-bar-content .filter-panel .filter-panel-title .wux-ui-3ds-expand-down{
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    margin-left: 14px;
    margin-right: 5px;
    transform: translateY(1px);
    color: #77797c ;
    cursor: pointer;
}

.filter-bar-content .filter-panel > input {
    padding: 0 5px;
    height: 38px;
    margin: 0 14px;
    width: auto;
    outline: none;
    border: 1px #d1d4d4 solid;
    border-radius: 5px;
}


.filter-bar-content .filter-panel ul{
    padding: 0px 7px;
    list-style-type: none;
}

.filter-bar-content .filter-panel ul > li{
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.filter-bar-content .filter-panel ul > li:hover{
    color : #368ec4;
    border: 1px solid #368ec4;
    border-radius: 4px;
}

.filter-bar-content .filter-panel .filter-panel-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 38px;
    background-color: #F1F1F1;
    line-height: 38px;
    margin-top: 10px;
}

.filter-bar-content .filter-panel .filter-panel-footer i{
    width: 24px;
    color: #B4B6BA;
    transform: translateY(0);
    text-align: center;
    cursor: pointer;
}

.filter-bar-content .filter-panel .filter-panel-footer i:hover{
    color: #3d3d3d;
}

.filter-section{
    flex:7;
    display: flex;
    flex-direction: row;
    height: 100%;
	/* max-width: 77.5% */
}

.filter-section .filter-paras{
    height: fit-content; /*  HZH - modified 28-8 to fix filter*/
    margin: 20px;
    display: none;
    flex-direction: row;
}

.filter-section .filter-paras .filter-paras-item{
    height: fit-content; /*  HZH - modified 28-8 to fix filter*/
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    border: 1px solid #368ec4;
    border-radius: 4px;
}

.filter-section .filter-paras .filter-paras-item .item-text{
    font-size: 14px;
    line-height: 24px;
    color: #368ec4;
    padding: 0 7px;
}

.filter-section .filter-paras .filter-paras-item .item-text:hover{
    color: #005686 ;
}

.filter-section .filter-paras .filter-paras-item .item-delete,
.filter-section .filter-paras .filter-paras-item .item-delete > i{
    width: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #b4b6ba ;
    cursor:pointer;
}

.filter-section .filter-paras .filter-paras-item .item-delete:hover{
    color: #3d3d3d ;
}

.filter-section .main-content{
    flex: 5;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.filter-section .sup-info{
    flex: 2;
    display:flex;
    flex-direction:column;
    padding: 5px;
}

.filter-section .sup-info .top-sup-info{
    height: 300px;
    background-color: #D5E8F2;
    padding: 20px;
    margin: 5px;
}

.top-sup-info-title{
    font-size: 18px;
    color: #368ec4;
    font-weight: bold;
}

.filter-section .sup-info .bottom-sup-info{
    box-sizing: border-box;
    flex: 1;
    background-color: #D5E8F2;
    padding: 20px;
    margin: 5px;
}

.filter-result{
    display: none;
}


.bottom-sup-info-title{
    font-size: 18px;
    color: #368ec4;
    font-weight: bold;
}

.glossary-search-item{
    font-size: 14px;
    margin-top: 24px;
}

.glossary-search-item:nth-child(2){
    margin-top: 14px;
}

.glossary-search-item-title{
    color: #77797c;
    font-size: 14px;
    font-weight: bold;
}

.glossary-search-item-desc{
    color: #3d3d3d;
}

.glossary-item{
    margin: 10px auto;
}

.lettre{
    cursor: pointer;
    color: #BF650F;
    font-size: 16px;
}

.lettre-active{
    border: 1px solid #BF650F;
}

.glossary-item-title{
    font-size: 16px;
    font-weight: bold;
    color: #4B575F;
}

.glossary-item-short-desc,
.glossary-item-desc{
    font-size: 14px;
    padding-left: 25px;
    margin-top: 10px;
}

.glossary-pagination{
    display: flex;
    list-style-type: none;
}

.glossary-pagination > li{
    width: 22px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #368ec4;
    padding: 5px 5px;
    cursor:pointer;
}

.glossary .glossary-pagination > li > i  {
    color: #368ec4;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    transform: translateY(.1px);
}

.glossary-pagination > li.active,
.glossary-pagination > li.active > a{
    color: #005686;
}

.glossary-pagination > li.active > a{
    border: 1px solid;
    padding: 3px;
}

.side-bar{
    display: none;
    padding: 20px;
    flex: 2;
    background-color: #d5e8f2;
    flex-direction: column;
    height: max-content;
    height: -moz-max-content;
    margin-top: 2px;
    margin-right: 10px;
	/* max-width:30%; */
}
.DocHeader2 .side-bar{
	/* max-width: max-content; */
}

.side-bar-title{
    color: #005686;
    font-weight: bolder;
    font-size: 16px;
    font-family: Arial Bold,sans-serif;
    margin-bottom: 6px;
}

.side-bar-content{
    color: #368ec4 ;
    font-size: 14px;
    font-family: Arial,sans-serif;
}

.side-bar-content-title{
    margin-top: 10px;
    color: #005686;
    margin-bottom: 8px;
    font-weight: bold;
}

.side-bar-content a{
    display: block;
    color :#005686;
    padding-bottom: 10px;
}

.filter-fonc{
    margin-left: 30px;
    display: none;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.filter-item{
    margin: 0px 20px 20px 0px;
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 1 1 auto;
}

.item-area{
    display: flex;
    flex-direction: column;
    min-height: 500px;
    justify-content: center;
}

.no-result{
    color: rgb(180, 182, 186)
}

.result-info{
    font-size: 14px;
    font-weight: bold;
    color: #77797c;
}

.filter-item-title{
    font-size: 16px;
    color: #368ec4;
    cursor: pointer;
}

.filter-item-title > i{
    font-size: 10px;
    color: #B4B6BA;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    transform: translateY(-2px);
    text-align: center;
}

.filter-item-title>span:hover{
    text-decoration: underline;
}

.filter-item-title>span:active{
    color: #005686;
}

.filter-item-body{
    margin: 5px 5px;
    display: flex;
    flex-direction: column;
}

.filter-item-body-summary{
    font-size: 14px;
    color: #77797c;
    margin-bottom: 10px;
    word-break: break-all;
}

.filter-item-body-desc{
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 10px;
    word-break: break-all;
}

.filter-item-body-facets{
    font-size: 14px;
    color: #368ec4;
}

.filter-item-body-facets .facet-item{
    cursor: pointer;
    margin-right: 10px;
}

.filter-item-body-facets .facet-item-more{
    cursor: pointer;
    margin-right: 10px;
}

.filter-item-body-facets .facet-item:hover,
.filter-item-body-facets .facet-item-more:hover{
    text-decoration: underline;
    color:#005686;
}

.glossary{
    margin-top: 5px;
    margin-left: 20px;
}

.pagination{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height:30px;
    flex-shrink: 1;

}

.pagination-item{
    font-size: 14px;
    color: #368ec4;
    padding: 3px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.pagination-item.to-first > i,
.pagination-item.to-last > i{
    transform: translateY(0px);
}

.pagination-item > i{
    height: 14px;
}

.pagination-item-num{
    font-size: 14px;
    color: #368ec4;
    padding: 5px 5px;
    cursor:pointer;
}

.pagination-item-num:hover,.pagination-item-num-active{
    text-decoration: underline;
}

.pagination-item-num-active{
    color:#005686;
}

.pagination-item:nth-child(1):hover,
.pagination-item:nth-child(2):hover,
.pagination-item:nth-last-child(1):hover,
.pagination-item:nth-last-child(2):hover{
    text-decoration: underline;
    cursor:pointer;
}

.pagination-item:active{
    color: #005686 ;
}

.filter-item-active{
    color : #368ec4;
    border: 1px solid #368ec4;
    border-radius: 4px;
}

.filter-item-active span{
    color : #368ec4 !important;
}

.wux-ui-3ds-move-to-top{
    box-shadow: 0 0 5px #00000036;
    font-size: 16px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #b4b6ba;
    border-radius: 50%;
    position: fixed;
    right: 25px;
    bottom: 80px;
    display: none;
    color: #b4b6ba;
    cursor: pointer;
}

.itemsprite{
    border-top: 1px solid #e2e4e3;
    width: 95%;
    /* height: 10px; */
    margin: 20px 0px;
    display: block;
}

.glossterm{
    position: relative;
}

.term-item{
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 4px #0000009c;
    width: 400px;
    z-index: 10000;
}

.term-item-title{
    margin: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #4B575F;
}

.term-item-desc{
    font-size: 12px;
    margin: 5px 7px;
    color: #696969;
    position: relative;
}

.term-item-moreInfo{
    display: none;
    font-size: 12px;
    margin: 5px 7px;
    color: #696969;
}

.term-item-more{
    margin-left: 25px;
    color: #1A79B1;
    position: absolute;
    right: 5px;
    cursor: pointer;
}

div.equation span{
    line-height: 0;
}

.mjx-math span {
    line-height: 0;
}

#item-page{
    margin-left: 10px;
}

.note{
    margin-left: 9px;
}

.highlight { 
    color:#000000; background-color:rgba(232,123,0,0.5); font-weight: bold; 
}

.change-page{
    margin-top:20px;
    width:100%; 
    display:flex;
    justify-content: space-between;
}

.change-page-btn{
    display: flex; 
    justify-content: center;
    align-items: center;
    background-color: #F1F1F1; 
    padding: 8px 5px;
    color:rgb(91,87,87);
    border-radius: 4px;
    cursor: pointer;
    max-width: 40%;
}

.change-page .change-page-btn{
    margin-bottom: 10px;
    padding: 8px;
}

.change-page-btn:hover{
    background-color:  rgb(201, 201, 201);
}

.change-page-previous{
    margin-right: 2.5px;
    margin-left: 10px;
}

.change-page-next{
    margin-left: 2.5px;
    margin-right: 10px;
}

.change-page-previous,.change-page-next{
    font-size: 14px; 
}

.change-page-previous-icon,.change-page-next-icon{
    font-size: 14px; 
}

.change-page-previous-title,.change-page-next-title{
    font-size: 14px; 
}

.change-page-short-btn{
    width: 70px;
    display: flex;
    margin-right: 38px;
}

.change-page-short-btn .change-page-next{
    margin-right: 20px;
}



/* ------------- middle-section-article-mix end ---------------- */

/* ------------- middle-section-article end ---------------- */

/* ------------- middle-section end ---------------- */

@media screen and (max-width: 1280px){
    .filter-section{
        flex-direction: column;
    }
}

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

    .text-area{
        /* width: 107%;
        transform: translateX(-15px); */
        flex-direction: column;
    }

    .content{
        width: 100%;
    }

    section>article{
        flex: 2;
    }
    
    .mix-title{       
        font-size: 20px;
    }

    .content{
        font-size: 1.5rem;
    }

    .search-title {
        font-size: 14px;
    }

    .filter-bar{
        display: none;
    }

    .change-page-short-btn{
        margin-right: 40px;
    }

}

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

    .bottom-mix{
        padding-right: 5px;
    }

    .content{
        width: 100%;
        margin-left: 0;
        flex: 1;
    }

    .side-bar{
        flex: 1;
        height: 100%;
    }

    .middle > section{
        flex-direction: row-reverse;
    }

    .middle>section>article{
        border-left: none;
    }

    .icon-collapse{
        transform: rotateY(180deg);
        margin-bottom: 20px;
    }

    .dropdown .btn{
        display: inline-block;
    }

    .infos{
        flex-wrap: wrap;
    }

    .filter-section .main-content{
        flex: 1 1 auto;
    }

    .filter-section .sup-info{
        flex: 1 1 auto;
    }

    .filter-fonc{
        margin-left: 14px;
        margin-top: 10px;
    }

    .filter-item{
        margin-left: 0;
    }

    .filter-bar{
        margin-right: 30px;
    }

    .wux-ui-3ds-move-to-top{
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 15px;
        bottom: 60px;
    }

    .change-page-previous-title{
    }
    .change-page-next-title{
    }
}

@media only screen and (max-width: 900px) {
    .res-table .entry::before,
    .res-table .stentry::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

    .res-table thead {
        display: none;
    }

    .res-table tr {
        margin-bottom: 20px;
        display: block;
    }

    .res-table .entry,
    .res-table .stentry {
        display: block;
        font-size: 13px;
        border-bottom: none;
    }

    .res-table .entry:last-child,
    .res-table .stentry:last-child{
        border-bottom: 1px solid #D1D4D4;;
    }

}
