/* global css*/
@charset "utf-8";
/* *{ box-sizing: border-box; -webkit-box-sizing: border-box;} */
.no-margin {
  margin: 0 !important;
}
.text-center {
  text-align: center !important;
  vertical-align: middle !important;
}
.text-right {
  text-align: right !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.pages {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 60px;
}
.el-divider {
  margin: 15px 0 !important;
}
.el-form-item {
  margin-bottom: 10px !important;
}
.el-form-item input,
.el-form-item .el-input {
  width: 200px !important;
}

.el-input__icon{
  height: auto!important
}

.el-range-editor.el-input__inner {
  height: 32px!important
}

.el-input__inner {
  height: 32px!important
}

.el-date-editor .el-range-separator {
  height: 32px!important;
}

.error input {
  border-color: red;
}
.inline-block {
  display: inline-block !important;
}
