.qvplaceholder, .qvobject {
	flex: 1 1 auto;
	height: 300px;
	min-width: 400px;
	margin: 45px 0 0 45px;
}

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

/* =========================== CUSTOM =========================== */

*, body, button, h1, h2, h3, h4, h5, h6 {
	font-family: QlikView Sans, arial, sans-serif;
}

.navigation-bar .nav-link {
	color: white;
	background-color: #113176; 
	border-radius: 20px; 
	height: 90px;
	font-size: 1rem; 
	font-weight: 600; 
}

.fltr {
	height: 40px;
	margin-bottom: 4px;
 }

 .fltr .qv-filterpane-collapsed {
	 background-color: #fff;
 }

 button {
	color: white; 
	background-color: #113176;
	border: none; 
	padding: 12px;
	border-radius: 12px; 
	font-weight: 600;
 }

 .material-icons.md-24 {
	font-size: 24px;
	color: #808080;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #113176;
}

.disabled {
	background-color: rgba(17, 49, 118, 0.7) !important;
	cursor: default !important;
}

/* CONTAINER */
.container .nav-container {
	padding: 4px; 
	border: 1px solid rgba(0,0,0,.1); 
	height: 800px;
	background-color: #fff;
 }
 
 .container .nav-item {
	font-weight: bold; 
	font-family: QlikView Sans, sans-serif;
 }
 
 .container .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border: none;
 }
 
 .container a {
	color: #595959;
 }
 
 .container a[aria-selected="true"]{
	border-bottom: 2px solid #ef960f!important;
 }
 
 .container .qv-layout-spark .object-error-message{
	display: inline;
 }
 
 .container-info span {
	font-style: italic;
	font-size: 14px;
 }

 .btn-exportar-box {
	position: absolute; 
	right: 26px; 
	z-index: 10; 
	margin-top: -2px;
 }

 .containerKpi {
	width: calc(100% / 3);
	height: 150px;
	padding: 0;
	margin: 0;
	float: left;
  }
 /* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */


