.list {

}
.list .list-header {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}
.list .list-header label {
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: normal;
}
.list .list-header-filter input, .sellable-icon {
    border: 0px;
    box-shadow: none;
    border: 0px !important;
    border-bottom: 1px solid #e6e6e6 !important;
    padding-left: 16px !important;
}

.list .list-body {

}
.list .list-body .list-row {
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
    transition: background ease 0.3s;
    padding-left: 16px;
    cursor: pointer;
}
.list .list-body .list-row:hover {
    background: #f1f1f1;
}
.list .list-body .list-row.selected {
    font-weight: bold;
}
.list .list-body .list-row.selected:before {
    content: "\f111";
    padding-right: 10px;
    font-family: FontAwesome;
    color: #1784c7;
}

.list-tree .open-icon:before {
    content: "\f078";
    padding-right: 10px;
    font-family: FontAwesome;
    color: #333333;
}
.list-tree .close-icon:before {
    content: "\f054";
    padding-right: 10px;
    font-family: FontAwesome;
    color: #333333;
}
.list-tree .list-row.list-row-lv-2 {
    padding-left: 32px;
}
.list-tree .list-row.list-row-lv-3 {
    padding-left: 64px;
}
.list-tree .closed {
    display: none;
}
