.sucModal {
  position: fixed;
  top: 0;
  z-index: 20000;
  left: 0;
  width: 100%;
  text-align: left;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.sucModalTitlePullRight {
  float: right;
  top: 4px !important;
  margin-right: 35px;
}

.sucModal-main {
  position: fixed;
  z-index: 10000;
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}
.sucCarouselNext, .sucCarouselBack {
  color: #70fff8;
  font-size: large;
}
.sucCarouselNext:hover, .sucCarouselNext:active, .sucCarouselBack:hover, .sucCarouselBack:active {
  color: #70fff8;
}

.form-select-suctemplates {
  margin-left: 50px;
}

.sucCarouselArrowArea {
  margin-top: 20px;
}

.sucModalContent {
  overflow-y: scroll;
}

.carousel-inner {
  overflow-y: scroll;
  max-height: none;
}
#editor {
  resize: vertical;
  overflow: auto;
  border: 1px solid silver;
  border-radius: 5px;
  min-height: 100px;
  box-shadow: inset 0 0 10px silver;
  padding: 1em;
}

.sucEditor {
  overflow-y: scroll;
}

.sucEditor-table {
  border-collapse: collapse;
  border-spacing: 0px;
}

.table-select-inactive {
  cursor: not-allowed;
  color: #999;
  background-color: #ccc;
}

.table-select-active {
  cursor: pointer;
  border: 1px solid grey;
}

.table-select-active:hover {
  background-color: #ddd;
  border: 1px dashed darkgrey;
}

.sucEditor-table-td {
  border: 1px inset #e6e6e6;
  padding: 0;
  margin: 0px;
  overflow: auto;
}
.sucEditor-table-td div {
  resize: both;
  overflow: auto;
  width: 120px;
  height: 30px;
  margin: 0px;
  padding: 0px;
  display: block;
}
.sucEditor-table-td td div {
  border: 0;
  width: auto;
  height: auto;
  min-height: 20px;
  min-width: 20px;
}

#documentView {
  width: 980px;
}

.tableTypeSelector {
  position: absolute;
  left: 610px;
}
.tableTypeSelector table {
  background-color: white;
}

.editControls {
  margin-bottom: 5px;
}
.editControls .btn {
  margin: 0;
  width: 31px;
}

[contenteditable] {
  outline: 0px solid transparent;
}

[contenteditable]:not(:focus) {
  border: 1px dashed #ddd;
}

[contenteditable]:focus {
  border: 1px solid #51a7e8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}

.controlsHidden {
  opacity: 0;
  -webkit-transition: height, 0.5s linear;
  -moz-transition: height, 0.5s linear;
  -ms-transition: height, 0.5s linear;
  -o-transition: height, 0.5s linear;
  transition: height, 0.5s linear;
}

.controlsHidden.open {
  opacity: 1;
  transition: 0.5s all linear;
  -webkit-transition: height, 0.5s linear;
  -moz-transition: height, 0.5s linear;
  -ms-transition: height, 0.5s linear;
  -o-transition: height, 0.5s linear;
  transition: height, 0.5s linear;
}

.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 26px auto 0;
  min-height: 300px;
  padding: 24px;
  position: relative;
  width: 80%;
}

.letter:before,
.letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}

.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner 0.6s linear infinite;
}
.listtoolbar-react .btn-default {
  margin-right: 3.5px;
}
.listtoolbar-react .right .btn-default {
  margin-left: 3.5px;
  margin-right: 0px;
}

.applet-toolbar.d-flex {
  margin-left: -15px;
  margin-right: -15px;
}

#react-toolbar-group-element {
  display: none;
  background: white;
  position: absolute;
  z-index: 1000;
  border: 1px solid #ddd;
  padding: 5px;
  margin-left: 5px;
}
#react-toolbar-group-element li {
  color: #676a6c;
}
.suc-full-text-search .search-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  margin-right: 2em;
}
.suc-full-text-search .search-container:first-child {
  margin-right: 1em;
  margin-left: 1.5em;
}
.suc-full-text-search .search-min {
  order: 0;
  flex: 0 1 auto;
  align-self: center;
  margin-right: 1em;
}
.suc-full-text-search .search-max {
  order: 0;
  flex: 1 1 auto;
  align-self: center;
  margin-right: 1em;
}
.suc-full-text-search .fullTextSearchInput {
  width: auto;
}
.suc-full-text-search .res-active {
  background-color: #f3f3f4;
}
.suc-full-text-search .res-container {
  background-color: white;
  padding: 0 2em;
  padding-right: 3em;
  padding-bottom: 1em;
  max-height: 50vh;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  padding-top: 1em;
}
.suc-full-text-search .res-container .res-item {
  padding-top: 0.5em;
  min-height: 3em;
  border-bottom: 1px solid #e7eaec;
  cursor: pointer;
}
.suc-full-text-search .res-container .res-item .res-title {
  margin-bottom: -5px;
}
.suc-full-text-search .res-container .res-item:last-of-type {
  border-bottom: unset;
}
.suc-full-text-search .ft-search {
  transition: all 0.2s;
}
.suc-full-text-search .ft-selected {
  border-left: 8px solid black;
}
.suc-full-text-search .ft-empty-result {
  border-left: 8px solid red !important;
}
/*# sourceMappingURL=map/reactCss.css.map */
