/*修改页面右上角小图标*/
/*#header .header_lv2_right_droptrigger{padding:2px 2px 2px 4px !important;position: relative !important;right: 0  !important;}*/
/*#header ul.header_lv2_right_sub1{right:235px !important;}*/
/*.header_searchbar{*/
/*    width: 115px !important; */
/*    display: block !important;*/
/*    position: relative !important;*/
/*    right: 0  !important;*/
/*}*/
/*input#searchInput { width:112px !important; }*/
/*.font_icons{color:#fff;font-family: 'FontAwesome';font-style: normal; font-size: 14px;}*/
/*.font_icons.font_right_margin{margin-right: 7px}*/
/*.page_search_icon{font-size:24px; vertical-align: middle;font-weight: bold !important}*/
/*#fix_right_side_bar{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    z-index: 999;*/
/*    width: 50px;*/
/*    height: 100%;*/
/*    background-color: #EEF2F7;*/
/*}*/
/*CID 23375 2024.0326 //Begin*/
 .item_translate{
    position: fixed;
    bottom: 20px;
    right: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #558ED5;
    border-radius: 50%;
     z-index: 99;
     cursor: pointer;
}
/*CID 23922 2024.0412 //Begin*/
#tooltip {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    padding: 10px 10px;
    /*width: 100px;*/
    /*height: 100px;*/
    border: 1px solid #558ED5;
    border-radius: 5px;
}
#tooltip ul{
    /*margin: 0 0 10px 0;*/
}
#tooltip li{
    margin-bottom: 5px;
    word-wrap: break-word;
    width: 150px;
}
/*CID 23922 2024.0412 //End */
.item_translate:hover + #tooltip {
    display: block;
}
#fix_right_side_wrapper{
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 999;
    width: 400px;
    height: calc(100% - 10px);
    background-color: #fff;
}
#fix_right_side_wrapper .right_side_header{
    height: 42px;
    line-height: 45px;
    background-color: #558ed5; 
    border-radius: 4px 4px 0 0; 
    color:white; 
    padding: 0 10px 0 10px; 
    font-weight: bold;
}
#fix_right_side_wrapper .right_side_header .title{
    font-size: 14px;
}
#fix_right_side_wrapper .right_side_header .title span:last-child{
    font-size: 14px;
}
#fix_right_side_wrapper .right_side_header .close-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
}
#fix_right_side_wrapper .right_side_content{
    height: calc(100% - 50px);
    overflow-y: auto;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    /*padding: 10px;*/
}
#fix_right_side_wrapper .right_side_content .right_side_fav_list_wrapper{
    height: 100%;
}
#fix_right_side_wrapper .right_side_content .right_side_fav_list_wrapper .slimScrollDiv{
    padding-right: 8px;
}
#fix_right_side_wrapper .right_side_content .right_side_fav_list_wrapper .slimScrollBar{
    width: 3px !important;
    opacity: 1 !important;
    border-radius: 1em !important;
    background-color: #558ed5 !important;
}
#fix_right_side_wrapper .right_side_content .fav_list_ul{
    height: calc(100% - 31px);
    overflow-y: auto;
}
#fix_right_side_wrapper .right_side_content .fav_list_ul.has_paginate{
    height: calc(100% - 81px);
}
#fix_right_side_wrapper .right_side_content .no_fav_info{
    width: 100%; 
    display: flex; 
    justify-content: center;
}
#body-wrapper.right_side_wrapper_is_shown #header{
    width: calc(100% - 415px);
}
#body-wrapper.right_side_wrapper_is_shown.horizontal_scroll #header{
    width: calc(100% - 415px);
    position: relative;
}
#body-wrapper.right_side_wrapper_is_shown{
    width: calc(100% - 415px);
    overflow: auto;
}
#body-wrapper.right_side_wrapper_is_shown #content_wrapper{
    padding-right: 0;
}
#body-wrapper.right_side_wrapper_is_shown.horizontal_scroll #content_wrapper{
    padding-top: 0;
    position: relative;
}
#body-wrapper.right_side_wrapper_is_shown.horizontal_scroll #contentLeftDiv,
#body-wrapper.right_side_wrapper_is_shown.horizontal_scroll #contentRightDiv{
    position: absolute;
}
#findwindow{    
    left: auto !important;
    right: 150px !important;
}
#body-wrapper.right_side_wrapper_is_shown #bodyContent .rangenote-select-box{
    position: fixed;
}

/* //CID 21090 //2023.10.26 //begin */
#fix_right_side_wrapper :not(.comment_wrapper textarea)::-webkit-scrollbar,
#rangenote_note_area :not(.comment_wrapper textarea)::-webkit-scrollbar {
  /*display: none;*/
}
#fix_right_side_wrapper :not(.comment_wrapper textarea):hover::-webkit-scrollbar,
#rangenote_note_area :not(.comment_wrapper textarea):hover::-webkit-scrollbar {
  /*display: block;*/
}
#fix_right_side_wrapper :not(.comment_wrapper textarea)::-webkit-scrollbar,
#rangenote_note_area :not(.comment_wrapper textarea)::-webkit-scrollbar {
  width: 3px;
  height: 5px;
  background-color: transparent;
}
#fix_right_side_wrapper :not(.comment_wrapper textarea)::-webkit-scrollbar-thumb,
#rangenote_note_area :not(.comment_wrapper textarea)::-webkit-scrollbar-thumb {
  /*background-color: #c1c1c1;*/
  border-radius: 32px;
  background-color: #558ED5;
}
#fix_right_side_wrapper :not(.comment_wrapper textarea)::-webkit-scrollbar-track,
#rangenote_note_area :not(.comment_wrapper textarea)::-webkit-scrollbar-track {
  /*background-color: #f1f1f1;*/
  background-color: transparent;
  border-radius: 32px;
}
.popup_note_submit{
    padding: 5px 7px;
    background-color: #558ED5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    border-radius: 5px;
}
.popup_note_content{
    margin: 10px;
    width: 90%;
}
/* //CID 21090 //2023.10.26 //end */