
.qvobject--map{
  	flex: 1 1 auto;
	height: 30px;
    margin-top: 25px;
}
.qv-object-text-image {
    color: rgb(128, 128, 128);
	font-size: 1.15385em;
}
.my-custom-control {
    padding:5px 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    border-radius: 5px;
}

.my-custom-control:empty {
    display: none;
}
.wtmap .wt-map-content {

    border: 1px solid #efefef !important;

}
.map {
       box-shadow: 0px 0px 20px -10px rgb(0 0 0 / 30%);
    border-radius: 4px;
}

.qv-object-text-image .qv-media-tool-html.responsive-text.bp-2, .qv-object-text-image .qv-media-tool-html.responsive-text.bp-2 [size="1"], .qv-object-text-image .qv-media-tool-html.responsive-text.bp-2 [size="2"], .qv-object-text-image .qv-media-tool-html.responsive-text.bp-2 [size="3"] 
{
    font-size: 13px;
}

.custom-frame{
    border-top-width: 2px;
    border-color: #FDD511;
    border-style: solid;
    border-right-width: 2px;
    padding-right: 0px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    padding-left: 0px;
    margin-left: 382px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-radius: 4px;

}
/*
.qv-object-text-image .qv-media-tool-html.responsive-text.bp-2, .qv-object-text-image .qv-media-tool-html.responsive-text.bp-2 [size="1"], .qv-object-text-image .qv-media-tool-html.responsive-text.bp-2 [size="2"], .qv-object-text-image .qv-media-tool-html.responsive-text.bp-2 [size="3"] {
    font-size: 16px;
}*/

.lui-dialog {
    background: #fff;
    border-radius: 5px;
    min-width: 600px;
    padding: 48px;
    top: 25%;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 32px rgba(0, 0, 0, .4);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index:200
}



.lui-modal-background.ng-scope {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200%;
    opacity: .3;
    background-color: #000;
    z-index: 100;
    transition: opacity .2s ease-out;
}

/*.lui-dialog__body.ng-binding.ng-scope {
    background: #fff;
    border-radius: 5px;
    min-width: 600px;
    padding: 48px;
    top: 5%;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 32px rgba(0, 0, 0, .4);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2001;
}

.lui-modal-background.ng-scope {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200%;
    opacity: .3;
    background-color: #000;
    z-index: 1021;
    transition: opacity .2s ease-out;
}
/******************************************************/
/*
.modal__content, .lui-dialog {
     background: #fff; 
     border-radius: 5px; 
     min-width: 600px; 
    padding: 48px;
    top: 5%;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 32px rgba(0, 0, 0, .4);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2001;
}


.lui-modal-background.ng-scope {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200%;
    opacity: .3;
    background-color: #000;
    z-index: 1021;
    transition: opacity .2s ease-out;
}*/
/*.lui-dialog__body.ng-binding.ng-scope {
    padding: 48px;
    top: 5%;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 32px rgba(0, 0, 0, .4);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    border-radius: 3px;
    margin: auto;
    min-width: 250px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid grey;
}	

/*
.lui-dialog {
    padding: 48px;
    top: 5%;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 32px rgba(0, 0, 0, .4);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2000;
    border-radius: 3px;
    margin: auto;
    min-width: 250px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid grey;
}
.lui-modal-background.ng-scope {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200%;
    opacity: .3;
    background-color: #000;
    z-index: 1021;
    transition: opacity .2s ease-out;
}
*/
.refresh-btn  {
  display: inline-block;
  color: white;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 2px;
  background-color: #004494;
  padding: 10px 16px;
  text-decoration: none;
  transition: background .4s;
  height: auto;
  border: none;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#custom-overlay, .modal__overlay, .lui-dialog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9090;
  background-color: white;
  color:white;
}
.lui-dialog .lui-dialog__footer {
  border-top: none;
  background-color: transparent;
  height: auto;
}
/*.modal__content, .lui-dialog {
  background: #fff;
  border-radius: 5px;
  min-width: 600px;
  padding: 48px;
  top: 5%;
  position: absolute;
  text-align: center;
  box-shadow: 0 0 32px rgba(0, 0, 0, .4);
  left: 50%;
  transform: translateX(-50%);
}*/
.modal__overlay {
  display: none;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: 10%;
  z-index: 909090;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #004494;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #004494 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}


#link{
	font: normal 12px/14px QlikView Sans, sans-serif;
	padding-right:20px;
	padding-top:10px;
}

