#tabs > li:nth-child(1){
	cursor:pointer;
}

#tabs > li:nth-child(2){
	cursor:pointer;
}

#tabs > li:nth-child(3){
	cursor:pointer;
}

.dropdown-selector.show, .dropdown-selector:focus, .dropdown-selector:active {
	box-shadow: 0px 0px 5px 1.5px rgb(255,165,20) !important;
	border: none !important;
	outline: 0 !important;
	cursor: pointer;
	background: rgb(245,245,245) !important;
}

.copy-modal-backdrop {
	background: rgba(82,82,82,0.65);
}

[class^="custom-control-label"],[id*="open"], [id*="close"]{
	cursor:pointer;
}

[id*="open-help"], [id*="close-help"], [id*="help-open"] {
	background-color: rgb(102, 102, 102) !important;
	color: white;
	vertical-align: text-bottom;
}

[id*="open-help"]:hover, [id*="help-open"]:hover{
	background-color: rgb(82,82,82) !important;
	color: rgb(242,146,12);
}

[id$="variable-selector"]{
	cursor:pointer;
}

[id$="measure-selector"]{
	cursor:pointer;
}

[id$="year-selector"]{
	cursor:pointer;
}

/* p {
	margin-bottom: 1;
} */

@font-face {
	font-family: "Founders Grotesk";
	src: url("../fonts/WOFF2/founders-grotesk-regular.woff2");
}

* {
  font-family: "Founders Grotesk";
  /* https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/src */
}

@font-face {
	font-family: "Domaine Text";
	src: url("../fonts/WOFF2/domaine-text-regular.woff2");
}

/* set font of header to match style of logo (from website) */
#banner-header {
	font-family: "Domaine Text";
}

[id^="id-topbar-dropdown-icon"] {
	/* color svg black */
	filter: brightness(0); 
	width: 16px !important;
	height: 16px !important;
}

[id="id-topbar-dropdown"].show {
	/* color svg black */
	/* opacity: 90%; */
	/* box-shadow: 0px 4px 4px 0px rgba(1,1,1,0.6); */
	-webkit-text-fill-color: black;
	background-color: rgb(215, 215, 215,0.5);
}

.dropdown-menu {
	padding: 0.2rem;
}

.dropdown-menu.show {
	padding: 1px;
}

.form-select:active, .form-select:active.focus, .form-select:focus, .form-select:checked, .dropdown-item:focus, .dropdown-item:active, .dropdown-item:checked {
	box-shadow: 0px 0px 5px 1.5px rgb(255,165,20,0.5) !important;
	background-color: rgb(255, 255, 255) !important;
	color: black;
	border: none !important;
	outline: 0 !important;
}

.topbar-dropdown-text {
	font-family: "Founders Grotesk";
	margin: 0;
	text-decoration: none;
	color: black;
	/*  other shared properties */
}

.topbar-dropdown-element-div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size:large;
}

/* Make radio buttons orange */
.custom-control-input:checked
~ .custom-control-label::before {
	background-color: rgb(242,146,12);
	border-color: rgb(242,146,12);
	box-shadow: none;
	outline: none;
}

/* Remove box shadow */
.custom-select:focus, .custom-select:active, .custom-select.active, .custom-select:active:focus {
  /* background-image: none; */
 	outline: none;
  /* -webkit-box-shadow: none; */
	box-shadow: none;
}

body {
	background-color: rgb(244, 246, 248);
}

a:hover {
	text-decoration: none;
}
.graph-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

/* .dash-graph {
	-moz-box-shadow: 0px 0px 8px 4px rgba(1,1,1,0.2);
	-webkit-box-shadow: 0px 0px 8px 4px rgba(1,1,1,0.2);
	box-shadow: 0px 0px 8px 4px rgba(1,1,1,0.2);
} */

#id-guide {
	position: absolute;
	z-index: 2;
	display: none;
	width: 100%;
	height: 100%;
}

