.el-tabs {
	width: 100%;
}

.el-tabs__item {
	line-height: 34px;
	height: 34px;
	width: 120px;
	text-align: center;
	font-weight: bold;
}

.el-tabs__active-bar {
	height: 2px;
}

.el-tabs--card .el-tabs__item.is-active {
	border-bottom: 1px solid #eee;
	border-bottom-color: #eee;
}

.el-table th {
	border-left: none;
	border-top: none;
}

.el-card__header {
	padding: 10px;
}

.el-card__body {
	padding: 10px;
}

.el-dialog__body {
	padding: 20px;
}

.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.el-button {
	margin: 5px;
}

.el-button+.el-button {
	margin-left: 5px
}

.el-tabs__header {
	margin-bottom: 5px;
	border-bottom: 1px solid #D5D5D5;
}

.cell {
	padding-left: 10px;
}

.el-tabs {}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0; // remove the gap so it doesn't close
}


/**
.el-menu-item .is-active {
	background: #FFFFFF;
}
.el-menu-item .is-active {
	background: #FFFFFF;
}
.el-menu-item {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
}
.el-menu-item {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
}*/

.dropdown-menu>li {
	height: 36px;
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0; // remove the gap so it doesn't close
}

.kee-menu-header {
	border-bottom: 1px solid #bebebe;
	background-color: #f3f3f3;
	z-index: 100;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.el-table th {
	border-left: none;
	border-top: none;
}

.el-tabs {
	width: 100%;
}

.el-card {
	margin: 15px;
	margin-top: 10px;
}

.el-table th {
	border-left: none;
	border-top: none;
}

.el-card__header {
	padding: 10px;
}

.el-card__body {
	padding: 10px;
}

.my-autocomplete li {
	line-height: normal;
	padding: 7px;
}

.my-autocomplete .name {
	text-overflow: ellipsis;
	overflow: hidden;
}

.my-autocomplete .addr {
	font-size: 12px;
	color: #b4b4b4;
}

.my-autocomplete .highlighted .addr {
	color: #ddd;
}


/**
 * 解决下拉框覆盖不了 开关组件的问题
 */

.el-switch__label {
	z-index: 1;
}

.el-switch__core .el-switch__button {
	z-index: 2;
}


/**
 * 动画时间太慢
 */

.el-checkbox__inner {
	transition: border-color .15s cubic-bezier(.71, -.46, .29, 1.46), background-color .15s cubic-bezier(.71, -.46, .29, 1.46)
}

.el-dialog__title {
	font-weight: bold;
}

.el-dialog__header span {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.02em;
	font-weight: bold
}




.el-table__body-wrapper {
	overflow-x: auto;
}


.el-dialog__close {
	font-size: 20px;
}


/** 这个打开会导致table组件的1px对齐的问题**/

.el-table--fit td.gutter,
.el-table--fit th.gutter {
	border-right-width: 0px
}


/**
修改默认对话框尺寸，按百分比好，还是按照具体的尺寸好呢
*/

.el-dialog--small {
	width: 800px;
}

.el-dialog--s0 {
	width: 500px;
}

.el-dialog--s1 {
	width: 800px;
}

.el-dialog--s2 {
	min-width: 900px;
	width: 60%;
	max-width: :1200px;
}

.el-dialog--s3 {
	width: 80%;
	max-width: 1400px;
}

.el-dialog__body {}


/**
 *  表单元素的间距调整
 */

 

/*.el-table__fixed {
	box-shadow: none;
}*/

.app-config-btn-div {
	display: none;
}

div.app-config-btn {
	z-index: 9000;
}

div.app-config-btn:hover {
	background: #009688;
}

.bootstrap-dialog .modal-header {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.el-table .cell,
.el-table th>div {
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
	text-overflow: ellipsis;
}

.el-card {
	box-shadow: none;
}


/*thead .cell{
	cursor: pointer;
}*/


/*
 * 解决tooltip的1px空白问题，左侧主菜单弹出的提示框
 */

.el-tooltip__popper .popper__arrow {
	border-width: 7px;
}

.el-tooltip__popper {
	line-height: 1;
}

.el-tooltip__popper[x-placement^=right] .popper__arrow {
	border-width: 6px;
	left: -11px;
}


/**
错误提示信息
*/

.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
	border-right-color: #ff4949;
	top: 12px;
}

.el-tooltip__popper.is-light {
	background: #fff;
	border: 1px solid #ff4949;
	color: #ff4949;
}

.input-error {}

.input-error .el-form-item__label {
	border-color: #ff4949;
	color: #ff4949;
}

.input-error .el-input__inner {
	border-color: #ff4949;
}

.input-error .el-input__inner:hover {
	border-color: #ff4949;
}

.input-error .el-input__inner:focus {
	border-color: #ff4949
}

.input-error .el-textarea__inner {
	border-color: #ff4949;
}

.input-error .el-textarea__inner:hover {
	border-color: #ff4949;
}

.input-error .el-textarea__inner:focus {
	border-color: #ff4949
}

.el-message-box {
	vertical-align: top;
	margin-top: 10%;
}

.el-dialog__title {
	font-size: 18px;
}

.el-dialog__wrapper {
	z-index: 2900;
}

.el-radio-group label {
	font-weight: normal;
}

.el-radio__label {
	margin-top: 2px;
}

.el-form {
	margin-bottom: 0;
}

 

.kee-card {}

.kee-card:hover {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04)
}

