/* ------------------------------------------------------------------------- */
/* Blue colors */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Imports */
/* ------------------------------------------------------------------------- */
/* Core */
*:focus {
  outline: 1px solid #0078D7;
}
body {
  margin: 0;
  font-family: 'Source Sans Pro', 'Segoe UI', Arial;
  font-size: 10pt;
  overflow: hidden;
}
iframe {
  border-width: 0;
}
.hidden {
  display: none;
}
.visible {
  display: inline;
}
.arrow {
  -webkit-user-select: none;
  font-weight: bold;
  color: #0078D7;
  margin-left: 2pt;
  margin-right: 2pt;
  cursor: pointer;
}
.level {
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
span.hidden,
div.hidden {
  display: none;
}
span.hidden-fixed,
div.hidden-fixed {
  display: none !important;
}
span.visible {
  display: inline !important;
}
div.visible {
  display: block !important;
}
span.visible-force {
  display: inline !important;
}
div.visible-force {
  display: block !important;
}
h1,
h2,
h3,
h4,
h5 {
  color: #0078D7;
}
a {
  color: #0078D7;
  text-decoration: underline;
  cursor: pointer;
}
section > header {
  color: #0078D7;
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: bold;
}
section > details {
  margin-left: 1rem;
}
article > header {
  color: #0078D7;
  margin-top: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}
article > details {
  margin-left: 1rem;
}
/* ------------------------------------------------------------------------- */
*::selection {
  background-color: #0078D7;
  color: white;
}
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-button {
  height: 0;
}
*::-webkit-scrollbar-thumb {
  background-color: #0078D7;
}
/* ------------------------------------------------------------------------- */
input {
  border-style: solid;
  border-width: 1px;
  /* &.ng-invalid[readonly] {
    color: red !important;
    font-weight: bold;
  } */
}
input.ng-invalid {
  border: solid red 1px !important;
  background-color: snow;
}
select {
  background-color: transparent;
}
input[type='button'],
button {
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  margin: 5pt;
  cursor: pointer;
}
input[type='button']:hover,
button:hover {
  background-color: #0090FF;
  color: white;
  border: solid transparent 1px;
}
/* ------------------------------------------------------------------------- */
dialog {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 0;
  min-width: 300px;
}
dialog > div {
  display: block;
  margin: 5px;
  width: calc(100% - 10px);
}
dialog > div > div > * {
  display: inline;
}
dialog > div > div > p {
  display: block !important;
}
dialog label {
  display: block;
  width: 99%;
}
dialog input {
  display: block;
  width: 99%;
  border-style: solid;
  border-width: 1px;
}
dialog input[type=checkbox] {
  display: inline-block;
  width: 20px;
}
dialog input[type=text] {
  padding-left: 5px;
  width: 96%;
}
dialog input[readonly] {
  background-color: transparent;
  border-width: 0;
  text-align: right;
  font-size: 8pt;
}
dialog menu {
  text-align: right;
  padding: 5px;
  margin: 0;
}
dialog p.title {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  background-color: #0078D7;
  color: white;
  margin: 0;
  margin-bottom: 10px;
}
/* ------------------------------------------------------------------------- */
iframe {
  border-color: #0078D7;
}
/* ------------------------------------------------------------------------- */
/* Main */
#main {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Alert */
#alert {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 28px;
  background-color: lightYellow;
  color: dimgray;
}
#alert .severity {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
#alert .message {
  display: block;
  position: relative;
  left: 25px;
  margin: 5px;
  width: 90%;
}
#alert .message a {
  color: green;
  cursor: pointer;
}
#alert .closeButton {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 18px;
  height: 18px;
  background-image: url(../images/Close.png);
  background-size: 18px;
  cursor: pointer;
}
#alert .closeButton:hover {
  background-image: url(../images/Close-Hover.png);
  background-size: 18px;
}
#alert progress {
  position: absolute;
  top: 7px;
  right: 30px;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ChangeSets */
