.right-content .btn-gradient{
	border: 0;
	background: #449aff; /* Old browsers */
	background: -moz-linear-gradient(left, #449aff 0%, #37d5fc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #449aff 0%,#37d5fc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #449aff 0%,#37d5fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.right-content .btn-gradient:hover,.right-content .btn-gradient:hover{
	background: #449aff; /* Old browsers */
	background: -moz-linear-gradient(left, #37d5fc 0%, #449aff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #37d5fc 0%,#449aff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #37d5fc 0%,#449aff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.el-table thead .green th{
	color: #2fc8b3;
	font-weight: normal;
}
/* // .el-table thead .green th>.cell{
// 	white-space:nowrap;
// } */
.table-border{
	border: 1px solid #d5d8e8;
	border-radius: 6px;
}




.home .el-input__inner:focus,.home .el-textarea__inner:focus{
	/*border-color: #8ac1e5;
	box-shadow: 0 0 0 3px #8ac1e5;*/
	
}
.home .el-form-item.is-success .el-input__inner:focus,.home .el-form-item.is-success .el-textarea__inner:focus{
	/*box-shadow: 0 0 0 3px #67C23A;*/
}

.home .el-form-item.is-error .el-input__inner:focus, .home .el-form-item.is-error .el-textarea__inner:focus,.home .el-message-box__input input.invalid:focus{
	/*box-shadow: 0 0 0 3px #F56C6C;*/
}

/* 右侧title */
.right-title {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	background: #f6f8f8;
	position: relative;
	padding-left: 10px;
	border-bottom: 1px solid #dee5e7;
}
.right-title:before{
	content: '';
	position: absolute;
	left:-30px;
	top:0;
	width:30px;
	height:40px;
	background:#f6f8f8;
	border-bottom: 1px solid #dee5e7;
}
.right-title:after{
	content: '';
	position: absolute;
	right:-20px;
	top:0;
	width:20px;
	height:40px;
	background:#f6f8f8;
	border-bottom: 1px solid #dee5e7;
}
.right-title span{
	margin-right: 5px;
}

.home .el-table th>.cell{
	white-space: nowrap;
	text-overflow: initial;
}




/* ------------------重置elementui样式部分----------------- */
.attendance .el-input--small .el-input__inner{
	height: 34px;
	line-height: 34px;
}
.attendance .el-button--small{
	font-size: 12px;
	padding: 9px 10px;
}
.attendance .el-button [class*=el-icon-]+span{
	margin-left: 10px;
}
.home .el-table{
	font-size: 12px;
	border-radius: 4px;
}
.home .el-table th{    
    background-color: #fff;
    color:  #496573;
    padding: 6px 0;
    font-size: 14px;
}
.el-table td{
	padding: 9px 0;
}

.el-checkbox__inner {
    width: 12px!important;
    height: 12px!important;
}
/* 时间范围选择框图标位置改变开始 */
.el-range-editor.el-range-editor{
	position: relative !important;
}
.el-range-editor.el-range-editor input{
	padding: 0!important;
}
.el-range-editor.el-range-editor .el-range__icon {
    position: absolute !important;
    right: 3px !important;
	top: 1px;
}
.el-range-editor.el-range-editor .el-range__close-icon{
	position: absolute !important;
    right: 18px !important;
	top: 1px;	
}

.el-date-editor{
	position: relative !important;
}
.el-date-editor input{
	padding-left: 15px !important;
}
.el-date-editor .el-input__prefix {
    position: absolute !important;
    right: 3px !important;
	left: revert;
}
.el-date-editor .el-input__suffix{
	position: absolute !important;
    right: 18px !important;	
}

/* 时间范围选择框图标位置改变结束 */

/* 日期选择框图标位置改变开始 */
.el-date-editor.search-week-date input{
	padding-left: 15px !important;
}
.el-date-editor.search-week-date .el-input__prefix{
    right: 5px !important;
	left: revert;
}
.el-date-editor.search-week-date .el-input__suffix{
    right: 20px !important;
	left: revert;
}

/*
.el-date-editor input{
	padding-left: 10px !important;
}
.el-date-editor .el-input__suffix{
	right: 20px !important;
	left: revert;
}
.el-date-editor .el-input__prefix{
	right: 5px !important;
	left: revert;
}
*/
/* 日期选择框图标位置改变开始结束 */

.bigTable>>>.el-table__body tr:hover>td {
	background: #fafafa !important;
}
.bigTable.el-table thead.is-group th{
	background: #fff;
}

.new-style .el-input--mini .el-input__inner{
	height:30px!important;
	line-height:30px!important;
}
.new-style .el-checkbox.is-bordered.el-checkbox--mini {
    height: 30px!important;
	margin: 0!important
}
/* .el-table__fixed-right{
	margin-right:-1px;
}
.el-form-item__label{
	font-size: 12px!important;
}
.only-label .el-form-item__label{		
	line-height:18px !important;
}
.search-date-select .el-form-item__content i{
	line-height:23px;
}	 */