#theGallery {
  margin: 5pt auto;
  width: 90%;
}
#theGallery #lightbox-base {
  display: flex;
  flex-wrap: wrap;
}
#theGallery #lightbox-base .cms-img-base {
  display: inline-block;
  margin: 0 2px;
  height: 120px;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}
#theGallery #lightbox-base .cms-img-base img {
  max-height: 120px;
  max-width: 120px;
}
#theGallery #lightbox-base .cms-img-base .slide-control {
  display: none;
  padding: 4px 0;
  background-color: #bbe;
}
#theGallery #lightbox-base .cms-img-base .slide-control .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;
}
#theGallery #lightbox-base .cms-img-base .slide-control .button-fa.pressed {
  border: 1px inset;
}
#theGallery #lightbox_modal {
  display: none;
  background-color: rgba(0, 0, 30, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#theGallery #lightbox_modal .close {
  position: fixed;
  top: 10px;
  right: 10px;
  color: white;
  cursor: pointer;
  font-size: 16pt;
}
#theGallery .modal-content .prev,
#theGallery .modal-content .next {
  position: fixed;
  color: white;
  cursor: pointer;
  font-size: 16pt;
}
#theGallery .modal-content .prev {
  top: 50%;
  left: 10px;
}
#theGallery .modal-content .next {
  top: 50%;
  right: 10px;
}
#theGallery .modal-content .caption-container {
  color: white;
  text-align: center;
}
#theGallery .modal-content #slides {
  margin-top: 12px;
}
#theGallery .modal-content #slides .slide {
  text-align: center;
}
#theGallery .modal-content #slides .slide img {
  height: calc(100vh - 100px);
  max-width: calc(100vw - 60px);
}
#theGallery .modal-content #dots {
  margin: 2px auto;
  width: 95%;
  text-align: center;
}
#theGallery .modal-content #dots .dot {
  display: inline-block;
  height: 48px;
  width: 48px;
  margin: 0 2px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#theGallery .modal-content #dots .dot.active {
  border-color: white;
}

#acms-editor {
  font-size: 12pt;
  background-color: #bbe;
  padding: 8px;
}
#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: #225;
  margin: 8px 0;
}
#acms-editor .title {
  font-size: 12pt;
  color: #225;
  font-weight: bold;
  margin-top: 8pt;
}
#acms-editor .tab-head {
  margin-top: 4px;
}
#acms-editor .tab-head .tab {
  color: #88b;
  display: inline;
  font-size: 10pt;
  padding: 4pt;
  border: 1px solid #88b;
  cursor: pointer;
}
#acms-editor .tab-head .tab.active {
  color: black;
  border-color: #225;
  border-bottom-color: #bbe;
  cursor: default;
  z-index: 2;
}
#acms-editor .tab-content {
  margin-top: 5px;
  border: 1px solid #225;
  padding: 4pt;
  display: none;
}
#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 #88b;
  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: #88b;
}
#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;
}/*# sourceMappingURL=cms_base.css.map */