@charset "UTF-8";
.without-bg {
  background: none;
  background-color: #eee;
  background-size: auto;
}
.connection {
  border-color: #d6cf7e !important;
}
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  background-color: #eee;
  overflow-x: auto;
}
body.covered {
  overflow: hidden;
}
body .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(255, 255, 255, 0.98);
  overflow: hidden;
}
body .overlay .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
body .tq-editor .top-menu {
  background-color: #f0f0f0;
  z-index: 1040;
}
body .tq-editor .top-menu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
body .tq-editor .top-menu .menu-content {
  border: 1px solid #cacaca;
  border-bottom: 0;
  min-height: 20px;
  text-align: left;
  border-right-width: 0;
}
body .tq-editor .top-menu .menu-content fieldset {
  border: 1px groove #ddd !important;
  padding: 1rem !important;
  margin: 1rem !important;
  box-shadow: 0 0 0 0 #000;
  width: auto;
  display: inline-block;
  text-align: center;
}
body .tq-editor .top-menu .menu-content fieldset legend {
  font-size: .8rem !important;
  font-weight: bold !important;
  text-align: left !important;
  text-transform: uppercase;
  width: inherit;
  padding: 0 1rem;
  margin: 0;
  border-bottom: none;
}
body .tq-editor .top-menu .toggle-down,
body .tq-editor .top-menu .toggle-up {
  text-align: center;
  border: 1px solid #cacaca;
  cursor: pointer;
  border-right-width: 0;
}
body .tq-editor .workspace {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: relative;
}
body .tq-editor .workspace > div.header {
  width: 888px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  bottom: -25px;
  padding: 0 10px;
  height: 15px;
  pointer-events: none;
}
body .tq-editor .workspace > div.header[data-orientation="landscape"] {
  width: 1246px;
}
body .tq-editor .workspace > div.header > .document-header {
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
body .tq-editor .workspace > div.header > .document-header.in_process {
  background-color: #f0ad4e;
}
body .tq-editor .workspace > div.header > .document-header.in_process > .uncontrolled_state {
  background: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 15px;
  color: #f0ad4e;
}
body .tq-editor .workspace > div.header > .document-header.inactive {
  background-color: #d9534f;
}
body .tq-editor .workspace > div.header > .document-header.inactive > .uncontrolled_state {
  background: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 15px;
  color: #d9534f;
}
body .tq-editor .workspace > div.header > .document-header.active {
  background-color: #5cb85c;
}
body .tq-editor .workspace > div.header > .document-header.active > .uncontrolled_state {
  background: #fff;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 15px;
  color: #5cb85c;
}
body .tq-editor .workspace > div.header > .document-header.restricted {
  border: 1px solid #d9534f;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 15px;
  color: #d9534f;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
body .tq-editor .workspace > div.footer {
  width: 888px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  top: -45px;
  padding: 0 10px;
  height: 0;
  pointer-events: none;
}
body .tq-editor .workspace > div.footer[data-orientation="landscape"] {
  width: 1246px;
}
body .tq-editor .workspace > div.footer > .document-footer {
  font-size: 11px;
  color: #aaa;
  text-align: right;
  margin-top: 20px;
}
body .tq-editor .workspace .main-document,
body .tq-editor .workspace .other-document {
  display: inline-block;
  width: 888px;
  min-height: 1246px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #cacaca;
  padding: 10px 30px 20px 35px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding-top: 55px;
  padding-bottom: 25px;
  word-wrap: break-word;
  overflow-x: hidden;
}
body .tq-editor .workspace .main-document::after,
body .tq-editor .workspace .other-document::after {
  content: " ";
  display: table;
}
body .tq-editor .workspace .main-document::before,
body .tq-editor .workspace .other-document::before {
  content: " ";
  display: table;
}
body .tq-editor .workspace .main-document[data-orientation="landscape"],
body .tq-editor .workspace .other-document[data-orientation="landscape"] {
  width: 1246px;
  min-height: 888px;
}
body .tq-editor .workspace .main-document h1,
body .tq-editor .workspace .other-document h1,
body .tq-editor .workspace .main-document h2,
body .tq-editor .workspace .other-document h2 {
  text-align: center;
}
body .tq-editor .workspace .main-document > *,
body .tq-editor .workspace .other-document > * {
  text-align: initial;
}
body .tq-editor .workspace .main-document > * > *,
body .tq-editor .workspace .other-document > * > * {
  text-align: inherit;
}
body .tq-editor .workspace .main-document p p,
body .tq-editor .workspace .other-document p p {
  display: inline-block;
  margin-bottom: 0;
}
body .tq-editor .workspace .other-document {
  margin-top: 15px;
}
.connection {
  border-color: darkgray;
  border-style: dashed;
  border-radius: 3px !important;
}
.tabset input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.tabset .tab-buttons {
  border-bottom: 1px solid #cccccc;
}
.tabset .tab-buttons .tab-label {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  padding: 5px 5px;
  border-bottom: 0;
  cursor: pointer;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: -1px;
  margin-top: 5px;
  border-bottom: 1px solid #cccccc;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.tabset .tab-buttons .tab-label.active {
  border: 1px solid #cccccc;
  border-bottom-color: #f0f0f0;
  font-weight: 600;
  pointer-events: none;
  cursor: no-drop;
}
.tabset .tab-buttons .tab-label.disabled {
  opacity: 0.6;
  cursor: no-drop;
  pointer-events: none;
}
.tabset .tab-panels div[data-perfect-scrollbar] {
  margin-right: 0;
}
.tabset .tab-panels .tab-panel {
  padding: 5px;
  min-height: 130px;
}
.tabset .tab-panels .tab-panel div#fixed-toolbar-container {
  display: table;
  vertical-align: middle;
}
.tabset .tab-panels .tab-panel div#fixed-toolbar-container > .mce-tinymce-inline.mce-panel {
  border-width: 0 !important;
  display: block !important;
}
/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: v2.6.3
 *
 * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://swisnl.github.io/jQuery-contextMenu/
 *
 * Copyright (c) 2011-2017 SWIS BV and contributors
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *
 * Date: 2017-10-30T19:03:13.936Z
 */
