* {
    box-sizing: border-box;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 45px 45px 0;
}

.qvplaceholder, .qvobject {
	flex: 1 1 auto;
	min-height: 30px;
	min-width: 30px;
}


#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;
}


.qv-object{
     color:white;
}

.qlik-table{
     color:white;
}

/* ======================================================= */

/*Selection toolbar */
#CurrentSelections {
    position:relative; 
    top:0; 
    left:0; 
    width:100%; 
    height:35px;
    background-color: #cccccc;
}
.buttons-end.borderbox {
    width: 0px;
    background-color: #cccccc;
}
.buttons-end.borderbox button:nth-child(2) {
    display: none;
    background-color: #cccccc;
}
.qv-panel-current-selections .qv-selections-pager {
    padding-right: 45px;
    background-color: #cccccc;
}
.current-selections-placeholder {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(227, 227, 227);
    color: rgba(255, 255, 255, 0.6);
    background-color: #cccccc;
}
.current-selections-placeholder span {
    display: none;
    background-color: #cccccc;
}

.qv-panel-current-selections .qv-selections-pager {
    padding-left: 0 !important;
    padding-right: 45px !important;
    background-color: #cccccc;
}

