.menu {
  cursor: pointer;
}

.bright.qv-panel-current-selections .buttons-end.border-left, .bright.qv-panel-current-selections .buttons.border-left, .btnMarcador {
    border-bottom: 1px solid #d9d9d9;
}

:not(#_) .sf-wrapper .Footer {
    margin-top: 20px;
}

body :not(#_) .sf-wrapper .dropdown-item:active {
	color: #fff !important;
    background-color: #007db8 !important;
}

body :not(#_) .sf-wrapper .source-title:before {
    content: "→";
	margin: 0 .2em 0;
}
body :not(#_) .sf-wrapper .next-title:before {
    content: "→";
}

/**
* set padding to make room for bootstrap menu
*
*/
body {
/*  padding-bottom: 30px; */
  background-color: #F2F2F2;
}

.borda {
  border: 1px solid #ff0000;
}

/*
* need to set the height for objects
* set top padding to make room for selection toolbar
*/
div.qvobject,
div.qvplaceholder {
  /*padding: 30px 10px 10px 10px;*/
  height: 400px;
}

.h-65 {
	height: 65vh !important;
}

.h-150 {
	height: 150px !important;
}

.df-jcc-h-100{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;

}

/* Ajusta o tamanho da lista e container da página de Gráficos Customizados */
#GC-LISTA-01,
#GC-CONTAINER-01 {
  height: 500px !important;
}

#PjeMk_content > div > div > div,
#sPMWFs_content > div > div > div {
  color: #404040;
  font-weight: bold;
}

div#PD-QVOBJ01, div#PD-QVOBJ02 {
    background-color: white;
}

.qcmd {
  cursor: pointer;
}

#popup {
  background-color: #7f8c8d;
  color: #ffffff;
  position: fixed;
  padding: 10px;
  margin: 10px;
  bottom: 0;
  right: 0;
  display: none;
  border-radius: 5px;
}

/*
 * Overrides Bootstrap navbar z-index to avoid conflict with selections bar
 */

.navbar-fixed-top {
  position: relative;
  z-index: 100;
}

/* Fim do CSS padrão */

.desligado {
  pointer-events: none;
}

.link_menu {
  color: #ffffff !important;
  text-decoration: none !important;
  cursor: pointer;
}

/* Links Internos da Regionalização do Pagamento */
.link3 {
  color: #000000 !important;
}

text > span {
  font-size: 14px;
}

.qvFiltro {
  flex: 1 1 auto;
  height: 35px;
  width: 100%;
}

#selecoesAtuais {
  padding-bottom: 10px;
}

#filtrosFixos {
  padding-bottom: 10px;
}

#ContainerQlik,
#Seletores {
  width: 100%;
  margin-bottom: 10px;
}

.qvBotao {
  flex: 1 1 auto;
  height: 23%;
  margin: 10px 0;
}

.qvSeletor {
  flex: 1 1 auto;
  height: 100px;
  width: 100%;
  border: 10px solid white;
  border-radius: 5px;
}

.Mobile {
  display: none;
}

.qvKpi {
  flex: 1 1 auto;
  height: 100px;
  width: 100%;
}

.qvKpi-2 {
  flex: 1 1 auto;
  height: 67px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  padding: 5px 5px 0 5px;
}

