/* 1 define color */
/*white*/
/*gray*/
/*gray*/
/*gray tr even background-color*/
/*gray*/
/*orange:business-unit tr selected*/
/* org view ui color deep*/
/* org view ui color light*/
/* 红色系列 */
/* 橙色系列 PWC标准色 */
.highlight-tag {
  color: #ed6e3c !important;
}
.no-permission {
  cursor: not-allowed;
  color: #333333;
}
.no-permission a {
  cursor: not-allowed;
  color: #333333;
  text-decoration: none;
}
.ellipsis {
  white-space: nowrap !important;
  -ms-text-overflow: ellipsis !important;
  -o-text-overflow: ellipsis !important;
  text-overflow: ellipsis !important;
  overflow-x: hidden !important;
}
.asset-list-edit-modal {
  height: 100%;
  width: 100%;
  min-height: 400px;
  padding-top: 10px;
}
.asset-list-edit-modal .herder-center {
  text-align: center !important;
  vertical-align: middle !important;
  font-size: 13px !important;
}
.asset-list-edit-modal .total-Wrapper {
  width: 72%;
  margin-left: 0px;
  font-size: 13px;
  font-family: 'Microsoft YaHei';
  padding-top: 5px;
  position: absolute;
  z-index: 999;
}
.asset-list-edit-modal .total-Wrapper .total_span {
  color: #e0301e !important;
  background-color: #dddddd !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 10px !important;
  padding-left: 8px !important;
  padding-right: 8px !important;
}
