.range-edit-bodyContent{
    position: relative;
}
#main_wrapper .main-wrapper-note-show{
    margin-left: 10px;
}
#header .header_lv1 .main_header_note_show{
    margin: 0 20px;
}
#bodyContent .rangenote-select-box{
    display: none;
    height: 184px;
    width: 178px;
    background: #f3f3f3;
    /* border: 1px solid red; */
    position: absolute;
    z-index: 999;
    top: 200px;
    border: 1px solid #c9c9c9;
    /* display: none; */
    top: 100px;
    left: 100px;
}
 /* CID 5680 //20200629 //Begin */
.select-color{
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 20px;
}
/* CID 5680 //20200629 //End */
.select-color button{
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #454545;
    border: none;
    cursor: pointer;
}
.add-node{
    height: 45px;
    width: 178px;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    line-height: 40px;
    padding-left: 10px;
    text-align: left;
    cursor: pointer;
}
/* CID //2020.07.08 Begin */
.select-other{
    height: 45px;
    width: 178px;
    line-height: 45px;
    padding-left: 10px;
    display: block;
    border: none;
    text-align: left;
    cursor: pointer;
}
.notetitle{
    font-size: 16px;
}
#range_note_list_header .note_buttom{
    width: 80%;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
}
/* //CID 5753 //2020.07.09 Begin */
#range_note_list_header .note_buttom :nth-child(2) button{
    height: 25px;
    border:none;
    background: #fff;
    /* display: block; */
    margin-left: 12px;
    color: #9499A0;
    font-size: 18px;
    cursor: pointer;
}
.range_note_search input{
    /* height: 28px; */
    border:solid 1px #abb2ba;
    background: #fff;
    border-radius: 3px;
}
/* //CID 5753 //2020.07.09 End */
#range_note_list_header{
    overflow:hidden;
    zoom:1;
    display: flex;
    justify-content : space-between;
}
.note_buttom{
    display: flex;
    justify-content:space-between;
    /* display: flex;
    justify-content : space-between; */
    /* float: right; */
}
/* CID //2020.07.08 End */
.range_note_list_header_share{
    margin-top: 12px;
    /* margin-bottom: 10px; */
}
#shareState{
    /* width: 114px; */
    width: 274px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
    border: 1px solid #abb2ba ;
    border-radius: 3px;
    /* width: 210px; */
}
#shareState option{
}
.range_note_list_header_screen {
   display: flex;
   align-items: center;
   height: 42px;
}
.range_note_list_header_screen_label{
    display: flex;
    align-items: center;
}
#range_note_list{
    background: #efefef;
    overflow: scroll;
    position: absolute;
    bottom: 5px;
    right: 0px;
    top: 135px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
#range_note_list div{
    background-color: #fff;
}
.deleteNote{
    display: inline-block;
    width: 30px;
    height: 30px;
}
.collectionNote{
    display: inline-block;
    width: 16px;
    height: 16px;
   
}
.searchButton{
    height: 25px;
    width: 30px;
    border: none;
    background-color: #fff;
}

#range_note_area{
   /* width: 376px; */
   display: block;
   position:absolute;
   top:50px;
   right:2px;
   height:90%;
   z-index:99;
   background-color: #efefef;
}
#range_note_list_wraper{
    background-color: #fff;
}
.rangenote-option-color{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: aqua;
}
/* CID //2020.07.08 Begin */
/* //CID 5753 //2020.07.09 Begin */
.range_note_search{
    width: 52%;
    display: flex;
    justify-content: flex-end;
    /* margin-right: 5%; */
    margin-right: 5px;
}
/* CID //2020.07.08 End */
#noteSearchText{
    width: 77%;
    border-radius: 3px 0 0 3px;
    border-right: none;
    padding-left: 5px;
}
.range_note_search .searchButton{
    border: 1px solid #abb2ba;
    /* height: 30px; */
    border-left: none;
    border-radius:0 3px 3px 0 ;
    cursor: pointer;
}
/* //CID 5753 //2020.07.09 End */
.range_note_list_header_screen .select-mania-inner{
    border:1px solid #abb2ba;
    width: 115px;
}
.range_note_list_header_screen .select-mania-tiny .select-mania-value-text{
    height: 16px;
    font-size: 12px;
}
.fa-circle-thin{
    border-radius: 50%;
}
/* //CID 5769  //2020.07.09 Begin */
.select-color1{
    display: block;
    color: #f2e366;
    background-color: #f2e366;
    border-radius: 50%;
}
.select-color2{
    display: block;
    color: #a3c4ff;
    background-color: #a3c4ff;
    border-radius: 50%;
}
.select-color3{
    display: block;
    color: #f3bdcd;
    background-color: #f3bdcd;
    border-radius: 50%;
}
.select-color4{
    display: block;
    color: #f2b85d;
    background-color: #f2b85d;
    border-radius: 50%;
}
.select-color-start{
    display: block;
    color: #558ed5;
}
/* //CID 5769  //2020.07.09 End */
.range_note_header_share_list{
    position:absolute;
    top:20px;
    left: 14%;
    z-index:999;
    border: 1px solid #D6D6D6;
    width: 88%;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 13% 10px 13%;
    display: none;
}
.range_note_header_share_list_show{
    height: 0px;
    transition: height 0.3s;
}
.range_note_header_share_list ul{
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    transition: height 1s;
}
.range_note_header_share_list ul li{
    /* margin-left: 26px; */
    cursor: pointer;
    margin-bottom: 4px;
}
.range_note_header_share_list_buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    /* margin-right: 13%; */
    /* margin-bottom: 10px; */
}
 /* CID 5713 //2020.07.13 //Begin */
