/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
#list-img img {
	cursor: pointer;
	transition: all 0.5s;
}

#list-img img:hover {
	z-index: 99999;
	position: absolute;
	transform: scale(5.4);
}

.ui-jqgrid-btable {
	font-size: 12px;
}

.ui-jqgrid-sortable {
	font-size: 12px;
}

.control-label {
	font-size: 12px !important;
}

.btn {
	font-size: 12px;
}

.items {
	padding-top: 5px;
}

/*.layui-layer-btn .layui-layer-btn1 {
	display: none
}*/

.bg-violet, .callout.callout-success, .alert-success, .label-success,
	.modal-success .modal-body {
	background-color: #933B97 !important;
}

.box-body-card {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	border: 5px rgb(238, 238, 238) double;
	border-radius: 4px;
	margin: 15px 10px;
}

.box-body-card .card-title {
	position: absolute;
	top: -15px;
	left: 12px;
	padding: 0 15px;
	background: #fff;
	font-size: 15px;
	margin: 0px 0px 15px 0px;
	font-weight: 700;
}

.form-card {
	position: relative;
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px rgb(238, 238, 238) solid;
	border-radius: 4px;
}

.form-card .form-card-title {
	position: absolute;
	top: -10px;
	left: 12px;
	padding: 0 15px;
	background: #fff;
	color: #6379bb;
	margin: 0px 0px 15px 0px;
	font-size: 12px;
}

.input-group .input-group-select {
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	border-color: #caced6;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-select:first-child {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-select select {
	border: 0px;
}

.input-group-addon-middle {
	border: 0px;
}