#worksheetNode {
  background-color: #d3d3d3;
  border-left: 1px solid var(--color-line-soft);
}
#worksheetNode .headInnerForm {
  display: flex;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}
#worksheetNode .headInnerForm .btnBack {
  position: relative;
  left: auto;
  top: auto;
}
#worksheetNode .headInnerForm .inner {
  flex-wrap: wrap;
  align-content: center;
  width: 1004px;
}
#worksheetNode .headInnerForm .box.boxLeft {
  width: 70%;
  flex-wrap: wrap;
  justify-content: space-between;
}
#worksheetNode .headInnerForm .box.boxLeft .title {
  height: 30px;
  position: relative;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
#worksheetNode .headInnerForm .box.boxLeft .title .icon {
  font-size: 20px;
  margin-right: 10px;
  color: #ffc168;
}
#worksheetNode .headInnerForm .box.boxLeft .title h3 {
  width: 100%;
  line-height: 24px;
  margin-top: 0px;
}
#worksheetNode .headInnerForm .box.boxLeft .actions {
  max-height: 31px;
}
#worksheetNode .headInnerForm .box.boxLeft .actions input {
  border-color: #d1d2d4;
}
#worksheetNode .headInnerForm .box.boxLeft .actions select {
  max-width: 105px;
}
#worksheetNode .headInnerForm .box.boxRight {
  width: 30%;
  max-height: 30px;
  align-items: center;
}
#worksheetNode .tbody {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  min-width: -webkit-fill-available;
  justify-content: center;
  display: flex;
  margin-top: 25px;
}
#worksheetNode .tbody .inner {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
}
#spaceWorksheet {
  padding: 20px;
  width: 90%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
#spaceWorksheet .wsElem {
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
  border-radius: 5px;
  background-color: rgb(251 251 251);
  border: 1px solid #d5d2e1;
}
#spaceWorksheet .wsElem.ui-sortable-helper {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #c7ccdb;
}
#spaceWorksheet .wsElem[type="block"] {
  margin: 0px 7px 7px 7px;
  border: 1px dotted #ffffff;
}
#spaceWorksheet .wsElem[type="block"][level="1"] {
  border: 1px solid #fff;
}
#spaceWorksheet .wsElem[type="block"][level="2"] {
  margin: 0px 0px 7px 0px;
  border: 1px solid #fff;
}
#spaceWorksheet .wsElem[type="publication"] .body {
  display: none;
}
#spaceWorksheet .wsElem[state='0'] .head .title {
  opacity: 0.4;
}
#spaceWorksheet .wsElem .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 4px 5px 5px;
}
#spaceWorksheet .wsElem .head .title {
  display: flex;
  align-items: center;
  opacity: 1;
}
#spaceWorksheet .wsElem .head label {
  font-size: 14px;
  margin-left: 5px;
}
#spaceWorksheet .wsElem .head .actions {
  display: flex;
  align-items: center;
}
#spaceWorksheet .wsElem .head .actions .btn {
  opacity: 0.25;
  font-size: 16px;
}
#spaceWorksheet .wsElem .head .actions .btn:hover {
  color: #3369e7;
  opacity: 1;
}
#spaceWorksheet .wsElem .head .actions .btnNew {
  padding: 0 5px;
  font-size: 20px;
  opacity: 0.35;
}
#spaceWorksheet .wsElem .body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #e1e1e1;
  box-shadow: inset 0px 0px 2px #c3c1cf;
  padding: 10px;
  min-height: 20px;
  margin: 0 7px 7px 7px;
  border-radius: 5px;
  position: relative;
}
#spaceWorksheet .wsElem .btnDelete:hover {
  color: #fe3535 !important;
}
#formPattern .modalBody {
  margin-bottom: 15px;
}
#formRename .modalBody {
  align-items: center;
  margin-bottom: 0;
}
#formRename #inputformRename {
  font-size: 18px;
}