.box-card {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12), 0 0 6px 0 rgba(0, 0, 0, .04)
}

.el-color-picker__trigger {
	display: inline-block;
	box-sizing: border-box;
	height: 30px;
	padding: 2px;
	border: 1px solid #bfcbd9;
	border-radius: 4px
}

.el-color-picker__color {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	border: 1px solid #666;
	width: 18px;
	height: 18px;
	text-align: center
}

.kee-inline-block {
	display: inline-block;
}

.el-dialog {}

.el-dialog__header {
	cursor: move;
}

.el-row {
	min-height: 30px;
	margin-bottom: 8px;
}

.feas-right-detail-div {
	position: absolute;
	left: 39%;
	width: 61%;
	bottom: 0px;
	top: 50px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	border-radius: 0px;
	z-index: 200;
	box-shadow: -3px 0 4px rgba(0, 0, 0, 0.1);
}


/**
 * Vue的过渡动画用法
 */

.rightmove-enter-active {
	transition: left  .5s cubic-bezier(.23, 1, .32, 1) .1s  ;
	left: 39%
}

.rightmove-leave-active {
	transition: left   .5s cubic-bezier(.23, 1, .32, 1) .1s  ;
	left: 39%
}

.rightmove-enter {
	left: 100%;
}

.rightmove-leave-active {
	left: 100%;
	 
}

input[type="file"] {
	display: none;
}

.el-upload__tip {
	line-height: 16px;
}

.el-button--small,
.el-button--small.is-round {
	 
}

.el-button--mini,
.el-button--mini.is-round {
	padding: 4px 6px
}

.el-menu {
	border-right: 1px solid #000000;
}

.el-button--mini,
.el-button--small {
	font-size: 14px;
	border-radius: 3px;
}

.el-table td {
	padding: 0 0;
}

.el-table__empty-text {
	top: 15%;
	font-size: 18px;
}


/**
 * 右侧滑动的只要下边框
 */

.feas-right-detail-div .el-input__inner {
 
	border-radius: 0;
}


/**
 * 对话框模式下输入框只要下边框
 */

.el-dialog__body .el-input__inner {
 
	border-radius: 0;
}

.el-form-item {
	color: #222222;
}

.el-form-item__label {
	font-weight: normal;
	color: rgba(0,0,0,0.85);
}

.el-table thead {
    color: #777;
    font-weight: 500;
}


.el-input__inner {
	color: #333333;
	font-size:14px;
}
.edui-default .edui-dialog {
	z-index: 4000;
}
.edui-default .edui-popup {
	z-index: 4000;
}

.el-form-item__content{
	line-height:45px;
}
.el-form-item__label{
	line-height:45px;
}
.el-form-item {
    margin-bottom: 1px;
}
