/*----------------------------/ list-selector /-----*/
.list-selector {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #88bcd4;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 3px;
}
.list-selector span {
    position: absolute;
    left: auto;
    right: auto;
    width: 1px;
    height: 1px;
}
.list-selector span i {
    position: relative;
    top: 2px;
}
.list-selector:hover span i {
    top: 1px;
}
.list-selector[mode="indeterminate"] ,.list-selector[mode="check"] {
    border: 1px solid #00bcd4;
    background-color: #00bcd4;
}
.list-selector:hover ,.list-selector[mode="indeterminate"]:hover ,.list-selector[mode="check"]:hover {
    border: 2px solid #00bcd4;
}
.list-selector[mode="indeterminate"] i {
    left: 6px;
}
.list-selector[mode="check"] i {
    left: 8px;
}
/*----------------------------/ btn-distance /-----*/
.btn-distance {
    margin: 1px 2px 1px 2px;
}
/*----------------------------/ FileManager /-----*/
.FileManager-file {
    display: inline-block;
    width: 200px;
    height: 190px;
    padding: 0;
    margin: 6px 4px 4px 4px;
    vertical-align: top;
    overflow: hidden;
    text-align: left;
    direction: ltr;
    border: 1px solid #e5f1e5;
    background-color: #eef5ee;
}
.FileManager-file-show {
    display: block;
    height: 126px;
    width: 800px;
    position: relative;
    top: 0;
    left: -301px;
    text-align: center;
    line-height: 100px;
    padding: 2px;
}
.FileManager-file-name {
    display: block;
    height: 32px;
    padding: 2px 4px 2px 4px;
    overflow: auto;
    text-align: center;
    direction: rtl;
    font-size: 12px;
}
.FileManager-file-tools {
    display: block;
    height: 30px;
    padding: 4px;
    text-align: left;
    font-size: 4px;
    background-color: #ddeedd;
}
.FileManager-file .btn-circle {
    height: 22px;
    width: 22px;
    margin: 1px;
    font-size: 12px;
}
.FileManager-file .btn-circle .fa {
    position: relative;
    top: -3px;
}
/*----------------------------/ normalize style /-----*/
code {
    font-size: 14px;
    font-weight: normal;
    white-space: normal;

}
