table{
  table-layout: fixed;
}

.table td {
  white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}

.item-list ul{
  margin: 18px 0;
  padding: 0;
}

#sidebar .main-menu > li > a:hover {
  color: #262626;
  background:#f2f2f2;
}

.form-group {
  /*margin-bottom: 20px;*/
}
 .form-required {
   color: #000000;
 }

.el-form-item__label {
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 14px;
    color: #606266;
    line-height: 40px;
    padding: 0 12px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-select__input{
    height: 32px;
    line-height: 32px;
}
.el-button--large{
    margin-top: -8px;
}

.is-with-texts{
    margin-bottom: 10px;
}