html {
  height: 100%;
  width: 100%;
}

html, div, button {
	font-family: "Istok Web", sans-serif !important;
	font-weight: 400;
}


body {
  font-family: sans-serif;
  margin: 0;
}

b {
	font-weight: 700 !important;
	font-size: 100;
}

.container {
	min-width: 80%;
}

.qvplaceholder, .qvobject {
	flex: 1 1 auto;
	height: 100%;
	width: 100%;
	margin: 0;
	border-width: 0px;
}

.cell .qvobject  {
	padding-top: 15px;
	padding-bottom: 18px;
}

.titleobject {
	position: absolute;
	padding: 0 !important;
    top: 0px;
	width: 90%;
	left:5%;
}

.footobject {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: -1px;
	right: 5px;
}

.qv-object-qsstatistic {
	background-color: transparent !important;
}

.vizlib-activity-gauge {
	background-color: transparent !important;
}

#QV01 {
	height: 170px;
	width: 250px;
}


button {
	background-color: transparent !important;
}

.cell {
    padding: 5px !important;
    background-color: #dfe8f1; 
    font-weight: 500;
    color:  #004a8f;
    text-align: center;
    font-family: Sans-Serif;
    border-style: solid;
    border-width: 2px; 
    border-color: white;
    min-height: 160px;
    height: 100%;
    width: 100%;
    position: relative;
}

.low-cell {
	min-height: 50px;
	background-color: #dfe8f1;
	font-weight: 500;
    color:  #004a8f;
    text-align: center;
    font-family: Sans-Serif;
    border-style: solid;
    border-width: 2px; 
    border-color: white;
	height: 100%;
    width: 100%;
    position: relative;
}

.graph-cell {
    min-height: 220px;
    height: 100%;
    width: 100%;
}

.graph2-cell {
    min-height: 160px;
    height: 100%;
    width: 100%;
}

.bigtext {
    font-size: 42px;
    font-weight: bold;
    padding: 5px;
}

.logo-container {
    /*position: fixed;
    top: -30px;*/
    left: -20px;
    z-index: 5;
    display: flex;
	position: absolute;
}

.header {
	top: 30px;
	left: 44%;
	height: 60px; /*50px*/
	width: 250px;
	display: flex;
	position: absolute;
}

.flags {
    position: absolute;
    right: 70px;
    top: 15px;
    z-index: 5;
    display: flex;
    /*padding: 5px;*/
}

.flag {
    padding: 3px;
	position: relative;
	height: 20px;
	width: 25px;

}

.flag-img {
	padding: 3px;
	z-index: -5;
	margin: 2px;
	display: inline;
	width: inherit;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
}

.container {
    padding-top: 30px; /* Move container more to bottom */
}


.document-div{
  /*background-color: yellow;*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  z-index: 2;
}

.info-div{
  /*background-color: yellow;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  z-index: 10;
}

.website-link {
    margin: 2px;
    display: inline;
	z-index: 1;
}

.pdf-link {
    margin: 2px;
    display: inline;
	z-index: 1;
}

.info-elem {
	margin: 2px;
    display: inline;
	z-index: 1;
}

.pdf-img {
    height: 15px;
}

.info-img {
    height: 25px;
}

/*.website-link:hover::before,
.pdf-link:hover::before,
.info-elem:hover::before {
  content: attr(title);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 20;
  transform: translate(-50%, -100%);
  left: 50%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}*/

 
/*
.website-link:hover::before, 
.pdf-link:hover::before,
.info-elem:hover::before {
  content: attr(title);
}

.website-link:hover::before,
.pdf-link:hover::before,
.info-elem:hover::before {
  opacity: 1;
}*/

.group {
	position: relative;
	text-align: center;
}

.group-name {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0,250,0,0.2);
	padding: 5px;
	font-weight: bold;
}

/*You can use [title] selector as well*/
[dtitle] {
  font-size: 20px; /*optional styling*/
  
  position: relative;
  cursor: help;
}

[dtitle]:hover::before {
  content: attr(dtitle);
  position: absolute;
  bottom: 30px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-family: sans-serif;
  text-wrap: wrap;
  overflow-wrap: break-word;
  width: 300px;
  z-index: 99999999 !important;
  box-shadow: 5px 5px 5px #aaaaaa;
}

a[dtitle]:hover::after { 
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #fff;
  z-index: 99999999 !important;
  transform: rotate(180deg);
}

a[dtitle]:hover::before {
  width: 120px;
  z-index: 99999999 !important;
}

div[dtitle]:hover::before {
  bottom: 30px;
  left: -20px;
  width: 215px;
  z-index: 99999999 !important;
  box-shadow: 5px 5px 5px #aaaaaa;
  border-style: solid;
  border-width:1px;
  border-color: #aaa;
  text-align: left;
}

[dtitle]:active::before {
  content: attr(dtitle);
  position: absolute;
  bottom: 30px;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-family: sans-serif;
  text-wrap: wrap;
  overflow-wrap: break-word;
  width: 300px;
  z-index: 99999999 !important;
  box-shadow: 5px 5px 5px #aaaaaa;
}
a[dtitle]:active::after { /* not on info div */
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;	
  border-bottom: 8px solid #fff;
  z-index: 99999999 !important;
  transform: rotate(180deg);
}

a[dtitle]:active::before {
  width: 120px;
  z-index: 99999999 !important;
}

div[dtitle]:active::before {
  bottom: 30px;
  left: -20px;
  width: 215px;
  z-index: 99999999 !important;
  box-shadow: 5px 5px 5px #aaaaaa;
  border-style: solid;
  border-width:1px;
  border-color: #aaa;
  text-align: left;
}

/*.tooltipA {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; 
}


.tooltipA .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

 
  position: absolute;
  z-index: 6001;
}


.tooltipA:hover .tooltiptext {
  visibility: visible;
}*/