@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap);
.ui-pagination-results-range {
  margin-right: 5px;
  line-height: 30px; }

.ui-pagination-items-per-page {
  margin-right: 5px; }

.ui-pagination-more-pages {
  padding: 0 4px; }

.modal-full-screen {
  max-width: 100% !important;
  margin: 0px !important;
  width: 100% !important;
  height: 100% !important; }

.modal-full-screen .modal-content {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important; }

.modal-full-screen .modal-content .modal-body {
  height: 100% !important;
  overflow-y: auto; }

@charset "UTF-8";
:root {
  --bth-base-brand-color-default: #0761FF;
  --bth-base-brand-brown: #9a8b7d;
  --bth-base-brand-lilac: #A6B8FF;
  --bth-base-brand-lime: #00BB77;
  --bth-base-brand-gray: #959798;
  --bth-base-brand-red: #FF7A75;
  --bth-base-brand-blue: #009ADC;
  --bth-base-brand-navy: #263E81;
  --bth-base-brand-green: #A7C27E;
  --bth-base-brand-yellow: #F3B02E;
  --bth-base-brand-orange: #F4812E; }

.dropdown-menu.dropdown-menu-scroll {
  height: auto;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto; }

.context-selection-container {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 0 12px; }

.context-selection-search {
  position: sticky;
  top: 85px;
  padding: 8px 0;
  background-color: white; }

.context-selection-list {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 8px 0; }
  .context-selection-list li {
    display: flex;
    align-items: center;
    padding: 16px;
    width: 100%;
    background-color: #F5F7FA;
    cursor: pointer;
    border-radius: 4px;
    outline: none; }
    .context-selection-list li:not(:last-child) {
      margin-bottom: 8px; }
    .context-selection-list li:hover {
      background-color: #E1E3E6; }
    .context-selection-list li:focus {
      box-shadow: inset 0 0 0 1px #3374db; }
    .context-selection-list li h4 {
      font-size: 16px;
      margin: 0 12px 0; }
    .context-selection-list li .img-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 34px;
      width: 34px;
      margin-bottom: 0; }
      .context-selection-list li .img-wrapper img {
        width: 100%;
        height: auto; }
    .context-selection-list li .icon-wrapper {
      width: 34px;
      height: 34px;
      border-radius: 8px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 14px;
      color: #FFF;
      background-color: silver; }
      .context-selection-list li .icon-wrapper.PLA {
        background-color: var(--bth-base-brand-lilac); }
      .context-selection-list li .icon-wrapper.SAU {
        background-color: var(--bth-base-brand-green); }
      .context-selection-list li .icon-wrapper.GEN {
        background-color: var(--bth-base-brand-navy); }
      .context-selection-list li .icon-wrapper.MUN {
        background-color: var(--bth-base-brand-brown); }
      .context-selection-list li .icon-wrapper.ARR {
        background-color: var(--bth-base-brand-lime); }
      .context-selection-list li .icon-wrapper.ATE {
        background-color: var(--bth-base-brand-gray); }
      .context-selection-list li .icon-wrapper.PES {
        background-color: var(--bth-base-brand-blue); }
      .context-selection-list li .icon-wrapper.COM {
        background-color: var(--bth-base-brand-red); }
      .context-selection-list li .icon-wrapper.EDU {
        background-color: var(--bth-base-brand-yellow); }
      .context-selection-list li .icon-wrapper.PEC {
        background-color: var(--bth-base-brand-blue); }
      .context-selection-list li .icon-wrapper.LEI {
        background-color: var(--bth-base-brand-orange); }
      .context-selection-list li .icon-wrapper.SUP {
        background-color: var(--bth-base-brand-color-default); }

.padding-scroll ::-webkit-scrollbar {
  width: 12px !important;
  background-color: transparent !important; }

.padding-scroll ::-webkit-scrollbar-track,
.padding-scroll ::-webkit-scrollbar-thumb {
  background-clip: content-box !important; }

.padding-scroll ::-webkit-scrollbar-track {
  background: unset !important;
  border-right: 6px solid #f5f7fa !important; }

.padding-scroll ::-webkit-scrollbar-thumb {
  border-left: 6px solid rgba(255, 255, 255, 0) !important;
  border-radius: 0 !important; }

.bth-card:not(.bth-card--collapse) > div:first-child {
  overflow: auto; }

.input-focus {
  color: #555;
  padding: 0px;
  border: none; }

.input-edit {
  width: 100%;
  padding: 4px; }

.mainBody--studio {
  padding-top: 45px; }

.bth-navigation--studio > .container {
  align-items: center;
  border-top: 1px solid #ebedf0; }

.bth-navigation--studio .configs {
  margin-left: auto; }

.nav-tabs--studio {
  margin: 8px 0; }

.CodeMirror-merge {
  position: relative;
  border: 1px solid #ddd;
  white-space: pre;
  height: 350px; }
  .CodeMirror-merge .CodeMirror {
    height: 350px; }

.CodeMirror-merge-2pane .CodeMirror-merge-pane {
  width: 47%; }

.CodeMirror-merge-2pane .CodeMirror-merge-gap {
  width: 6%; }

.CodeMirror-merge-3pane .CodeMirror-merge-pane {
  width: 31%; }

.CodeMirror-merge-3pane .CodeMirror-merge-gap {
  width: 3.5%; }

.CodeMirror-merge-pane {
  display: inline-block;
  white-space: normal;
  vertical-align: top; }

.CodeMirror-merge-pane-rightmost {
  position: absolute;
  right: 0px;
  z-index: 1; }

.CodeMirror-merge-gap {
  z-index: 2;
  display: inline-block;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
  background: #f8f8f8; }

.CodeMirror-merge-scrolllock-wrap {
  position: absolute;
  bottom: 0;
  left: 50%; }

.CodeMirror-merge-scrolllock {
  position: relative;
  left: -50%;
  cursor: pointer;
  color: #555;
  line-height: 1; }

.CodeMirror-merge-copybuttons-left, .CodeMirror-merge-copybuttons-right {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 1; }

.CodeMirror-merge-copy {
  position: absolute;
  cursor: pointer;
  color: #44c;
  z-index: 3; }

.CodeMirror-merge-copy-reverse {
  position: absolute;
  cursor: pointer;
  color: #44c; }

.CodeMirror-merge-copybuttons-left .CodeMirror-merge-copy {
  left: 2px; }

.CodeMirror-merge-copybuttons-right .CodeMirror-merge-copy {
  right: 2px; }

.CodeMirror-merge-r-inserted, .CodeMirror-merge-l-inserted {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12MwuCXy3+CWyH8GBgYGJgYkAABZbAQ9ELXurwAAAABJRU5ErkJggg==);
  background-position: bottom left;
  background-repeat: repeat-x; }

.CodeMirror-merge-r-deleted, .CodeMirror-merge-l-deleted {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAGUlEQVQI12M4Kyb2/6yY2H8GBgYGJgYkAABURgPz6Ks7wQAAAABJRU5ErkJggg==);
  background-position: bottom left;
  background-repeat: repeat-x; }

.CodeMirror-merge-r-chunk {
  background: #ffffe0; }

.CodeMirror-merge-r-chunk-start {
  border-top: 1px solid #ee8; }

.CodeMirror-merge-r-chunk-end {
  border-bottom: 1px solid #ee8; }

.CodeMirror-merge-r-connect {
  fill: #ffffe0;
  stroke: #ee8;
  stroke-width: 1px; }

.CodeMirror-merge-l-chunk {
  background: #eef; }

.CodeMirror-merge-l-chunk-start {
  border-top: 1px solid #88e; }

.CodeMirror-merge-l-chunk-end {
  border-bottom: 1px solid #88e; }

.CodeMirror-merge-l-connect {
  fill: #eef;
  stroke: #88e;
  stroke-width: 1px; }

.CodeMirror-merge-l-chunk.CodeMirror-merge-r-chunk {
  background: #dfd; }

.CodeMirror-merge-l-chunk-start.CodeMirror-merge-r-chunk-start {
  border-top: 1px solid #4e4; }

.CodeMirror-merge-l-chunk-end.CodeMirror-merge-r-chunk-end {
  border-bottom: 1px solid #4e4; }

.CodeMirror-merge-collapsed-widget {
  cursor: pointer;
  color: #88b;
  background: #eef;
  border: 1px solid #ddf;
  font-size: 90%;
  padding: 0 3px;
  border-radius: 4px; }
  .CodeMirror-merge-collapsed-widget:before {
    content: "(...)"; }

.CodeMirror-merge-collapsed-line .CodeMirror-gutter-elt {
  display: none; }

.CodeMirror-fullscreen {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100% - 50px) !important;
  z-index: 9; }
  .CodeMirror-fullscreen .CodeMirror-scroll {
    height: 100%;
    padding-bottom: 0px; }

#globalMessageSection.global-message {
  bottom: auto !important;
  top: 20px !important;
  left: 50%;
  transform: translateX(-50%); }
  #globalMessageSection.global-message .alert.alert-success {
    background-color: #438453 !important;
    border-color: #438453 !important; }
    #globalMessageSection.global-message .alert.alert-success:before {
      color: #fff; }
  #globalMessageSection.global-message .alert.alert-danger {
    background-color: #b62d25 !important;
    border-color: #b62d25 !important; }
    #globalMessageSection.global-message .alert.alert-danger:before {
      color: #fff; }
  #globalMessageSection.global-message .alert.alert-info {
    background-color: #237792 !important;
    border-color: #237792 !important; }
    #globalMessageSection.global-message .alert.alert-info:before {
      color: #fff; }
  #globalMessageSection.global-message .alert.alert-warning {
    background-color: #e5a913 !important;
    border-color: #e5a913 !important; }
    #globalMessageSection.global-message .alert.alert-warning:before {
      color: #fff; }

.input-search {
  width: auto; }

.clickable {
  cursor: pointer; }

.list-group-item .tag.ellipsis {
  width: calc(100% - 30px);
  float: left; }

.highlighted {
  background-color: orange !important; }

.search-match {
  background-color: yellow; }

.scr-link-disabled {
  opacity: 0.5;
  cursor: default; }
  .scr-link-disabled:hover {
    cursor: default; }

/* Username */
span.username:before {
  content: "@"; }

/* Btn download */
.btn-download:before {
  content: "\f019"; }

/* Btn upload */
.btn-upload:before {
  content: "\f093"; }

/* Paginação */
.ui-pagination-results-range {
  margin-right: 5px;
  line-height: 30px; }

.ui-pagination-items-per-page {
  margin-right: 5px; }

.tag {
  margin-top: 0px;
  padding: 5px 15px;
  width: 100%;
  text-align: -left; }
  .tag .ellipsis {
    width: calc(100% - 30px);
    float: left; }

.btn-focus-none:focus {
  outline: none; }

.description > div.row {
  margin-bottom: 4px; }

/* Editor de script */
.editor-de-script {
  position: absolute;
  width: 100%;
  height: calc(100% - 68px);
  margin-top: 5px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.055); }

.editor-abas .read-only-label {
  padding: 10px;
  padding-top: 5px; }

/* Editor em uma modal */
.modal-editor {
  height: 750px;
  max-width: 100%; }
  .modal-editor .modal-body {
    padding: 0px !important;
    border-bottom: 1px solid #f1f1f1;
    background-color: #f5f7fa; }
  .modal-editor .modal-content {
    width: 100%;
    height: 100%; }
  .modal-editor .modal-body {
    height: calc(100% - 46px);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .modal-editor .modal-footer {
    border-color: transparent; }
  .modal-editor .scrollBar {
    overflow-y: auto; }

.editor-de-script .page-header {
  padding: 0 10px; }

.editor-de-script .body {
  position: absolute;
  width: 100%;
  height: calc(100% - 47px); }

/* Editor */
/* Editor fullscreen */
.modal-full {
  margin: 0;
  width: 100vw !important;
  height: 100vh !important; }
  .modal-full .modal-content {
    border-radius: 0; }
  .modal-full .modal-footer {
    display: none; }
  .modal-full .modal-body {
    height: calc(100% - 46px) !important; }
  .modal-full .scrollBar {
    overflow-y: auto; }

/* ajuste versão anterior codemirror */
.editor-content .codemirror__content .CodeMirror-scroll,
.editor-content.console-true .codemirror__content .CodeMirror-scroll {
  height: 100%; }

.modal-full .editor-content .codemirror__content {
  height: 100%;
  height: calc(100% - 20px); }
  .modal-full .editor-content .codemirror__content .CodeMirror-scroll {
    height: 100%; }
    .modal-full .editor-content .codemirror__content .CodeMirror-scroll .CodeMirror-gutter {
      height: 100%; }

/* ajuste versão anterior codemirror */
.codemirror__content {
  height: calc(100% - 20px); }

.explorer__container {
  width: 230px;
  height: calc(100% - 45px); }
  .explorer__container ul.tree-list {
    height: 100%; }
  .explorer__container .has-scrollbar .scrollBar {
    margin-right: 0 !important; }

/* Sidebar left e right */
.editor-sidebar-left,
.editor-sidebar-right {
  position: absolute;
  height: 100%;
  padding: 10px;
  background-color: #f5f7fa; }

.editor-sidebar-left ul.tree-list.scrollBar {
  padding: 0px 5px 0px 0px; }

.editor-sidebar-right .panel-group.scrollBar {
  padding: 0px 5px 0px 0px;
  max-height: calc(100% - 30px); }

.editor-sidebar-left {
  left: 0px;
  border-right: 1px solid #ebedf0; }

.editor-sidebar-right {
  right: 0px;
  border-left: 1px solid #ebedf0; }
  .editor-sidebar-right .panel-heading {
    background-color: #f5f7fa; }
    .editor-sidebar-right .panel-heading a {
      color: #505661; }

/* Editar o script */
.editar-script {
  position: absolute;
  height: 100%;
  width: 60%;
  left: 20%; }

.editor-acoes {
  width: 100%;
  padding: 10px; }

.editor-acoes,
.CodeMirror-gutter {
  background-color: #f5f7fa; }

.modal-editor .modal-header {
  border-color: transparent; }

/* Abas */
.editor-abas {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: #ebedf0;
  border-bottom: 0px solid #cecece; }
  .editor-abas .btn-group:nth-child(1) {
    max-width: 89%; }
  .editor-abas button {
    height: 25px;
    margin-top: 5px;
    padding-top: 3px;
    background-color: #e3e5ea; }
    .editor-abas button.btn-sm, .editor-abas button.btn-xs {
      border-radius: 4px 4px 0px 0px;
      border-bottom: 0px; }
    .editor-abas button.abas {
      padding-right: 28px; }
    .editor-abas button div {
      width: 100%;
      max-width: 80px;
      text-align: left; }
    .editor-abas button.read-only {
      width: 120px; }
    .editor-abas button.abas .fa,
    .editor-abas button.read-only .fa-eye {
      font-size: 11px;
      float: left;
      margin: 3px 5px 0px 0px; }
    .editor-abas button a {
      position: absolute;
      top: 3px;
      right: 5px;
      color: #a9afbb;
      opacity: 0.5; }
    .editor-abas button:hover {
      background-color: #ebedf0;
      border-color: #ccc; }
      .editor-abas button:hover a {
        opacity: 1; }
    .editor-abas button.active {
      height: 29px;
      margin-top: 0px;
      padding-top: 5px;
      background-color: #fff;
      box-shadow: none;
      border-color: #cecece;
      border-radius: 4px 4px 0px 0px !important; }
    .editor-abas button.btn-xs {
      padding: 4px 5px 5px;
      font-size: 11px;
      color: #9499a7; }

/* Content editor */
.editor-content {
  position: absolute;
  width: 100%;
  height: calc(80% - 83px);
  background-color: #f5f7fa; }
  .editor-content form {
    height: 100%; }
  .editor-content.read-only .CodeMirror {
    background: #f7f7f7; }

.editor-abas button.active.read-only {
  background: #f7f7f7; }

.editor-content .CodeMirror {
  height: 100%;
  margin-top: -1px !important;
  border-radius: 0px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 0px !important;
  border-right: 0px !important;
  box-shadow: none; }

.editor-content textarea:focus {
  margin-top: -1px;
  box-shadow: none;
  border-color: #ccc;
  outline: none !important; }

.editor-content .CodeMirror-scroll {
  height: 515px; }

.editor-content.console-true .CodeMirror-scroll {
  height: 400px; }

.editor-content .CodeMirror-dialog > div {
  height: 32px;
  width: 500px;
  top: 1px;
  right: 7px;
  left: auto;
  font-family: "Open Sans";
  font-size: 12px;
  color: #adadad;
  background-color: #252526;
  box-shadow: 0 2px 8px #000000;
  outline: none;
  border: none; }
  .editor-content .CodeMirror-dialog > div input {
    width: 200px !important;
    color: inherit;
    background-color: transparent;
    outline: none;
    border: none; }

.editor-content .CodeMirror-dialog > div {
  padding: 4px; }

.editor-content .CodeMirror-dialog > div button {
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  text-transform: uppercase; }

/* Erro no script */
.editor-erro {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 10px 0px 10px;
  bottom: 0px;
  background-color: #fff;
  border-top: 10px solid #ebedf0;
  color: #505661; }
  .editor-erro h5 {
    font-weight: bold; }
  .editor-erro .top a {
    color: #505661; }

/* Tree list */
ul.tree-list {
  list-style: none; }
  ul.tree-list a {
    text-decoration: none; }
  ul.tree-list ul {
    margin-left: 15px; }
  ul.tree-list li {
    margin-bottom: 5px; }
    ul.tree-list li .ellipsis {
      width: calc(100% - 45px);
      display: inline-block;
      vertical-align: middle; }
    ul.tree-list li a {
      cursor: pointer; }
    ul.tree-list li:before {
      display: inline-block;
      vertical-align: middle;
      font-family: fontAwesome;
      width: 10px;
      margin-right: 12px;
      cursor: pointer; }
  ul.tree-list small:nth-child(2) a {
    color: #adadad;
    margin-top: 3px;
    opacity: 0; }
  ul.tree-list li.pasta:before {
    content: "\f115"; }
  ul.tree-list li.pasta.collapsed:before {
    content: "\f114"; }
  ul.tree-list li.tags:before, ul.tree-list li.tags.collapsed:before {
    content: "\f02c"; }
  ul.tree-list li.script:before {
    content: "\f121"; }
  ul.tree-list li.script:hover a {
    opacity: 1; }
  ul.tree-list li.componente:hover a,
  ul.tree-list li.critica:hover a,
  ul.tree-list li.fonte-dinamica:hover a {
    opacity: 1; }
  ul.tree-list li.fonte:before {
    content: "\f1c0"; }
  ul.tree-list li.categoria:before {
    content: "\f0c1"; }
  ul.tree-list li.coluna:before {
    content: "\f0db"; }
  ul.tree-list li.data:before {
    content: "\f073"; }
  ul.tree-list li.texto:before {
    content: "\f031"; }
  ul.tree-list li.formula:before {
    content: "\f12b"; }
  ul.tree-list li.filemain:before {
    content: "\f1c9"; }
  ul.tree-list li.componente:before {
    content: "\f1e6"; }
  ul.tree-list li.fonte-dinamica:before {
    content: "\f1c0"; }
  ul.tree-list li.critica:before {
    content: "\f0e7"; }
  ul.tree-list .collapsed ul {
    display: none; }
  ul.tree-list li.collapsed:before {
    display: inline-block;
    width: 10px; }

/* Tree list */
.tree ul.tree-list:nth-child(1) {
  padding-left: 7px; }

span.tree-arrow {
  cursor: pointer;
  margin-left: -22px;
  float: left; }

ul.tree-list {
  list-style: none;
  padding-left: 0px; }
  ul.tree-list ul {
    padding-left: 0px; }

label.tree-label {
  padding-top: 2px; }

/* SCROLL BAR */
.scrollContent {
  position: relative; }

.scrollBar {
  overflow-y: auto;
  overflow-x: hidden; }
  .scrollBar::-webkit-scrollbar {
    width: 6px; }
  .scrollBar.thin {
    transition: all 0.5s; }
    .scrollBar.thin::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(100, 100, 100, 0.1); }

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1); }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.1); }

/* Editor de Script */
/* Modal 100% */
.editor-full-screen {
  width: 100% !important;
  height: 100% !important;
  padding: 0px !important;
  margin: 0px !important; }

.editor-acoes-full-screen {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 10px; }

.compress {
  display: none; }

/* Tabela editor */
/* Tabela com scroll */
.table-scroll {
  width: auto;
  overflow-x: scroll;
  overflow-y: hidden; }
  .table-scroll tbody .grupo {
    border-bottom: 2px solid #dcdcdc; }

/* Agrupadores */
.agrupadores {
  border-bottom: 1px solid #ccc; }
  .agrupadores td {
    padding: 0px 5px; }
  .agrupadores .row:nth-child(1) p {
    border-top: 1px solid #ccc; }
  .agrupadores p {
    border-bottom: 1px solid #fff;
    margin: 0px;
    padding: 5px; }
    .agrupadores p:nth-child(1) {
      padding-left: 20px; }

/* Definindo parametros draggable */
.row-draggable {
  background-color: #eff1f6;
  border-radius: 3px;
  padding: 6px;
  margin-bottom: 2px;
  cursor: pointer; }

/* Definindo filtros */
.well-editor-filtros .well {
  background-color: rgba(208, 208, 208, 0.34);
  border: 1px solid #bfbfbf;
  position: relative; }
  .well-editor-filtros .well .well::before {
    content: "";
    width: 20px;
    height: 2px;
    left: -20px;
    top: 50%;
    margin-top: -1px;
    position: absolute;
    background-color: #bfbfbf; }

/* Input auto complete */
.input-auto-complete {
  position: relative; }
  .input-auto-complete input {
    position: relative; }
  .input-auto-complete ul {
    z-index: 3;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow: hidden; }
    .input-auto-complete ul li a {
      border-bottom: 1px solid #ececec;
      padding: 5px;
      width: 100%;
      display: block;
      color: #4e4e4e;
      text-decoration: none; }
  .input-auto-complete li a small {
    color: #a2a7b3; }
  .input-auto-complete ul li a:focus {
    background-color: #3875d7;
    color: #fff; }
    .input-auto-complete ul li a:focus small {
      color: #fff; }
  .input-auto-complete li i {
    color: #ababab; }

/* Plugin Dragtable */
[ng-drag] {
  cursor: move; }
  [ng-drag].dragging {
    opacity: 0.6; }

[ng-drop].drag-enter {
  background: rgba(0, 0, 0, 0.15);
  padding: 5px; }

/* Visualizando todos os scripts */
.script-open-scroll,
.tags-open-scroll {
  height: 328px;
  overflow-y: scroll; }

.painel-script-open {
  height: 473px; }

/* Lentidadão ao esconder/exibir elemento */
.ng-hide.ng-hide-animate {
  display: none !important; }

/* Gerenciador de scripts > Sidebar */
.list-group-folder {
  margin-top: 0px;
  padding: 0; }

.list-group-folder-title {
  display: block;
  width: 100% !important;
  padding: 8px 45px 8px 15px; }

.list-group-folder-action {
  position: absolute;
  right: 15px;
  top: 8px; }

.script-open-scroll .list-group-item:nth-child(1),
.tags-open-scroll .list-group-item:nth-child(1) {
  border-bottom: 0px solid #ddd !important; }

.panel-body-open-script {
  border-bottom: 1px solid #ddd !important; }

.panel-footer-open-script {
  border-top: 1px solid #ddd !important;
  background-color: #fff;
  height: 43px; }

/* Modal de Log */
.modal-log-fullscreen {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  margin: 0px; }
  .modal-log-fullscreen .modal-content {
    height: 100%; }

.gerenciador .editor-sidebar-right .panel-heading .panel-toggle {
  padding: 5px 10px; }

.gerenciador .editor-sidebar-right .panel-body .list-item {
  padding: 5px 10px; }

.gerenciador .editor-sidebar-right .panel-body .list-sub-item {
  margin: 0px 0px 5px 5px; }

.col-btn-remove {
  padding-right: 45px !important; }
  .col-btn-remove .btn {
    position: absolute;
    top: 0;
    right: 4px; }

.gerenciador .editor-sidebar-right .panel-heading .panel-toggle .col-md-1 i {
  margin-top: 3px; }

/* Nested List Group */
.list-group.list-group-root {
  min-height: 20px;
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .list-group.list-group-root .list-group {
    margin-bottom: 0; }
  .list-group.list-group-root .list-group-item {
    border-radius: 0;
    border-width: 1px 0 0 0;
    margin-bottom: 0; }
  .list-group.list-group-root > .list-group-item:first-child {
    border-top-width: 0; }
  .list-group.list-group-root > .list-group > .list-group-item {
    padding-left: 30px; }

.table > tbody > tr > td.table__cell--multiline {
  line-height: 1; }

@media (min-width: 992px) {
  td.min100 {
    width: 85px; } }

@media (min-width: 1400px) {
  td.min100 {
    width: 145px; } }

.modal-run .row {
  margin-bottom: 5px; }

.modal-run label {
  /* Forcing Word Breaks */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.table td .list-alert-box--script .list-alert {
  width: 6px;
  height: 6px;
  color: transparent;
  cursor: default; }

.table td:hover .list-alert-box--script .list-alert {
  width: 9px;
  height: 19px;
  color: #fff;
  transition: all 0.1s ease-out; }

.list-alert-box--script {
  position: relative; }
  .list-alert-box--script .list-alert-group {
    top: -5px;
    right: -6px; }

.code__exemplo:first-line {
  line-height: 0; }

.bth-popover__script-btn {
  width: 53px;
  text-align: left; }

.bth-popover__script--erro {
  background-color: #f5f5f5; }
  .bth-popover__script--erro pre {
    background-color: transparent;
    border: none; }
  .bth-popover__script--erro.popover {
    width: 700px !important; }
    .bth-popover__script--erro.popover .arrow:after {
      border-bottom-color: #f5f5f5; }
    .bth-popover__script--erro.popover .popover-content {
      max-height: 250px; }

.tablesort__drag {
  position: relative; }
  .tablesort__drag:before {
    position: absolute;
    left: 2px;
    top: 1px;
    width: 6px;
    height: 18px;
    content: "";
    opacity: 1;
    border-left: 2px dotted #ccc;
    border-right: 2px dotted #ccc;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab; }
    .tablesort__drag:before:active {
      cursor: grabbing;
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing; }

/* ==========================================

   bth-modal-sidebar

   ========================================== */
.modal-content__sidebar {
  right: 0;
  transition: transform 0.3s;
  box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.3);
  border-left-color: #eee !important; }

.modal-content__sidebar--open {
  transform: translate(150px); }

.modal-content__sidebar .modal-body {
  min-height: 250px; }

.bth-modal-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: left 0.3s; }

.bth-modal-sidebar--open {
  z-index: 2001; }
  .bth-modal-sidebar--open .bth-modal-sidebar__expand {
    background-color: #fff; }

.bth-modal-sidebar__backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 237, 240, 0.5); }

.bth-modal-sidebar__content {
  position: sticky;
  top: 31px;
  width: 400px;
  height: calc(100vh - 62px);
  min-height: 184px;
  max-height: calc(100% - 2px);
  padding: 15px 0;
  background: #f5f5f5;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }

.bth-modal-sidebar__title {
  padding: 0 20px 0 5px; }

.bth-modal-sidebar__expand {
  position: absolute;
  top: 0px;
  left: -28px;
  width: 30px;
  height: 170px;
  padding: 15px 9px;
  background-color: #f5f5f5;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 1;
  color: #3475c1;
  text-decoration: none !important; }
  .bth-modal-sidebar__expand--second {
    top: 171px;
    height: calc(100% - 171px); }
  .bth-modal-sidebar__expand--active {
    color: #666 !important;
    background-color: #f5f5f5 !important; }
  .bth-modal-sidebar__expand:visited, .bth-modal-sidebar__expand:active {
    color: #3475c1; }
  .bth-modal-sidebar__expand:hover {
    color: #295d99;
    background-color: #f5f5f5; }
  .bth-modal-sidebar__expand small {
    display: inline-block;
    transform: translate(13px, 0) rotate(90deg);
    transform-origin: 0 0;
    font-weight: bold;
    white-space: nowrap; }

.bth-modal-sidebar__scroll {
  height: calc(100% - 80px);
  margin-right: 15px;
  margin-left: 5px;
  padding: 0 20px 0 5px;
  overflow-y: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
  .bth-modal-sidebar__scroll::-webkit-scrollbar {
    width: 6px; }

.bth-historico-icon-full.bth-historico-icon-full--success:after {
  color: #689c32; }

.bth-historico-icon-full.bth-historico-icon-full--error:after {
  color: #d04a37; }

/***********************************

** Help - como utilizar

***********************************/
.list__help .list__help {
  margin-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px; }
  .list__help .list__help:before {
    position: absolute;
    top: 35px;
    left: 5px;
    width: 1px;
    height: calc(100% - 50px);
    content: "";
    border-left: 3px solid #ddd; }

.list__help.list__help--tree .list__help:before {
  left: 4px;
  border-left: 1px solid #ddd; }

.list__item-help {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4; }
  .list__item-help .list__item-help {
    padding-top: 4px;
    padding-bottom: 4px; }
  .list__item-help + .list__item-help {
    border-top: 1px solid #ddd; }

.row .list__item-help--hasChild {
  padding-left: 20px;
  cursor: pointer; }

.list__item-help--hasChild:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f196";
  color: #999; }

.open.list__item-help--hasChild:before {
  content: "\f147"; }

.list__help--tree .list__item-help--hasChild:before {
  top: 3px;
  content: "\f0da"; }

.list__help--tree .open.list__item-help--hasChild:before {
  content: "\f0d7"; }

.list__item-help--info {
  margin-top: 6px;
  margin-bottom: 6px; }

.list-tt {
  font-size: 16px; }

/*******************

Editor console

*******************/
.console__bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px; }

.console__bar--open {
  height: 25%; }

.console__link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 18px;
  z-index: 2; }

.console__link--clean {
  right: 24px; }

.console__link--options:focus, .console__link--options:active, .console__link--options:hover {
  text-decoration: none; }

.console__link--options i {
  padding: inherit;
  width: 1.2857142857142858em;
  text-align: center; }

.console__link--log {
  margin: 0 5px; }

.console__tabs {
  background-color: #fff; }
  .console__tabs > .nav-tabs > li > a {
    padding: 8px 14px;
    line-height: 1.42857;
    border-bottom: none; }
  .console__tabs :not(.super-tabs) > .nav-tabs:not(.nav-stacked) {
    border-bottom: none; }

/* hack base crossversion */
.console__tab--total {
  font-weight: bold; }

.console__content {
  height: calc(100% - 34px);
  padding: 0 10px;
  bottom: 0px;
  background-color: #fff;
  color: #505661; }
  .console__content h5 {
    font-weight: bold; }
  .console__content .top a {
    color: #505661; }

.console__tab {
  padding-top: 10px; }

.console__list {
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  border-radius: 0;
  white-space: nowrap; }

.console__log {
  padding-bottom: 6px;
  display: flex;
  word-break: break-word; }

.console__log--icon {
  padding: 3px 5px;
  width: 20px; }

/* FIM Editor console  */
/*******************

breadcrumb truncate

*******************/
.breadcrumb--truncate .breadcrumb {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .breadcrumb--truncate .breadcrumb li {
    display: inline; }

/*******************

IDE sidebar resize

*******************/
.ide__editor {
  display: flex;
  flex-flow: row wrap;
  height: 100%; }

.ide__stage {
  flex: 1;
  position: relative;
  height: 100%; }

.ide__sidebar {
  position: relative;
  min-width: 40px;
  max-width: 500px;
  padding: 10px; }

.ide__sidebar--collapsed {
  width: 40px !important; }

.ide__sidebar--fontes {
  width: 385px;
  min-width: 230px;
  background-color: #fff; }

.ide__expander {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  display: block;
  padding: 12px; }

.ide__sidebar--collapsed .ide__dragbar {
  display: none; }

.ide__dragbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 6px;
  height: 100%;
  cursor: col-resize;
  border-left: 2px solid #ccc; }
  .ide__dragbar:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1px;
    height: 20px;
    border-left: 1px solid #ccc; }
  .ide__dragbar:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    height: 20px;
    border-left: 1px solid #ccc; }

/* ==========================================

   Lista de scripts externa

   ========================================== */
.modal-scripts {
  font-family: "Open Sans", sans-serif; }
  .modal-scripts .modal-body {
    position: relative; }
  .modal-scripts .table {
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #e1e3e6;
    hyphens: auto;
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
    table-layout: fixed;
    word-wrap: break-word; }
    .modal-scripts .table.table-unfixed {
      table-layout: auto !important; }
    .modal-scripts .table.table-disabled {
      opacity: 0.5;
      color: #666; }
    .modal-scripts .table.table-unstriped > tbody > tr:nth-child(odd) {
      background-color: #fff; }
    .modal-scripts .table tbody tr td {
      background-clip: padding-box !important;
      border: 1px solid #e1e3e6;
      line-height: 1.4286;
      padding: 6px;
      font-size: 13px;
      vertical-align: middle; }
      .modal-scripts .table tbody tr td.col-fit {
        white-space: nowrap;
        width: 1px; }
      .modal-scripts .table tbody tr td .info {
        color: #888;
        font-size: 12px;
        width: 100%; }
    .modal-scripts .table.table-treelist tbody tr.opened .cell-indentation:first-child .btn i {
      transform: none; }
    .modal-scripts .table.table-treelist tbody tr td .empty,
    .modal-scripts .table.table-treelist tbody tr th .empty {
      float: left;
      height: 17px;
      width: 22px; }
    .modal-scripts .table.table-treelist thead tr td .empty,
    .modal-scripts .table.table-treelist thead tr th .empty {
      float: left;
      height: 17px;
      width: 22px; }
    .modal-scripts .table.table-treelist tbody tr td .line,
    .modal-scripts .table.table-treelist tbody tr th .line {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-scripts .table.table-treelist thead tr td .line,
    .modal-scripts .table.table-treelist thead tr th .line {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-scripts .table.table-treelist tbody tr td .line:before,
    .modal-scripts .table.table-treelist tbody tr th .line:before {
      border-left: 1px solid silver;
      content: "";
      height: 100%;
      left: 50%;
      position: absolute; }
    .modal-scripts .table.table-treelist thead tr td .line:before,
    .modal-scripts .table.table-treelist thead tr th .line:before {
      border-left: 1px solid silver;
      content: "";
      height: 100%;
      left: 50%;
      position: absolute; }
    .modal-scripts .table.table-treelist tbody tr td .end,
    .modal-scripts .table.table-treelist tbody tr th .end {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-scripts .table.table-treelist thead tr td .end,
    .modal-scripts .table.table-treelist thead tr th .end {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-scripts .table.table-treelist tbody tr td .end:before,
    .modal-scripts .table.table-treelist tbody tr th .end:before {
      content: "";
      border-left: 1px solid silver;
      height: 50%;
      left: 50%;
      position: absolute; }
    .modal-scripts .table.table-treelist thead tr td .end:before,
    .modal-scripts .table.table-treelist thead tr th .end:before {
      content: "";
      border-left: 1px solid silver;
      height: 50%;
      left: 50%;
      position: absolute; }
    .modal-scripts .table.table-treelist tbody tr td .end:after,
    .modal-scripts .table.table-treelist tbody tr th .end:after {
      content: "";
      position: absolute;
      border-bottom: 1px solid silver;
      height: 2px;
      left: 50%;
      top: calc(50% - 2px);
      width: 10px; }
    .modal-scripts .table.table-treelist thead tr td .end:after,
    .modal-scripts .table.table-treelist thead tr th .end:after {
      content: "";
      position: absolute;
      border-bottom: 1px solid silver;
      height: 2px;
      left: 50%;
      top: calc(50% - 2px);
      width: 10px; }
    .modal-scripts .table.table-treelist tbody tr td .bow,
    .modal-scripts .table.table-treelist tbody tr th .bow {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-scripts .table.table-treelist thead tr td .bow,
    .modal-scripts .table.table-treelist thead tr th .bow {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-scripts .table.table-treelist tbody tr td .bow:before,
    .modal-scripts .table.table-treelist tbody tr th .bow:before {
      content: "";
      position: absolute;
      border-left: 1px solid silver;
      height: 100%;
      left: 50%; }
    .modal-scripts .table.table-treelist thead tr td .bow:before,
    .modal-scripts .table.table-treelist thead tr th .bow:before {
      content: "";
      position: absolute;
      border-left: 1px solid silver;
      height: 100%;
      left: 50%; }
    .modal-scripts .table.table-treelist tbody tr td .bow:after,
    .modal-scripts .table.table-treelist tbody tr th .bow:after {
      content: "";
      position: absolute;
      border-bottom: 1px solid silver;
      height: 2px;
      left: 50%;
      top: calc(50% - 2px);
      width: 10px; }
    .modal-scripts .table.table-treelist thead tr td .bow:after,
    .modal-scripts .table.table-treelist thead tr th .bow:after {
      content: "";
      position: absolute;
      border-bottom: 1px solid silver;
      height: 2px;
      left: 50%;
      top: calc(50% - 2px);
      width: 10px; }
    .modal-scripts .table.table-treelist tbody tr td .cell-indentation,
    .modal-scripts .table.table-treelist tbody tr th .cell-indentation {
      display: inline-block;
      padding-right: 5px;
      vertical-align: bottom; }
    .modal-scripts .table.table-treelist thead tr td .cell-indentation,
    .modal-scripts .table.table-treelist thead tr th .cell-indentation {
      display: inline-block;
      padding-right: 5px;
      vertical-align: bottom; }
    .modal-scripts .table.table-treelist tbody tr {
      background-color: #fff; }
      .modal-scripts .table.table-treelist tbody tr td {
        background-color: #fff;
        border-top: 0; }
        .modal-scripts .table.table-treelist tbody tr td.children {
          border: 0 !important;
          padding: 0; }
          .modal-scripts .table.table-treelist tbody tr td.children .table tr:first-child > td {
            border-top: 0; }
          .modal-scripts .table.table-treelist tbody tr td.children .table tr:last-child > td {
            border-bottom: 1px solid #e1e3e6; }
          .modal-scripts .table.table-treelist tbody tr td.children .table tr td:first-child {
            border-left: none; }
          .modal-scripts .table.table-treelist tbody tr td.children .table tr td:last-child {
            border-right: none; }
          .modal-scripts .table.table-treelist tbody tr td.children > div .table {
            border: none;
            margin-bottom: 0; }
          .modal-scripts .table.table-treelist tbody tr td.children.collapsed .table tr:last-child > td {
            border-bottom: 0; }
          .modal-scripts .table.table-treelist tbody tr td.children.has-loading:not(.collapsed) > div {
            border-bottom: 0.5px solid #e1e3e6 !important; }
        .modal-scripts .table.table-treelist tbody tr td:first-child {
          background-color: #fff; }
      .modal-scripts .table.table-treelist tbody tr:hover > td {
        background-color: #f9f9f9; }
    .modal-scripts .table.table-treelist > tbody > tr > td.children > div {
      margin-left: -1px;
      position: relative; }
    .modal-scripts .table.table-treelist > tbody > tr td.children > div:before {
      background-color: #e1e3e6;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 1px; }
  .modal-scripts .btn-favorite i {
    opacity: 1;
    color: #c0c0c0; }
    .modal-scripts .btn-favorite i.active {
      color: #e5a913; }
  .modal-scripts .btn-favorite.skeleton-loading {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
    margin-bottom: 5px; }
    .modal-scripts .btn-favorite.skeleton-loading i {
      opacity: 0; }
    .modal-scripts .btn-favorite.skeleton-loading:before, .modal-scripts .btn-favorite.skeleton-loading:after {
      content: "";
      position: absolute; }
    .modal-scripts .btn-favorite.skeleton-loading:before {
      width: 100%;
      height: 10px;
      top: 4px;
      left: 0;
      padding: 0;
      background-color: #ebedf0; }
    .modal-scripts .btn-favorite.skeleton-loading:after {
      width: 45%;
      height: 46px;
      padding: 0;
      left: 50%;
      background-color: #ffffff;
      filter: blur(3px);
      opacity: 0.7;
      animation: shine 1s cubic-bezier(0, 0, 0.25, 1) infinite;
      transform: rotate(15deg); }
  .modal-scripts .search-box {
    position: relative; }
    .modal-scripts .search-box input:not(:valid) ~ .clear-field {
      display: none; }
    .modal-scripts .search-box .clear-field {
      position: absolute;
      top: 0;
      right: 40px;
      border: 1px solid transparent;
      background-color: transparent;
      outline: 0;
      cursor: pointer;
      z-index: 999; }
      .modal-scripts .search-box .clear-field:after {
        content: "×";
        display: block;
        color: #9f9f9f;
        font-size: 20px;
        line-height: 26px;
        cursor: pointer; }
  .modal-scripts .modal-fade {
    opacity: 0.5; }
  .modal-scripts .bth-img-illustration,
  .modal-scripts .bth-illustration-not-found,
  .modal-scripts .bth-illustration-no-records,
  .modal-scripts .bth-illustration-pesquisa {
    position: relative;
    font-family: Open Sans, sans-serif;
    color: #333;
    background-color: #fff;
    background-repeat: no-repeat;
    flex-grow: 1;
    min-height: 400px; }
  .modal-scripts .bth-img-illustration:before,
  .modal-scripts .bth-illustration-not-found:before,
  .modal-scripts .bth-illustration-no-records:before,
  .modal-scripts .bth-illustration-pesquisa:before,
  .modal-scripts .bth-img-illustration:after,
  .modal-scripts .bth-illustration-not-found:after,
  .modal-scripts .bth-illustration-no-records:after,
  .modal-scripts .bth-illustration-pesquisa:after,
  .modal-scripts .bth-img-illustration .illustration-title,
  .modal-scripts .bth-illustration-not-found .illustration-title,
  .modal-scripts .bth-illustration-no-records .illustration-title,
  .modal-scripts .bth-illustration-pesquisa .illustration-title,
  .modal-scripts .bth-img-illustration .illustration-sub-title,
  .modal-scripts .bth-illustration-not-found .illustration-sub-title,
  .modal-scripts .bth-illustration-no-records .illustration-sub-title,
  .modal-scripts .bth-illustration-pesquisa .illustration-sub-title {
    position: absolute;
    width: 100%;
    text-align: center; }
  .modal-scripts .bth-illustration-not-found {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FtYWRhXzEiIGRhdGEtbmFtZT0iQ2FtYWRhIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDM2MC4zMyAyODguNjciPjxkZWZzPjxzdHlsZT4uY2xzLTEsLmNscy00e2ZpbGw6I2ZmZjt9LmNscy0xLC5jbHMtMTAsLmNscy0zLC5jbHMtOHtzdHJva2U6I2FkYzJlNDt9LmNscy0xLC5jbHMtMTAsLmNscy0zLC5jbHMtNCwuY2xzLTcsLmNscy04e3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDt9LmNscy0xLC5jbHMtMywuY2xzLTQsLmNscy03e3N0cm9rZS13aWR0aDozcHg7fS5jbHMtMntmaWxsOiNlZWY2ZmE7fS5jbHMtMTAsLmNscy0zLC5jbHMtNiwuY2xzLTcsLmNscy04e2ZpbGw6bm9uZTt9LmNscy00LC5jbHMtN3tzdHJva2U6IzhiYTdkODt9LmNscy01e2ZpbGw6I2Y0ZjZmOTt9LmNscy04e3N0cm9rZS13aWR0aDo1cHg7fS5jbHMtOXtmaWxsOiNhZGMyZTQ7fS5jbHMtMTB7c3Ryb2tlLXdpZHRoOjZweDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlByYW5jaGV0YSA5PC90aXRsZT48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjIwLjAxIiB5PSI3Ni4yNSIgd2lkdGg9IjEyMi44OCIgaGVpZ2h0PSIxNjkuNDgiIHJ4PSI5Ljg2IiByeT0iOS44NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI2LjcyIDE2LjU5KSByb3RhdGUoLTEwKSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTY5LjE1LDc4bDQ4LjQ3LTguNTRhOS44NSw5Ljg1LDAsMCwxLDExLjQyLDhsMjYsMTQ3LjQ3YTkuODgsOS44OCwwLDAsMS04LDExLjQzbC03Ny45LDEzLjczWiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMjAuMDEiIHk9Ijc2LjI1IiB3aWR0aD0iMTIyLjg4IiBoZWlnaHQ9IjE2OS40OCIgcng9IjkuODYiIHJ5PSI5Ljg2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjYuNzIgMTYuNTkpIHJvdGF0ZSgtMTApIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIyMTkuMDMiIHk9Ijc2LjI1IiB3aWR0aD0iMTIyLjg4IiBoZWlnaHQ9IjE2OS40OCIgcng9IjkuODYiIHJ5PSI5Ljg2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMi4yMiAtNDYuMjYpIHJvdGF0ZSgxMCkiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOTMuNTYsNzhsLTQ4LjQ3LTguNTRhOS44NSw5Ljg1LDAsMCwwLTExLjQyLDhMMjA3LjY2LDIyNWE5Ljg4LDkuODgsMCwwLDAsOCwxMS40M2w3Ny44OSwxMy43M1oiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjIxOS4wMyIgeT0iNzYuMjUiIHdpZHRoPSIxMjIuODgiIGhlaWdodD0iMTY5LjQ4IiByeD0iOS44NiIgcnk9IjkuODYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyLjIyIC00Ni4yNikgcm90YXRlKDEwKSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTgxLjEsNjguODljLjMxLDAsLjYyLDAsLjkzLDBoNDYuNWExNSwxNSwwLDAsMCwxNS0xNVY3LjQ0YzAtLjMxLDAtLjYyLDAtLjkzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI2NC44Myw4Ljc0SDE0My4xNFY1My4yOWExNSwxNSwwLDAsMS0xNSwxNWgtNDZWMjYzLjUyYTE4LDE4LDAsMCwwLDE4LDE4SDI2MS44OGExOCwxOCwwLDAsMCwxNy45NS0xOFYyMy43NEExNSwxNSwwLDAsMCwyNjQuODMsOC43NFoiLz48bGluZSBjbGFzcz0iY2xzLTQiIHgxPSIxNDMuMTQiIHkxPSI4Ljc0IiB4Mj0iODIuMDkiIHkyPSI2OC4yOSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtNSIgcG9pbnRzPSIxMjAuNTcgNjguODkgODIuNyA2OC44OSA4Mi43IDEwNi43NyAxMjAuNTcgNjguODkiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik04MS4xLDY4Ljg5Yy4zMSwwLC42MiwwLC45MywwaDQ2LjVhMTUsMTUsMCwwLDAsMTUtMTVWNy40NGMwLS4zMSwwLS42MiwwLS45M1oiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik0yNjQuODMsOC43NEgxNDMuMTRWNTMuMjlhMTUsMTUsMCwwLDEtMTUsMTVoLTQ2VjI2My41MmExOCwxOCwwLDAsMCwxOCwxOEgyNjEuODhhMTgsMTgsMCwwLDAsMTcuOTUtMThWMjMuNzRBMTUsMTUsMCwwLDAsMjY0LjgzLDguNzRaIi8+PGxpbmUgY2xhc3M9ImNscy03IiB4MT0iMTQzLjE0IiB5MT0iOC43NCIgeDI9IjgyLjA5IiB5Mj0iNjguMjkiLz48cGF0aCBjbGFzcz0iY2xzLTgiIGQ9Ik0xNDQuNzMsMTg2aDcyLjQ2YTkuNjIsOS42MiwwLDAsMCw4LjMzLTE0LjQzTDE4OS4yOCwxMDlhOS42Miw5LjYyLDAsMCwwLTE2LjY1LDBMMTM2LjQsMTcxLjU5QTkuNjIsOS42MiwwLDAsMCwxNDQuNzMsMTg2WiIvPjxjaXJjbGUgY2xhc3M9ImNscy05IiBjeD0iMTgwLjk2IiBjeT0iMTY2Ljk3IiByPSI1Ii8+PGxpbmUgY2xhc3M9ImNscy0xMCIgeDE9IjE4MC45NiIgeTE9IjEzMy44NSIgeDI9IjE4MC45NiIgeTI9IjE1NS43MyIvPjwvc3ZnPg==");
    background-size: 220px;
    background-position: 50% calc(50% - 80px); }
    .modal-scripts .bth-illustration-not-found .illustration-title {
      font-size: 24px;
      bottom: calc(50% - 65px); }
    .modal-scripts .bth-illustration-not-found .illustration-sub-title {
      bottom: calc(50% - 110px); }
  .modal-scripts .bth-illustration-no-records {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDM0OS4zNCAyNzYuNDYiPg0KICA8ZGVmcz4NCiAgICA8c3R5bGU+LmNscy0xLC5jbHMtNHtmaWxsOiNmZmY7fS5jbHMtMSwuY2xzLTMsLmNscy01e3N0cm9rZTojYWRjMmU0O30uY2xzLTEsLmNscy0zLC5jbHMtNCwuY2xzLTUsLmNscy02LC5jbHMtOXtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7fS5jbHMtMSwuY2xzLTMsLmNscy00LC5jbHMtOXtzdHJva2Utd2lkdGg6M3B4O30uY2xzLTJ7ZmlsbDojZWVmNmZhO30uY2xzLTMsLmNscy01LC5jbHMtNiwuY2xzLTgsLmNscy05e2ZpbGw6bm9uZTt9LmNscy00LC5jbHMtOXtzdHJva2U6IzhiYTdkODt9LmNscy01LC5jbHMtNntzdHJva2Utd2lkdGg6NnB4O30uY2xzLTZ7c3Ryb2tlOiNlMGUxZTQ7fS5jbHMtN3tmaWxsOiNmNGY2Zjk7fTwvc3R5bGU+DQogIDwvZGVmcz4NCiAgPHRpdGxlPnNlbXJlZ2lzdHJvczwvdGl0bGU+DQogIDxnIGlkPSJDYW1hZGFfMiI+DQogICAgPGcgaWQ9IkNhbWFkYV8xLTIiPg0KICAgICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxMy43MiIgeT0iNjkuNzQiIHdpZHRoPSIxMjIuODgiIGhlaWdodD0iMTY5LjQ4IiByeD0iOS44NiIgcnk9IjkuODYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNS42OCAxNS40KSByb3RhdGUoLTEwKSIvPg0KICAgICAgPHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNjIuODYsNzEuNTEsMTExLjMzLDYzYTkuODUsOS44NSwwLDAsMSwxMS40Miw4bDI2LDE0Ny40N2E5Ljg3LDkuODcsMCwwLDEtOCwxMS40M0w2Mi44NiwyNDMuNloiLz4NCiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMTMuNzIiIHk9IjY5Ljc0IiB3aWR0aD0iMTIyLjg4IiBoZWlnaHQ9IjE2OS40OCIgcng9IjkuODYiIHJ5PSI5Ljg2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjUuNjggMTUuNCkgcm90YXRlKC0xMCkiLz4NCiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMjEyLjc0IiB5PSI2OS43NCIgd2lkdGg9IjEyMi44OCIgaGVpZ2h0PSIxNjkuNDgiIHJ4PSI5Ljg2IiByeT0iOS44NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuOTkgLTQ1LjI2KSByb3RhdGUoMTApIi8+DQogICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yODcuMjcsNzEuNTEsMjM4LjgsNjNhOS44NSw5Ljg1LDAsMCwwLTExLjQyLDhsLTI2LDE0Ny40N2E5Ljg3LDkuODcsMCwwLDAsOCwxMS40M2w3Ny44OSwxMy43M1oiLz4NCiAgICAgIDxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMjEyLjc0IiB5PSI2OS43NCIgd2lkdGg9IjEyMi44OCIgaGVpZ2h0PSIxNjkuNDgiIHJ4PSI5Ljg2IiByeT0iOS44NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzAuOTkgLTQ1LjI2KSByb3RhdGUoMTApIi8+DQogICAgICA8cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik03NC43Nyw2Mi4zOWMuMzEsMCwuNjIsMCwuOTMsMGg0Ni41YTE1LDE1LDAsMCwwLDE1LTE1Vi45M2MwLS4zMSwwLS42MiwwLS45M1oiLz4NCiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI1OC40OSwyLjIzSDEzNi44VjQ2Ljc5YTE1LDE1LDAsMCwxLTE1LDE1aC00NlYyNTdBMTgsMTgsMCwwLDAsOTMuNzEsMjc1SDI1NS41NGExOCwxOCwwLDAsMCwxOC0xNy45NVYxNy4yM0ExNSwxNSwwLDAsMCwyNTguNDksMi4yM1oiLz4NCiAgICAgIDxsaW5lIGNsYXNzPSJjbHMtNCIgeDE9IjEzNi44IiB5MT0iMi4yMyIgeDI9Ijc1Ljc2IiB5Mj0iNjEuNzkiLz4NCiAgICAgIDxsaW5lIGNsYXNzPSJjbHMtNSIgeDE9IjExMy40NyIgeTE9Ijk4LjgiIHgyPSIxNDguNDkiIHkyPSI5OC44Ii8+DQogICAgICA8bGluZSBjbGFzcz0iY2xzLTYiIHgxPSIxMTMuNDciIHkxPSIxMTguOTQiIHgyPSIyMzUuNzgiIHkyPSIxMTguOTQiLz4NCiAgICAgIDxsaW5lIGNsYXNzPSJjbHMtNiIgeDE9IjExMy40NyIgeTE9IjEzOS4wNyIgeDI9IjIzNS43OCIgeTI9IjEzOS4wNyIvPg0KICAgICAgPGxpbmUgY2xhc3M9ImNscy02IiB4MT0iMTEzLjQ3IiB5MT0iMTU5LjIxIiB4Mj0iMjM1Ljc4IiB5Mj0iMTU5LjIxIi8+DQogICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTciIHBvaW50cz0iMTE0LjI4IDYyLjA3IDc2LjA5IDYyLjA3IDc2LjA5IDEwMC4yNyAxMTQuMjggNjIuMDciLz4NCiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtOCIgZD0iTTc0LjgxLDYyLjM5Yy4zMSwwLC42MiwwLC45MywwaDQ2LjVhMTUsMTUsMCwwLDAsMTUtMTVWLjkzYzAtLjMxLDAtLjYyLDAtLjkzWiIvPg0KICAgICAgPHBhdGggY2xhc3M9ImNscy05IiBkPSJNMjU4LjU0LDIuMjNIMTM2Ljg1VjQ2Ljc5YTE1LDE1LDAsMCwxLTE1LDE1aC00NlYyNTdhMTgsMTgsMCwwLDAsMTgsMTcuOTVIMjU1LjU5YTE4LDE4LDAsMCwwLDE4LTE3Ljk1VjE3LjIzQTE1LDE1LDAsMCwwLDI1OC41NCwyLjIzWiIvPg0KICAgICAgPGxpbmUgY2xhc3M9ImNscy05IiB4MT0iMTM2Ljg1IiB5MT0iMi4yMyIgeDI9Ijc1LjgiIHkyPSI2MS43OSIvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=");
    background-size: 220px;
    background-position: 50% calc(50% - 50px); }
    .modal-scripts .bth-illustration-no-records .illustration-title {
      font-size: 24px;
      bottom: calc(50% - 110px); }
    .modal-scripts .bth-illustration-no-records .illustration-sub-title {
      bottom: calc(50% - 130px); }

@keyframes shine {
  to {
    left: 145%; }
  from {
    left: -45%; } }

kbd {
  font-weight: 500;
  font-size: 70%;
  color: #222;
  border: 1px solid #ebedf0;
  border-top-color: #e1e3e6;
  border-left-color: #e1e3e6;
  background-color: #fff;
  padding: 1px 5px;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.18); }

.show--hoveronly {
  opacity: 0; }

.execucoes__table tr:hover .show--hoveronly {
  opacity: 1; }

.show--hoveronly {
  opacity: 0; }

.execucoes__table tr:hover .show--hoveronly {
  opacity: 1; }

.modal-scripts .nav-justified {
  flex-direction: row; }
  .modal-scripts .nav-justified li {
    display: inline-flex;
    flex: 1 1 auto;
    flex-wrap: nowrap; }
    .modal-scripts .nav-justified li a {
      width: 100%;
      text-align: center; }

.bth-wizard-modal-scripts {
  align-items: flex-start;
  counter-reset: bth-wizard-steps;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin-left: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  padding-left: 0;
  padding-top: 25px;
  position: relative;
  width: 100%;
  z-index: 0; }

.bth-wizard-modal-scripts__title {
  font-size: 14px; }

.bth-wizard-modal-scripts__title--action {
  margin: -35px 0 0;
  padding: 35px 0 0;
  position: relative;
  z-index: 10; }

button.bth-wizard-modal-scripts__title--action {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-weight: inherit; }
  button.bth-wizard-modal-scripts__title--action:focus, button.bth-wizard-modal-scripts__title--action:hover {
    color: #3475c1;
    outline: none; }

.bth-wizard-modal-scripts__title[disabled]:hover {
  color: silver;
  cursor: no-drop; }

.bth-wizard-modal-scripts__item {
  align-items: center;
  color: #767676;
  counter-increment: bth-wizard-steps;
  font-weight: 400;
  min-width: 100px;
  padding-top: 35px;
  position: relative;
  text-align: center;
  width: 100%; }
  .bth-wizard-modal-scripts__item:first-child:after {
    display: none; }
  .bth-wizard-modal-scripts__item:after {
    content: "";
    -webkit-transform: translate(50%);
    border-bottom: 1px solid;
    border-color: silver;
    position: absolute;
    right: 100%;
    top: 15px;
    transform: translate(50%);
    width: 100%;
    z-index: -1; }
  .bth-wizard-modal-scripts__item:before {
    content: counter(bth-wizard-steps);
    align-items: center;
    background-color: #fff;
    border: 1px solid silver;
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    left: calc(50% - 15px);
    position: absolute;
    top: 0;
    transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
    width: 30px; }

.bth-wizard-modal-scripts__item--active {
  color: #3475c1;
  font-weight: 600; }
  .bth-wizard-modal-scripts__item--active:before {
    background-color: #3475c1;
    border-color: #3475c1;
    color: #fff;
    font-weight: 600; }
  .bth-wizard-modal-scripts__item--active:after {
    border-color: #3475c1; }
  .bth-wizard-modal-scripts__item--active .bth-wizard-modal-scripts__icon {
    color: #fff; }

.bth-wizard-modal-scripts__item--checked {
  color: #3475c1; }
  .bth-wizard-modal-scripts__item--checked:before {
    border-color: #3475c1;
    color: #3475c1;
    content: "check";
    font-family: Material Icons, Arial, sans-serif;
    font-size: 18px;
    text-transform: none; }
  .bth-wizard-modal-scripts__item--checked:after {
    border-color: #3475c1; }

.bth-wizard-modal-scripts__item--visited {
  color: #3475c1; }
  .bth-wizard-modal-scripts__item--visited:before {
    border-color: #3475c1;
    color: #3475c1; }
  .bth-wizard-modal-scripts__item--visited:after {
    border-color: #3475c1; }
  .bth-wizard-modal-scripts__item--visited .bth-wizard-modal-scripts__icon {
    color: #3475c1; }
  .bth-wizard-modal-scripts__item--visited.bth-wizard-modal-scripts__item--active:before,
  .bth-wizard-modal-scripts__item--visited.bth-wizard-modal-scripts__item--active .bth-wizard-modal-scripts__icon {
    color: #fff; }

.bth-wizard-modal-scripts__item--danger {
  color: #d64038; }
  .bth-wizard-modal-scripts__item--danger:before {
    border-color: #d64038;
    color: #d64038;
    content: "priority_high";
    font-family: Material Icons, Arial, sans-serif;
    font-size: 13px;
    text-transform: none; }
  .bth-wizard-modal-scripts__item--danger:after {
    border-color: #d64038; }
  .bth-wizard-modal-scripts__item--danger .bth-wizard-modal-scripts__title {
    color: #d64038; }
  .bth-wizard-modal-scripts__item--danger button.bth-wizard-modal-scripts__title--action:focus, .bth-wizard-modal-scripts__item--danger button.bth-wizard-modal-scripts__title--action:hover {
    color: #d64038; }
  .bth-wizard-modal-scripts__item--danger.bth-wizard-modal-scripts__item--active:before {
    background-color: #d64038;
    color: #fff;
    font-weight: 400; }
  .bth-wizard-modal-scripts__item--danger.bth-wizard-modal-scripts__item--active .bth-wizard-modal-scripts__title {
    color: #d64038; }
  .bth-wizard-modal-scripts__item--danger.bth-wizard-modal-scripts__item--active button.bth-wizard-modal-scripts__title--action:focus, .bth-wizard-modal-scripts__item--danger.bth-wizard-modal-scripts__item--active button.bth-wizard-modal-scripts__title--action:hover {
    color: #d64038; }

.bth-wizard-modal-scripts__item--warning {
  color: #87640b; }
  .bth-wizard-modal-scripts__item--warning:before {
    border-color: #e5a913;
    color: #e5a913;
    content: "warning";
    font-family: Material Icons, Arial, sans-serif;
    font-size: 13px;
    text-transform: none; }
  .bth-wizard-modal-scripts__item--warning:after {
    border-color: #e5a913; }
  .bth-wizard-modal-scripts__item--warning .bth-wizard-modal-scripts__title {
    color: #87640b; }
  .bth-wizard-modal-scripts__item--warning button.bth-wizard-modal-scripts__title--action:focus, .bth-wizard-modal-scripts__item--warning button.bth-wizard-modal-scripts__title--action:hover {
    color: #87640b; }
  .bth-wizard-modal-scripts__item--warning.bth-wizard-modal-scripts__item--active:before {
    background-color: #e5a913;
    color: #fff;
    font-weight: 400; }
  .bth-wizard-modal-scripts__item--warning.bth-wizard-modal-scripts__item--active .bth-wizard-modal-scripts__title {
    color: #87640b; }
  .bth-wizard-modal-scripts__item--warning.bth-wizard-modal-scripts__item--active button.bth-wizard-modal-scripts__title--action:focus, .bth-wizard-modal-scripts__item--warning.bth-wizard-modal-scripts__item--active button.bth-wizard-modal-scripts__title--action:hover {
    color: #87640b; }

.bth-wizard-modal-scripts__item--disabled {
  color: silver;
  cursor: default; }
  .bth-wizard-modal-scripts__item--disabled:before {
    border-color: #e1e3e6;
    color: silver;
    content: counter(bth-wizard-steps); }
  .bth-wizard-modal-scripts__item--disabled:after {
    border-color: #e1e3e6; }

.bth-wizard-modal-scripts__item--checked.bth-wizard-modal-scripts__item--disabled:before {
  content: "check"; }

.bth-wizard-modal-scripts--vertical {
  flex-direction: column;
  padding-left: 55px; }
  .bth-wizard-modal-scripts--vertical .bth-wizard-modal-scripts__item {
    align-items: center;
    display: flex;
    min-height: 50px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-top: 0;
    text-align: left; }
    .bth-wizard-modal-scripts--vertical .bth-wizard-modal-scripts__item:before {
      left: 0; }
    .bth-wizard-modal-scripts--vertical .bth-wizard-modal-scripts__item:after {
      border-bottom: 0;
      border-left-style: solid;
      border-left-width: 1px;
      height: 100%;
      left: 14px;
      top: -100%;
      width: 0; }
  .bth-wizard-modal-scripts--vertical .bth-wizard-modal-scripts__title {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left; }
  .bth-wizard-modal-scripts--vertical .bth-wizard-modal-scripts__title--action {
    margin: 0 0 0 -30px;
    min-height: 30px;
    padding: 0 0 0 40px; }

.bth-wizard-modal-scripts--has-icon .bth-wizard-modal-scripts__item:not(.bth-wizard-modal-scripts__item--danger):not(.bth-wizard-modal-scripts__item--warning):before {
  content: ""; }

.bth-wizard-modal-scripts--has-icon .bth-wizard-modal-scripts__item--danger .bth-wizard-modal-scripts__icon,
.bth-wizard-modal-scripts--has-icon .bth-wizard-modal-scripts__item--warning .bth-wizard-modal-scripts__icon {
  display: none; }

.bth-wizard-modal-scripts--has-icon .bth-wizard-modal-scripts__icon {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  left: calc(50% - 15px);
  position: absolute;
  top: 0;
  transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out;
  width: 31px; }

.bth-wizard-modal-scripts--has-icon.bth-wizard-modal-scripts--vertical .bth-wizard-modal-scripts__icon {
  left: 0; }

.fullscreen-logs {
  max-height: 400px;
  background-color: white;
  border: 0;
  overflow: auto; }

.fullscreen-logs--full {
  max-height: calc(100vh - 160px); }

.bth-datepic.bth-datepicker {
  width: 250px;
  max-width: 320px;
  height: 270px;
  padding: 8px; }

.bth-datepicker__trigger {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: 0; }

.bth-datepicker__table {
  table-layout: fixed;
  width: 100%;
  height: 100%; }

.bth-datepicker__tbody {
  height: 180px; }

.bth-datepicker__button {
  border: none !important; }
  .bth-datepicker__button:focus {
    outline: 0; }
    .bth-datepicker__button:focus:active {
      outline: 0; }

.bth-datepicker__button--calendar {
  width: 100%;
  padding: 6px; }

.bth-datepicker__button--today {
  background-color: #e6e6e6;
  border-color: #adadad; }

.bth-datepicker--mode1 .bth-datepicker__button--calendar,
.bth-datepicker--mode2 .bth-datepicker__button--calendar {
  height: 65px; }

.container--full-y,
.bth-card__body--full-y {
  height: 100% !important; }

.cm-s-default,
.console__content {
  font-family: Consolas, "Courier New", monospace, serif;
  font-size: 14px;
  font-weight: 400; }

.CodeMirror {
  border-color: #f5f7fa !important; }
  .CodeMirror pre {
    font-size: 14px;
    font-weight: 400; }

.CodeMirror-gutter {
  padding: 0 12px; }

.ide__sidebar--collapsed {
  width: 50px !important; }
  .ide__sidebar--collapsed .ide__expander {
    font-size: 23px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 60px;
    top: 32px; }

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus,
.bth-checkbox input[type=checkbox]:focus + label:before {
  outline: none; }

.modal-editor .btn i {
  line-height: 1; }

.modal-editor ::-webkit-scrollbar-thumb,
.modal-editor ::-webkit-scrollbar-track {
  border-radius: 0; }

.modal-editor.modal-editor--dark ::-webkit-scrollbar-thumb {
  background: #424242; }

.modal-editor.modal-editor--dark ::-webkit-scrollbar-track {
  background: #2b2b2b; }

.modal-editor.modal-editor--dark ::-webkit-scrollbar-corner {
  background: #252526; }

.modal-editor.modal-editor--dark input {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #adadad; }

.modal-editor.modal-editor--dark .console__list {
  color: #adadad;
  background-color: #1e1e1e; }

.modal-editor.modal-editor--dark .editor__button--close:hover {
  color: #fff !important;
  opacity: 1 !important; }

.modal-editor.modal-editor--dark .bth-checkbox label,
.modal-editor.modal-editor--dark .fontes-explorer__title--detail a,
.modal-editor.modal-editor--dark .fontes-explorer__tree:before {
  color: #adadad; }

.modal-editor.modal-editor--dark .bth-checkbox label:before {
  background-color: #3c3c3c;
  border: 1px solid #858585; }

.modal-editor.modal-editor--dark .bth-checkbox label:after {
  background-color: #3c3c3c !important;
  border: 1px solid #858585; }

.modal-editor.modal-editor--dark a {
  color: #fff; }

.modal-editor.modal-editor--dark .modal-content,
.modal-editor.modal-editor--dark .editor-acoes,
.modal-editor.modal-editor--dark .editor-content,
.modal-editor.modal-editor--dark .ide__sidebar,
.modal-editor.modal-editor--dark .fontes-explorer,
.modal-editor.modal-editor--dark .fontes-wizard,
.modal-editor.modal-editor--dark .fontes-wizard__footer {
  background-color: #252526;
  color: #adadad; }
  .modal-editor.modal-editor--dark .modal-content h2,
  .modal-editor.modal-editor--dark .editor-acoes h2,
  .modal-editor.modal-editor--dark .editor-content h2,
  .modal-editor.modal-editor--dark .ide__sidebar h2,
  .modal-editor.modal-editor--dark .fontes-explorer h2,
  .modal-editor.modal-editor--dark .fontes-wizard h2,
  .modal-editor.modal-editor--dark .fontes-wizard__footer h2 {
    font-weight: 400; }

.modal-editor.modal-editor--dark .fontes-wizard__item {
  color: #dcdcaa; }
  .modal-editor.modal-editor--dark .fontes-wizard__item:hover {
    background-color: #37373D; }
    .modal-editor.modal-editor--dark .fontes-wizard__item:hover .fontes-wizard__actions {
      background-color: transparent; }

.modal-editor.modal-editor--dark .ide__dragbar {
  border-color: transparent; }

.modal-editor.modal-editor--dark .fontes-explorer__item {
  border-color: transparent;
  color: #adadad; }

.modal-editor.modal-editor--dark .modal-body {
  background-color: #252526;
  border-color: #252526; }

.modal-editor.modal-editor--dark .editor__button--close {
  text-shadow: none;
  color: #adadad; }

.modal-editor.modal-editor--dark .console__content {
  background-color: #1e1e1e;
  color: #adadad; }

.modal-editor.modal-editor--dark .CodeMirror pre {
  font-weight: 300; }

.modal-editor.modal-editor--dark .console__tabs {
  background-color: #252526; }

.modal-editor.modal-editor--dark .btn.btn-default {
  background-color: #333333;
  color: #adadad;
  border-color: #252526; }
  .modal-editor.modal-editor--dark .btn.btn-default:disabled {
    color: #676767; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-meta {
  color: #358cd6; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-number {
  color: #b5cea8; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-keyword {
  line-height: 1em;
  color: #c586c0; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-def {
  color: #9cdcfe; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-variable {
  color: #4fc1ff; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-variable-2 {
  color: #9cdcfe; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-variable-3,
.modal-editor.modal-editor--dark .cm-s-default span.cm-type {
  color: #a9b7c6; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-property {
  color: #9cdcfe; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-operator {
  color: #d4d4d4; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-string {
  color: #ce9178; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-string-2 {
  color: #6a8759; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-comment {
  color: #6a9955; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-link {
  color: #287bde; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-atom {
  color: #c586c0; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-error {
  color: #bc3f3c; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-tag {
  color: #c586c0; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-attribute {
  color: #9cdcfe; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-qualifier {
  color: #d7ba7d; }

.modal-editor.modal-editor--dark .cm-s-default span.cm-bracket {
  color: #808080; }

.modal-editor.modal-editor--dark .CodeMirror {
  background: #1e1e1e !important;
  color: #e9e9e9 !important;
  border-color: #252526 !important; }

.modal-editor.modal-editor--dark .cm-s-default .CodeMirror-cursor {
  border-left: 1px solid #bebebe !important; }

.modal-editor.modal-editor--dark .CodeMirror .activeline {
  background: #3a3a3a !important; }

.modal-editor.modal-editor--dark div.CodeMirror-selected {
  background: #1e496c; }

.modal-editor.modal-editor--dark .CodeMirror-gutters {
  background: #252526 !important;
  border-right: 1px solid grey;
  color: #606366; }

.modal-editor.modal-editor--dark span.cm-builtin {
  color: #a9b7c6; }

.modal-editor.modal-editor--dark .CodeMirror-matchingbracket {
  background-color: #3b514d;
  color: yellow !important; }

.modal-editor.modal-editor--dark .CodeMirror-hints {
  font-family: Consolas, "Courier New", monospace;
  font-size: 14px;
  color: #9c9e9e;
  background-color: #3b3e3f !important; }

.modal-editor.modal-editor--dark .CodeMirror-hints .CodeMirror-hint-active {
  background-color: #494d4e !important;
  color: #9c9e9e !important; }

.modal-editor.modal-editor--dark .CodeMirror-gutter {
  background-color: #252526 !important;
  border-right: 1px solid #252526;
  color: #606366; }

.five-lines-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  word-break: break-word; }

.word-break {
  white-space: normal;
  word-break: break-all; }

.atributos {
  padding: 5px 0 0 30px; }

.atributos-lixeira {
  padding: 5px 0 0 0; }

.badge--tags {
  margin-right: 3px;
  border-radius: 8px;
  font-size: 85%;
  text-align: left;
  text-indent: 0;
  white-space: normal; }

.badge--atributos {
  margin-right: 3px;
  border-radius: 8px;
  font-size: 85%;
  text-align: left;
  text-indent: 0;
  white-space: normal;
  background-color: transparent;
  border: 1px solid #ccc; }

.badge--marcadores {
  padding: 4px 8px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  font-size: 85%;
  text-align: left;
  white-space: normal; }

.execucoes__header {
  font-size: 13px;
  padding: 10px 8px 8px 8px;
  border-bottom: 2px solid #ddd; }
  .execucoes__header a {
    display: inline-block;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1; }

.execucoes__row {
  font-size: 13px;
  padding: 10px 8px;
  border-bottom: 1px solid #ddd;
  border-radius: 2px; }
  .execucoes__row:hover {
    background-color: #f5f7fa; }
  .execucoes__row a > i {
    color: #767676; }
    .execucoes__row a > i:hover {
      color: #595959; }

.execucoes__marcadores {
  margin: 8px 8px 8px 4px; }

.execucoes__marcadores-title {
  display: block;
  padding-top: 2px;
  padding-bottom: 4px; }

.execucoes__view {
  position: absolute;
  right: 40px;
  margin-top: -53px; }

.execucoes__entidadealvo {
  display: block;
  font-size: 90%;
  line-height: 2; }

.editable-item {
  position: relative;
  margin-top: 2px;
  padding: 2px 6px 4px 6px;
  border-radius: 3px;
  border: 1px dashed #bbb;
  cursor: move; }

.editable-item:hover {
  border: 1px solid #3BB2D4;
  border-radius: 0; }

.editable-item:hover:after,
.editable-item:hover:before {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #3BB2D4;
  top: calc(50% - 5px); }

.editable-item:hover:after {
  left: -5px; }

.editable-item:hover:before {
  right: -5px; }

.parametros__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  gap: 5px 10px;
  margin-bottom: 10px; }

.modal-size {
  margin-top: 2px;
  margin-right: 10px; }

.modal-size__form {
  overflow-x: hidden; }

.bth-logo__icon {
  width: 23px;
  height: 23px;
  margin-right: 5px; }

.loadingdots::after {
  width: 30px;
  display: inline-block;
  animation: dotty steps(1, end) 1s infinite;
  content: ''; }

@keyframes dotty {
  0% {
    content: ''; }
  25% {
    content: '.'; }
  50% {
    content: '..'; }
  75% {
    content: '...'; }
  100% {
    content: ''; } }

.select2-parametros > .select2-results .select2-result-label {
  max-width: fit-content; }

.select2-results .select2-highlighted small {
  color: #fff;
  opacity: .6; }

.select2-results .select2-highlighted .text-muted {
  color: inherit; }

.select2-label-parametroOpcional {
  position: relative;
  display: block;
  float: right;
  margin-top: 3px;
  padding: 0px 2px;
  line-height: 2;
  background-color: #fff;
  border-radius: 2px;
  color: #999; }

.select2-container-disabled .select2-label-parametroOpcional {
  background-color: #eee; }

