.ct-widget.ct-ignition {
  left: 8px;
  position: fixed;
  top: 8px;
}
.ct-widget.ct-ignition .ct-ignition__button.ct-ignition__button--cancel {
  top: 56px !important;
  left: 0px !important;
}

.hiddeneditable,
.hiddeneditableinline {
  display: none;
}

.article.editing .noneditable {
  display: none;
}
.article.editing .hiddeneditable {
  display: block;
}
.article article {
  padding: 10pt 0;
}
.article article h1 {
  font-size: 2rem;
  margin-top: 1rem;
}
.article article h2 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.article article p {
  margin-top: 0.3rem;
}
.article article ul,
.article article ol {
  list-style-position: inside;
  margin-top: 0.3rem;
}
.article article ul li,
.article article ol li {
  margin-top: 2pt;
}
.article article .padded {
  padding: 0.3rem;
}
.article article .padded-bottom {
  padding-bottom: 0.3rem;
}
.article article .padded-top {
  padding-top: 0.3rem;
}
.article .hiddeneditable.form-container {
  padding: 0.5rem;
}
.article .hiddeneditable.form-container h5 {
  padding: 0.2rem 0;
}
.article .hiddeneditable.form-container h5 .font_small {
  font-weight: normal;
  font-size: small;
}
.article .hiddeneditable.form-container input,
.article .hiddeneditable.form-container textarea {
  width: 100%;
}
.article .hiddeneditable.form-container input[type=checkbox] {
  width: 16px;
}
.article .tagbox.showneditable h5 {
  margin: 0.3rem 0;
}
.article .tagbox.showneditable h5 .font_small {
  font-weight: normal;
  font-size: small;
}
.article .tagbox.showneditable .content {
  flex-direction: row;
  align-content: center;
}
.article table.list button {
  padding: 0.3rem;
  border: 2px inset #808F80;
}
.article .inputfile input {
  display: none;
}
.article .cms-icon {
  height: 32px;
  cursor: pointer;
  padding: 0.3rem;
}
.article ul#added-files {
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
}
.article ul#added-files li a {
  padding: 0.6rem;
}

#acms-editor {
  font-size: 12pt;
  background-color: #f8f9fa;
  padding: 8px;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-height: calc(100vh - 160px);
  height: min-content;
  overflow-y: auto;
  scrollbar-color: #e0e6ea #fefdfb;
  scrollbar-width: thin;
}
#acms-editor p {
  font-size: 10pt;
  font-weight: normal;
}
#acms-editor form {
  padding: 0;
  input-font-size: 10pt;
  input-padding: 4px;
}
#acms-editor input,
#acms-editor textarea,
#acms-editor select {
  font-size: 12pt;
  padding: 3px;
  border: 1px inset;
}
#acms-editor label.file-browser {
  display: block;
  font-size: inherit;
  padding: 0;
  padding-bottom: 8px;
}
#acms-editor label.file-browser input {
  display: none;
}
#acms-editor label.file-browser .file-name {
  font-size: 10pt;
  padding: 4px 0;
  display: inline-block;
  width: calc(100% - 40px);
  overflow: hidden;
  text-align: right;
  vertical-align: bottom;
}
#acms-editor .button-fa {
  background-color: #447;
  border: 1px outset;
  color: white;
  font-size: 12pt;
  padding: 4px;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  text-align: center;
}
#acms-editor .button-fa.pressed {
  border: 1px inset;
}
#acms-editor hr {
  color: #224;
  margin: 8px 0;
}
#acms-editor .title {
  font-size: 12pt;
  color: #224;
  font-weight: bold;
  margin-top: 8pt;
}
#acms-editor .tab-head {
  margin-top: 4px;
}
#acms-editor .tab-head .tab {
  color: #23527c;
  display: inline;
  font-size: 10pt;
  padding: 4pt;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-radius: 3px;
  cursor: pointer;
}
#acms-editor .tab-head .tab.active {
  color: black;
  border-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  cursor: default;
  z-index: 2;
}
#acms-editor .tab-content {
  margin-top: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4pt;
  display: none;
  border-radius: 3px;
}
#acms-editor .tab-content.active {
  display: block;
}
#acms-editor .tab-content .cardlist {
  min-height: 80px;
  max-height: 200px;
  overflow: auto;
}
#acms-editor .tab-content .card {
  border: 2px inset #88a;
  display: block;
  margin: 0;
  margin-top: 2px;
  padding: 4px;
}
#acms-editor .tab-content .card .img {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 4px;
}
#acms-editor .tab-content .card .ico {
  display: inline-block;
  font-size: 28pt;
  width: 32px;
  height: auto;
  margin-right: 4px;
}
#acms-editor .tab-content .card .data {
  display: inline-block;
  width: calc(100% - 52px);
}
#acms-editor .tab-content .card .data .main {
  font-size: 12pt;
}
#acms-editor .tab-content .card .data .sub {
  font-size: 10pt;
  color: #88a;
}
#acms-editor .tab-content .card .data.img {
  width: calc(100% - 44px);
}
#acms-editor .tab-content .card .data.ico {
  width: calc(100% - 32px);
}
#acms-editor .tab-content .card .data.ico-act {
  width: calc(100% - 68px);
}
#acms-editor .tab-content .card .action {
  display: inline-block;
  width: 30px;
  height: 36px;
}
#acms-editor .mt-4 {
  margin-top: 4px;
}
#acms-editor .mb-4 {
  margin-bottom: 4px;
}
#acms-editor .mt-8 {
  margin-top: 8px;
}
#acms-editor .mb-8 {
  margin-bottom: 8px;
}
#acms-editor .right {
  text-align: right;
}
#acms-editor .center {
  text-align: center;
}
#acms-editor .clickable {
  cursor: pointer;
}

#toc-children, #tab-def {
  margin: 0 2px;
}

/*# sourceMappingURL=cms_base.css.map */