#changes {
  padding: 5px;
  border-spacing: 0;
  width: 100%;
}
#changes thead > tr > th {
  text-align: left;
  font-weight: normal;
  padding-left: 5px;
}
#changes tbody > tr > td {
  color: black !important;
}
#changes tbody > tr > td:first-child {
  cursor: pointer;
  width: 2px;
}
#changes tbody > tr > td:nth-child(3) {
  padding-left: 5px;
  cursor: pointer;
}
#changes tbody > tr > td:last-child {
  cursor: pointer;
}
#changes tbody > tr > td.details {
  padding: 5px;
}
#changes tbody > tr > td > * {
  color: black !important;
}
#changes img.changeSetIcon {
  width: 8px;
  padding-top: 2px;
  padding-left: 2px;
  cursor: pointer;
}
#changes img.button {
  width: 12px;
  margin-top: 2px;
  cursor: pointer;
}
#changes input[type="text"] {
  background-color: transparent;
  border-width: 0;
  width: 70px;
}
#changes select.colorInput {
  text-align: right;
  background-color: transparent;
  border-width: 0;
  width: 98px;
}
/* ------------------------------------------------------------------------- */
#changeSetInfoDialog td {
  vertical-align: top;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* DocBar */
.docBar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
}
.docBar .tool {
  position: relative;
  display: inline-block;
  padding: 2px;
  margin: 4px;
  -webkit-user-select: none;
}
.docBar .tool.disabled {
  opacity: 0.3;
  cursor: default !important;
}
/* ------------------------------------------------------------------------- */
#breadcrumbs {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 60px;
  height: 20px;
  padding-top: 5px;
  padding-left: 2px;
  padding-right: 5px;
  overflow: hidden;
  -webkit-user-select: none;
}
#breadcrumbs .breadcrumbLevel {
  font-weight: bold;
  text-decoration: none;
  color: #0078D7;
  cursor: pointer;
}
/* ------------------------------------------------------------------------- */
#rightBar {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 4px;
  background-color: transparent;
}
#rightBar.button {
  display: inline-block;
  margin-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  margin-left: 4px;
  font-size: 9pt;
}
#rightBar .modes {
  display: inline-block;
  position: relative;
  top: 0;
}
#rightBar .mode {
  display: inline-block;
  padding: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-left: 2px;
  border-radius: 3px;
  font-size: 8pt;
  font-weight: bold;
  color: black;
}
#rightBar .mode[data-ng-click] {
  cursor: pointer;
}
#rightBar .logIn,
#rightBar .logOut {
  display: inline-block;
  position: relative;
  top: 0px;
  height: 14px;
  margin-left: 8px;
}
#rightBar .logIn input,
#rightBar .logOut input {
  display: inline-block;
  position: relative;
  width: 70px;
  padding-left: 2px;
  padding-right: 2px;
}
#rightBar .logIn .username,
#rightBar .logOut .username {
  display: inline-block;
  margin-top: 2px;
  margin-left: 8px;
  vertical-align: top;
}
#rightBar .logIn .user,
#rightBar .logOut .user {
  display: inline-block;
  position: relative;
  width: 12px;
  top: 3px;
  margin-right: 2px;
}
#rightBar .logIn .logInButton,
#rightBar .logOut .logInButton {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 5px;
  padding: 0;
  margin: 0;
  margin-right: 8px;
  background-image: url(../images/LogIn.png);
  background-size: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#rightBar .logIn .logInButton:hover,
#rightBar .logOut .logInButton:hover {
  background-image: url(../images/LogIn-Hover.png);
  background-size: 16px;
  background-repeat: no-repeat;
}
#rightBar .logIn .logOutButton,
#rightBar .logOut .logOutButton {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  top: 5px;
  left: 5px;
  padding: 0;
  margin: 0;
  margin-right: 8px;
  background-image: url(../images/LogOut.png);
  background-size: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#rightBar .logIn .logOutButton:hover,
#rightBar .logOut .logOutButton:hover {
  background-image: url(../images/LogOut-Hover.png);
  background-size: 16px;
  background-repeat: no-repeat;
}
#rightBar .closeButton {
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  top: 0;
  background-image: url(../images/Close1.png);
  background-size: 12px;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}
#rightBar .closeButton:hover {
  background-image: url(../images/Close1-Hover.png);
  background-size: 12px;
  background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------- */
#openMode.none {
  background-color: lightgrey;
}
#openMode.edit {
  background-color: green;
}
#openMode.readOnly {
  background-color: red;
}
/* ------------------------------------------------------------------------- */
#trackChangesMode.track {
  background-color: #0078D7;
}
/* ------------------------------------------------------------------------- */
#lineNumberingMode.leftMargin,
#lineNumberingMode.rightMargin,
#lineNumberingMode.inlineMarkers {
  background-color: forestgreen;
}
/* ------------------------------------------------------------------------- */
#levelNumberingMode.autoRenumber,
#levelNumberingMode.autoAssign {
  background-color: brown;
}
/* ------------------------------------------------------------------------- */
#revealStructureMode.reveal {
  background-color: orange;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Dialogs */
