/**
 * 环问问-全局css覆盖
 */
.el-input{
  line-height: 32px
}
.el-input__inner{
  height: 32px;
  line-height: 32px
}
.el-input-group__append, .el-input-group__prepend{
  line-height: 30px
}

/*el-dialog__body 弹窗内的css 样式*/

.el-dialog {
  border-radius: 8px !important;
}
.el-dialog .el-dialog__header {
  border-bottom: 1px solid #ebebeb !important;
  padding: 16px 20px !important;
  background: none !important;
  display: flex;
  align-items: center;
}
.el-dialog .el-dialog__header > div{
  font-weight: 600;
}

.vab-theme-blue-black .el-button{
  background: rgb(255, 255, 255) !important;
  border-radius: 4px;
  border: 1px solid rgb(199, 199, 199) !important;
  min-width: 80px;
  height: 32px;
  min-height: 32px;
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(51, 51, 51) !important;
}
.vab-theme-blue-black .el-button--primary{
  background: rgb(48, 127, 226) !important;
  border:  1px solid rgb(48, 127, 226) !important;
  color: #fff!important;
}

.el-dialog__footer .dialog-footer{
  display: flex;
  align-items: center;
  justify-content: center;
}
.el-dialog__footer .auditPrint-content_bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-top: 1px solid #f0f0f0;*/
}
/*.el-dialog__footer :nth-child(1) div{*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center*/
/*}*/
/*弹窗内完*/

/*列表上的按钮样式*/
.vab-theme-blue-black .el-button--text {
  color: #007AFF !important;
  background: 0 0 !important;
  border-color: transparent !important;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  min-width: auto!important;
  min-height: auto!important;
}
.vab-theme-blue-black .el-button.is-disabled{
  color: #c0c4cc !important;
}
.right-tips .rtips-icon .el-button {
  min-width: auto;
  border: none !important;
  background: transparent !important;
  height: auto;
}
.add-btn-box .add-btn .el-button{
  background: none !important;
  border: none !important;
  padding: 0 !important;
  color: white !important;
}
.approver-item .el-button {
  min-width: auto;
  border: none !important;
  background: transparent !important;
  height: auto;
  color: white !important;
  position: relative;
  top: 3px;
  left: 6px;
}
.sender-item .el-button {
  min-width: auto;
  border: none !important;
  background: transparent !important;
  height: auto;
  color: white !important;
  position: relative;
  top: 3px;
  left: 6px;
}

/*-------------------------ANTD JS 样式覆盖---------------*/

/*antd样式覆盖*/
.ant-btn{
  background: rgb(255, 255, 255) !important;
  border-radius: 4px;
  border: 1px solid rgb(199, 199, 199) !important;
  min-width: 80px !important;
  height: 32px !important;
  display: flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(51, 51, 51) !important;
}
.ant-btn-primary{
  background: rgb(48, 127, 226) !important;
  border:  1px solid rgb(48, 127, 226) !important;
  color: #fff!important;
}

.ant-btn-link {
  color: #1890ff!important;
  border-color: transparent!important;
  background: transparent!important;
  box-shadow: none!important;
  padding: 0 !important;
  padding-right: 10px !important;
  height: unset !important;
  min-width: auto !important;
}
.ant-btn-dangerous {
  color: #ff4d4f!important;
  border-color: #ff4d4f!important;
  background: #fff!important;
}
.ant-btn-dangerous.ant-btn-link{
  color: #ff4d4f !important;
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
}
.ant-modal-content{
  border-radius: 4px;
}
.BaseModal-title{
  background: none !important;
  padding: 16px 20px !important;
}
.BaseModal-title .el-icon{
  font-size: 16px !important;
}
.AddOrEdit-but{
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
}
/*antd样式覆盖*/

/**
 提示类按钮-样式还原
 页面：【安全】-【隐患汇报】-【隐患报表】 http://localhost/#/safety/hiddenDangerReport/statementList
 */
.tips-btn{
  min-width: unset !important;
  border: unset !important;
}



