@charset "UTF-8";

.__uploader_processbar {
    text-align: right;
    line-height: 20px;
    background: url('./progressbar.gif') left center repeat-x;
}
.__uploader_uploading a {
    padding: 0 5px;
    color: red;
}
._ajaxQuery_loading {
    background: url('./loading1.gif') 15px center no-repeat;
    padding:0 0 0 40px;
    line-height: 30px;
}

/* upload btn */
.fileinput-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    line-height: 16px;
}
.fileinput-button span {
    padding: 6px 14px;
    background-color: #5cb85c;
    border: 1px solid #4cae4c;
    color: #FFF;
    text-decoration: none;
    float: right;
    font-size: 12px;
    border-radius: 4px;
    font-family: sans-serif;
    cursor: pointer;
}
.fileinput-button input {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    cursor: pointer;
}

.layer_container {
    padding: 20px;
}
.layer_btn {
    text-align: right;
    padding-top: 20px;
}

.folder_tree {

}
