.el-popper[x-placement^=bottom] {
    margin-top: 5px;
}
.el-button--primary {
    color: #fff;
    background-color: #0C64EB;
    border-color: #0C64EB;
}
.el-button--default {
	color: #0C64EB;
	background-color: #fff;
	border: 1px solid #0C64EB;
}
.el-button {
    padding: 7px 20px;
    border-radius: 2px;
    font-size: 12px;
}
.el-button--primary:focus, .el-button--primary:hover {
    background: #2082F7;
    border-color: #2082F7;
    color: #fff;
}
.el-button--primary.is-plain {
	background: #fff;
	border-color: #0C64EB;
	color: #0C64EB;
}
.el-button--primary.is-plain:hover{
	background-color: #0C64EB;
	border-color: #0C64EB;
}
.el-button--default:active,.el-button--default:hover {
    color: #2082F7;
    border-color: #2082F7;
    outline: 0;
}
.el-button--default.el-button--primary:active,
.el-button--default.el-button--primary:hover {
    color: #fff;
}

.el-tooltip__popper {
	padding: 6px 8px;
}

.searchbox-form .el-form-item__label,
.el-dialog .el-form-item__label{
	color: #516694;
    font-weight: 400;
    line-height: 28px;
    padding-right: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}
.searchbox-form .el-input .el-input__inner,
.el-dialog .el-input .el-input__inner {
	width: 90%;
    height: 28px;
    line-height: 16px;
    /*padding: 4px 8px;*/
    font-size: 13px;
    color: #354871;
    border-radius: 2px !important;
    border: 1px solid #BDC9D5;
    background-color: #fff;
    vertical-align: middle;
}
.searchbox-form .el-form-item__content,
.el-dialog .el-form-item__content{
	line-height: 26px;
}
.searchbox-form .el-form {
	font-size: 0;
}
.searchbox-form .el-form-item{
	display: inline-block;
	width: 33%;
}
/*.el-dialog .el-form-item {
	display: inline-block;
	width: 49.5%;
}*/
.searchbox-form .el-form-item:last-of-type {
	width: 100%;
	margin-bottom: 0;
	border-top: 1px solid #E4E3E8;
	padding-top: 12px;
}
.searchbox-form .el-form-item:last-of-type .el-form-item__content {
	margin-left: 0 !important;
}
.searchbox-form .el-date-editor--daterange.el-input__inner,
.el-dialog .el-date-editor--daterange.el-input__inner {
	width: 90%;
	text-align: center;
    height: 28px;
    line-height: 26px;
}
.searchbox-form .el-date-editor .el-range-input, .el-date-editor .el-range-separator {
	font-size: 13px;
}
.searchbox-form .el-date-editor .el-range-separator,
.el-dialog .el-date-editor .el-range-separator {
	line-height: 18px;
	color: #354871;
	width: auto;
}
.el-select {
	width: 100%;
}
.el-select .el-input .el-input__suffix {
	right: 13%;
}
.el-select .el-input .el-input__suffix .el-input__icon,
.el-date-editor .el-range__icon,
.el-date-editor .el-range__close-icon {
	line-height: 23px;
}
.el-select-dropdown__item.selected{
	color: #0C64EB;
}
.el-dialog__title {
	font-size: 16px;
	color: #2C3F6A;
}
.el-dialog__headerbtn .el-dialog__close, .el-dialog__headerbtn .el-dialog__close {
	color: #8CA0B3;
	font-size: 18px;
}
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
	color: #0C64EB;
}
.el-dialog__footer {
	text-align: center;
}
.el-dialog .el-button {
	min-width: 130px;
	text-align: center;
}
.el-date-editor .el-range-input{
	width: 49%;
}
.el-dialog .el-date-editor .el-input__icon {
	display: none;
}
.m-listtable .el-table {
	max-height: 100% !important;
}
.tablebottom .el-select {
	width: 90px;
	height: 28px;
}
.tablebottom .el-col-6 .el-select {
	margin-left: 20px;
}
.tablebottom .el-col-6 .el-select .el-input__inner {
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	padding-right: 5px;
	padding-left: 8px;
}
.tablebottom .el-col-6 .el-select .el-input .el-input__suffix {
	right: 0
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #0C64EB;
}
.more-meun {
	cursor: pointer;
	-webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.more-meun:hover {
	-webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.el-checkbox__input.is-checked .el-checkbox__inner,
 .el-checkbox__input.is-indeterminate .el-checkbox__inner {
 	background-color: #0C64EB;
 	border-color: #0C64EB;
 }
.el-checkbox__input.is-focus .el-checkbox__inner,
.el-checkbox__input:hover .el-checkbox__inner {
	border-color: #0C64EB;
}
.el-checkbox__input.is-disabled:hover .el-checkbox__inner {
	border-color: #dcdfe6;
}
.el-radio {
	color: #697B8C;
}
.form-group textarea.form-control {
	width: 100%;
    height: auto;
    resize: vertical;
}

.form-group .form-box .el-dialog {
	width: 40%;
}
.el-upload-list--picture-card .el-upload-list__item,
.el-upload--picture-card {
	width: 100px;
	height: 100px;
	border-radius: 0;
	border-color: #DAE1E7;
	margin-right: 20px;

}
.el-upload--picture-card {
	border-style: solid;
	background-color: #fff;
	line-height: 115px;
}
.el-upload-list--picture-card .el-upload-list__item-status-label {
	background: #0C64EB;
}
.el-upload--picture-card i {
	font-size: 40px;
	font-weight: 300;
	color: #D6DEE5;
}
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
	width: auto;
	height: auto;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.el-progress-circle {
	width: 80px !important;
	height: 80px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.el-upload-list__item .el-icon-upload-success {
	color: #0C64EB;
}
.upload-prols {
	position: relative;
	padding-bottom: 45px;
	margin-top: -10px;
}
.upload-prols .el-upload.el-upload--text {
	position: absolute;
	bottom: 0;
}
.el-button--primary.is-plain:active {
	background-color: #0C64EB;
	border-color: #0C64EB;
}
/*菜单折叠*/
.el-collapse {
	border: none;
}
.el-collapse-item__header,
.el-collapse-item__wrap {
	border-bottom: none;
}
.el-collapse-item__header {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	padding: 0 22px 0 25px;
}
.el-collapse-item__content {
	padding-bottom: 10px;
}
.el-collapse-item__content ol li a,
.org-stru-content .el-collapse-item__content .org-dropli a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.el-collapse-item__content ol li:hover a,
.el-collapse-item__content ol li.active a,
.org-stru-content .el-collapse-item__content .org-dropli:hover a,
.org-stru-content .el-collapse-item__content .org-dropli:hover a {
	background-color: #F7F7F7;
	color: #0C64EB;
}
.m-tmenu-items .el-icon-arrow-right:before {
	content: "\E60E";
}
.m-tmenu-items .el-collapse-item__arrow {
	color: #0C64EB;
}
.el-table .cell {
	white-space: normal;
}
.el-form-item__label {
	line-height: 30px;
	color: #516694;
}
.el-form-item__content {
	line-height: 30px;
  word-break: break-all;
}
.el-form-item {
	margin-bottom: 10px;
}
.el-input__inner {
	line-height: 30px;
	height: 30px;
	border-radius: 2px;
	border-color: #BDC9D5;
}
.add-ruleForm .el-select .el-input .el-input__suffix {
	right: 6%;
}
.el-row .el-row {
	margin-left: 0 !important;
}
.el-row .el-row .el-col:first-of-type {
	padding-left: 0 !important;
}
.el-checkbox__inner {
	border-color:#BDC9D5;
}
.el-table tr td:last-of-type .cell {
	white-space: normal;
}

/*图片预览*/
.el-upload-list__item-actions {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: rgba(0,0,0,.5);
    transition: opacity .3s;
    z-index: 3;
}
.el-upload-list__item-actions span {
    display: none;
    cursor: pointer;
}
.el-upload-list__item-actions .el-upload-list__item-delete {
    position: static;
    font-size: inherit;
    color: inherit;
}
.el-upload-list__item-actions span + span {
    margin-left: 15px;
}
.el-upload-list__item-actions:hover {
    opacity: 1;
}
.el-upload-list__item-actions:hover span {
    display: inline-block;
}
.m-tmenu .el-collapse-item__header,
.m-tmenu .el-collapse-item__wrap {
    background-color: #FBFDFD;
}
.el-dialog {
	margin-top: 10vh !important;
}
.el-input__icon {
    line-height: 30px;
}
.el-date-editor.el-input, .el-date-editor.el-input__inner {
     width: 100%;
}
/*table 滚动条修改*/

.el-table ::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

.el-table ::-webkit-scrollbar-track {
	display: none
}

.el-table ::-webkit-scrollbar-thumb {
	background: #E9E7E7;
	border-radius: 2px;
}

.el-table ::-webkit-scrollbar-thumb:hover {
	background: #747474;
}

.el-table ::-webkit-scrollbar-corner {
	display: none
}

.el-table ::-webkit-scrollbar-button {
	display: none;
}

.el-table .cell {
	white-space: normal;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
	background-color: #fff;
}

.el-table__body tr.hover-row.current-row>td,
.el-table__body tr.hover-row.el-table__row--striped.current-row>td,
.el-table__body tr.hover-row.el-table__row--striped>td,
.el-table__body tr.hover-row>td {
    background-color: #F6F8FA
}

.el-table .cell:empty::before ,.is-leaf .cell:empty::before,
.el-table .cell>span:empty::before ,.is-leaf .cell>span:empty::before{
	content: " --- ";
	color: #ccc;
}
.el-table .cell:empty ,.is-leaf .cell:empty,
.el-table .cell>span:empty ,.is-leaf .cell>span:empty{
	display: block;
}
.el-table__expand-column .cell:empty::before {
	content: "";
}

/*dialog弹窗 按钮样式*/

.el-dialog .el-button {
	min-width: 10%;
	text-align: center;
}

.el-dialog .el-table .cell {
	white-space: normal;
}

.el-tooltip__popper {
	max-width: 400px;
	line-height: 26px;
}

.el-pager li.active{
	color: #0C64EB;
}
.el-pager li:hover{
	color: #2082F7;
}

.el-message-box__content {
	max-height: 480px;
	overflow: scroll;
}

.el-tabs__item.is-active,
.el-tabs__item:hover,
.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active,
.el-tabs--border-card>.el-tabs__header .el-tabs__item:not(.is-disabled):hover {
  color: #0C64EB;
}

.el-tabs__active-bar {
  background-color: #0C64EB;
}
