#Demand {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* background-color: azure; */    
    background-color: #f3f4f6;
}

/* 工具栏 */
.demand-toolbar {
    background-color: #f3f4f6;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 25px;
    display: block;

}

#createDemandForm label.error {
    color: rgba(255, 0, 0, 0.815);
}

#createDemandForm label.error {
    color: rgba(255, 0, 0, 0.815);
}


#updateDemandModalForm label.error {
    color: rgba(255, 0, 0, 0.815);
}

#updateDemandModalForm label.error {
    color: rgba(255, 0, 0, 0.815);
}

.demand-toolbar-left {
    float: left;
}

.demand-more:hover {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 15%);
    border-color: #007bff;
    color: #007bff;
}

.demand-more:active {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 15%);
    border-color: #007bff;
    color: #007bff;
}

.demand-more {
    color: #5d9bfc;
    border-color: #5d9bfc;
}


.demand-toolbar-right {
    float: right;
}
.demand-toolbar-right .demand-toolbar-seach{
    width: 210px;
    height: 27.3px;
    box-sizing: border-box;
}
.demand-toolbar-right .demand-toolbar-seach .demand-toolbar-seach-input{
    height: inherit;
}
.demand-toolbar-right .demand-toolbar-seach .input-group-append{
    height: inherit;
}
.demand-toolbar-right .demand-toolbar-seach .input-group-append>button{
    line-height: 1px;
}


#demandTable>tbody .demand-title{
 cursor: pointer;   
}
/* 内容 */
.demand_content {
    padding: 0 20px;
    background-color: #f3f4f6;
}

.demand-table-wrap {
    position: absolute;
    left: 80px;
    right: 20px;
    bottom: 20px;
    top: 95px;
}

/* 分类 */
#category_div {
    width: 240px;
    height: 100%;
    float: left;
    background-color: #fff;
    margin-right: 15px;
    border: none;
    box-shadow: 0 0 10px rgb(128 145 165 / 20%);
    border-radius: 2px;
    position: relative;
}

#category_div h2 {
    padding: 20px 20px 5px;
    font-size: 16px;
    color: #182b50;
    font-weight: normal;
}

.j-tui-shrink {
    display: inline-block;
    position: absolute;
    width: 10px;
    top: 350px;
    right: -12px;
    height: 49px;
    font-size: 50px;
    color: #acb7c1;
    cursor: pointer;
    padding: 15px 0px;
    background-color: cornflowerblue;
    z-index: 9;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.category-display{
    width: 0px !important;
    margin-right: 0px !important;
}
.demand-tree-table-div{
    width: 100%;
    height: 100%;
    overflow: scroll;
}
/* 表格 */
.demand-table-wrap .demand-tree-table {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(128 145 165 / 20%);
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #fff;
    border-top: 1px solid #e6e6e6;
}

.drag-line {
    display: none;
    width: 10px;
    height: 25px;
    cursor: ew-resize;
    border-right: 2px solid #e8eaee;
    position: absolute;
    right: 11px;
    top: 7px;
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicown-plus:before {
    content: "\2b";
}
.glyphicon-plus:before {
    content: "\2b";
}
.treeview .list-group-item {
    cursor: pointer
}

.treeview .list-group-item {
	cursor: pointer;
}

.treeview span.indent {
	margin-left: 10px;
	margin-right: 10px;
}

.treeview span.icon {
	width: 12px;
	margin-right: 5px;
}

.treeview .node-disabled {
	color: silver;
	cursor: not-allowed;
}.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}