.layui-form-label {
	width: 150px;
}

.layui-input-block {
	margin-left: 180px;
}

.layui-form-item .layui-input-inline {
	width: 300px;
}

.required::before {
	content: '*';
	color: red
}

.layui-layer-title {
	/* background-color: #f5f5f5; */
	/* color: #fafafa !important; */
	font-weight: bold;
}

.btn-container {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.text-error {
	color: #ff5722 !important;
}

.text-success {
	color: #16b777 !important;
}

.text-warn {
	color: #ffb800 !important;
}

.text-info {
	color: #31bdec !important;
}

.layui-upload-img {
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 10px #ccc;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

@media print {
	.no-print {
		display: none !important;
	}

}

.no-print {
	padding-bottom: 40px;
}



.layui-elem-quote .layui-inline {
	width: 200px;
}

a:not(.layui-btn) {
	color: #232;
}

a:not(.layui-btn):hover {
	/* text-decoration: underline; */
}