/**固定头部时，减小距顶距离**/
body.bootstrap-admin-with-small-navbar{padding-top:70px;}

/*jquery tree table*/
table.treetable tr.collapsed span.indenter a:before {
	content: "\f196";
	color:#777;
	display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}
table.treetable tr.expanded span.indenter a:before {
	content: "\f147";
	color:#777;
	display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

/************自定义通用样式*************/
/*padding*/
.p-a-5{padding:5px;}
.p-a-10{padding:10px;}
.p-l-5{padding-left:5px;}
.p-t-5{padding-top:5px;}
.p-t-10{padding-top:10px;}
.p-b-5{padding-bottom:5px;}
.p-b-10{padding-bottom:10px;}
.p-none{padding:0;}
.p-l-none{padding-left:0;}
.p-r-none{padding-right:0;}
.p-r-10{padding-right:10px;}
/*margin*/
.m-l-5{margin-left:5px;}
.m-l-10{margin-left:10px;}
.m-l-15{margin-left:15px;}
.m-l-20{margin-left:20px;}
.m-t-5{margin-top:5px;}
.m-t-10{margin-top:10px;}
.m-r-5{margin-right:5px;}
.m-r-10{margin-right:10px;}
.m-b-none{margin-bottom:0;}
.m-b-5{margin-bottom:5px;}
.m-b-10{margin-bottom:10px;}
.m-b-15{margin-bottom:15px;}
/*自定义宽*/
.width50,.form-group .width50{width:50px;}
.width80,.form-group .width80{width:80px;}
.width100,.form-group .width100{width:100px;}
.width120,.form-group .width120{width:120px;}
.width150,.form-group .width150{width:150px;}
.width200,.form-group .width200{width:200px;}
.width250,.form-group .width250{width:250px;}
.width300,.form-group .width300{width:300px;}
.width320,.form-group .width320{width:320px;}
.width350,.form-group .width350{width:350px;}
.width400,.form-group .width400{width:400px;}
.width450,.form-group .width450{width:450px;}
.width500,.form-group .width500{width:500px;}
.width550,.form-group .width550{width:550px;}
.width600,.form-group .width600{width:600px;}
/*文字大小*/
.text-sm{font-size:12px;}
.text-md{font-size:14px;}
.text-lg{font-size:16px;}
/*纯文本展示*/
.text-bold{font-weight:bold;}
.text-label{width:100px;float:left;text-align:right;}
.text-content{float:left;text-align:left;margin-left:10px;}
/*inline-block*/
.inline-block{display:inline-block;}
/*下划线*/
.underline{text-decoration:underline;}