/* 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;
}
.must-input {
  color: #e0301e;
}
.edit-templategroup-modal-wrapper .control-label {
  width: 160px;
  font-weight: normal;
  text-align: left;
  padding-left: 1em !important;
}
.edit-templategroup-modal-wrapper .col-sm-5 {
  padding-left: 0px;
  padding-right: 0px;
}
.edit-templategroup-modal-wrapper .upload-sheet-wrapper {
  padding-left: 0;
  padding-right: 32px;
}
.edit-templategroup-modal-wrapper .checkbox {
  margin-left: 146px;
}
.edit-template-groupName .modal-content {
  width: 40vw;
}
.edit-template-groupName #editTemplateGroupNameModalForm .control-label {
  width: 10vw;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 0px;
  text-align: left;
}
.edit-template-groupName #editTemplateGroupNameModalForm .col-sm-5 {
  padding-left: 0px;
  padding-right: 0px;
}
