.zfj-module-toggle-wrapper {
  cursor: pointer;
  position: absolute;
  left: 7px;
  top: 12px;
  z-index: 1000;
}
.zfj-module-toggle-wrapper.collapse ~ .project-config-panel {
  border-bottom: 1px solid #cccccc;
  margin-top: 15px;
}
.zfj-module-toggle-wrapper.collapse ~ .project-config-panel #teststep-table {
  display: none;
}
.zfj-module-toggle-wrapper.expand ~ .project-config-panel #teststep-table {
  display: block;
}
#project-config-panel-versions-teststep {
  overflow: auto;
}
.jiraform .zephyr-wiki-editor_link {
  display: none;
}
#errorColumnSelector {
  color: red;
  padding: 0 15px 5px 15px;
  display: none;
}
#inline-dialog-createStep-column-picker {
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 250px;
  right: -6px;
  top: 44px;
  z-index: 1000;
  padding: 7px 0 0;
  display: none;
  font-weight: normal;
}
#inline-dialog-createStep-column-picker h3 {
  font-size: 15px;
  font-weight: bold;
  padding: 0 10px;
}
#inline-dialog-createStep-column-picker .aui-list-wrapper {
  padding: 10px;
  overflow: hidden;
}
#inline-dialog-createStep-column-picker .aui-list-wrapper .check-list-item {
  padding: 6px 10px 6px 25px;
}
#inline-dialog-createStep-column-picker .aui-list-wrapper .check-list-item label input[type="checkbox"] {
  left: 0;
}
#inline-dialog-createStep-column-picker .button-panel {
  border-top: 1px solid #cccccc;
  padding: 10px;
  text-align: right;
}
#teststep-table thead th:last-child {
  position: relative;
}
#teststep-table thead th .step-column-picker-trigger-container {
  position: relative;
}
#teststep-table thead th .step-column-picker-trigger-container.active:before,
#teststep-table thead th .step-column-picker-trigger-container.active:after {
  border-color: #cccccc transparent;
  border-style: solid;
  border-width: 0 8px 8px;
  content: "";
  left: 16px;
  position: absolute;
  top: 31px;
}
#teststep-table thead th .step-column-picker-trigger-container.active:after {
  border-bottom-color: #ffffff;
  top: 32px;
  z-index: 10000;
}
#teststep-table thead th .step-column-picker-trigger-container .step-column-picker-trigger:after {
  border: 4px solid transparent;
  border-top-color: #111;
  content: "";
  height: 0;
  position: absolute;
  right: 2px;
  top: 13px;
  width: 0;
}
#teststep-table.removeTestStep > thead > tr > th:nth-child(3),
#teststep-table.removeTestStep > tbody > tr > td:nth-child(3) {
  display: none;
}
#teststep-table.removeTestStepData > thead > tr > th:nth-child(4),
#teststep-table.removeTestStepData > tbody > tr > td:nth-child(4) {
  display: none;
}
#teststep-table.removeTestStepExpectedResult > thead > tr > th:nth-child(5),
#teststep-table.removeTestStepExpectedResult > tbody > tr > td:nth-child(5) {
  display: none;
}
#teststep-table.removeTestStepAttachment > thead > tr > th:nth-child(6),
#teststep-table.removeTestStepAttachment > tbody > tr > td:nth-child(6) {
  display: none;
}
#teststep-table img {
  max-width: 100%;
  max-height: 100%;
}
#teststep-table th.zephyr_create_test_step_th,
#teststep-table th.zephyr_create_test_data_th,
#teststep-table th.zephyr_create_test_result_th {
  width: 30%;
}
#teststep-table td.zephyr_create_word_break {
  word-wrap: break-word;
}
#teststep-table td.zephyr_create_word_break > span > div > p {
  word-break: break-word;
}
#teststep-table .zephyr-aui-restfultable-operations {
  width: 20px;
  white-space: nowrap;
  color: #ffffff;
  cursor: pointer;
  padding: 7px 5px;
}
#teststep-table .zephyr-aui-restfultable-operations .aui-button-cancel {
  margin-left: 3px;
}
#teststep-table .zephyr-aui-restfultable-operations input.button {
  margin-top: 2px;
}
#teststep-table tr:hover .zephyr-aui-restfultable-operations,
#teststep-table .aui-restfultable-active .zephyr-aui-restfultable-operations {
  color: #707070;
}
#teststep-table td.zephyr-wiki-edit {
  padding: 4px !important;
}
#teststep-table .zephyr-wiki-preview_link {
  margin-right: 3px;
}
#teststep-table .ui-sortable .aui-restfultable-row .aui-restfultable-order .aui-restfultable-draghandle {
  display: inline-block;
  width: 8px;
  height: 100%;
  min-height: 24px;
  margin-bottom: -6px;
  background-image: url("/s/bm0m05/10030013/1owio8b/10.2.0.102010060/_/download/resources/com.thed.zephyr.je:zephyr-je-create-steps/images/grippy.png");
  cursor: move;
}
.zephyr-wiki-inline-dialog::before,
.zephyr-wiki-inline-dialog::after {
  border: 0 !important;
}
