.rtlx-main-div-file-system ul{
    padding: 0;
    margin: 0;
}
.rtlx-main-div-file-system{
    padding: 0;
    list-style: none;
}

.rtlx-main-div-file-system-item{
    direction: rtl;
    text-align: right;
    background-image: url("/ext/img/ext_file/_blank.png");

    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right 14px top 9px;
    padding: 2.5px 0;
}

.rtlx-main-div-file-system-item i{
    font-size: 10px;
    display: table-cell;
    vertical-align: middle;
}

.rtlx-main-div-file-system-item-dir{
    background-image: url("/ext/img/ext_file/dir.png");
    cursor: pointer;
}

.rtlx-main-div-file-system-item{
    position: relative;
}

.rtlx-main-div-file-system-list .rtlx-file-system-title{
    position: absolute;
    right: 17px;
    top: 7px;
    left: 0;
    padding-right: 15px;
}

.rtlx-main-div-file-system-item-file span{
    margin-right: 29px;
}

.rtlx-main-div-file-system-box .rtlx-main-div-file-system-item{
    position: relative;
    width: 60px;
    height: 60px;
    padding: 5px 15px;
    display: inline-block;
    margin: 0;
    background-size: 33px 33px;
    background-position: center top 7px;
}

.rtlx-main-div-file-system-box .rtlx-main-div-file-system-item span{
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    margin: 0;
    height: 21px;
    left:0;
    right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: ltr;
}

.rtlx-file-system-selected,
.rtlx-file-system-selected2,
.directory_main-div-list-directory .rtlx-file-system-item:hover,
.directory_main-div-list-directory-and-file li:hover{
    background-color: rgba(0,0,0,0.1);
}

.rtlx-file-system-item {
    padding: 6px 0px;
}

.rtlx-file-system-on-line-update{
    padding-right: 7px;
}

.rtlx-file-system-open > div:first-child i{
    transform: rotate(360deg);
}

.directory_main-div-list-directory-and-file .rtlx-main-div-file-system-item  {
    margin: 5px;
}

.rtlx-file-system-item i{
    transform: rotate(90deg);
}

#main-div-desk > .directory_main-div-list-directory-and-file{
    right: 20px;
    width: calc(100% - 48px);
    overflow: hidden;
}



