* {
	font-family: "Microsoft YaHei";
	text-overflow: ellipsis;
}

body {
	padding-top: 50px !important;
}

textarea {
	resize: none;
}

a, a:link, a:focus, a:visited, a:active, a:hover {
	text-decoration: none !important;
	outline: none !important;
	border-radius: 0 !important;
}

ul {
	list-style: none;
}

td {
	vertical-align: middle !important;
}

.input-group-addon+div>.form-control {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.noty_message .noty_text {
	font-size: 14px !important;
	font-weight: bold !important;
}

.select-loading {
	cursor: wait;
	background-image: url("../image/loading-ajax.gif");
	background-repeat: no-repeat;
	background-position: right 25px center;
}

.marquee {
	position: fixed;
	top: 15px;
	left: 30%;
	right: 30%;
	color: #000000;
	overflow: hidden;
	z-index: 999;
}

.marquee * {
	font-size: 13px !important;
}

.time-picker, .date-picker {
	text-align: center !important;
	width: 100px !important;
}

.datetime-picker {
	text-align: center !important;
	width: 150px !important;
}

.ui-jqgrid tr.jqgrow td {
	white-space: nowrap;
}

.required:after {
	font-family: "Microsoft YaHei", "新宋体", "宋体" !important;
	color: #d9534f;
	content: "*" !important;
}