#top-banner {
	position: relative;
	z-index: 100;
	height: 94px;
	-moz-box-shadow: 0px 4px 4px 0px rgba(1,1,1,0.1);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(1,1,1,0.1);
	box-shadow: 0px 4px 4px 0px rgba(1,1,1,0.1);
}

#id-frontpage {
	background-image: url('../UlighedsApp_baggrund.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	position: sticky;
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 94px);
	width: 100vw;
}

@media screen and (max-width: 800px) {
	#id-frontpage {
		background-image: none;
		background-color:rgb(106, 110, 120);
	}
}

#id-frontpage-text-two {
	text-align: center;
	color: rgb(255, 255, 255);
	padding-bottom: 1rem;
	margin-left: 20%;
	margin-right: 20%;
}

#id-frontpage-three-icons {
	text-align: center;
	padding-top: 2%;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1rem;
}

button.dropdown-item:hover .topbar-dropdown-text, .dropdown-item:hover .topbar-dropdown-text {
	color: rgb(255,255,255) !important;
	-webkit-text-fill-color: rgb(255,255,255) !important;
}

.dropdown-item:hover [id^="id-topbar-dropdown-icon"] {
	/* Color svg white */
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(205deg) brightness(105%) contrast(109%);
}

.dropdown-item:hover {
	color: rgb(255,255,255);
	background: rgb(242,146,12); 
}

.frontpage-button-intro {
	position: static;
	text-shadow: 0.5px 0.15px rgba(1,1,1,0.5);
	margin-top: 1%;
	margin-bottom: 1%;
	background-color: rgb(255,255,255);
	color: rgb(242,146,12);
}

.frontpage-button-intro:hover {
	background-color: rgb(242,146,12);
	color: rgb(255,255,255);
}

.introvideo-modal {
	/* position: absolute; */
	/* transform: translate(-50%, -50%);  */
	vertical-align: middle;
}

.introvideo-modal-body {
	/* position: absolute; */
	top: 30%;
	width: 100%;
}

.introvideo-modal-body-video {
	display: block;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: auto;
}

#id-logo-lg {
	font-family: "Domaine Text";
	color:black;
	padding: 1.5px;
	font-size: 0.9em;
}

/* Logo as small img */
#id-logo-sm {
	height: 5rem;
	width: 3rem;
	padding-left: 5%;
}

.norm-txt {
	text-decoration: none;
	font-family: "Domaine Text" sans-serif;
	color: black;
}

@media screen and (max-width: 500px) {
	#id-logo-text {
		font-size: 0.85em;
	}

	#icon-documentation {
		display: none;
	}
}

.class-frontpage-three-icons {
	height: 13rem;
	width: 8.28rem;
}

.frontpage-col-icon {
	padding-left: 1%;
}

.control_panel {
	border-top: 1px solid rgb(218, 223, 227);
	border-bottom: 1px solid rgb(218, 223, 227);
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	margin-bottom: 0.5%;
	background-color: rgb(244, 246, 248);
}

#guide-button {
	background-color: rgb(255, 255, 255);
	color: rgb(242,146,12);
	border: 1px solid rgb(242,146,12);
}

#guide-button:hover {
	background-color: rgb(242,146,12);
	color: rgb(255, 255, 255);
}
#guide-button:hover img {
	filter: brightness(1000%) saturate(0%); /* Make SVG white */
}

#button-income {
	background-color: rgb(255,255,255);
	color: rgb(51,51,51);
	border: 1px solid rgb(51,51,51);
}

#button-health {
	background-color: rgb(255,255,255);
	color: rgb(51,51,51);
	border: 1px solid rgb(51,51,51);
}

#button-education {
	background-color: rgb(255,255,255);
	color: rgb(51,51,51);
	border: 1px solid rgb(51,51,51);
}

#button-filtre {
	background-color: rgb(244, 246, 248);
	color: rgb(51,51,51);
	border: none;
	padding-left: 0;
}

