/*body{
background: radial-gradient(circle, rgba(68,137,214,1) 0%, rgba(107,102,222,1) 100%);
color: #fff;
}*/


.menu_direito{

height: 86px;
width: 80px;
background-color: black;
color: white;
position: absolute;
z-index: 2;
opacity: 0;
text-align: center;
line-height: 26px;
cursor: pointer;

}

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

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

.altura_500{
	height: 300px;
}


/* -- Ocultando campos no cabeçalho da Tabela Dinâmica -- */
[tid="meta.rows"],[tid="meta.columns"] {
 display: none;
}


/* -- Colorindo linhas da tabela -- */
[tid="data.row"]:nth-child(odd) {
 background-color: hashtag#EAEAEA;
}


/* -- Estilizando cor e fonte do cabeçalho -- */
[tid="header.row"] {
 background-color: rgb(51,50,61) !important;
 color: white;
 font-size: 10px;
}

/* -- Deixando o cabeçalho em negrito -- */
[tid="header.row.cell"] {
 font-weight: 700 !important;
}


/* -- Mudando cor dos filtros selecionados -- */
.qv-listbox-item.ng-scope.serverSelected {
 background-color: rgb(51,50,61);
 color: hashtag#fff;
}

/* -- Reposicionando a tabela  -- */
[tid="bvU"] {
 padding: 35px;
}

.scrollbar-animation.scrollbar-track {
    opacity: 1 !important;
    visibility: visible !important;
    height: 8px !important;
    transition: none !important;
}

#custom-background {
    background: linear-gradient(159deg, rgba(11,25,196,1) 0%, rgba(150,190,252,1) 18%, rgba(255,255,255,1) 47%, rgba(255,255,255,1) 100%) !important;
}


