/* 重写dialog弹框头部样式 */
.el-dialog__header {
	background-color: #39a5f2;
}
.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: white;
    margin-left: 10px;
}
.el-dialog__headerbtn .el-dialog__close {
    color: white;
}
.el-dialog__headerbtn .el-dialog__close:hover {
    color: #e4dede;
}
.el-dialog__body {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 表格样式 */
.tableHead { 
	color: #095db1; 
	height: 47px !important; 
	background-color: #f3faff !important;
}
.tableHead > div {
	font-size: 16px;
}
.el-table td, .el-table th {
    position: static;
}
.el-table--border .has-gutter td:nth-last-of-type(2), .el-table--border .has-gutter th:nth-last-of-type(2) {
    border-right: 1px solid #cadfee;
}
.el-table--border::after, .el-table--group::after, .el-table::before{
	content: none;
}
.el-table--border {
    border-top: 1px solid #cadfee !important;
    border-left: 1px solid #cadfee !important;
}
.el-table--border td, .el-table--border th {
    border-right: 1px solid #cadfee !important;
    border-bottom: 1px solid #cadfee !important;
}
.el-table__empty-block {
    border-bottom: 1px solid #cadfee;
}
.g-table .has-gutter th .cell {
	color: #095db1;
	font-size: 15px;
}
.el-table tr {
	height: 47px;
}
.el-table__empty-block {
    border-right: 1px solid #cadfee;
}
.el-table__empty-text {
    position: revert;
}
.empty-title {
	font-size: 18px;
	padding-top: 30px;
}
.empty-msg {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.empty-link {
	color: #fd534f;
	cursor: pointer;
}
.searchTable .el-button--small, .el-button--small.is-round {
    padding: 9px 9px;
}