dialog > div {
  display: block;
  margin-bottom: 5px;
}
dialog > div > span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
dialog > div label {
  display: inline !important;
}
dialog > div input,
dialog > div select {
  display: inline !important;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Help */
#help {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  border-left-style: solid;
  border-left-width: 1px;
}
#help h1 {
  display: block;
  position: absolute;
  top: 19px;
  left: 3px;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 12pt;
  font-weight: normal;
  text-align: center;
  color: #0078D7;
}
#help div.contents {
  display: block;
  position: absolute;
  top: 60px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
#help div.contents > iframe {
  width: 100%;
  height: 100%;
}
#help .closeButton {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background-image: url(../images/Close1.png);
  background-size: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#help .closeButton:hover {
  background-image: url(../images/Close1-Hover.png);
  background-size: 12px;
  background-repeat: no-repeat;
}
/* ------------------------------------------------------------------------- */
#helpPanel {
  display: block;
  padding: 5px;
  font-size: 8pt;
  overflow: auto;
  cursor: default;
}
#helpPanel details > summary {
  outline: none;
}
#helpPanel div.pluginRequired {
  border: solid #0078D7 1px;
  color: #0078D7;
  padding: 0.1rem;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#helpPanel div.understanding {
  border: solid #0078D7 1px;
  color: #0078D7;
  padding: 0.1rem;
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#helpPanel div.understanding > p {
  margin-top: 0;
}
#helpPanel div.understanding > p:last-of-type {
  margin-bottom: 0 !important;
}
#helpPanel div.understanding h3 {
  color: #0078D7;
}
#helpPanel div.demonstration::before {
  display: inline-block;
  border: solid fuchsia 1px;
  border-radius: 3px;
  color: fuchsia;
  font-size: 7pt;
  padding: 1px;
  margin-left: 4px;
  padding-left: 4px;
  padding-right: 4px;
  content: "Demonstration Only";
}
#helpPanel ul {
  margin: 0;
}
#helpPanel li.bug {
  color: red;
}
#helpPanel kbd.key {
  display: inline-block;
  background-color: #0078D7;
  border-radius: 2px;
  color: white;
  padding: 1px;
  padding-left: 4px;
  padding-right: 4px;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Layout */
#canvas {
  position: absolute;
  top: 138px;
  left: 0;
  right: 0;
  bottom: 0;
}
#sidePanel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#sidePanelTabs {
  position: relative;
  top: 0;
  height: 26px;
}
#sidePanelViews > div {
  display: none;
  position: absolute;
  top: 26px;
  bottom: 0;
  width: 100%;
}
#sidePanelViews > div.visible {
  display: block;
}
#sidePanelViews > div > div.panelView {
  position: relative;
  width: 100%;
  height: 100%;
}
#sidePanelViews > div > div.panelView > iframe {
  width: 100%;
  height: calc(100% - 4px);
}
#sidePanelView-resources > div > div {
  overflow: hidden !important;
}
#sidePanelView-changes > table {
  display: table;
}
#sidePanelView-changes > table .details > * {
  text-align: left;
  margin-left: 1rem;
  margin-right: 0.5rem;
  font-size: 0.8rem;
}
/* ------------------------------------------------------------------------- */
#editorPanel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#editorPanel > div {
  overflow: hidden;
}
#editorPanel iframe {
  border-width: 0px;
}
/* ------------------------------------------------------------------------- */
.subPanel {
  display: block;
  border-style: solid;
  border-width: 1px;
}
/* ------------------------------------------------------------------------- */
.ui-layout-column > .ui-splitbar {
  height: calc(100% - 2px);
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Lookup Entry */
#lookupEntry {
  position: absolute;
  top: 0;
  left: 0;
  right: 22px;
  height: 29px;
  -webkit-user-select: none;
}
#lookupEntry .label {
  position: absolute;
  display: inline-block;
  top: 2px;
  width: 40px;
  margin: 4px;
  text-align: right;
}
#lookupEntry select {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 42px;
  width: 120px;
  margin: 4px;
  margin-left: 8px;
  padding: 1.5px;
  padding-right: 0;
  background-color: transparent;
}
#lookupEntry input[type='text'] {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 167px;
  width: calc(100% - 179px);
  margin: 4px;
  padding: 2px;
}
#lookupEntry input[type='button'] {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 25px;
  margin: 0;
  padding: 2px;
  text-align: center;
  background-color: green;
  color: white;
  border-style: solid;
  border-width: 0px;
  border-left-width: 1px;
  border-radius: 0;
  cursor: pointer;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Menu */
