/*main layout*/
body{
    font-size: 12px;
    background-color: white;
}
.page-content{
    margin-bottom: 60px; 
    padding-left:7px;
    padding-right:7px;
}
.tab-content{
    width: 100%;
}
.box-viewresult{
    height: 650px;
}
.scrollbar {
    overflow: scroll;
}
.scrollbar::-webkit-scrollbar {
    width: 12px;
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.hr{
    border: 2px solid #d8d8d8;
}
.footer{
    position:absolute;
}
/*htmlview*/
.box-htmlview{    
    border: thin solid gray;     
    height: 100%;
    background-color: #666666; 
    padding: 0px;
}
.htmlview-display{
    width:100%; 
    position:relative;
    height:95%;
    margin: 0px;
    padding: 0px;
    background: #666666;
    overflow: hidden;
}
/*htmlview-tool font*/ 
.htmlview-tool{
    height: 30px;
    background-color: #666666;
}
.font-adjust{
    background-color: #eaeaea;
    float: right;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    margin: 2px 5px 0 0;
    padding: 1px 10px;
    font-size: 12px;
    line-height: 20px;
}
.font-adjust a{
    font-weight: normal;
    padding: 0px 2px 1px 2px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
    border-radius: 2px;
    color: #999999;
}
.font-adjust a:hover{
    background: #fdd44b;
}
.font-adjust a.selected{
    background:none;
    color: #cc6600;
}
.font-small{
    font-size: 12px;
}
.font-medium{
    font-size: 14px;
}
.font-large{
    font-size: 20px;
}
/*htmlview-display index page*/
.box-index,.box-content{
    height:100%;
}
.box-index{
    position: absolute; left: 0; top: 0; width: 13%; 
    background-color: #666666;
    
/*    height: 80%;
    overflow: scroll;*/
    /*position:relative;*/
    /*position:fixed;*/
    /*top: 150px;*/
    /*height: 0px;*/
    /*left: 0; top: 0; width: 13%;*/ 
    /*background-color: #666666;*/
    /*    -webkit-transition-property:top;
        -webkit-transition-timing-function:ease-in-out;
        -webkit-transition-duration:1s;*/
    /*top: 100px;*/
}
.box-index div{
    overflow: auto;
    height: 100%;
}
.box-index ul li{
    color: white;
}
.box-index ul li a{
    color: white;
}
.label-numdup{
    color: #ffcc33;
}
p{
    margin: 0px;   
}
/*box-subcomment*/
.form-subcomment{
    width: 104%;
    padding: 10px;
    background-color: #ededed;
}
.form-subcomment div{   
    margin-bottom: 5px;
}
#btn-hidecomment{
    cursor: pointer;
}
.textdup-comment{
    margin-bottom: 10px;
}
.box-btn-subcomment{
    text-align: right;
}
.box-btn-subcomment button{
    padding: 2px 10px;
}
.comment-title{
    /*background-color: #cccccc;*/
    border-bottom: thin solid #ffcc99;
    padding: 2px 0 5px 0;
    /*margin: -2px;*/
    /*border-radius: 3px;*/
    font-weight: bold;
}
.comment-title i{
    float: right;
}
.comment-source{
    color: #006699;
}
.textdup-comment{
    width: 100%;
}
.text-hilight{
    color: red;
}
/*htmlview-display content page*/
.box-content {
    position: absolute; right: 0px; top: 0; width: 87%;
    /*padding: 10px;*/ 
    /*border: 15px solid #666666;*/
    border-left: 7px solid #4c4c4c;
    border-radius: 4px 4px 0 0;
    /*border-right: 15px solid #666666;*/
    background-color: #666666;
}
.page-no{
    float: right;
    color: #0066cc;
    /*position: absolute;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    text-align: right;
    padding-top: 7px;
    padding-right: 20px;
}
.page-break{
    background-color: #666666;
    height: 20px;
    /*margin: 10px -15px;*/
}
.text-header1{
    font-weight: bold;
    font-size: 18px;
}
.content-text{
    background-color: white;
    padding: 25px 10px 10px 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.link-dup{
    cursor: pointer;
    font-size: 18px;
    margin: 0px 3px;
}
.link-dup[data-type=dup]{
    color: red;   
}
.link-dup[data-type=ref]{
    color: orange;   
}
/*.link-dup[data-type=dup]:after{
    background-image: url('../images/icon-copycat.png');
    background-color: red;
    height: 30px;
    min-width: 50px;
    padding: 4px 10px;
    content: " ";
    margin: 0 5px;
}
.link-dup[data-type=ref]:after{
    background-image: url('../images/icon-reference.png');
    height: 30px;
    min-width: 50px;
    padding: 5px 10px;
    content: " ";
    margin: 0 5px;
}*/
/*box-maincomment*/
.msg-approve{
    background-color: #00cc66;
    padding: 10px;
}
.msg-reject{
    background-color: #ff9999;
    padding: 10px;
}
.text-confirm{
    font-size: 18px
}
.text-confirm.accept{
    color: #0eb00e;
}
.text-confirm.reject{
    color: red;
}
#box-btn-comment button{
    width: 100px;
    font-size: 20px;
    padding: 2px;
}

#contentTable{color: #666666}
.popover{max-width: 500px !important}
.popover-title{font-weight: bold !important}
.ftitle{margin-top: -30px;font-size: 14px;font-weight: bold;padding: 5px 25px 0px 25px;border-radius: 3px;background-color: #cccccc}
/*.htmlview-display .tooltip{background-color: red !important;}*/
.htmlview-display .tooltip-inner{background-color:#836363 !important;  text-shadow:none !important;text-align: left !important;max-width: 500px !important}
.htmlview-display .tooltip.right .tooltip-arrow{border-right-color: #836363 !important;}
/* .text-dup{background-color: #ffdf56} */
.text-dup{color: red}