.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";
.dropdown-menu.dropdown-menu-scroll {
  height: auto;
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: auto; }

.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-loader--fixed {
  position: fixed;
  z-index: 9999; }

: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; }

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

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

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

.bth-navigation--edit {
  height: 60px; }
  .bth-navigation--edit > .container {
    height: 60px; }

.bth-navigation--toolbar > .container {
  top: 145px; }

.container.container-page--relatorios {
  padding: 12px 18px; }

.thumb__40 {
  border: 1px solid #E1E3E6;
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 40px;
  margin: 8px;
  z-index: 2; }
  .thumb__40 img {
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: 100%;
    position: absolute;
    z-index: 1; }
  .thumb__40 i {
    align-self: center;
    font-size: 25px; }

.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); }

.clickable {
  cursor: pointer; }

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

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

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

.rel-link-disabled {
  opacity: .4;
  cursor: default; }
  .rel-link-disabled:hover {
    opacity: .2;
    cursor: default; }

/* Usarname */
span.username:before {
  content: '@'; }

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

.icon-check-assinatura {
  margin-left: -12px;
  color: #000 !important; }

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

.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 em uma modal */
.modal-editor {
  height: 750px;
  max-width: 100%; }
  .modal-editor .modal-body {
    padding: 0px;
    border-bottom: 1px solid #f1f1f1;
    background-color: #f5f6fa; }
  .modal-editor .modal-content {
    width: 100%;
    height: 100%; }
  .modal-editor .modal-body {
    height: calc(100% - 105px); }

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

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

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

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

.gerenciador .editor-sidebar-right .panel-group.scrollBar {
  padding: 0px 5px 0px 0px;
  height: 568px; }

.gerenciador .editor-sidebar-left {
  left: 0px;
  border-right: 1px solid #eaecf3; }
  .gerenciador .editor-sidebar-left ul.tree-list.scrollBar {
    height: 545px; }

.gerenciador .editor-sidebar-right {
  right: 0px;
  border-left: 1px solid #eaecf3; }
  .gerenciador .editor-sidebar-right .panel-heading {
    background-color: #F5F6FA; }
    .gerenciador .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 10px 0px 10px;
  background-color: #EAECF3; }

/* Abas */
.editor-abas {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  padding-top: 10px;
  background-color: #EAECF3;
  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; }
    .editor-abas button a {
      position: absolute;
      top: 3px;
      right: 5px;
      color: #a9afbb;
      opacity: 0.5; }
    .editor-abas button:hover {
      background-color: #EAECF3;
      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.active.read-only {
        background: #f7f7f7; }
    .editor-abas button.btn-xs {
      padding: 4px 5px 5px;
      font-size: 11px;
      color: #9499a7; }
  .editor-abas .read-only-label {
    padding: 3px; }

/* Content editor */
.editor-content {
  position: absolute;
  width: 100%;
  height: calc(80% - 83px);
  background-color: #eaecf3;
  padding-left: 10px; }
  .editor-content form {
    height: 100%; }
  .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.read-only .CodeMirror {
    background: #f7f7f7; }

/* Erro no script */
.editor-erro {
  position: absolute;
  width: 100%;
  height: 24%;
  padding: 10px;
  bottom: 0px;
  background-color: #fff;
  border-top: 10px solid #EAECF3;
  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.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 .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; }

.rel-tree-root-js {
  padding-left: 3px; }

.rel-tree-node-js {
  padding-left: 3px; }
  .rel-tree-node-js:hover {
    background-color: #eee; }

.rel-tree-values {
  float: right;
  padding-top: 2px;
  padding-right: 3px; }

li.rel-tree-node-js .bth-checkbox input[type=checkbox]:disabled + label:before {
  background-color: #fff; }

li.rel-tree-node-js .bth-checkbox input[type=checkbox]:disabled:checked + label:after {
  background-color: #fff;
  color: #333; }

.tablesort__breadcrumb-itens {
  display: inline-block; }

.tablesort__breadcrumb {
  padding: 0 0 10px 0;
  margin: 0;
  background: 0;
  list-style: none;
  line-height: 1; }

.tablesort__breadcrumb-itens + .tablesort__breadcrumb-itens:before {
  padding: 0 5px;
  content: "\f105";
  font-family: FontAwesome;
  color: #ccc; }

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

.scrollBar {
  overflow-y: scroll;
  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-header-filtros div:nth-child(1) {
  width: 16%;
  margin-left: 2%; }

.well-editor-filtros .well-header-filtros div:nth-child(2), .well-editor-filtros .well-header-filtros div:nth-child(3), .well-editor-filtros .well-header-filtros div:nth-child(4), .well-editor-filtros .well-header-filtros div:nth-child(5), .well-editor-filtros .well-header-filtros div:nth-child(6) {
  width: 16%; }

.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; }

/* 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; }

/* Arquivo principal */
.bth-upload-list .label-principal {
  top: -1px;
  left: 2px;
  border-radius: 3px;
  position: absolute;
  overflow: hidden; }

.bth-upload-list .bth-principal {
  position: absolute;
  top: -3px;
  right: 1px; }

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

.well .remove-group {
  position: absolute;
  top: 2px;
  font-size: 13px;
  right: 5px; }

.form-inline-tabs {
  position: absolute;
  top: 0px;
  right: 4px; }

/* Gerenciador de relatórios > 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; }

.expressao-invalida {
  color: crimson; }

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

.table-sortable tbody tr .dots-drag {
  position: relative; }

.table-sortable tbody tr:hover .dots-drag:before {
  opacity: 1; }

.dots-drag:before {
  content: '';
  position: absolute;
  opacity: 0;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 18px;
  border-left: 2px dotted #ccc;
  border-right: 2px dotted #ccc; }

.drag-handler {
  visibility: hidden; }

.dragable .drag-handler {
  visibility: visible;
  border: outset 1px lightgray;
  cursor: row-resize;
  font-size: 60%;
  margin: 4px; }

.nao-expande.group-list .group-heading {
  cursor: default; }
  .nao-expande.group-list .group-heading:after {
    content: ''; }

/* 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; }

.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; }

/* fontes de dados */
.openSidebar {
  display: block;
  width: 20px;
  line-height: 30px;
  text-align: center; }

.info--labels {
  position: absolute;
  z-index: 1;
  display: block;
  top: 3px;
  right: 0;
  opacity: 0; }

.parent-li:hover > .info--labels {
  opacity: 1; }

.gerenciador ul.tree-list li.fonte:before {
  content: '\f1c0'; }

.gerenciador ul.tree-list li.fonte2:before {
  content: '\f0ce '; }

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

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

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

.row [class*="col-md-"] .list__item-ativos--hasChild {
  padding-left: 20px;
  cursor: pointer; }

.list__item-ativos--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-ativos--hasChild:before {
  content: "\f147"; }

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

.list__ativos--tree .open.list__item-ativos--hasChild:before {
  content: "\f0d7"; }

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

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

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

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

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

.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; }

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

   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: 300px; }

.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; }

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

   Rascunho do relatório

   ========================================== */
.reports__root > .group-heading {
  cursor: default; }
  .reports__root > .group-heading:after {
    display: none; }

.reports__root .group-list .group-heading {
  min-height: 35px; }
  .reports__root .group-list .group-heading:after {
    top: 0;
    margin-top: 12px; }

.group-list .reports__alerts {
  padding: 5px 0;
  margin: 10px 0 0px 0;
  border-top: 1px solid #ddd; }

.group-list .description {
  padding: 10px 0; }
  .group-list .description .row {
    margin-bottom: 6px; }

.tab1 {
  padding-left: 1em; }

.tab2 {
  padding-left: 2em; }

.tab3 {
  padding-left: 3em; }

.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; }

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

   Lista de relatorios externa

   ========================================== */
.modal-relatorios {
  font-family: 'Open Sans', sans-serif; }
  .modal-relatorios .modal-body {
    position: relative; }
  .modal-relatorios .table {
    margin-bottom: 1rem;
    background-color: transparent;
    hyphens: auto;
    max-width: 100%;
    overflow-wrap: break-word;
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word; }
    .modal-relatorios .table.table-unfixed {
      table-layout: auto !important; }
    .modal-relatorios .table.table-disabled {
      opacity: .5;
      color: #666; }
    .modal-relatorios .table.table-unstriped > tbody > tr:nth-child(odd) {
      background-color: #fff; }
    .modal-relatorios .table tbody tr td {
      background-clip: padding-box !important;
      line-height: 1.4286;
      padding: 6px;
      font-size: 13px;
      vertical-align: middle; }
      .modal-relatorios .table tbody tr td td {
        border: none; }
      .modal-relatorios .table tbody tr td.col-fit {
        white-space: nowrap;
        width: 1px; }
      .modal-relatorios .table tbody tr td .info {
        color: #888;
        font-size: 12px;
        width: 100%; }
    .modal-relatorios .table.table-treelist tbody tr.opened .cell-indentation:first-child .btn i {
      transform: none; }
    .modal-relatorios .table.table-treelist tbody tr td .empty, .modal-relatorios .table.table-treelist tbody tr th .empty {
      float: left;
      height: 17px;
      width: 22px; }
    .modal-relatorios .table.table-treelist thead tr td .empty, .modal-relatorios .table.table-treelist thead tr th .empty {
      float: left;
      height: 17px;
      width: 22px; }
    .modal-relatorios .table.table-treelist tbody tr td .line, .modal-relatorios .table.table-treelist tbody tr th .line {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-relatorios .table.table-treelist thead tr td .line, .modal-relatorios .table.table-treelist thead tr th .line {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-relatorios .table.table-treelist tbody tr td .line:before, .modal-relatorios .table.table-treelist tbody tr th .line:before {
      content: "";
      border-left: 1px solid silver;
      height: 100%;
      left: 50%;
      position: absolute; }
    .modal-relatorios .table.table-treelist thead tr td .line:before, .modal-relatorios .table.table-treelist thead tr th .line:before {
      content: "";
      border-left: 1px solid silver;
      height: 100%;
      left: 50%;
      position: absolute; }
    .modal-relatorios .table.table-treelist tbody tr td .end, .modal-relatorios .table.table-treelist tbody tr th .end {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-relatorios .table.table-treelist thead tr td .end, .modal-relatorios .table.table-treelist thead tr th .end {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-relatorios .table.table-treelist tbody tr td .end:before, .modal-relatorios .table.table-treelist tbody tr th .end:before {
      content: "";
      border-left: 1px solid silver;
      height: 50%;
      left: 50%;
      position: absolute; }
    .modal-relatorios .table.table-treelist thead tr td .end:before, .modal-relatorios .table.table-treelist thead tr th .end:before {
      content: "";
      border-left: 1px solid silver;
      height: 50%;
      left: 50%;
      position: absolute; }
    .modal-relatorios .table.table-treelist tbody tr td .end:after, .modal-relatorios .table.table-treelist tbody tr th .end:after {
      content: "";
      border-bottom: 1px solid silver;
      height: 2px;
      left: 50%;
      position: absolute;
      top: calc(50% - 2px);
      width: 10px; }
    .modal-relatorios .table.table-treelist thead tr td .end:after, .modal-relatorios .table.table-treelist thead tr th .end:after {
      content: "";
      border-bottom: 1px solid silver;
      height: 2px;
      left: 50%;
      position: absolute;
      top: calc(50% - 2px);
      width: 10px; }
    .modal-relatorios .table.table-treelist tbody tr td .bow, .modal-relatorios .table.table-treelist tbody tr th .bow {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-relatorios .table.table-treelist thead tr td .bow, .modal-relatorios .table.table-treelist thead tr th .bow {
      float: left;
      height: 17px;
      position: relative;
      width: 22px; }
    .modal-relatorios .table.table-treelist tbody tr td .bow:before, .modal-relatorios .table.table-treelist tbody tr th .bow:before {
      content: "";
      border-left: 1px solid silver;
      height: 100%;
      left: 50%;
      position: absolute; }
    .modal-relatorios .table.table-treelist thead tr td .bow:before, .modal-relatorios .table.table-treelist thead tr th .bow:before {
      content: "";
      border-left: 1px solid silver;
      height: 100%;
      left: 50%;
      position: absolute; }
    .modal-relatorios .table.table-treelist tbody tr td .bow:after, .modal-relatorios .table.table-treelist tbody tr th .bow:after {
      content: "";
      border-bottom: 1px solid silver;
      height: 2px;
      left: 50%;
      position: absolute;
      top: calc(50% - 2px);
      width: 10px; }
    .modal-relatorios .table.table-treelist thead tr td .bow:after, .modal-relatorios .table.table-treelist thead tr th .bow:after {
      content: "";
      border-bottom: 1px solid silver;
      height: 2px;
      left: 50%;
      position: absolute;
      top: calc(50% - 2px);
      width: 10px; }
    .modal-relatorios .table.table-treelist tbody tr td .cell-indentation, .modal-relatorios .table.table-treelist tbody tr th .cell-indentation {
      display: inline-block;
      padding-right: 5px;
      vertical-align: bottom; }
    .modal-relatorios .table.table-treelist thead tr td .cell-indentation, .modal-relatorios .table.table-treelist thead tr th .cell-indentation {
      display: inline-block;
      padding-right: 5px;
      vertical-align: bottom; }
    .modal-relatorios .table.table-treelist tbody tr {
      background-color: #fff; }
      .modal-relatorios .table.table-treelist tbody tr td {
        background-color: #fff;
        border-top: 0; }
        .modal-relatorios .table.table-treelist tbody tr td.children {
          border: 0 !important;
          padding: 0; }
          .modal-relatorios .table.table-treelist tbody tr td.children .table tr:first-child > td {
            border-top: 0; }
          .modal-relatorios .table.table-treelist tbody tr td.children .table tr:last-child > td {
            border-bottom: 1px solid #e1e3e6; }
          .modal-relatorios .table.table-treelist tbody tr td.children .table tr td:first-child {
            border-left: none; }
          .modal-relatorios .table.table-treelist tbody tr td.children .table tr td:last-child {
            border-right: none; }
          .modal-relatorios .table.table-treelist tbody tr td.children > div .table {
            border: none;
            margin-bottom: 0; }
          .modal-relatorios .table.table-treelist tbody tr td.children.collapsed .table tr:last-child > td {
            border-bottom: 0; }
          .modal-relatorios .table.table-treelist tbody tr td.children.has-loading:not(.collapsed) > div {
            border-bottom: 0.5px solid #e1e3e6 !important; }
        .modal-relatorios .table.table-treelist tbody tr td:first-child {
          background-color: #fff; }
      .modal-relatorios .table.table-treelist tbody tr:hover > td {
        background-color: #f9f9f9; }
    .modal-relatorios .table.table-treelist > tbody > tr > td.children > div {
      margin-left: -1px;
      position: relative; }
    .modal-relatorios .table.table-treelist > tbody > tr td.children > div:before {
      content: "";
      background-color: #e1e3e6;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 1px; }
  .modal-relatorios .btn-favorite i {
    opacity: 1;
    color: #C0C0C0; }
    .modal-relatorios .btn-favorite i.active {
      color: #E5A913; }
  .modal-relatorios .btn-favorite.skeleton-loading {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 5px;
    margin-bottom: 5px; }
    .modal-relatorios .btn-favorite.skeleton-loading i {
      opacity: 0; }
    .modal-relatorios .btn-favorite.skeleton-loading:before, .modal-relatorios .btn-favorite.skeleton-loading:after {
      content: '';
      position: absolute; }
    .modal-relatorios .btn-favorite.skeleton-loading:before {
      width: 100%;
      height: 10px;
      top: 4px;
      left: 0;
      padding: 0;
      background-color: #EBEDF0; }
    .modal-relatorios .btn-favorite.skeleton-loading:after {
      width: 45%;
      height: 46px;
      padding: 0;
      left: 50%;
      background-color: #FFFFFF;
      filter: blur(3px);
      opacity: .7;
      animation: shine 1s cubic-bezier(0, 0, 0.25, 1) infinite;
      transform: rotate(15deg); }
  .modal-relatorios .search-box {
    position: relative; }
    .modal-relatorios .search-box input:not(:valid) ~ .clear-field {
      display: none; }
    .modal-relatorios .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-relatorios .search-box .clear-field:after {
        content: "×";
        display: block;
        color: #9f9f9f;
        font-size: 20px;
        line-height: 26px;
        cursor: pointer; }
  .modal-relatorios .modal-fade {
    opacity: 0.5; }
  .modal-relatorios .bth-img-illustration, .modal-relatorios .bth-illustration-not-found, .modal-relatorios .bth-illustration-no-records, .modal-relatorios .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-relatorios .bth-img-illustration:before, .modal-relatorios .bth-illustration-not-found:before, .modal-relatorios .bth-illustration-no-records:before, .modal-relatorios .bth-illustration-pesquisa:before, .modal-relatorios .bth-img-illustration:after, .modal-relatorios .bth-illustration-not-found:after, .modal-relatorios .bth-illustration-no-records:after, .modal-relatorios .bth-illustration-pesquisa:after, .modal-relatorios .bth-img-illustration .illustration-title, .modal-relatorios .bth-illustration-not-found .illustration-title, .modal-relatorios .bth-illustration-no-records .illustration-title, .modal-relatorios .bth-illustration-pesquisa .illustration-title, .modal-relatorios .bth-img-illustration .illustration-sub-title, .modal-relatorios .bth-illustration-not-found .illustration-sub-title, .modal-relatorios .bth-illustration-no-records .illustration-sub-title, .modal-relatorios .bth-illustration-pesquisa .illustration-sub-title {
    position: absolute;
    width: 100%;
    text-align: center; }
  .modal-relatorios .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-relatorios .bth-illustration-not-found .illustration-title {
      font-size: 24px;
      bottom: calc(50% - 65px); }
    .modal-relatorios .bth-illustration-not-found .illustration-sub-title {
      bottom: calc(50% - 110px); }
  .modal-relatorios .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-relatorios .bth-illustration-no-records .illustration-title {
      font-size: 24px;
      bottom: calc(50% - 110px); }
    .modal-relatorios .bth-illustration-no-records .illustration-sub-title {
      bottom: calc(50% - 130px); }

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

.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-relatorios .nav-justified {
  flex-direction: row; }
  .modal-relatorios .nav-justified li {
    display: inline-flex;
    flex: 1 1 auto;
    flex-wrap: nowrap; }
    .modal-relatorios .nav-justified li a {
      width: 100%;
      text-align: center; }

.modal-relatorios .badge {
  background-color: #e1e3e6;
  border-radius: 50px;
  color: #222;
  font-size: 12px;
  font-weight: 300;
  padding: 3px 6px;
  text-align: center; }
  .modal-relatorios .badge.badge-primary {
    background-color: #3475c1;
    color: #fff; }

.bth-wizard-modal-relatorios {
  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-relatorios__title {
  font-size: 14px; }

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

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

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

.bth-wizard-modal-relatorios__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-relatorios__item:first-child:after {
    display: none; }
  .bth-wizard-modal-relatorios__item:after {
    -webkit-transform: translate(50%);
    border-bottom: 1px solid;
    border-color: silver;
    content: "";
    position: absolute;
    right: 100%;
    top: 15px;
    transform: translate(50%);
    width: 100%;
    z-index: -1; }
  .bth-wizard-modal-relatorios__item:before {
    align-items: center;
    background-color: #fff;
    border: 1px solid silver;
    border-radius: 50%;
    content: counter(bth-wizard-steps);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    left: calc(50% - 15px);
    position: absolute;
    top: 0;
    transition: background-color .4s ease-in-out, border-color .4s ease-in-out;
    width: 30px; }

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

.bth-wizard-modal-relatorios__item--checked {
  color: #3475c1; }
  .bth-wizard-modal-relatorios__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-relatorios__item--checked:after {
    border-color: #3475c1; }

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

.bth-wizard-modal-relatorios__item--danger {
  color: #d64038; }
  .bth-wizard-modal-relatorios__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-relatorios__item--danger:after {
    border-color: #d64038; }
  .bth-wizard-modal-relatorios__item--danger .bth-wizard-modal-relatorios__title {
    color: #d64038; }
  .bth-wizard-modal-relatorios__item--danger button.bth-wizard-modal-relatorios__title--action:focus, .bth-wizard-modal-relatorios__item--danger button.bth-wizard-modal-relatorios__title--action:hover {
    color: #d64038; }
  .bth-wizard-modal-relatorios__item--danger.bth-wizard-modal-relatorios__item--active:before {
    background-color: #d64038;
    color: #fff;
    font-weight: 400; }
  .bth-wizard-modal-relatorios__item--danger.bth-wizard-modal-relatorios__item--active .bth-wizard-modal-relatorios__title {
    color: #d64038; }
  .bth-wizard-modal-relatorios__item--danger.bth-wizard-modal-relatorios__item--active button.bth-wizard-modal-relatorios__title--action:focus, .bth-wizard-modal-relatorios__item--danger.bth-wizard-modal-relatorios__item--active button.bth-wizard-modal-relatorios__title--action:hover {
    color: #d64038; }

.bth-wizard-modal-relatorios__item--warning {
  color: #87640b; }
  .bth-wizard-modal-relatorios__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-relatorios__item--warning:after {
    border-color: #e5a913; }
  .bth-wizard-modal-relatorios__item--warning .bth-wizard-modal-relatorios__title {
    color: #87640b; }
  .bth-wizard-modal-relatorios__item--warning button.bth-wizard-modal-relatorios__title--action:focus, .bth-wizard-modal-relatorios__item--warning button.bth-wizard-modal-relatorios__title--action:hover {
    color: #87640b; }
  .bth-wizard-modal-relatorios__item--warning.bth-wizard-modal-relatorios__item--active:before {
    background-color: #e5a913;
    color: #fff;
    font-weight: 400; }
  .bth-wizard-modal-relatorios__item--warning.bth-wizard-modal-relatorios__item--active .bth-wizard-modal-relatorios__title {
    color: #87640b; }
  .bth-wizard-modal-relatorios__item--warning.bth-wizard-modal-relatorios__item--active button.bth-wizard-modal-relatorios__title--action:focus, .bth-wizard-modal-relatorios__item--warning.bth-wizard-modal-relatorios__item--active button.bth-wizard-modal-relatorios__title--action:hover {
    color: #87640b; }

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

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

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

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

.bth-wizard-modal-relatorios--has-icon .bth-wizard-modal-relatorios__item--danger .bth-wizard-modal-relatorios__icon, .bth-wizard-modal-relatorios--has-icon .bth-wizard-modal-relatorios__item--warning .bth-wizard-modal-relatorios__icon {
  display: none; }

.bth-wizard-modal-relatorios--has-icon .bth-wizard-modal-relatorios__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 .4s ease-in-out, border-color .4s ease-in-out;
  width: 31px; }

.bth-wizard-modal-relatorios--has-icon.bth-wizard-modal-relatorios--vertical .bth-wizard-modal-relatorios__icon {
  left: 0; }

.bth-card .bth-card__body.bth-card__body--full-y {
  height: 100%; }

.bth-card__body {
  padding: 0 14px; }

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

   Documentação relatório/script

   ========================================== */
.input-search {
  width: auto; }

.input-group-attach {
  display: flex; }
  .input-group-attach > div.form-control {
    display: flex;
    min-width: 0;
    padding: 4px 8px; }
    .input-group-attach > div.form-control .label {
      align-items: center;
      background-color: #ebedf0;
      border-radius: 2px !important;
      display: inline-flex;
      font-size: 14px;
      font-weight: 500;
      max-width: 100%;
      padding: 2px 0 2px 4px; }
  .input-group-attach .btn-remove:before {
    content: "\D7";
    font-size: 19px;
    padding: 0; }
  .input-group-attach .label a {
    align-items: center;
    display: flex;
    font-size: 13px;
    line-height: 13px;
    min-width: 0; }
  .input-group-attach .name {
    line-height: 19px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap; }
    .input-group-attach .name:after {
      content: "."; }
  .input-group-attach .extension {
    line-height: 19px;
    min-width: 25px;
    text-align: left;
    vertical-align: middle; }
  .input-group-attach .btn-remove {
    line-height: 1; }
  .input-group-attach > .input-group-btn {
    min-width: 43px; }
  .input-group-attach > .input-sm + .input-group-btn {
    min-width: 39px; }

.has-edit .input-group-attach .input-group-btn {
  min-width: 26px; }

.has-edit .input-group-attach > .form-control {
  padding: 2px !important; }

.bth-attach-items--condensed .bth-attach-item {
  height: 105px; }

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

   breadcrumb truncate

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

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

   select2 word break

   ========================================== */
.select2-wordbreak .select2-results .select2-result-label {
  white-space: normal;
  word-wrap: break-word; }

.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; }

.gr-cabecalho {
  background: #FFFFFF;
  padding: 12px 0px 1px 0px; }

.gr-container__content {
  padding-top: 16px;
  height: calc(100vh - 153px);
  overflow-y: auto; }

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

.cards__atributos {
  margin-top: 10px; }

.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; }

.export-options-row {
  display: flex;
  flex-wrap: wrap; }
  .export-options-row > .bth-radio-inline {
    flex: 0 0 auto;
    min-width: 68px;
    margin-right: 0; }

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

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

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

