html, body{
    /*font-family: 'NotoSansCJKtc', Arial, 微軟正黑體, sans-serif;*/
    font-family: 微軟正黑體, Arial, sans-serif;
    font-weight: normal;
}

.hover-opacity:hover{
    cursor: pointer;
    opacity: .5;
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    top: 1px;
    position: relative;
}

.hide{
    display: none !important;
}

/* custom scroll bar style */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    margin: 0;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    background: rgba(100, 100, 100);
    border: rgb(90, 90, 90)
}

#loading{
    position: fixed;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1;
}

#loading .loading__div{
    text-align: center;
    position: absolute;
    width: 100%;
    top: calc(50% - 17px);
}

#loading .spinner-border{
    width: 3rem;
    height: 3rem;
}

#earthbook-box{
    position: fixed;
    left: 320px;
    top: 0;
    width: calc(100% - 320px);
    height: 100%;
}

#earthbook-box .cesium-widget-credits{
    display: none;
}

.side-bar{
    position: fixed;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background: #272727;
    padding: 10px 15px;
    color: #FFF;
    overflow: auto;
}

.side-bar__div{
    max-height: calc(100% - 110px);
    overflow: auto;
    position: absolute;
    width: calc(100% - 30px);
}

.back-arrow{
    line-height: calc(1.325rem + .9vw);
}

#detail-box .accordion-body{
   padding: 0; 
}

#detail-box .accordion-button{
    padding: 10px;
}

#detail-box .list-group:not(.sub-list-group){
    max-height: 170px;
    overflow: auto;
}

#detail-box .list-group-item label span{
    max-width: 225px;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    vertical-align: text-bottom;
    font-size: .9em;
}

#detail-box .sub-photo-heading-list .accordion-button{
    padding: 5px;
    background-color: #D1E9E9;
}

#photo-box{
    position: fixed;
    left: 0;
    top: 0;
}

.photo-box__div{
    position: fixed;
    left: calc( 100% - 330px);
    top: 10px;
    width: 320px;
    height: 240px;
    background: rgba(0,0,0,.8);
}

#photo-box .photo-title{
    padding: 5px 10px;
    height: 35px;
}

#photo-box .photo-title__span{
    max-width: calc(100% - 30px);
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

#photo-box .photo-image{
    height: calc(100% - 35px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-handlers.clayfy-top:after,
.custom-handlers.clayfy-bottom:after,
.custom-handlers.clayfy-left:after,
.custom-handlers.clayfy-right:after
{
    content: '';
    position: absolute;
    height: 2px;
    top:0;
    left:0;
    width:100%;
    background: #E8E8D0;
    z-index: 1005;
}

.custom-handlers.clayfy-bottom:after{
    top:auto;
    bottom: 0;
}
.custom-handlers.clayfy-left:after{
    width:2px;
    height:100%;
}

.custom-handlers.clayfy-right:after{
    width:2px;
    height:100%;
    right: 0;
    left:auto;
}

.custom-handlers.right:after,
.custom-handlers.left:after
{
    height: 100%;
}

#model-list.disabled{
    pointer-events: none;
    opacity: .5;
}