.margin-tb{
    color: red;
    !important;
}

.st_tree{
    padding:10px;
    margin-left: 110px;
    position: absolute;
    z-index: 999;
    border: 1px solid #009f95;
    border-radius: 3px;
    background-color: #fff;
}

/* 超链接 */
.st_tree a{
    color:#222;
    text-decoration:none;
    background-color: transparent;
}

/* 鼠标经过的超链接 */
.st_tree a:hover{
    color:#f33;
    text-decoration:underline;
}

/* 菜单 */
.st_tree ul{
    padding:0 0 0 18px;
    margin:0;
}

/* 菜单项 */
.st_tree ul li{
    font-size:13px;
    color:#222;
    line-height:18px;
    cursor:pointer;
    list-style:none;
    padding:0 0 3px 20px;
}

/* 子菜单 */
.st_tree ul li ul{}

/* 子菜单项 */
.st_tree ul li ul li{}

/* 子菜单的父节点 */
.st_tree .folder{
    list-style-image:url(../../../images/menu/st_icon.png);
    padding:0 0 0 20px;
}

/* 展开的父节点 */
.st_tree .open{
    list-style-image:url(../../../images/menu/st_icon_open.png);
    padding:0 0 0 20px;
}

.st_tree .hover{
    background-color:#ffa;
}
#example2 tr td {
    text-align: center;
}

.table-tr-title{
    height: 26px;
    font-size: 12px;
    text-align: center;
}
.table-tr-content{
    height: 18px;
    background: #FFFFFF;
    text-align: center;
    font-size: 12px;
}
.normalEvenTD{
    background: #DFD8D8;
}
.normalOddTD{
    background: #FFFFFF;
}
.hoverTD{
    background-color: #eafcd5;
    height: 18px;
    text-align: center;
    font-size: 12px;
}
.trSelected{
    background-color: rgba(26, 127, 193, 0.46)!important;

   /* height: 18px;
    text-align: center;
    font-size: 12px;*/
}

tr{
    cursor: pointer;
}

/*add.hbs里的样式 begin*/
.add-text-style{
    float: left;
    width: 110px;
    text-align: right;
    padding-right: 10px;
}
/*add.hbs里的样式 end*/
.stock-fieldset{
    padding: 15px;
    border: 1px solid #EAEBEC;
}

.text-fieldset{
    padding: 0px;
    border: 2px solid #EAEBEC;
    margin-top:-15px;

}

.stock-legend{
    width: auto;
    border: 0px solid;
}

/*btn的样式*/
.custom-btn{
    float: left;
    margin-left: 20px;
    letter-spacing: 6px;
}

/*btn的样式*/
.custom-input-text{
    line-height: 32px;
    float: left;
    padding-right:10px;
    text-align: right;
    white-space: nowrap;
    width:150px;

}


.custom-table-pagging{
    float: right;

}

.custom-table-pagging label{
    margin: 10px;
    display: inline-block;
    font-weight:initial;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;

}

.custom-table-page-goto{
    margin-top: 30px;
    width: 60px!important;
}

.color-btn{
    color:white;
    margin-top: 5px;
    width: auto;
}

/*product*/
