.el-dialog__header {
  background-color: rgb(21, 72, 177);
}

.el-dialog__header>span {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  padding-left: 20px;
}

.el-dialog--center {
  text-align: left;
}

.el-dialog--center .el-dialog__body {
  text-align: initial;
  padding: 0px 0px 0px;
}

.el-dialog__headerbtn .el-dialog__close {
  color: #fff;
  margin: 0 10px;
}

.el-dialog__headerbtn {
  font-size: 20px;
}

.el-table th {
  padding: 8px 0;
}

.el-table td {
  padding: 8px 0;
}

.el-table {
  font-size: 15px;
}

.el-form-item {
  margin-bottom: 14px;
}

.el-form-item__error {
  padding-top: 0;
}

.tab-right .el-tabs__nav {
  float: right;
}

.tab-right-custom .el-tabs__nav {
  float: right;
  height: 50px;
  line-height: 50px;
}

.tab-right-custom .el-tabs__item {
  font-size: 16px;
}

.tab-right .el-tabs__item {
  font-size: 15px;
}

/*dialog样式*/
.el-dialog__body {
  padding: 0px 0px 0px 0px;
}

.el-tabs--border-card {
  box-shadow: none;
  border: none;
}


/*自定义分类颜色串*/
/*'#C1232B','#B5C334','#FCCE10','#E87C25','#27727B',
'#FE8463','#9BCA63','#FAD860','#F3A43B','#60C0DD',
'#D7504B','#C6E579','#F4E001','#F0805A','#26C0C0',
'#c06de3','#00a9da','#f5997a','#00a65a','#f39c12',
'#8689f6','#60e64a','#4a7ae6','#e64a9e','#0052da',
'#4bc936,'#f15c57','#bf7b0e','#6567ba','#108f73',
'#b23679','#3a5fb3'*/
.c1 {
  background: #C1232B;
}

.c2 {
  background: #B5C334;
}

.c3 {
  background: #FCCE10;
}

.c4 {
  background: #E87C25;
}

.c5 {
  background: #27727B;
}

.c6 {
  background: #FE8463;
}

.c7 {
  background: #9BCA63;
}

.c8 {
  background: #FAD860;
}

.c9 {
  background: #F3A43B;
}

.c10 {
  background: #60C0DD;
}

.c11 {
  background: #D7504B;
}

.c12 {
  background: #C6E579;
}

.c13 {
  background: #F4E001;
}

.c14 {
  background: #F0805A;
}

.c15 {
  background: #26C0C0;
}

.c16 {
  background: #c06de3;
}

.c17 {
  background: #00a9da;
}

.c18 {
  background: #f5997a;
}

.c19 {
  background: #00a65a;
}

.c20 {
  background: #f39c12;
}

.c21 {
  background: #8689f6;
}

.c22 {
  background: #60e64a;
}

.c23 {
  background: #4a7ae6;
}

.c24 {
  background: #e64a9e;
}

.c25 {
  background: #0052da;
}

.c26 {
  background: #4bc936;
}

.c27 {
  background: #f15c57;
}

.c28 {
  background: #bf7b0e;
}

.c29 {
  background: #6567ba;
}

.c30 {
  background: #108f73;
}

.c31 {
  background: #b23679;
}

.c32 {
  background: #3a5fb3;
}

/* 表头错位*/
body .el-table th.gutter {
  display: table-cell !important;
}

body .el-table colgroup.gutter {
  display: table-cell !important;
}

.batch-table .el-input {
  height: 100%;
  width: 100%;
}

.batch-table .el-input .el-input__inner {
  height: 100%;
  width: 100%;
}

.el-tabs__nav-prev {
  left: 1%;
}

.el-tabs__nav-scroll {
  width: 96%;
  margin-left: 1%;
}

.el-tabs__nav-next {
  margin-right: 11%;
}

/*tab切换上边框blue*/
.el-tabs--card>.el-tabs__header .el-tabs__item.is-active {
  border-top: 3px solid #3E8FE7;
}

.el-tabs--card>.el-tabs__header .el-tabs__item {
  border-top: 3px solid #FFFFFF;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
  border-top: 3px solid #3E8FE7;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
  border-top: 3px solid #f5f7fa;
}

.el-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  max-height: calc(100%);
  max-width: calc(100%);
  display: flex;
  flex-direction: column;
}

.el-dialog .el-dialog__body {
  overflow: auto;
  color: #666666;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
  border-radius: 18px;
  background-color: #e7e7e7;
}

.fileName .fileNameEditIcon {
  display: none;
}

.fileName:hover .fileNameEditIcon {
  display: block;
}

.ark-document-designer-container .el-upload-list {
  display: none;
}

.el-dialog__headerbtn /deep/ .el-dialog__close {
  color: #fff !important;
  border: 2px solid;
  border-radius: 50%;
  font-size: 22px;
}
