body, html {
  height: 100%;
}
.app-loading {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.app-loading .spinner {
  height: 200px;
  width: 200px;
  animation: rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.app-loading .spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke:#ddd;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

a[mat-fab] {position:fixed;bottom:65px;right:35px;}

.full-width {width:100%}
.width-50 {width:50%}
.width-30 {width:30%}
button[type=submit], button[color=primary]{text-transform: uppercase;}

button[_context_menu] {
  height:38px;
  line-height:38px;
}

button[_context_menu] mat-icon {
  color: var(--menu-color);
  margin-right:12px !important;
}

button[_context_menu] span {
  font-size: 13px;
  font-weight: 500;
  color: var(--menu-color);
}

.mx-auto { margin-right: auto!important; margin-left: auto!important;}
.text-center {text-align: center!important;}
.text-right {text-align:right!important;}
.text-left {text-align:left!important;}
.hide-me{display:none;}

/*Auto-Complete CSS*/
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; width: 450px !important;}
.autocomplete-suggestion { padding: 5px 5px; white-space: nowrap; overflow: hidden; font-size:14px}
.autocomplete-selected { background: #D3D3D3; }
.autocomplete-suggestions strong { font-weight: bold; color: #3399FF; }

/*Material Dialog CSS*/
mat-dialog-container {text-align: center;}

/* Dashboard Styles */

/* Remove comment for responsive dashboard */
/* .dash-card ul {
  padding: 10px 0;
  list-style: none;
  margin-top: 0;
}
.dash-card ul li:first-child {
  border-right: 1px solid #dbdee0;
}
.dash-card ul li {
  display: block;
  float: left;
  width: 50%;
}
.dash-card ul li strong {
  display: block;
  font-size: 20px;
}
.dash-card ul li span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color:var(--light-primary-color);
  letter-spacing: .04em;
}
.dash-card ul li strong > a {text-decoration:none; color: inherit;font-weight:inherit;}
.no-border {border: 0px !important;}

:focus, :active {
  outline: none !important;
} */


.document-custom-font {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  color: #333333 !important;
  font-size: 13px !important;
}


/* CSS For generic structure type  */

.explorer > div {
  height: 100%;
}
.explorer .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  height: 28px;
  cursor: pointer;
  opacity: 0.7;
  color: var(--light-color);
}
.explorer .close svg {
  width: 14px;
}
.explorer .close:hover {
  opacity: 1;
}
.explorer .colset-explorer {
  position: relative;
  padding: 0 30px;
  height: 100%;
  display: flex;
  max-width: var(--spring-max-width) - 210;
  margin: 0 auto;
}
.explorer .colset-explorer .right, .explorer .colset-explorer .left {
  max-width: none;
  padding: 0;
  text-align: left;
  font-weight: normal;
  height: 100%;
  position: relative;
}
.explorer .colset-explorer .left {
  flex: 0 0 320px;
}
.explorer .colset-explorer .head {
  border: 1px solid var(--light-border);
  border-bottom: 0;
  line-height: 50px;
  padding: 0 var(--spring-8points) * 2;
  position: absolute;
  top: 30px;
  left: 0;
  height: 50px;
  right: 0;
  font-size: 16px;
}
.explorer .colset-explorer .head .divider {
  display: inline-block;
}
.explorer .colset-explorer .head .actions-file {
  display: inline-block;
  height: 40px;
  margin-left: 16px;
  color: rgba(0, 0, 0, 0.2);
}
.explorer .colset-explorer .head .actions-file .placeholder-button {
  margin-right: 1rem;
  height: 36px;
}
.explorer .colset-explorer .head a.button span.button-content span {
  cursor: pointer;
  padding: 0.55rem 1.2rem 0.4rem;
  font-size: 13px;
}
.explorer .colset-explorer .head .placeholder-text {
  margin: 18px 0 0;
}
.explorer .colset-explorer .head .placeholder-title .placeholder-text {
  margin-right: 5px;
}
.explorer .colset-explorer .explorer-content {
  position: absolute;
  top: 81px;
  bottom: 130px;
  right: 0;
  left: 0;
  overflow: auto;
  border: 1px solid var(--light-border);
}
.explorer .colset-explorer .right {
  flex: 1;
}
.explorer .colset-explorer .right .head {
  margin-left: 2rem;
  border: 0 none;
  text-align: center;
}
.explorer .colset-explorer .right .head strong {
  position: relative;
  padding-left: 20px;
}
.explorer .colset-explorer .right .head strong svg {
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
}
.explorer .colset-explorer .right .placeholder-text {
  background: var(--light-placeholder);
}
.explorer .colset-explorer .right .explorer-content {
  overflow: auto;
  margin-left: 2rem;
}
.explorer .colset-explorer .right .explorer-content::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background: transparent;
}
.explorer .colset-explorer .right .explorer-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
.explorer .icon-download {
  width: 16px;
}
.explorer-select {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  height: 35px;
  z-index: 1000;
}
.explorer-select select {
  display: block;
  position: relative;
  height: 35px;
  line-height: 35px;
  -webkit-appearance: none;
  background: white;
  border-radius: 0;
  box-sizing: border-box;
  background-clip: padding-box;
  width: 100%;
  padding: 0 10px;
  border: 1px solid var(--light-border);
  background: var(--light-background);
  color: var(--light-color);
  font-weight: 600;
  box-shadow: none;
  outline: none;
  padding-right: 30px;
}
.explorer-select select:-ms-expand {
  display: none;
}
.explorer-select:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 30%;
  height: 0;
  width: 0;
  right: 5px;
  border-bottom: 6px solid var(--light-color);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.explorer-select:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: 30%;
  margin-top: -3px;
  height: 0;
  width: 0;
  right: 5px;
  border-top: 6px solid var(--light-color);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.placeholder-explorer-select:after, .placeholder-explorer-select:before {
  display: none;
}
.placeholder-select {
  border: 1px solid var(--light-border);
  background: var(--light-background);
  height: 35px;
}
.explorer-ul, .explorer-ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 35px;
}
.explorer-ul span {
  display: block;
}
.explorer-ul .file, .explorer-ul .folder {
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: var(--light-color);
  word-wrap: normal;
  white-space: nowrap;
  outline: 1px dotted transparent;
}
.explorer-ul .file .item-content, .explorer-ul .folder .item-content {
  box-shadow: none;
  outline: none;
}
.explorer-ul .file:hover, .explorer-ul .folder:hover {
  background: var(--light-background-seconday);
}
.explorer-ul .file .text, .explorer-ul .folder .text {
  position: relative;
  padding-left: 50px;
  margin: 0 8px;
}
.explorer-ul .file .icon, .explorer-ul .folder .icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 18px;
  height: 20px;
  width: 20px;
  color: var(--light-color);
}
.explorer-ul .file .icon-caret-down, .explorer-ul .folder .icon-caret-down {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 0;
  height: 16px;
  width: 16px;
}
.explorer-ul .file:focus, .explorer-ul .folder:focus {
  outline: 1px dotted var(--light-background-seconday);
}
.explorer-ul .file.disabled, .explorer-ul .folder.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.explorer-ul .file.disabled:hover, .explorer-ul .folder.disabled:hover {
  background: transparent;
}
.explorer-ul .file.disabled:focus, .explorer-ul .folder.disabled:focus {
  outline: 1px dotted transparent;
}
.explorer-ul .file.selected, .explorer-ul .folder.selected {
  background: var(--light-background-seconday);
  font-weight: bold;
  color: #6db33f;
}
.explorer-ul .folder-hide > ul {
  display: none;
}
.explorer-ul .folder-hide > .folder > span > .text > .icon-caret-down {
  transform: rotate(-90deg);
}
.explorer-ul .level-0 .text {
  margin-left: 3px;
}
.explorer-ul .level-1 .text {
  margin-left: 15px;
}
.explorer-ul .level-2 .text {
  margin-left: 27px;
}
.explorer-ul .level-3 .text {
  margin-left: 39px;
}
.explorer-ul .level-4 .text {
  margin-left: 51px;
}
.explorer-ul .level-5 .text {
  margin-left: 63px;
}
.explorer-ul .level-6 .text {
  margin-left: 75px;
}
.explorer-ul .level-7 .text {
  margin-left: 87px;
}
.explorer-ul .icon-folder {
  width: 20px;
}
.explorer-ul .icon-file {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 14px;
}
ul.explorer-ul-placeholder {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.explorer-ul-placeholder li {
  list-style: none;
  height: 35px;
  line-height: 40px;
}
ul.explorer-ul-placeholder li .placeholder-text {
  margin-left: 28px;
  margin-top: 8px;
}
ul.explorer-ul-placeholder li .placeholder-text + .placeholder-text {
  margin-left: 5px;
  margin-top: 8px;
}
pre.prism-code {
  margin: 0;
  padding: 0;
  line-height: 24px;
  font-size: 13px;
  font-family: Monaco, Menlo, Consolas, 'courier new', monospace;
}
pre.prism-code span.explorer-number {
  position: relative;
  display: inline-block;
  width: 20px;
  padding-right: 10px;
  text-align: right;
  margin-right: 10px;
  font-size: 11px;
  height: 25px;
}
pre.prism-code span.explorer-number:before {
  display: block;
  content: attr(data-value);
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 20px;
  left: 0;
  top: 9px;
  background-color: var(--light-border);
  padding-right: 10px;
  height: 25px;
}
pre.prism-code .token-line {
  height: 25px;
}
pre.prism-code.line-3 {
  width: 28px;
}
pre.prism-code.line-3 span.explorer-number {
  width: 28px;
}
pre.prism-code.line-3 span.explorer-number:before {
  width: 28px;
}
pre.prism-code.line-3:before {
  width: 38px;
}
pre.prism-code:before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 30px;
  content: '';
  background-color: var(--light-border);
}
.markdown, .markdown-source {
  position: relative;
  padding: var(--spring-8points) var(--spring-8points) * 4;
}
.markdown a, .markdown-source a {
  color: var(--light-link);
}
.markdown a:hover, .markdown-source a:hover {
  text-decoration: none;
}
.markdown a:focus, .markdown-source a:focus {
  outline: 1px dotted var(--light-link);
  box-shadow: 0 0 0 none;
}
.markdown .button-source, .markdown-source .button-source {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
  margin: 10px 15px;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 13px;
  padding: 2px 12px;
}
.markdown-source {
  padding: 0;
  height: 100%;
}
.explorer {
  position: fixed;
  /*left: 5rem;
  right: 5rem;
  /* background: var(--light-background); */
  background-color: #e2edf7;
  height: 100%;
  z-index: 100;
}
.explorer-enter {
  top: 100%;
}
.explorer-enter-active {
  transform: translateY(-100%);
}
.explorer-exit {
  top: 0;
}
.explorer-exit-active {
  transform: translateY(100%);
}
.explorer-actions {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: var(--light-background-seconday);
  padding: 20px 0;
  bottom: 0;
  z-index: 400;
  height: 50px;
  vertical-align: top;
}
.explorer-actions .button {
  font-size: var(--spring-font-size)1;
  vertical-align: top;
}
.explorer-actions .button span {
  padding: 0.9rem 1.5rem 0.8rem;
}
.explorer-actions .button:focus {
  box-shadow: 0 0 0 4px var(--light-border);
}
.explorer-actions .placeholder-button {
  height: 47.5px;
  box-shadow: inset 0 0 0 2px var(--light-border);
  margin-right: 1rem;
  vertical-align: top;
}
.explorer-actions .placeholder-button:after {
  background: var(--light-border);
}
.explorer-actions .placeholder-button:last-child {
  margin-right: 0;
}
.placeholder-button-download {
  width: 212.27px;
}