.range_note_header_share_list_buttons button{
    border: 1px solid #c3c9ce;
    border-radius: 3px;
    width: 40px;
    height: 23px;
    line-height: 22px;
    /* margin-right: 13%; */
    background: #fff;
    cursor: pointer;
}
 /* CID 5713 //2020.07.13 //End */
#range_note_list_label_people{
    cursor: pointer;
    border:1px solid #abb2ba;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
}

#note_share_direct{
    position: absolute;
    top: 30px;
    right: -40px;
    width: 145px;
    border:1px solid #c4c8ce;
    border-radius: 4%;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 4px 8px #D1C9BB;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    display: none;
}
#note_share_direct .select-list{
    margin-top: 5px;
    float: none!important;
    max-height: 247px;
    overflow-y: auto;
}
#note_share_direct .select-list li{
    list-style: none;
    margin: 0;
    line-height: 13px;
    padding: 5px 0 5px 0;
    cursor: pointer;
    float: none;
}
#note_share_direct .select-all{
    cursor: pointer;
}
#note_share_direct .select-button{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
 /* CID 5713 //2020.07.13 //Begin */
#note_share_direct .select-button button{
    background-color: #fff;
    border: 1px solid #c1c7cd;
    /* color: #505050; */
    padding: 2px 8px 2px 8px;
    border-radius: 3px;
    cursor: pointer;
    /* margin-left: 10px; */
}
 /* CID 5713 //2020.07.13 //End */
/* //头部分享管理部分 */
#header ul.header_lv2_right_sub1{
    right: 162px;
}
.sharing_management{
    margin-left: 3px;
}
.sharing_management{
    position: relative;
}

/* 共享笔记筛选选中 */
.shared_notes_filter_select{
    color: #4e8ad3;
    text-decoration: underline;
}
.shared_notes_filter_no_select{
    color: #555;
    text-decoration: none;
}
 /* CID 5662 //20200701  //Begin */

/* 笔记共享管理 */
.range_note_list_button{
    display: block;
    width: 87px;
    height: 25px;
    border: solid 1px #454545;
    border-radius: 3px;
    background-color: #fff;
    /* height: 30px;
    border: 2px solid #5c5c5c;
    background-color: #FFFFFF; */
    /* border-radius: 5px; */
    color: #464646;
    cursor: pointer;
}
#range_note_back_list_button{
    width: 40px;
    font-size: 18px;
    border: none;
    color: #9499A0;
}
/* 笔记共享管理列表 */
#range_note_share_header{
    background-color: #FFFFFF;
    height: 88px;
}
#range_note_share_header .range_note_share_add{
    position: relative;
}
.range_note_share_twobutton{
    display: flex;
}
.range_note_share_twobutton input{
    margin-left: 20px;
}
#note_share_management table{
    width: 100%;
}
#note_share_management table td{
    color: #424242;
    padding-top: 8px;
}
#note_share_management table tr td:first-child,#note_share_management table tr th:first-child{
    width: 60%;
    line-height: 12px;
}
#note_share_management table tr td:nth-child(2){
    color: #bcc1c8;
}
#note_share_management table .table-head th{
    font-weight: 600;
}
#note_share_management table .note_share_stop{
    border: none;
    background: #fff;
    color: #548ed5;
    cursor: pointer;
}
.range_note_share_warapper{
    background-color: #f0f0f0;
}
#note_share_management{
    margin-top: 11px;
    background-color: #FFFFFF;
    padding-left: 8px;
    overflow-y: scroll;
    position: absolute;
    top: 90px;
    bottom: 3px;
    left: 1px;
    right: 1px;
}
.add-shared-group-list{
    border: 1px solid #aeb4bc;
    box-shadow: 0 4px 8px #D1C9BB;
    width: 146px;
    padding: 20px 20px 20px 20px;
    border-radius: 3px;
    display: none;
    position: absolute;
    z-index: 10;
    top: 30px;
    right: -58px;
    background-color: #fff;
}
.add-shared-group-list .add-shared-group-select{
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    transition: height 1s;
}
 /* CID 5713 //2020.07.13 //Begin */