@keyframes cm-spin {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(359deg);
  }
}
@font-face {
  font-family: "context-menu-icons";
  font-style: normal;
  font-weight: normal;
  src: url("../font/context-menu-icons.eot?2wp27");
  src: url("../font/context-menu-icons.eot?2wp27#iefix") format("embedded-opentype"), url("../font/context-menu-icons.woff2?2wp27") format("woff2"), url("../font/context-menu-icons.woff?2wp27") format("woff"), url("../font/context-menu-icons.ttf?2wp27") format("truetype");
}
/**
 * Inputs
 */
/* vertically align inside labels */
/* position checkboxes and radios as icons */
.context-menu-icon-add:before {
  content: "\EA01";
}
.context-menu-icon-copy:before {
  content: "\EA02";
}
.context-menu-icon-cut:before {
  content: "\EA03";
}
.context-menu-icon-delete:before {
  content: "\EA04";
}
.context-menu-icon-edit:before {
  content: "\EA05";
}
.context-menu-icon-loading:before {
  content: "\EA06";
}
.context-menu-icon-paste:before {
  content: "\EA07";
}
.context-menu-icon-quit:before {
  content: "\EA08";
}
.context-menu-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  font-family: "context-menu-icons";
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #2f2f2f;
  text-align: center;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.context-menu-icon.context-menu-hover:before {
  color: #ffffff;
}
.context-menu-icon.context-menu-disabled::before {
  color: #bbbbbb;
}
.context-menu-icon.context-menu-icon-loading:before {
  animation: cm-spin 2s infinite;
}
.context-menu-icon.context-menu-icon--fa {
  display: list-item;
  font-family: inherit;
}
.context-menu-icon.context-menu-icon--fa::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2em;
  font-family: FontAwesome;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #2f2f2f;
  text-align: center;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.context-menu-icon.context-menu-icon--fa.context-menu-hover:before {
  color: #ffffff;
}
.context-menu-icon.context-menu-icon--fa.context-menu-disabled::before {
  color: #bbbbbb;
}
.context-menu-list {
  position: absolute;
  display: inline-block;
  min-width: 13em;
  max-width: 26em;
  padding: .25em 0;
  margin: .3em;
  font-family: inherit;
  font-size: inherit;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #bebebe;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.context-menu-item {
  position: relative;
  padding: .2em 2em;
  color: #2f2f2f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ffffff;
}
.context-menu-item > label > input {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.context-menu-item > label > textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.context-menu-item > .context-menu-list {
  top: .3em;
  right: -0.3em;
  display: none;
}
.context-menu-separator {
  padding: 0;
  margin: .35em 0;
  border-bottom: 1px solid #e6e6e6;
}
.context-menu-item.context-menu-hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #2980b9;
}
.context-menu-item.context-menu-disabled {
  color: #bbbbbb;
  cursor: default;
  background-color: #ffffff;
}
.context-menu-input.context-menu-hover {
  color: #2f2f2f;
  cursor: default;
}
.context-menu-submenu:after {
  position: absolute;
  top: 50%;
  right: .5em;
  z-index: 1;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #2f2f2f;
  border-style: solid;
  border-width: .25em 0 .25em .25em;
  transform: translateY(-50%);
}
.context-menu-item.context-menu-input {
  padding: .3em .6em;
}
.context-menu-input > label {
  margin: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.context-menu-input > label > * {
  vertical-align: top;
}
.context-menu-input > label > input[type="checkbox"] {
  position: relative;
  top: .12em;
  margin-right: .4em;
}
.context-menu-input > label > input[type="radio"] {
  position: relative;
  top: .12em;
  margin-right: .4em;
}
.context-menu-input > label > input[type="text"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.context-menu-input > label > textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 7em;
}
.context-menu-input > label > select {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.context-menu-item.context-menu-visible > .context-menu-list {
  display: block;
}
.context-menu-accesskey {
  text-decoration: underline;
}
body .comment-box-hover-in,
body .suggestion-box-hover-in {
  box-shadow: 0 0 10px 5px rgba(214, 207, 126, 0.9) !important;
}
body div#editor-box-widgets-container {
  position: absolute;
  float: right;
  z-index: 1030;
  top: 10px;
  right: 10px;
}
body div#editor-box-buttons-container {
  position: fixed;
  float: right;
  z-index: 1040;
  bottom: 20px;
  right: 20px;
}
body div#editor-box-buttons-container a {
  display: block;
  padding: 10px;
  margin: 3px;
  color: slategray;
  background-color: #f0f0f0;
  border: 1px solid #cacaca;
  border-radius: 3px;
  cursor: pointer;
}
body div#editor-box-buttons-container a:hover {
  opacity: .5;
}
body .comment-widget,
body .suggestion-widget {
  right: .15em;
  width: 240px;
  height: 135px;
  margin: .15em;
  border-radius: .3em;
  background: #ffffff;
  border: 1px solid #bebebe;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 1.2rem;
  text-align: center;
  z-index: 1030;
}
body .comment-widget label,
body .suggestion-widget label {
  font-weight: 600;
}
body .comment-widget .header,
body .suggestion-widget .header {
  width: inherit;
  padding: 0.6rem;
  display: inline-block;
  text-align: left;
  max-height: 25%;
  cursor: move;
}
body .comment-widget .header .hide-button,
body .suggestion-widget .header .hide-button {
  position: absolute;
  top: .0em;
  right: .3rem;
  cursor: pointer;
}
body .comment-widget .header .username,
body .suggestion-widget .header .username {
  font-weight: 600;
}
body .comment-widget .header::after,
body .suggestion-widget .header::after {
  content: " ";
  display: table;
}
body .comment-widget .body,
body .suggestion-widget .body {
  width: inherit;
  padding: 0.6rem;
  max-height: 50%;
  text-align: left;
}
body .comment-widget .body textarea,
body .suggestion-widget .body textarea {
  width: inherit;
  height: 40px;
}
body .comment-widget .body a,
body .suggestion-widget .body a {
  cursor: pointer;
}
body .comment-widget .body .comment-text,
body .suggestion-widget .body .comment-text {
  text-align: justify;
}
body .comment-widget .body::after,
body .suggestion-widget .body::after {
  content: " ";
  display: table;
}
body .comment-widget .footer,
body .suggestion-widget .footer {
  max-height: 25%;
  width: inherit;
  padding: 0.6rem;
  display: inline-block;
  text-align: right;
}
body .comment-widget .footer .timestamp,
body .suggestion-widget .footer .timestamp {
  font-size: 1rem;
  text-align: right;
}
body .comment-widget .footer::after,
body .suggestion-widget .footer::after {
  content: " ";
  display: table;
}
body .suggestion-widget {
  height: 95px;
}
#references-panel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
#references-panel .row {
  margin: 0;
  padding: 0 !important;
}
#references-panel h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 5px;
}
#references-panel ul.doc-ref-list {
  list-style: none;
  margin: 5px;
  padding: 5px;
  background-color: #dddddd38;
  border-radius: 4px;
  border: 1px dashed #d2d6de;
  margin-left: 0;
}
#references-panel ul.doc-ref-list li {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: normal;
  background-color: #99999930;
  padding: 3px;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#references-panel ul.doc-ref-list li a {
  font-weight: bold;
  color: #6b6b6b;
}
div.tab-panel {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
div.tab-panel div.vr {
  display: inline-block;
  height: 80px;
  margin: 5px;
  border-left: 1px solid #cacaca;
  vertical-align: middle;
}
div.tab-panel div.vr:before {
  display: table;
  content: " ";
}
div.tab-panel div.vr:after {
  clear: both;
}
div.tab-panel > div.container {
  padding: 10px;
  width: 120px;
  height: 120px;
  display: inline-block;
  cursor: pointer;
}
div.tab-panel > div.container div.icon-container {
  position: relative;
}
div.tab-panel > div.container div.icon-container i.main-icon {
  text-align: center;
  display: block;
  font-size: 40px;
  margin: 10px 5px;
}
div.tab-panel > div.container div.icon-container .counter {
  position: absolute;
  top: 5px;
  right: 15px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}
div.tab-panel > div.container .rotate {
  transform: rotate(90deg);
}
div.tab-panel > div.container ul.dropdown-menu li.dropdown-header {
  font-size: 14px;
  font-weight: 600;
}
div.tab-panel div.container-text {
  padding: 5px;
  padding-top: 0;
}
div.tab-panel div.container-text h5 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 5px;
}
div.tab-panel div.container-text p {
  text-align: justify;
  font-size: 1.1rem;
  font-weight: normal;
  margin: 0 0 5px;
}
.glossary {
  font-size: 16px;
  color: blue;
  text-align: right;
  margin-top: 20px;
}
#sfWebDebug {
  display: none;
}
.hidden {
  display: none;
}
.clickable:hover {
  cursor: pointer;
}
