/* 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;
}
.edit-formula-modal-wrapper .modal-content {
  cursor: move;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form {
  padding: 10px;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form div.label {
  cursor: text;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form .formula-text {
  resize: none;
  width: 100%;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form .title-label {
  color: #d35412;
  text-align: left;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form .service-type-label {
  margin-top: 7px;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form #serviceTypeSelect {
  width: 100%;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form .dx-treeview .dx-treeview-node:not(.dx-treeview-item-with-checkbox).dx-state-focused > .dx-treeview-item {
  background-color: #d5760d !important;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form .formula-dx-list {
  border: 1px solid darkgray;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form .formula-dx-list _:-ms-input-placeholder,
:root .edit-formula-modal-wrapper .modal-content .edit-formula-form .formula-dx-list {
  border-color: #707070;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form .formula-dx-list .dx-treeview-node {
  padding-left: 0;
}
.edit-formula-modal-wrapper .modal-content .edit-formula-form .formula-translator-wrapper {
  margin-left: 15px;
}