#button-documentation {
	background-color: rgb(255,255,255);
	color: rgb(51,51,51);
	border: 1px solid rgb(51,51,51);
}

#button-documentation:hover {
	background-color: rgb(244, 246, 248);
	color: rgb(51,51,51);
	border: 1px solid rgb(51,51,51);
}

#button-income:hover, #button-health:hover, #button-education:hover {
	background-color: rgb(51, 51, 51);
	color: rgb(255,255,255);
}

.clear-memory-button {
	background-color: rgb(255,255,255);
	color: #495057;
	border: 1px solid rgb(218, 223, 227);
}

.clear-memory-button:hover {
	background-color: rgb(244, 246, 248);
	color: #495057;
	border: 1px solid rgb(218, 223, 227);
}

.clear-memory-button:active {
	border: 1px solid rgb(242,146,12);
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#income-download-button.active.focus, #income-download-button.active:focus, #income-download-button.focus, #income-download-button.focus:active, #income-download-button:active:focus, .btn:focus {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#education-download-button.active.focus, #education-download-button.active:focus, #education-download-button.focus, #education-download-button.focus:active, #education-download-button:active:focus, .btn:focus {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#health-download-button.active.focus, #health-download-button.active:focus, #health-download-button.focus, #health-download-button.focus:active, #health-download-button:active:focus, .btn:focus {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-header {
	font-family: "Domaine Text";
	background-color: rgb(247,247,247);
  src: url("fonts/WOFF2/domaine-text-regular.woff2");
}

.modal-body {
	font-family: "Founders Grotesk";
	src: url("fonts/WOFF2/founders-grotesk-regular.woff2");
}

.modal-btn {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	text-shadow: 0.5px 0.15px rgba(1,1,1,0.5);
	background-color: rgb(242,146,12) !important;
  color: rgb(255,255,255) !important;
  border-color: rgb(242,146,12) !important;
	box-shadow: 0.5px 0.5px rgba(1,1,1,0.2);
}

.modal-btn:hover {
  background-color: rgb(222,126,0) !important;
	border-color: rgb(222,126,0) !important;
  color: rgb(245, 245, 245) !important;
}

.radio-input-btn {
	cursor: pointer;
	pointer-events: auto; 
}

.radio-input-btn:checked, .radio-input-btn:focus, .radio-input-btn:active, .radio-input-btn:active.focus, .radio-input-btn.active.focus {
	background:rgb(255,165,20);
	border: rgb(242,146,12); /* Make the border color slitghtly darker than the background color */
}

.radio-input-btn:focus {
	box-shadow: none;
}

.dropdown-selector {
	background: rgb(255, 255, 255) !important;
	color: rgb(51,51,51) !important;
	border: 1px solid rgb(206, 212, 218);
	cursor: pointer;
	font-weight: 'bold';
	font-family: "Founders Grotesk";
	src: url("fonts/WOFF2/founders-grotesk-regular.woff2");
}


.radio-input-btn:not(:checked):not(:disabled):hover {
	background: rgb(200, 202, 204) !important;
}

.radio-input-btn:not(:checked):not(:disabled):hover + .form-check-label {
	cursor: pointer !important;
}

.radio-input-btn:checked, .radio-input-btn:disabled {
	cursor: default !important;
}

.dropdown-selector-text {
	color: rgb(51,51,51) !important;
	font-weight: 'bold' !important;
	font-family: "Founders Grotesk" !important;
	font-size: 1rem !important;
	src: url("fonts/WOFF2/founders-grotesk-regular.woff2") !important;
}

.multiline-text {
  white-space: pre-wrap;
}

.page-nav-btn.active ~ .page-nav-icon-wrapper, .page-nav-btn.active {
	cursor: default;
}

.page-nav-item:hover .page-nav-btn:not(.active) {
	background: rgb(51,51,51) !important;
	color: rgb(255,255,255) !important;
}
