/* CKEditor */
.ck-content * {
  all: revert;
}

.ck-source-editing-area {
  height: 90%;
  overflow: visible !important;
}

.ck-source-editing-area > textarea {
  height: 100%;
  overflow: visible !important;
}

.ck.ck-content:not(.ck-comment__input *) {
  height: 90%;
  overflow-y: auto;
}

/* ZoomTimeSheet view */
.CKEditorBuilder-wrp ::selection {
  background-color: #3590d3;
  color: white;
}

.CKEditorBuilder-wrp > .ck.ck-editor, .ck-editor__main {
  height: 100%;
}

/* Task Comments TaskModal view*/
.TaskCommentBuilder-wrp > .ck.ck-editor, .ck-editor__main {
  height: 100%;
}

.TaskCommentBuilder-wrp {
  cursor: text;
}
.TaskCommentBuilder-wrp ::selection {
  background-color: #3590d3;
  color: white;
}

.ql-editor p {
  text-align: left;
}

.ql-align-justify {
  word-break: break-all;
}

#OWEBAPP .WikiTiles .tile {
  padding: 5px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
}
@media (min-width: 900px) {
  #OWEBAPP .WikiTiles .tile {
    width: 50%;
  }
}
#OWEBAPP .WikiTiles .content {
  background-color: white;
  padding: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
#OWEBAPP .WikiTiles .content:hover {
  background-color: #f6fbff;
  outline: 2px solid #ccc;
}
#OWEBAPP .WikiTiles .tags {
  font-weight: 400;
  color: #777777;
}
#OWEBAPP .WikiTiles h2 {
  font-size: 24px;
  font-weight: 900;
  border-bottom: 1px solid #ccc;
}
#OWEBAPP .WikiTiles p.category {
  font-weight: 900;
}
#OWEBAPP .WikiTiles div.body {
  color: #303030;
  font-family: "Fira Code", monospace;
}

h2.page-heading {
  font-size: 26px;
  margin: 0.67em 0;
  color: #000;
  font-weight: bold;
  text-align: center;
}

#OWEBAPP .BG-Green {
  background-color: #00FF00;
}
#OWEBAPP .BG-Purple {
  background-color: #FF00FF;
}
#OWEBAPP .BG-Red {
  background-color: #FF0000;
}
#OWEBAPP .BG-Yellow {
  background-color: #FFFF00;
}

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