.qv-panel-current-selections {
    /*background:#717782;*/
    /*background: #e6e6e6;*/
    background: #e6e6e6;
    background-image: none;
}
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button, .qv-panel-current-selections .buttons .qv-subtoolbar-button {
	color: #404040;
    background: #717782;
    
}

/*Hide nas opções: avançar, anterior e limpar*/
button.qv-subtoolbar-button.borderbox {
    display: none !important;
}

.qv-panel-current-selections .buttons-end .qv-subtoolbar-button:disabled, .qv-panel-current-selections .buttons .qv-subtoolbar-button:disabled {

    color: rgba(0,0,0,.2);
}

.qv-panel-current-selections .buttons {
    border-right: 1px solid rgba(64,63,62,.4) !important;
}

.qv-panel-current-selections .buttons-end {
    border-left: 1px solid hsla(0,0%,100%,.1);
    box-shadow: 0px 0 0 0 rgba(64,63,62,.4) !important;
}

/*Class custom qlik */
.qv-panel-current-selections .no-selection {
	color: #8c8c8c;
    text-align: left;
}
.current-selections-item {
    color: #404040;
}

.qv-panel-current-selections .active {
    background: #fff;
}

.qv-panel-current-selections .wrap {
    border-bottom: 0px solid #6c6b6a;
}

.touch-off .qv-panel-current-selections .item:focus, .touch-off .qv-panel-current-selections .item{
	border-right: 1px solid #d9d9d9;
    box-shadow: none;
    background: #fff;
}

.touch-off .qv-panel-current-selections .item:focus, .touch-off .qv-panel-current-selections .item:hover{
	border-right: 1px solid #d9d9d9;
    box-shadow: none;
    background: #f6f6f6 !important;
}

.qv-panel-current-selections .item {
    height: 80%;
    float: left;
    margin-top: 1px;
    padding: 0 0 0 0px;
}

.qv-panel-current-selections .item .qv-state-count-bar {

    height: 4px;
}

.qv-panel-current-selections .buttons-end .qv-subtoolbar-button, .qv-panel-current-selections .buttons .qv-subtoolbar-button {
    background: #f2f2f2;
}

.qv-panel-current-selections .buttons {
    border-right: 0px solid rgba(64,63,62,.4) !important;
}
.qv-panel-current-selections .buttons, .qv-panel-current-selections .buttons-end{
	background: none;
    /*display: none !important;*/
}
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button, .qv-panel-current-selections .buttons .qv-subtoolbar-button{
	border-bottom: none;
}

.qv-subtoolbar-button.toggle-button.borderbox {
    display: none !important;
}
.qv-subtoolbar-button.toggle-button.borderbox.ng-scope:focus {
    background: #f6f6f6 !important;
}

qv-filterpane.qv-filterpane.ng-scope.ng-isolate-scope.qv-filterpane-scrollable {
    height: auto;
}

/*i.lui-icon.lui-icon--selections-back,
i.lui-icon.lui-icon--selections-forward,
i.lui-icon.lui-icon--clear-selections,
i.lui-icon.lui-icon--search.icon,
span#explore-selections-label*/

i.lui-icon.lui-icon--search.icon{
	color: #000;
}
path#global-selector-a{
	fill: rgb(64, 64, 64);
}
/*BARRA DE SELEÇÃO: oculta*/
.qv-subtoolbar-button.qv-explore-selections-btn.toggle-button.borderbox {
    background: #f6f6f6 !important;
    display: none;
}


/*Class hovers*/

button#clearselections:hover {
   /*background: #f6f6f6; */
}

.qv-panel-current-selections .buttons-end button.qv-subtoolbar-button:hover:enabled, 
.qv-panel-current-selections .buttons-end div.qv-subtoolbar-button:hover, 
.qv-panel-current-selections .buttons button.qv-subtoolbar-button:hover:enabled, 
.qv-panel-current-selections .buttons div.qv-subtoolbar-button:hover{
	background: #eaeaea;;
    color: #404040;
}

.qv-panel-current-selections .buttons-end button.qv-subtoolbar-button:focus:enabled,
.qv-panel-current-selections .buttons-end div.qv-subtoolbar-button:focus, 
.qv-panel-current-selections .buttons button.qv-subtoolbar-button:focus:enabled, 
.qv-panel-current-selections .buttons div.qv-subtoolbar-button:focus{
	background: rgba(0,0,0,.03);
	color: #404040;
	outline: none;
}

button.qv-subtoolbar-button.borderbox:hover{
  /*background: #f6f6f6 !important;	*/
}

.qv-subtoolbar-button.qv-explore-selections-btn.toggle-button.borderbox:hover {
   background: #f6f6f6 !important;
}
.qv-subtoolbar-button.toggle-button.borderbox.ng-scope:hover {
   background: #f6f6f6 !important;
}
/*--------------*/

.flex {
	display: flex;
}
.item {
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-size: 6.5em;
	height: 45px;
	/*height: 34px;*/
}
.flex-item-1 {
	flex: 1;
}

.qvplaceholder, .qvobject {
	flex: 1 1 auto;
	/*height: 300px; 
	min-width: 400px;*/
	margin: auto;
  	margin-top: 30px;
	margin-bottom: 15px;
	display: flex;
	line-height: initial;
}

.qvobject_filtro {
	flex: 1 1 auto;
	height: 30px;
	min-width: 100px;
	margin: 45px 0 0 45px;
}

.qvobject_barra {
	flex: 1 1 auto;
	height: 100px;
	min-width: 400px;
	margin: 45px 10px 10px 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;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
}

/*DATA: 10-09-2019*/
/*AJUSTES: OCULTAMENTO DA BARRA DE PESQUISA QLIK SENSE*/


.qv-global-search-container {
    display: none !important;
}
.qv-global-search .qv-global-search-input {
    display: none !important;
}
.qv-global-search {
  
    display: none !important;
}
.qv-panel-current-selections .qv-subtoolbar-button.toggle-button .icon, .touch-on .qv-panel-current-selections .qv-subtoolbar-button.toggle-button .icon {

    display: none !important;
}

.qv-panel-current-selections .qv-subtoolbar-button.toggle-button.active, .touch-on .qv-panel-current-selections .qv-subtoolbar-button.toggle-button.active {
    background: #e6e6e6 !important;
}
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button, .qv-panel-current-selections .buttons .qv-subtoolbar-button {
    /*background: #e6e6e6 !important;*/
}
.qv-subtoolbar-button.toggle-button.borderbox.ng-scope:hover {
    background: transparent !important;
    border-bottom: none;
    cursor: auto !important;
}

.qv-panel-current-selections .qv-subtoolbar-button.toggle-button:focus, .touch-on .qv-panel-current-selections .qv-subtoolbar-button.toggle-button:focus {
    border-bottom: transparent !important;
}

.qv-panel-current-selections .qv-subtoolbar-button.toggle-button.active, .touch-on .qv-panel-current-selections .qv-subtoolbar-button.toggle-button.active {
  
    border-bottom: transparent !important;
   
}
.qv-subtoolbar-button.toggle-button.borderbox.ng-scope:focus {
    background: transparent !important;
}