.add-shared-group-list li{
    font-size: 13px;
    cursor: pointer;
    line-height: 13px;
    padding: 5px 0 5px 0;
}
 /* CID 5713 //2020.07.13 //Begin */
#range_note_share_header .add-shared-group-selectall{
    font-size: 12px;
    cursor: pointer;
}
#range_note_add_list_button{
    padding-right: 13px;
}

.range_note_share_add div i{
    position: absolute;
    top: 6px;
    right: 5px;
}
/* CID 5662 //20200701  //End */
#content_wrapper{
    padding: 40px 17px 10px 0px;
}
 /* //CID 5920 /2020.07.28 //Begin */
 /* //CID 5968 //2020.08.02  Begin */
.note_list_textarea_edit{
 width: 27px;
 border: none;
 background-color: #fff;
 font-size: 12px;
 color: #bcbcbc;
 cursor: pointer;
 }
 .Range_note_noteandedit{
     display: flex;
     justify-content: space-between;
 }
 /* CID 5967 //2020.08.04 Begin */
    #range_note_area textarea{
        display: block;
        margin:0 auto;
        overflow: hidden;
        font-size: 13px;
        line-height: 22px;
        padding:2px;
        font-weight: normal;
        color: #555555;
    }
    /* CID 5967 //2020.08.04 End */
  /* //CID 5968 //2020.08.02  End */
 /* //CID 5920 /2020.07.28 //End */
/* 图标CSS */
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-times:before {
    content: "\f00d";
  }
  .fa-caret-down:before {
    content: "\f0d7";
  }
  .fa-star:before {
    content: "\f005";
  }
  .fa-refresh:before {
    content: "\f021";
  }
  .fa-users:before {
    content: "\f0c0";
  }
  .fa-sign-out:before {
    content: "\f08b";
  }
  .fa-reply:before {
    content: "\f112";
  }
  .fa-trash-o:before {
    content: "\f014";
  }
  .fa-search:before {
    content: "\f002";
  }
  .fa-circle-thin:before {
    content: "\f1db";
  }
  .fa-print:before {
    content: "\f02f";
  }
  /* //CID 6048 //2020.08.12  Begin */
.fa-plus-square-o:before {
    content: "\f196";
}
  button:disabled{
    color: #c1c7cd;
  }
#share_group_users{
      margin-left: 12px;
  }
  /* 新增加笔记功能css */
.range_note_list_header_sort{
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.range_note_list_header_sort .add_button{
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.range_note_list_header_sort button{
    color: #c2c6cc;
     /* font-size: 12px; */
    border: 1px solid #efefef;
    background-color: #fff;
    border-radius: 6px;
    padding: 2px 5px 2px 5px;
}
#range_note_header_add_note_button{
    padding: 0;
    width: 20px;
    height: 20px;
    border: none;
  }
#range_note_header_add_note_button i{
    font-size: 20px;
}
.range_note_list_header_sort .sort_button button{
    margin-right: 3px;
}
.sort_button .sort_button_select{
    color: #fff;
    background-color: #528bd4;
}
#range_note_list  .range_note_insert{
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    background: #efefef;
}
.range_note_insert_button{
    width: 80px;
    position: relative;
    top: -11px;
    background: #fff;
    padding: 2px 0 2px 0;
    border: 1px solid #b1b8be;
    border-radius: 12px;
    color: #c2c6cc;
    cursor: pointer;
        /* padding: 0 20px; */
}
.range_note_insert div{
    height: 0px;
    border-top: 1px dotted  #b1b8be;
    text-align: center;
    width: 95%;
}
#rangenote_note_area .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    font-weight: unset;
    color: unset;
}
#rangenote_note_area .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    font-weight: unset;
    color: unset;
}
/* //CID 6048 //2020.08.12  End */
/* //CID 6050 //2020.08.13 Begin */
#range_note_insert_select_color_box{
    display: none;
}
#range_note_add_select_color_box{
    display: none;
}
#range_note_add_select_color_box button{
    height: 16px;
    width: 16px;
    padding: 0;
    border-radius: 50%;
    border: none;
}
.range_note_share_name_button{
    width: 80px;
    position: relative;
    top: -11px;
    background: #fff;
    padding: 2px 0 2px 0;
    border: 1px solid #6d9dd8;
    color: #6d9dd8!important;
    border-radius: 12px;
    color: #c2c6cc;
}
/* //CID 6050 //2020.08.13 End */
#range_note_list .range_note_share_ban_move{
    background: #efefef;
}
#range_note_list .range_note_share_ban_move .range_note_share_note{
    padding: 10px;
    border-left: 10px solid #efefef;
    margin-bottom: 10px;
}