@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{
	    width: 182px !important;
	    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;
	}
	.bootstrap-table .fixed-table-container .table thead th{
		background-color: #848484 !important;
		color: #fff !important;
	}
	.flex-center-value{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.flex-right-value{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.flex-left-value{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.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%;
	}
