.flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 45px 45px 0;
}

.qvplaceholder, .qvobject {
	flex: 1 1 auto;
}

.icon-trash {
	padding-top:20px;
}

#popup {
	background-color: #c3534b;
	color: #FFFFFF;
	position: fixed;
	max-width: 250px;
	padding: 10px;
	margin: 10px;
	bottom: 0;
	right: 0;
	display: none;
	border-radius: 5px;
	z-index: 6;
	font-family: sans-serif;
}

.close {
	cursor: pointer;
	background: 0 0;
	border: 0;
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	position: absolute;
	right: 9px;
	top: 7px;
}

.close:hover {
	opacity: .5;
}

#popupText {
	margin-right: 23px;
}

/* ========================================================================================================= */
/* estilos gov.br */
/* ========================================================================================================= */

a {
  color: #1351b4;
  font-weight: bold;
}

.gov-font-base {
	font-style: normal; /* estilo da fonte */
	font-family: "Rawline", sans-serif; /* "Times New Roman", fonte base do gov: Rawline */
	font-size: 1em; /* tamanho da fonte */
	color: black; 
}

.gov-font-h5 {
	font-style: normal; /* estilo da fonte */
	font-family: "Rawline", sans-serif; /* "Times New Roman", fonte base do gov: Rawline */
	font-size: 1.2em; /* tamanho da fonte */
	font-weight: bold;
	color: black; 
}

.gov-navbar-btn {
	border-radius: 50%;
	color: blue; 
	padding-left: .5em;
	padding-right: .5em;
}
.gov-navbar-btn:hover {
	background-color: #DBE8FB; /* blue  */
}
.gov-modal-btn-close {
	border-radius: 50%;
	color: blue; 
	padding-left: .5em;
	padding-right: .5em;
}
.gov-modal-btn-close:hover {
	background-color: #DBE8FB; /* blue  */
}

.gov-breadcrumb {
	display: inline-grid;
	margin-bottom: 15px;
}
.gov-breadcrumb .crumb-list {
  align-items: center;
  border: 0;
  display: flex;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
}
.gov-breadcrumb .crumb {
  align-items: center;
  display: flex;
  margin: auto 5px auto 0px;
}
.gov-breadcrumb .crumb-home {
  align-items: center;
  display: flex;
  margin: auto 0px auto 0px;
}
.gov-breadcrumb .crumb-separator {
  margin-right: 5px;
  color: #CCCCCC;
}

/* ========================================================================================================= */
/* SPU Botão go to top */
/* ========================================================================================================= */

#btnGotoTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #1351b4; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 8px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}

#btnGotoTop:hover {
  background-color: #A8C8D8; /* Add a dark-grey background on hover */
}

/* ========================================================================================================= */
/* estilos spu qlik */
/* ========================================================================================================= */

.spu_barra_selecao_qlik {
    margin: 0px 0px 10px 0px;
	width: 100%;
}
#CurrentSelections > div.qvt-selections.qv-panel-subtoolbar.qv-panel-current-selections.ng-scope.ng-isolate-scope.bright > div > div > div.buttons-end.borderbox.border-left > div {
	display: none;
}

.spu_barra_filtro {
	height: 38px;
	width: 100%;
	min-width: 400px;
}

.spu-card-graph {
	padding: 0;
	width: 100%;
	height: 100%; 
	height: calc(100% + 48px);
	margin-left:0px;
	margin-right:0px;
}

.spu-card-graph .qv-selection-toolbar {
	margin-top: 30px;
}

.spu-card-graph .qv-object.qv-selections-active {
	border-style: none;
}

.spu_card_kpi {
	padding: 0;
	width: 100%;
	height: 100%; 
	margin-top: 0px;
	height: 100%;
	margin-left:0px;
	margin-right:0px;
}
.spu_card_kpi_imoveis {
	border-color: LightGray LightGray LightGray #4CAF50;
}

.spu-main-tab {

}
.spu-main-tab .spu-main-tab-item {

}
.spu-main-tab .spu-main-tab-item:hover {
	background-color: lightgray;
}
.spu-main-tab .spu-main-tab-buttom {
	padding-right:30px; 
	padding-left:30px;
}
.spu-main-tab .spu-main-tab-buttom.active {
	border-bottom-style: solid; 
	border-width: 0px 0px 6px 0px; 
	border-color: #0C326F;
}
.spu-main-tab .spu-main-tab-buttom:hover {
	background-color: lightgray;
}

.spu_kpi_icon {
	position:absolute; 
	right:10px;
	color:#BDBDBD;
}

.spu-atualizado-em {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.spu-atualizado-em .qv-inner-object {
	padding: 0px 0px 0px 0px;
}

.spu-fullscreen{
    z-index: 9999; 
	top:0px;
	left:0px;
    width: 100%; 
    height: 100%; 
	flex: auto;
	position: fixed; 
 }

.spu-card-btn-max {
	border-radius: 50%;
	color: #1351b4; 
	padding-left: .5em;
	padding-right: .5em;

	position:absolute; 
	top:6px;
	right:12px;
	z-index:10; 
}
.spu-card-btn-max:hover {
	background-color: #DBE8FB;
}

.spu-card-btn-min {
	border-radius: 50%;
	color: #1351b4; 
	padding-left: .5em;
	padding-right: .5em;
	position:absolute; 
	top:6px;
	right:12px;
	z-index:10;
	display: none;
}
.spu-card-btn-min:hover {
	background-color: #DBE8FB;
}

.spu-card-btn-info {
	position:absolute; 
	color: #1351b4; 
	top:6px;
	right:52px;
	z-index:10; 
	padding-left: .3em;
	padding-right: .3em;
}
.spu-card-btn-info:hover {
	background-color: #DBE8FB;
}
.spu-card-btn-info:focus {
	box-shadow: none;
}

.spu-card-btn-info2 {
	position:absolute; 
	color: #1351b4; 
	top:5px;
	right:52px;
	z-index:10; 
	padding-left: .5em;
	padding-right: .5em;
}
.spu-card-btn-info2:hover {
	background-color: #DBE8FB;
}
.spu-card-btn-info2:focus {
	box-shadow: none;
}

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

.spu-btn-table-extract-csv {
	position:absolute; 
	color: #1351b4; 
	top:6px;
	right:250px;
	z-index:10;
	
	visibility: hidden;
}
.spu-btn-table-extract-csv:hover {
	background-color: #DBE8FB;
}
.spu-btn-table-extract-csv:focus {
	box-shadow: none;
}

.spu-btn-table-extract-excel {
	position:absolute; 
	color: #1351b4; 
	top:6px;
	right:94px; 
	z-index:10;
}
.spu-btn-table-extract-excel:hover {
	background-color: #DBE8FB;
}
.spu-btn-table-extract-excel:focus {
	box-shadow: none;
}

.spu-footer-link {
	color: white;
}
.spu-footer-link:hover {
	
}

.spu-footer-titulo {
	color: white;
}

.spu-footer-linha {
	margin-top:6px;
}

.spu-menu-smartphone {
	display:none;
}

.spu-menu-computador {
}

.spu-breadcrumb-smartphone {
	display:none;
}

.spu-breadcrumb-computador {
}

.breadcrumb-item+.breadcrumb-item::before {
	font-family: 'FontAwesome';
	content: "\f105"; !important; 
	color: darkgray;
	font-size: 15px;
}

.spu-btn-modal-close {
	position:absolute; 
	top:12px;
	right:12px;
	
}
.spu-btn-modal-close:hover {
}

