/* 设置全局高度*/
html,
body {
	margin: 0px;
	height: 100%;
	padding: 0px !important;
}

a{color:#1890ff;text-decoration:none}


a:hover{color:#1890ff;text-decoration:none}

/* 头部logo及系统名称 */
.head {
	height: 60px;
}

.head-logo {
	padding: 10px 0px 10px 10px;
	float: left;
	height: 60px;
}

.logo {
	height: 40px;
}

.head-sitename {
	float: left;
}

.head-sitename h2 {
	margin-top: 0px;
	line-height: 60px;
	color: white;
	text-indent: 10px;
	margin-bottom: 0px;
	font-family: "微软雅黑";
}

.head-managermenu {
	float: right;
	height: 60px;
}



.head-managermenu ul li a {
	line-height: 40px;
}




/* 面包屑  */

.breadcrumb {
	margin-bottom: 0px;
	padding: 10px 28px 10px 28px;
	color: #707070;


}

.breadcrumb-actions {
	float: right;
	margin-top: -47px;
}

.breadcrumb-detail>a+a:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

.breadcrumb .breadcrumb-title {
	margin-bottom: 5px;
	font-size: 20px;
	color: black;
}

.breadcrumb .active {
	color: grey;
	cursor: default;
}

.breadcrumb .breadcrumb-detail a {
	font-weight: 500;

	transition: color 0.3s;
}




/* 单页样式 */
.single-page{
	padding-bottom: 50px;
	background-color: #fff;
}

.single-page .dividing-line {
	border-bottom: 3px solid #ddd;
}

.single-page .table {
	border: 2px solid #ddd;
}

.single-page-actions {
	overflow: hidden;
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, -0%);
	border-radius: 5px;
	padding: 10px 0px;
	text-align: center;
	z-index: 8;
}
.single-page .datatable-head{
	background-color: #ddd;
}



/* 列表操作栏按钮 */

td .cell .el-button{
	/*padding: 0px !important;*/
}

/* 表单标题右对齐*/
.table-form>tbody>tr>th {
    text-align: right;
    vertical-align: middle;
    border-bottom: none;
}


.table-form>tbody>tr>td {
min-width: 150px;
}


/*必填项标识   */
.must:before {
	content: '*';
	color: red;
	font-size: 20px;
	vertical-align: middle;
}



/*提交页面浮动按钮组   */
.panel-float-actions {
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: calc(50% + 115px);
	transform: translate(-50%, -0%);
	border-radius: 5px;
	padding: 10px 0px;
	text-align: center;
	z-index: 8;
}



/*列表分页样式   */
.table-footer{
	padding: 10px;
	height: 54px;
}

.pagination{
	float: right;
}




.page-actions {
	margin-bottom: 0px;
}

.page-actions {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
}


/* 扩展字段布局 */

/* 一行两列  */
.dynamically-items-2 {
	display:inline-block;
	width:50%;
}

.dynamically-items-2 > div:nth-child(1) {
	width: 110px;
	text-align: right;
	font-weight: bold;
	padding: 18px 8px;
	float: left
}
.dynamically-items-2 > div:nth-child(2) {
	width:calc(100% - 110px);
	padding: 8px;
	float: left
}

/* 一行三列  */
.dynamically-items-3 {
	display:inline-block;
	width:33.3%;
}

.dynamically-items-3 > div:nth-child(1) {
	width: 110px;
	text-align: right;
	font-weight: bold;
	padding: 18px 8px;
	float: left
}
.dynamically-items-3 > div:nth-child(2) {
	width:calc(100% - 110px);
	padding: 8px;
	float: left
}

/* 一行四列  */
.dynamically-items-4 {
	display:inline-block;
	width:25%;
}

.dynamically-items-4 > div:nth-child(1) {
	width: 110px;
	text-align: right;
	font-weight: bold;
	padding: 18px 8px;
	float: left
}
.dynamically-items-4 > div:nth-child(2) {
	width:calc(100% - 110px);
	padding: 8px;
	float: left
}







/* 右侧内容栏*/

.panel {
	background: #fff;
	margin: 0px 18px 18px 18px;
	border: 0px solid transparent;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	position: relative;

}


/* 详情表头*/
.panel-heading  {

background-color:white !important;
padding:20px 20px 10px !important;
height: 56px;
  

}

.panel-heading strong {
	color: #707070;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;

}

.panel-heading strong:before {
	content: '\e628';
	font-family: ZenIcon;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	margin-right: 10px;
}

/* 详情页面关闭 */
.art-close {
	background: rgba(0, 0, 0, 0) url("../images/art_close.png") no-repeat scroll 0 0;
	box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.2);
	height: 55px;
	position: absolute;
	top: 0px;
	width: 55px;
	transition: all 0s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.art-close:hover {
	background-position: -55px 0;
}

.art-close-margin {
	margin-right: 35px !important;
}




/*表头操作按钮 */
.panel-actions button {
    margin-right: 10px;
}



/* 设置详情页面中的面板 */
.panel-middle {
	background-color: #fff;
	background-image: linear-gradient(#fff, #fff);
	background-repeat: repeat-x;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
padding:20px 20px 10px !important;
}

.panel-middle .panel-actions {
	margin-top: -12px;
}



.panel-middle strong {
	color: #707070;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

.panel-middle strong:before {
	content: '\e628';
	font-family: ZenIcon;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	margin-right: 10px;
}


.panel-actions {
    float: right;
    margin-top: -12px;
}



/* table页样式*/
.panel-tables{
	padding:0px 20px!important;
}	
	
.panel-tables	.nav-tabs-main {
	    padding: 18px  15px 0 18px;
	}
	
.panel-tables	.nav-tabs-main>li.active{
	    z-index: 2;
	}
	
.panel-tables	.nav-tabs-main>li {
	    position: relative;
	    float: left;
	    margin: 0 10px;
		
	}
	
.panel-tables	.nav-tabs-main>li.active>a {
	    color: #3280fc;
		background: white;
		line-height: 21px
	}
.panel-tables	.nav-tabs-main>li.active>a {

	    border-top-color: #ddd;
	}
	
.panel-tables	.nav-tabs-main>li>a {
	    z-index: 1;
	    padding: 8px 5px;
	    font-size: 18px;
	    line-height: 22px;
	    border-top: 1px solid transparent;
	    -webkit-transition: none;
	    -o-transition: none;
	    transition: none;
	}
	
	
.panel-tables	.nav-tabs-main>li.active:after, .nav-tabs-main>li.active:before {

	    border-color: #ddd;
		background: white;
	}
	
.panel-tables	.nav-tabs-main>li:after, .nav-tabs-main>li:before {
	    position: absolute;
	    top: 0;
	    left: -10px;
	    display: block;
	    width: 50%;
	    height: 100%;
	    content: ' ';

	    border-top: 1px solid transparent;
	    border-left: 1px solid transparent;
	    border-radius: 6px 0 0 0;
	    -webkit-transform: skewX(-15deg);
	    -ms-transform: skewX(-15deg);
	    -o-transform: skewX(-15deg);
	    transform: skewX(-15deg);
	}
	
	
	
	.nav-tabs-main>li:hover:after, .nav-tabs-main>li:hover:before {
	    background: #f5f5f5;

	}
.panel-tables	.nav-tabs-main>li:after {
	    right: -10px;
	    left: auto;
	    border-right: 1px solid transparent;
	    border-left: none;
	    border-radius: 0 6px 0 0;
	    -webkit-transform: skewX(15deg);
	    -ms-transform: skewX(15deg);
	    -o-transform: skewX(15deg);
	    transform: skewX(15deg);

	}

/*常见位置样式*/
.right {
	float: right;
}

.left {
	float: left;
}

.text-overflow {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.hiding {
	display: none
}

.text-middle {
	vertical-align: middle;
}

.text-top {
	vertical-align: top;
}


.btn-right {
	text-align: right;
	padding: 10px 0px 10px 10px;
}

.btn-center {
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.btn-left {
	text-align: left;
	padding: 10px 10px 10px 0px;
}


.no-padding {
	padding: 0px;
}

.btn {    padding: 12px 20px;}
/* 分割线样式 */
hr {
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/* 去掉li的默认样式 */
ul li {
	list-style: none;
}



th .el-checkbox__label
{
	font-weight: bold;
	color: #353535;
}
td .el-checkbox__label
{
	min-width:150px;
}

.table-form>tbody>tr>th{
	
	width: 110px;
}



/* 查询列表样式 */

.searchPanel {
	position: relative;
	padding: 10px;
}

.searchPanel ul {
	list-style: none;
	margin: 0px;

}

.searchPanel ul li {

	float: left;
	display: inline-block;
	/*max-width: 250px;*/
	margin: 5px 5px 8px 0px;
}

.searchPanel ul li span {
	display: inline-block;
	width: 90px;
	text-align: right;
	padding-right: 5px;
	color: #707070;
	font-weight: bold;
}

.searchPanel .search-query {
	width: 220px;
	display: inline-block;
}

.searchPanel select {
	/*margin-left: -4px;*/
}

.form-search button {
	float: right;
	margin: 5px;
}

.searchPanel .btn {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -23px;
}


.searchPanel .date-cell span {
	float: left;
	line-height: 38px;
	margin-right: 3.61px
}

.searchPanel .date-cell div {
	float: left;
	border-radius: 4px;
	width: 220px;
}

.searchPanel .el-range-separator{
	
	color: #e5e5e5;
}

.el-dialog__header{
	
	border-bottom: 1px solid #ddd;
}


.el-button+.el-button {
     margin-left: 0px; 
}

.el-input-number__decrease .el-icon-minus
{
	line-height: 38px;
}


.el-input-number__increase .el-icon-plus
{
	line-height: 38px;
}