/*tab通用样式*/
.nav-tabs>li>a {
	color: #666666;
}

.clear {
	clear: both;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus
	{
	color: #019DE0;
	border-radius: 0px;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-top-width: 2px;
	border-top-color: #019DE0;
}

#searchForm ul li.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#searchForm ul li.btns {
	float: right;
	padding-left: 26px;
}
#searchForm .btns input {
	/* float: right; */
	width: 70px;
	height: 28px;
	border-radius: 4px;
	padding: 0;
}
/* 按钮通用样式 */
.btn {
	width: 70px;
	height: 28px;
	border-radius: 4px;
	padding: 0;
}

.form-search .ul-form li.btns .btn {
	margin-left: 19px;
}
.btn-primary {
	background: #019DE0;
}

.btn-primary:hover {
	background: #64C4FC;
}

.btn-primary:active {
	background: #0084BF;
}

.btn-danger {
	background: #c32627;
}

.btn-danger:hover {
	background: #FF6666;
}

.btn-danger:active {
	background: #cc0033;
}

.btn-info {
	background: #9e6ab8;
}

.btn-info:hover {
	background: #c690e1;
}

.btn-info:active {
	background: #8A2BE2;
}

.btn-warning {
	background: #ec5c00;
}

.btn-warning:hover {
	background: #FF7F50;
}

.btn-warning:active {
	background: #FF4500;
}

.btn-success {
	background: #65a643;
}

.btn-success:hover {
	background: #16a951;
}

.btn-success:active {
	background: #a559ea;
}

.btn-white {
	background: #FFFFFF;
}

.btn-white:hover {
	background: #EEEEEE;
}

.btn-white:active {
	background: #BBBBBB;
}
/*下载附件按钮*/
.impor{
	width: 56px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
}
/*上传文件*/
.btn-default {
	width: 70px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
}
.form-actions input#btnCancel, .form-actions a#btnCancel {
	width: 56px;
	height: 26px;
	line-height: 26px;
	background: rgba(225, 229, 236, 1);
	border-radius: 4px;
}

.btn-file{
	height: 26px;
	line-height: 26px;
}
.btn-sm{
	width: 44px;
	height: 26px;
	line-height: 16px;
}
.kv-file-zoom{
	width: 44px;
	height: 26px;
}
.kv-file-download{
	width: 18px;
	height: 16px;
}
.my-skin .layui-layer-btn1{
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff;
}