/* CSS */

.qv-object, .qv-object-wrapper {
border: none !important;
}

#CurrentSelections {
	height: unset;
	width: 100%;
}
.qvplaceholder, .qvobject {
	height: 600px;
	min-width: 200px;
	padding: 20px;
}

.kpi {
	height: 55px;
	min-width: 100px;
	color: rgb(20 138 131);
    font-size: 34px;
}
.qvfilter {
    height: 80px;
    width: 100%;
}

/*.sn-kpi-value, .sn-kpi-ellips-text span {
    color: rgb(20, 138, 131) !important; 
}*/

.css-1nlby71 {
	color: #5f6368 !important ;  
    font-family: 'Roboto' !important;
    font-size: 14px !important;
	font-weight: 400 !important;
}

text {
	font-family: 'Roboto';
	fill: #5f6368 !important;
	color: rgb(20, 138, 131) !important; 
	font-size: x-small !important;
}

.lui-tab .lui-tab__text {
    font-size: 15px !important;
	font-family: 'Roboto' !important;
}

.lui-tab {
    max-width: 296px !important;
}

/*.btn-action-qlik {
	height: 30px;
	width: 30px;
	padding: 9px;
	background: RGB(238, 238, 238);
	border: 1px solid rgb(209, 211, 215);
    border-radius: 5px
}*/

.btn-action-qlik:hover, .btn-fecha-modal:hover {
	background: #ddd;	
}

.expandedObj {
	background: RGBA(240, 240, 240, .9);
    height: 100vh;
    width: 100vw;
    position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	display: none
}

.btn-action-qlik>i>svg {
    transform: scale(2);
	color: black;
}

.headerBtns {
	float: right;
    top: -37px;
    position: relative;
    right: 8px;
}

.actionBtn {
	float: right;
    top: -35px;
    position: relative;
}

/*.obj-download, .obj-expand {
	padding-left: 10px;
}*/

.expanded-qv {
	height: 70vh !important;
}

.expanded-bg {
    width: 94vw;
	height: 80vh;
	margin: 7vh;
    top: 5%;
    position: relative;
}

.expanded-object {
	display: none;
}

#QV_EXPAND {
    height: 80vh;
}

.btn-fecha-modal {
    position: absolute;
    bottom: 6vh;
    right: 5vw;
    border: 1px solid rgb(209, 211, 215);
    padding: 9px;
    border-radius: 5px;
}
#QV102 > div > article > div.qv-inner-object {
	padding: 8px;
}