.menu {
  position: absolute;
  display: block;
  padding: 2px;
  min-width: 150px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  border-style: solid;
  border-width: 1px;
  z-index: 20;
  -webkit-user-select: none;
}
.menu .checkMark {
  width: 12px;
}
.menu .command-item {
  display: block;
  padding: 2px;
  cursor: pointer;
  text-indent: 5px;
}
.menu .submenu-item {
  display: block;
  padding: 2px;
  cursor: default;
  text-indent: 5px;
}
.menu .submenu-item::after {
  font-family: monospace;
  position: absolute;
  right: 12px;
  content: "\25BA";
}
.menu .inputItem {
  display: block;
  padding: 2px;
  border: solid gray 1px;
  border-radius: 2px;
}
.menu .inputItem input {
  border-width: 0;
}
.menu .heading {
  font-style: italic;
  background-color: transparent !important;
  cursor: default !important;
  text-indent: 0;
}
.menu .divider {
  border-top-style: solid;
  border-top-width: 1px;
}
.menu .disabled {
  cursor: default !important;
}
.menu .disabled:hover {
  background-color: transparent !important;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Ribbons */
.ribbon {
  position: absolute;
  display: block;
  top: 54px;
  left: 0;
  right: 0;
  height: 82px;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  overflow: hidden;
  -webkit-user-select: none;
}
.ribbon.attributes {
  overflow: visible;
}
.ribbon .appName {
  position: absolute;
  top: 0;
  right: 0;
}
.ribbon .appLogo {
  margin: 8pt;
  width: 120pt;
}
.ribbon .title {
  font-size: 30pt;
  margin-right: 5px;
}
.ribbon .title > sup {
  position: relative;
  font-size: 14pt;
  top: -5px;
}
.ribbon .tool {
  position: relative;
  display: inline-block;
  top: -10px;
  padding: 2px;
  margin: 2px;
  margin-bottom: 0;
  border: solid transparent 1px;
  text-align: center;
  cursor: pointer;
}
.ribbon .tool.disabled {
  opacity: 0.3;
  cursor: default !important;
}
.ribbon .tool.menuActive {
  border-top-style: solid;
  border-top-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-width: 0px;
}
.ribbon .tool > .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: solid transparent 1px;
  border-radius: 0;
  width: 34px;
  height: 34px;
}
.ribbon .tool > .active {
  border: solid #0078D7 1px !important;
  border-radius: 5px;
  background-color: #0090FF;
}
.ribbon > .tool {
  margin-bottom: 0;
  z-index: 30;
}
.ribbon .group {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-right: 8px;
  margin: 8px;
  margin-top: 0;
  vertical-align: bottom;
}
.ribbon .group > .name {
  display: block;
  text-align: center;
}
.ribbon .group .tool {
  top: 0;
  margin-bottom: 2px;
  z-index: 30;
}
.ribbon .separator {
  display: inline-block;
  height: 60px;
  margin: 0;
  font-size: 20pt;
}
.ribbon *:last-child > .separator {
  display: none;
}
.ribbon .divider {
  border-right-style: solid;
  border-right-width: 1px;
}
.ribbon .single {
  padding-top: 10px;
}
.ribbon .single > * {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.ribbon .double {
  padding-top: 5px;
}
.ribbon .double > * {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
.ribbon .triple {
  padding-top: 0;
}
.ribbon .triple > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ribbon legispro-component form {
  margin-top: 12px !important;
}
.ribbon form {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 6px;
  height: 65px;
  vertical-align: bottom;
  min-width: 200px;
}
.ribbon form > div {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.ribbon form > div > * {
  margin-bottom: 2px;
  padding-left: 2px;
}
.ribbon form > .title {
  display: block;
  margin-bottom: 3px;
  text-align: center;
  font-size: 10pt;
}
.ribbon form > .showAll {
  display: block;
  position: absolute;
  bottom: -4px;
  right: -16px;
  cursor: pointer;
}
.ribbon form .label {
  display: inline-block;
  min-width: 60pt;
}
.ribbon form .expansion {
  display: block;
  position: absolute;
  top: 73px;
  left: 2px;
  right: -2px;
  z-index: 20;
  border-style: solid;
  border-width: 1px;
  border-top-width: 0;
}
.ribbon form table {
  margin: 0;
  padding: 0;
}
.ribbon form table thead,
.ribbon form table tbody,
.ribbon form table tfoot,
.ribbon form table tr,
.ribbon form table th,
.ribbon form table td {
  margin: 0;
  padding: 0;
}
.ribbon form *[readonly] {
  background-color: transparent;
  margin-left: 2px;
}
.ribbon form *[readonly][value=''] {
  display: none;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Form Sheet */
.formSheet {
  position: absolute;
  top: 138px;
  left: 0;
  bottom: 0;
  width: 100%;
  border-width: 0px;
  z-index: 20;
}
.formSheet .cancelButton {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 10;
}
.formSheet .cancelButton:hover {
  opacity: 1 !important;
}
.formSheet .heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 800px;
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  margin-top: 10px;
}
.formSheet .name {
  display: block;
  width: 95%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 5px;
  border: solid transparent 1px;
  border-radius: 0;
}
.formSheet .uri {
  width: 98%;
  background-color: transparent;
  border-width: 0;
  text-align: right;
  font-size: 8pt;
}
.formSheet #options {
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 5px;
}
.formSheet #requestInfo {
  border-radius: 2px;
}
.formSheet #officeInfo {
  border-radius: 2px;
  margin-top: 15px;
  padding: 5px;
}
.formSheet .tabs {
  margin-top: 10px;
}
.formSheet .views {
  display: block;
  position: absolute;
  top: 75px;
  left: 0;
  bottom: 35px;
  right: 0;
  padding-right: 5px;
  overflow-x: hidden;
  overflow-y: auto;
  border: solid black 0px;
}
.formSheet .views .view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-width: 0px;
}
.formSheet .views .view h1 {
  font-size: 0.8rem;
  margin: 0;
}
.formSheet .views .view h2 {
  font-size: 0.7rem;
  margin: 0;
}
.formSheet .views .view h2.centered {
  width: 120px;
  text-align: center;
}
.formSheet .views .view.hidden {
  display: none !important;
}
.formSheet .views .view > .workflowBox {
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}
.formSheet .views .view > .workflowBox > h1 {
  margin-left: 5px;
}
.formSheet .views .view > .workflowBox > input {
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: calc(100% - 1.5rem);
}
.formSheet .views .view > .workflowBox div.surround {
  border: dashed #0078D7 1px;
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
}
.formSheet .views .view > .workflowBox div.flex {
  display: flex;
}
.formSheet .views .view > .workflowBox div.flex .options {
  margin-top: 10px;
  text-align: center;
}
.formSheet .views .view > .workflowBox div.flex > div {
  width: 140px;
  padding-left: 5px;
  padding-bottom: 6px;
}
.formSheet .views .view > .workflowBox div.flex > div > input {
  width: 100px;
}
.formSheet .views .view > .workflowBox div.flex > div > select {
  display: block;
  width: 110px;
  height: 20px;
  margin-top: 5px;
  margin-left: 5px;
}
.formSheet > form {
  display: block;
  position: absolute;
  top: 70px;
  left: 10px;
  bottom: 10px;
  right: 0px;
  max-width: 920px;
  border: solid green 0px;
}
.formSheet > form input[readonly] {
  background-color: transparent !important;
}
.formSheet > form textarea {
  padding: 5px;
  margin: 5px;
}
.formSheet > form > .results {
  position: absolute;
  bottom: 0;
  right: 100px;
  left: 0;
}
.formSheet > form > .results input.uri {
  border-width: 0 !important;
}
.formSheet > form > .results div.alerts {
  font-weight: bold;
  text-align: right;
  margin-right: 5px;
  min-height: 20px;
}
.formSheet > form > .results div.alerts .error {
  color: red !important;
}
.formSheet > form > .executeButton {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Source View */
#sourceViewTabs {
  position: absolute;
  display: block;
  height: 20px;
  width: 100%;
  top: 0;
  bottom: 0;
  padding-top: 0px;
}
#sourceViewTabs.expanded {
  top: 300px;
  bottom: auto;
  transition: top 2s;
}
#sourceViewTabs .buttons {
  position: absolute;
  right: 0;
}
#sourceViewTabs .button {
  cursor: pointer;
  margin-top: 0;
  margin-left: 8px;
  margin-right: 2px;
}
/* ------------------------------------------------------------------------- */
#sourceView {
  position: absolute;
  top: 23px;
  left: 4px;
  width: calc(100% - 7px);
  bottom: 2px;
}
#sourceView.expanded {
  top: 324px;
  height: auto;
}
#sourceView > .docView {
  width: 100%;
  height: 100%;
}
#sourceView > .waiting {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#sourceView iframe {
  border: solid #0078D7 0;
}
/* ------------------------------------------------------------------------- */
#info {
  display: none;
}
#info > .docView {
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* Tabs */
.tabs {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 20px;
  -webkit-user-select: none;
}
.tabs > .tab {
  display: inline-block;
  height: 18px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
  border-top: solid transparent 3px;
  cursor: pointer;
  /*
    &.first {
      margin-left: 0;
      margin-top: 5px;
      border-top-style: solid;
      border-top-width: 1px;
      border-left-style: solid;
      border-left-width: 1px;
      border-right-style: solid;
      border-right-width: 1px;
      border-bottom-width: 0px;

      &.active {
        background-color: @accent-color !important;
        color: @accent-text-color !important;
        border: solid @accent-color 1px !important;
      }
    }
    */
}
.tabs > .tab.active {
  border-top-color: #0078D7;
}
.tabs > .tab.hidden {
  display: none;
}
.tabs .companyLogo {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 5px;
  width: 80px;
  height: 23px;
  background-image: url(../images/Xcential.Small.png);
  background-size: 80px 23px;
}
.tabs > .helpButton {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 5px;
  padding: 3px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.tabs > .devButton {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 45px;
  padding: 3px;
  padding-left: 4px;
  padding-right: 4px;
  cursor: pointer;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* TreeView */
#treeView {
  position: absolute;
  top: 29px;
  left: 3px;
  width: calc(100% - 7px);
  bottom: 0;
  overflow-y: auto;
  -webkit-user-select: none;
}
#treeView.expanded {
  height: 130px;
  bottom: auto;
}
#treeView .editing {
  border: dashed grey 1px;
  margin: 1px;
}
#treeView .viewing {
  border: dashed grey 1px;
  margin: 1px;
}
#treeView .selected {
  background-color: #0078D7;
  color: white !important;
  border-radius: 0;
}
#treeView .level .pdfIndicator {
  display: inline;
  background-color: red;
  border: solid red 1px;
  color: white;
  border-radius: 4px;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 2px;
  font-size: 0.7em;
  line-height: 1em;
  cursor: pointer;
}
#treeView .level > .levelName {
  display: inline-block;
  cursor: pointer;
  text-indent: 0;
  -webkit-user-select: none;
}
#treeView .level > .levelName .levelText {
  display: inline;
  padding-left: 2pt;
  padding-right: 5pt;
}
#treeView .level > .levelName .note {
  font-style: italic;
  font-size: smaller;
}
#treeView .level > .levelContents {
  margin-left: 12pt;
}
#treeView .level *[contenteditable='true'] {
  display: inline-block;
  background-color: white !important;
  color: black !important;
  border: dashed orange 1px;
  border-radius: 0;
  text-indent: 0;
  padding-left: 2px;
  padding-right: 2px;
}
/* ------------------------------------------------------------------------- */
#refreshAll {
  position: absolute;
  right: 2px;
  top: 4px;
  padding: 2px;
  width: 16px;
  z-index: 10;
  cursor: pointer;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* View */
.view {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.view > .docView {
  display: block;
  width: 210mm;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.view > .sourceView {
  display: block;
  width: 100%;
  height: 100%;
}
.view > .waiting {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* XML                                                                       */
.xml {
  display: block;
  font-family: 'Courier New', Courier, monospace;
  font-weight: bold;
  font-size: 8pt;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px;
  overflow: auto;
}
.xml .element {
  color: #58A4C8;
}
.xml .elementContents {
  display: block;
  margin-left: 20px;
}
.xml .attributeName {
  color: #9BBBDC;
}
.xml .attributeValue {
  color: #F29766;
}
.xml .processingInstruction {
  color: #B6B6B6;
}
.xml .comment {
  color: green;
}
.xml .link {
  color: Goldenrod;
}
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
