
.list_box {
    padding: 0px;
    margin-bottom: -1px
}

.list_header {
    padding: 6px 10px;
    position: relative;
    min-height: 40px;
    margin-bottom: 0
}

.list_body {
    background-color: #fff;
    padding: 10px;
}

.shrink_box {
    border: 1px #D7D7D7 solid;
}

.expand_box .icon-tk-shrink {
    display: none
}

.shrink_box .icon-tk-expand {
    display: none
}

.expand_box .list_body {
    display: none
}

.mar_b_1 {
    margin-bottom: 10px
}

.list_icon {
    position: absolute;
    top: 8px;
    left: 10px;
}

.list-title {
    display: inline-block;
    margin: 0;
    line-height: 28px;
    margin-left: 28px;
}

.right_box {
    float: right;
}

.right_box span {
    line-height: 28px;
}

.left_tree_box {
    width: 15%;
    float: left;
    border: 1px solid #E5E5E5;
    padding: 10px;
}

.right_info_box, .middle_info_box {
    margin-left: 20px;
    width: 40%;
    float: left;
}

.box-header::before, .box-header::after {
    display: none;
}

.litter_icon_size {
    font-size: 16px !important;
    margin-left: 5px;
}

.cus_header {
    padding: 15px 10px 5px 10px;
}

.cus_header.cus_first {
    padding-top: 10px;
}

.cus_title {
    font-size: 16px;
    padding-left: 8px;
    border-left: 4px solid #7000BD;
    margin-bottom: 0;
}

.request_status {
    margin-left: 10px;
}

.font-list {
    margin-bottom: 5px;
}

.font-list {
    list-style: none;
    overflow: hidden;
}

.font-list li {
    margin-right: 20px;
    float: left;
    line-height: 20px;
}

.font-list li span {
    margin-right: 5px;
}

.form-group {
    margin-bottom: 10px;
}

.line_dashed {
    height: 1px;
    border-bottom: 1px dashed #D7D7D7;
    padding: 5px 0;
}

.input_icon_box {
    padding-right: 30px;
}

.input_icon {
    margin-right: -30px;
    margin-top: 4px;
    float: right;
}

@media screen and (max-width: 991px) {
    .left_tree_box {
        width: 100%;
        float: inherit;
        margin-bottom: 10px;
    }

    .right_info_box {
        margin-left: 0;
    }
}


/*Treeview*/

.tree-hide-box {
    position: relative;
    overflow: hidden;
}

.tree-hide {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    border-color: transparent;
    border-right-color: #73c3f0;
    border-width: 16px;
    border-left-width: 0;
    border-style: solid;
    display: block;
    width: 0;
    height: 0;
    outline: none;
    box-sizing: border-box;
    display: none;
}

.tree-show {
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
    margin-bottom: 10px;
    display: none;
}

.tree-hide:hover {
    border-right-color: #0078dc;
}

.tree-hide:active {
    border-right-color: #003c7d;
}

.tree-show:hover {
    color: #78879b;
}

.tree-show:active {
    color: #003c7d;
}

.treeview a {
    color: #333;
    cursor: pointer;
}

.treeview a:hover {
    text-decoration: none;
    color: #7000BD;
}

.treeview a.selected {
    color: #7000BD;
    background-color: transparent;
}

.treeview .hitarea {
    background-position: -63px -20px;
}

.treeview div.lastCollapsable-hitarea {
    background-position: 1px -109px;
}

.treeview li {
    padding: 3px 0pt 3px 20px;
}

.treeview .expandable-hitarea {
    background-position: -79px 2px;
}

.treeview li.collapsable,
.treeview li.expandable {
    background-position: 0 -172px;
}

.treeview li.lastCollapsable {
    background-position: 1px -106px;
}

.treeview li.lastExpandable {
    background-position: -31px -62px;
}

.treeview div.lastExpandable-hitarea {
    background-position: -31px -65px;
}

.treeview li.last {
    background-position: 0 -1764px;
}

.treeview ul {
    margin-top: 2px;
}

.treeview .hitarea {
    margin-left: -20px;
    height: 20px;
    width: 20px;
}

.expandable a {
    padding-top: -10px;
}

.tfoot {
    display: table-header-group;
}

.fitterName{
    margin: 3px;
    display: block;
    float: left;
}