@CHARSET "UTF-8";	
	.btn-factory {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	}
	.btn-factory:hover {
		text-decoration: none;
		background: #827466;
	}
	.btn-factory:active {
		position: relative;
		top: 1px;
	}	
	
	.btn-factory.checked{
		color: #fef4e9;
		background: #2f4554;
	}
	.tip{width:200px;border:2px solid #ddd;padding:8px;background:#f1f1f1;color:#666;} 
	.ui-multiselect,
	.my-multiple-select{
	    height: 34px !important;
	    border-radius: 0 !important;
	}

	.my-text-input{
		width: 200px !important;
	}
	.my-date-input{
		width: 200px !important;
	}
	.my-select-input{
		width:200px !important;
	}
	.my-div-input{
		width:200px !important;
	}
	.flex-center-box{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.flex-right-box{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.flex-left-box{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.fixed-table-body .table-hover thead tr th{
		vertical-align: middle !important;
		text-align: center !important;
		white-space:nowrap !important;
		background-color: rgb(138,138,138) !important;
		color: #ffffff !important;
	}
	.fixed-table-header .table-hover thead tr th{
		vertical-align: middle !important;
		text-align: center !important;
		white-space:nowrap !important;
		background-color: rgb(138,138,138) !important;
		color: #ffffff !important;
	}
	.fixed-table-header-columns .table-hover thead tr th{
		vertical-align: middle !important;
		text-align: center !important;
		white-space:nowrap !important;
		background-color: rgb(138,138,138) !important;
		color: #ffffff !important;
	}
	.fixed-table-footer .table-hover thead tr th{
		vertical-align: middle !important;
		text-align: center !important;
		white-space:nowrap !important;
		background-color: #e6e6e6 !important;
		color: #000;

	}
	.bootstrap-table .fixed-table-container .table td {
		vertical-align: middle;
		box-sizing: border-box;
		text-align: left;
	}
	.bootstrap-table .fixed-table-container .table .no-records-found td{
		text-align: center !important;
	}

	.default-alignment td{
		white-space: nowrap !important;
	}

	.fixed-table-footer .th-inner{
		font-size: 14px !important;
		text-align: right !important;
	}

	.fixed-table-header .th-inner{
		text-align: center;
	}
	.fixed-table-body .th-inner{
		text-align: center;
	}
	.container-flex-end-end{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.height-120{
		height: 120%;
	}
	.height-100{
		height: 100%;
	}
	.height-95{
		height: 95%;
	}
	.height-90{
		height: 90%;
	}
	.height-85{
		height: 85%;
	}

	.height-80{
		height: 80%;
	}
	.height-75{
		height: 75%;
	}
	.height-70{
		height: 70%;
	}
	.height-65{
		height: 65%;
	}
	.height-60{
		height: 60%;
	}
	.height-55{
		height: 55%;
	}
	.height-50{
		height: 50%;
	}
	.height-45{
		height: 45%;
	}
	.height-40{
		height: 40%;
	}
	.height-35{
		height: 35%;
	}
	.height-30{
		height: 30%;
	}
	.height-25{
		height: 25%;
	}
	.height-20{
		height: 20%;
	}
	.height-15{
		height: 15%;
	}
	.height-10{
		height: 10%;
	}
	.height-5{
		height: 5%;
	}
	/**
	*dashboard基本颜色：
	*1、底色：#000000
	*2、查询模块颜色：RGB（82,82,82）
	*3、主标题模块颜色：RGB（64,64,64）
	*4、内容标题模块颜色：RGB（127,127,127）
	*5、内容模块颜色：RGB（81,81,81）
	**/
	.search-background-color{
		background-color: #525252;
	}
	.main-title-background-color{
		background-color: #404040;
	}
	.content-title-background-color{
		background-color: #7f7f7f;
	}
	.content-background-color{
		background-color: #515151;
	}