div.disclaimer {
  height: 135px;
  flex: 1 1;
  padding: 0px 0px 0px 0px;
}
.hidden-object {
  height: 100px;
  display: none;
}
h2.qv-object-subtitle.qvt-visualization-subtitle.ng-binding.ng-scope {
    margin-bottom: 0px;
    margin-top: 0px;
}
.qv-object-kpi .kpi-data {
	font-size: 12px;
	padding-bottom:20px;
}


.KPI-EDF {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 10px 10px 0px -4px RGB(253,213,17);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(0,125,197,1);
  box-shadow: inset 10px 10px 0px -4px RGB(253,213,17);
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/EDF_200px.png) no-repeat;
  background-position: 100% 100%;
  /*background-size: 17% 100%;*/
  padding-top: 10px;
  margin-top:20px; 
}
.KPI-EDF h1{
	color: RGB(253,213,17) !important;
}

.KPI-Total {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 10px 10px 0px -4px rgb(84,83,82);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(0,125,197,1);
  box-shadow: inset 10px 10px 0px -4px rgb(84,83,82);
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/Total_200px.png) no-repeat;
  background-position: 100% 100%;
  /*background-size: 17% 96%;*/
  padding-top: 10px;
  margin-top:20px; 
}
.KPI-Total h1{
	color: rgb(84,83,82) !important;
}

.KPI-H1 {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 10px 10px 0px -4px rgba(0,125,197,1);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(0,125,197,1);
  box-shadow: inset 10px 10px 0px -4px rgb(221, 113, 41);
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/SingleMarket.png) no-repeat;
  
  background-position: 102% 100%;
  /*background-size: 20% 100%;*/
  padding-top: 10px;
  margin-top:20px; 
}
.KPI-H1 h1{
	color: rgb(221, 113, 41) !important;
}

.KPI-H2 {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 10px 10px 0px -4px rgba(0,113,121,1);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(0,113,121,1);
  box-shadow: inset 10px 10px 0px -4px rgb(35, 158, 169);
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/ESCT.png) no-repeat;
  background-position: 102% 100%;
  /*background-size: 20% 100%;*/
  padding-top: 10px;
  margin-top:20px; 
}
.KPI-H2 h1{
	color: rgb(35, 158, 169) !important;
}


.KPI-H3 {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
   -webkit-box-shadow: inset 10px 10px 0px -4px rgba(87,176,84,1);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(87,176,84,1);
  box-shadow: inset 10px 10px 0px -4px rgb(35, 158, 169);
  margin-top:20px; 
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/Resilience.png) no-repeat;
  background-position: 102% 100%;
  /*background-size: 20% 100%;*/
  padding-top: 10px;
}
.KPI-H3 h1{
	color: rgb(35, 158, 169) !important;
}

.KPI-H4 {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 10px 10px 0px -4px rgba(164,30,124,1);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(164,30,124,1);
  box-shadow: inset 10px 10px 0px -4px rgb(28, 155, 80);
  margin-top:20px; 
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/Natural.png) no-repeat;
  background-position: 102% 100%;
  /*background-size: 20% 100%;*/
  padding-top: 10px;
}
.KPI-H4 h1{
	color: rgb(28, 155, 80) !important;
}

.KPI-H5 {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 10px 10px 0px -4px rgba(241,90,34,1);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(241,90,34,1);
  box-shadow: inset 10px 10px 0px -4px rgb(107, 77, 154);
  margin-top:20px; 
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/BorderManagment.png) no-repeat;
  
  background-position: 102% 100%;
  /*background-size: 20% 100%;*/
  padding-top: 10px;
}