.qvKpi-3
{
    background-color: white;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.AreaBotao {
  height: 40px;
}

/* Ajusta a altura da área de Seleções */
.qv-global-selections {
    position: fixed;
    margin-top: 100px;
    padding-top: 100px;
}

/* Ajusta a posição do imput de Dimensões de pesquisa */
label {
  display: flow-root;
}

.button_resultados_result {
  background-color: #e6e6e6;
  border: none;
  color: #404040;
  padding: 10px 10%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  margin: 1px 1px;
  cursor: pointer;
  font-family: "arial black";
  font-weight: bold;
  border-radius: 5px;
  border-color: #eee;
  width: 100%;
  height: 100%;
}

/* Botão de exportar dados da Tabela --- Início --- */
.export_data {
  background-color: #e6e6e6;
  border: none;
  color: #404040;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1px 1px;
  cursor: pointer;
  border-radius: 5px;
  border-color: #eee;

  font-family: "QlikView Sans", sans-serif !important;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 12px;
}

.btn_exportar {
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  background-color: #276e27;
  border: none;
  cursor: pointer;
}

.d-none {
  display: none;
}
/* Botão de exportar dados da Tabela --- Fim --- */

/* Ajusta a posição da barra de seleções - Desktop */
.qv-global-selections.sub-bar-present {
  height: calc(79% - 41px) !important;
  top: 120px;
}

/* Define o tamanho das áreas de seleções atuais no desktop */
.qv-global-selections .qv-gs-sections {
  height: 85% !important;
}

/* Define a cor de fundo da área que fica fixa ao topo quando ha a rolagem de tela */
.sticky-top {
  background-color: #ffffff !important;
  z-index: 999 !important;
}

/*Customizando objeto texto imagem | Data de Atualização | Início */
.qv-object-text-image {
  color: #ffffff !important;
  background: transparent !important;
  background-color: transparent !important;
}

.qv-gs-searchfield.ng-isolate-scope.lui-search {
	border-radius: 15px;
}

.qv-object-text-image {
  box-sizing: border-box !important;
  overflow-x: hidden !important;
  padding: 5px 0px !important;
}

.qv-object-wrapper {
  background: rgba(255, 255, 255, 0) !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.qv-object-text-image .qv-media-tool-html.responsive-text.bp-3,
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-3 [size="1"],
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-3 [size="2"],
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-3 [size="3"],
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-3 [size="4"],
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-4,
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-4 [size="1"],
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-4 [size="2"],
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-4 [size="3"],
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-4 [size="4"],
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-4 [size="5"] {
  font-size: 16px !important;
}

.qvAtualizacao {
  flex: 1 1 auto;
  height: 40px;
  width: 280px !important;
  font-family: inherit !important;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}
/*Customizando objeto texto imagem | Data de Atualização | Fim */

.box {
  border: 1px solid #F2F2F2;
}

/*Alinha os objets à direita*/
.alinha-direita {
  width: 100%;
  text-align: right;
  background-color: white;
}

/* Alinha a tabela da tela de regionalização */
header#wCJeqQS_title {
  margin-top: -10px;
}

/* ■■■■■■■■■■ Seleções Atuais e Marcadores ■■■■■■■■■■ Início ■■■■■■■■■■ */

/* Ajustando a posição do botão de Seleções */
.selecoesAtuaisMarcadores {
  display: flex;
}

#CurrentSelections {
  width: 93% !important;
}

.btnMarcador {
  display: block;
  width: 7% !important;
  height: 38px;
  line-height: 37px;
  color: #404040;
  background: #f2f2f2;
  background-image: none;
  cursor: pointer;
  float: left;
  opacity: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: width 0.5s ease;
  white-space: nowrap;
  border-left: 1px solid #d9d9d9;
}

#selecoesAtuais > div.selecoesAtuaisMarcadores > div.btnMarcador > span,
.modal-content {
  font-family: Source Sans Pro, sans-serif !important;
  font-weight: 700;
  padding-left: 10px;
}

.btnMarcador:hover {
  background: #00000008;
  color: #404040;
}

.modal-content h5 {
  font-weight: bold;
}

#modalConfirmarExportacao > div > p {
  text-align: justify;
}

body > div.selecoesAtuaisMarcadores > div.btnMarcador > span {
  font-weight: 700;
  padding-left: 10px;
  font-family: Source Sans Pro, sans-serif;
}

#marcadoresContainer {
  position: fixed;
  z-index: 9999;
  background: #f2f2f2;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 10px;
  right: 0;
  font-family: Source Sans Pro, sans-serif;
}

ul {
  list-style-type: none;
}

#listaMarcadores {
  padding-left: 0 !important;
}

#listaMarcadores > li {
  padding: 5px;
}

#listaMarcadores > li:hover {
  background: #c0bfbf;
}

#copiarLink {
  padding: 5px;
  border: 1px solid #c1bbbb;
  border-radius: 5px;
}

#copiarLink:hover {
  background: rgb(0 152 68);
  color: #fff;
}

#modalConfirmacao {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0 152 68);
  color: white;
  padding: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  border: 1px solid rgb(204, 204, 204);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  z-index: 99;
  border-radius: 10px;
  transition: width 0.5s ease;
}

/* Ajusta a visualização do objeto que apresenta a data de atualização do painel */
#jzdMgSH_content > div > div > div > div > div > div > div.sn-kpi-value > div > span {
	color: white;
	font-size: 10.5pt;
}

/* ■■■■■■■■■■ Seleções Atuais e Marcadores ■■■■■■■■■■ Fim ■■■■■■■■■■ */

[role=button] {
    cursor: auto !important;
}

#qzbtcD_content > div > div.board-layer.board-object-layer > div:nth-child(1) {
	height: 100% !important;
}

/* NOT DEFINED YET */
#QVOBJ026 > div > article {
	height: 108%;
}

.css-78lweu {
	text-align: initial;
}

.qv-global-selections .qv-gs-scroll-container .qv-gs-scroll-area .qv-gs-listbox {
    border-radius: 15px;
    max-width: initial;
    width: 300px;
    height: 95.5%;
}