html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none;
}

.el-menu {
  background: transparent !important;
}

.grid-form {
  font-size: 12px;
}

.grid-form .el-row:first-child {
  border-top: 1px solid;
  height: 50px;
  overflow: scroll;
}

.grid-form .el-row {
  border-top: 1px solid;
  height: 50px;
  overflow: scroll;
}

.grid-form .el-row .el-col {
  border-bottom: 1px solid;
  border-right: 1px solid;
  padding: 5px;
  text-align: center;
}

.grid-form .el-row .el-col:first-child {
  border-left: 1px solid;
}

.grid-form .table-header {
  font-size: 16px;
  font-weight: 700;
}

.grid-form .table-header .el-col {
  text-align: center;
}

.grid-form .table-header .el-col:first-child {
  text-align: left;
}


.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
  margin-bottom: 0px !important;
}

.el-form-item--small .el-form-item__error {
  padding: 5px 10px !important;
  z-index: 2000;
  background: #505565;
  color: #FFF;
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
}


.rpt-title {
  font-size: 18px;
  padding: 10px;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w33 {
  width: 33.3333%;
}

.w40 {
  width: 40%;
}

.w60 {
  width: 60%;
}

.w80 {
  width: 80%;
}

.w100 {
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* table-layout: fixed; */
  width: 100%;
}

th {
  font-size: 16px;
  font-weight: 600;
}

th,
td {
  padding: 0;
}

table.tb-form {
  border: 1px solid;
}

table.tb-form tbody tr {
  border-bottom: 1px solid;
}

table.tb-form tbody tr td:first-child {
  text-align: center;
}

table.tb-form th {
  border-right: 1px solid;
  border-bottom: 1px solid;
}

table.tb-form td {
  border-right: 1px solid;
  padding: 5px;
}

.el-table th {
  background: #efefef !important;
  color: #666;
  font-size: 14px;
}

.el-table tr td {
  border-right: 1px dashed rgb(204, 204, 204);
}

.el-tooltip__popper {
  max-width: 30% !important;
}

.el-checkbox__label {
  font-size: 12px;
}

/***easyui table*/
.table {
  width: 100%;
  background: #FFFFFF;
  margin: 1em 0em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
  border-radius: 0.28571429rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0px;
  font-size: 12px;
}

.table:first-child {
  margin-top: 0em;
}

.table:last-child {
  margin-bottom: 0em;
}

.table th,
.table td {
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

.table thead {
  box-shadow: none;
}

.table thead th {
  cursor: auto;
  background: #F9FAFB;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.92857143em 0.78571429em;
  vertical-align: inherit;
  font-style: none;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: none;
}

.table thead tr > th:first-child {
  border-left: none;
}

.table thead tr:first-child > th:first-child {
  border-radius: 0.28571429rem 0em 0em 0em;
}

.table thead tr:first-child > th:last-child {
  border-radius: 0em 0.28571429rem 0em 0em;
}

.table thead tr:first-child > th:only-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.table tfoot {
  box-shadow: none;
}

.table tfoot th {
  cursor: auto;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: #F9FAFB;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429em 0.78571429em;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

.table tfoot tr > th:first-child {
  border-left: none;
}

.table tfoot tr:first-child > th:first-child {
  border-radius: 0em 0em 0em 0.28571429rem;
}

.table tfoot tr:first-child > th:last-child {
  border-radius: 0em 0em 0.28571429rem 0em;
}

.table tfoot tr:first-child > th:only-child {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.table tr td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}

.table tr:first-child td {
  border-top: none;
}

.table td {
  padding: 0.78571429em 0.78571429em;
  text-align: inherit;
}

.table-celled.table tr th,
.table-celled.table tr td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

.table-celled.table tr th:first-child,
.table-celled.table tr td:first-child {
  border-left: none;
}

table .el-form-item__error {
  position: static;
}

.resetFontSize .el-form-item__label,
.resetFontSize .el-radio__label {
  font-size: 14px !important;
}

.textleft {
  text-align: left !important;
}

.select_tags_ellipsis {
  display: block;
  left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 45px) !important;
}

.select_tags_ellipsis.ellipsis_normal {
  white-space: normal;
}