.KPI-H5 h1{
	color: rgb(107, 77, 154) !important;
}

.KPI-H6 {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 10px 10px 0px -4px rgba(147,149,152,1);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(147,149,152,1);
  box-shadow: inset 10px 10px 0px -4px rgb(42, 112, 164);
  margin-top:20px; 
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/Security.png) no-repeat;
  background-position: 102% 100%;
/*  background-size: 20% 100%;*/
  padding-top: 10px;    
}

.KPI-H6 h1{
	color: rgb(42, 112, 164) !important;
}

.KPI-H7 {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 10px 10px 0px -4px rgba(147,149,152,1);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(147,149,152,1);
  box-shadow: inset 10px 10px 0px -4px rgb(197, 53, 139);
  margin-top:20px; 
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/Neighbourhood.png) no-repeat;
  background-position: 102% 100%;
/*  background-size: 20% 100%;*/
  padding-top: 10px;
}

.KPI-H7 h1{
	color: rgb(197, 53, 139) !important;
}

.KPI-H8 {
  flex: 1 1 auto;
  height: 100px;
  flex: 1 1;
  background-color: #FFFFFF;
  border: 1px solid #F4F4F4;
  -webkit-box-shadow: inset 10px 10px 0px -4px rgba(147,149,152,1);
  -moz-box-shadow: inset 10px 10px 0px -4px rgba(147,149,152,1);
  box-shadow: inset 10px 10px 0px -4px rgb(141, 141, 142);
  margin-top:20px; 
  color: #000000;
  background: url(https://dashboard.tech.ec.europa.eu/qs_digit_dashboard_mt/public/extensions/BUDG_FTS_Overview/Admin.png) no-repeat;
  background-position: 102% 100%;
/*  background-size: 20% 100%;*/
  padding-top: 10px;
}

.KPI-H8 h1{
	color: rgb(141, 141, 142) !important;
}

.background-size {
	  background-size: 20% 100%;
	}

@media only screen and (max-width: 600px) {
	.background-size {
	  background-size: 20% 80%;
	}
}


.btn--download {
  background: url(https://www.ec.europa.eu/budget/financial-transparency-system/images/Download-transparent.png) no-repeat;
   width: 50px;
  height: 50px;
  margin-top:25px;
  right:30px;
  position:absolute;
  z-index:999;
  top:0px;
  right: 20px; 
  cursor:pointer;
}

.btn--export {
  background: url(https://www.ec.europa.eu/budget/financial-transparency-system/images/Download-transparent.png) no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 3;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.1s ease-in;
}


/*current selection panel*/
.qv-panel-current-selections .buttons {
	border-bottom: 0px !important;
	border-right: 0px !important;
	background: transparent !important;
}
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button,
.qv-panel-current-selections .buttons .qv-subtoolbar-button {
	background: #004494;
}

.qv-panel-current-selections .buttons-end .qv-subtoolbar-button i.lui-icon--search {
  font-size: 2px;
}

.touch-on .qv-panel-current-selections .qv-subtoolbar-button.toggle-button.qv-explore-selections-btn {
	display: none !important;
}

.qv-panel-current-selections .buttons {
background: transparent;
}

.qv-panel-current-selections .wrap {
		flex: 1 1 auto;
}
.qv-panel-current-selections .buttons {
	border-bottom: 1px solid rgba(255,255,255,.4);
}

.qv-panel-current-selections .qv-subtoolbar-button {
		border: 1;
}

.qv-panel-current-selections .buttons-end {
		background: rgba(255,255,255,.4);
    	border-bottom: 1px solid rgba(255,255,255,.4);
    	height: 100%;
}

.qv-panel-current-selections ul {
		display: flex;
		align-items: center;
	}
.qv-panel-current-selections .buttons-end .qv-subtoolbar-button {
		background: #FDD511;
		border-left: 0;
	}	
	
.qvobjects--current-selection {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 35px;
}	

@media screen and (max-width: 760px) {
.qvobjects--current-selection {
		height: auto;
	}
}	

/*
.qv-panel-current-selections .qv-selections-pager {
	height: auto;
	flex-wrap: wrap;
}
.qv-panel-current-selections .wrap {
	width: 100%;
}*/
/*scrollbar*/
.scrollbar-hitarea {
  background-color: grey;
}

.scrollbar-thumb {
  background-color: white;
}

.qv-listbox-scroll-area {
  border: 1px solid #ffffff;
  border-radius: 5px;
}



/* General elementst */
div.qvobject--half {
  height: 200px;
  flex: 1 1;
  padding: 20px 10px 5px 10px;
}
.qvobject {
  flex: 1 1 auto;

}

/*kolor elementow w listboxie jak cos sie wybierze. defaultow-szary*/
.qv-listbox li.serverAlternative {
  background: transparent;
}
.qv-listbox li.serverExcluded {
  background: transparent;
  opacity: .4;
  pointer-events: none;
}

.qv-object-search {
    flex: none;
    font-size: 12px;
    text-align: center;
    color: #FDD511;
	background: #FDD511;
    width: 22px;
    height: 25px;
    line-height: 24px
}

.qv-subtoolbar-button{
background: #001D3F;
}
.qvt-selections {
    width: 100%;
    z-index: 10000;
    right: 0;
	background: #004494;
}


.qv-listbox {
    font: normal 12px/14px QlikView Sans, sans-serif;
    position: relative;
    color: #ffffff;
    list-style-type: none;
    padding: 0;
	text-align: right !important;
}
.buttons-end.borderbox {

     display: none;

  }
.qv-listbox-text {
  text-align: left !important;
}
/*kolor do skrolowania*/
.qv-listbox li.selected {
  background: #FDD511;
}


/*ptaszek po selekcji*/
.qv-listbox li .qv-listbox-tick {
    width: 16px;
    display: inline-block;
    text-align: right;
    float: right;
    margin-right: 6px;
    color:  #000 ;
}

/*zaznaczony obiekt*/
.qv-listbox .serverSelected, .qv-listbox li.selected {
  background: #FDD511;
  color: #FDD511 !important;
}

/*lupa w obiekcie listbox*/
.qv-object-listbox .qv-object-title .qv-object-search {
    color: #FFFFFF;
	background: #004494;
	text-align: right;
}
/*lupa w obiekcie listbox*/
.qv-object.qv-object-listbox .qv-object-title .lui-icon--select-alternative, .qv-object.qv-object-listbox .qv-object-title .qv-object-locked, .qv-object.qv-object-listbox .qv-object-title .qv-object-search {
    flex: none;
    font-size: 2px;
    text-align: center;
    color: #FFFFFF;
    width: 22px;
    height: 25px;
    line-height: 24px
}



.qv-object .qv-object-listbox .qv-object-title {
    align-items: center;
    font-size: 2px;
    color: #FFFFFF !important;
    padding-bottom: 2px;
    line-height: 25px
}

/*Common styles end*/
/*
.btn--download {
	background: url(https://webgate.ec.europa.eu/europeaid/reporting/kjjhguyhvggrt5yi8hr5fif43di8g4k8gfjnvmb8/extensions/00_global_dev/icon_download.svg) no-repeat;
	background-size: 35px;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 120px;
	right: 500px;
	z-index: 3;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.1s ease-in;
}*/
body, button, input, isindex, keygen, select, textarea {
    font-family: QlikView Sans,sans-serif;
    font-size: 13px;
	line-height: 1.5;
}


/* Tabs - projects list */
.tabs {
    z-index: 3;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.input {
    position: absolute;
    opacity: 0;
}

.tab-label {
    width: 100%;
	color: #000;
    font-family: 'Open Sans', Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    cursor: pointer;
	z-index: 3;
    padding: 15px 0 9px 0;
    margin: 0 46px;
}


.tab-label[for=tab-1]::after,
.tab-label[for=graph]::after,
.tab-label[for=tab-compare-1]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #FFFFFF;
}

.tab-label:hover {
    border-bottom: 5px solid #004494;
}

.input:focus + .tab-label {
    z-index: 1;
}

.tab-label {
	width: auto;
}

.panel {
	position: absolute;
    width: 100%;
    opacity: 0;
	left: -9999px;
    padding: 20px 30px 30px;
	padding-top: 60px;
	box-sizing: border-box;
}

.panel .qvobject {
	z-index: 100;
}

.input:checked + .tab-label + .panel {
    opacity: 1;
	left: 0;
}

.input:checked + .tab-label {
    border-bottom: 5px solid #FFFFFF;
	font-weight: 600;
}



.input:checked + .tab-label + .panel {
    opacity: 1;
	left: 0;
}

.input:checked + .tab-label {
    border-bottom: 5px solid #004494;
	font-weight: 600;
}


.info-tooltip__content {
  width: 90%;
  max-width: 500px;
  position: absolute;
  right: 0;
  margin: 1.6rem;
  opacity: 0;
  display: none;
  border-radius: 3px;
  padding: 1rem;
  color: rgba(0, 29, 65, 1);
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 29, 65, .4);
  z-index: 999;
  top: 44px;
}

.info-tooltip__content::before {
  content: "R";
  display: inline-block;
  font-family: "LUI icons";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  text-transform: none;
  direction: ltr;
  position: absolute;
  top: -15px;
  color: #fff;
  right: 12px;
}

.info-tooltip--show .info-tooltip__content {
  opacity: 1;
  display: block;
}

.info-tooltip .lui-icon--remove {
  display: none;
}

.info-tooltip--show .lui-icon--remove {
  display: inline-block;
}

.info-tooltip--show .lui-icon--info {
  display: none;
}

.filters .info-tooltip__content ul li {
  color: rgba(0, 29, 65, 1) !important;
  list-style: square;
  margin-left: 15px;
}
.btn-yellow.info-tooltip__btn {
  border-radius: 50%;
  background: rgba(255, 255, 255, .4);
  height: 35px;
  width: 35px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s .1s;
}

.btn-yellow.info-tooltip__btn:hover {
  background: #fff;
  color: #001D3F;
  cursor: pointer;
  text-decoration: none;
}

.btn-yellow.info-tooltip__btn span {
  transition: color .3s .1s;
}

.btn-yellow.info-tooltip__btn span:hover, .btn-yellow.info-tooltip__btn:hover span {
  color: #001D3F;
  text-decoration: none;
}

.info-tooltip__btn:hover {
	cursor: pointer;
}

.info-tooltip__content p:last-of-type {
  margin: 0;
}

.chart-container {
	background: #fff;
	border-radius: 4px;
	margin: 0;
	padding: 15px 0;
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,.3);
	border: 1px solid #efefef;
	height:482px;
	margin-top: 20px;
}

.chart-container-small {
	background: #fff;
	border-radius: 4px;
	margin: 0;
	padding: 15px 0;
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,.3);
	border: 1px solid #efefef;
	height:200px;
	margin-top: 20px;
	margin-top: 10px;
}
.chart-container-smallest {
	background: #fff;
	border-radius: 4px;
	margin: 0;
	padding: 15px 0;
	box-shadow: 0px 0px 20px -10px rgba(0,0,0,.3);
	border: 1px solid #efefef;
	height:100px;
	margin-top: 20px;
	margin-top: 00px;
}
.chart-container-h1 {
	background: #fff;
	border-radius: 4px;
	margin: 0;
	height:40px;
	margin-top: 20px;
}

/* General elementst */
div.qvobject--half {
  height: 150px;
  flex: 1 1;
  color: #FDD511;
  background: #004494;
}
div.qvobject--full {
  height: 480px;
  flex: 1 1;
}

.row-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.filters {
	color: rgba(0, 29, 65, 1);
  	background: rgba(0, 29, 65, 1)
  	box-shadow: 0 0 20px rgba(0, 29, 65, .4);
	padding: 0 27px;
	width: 19%;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 45px 45px 0;
}
.qvobject {
  flex: 1 1 auto;
  /*color: #FDD511;*/
}

