.ml0{
	margin-left: 0px;
}
.undisplay{
	display: none;
}
.pd10{
	padding: 10px;
}
.mg5{
	margin: 10px;
}
.mt5{
	margin-top: 5px;
	width: 100%;
}
.sf-permission-ctl{
	display: none;
}

/* Limit image width to avoid overflow the container */
img {
  max-width: 100%; /* This rule is very important, please do not ignore this! */
}

.content-wrapper {
	background-color: #fff;
}

body {
	background-color: #fff;
}
.middle-modal {
	width: 800px;
	margin-left: -100px;
}
.big-modal {
	width: 1000px;
	margin-left: -200px;
}
.bigger-modal {
	width: 1200px;
	margin-left: -300px;
}
.large-modal {
	width: 1500px;
	margin-left: -450px;
}

/*列表选中颜色*/
.fixed-table-container tbody .selected td {
	background-color: #a8ebf5
}

/*奇偶行颜色*/
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f5f5f5
}

/*滑过的颜色*/
.table-hover>tbody>tr:hover{background-color: #eee8aa
}