@import url("https://fonts.googleapis.com/css?family=Cabin+Sketch:700|Nunito:400,600,700|Source+Sans+Pro:300,400,700&display=swap"); /* Google Fonts */

body, body.back{
	background:#FFFFFF!important;
	overflow-y:visible!important;
	font-size:16px;
	font-family:'Source Sans Pro';
	margin: 0;
	color : #000000;
	line-height:normal;
}

html{
	scroll-behavior: smooth;
	overflow-y:scroll;
}

::-webkit-scrollbar{
	display:block;
	z-index:10;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


@media screen and (min-width: 600px) {		
img.factsimg{width:auto;max-width:350px!important;height:auto;}
img.headimg{width:80vw!important;max-width:1024px;height:auto!important;}
img.lineimg{width:400px;height:auto;}
}


@media screen and (max-width: 1150px) {		
img.factsimg, img.lineimg{width:auto;max-width:calc(100% - 24px)!important;height:auto;}
img.headimg{width:calc(100vw - 30px)!important;height:auto!important;}}

@media screen and (max-width: 600px) {		
.question img.factsimg{width:auto;max-width:calc(100% - 30px)!important;height:auto;}}

@media screen and (min-width: 600px) {		
.question img.factsimg{width:auto;max-width:350px!important;height:auto;max-height:350px!important;}}

.top-right {
  position: absolute;
  top: 60px;
  right: 20px;
  padding:0;


}

.top-rights {
  position: absolute;
  top: 155px;
  right: 20px;
  padding:0;


}

.top-left {
  position: absolute;
  top: 60px;
  left: 20px;
  padding:0;
}


.fax {
  padding: 5px;
  font-size: 30px;
  width:40px;
  height:40px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;;
   
}

.testbutton {

background: linear-gradient(45deg,rgb(76,175,80),rgb(76,175,80), darkgreen);
  box-shadow: -4px 6px 8px #888888;
  transition: all 1s ease;
padding:8px;
border-radius:6px;
color:white;

}

.testbutton:after {
  content: '';
  position: absolute;
  z-index: -1;

 


}

.testbutton a{
	cursor:pointer;
	color:white;
	text-decoration:none;
	font-family:'Source Sans Pro';
	font-weight:700;
	font-size:15px;
	text-shadow: 1px 1px 1px darkgreen;
	



}

.testbutton:hover {
      transform: scale(1.1, 1.1);
  text-decoration:none;
    box-shadow: -10px 10px 12px #888888;
}

.testbutton i{
	vertical-align:text-bottom;
font-size:15px;}

.fa:hover {
	 text-decoration: none;
}






.icon-bar{
  text-align: left;
  padding: 0px;
  text-align:center;
}



@media screen and (max-width: 600px) {
.icon-bar{
position: absolute;
top: 55px;
right:12px;
box-shadow: 4px 4px 8px #888888;

}	
	
	
.icon-bar a {

border-radius: 0.5px;
padding: 10px;
color: white;


 
}}

@media screen and (min-width: 600px) {
.icon-bar {
	
position: absolute;
top: 55px;
right:12px;
box-shadow: 4px 4px 8px #888888;

}	

.icon-bar a{

border-radius: 0.5px;
padding: 8px;
color: white;

 
}}



.exampletext {
padding-top:6px;
color:rgb(76, 155, 80);
	font-size:16px;
  
}

.examplehead {
color:rgb(76, 155, 80);
padding:0 0 0 3px;

}

.examplediv1 {
	border-left : 6px solid rgb(76,155,80);
	border-bottom : 1px solid rgb(76,155,80);	
	padding-left:0px;
	padding-bottom:0px;
	font-size:16px;
	font-weight:bold;

}

.exmark{
font-size:14px;
font-weight:bold;
border-radius:0 8px 8px 0 ;
padding:3px 5px 0 0; 
background:rgb(76,155,80);
color:white;
font-weight:bold;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;"
}

.summaryhead{
font-size:16px;
color:rgb(76,155,80);
border-bottom : 1px solid rgb(76,155,80);
text-align:left;
	margin-top:30px;
display:block;
}

#factSheet .summaryhead{
	margin-top:0;
}

@media screen and (max-width: 600px) {
.summaryhead{
	margin-top:12px;
}}


.summaryhead h2{
padding:0;
margin:0;
}

.summarydiv h3{
font-size:16px;
}

.summarydiv{
border-left : 6px solid rgb(76,155,80);
padding-left:12px;
padding-top:12px;
}


ul.summaryul{
	list-style: none;
	padding:0;
	display:table;
	margin:0px 12px 12px 12px;
	margin-bottom:0;}
	
	
ul.summaryulsecond{
	list-style: none;
	padding:0;
	display:table;
	margin:0px 12px 0px 32px;}
	

@media screen and (min-width: 600px) {
	ul.summaryul li{
	  font-family:'Source Sans Pro';
	  font-size:16px;
	  display: table-row;
	  text-align:left;
  
}}


@media screen and (max-width: 600px) {
	ul.summaryul li{
	  font-family:'Source Sans Pro';
	  font-size:16px;
	  display: table-row;
	  text-align:left;

}}

ul.summaryul li::before {
  content: "\2022";
  color: rgb(76, 155, 80);
  font-weight: bold;
  display: table-cell; 
  width: 20px;
  font-size:24px;

}


ul.summaryulsecond li::before {
  content: "\2218";
  color: rgb(76, 155, 80);
  font-weight: normal;
  display: table-cell; 
  width: 20px;
  font-size:24px;

}

.examplediv {
	border-left : 6px solid rgb(76,155,80);
	padding-left:12px;
	font-size:16px;
	border:0 0 0 32px;

}

.ex{
	padding: 2px 0px;
	margin-right:6px;
	color:rgb(76,155,80);
	font-size:16px;
	font-weight:bold;}
	
.ex-text{
	color:rgb(76,155,80);
}

.ex-text:after{
	content: "\a";
    white-space: pre;
}

mark {
		background-color: rgb(76, 155, 80);
	color: white;
	font-size:13px;
  
}

@media screen and (max-width: 600px) {
	
	mark {

	padding:3px 2px;
	margin-left:-1px;
  
}}

@media screen and (min-width: 600px) {
	
	mark {

	padding:3px 2px;
	margin-left:-1px;
  
}}

.toplogo{
	display: flex;
	justify-content:center;
	font-family:'Source Sans Pro';
	font-weight:700;
	color: #333333;
	}


@media screen and (min-width: 600px) {
.toplogo{
	align-items:flex-end;
	font-size:28px;
	margin:0;
	flex-wrap:nowrap;
	letter-spacing: 12px;
	height:160px;
}	

.toplogo img {
	width:220px;
	height:107px;
}


.tagline2{
	display:block;
	font-family:'Source Sans Pro';
	font-weight:700;
	font-size:18px;
	color : #4C9B50;
	margin: 18px 0 0 0;
	text-align: center;
}}

@media screen and (max-width: 600px) {
.toplogo{
	align-items:flex-start;
	font-size:18px;
	flex-wrap: wrap;
	letter-spacing: 8px;
	height:170px;

}

.toplogo img{
	width:180px;
	height:88px;
	align-self:flex-end;
	margin-top:50px;
	}}


h1,h2,h3,h4,h5,h6,H1,H2,H3,H4,H5,H6{font-family:'Nunito';margin:12px 0 2px 0;color:rgb(76,155,80);text-align:left;line-height:normal;}	


@media screen and (max-width: 600px) {
H1, h1{	
font-size:20px;
font-weight:bold;
line-height:normal;}

H2, h2{	
font-size:20px;
font-weight:bold;
line-height:0.99;}

H3, h3{	
font-size:20px;
font-weight:normal;
line-height:0.99;}
}


@media screen and (min-width: 600px) {
H1, h1{	
font-size:26px!important;
font-weight:bold;}
	
H2, h2{ 
font-size:20px!important;
font-weight:bold;
}
	
H3, h3{
	font-size : 18px!important;
	font-weight:normal;
}}

.main2{ 
	color : rgb(76, 155, 80);
	font-size : 16px;
	font-weight : normal;
	text-align:left;
	padding-bottom:16px;
	} 
	
.main3{ 
	color : rgb(76, 155, 80);
	font-size : 16px;
	font-weight : normal;
	text-align:left;
	padding-bottom : 16px;
	} 

p, .normal, td, tr{
	text-align:left;
	font-size : 16px;
	font-weight : normal;
	color:black;
	font-family:'Source Sans Pro';
	font-weight:normal;
	line-height:normal;	
	margin:0 0 12px 0;
	}
	
p:after{
	margin:0;
	padding-bottom:12px;	
	}
	
a{
	text-decoration:none;
	cursor:pointer;
	font-size : 16px;
	color:black;
	} 


	
table.xlist {
	border-collapse: collapse;
	border-bottom : 1px solid rgb(204,204,204);
	}
	
table.nog {
	border:0!important;
	background:white;
	}
	
tr.nog {
background:white;
border:0!important;

}


td.nog {
text-align:left;
padding-left:0.5em;
padding-right:0.5em;
padding-bottom:1em;
vertical-align:1em;
background:white;
font-size:16px;
font-family:'Source Sans Pro';
border:0!important;
color:black!important;

}

td.nog:first-child{
	color:green!important;
	font-weight:bold!important;
}

.w3-table th, .w3-table td{
	padding:3px 3px;
}

table.white tr{
background:none!important;	
}

table.white td{
background:none!important;width:100px;text-align:center;font-size:16px;
}


.flex-container {
  display: flex;
  background-color: rgb(240,240,240);
}

.flex-container > div {
  background-color: #f1f1f1;
  margin: 10px;
  padding: 10px;
  font-size:16px;
  max-width:350px;
}



	
tr:nth-child(odd) {
  background-color: rgb(226,240,217);	}


th.toolbar{
	background-color : #4CAF50;
	color : white;
	font-size : 14px;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	vertical-align : middle;
	text-align: left;
	font-weight:normal;
	}
	


	td{
	
	color : black;
	font-size : 12px;
	font-weight : normal;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	vertical-align : middle;
	text-align: left;
	}
	
	td.toolbarevens{
	background-color : white;
	color : black;
	font-size : 3vw;
	font-weight : normal;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	vertical-align : middle;
	text-align: left;
	}
	
	td.toolbarodd{
	background-color : rgb(226,240,217);
	color : black;
	font-size : 12px;
	font-weight : normal;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	vertical-align : middle;
	text-align: left;}
	
	td.toolbarodds{
	background-color : rgb(226,240,217);
	color : black;
	font-size : 3vw;
	font-weight : normal;
	padding-left : 2px;
	padding-right : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
	vertical-align : middle;
	text-align: left;}

input[type="radio"], label {
  /* Add if not using autoprefixer */
  -webkit-appearance: none!important;
  appearance: none!important;
  background-color: #fff!important;
  box-shadow:none!important;
  margin: 0!important;
}
	
	
input[type="text"] {
  background-image: url('images/searchicon.png');
  background-position: 10px 6px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 6px 20px 6px 70px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}


.topnav {
box-sizing: border-box;
overflow-y: hidden;
overflow-x:auto;
white-space:nowrap;
background-color: #282A35;
color:#f1f1f1;
position:fixed;
top:0;
width:100%;
height:42px;
min-height:42px;
z-index:10;
outline: none;
  outline-width: 0;
}

@media screen and (min-width: 1150px) {
.topnav {
animation:none!important;
transition:none!important;
-webkit-transition:none!important;}

.smallmenu  {
  display: none;
}

.topnav a:hover {
  background-color: #000;
  color: white;
  height:42px;
min-height:42px;
margin-bottom:0;
}
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing:1px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
		-webkit-user-select: none;
	user-select: none;
}


.topnav a.active {
  background-color: #04AA6D;
  color: white;
  height:42px;
}

.topnav .homeicon {
	width:47px;
}



@media screen and (max-width: 1150px) {

	.topnav {
	height:0;
	width:100vw;
	transition: all .2s ease-in-out;}
	
	.topnav a:not(.topnav a.homeicon), .topnav a.active:not(.topnav a.homeicon), .topnav a:hover:not(.topnav a.homeicon) {
	width:100%!important;
	margin-left:0!important;
	padding-left:26px!important;
	margin-right:0!important;}
	
		.topnav a.homeicon:hover{
	  background-color: black;
  color: white;
  height:42px;
	}
	
	
	.topnav.responsive {position: fixed;z-index:11;overflow:hidden;height:60vh;}

	.topnav a:not(.homeicon, .smallmenu) {display: none;}
	
	.topnav a:hover:not(.homeicon, .smallmenu) {background:#000000;color:#FFFFFF;}
	
 .topnav.responsive a:not(.homeicon, .smallmenu){
	float: none;
    display: block;
    text-align: left;
	opacity: 0;
	animation: type .5s forwards;
	border-bottom:1px solid rgb(100,100,100);
	margin:0 12px 0 12px;

 }
 

 .topnav.responsive a:nth-child(2) {
  animation-delay: .1s;
  margin-top:66px;
  }
    
	.topnav.responsive a:nth-child(3) {
  animation-delay: .15s;}
  
  	.topnav.responsive a:nth-child(4) {
  animation-delay: .2s;}
  
    .topnav.responsive a:nth-child(5) {
  animation-delay: .25s;}
    
	.topnav.responsive a:nth-child(6) {
  animation-delay: .3s;}
  
  	.topnav.responsive a:nth-child(7) {
  animation-delay: .35s;}
  
    	.topnav.responsive a:nth-child(8) {
  animation-delay: .4s;}
  
      	.topnav.responsive a:nth-child(9) {
  animation-delay: .5s;}
  

  
  
@keyframes type {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
	transform: translateY(-20px);
  }
}  

 
}

/* Style the content */
.contentsmall {

  padding: 10px;
  margin:auto;
  font-size:16px;
  text-align:left;


}



footer {
	width: 100%;
	height:auto;
	padding-top: 4px;
	padding-bottom: 12px;
	margin:0 auto;
	text-align:center;
	font-family:'Source Sans Pro';
	font-size:16px;
	color : rgb(76, 155, 80);
	background:#282A35!important;}

.footers{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	height: 100%;
	margin:0px;
	padding:6px;
	background-image: linear-gradient(to right, #414556 , black);
}

.footers div{
	font-family:'Source Sans Pro';
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:2px;
	text-align:center;
}

@media screen and (min-width: 600px) {
.footers div{
	width: calc(100%/3);}}
	
@media screen and (max-width: 600px) {
.footers div{
	width: 50%;}}

.footers, .footers a{
	font-family:'Source Sans Pro';
font-weight:bold;
font-size:14px;
text-transform: uppercase;
letter-spacing:2px;
color: #f2f2f2!important;}

.footers a:hover{
	color:white!important;
}

.footers img{
	width:20px;
	height:auto;

}
	

.footers div:first-child{
	text-align:left;
}

.footers div:last-child{
	text-align:right;
}


	
@media screen and (min-width: 1200px) {
.mobileimgh1{
margin-left: auto;
margin-right: auto;
width:250px;
height:122px;
}}	
	
@media screen and (min-width: 600px) and (max-width: 1200px){
.mobileimgh1{
vertical-align:text-bottom;
width:400px;
height:195px;
padding-top:0px;
}}

@media screen and (max-width: 600px) {
.mobileimgh1{
display: block;
margin-left: auto;
margin-right: auto;
width:180px;
height:88px;
}}


.mobileh1{
color:black;
font-family: 'Source Sans Pro';
font-weight : 700;
font-size:16px;
text-align:center;
letter-spacing : 12px;
display:table;
padding:8px;
margin:auto;
}

.mobileh2{
color:black;
font-family: 'Source Sans Pro';
font-size:16px;
text-align:center;
display:table;
padding:8px;
margin:auto;
}

.left {
  background-color:white;
  padding-left:2vw;
  padding-right:2vw;
  float:left;
  width:34%; 
}

.leftl {
  background-color:white;
  padding-left:2vw;
  padding-right:2vw;
  float:left;
  width:67%; 
}

.mid {
  background-color:white;
  float:left;
  width:33%; 
}

.right {
  background-color:white;
 padding-left:2vw;
  padding-right:2vw;
  padding-top:0;
  float:left;
  width:33%; 
}

.rightl {
  background-color:white;
 padding-left:2vw;
  padding-right:2vw;
  padding-top:0;
  float:left;
  width:33%; 
}

.midl {
color:black;
padding-top:0;
} 

.mids {
color:black;
} 


/* Use a media query to add a break point at 800px: */
@media screen and (max-width:800px) {
  .left, .mid, .right, .leftl, .rightl {
    width:100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
    }
  
 @media screen and (max-width:991px) {
  .midl {
    display:none;
  }
    }
	
	 @media screen and (min-width:992px) {
  .mids {
    display:none;
  }
    }

.pagination {
	z-index:10;
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  width:100vw;
  height:auto;
  border-top : 1px solid rgb(200,200,200);
  background:rgba(255,255,255,0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin:0;
  padding:12px 0 12px 0;
  align-items:top;
  justify-content:center;

}

.pagination a{
	color: #4CAF50;
	cursor:pointer;
	text-decoration:none;
	font-family:'Source Sans Pro';
	font-weight:normal;
	font-size:21px;
	letter-spacing: 0px;
	vertical-align:text-top;
	text-align:center;
	flex:1;
}



.pagination i{
vertical-align:top;
box-shadow: none!important;
text-shadow: none!important;}

.pagination a:hover{
  color:#4CAF50;
}

.pagination a.disabled{
  color:rgb(226,240,217);
  cursor: not-allowed;
}

.paglabel{
		font-family:'Source Sans Pro';
font-size:10px;
margin:0!important;
padding:0!important;
display:block;
text-transform: uppercase;
white-space:normal!important;
line-height:10px;
}




.math-left-align .mjx-chtml.MJXc-display{
    text-align: left !important;
	display: inline !important;
 }
 
.col-1 {width: 33.33%;}
.col-2 {width: 50%;}
.col-3 {width: 16.67%;}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}


#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


input{
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
  box-shadow: 4px 4px 4px rgb(230,230,230);
  outline:none;

}


/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (min-width: 600px) {
  .column {
    width: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.carousel-control.left, .carousel-control.right, carousel-indicators {
    background-image: none
}

@media screen and (min-width: 600px) {
	
.logo{

animation: d6 3s ease-in-out;
-webkit-animation: d6 3s ease-in-out;}



.dot1 {
	position:absolute;
		top:100px;
	left:700px;
	width:300px;
	height:300px;
	border-radius: 50%;
	display: inline-block;
	background-image: radial-gradient(circle at 50% 120%, #81e8f6, #76deef 10%, #055194 80%, #062745 100%);
	z-index:-2;

	animation: d2 60s alternate infinite ease-in-out;
	-webkit-animation: d2 60s alternate infinite ease-in-out;
	}
	
.dot1 before {
  content: "";
  position: absolute;
  top: 10%;
  left: 25%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 0px, #ffffff, rgba(255, 255, 255, 0) 58%);
  filter: blur(5px);
  z-index: -1;
}
	
	.dot2 {
	position:absolute;
	top:450px;
	left:350px;
	width:300px;
	height:300px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(90deg, midnightblue, blue, lightblue);
	z-index:-2;


	animation: d3 30s alternate infinite ease-in-out;
	-webkit-animation: d3 30s alternate infinite ease-in-out;
	}
	
		.dot3 {
	position:absolute;
	top:100px;
	left:0px;
	width:300px;
	height:300px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(to right, midnightblue, blue, lightblue);
	z-index:-2;


	animation: d1 13s alternate infinite ease-in-out;
	-webkit-animation: d1 20s alternate infinite ease-in-out;
	}
			.dot4 {
	position:absolute;
	top:100px;
	left:700px;
	width:220px;
	height:220px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(45deg, darkred, red, violet);
	z-index:-2;


	animation: d2 20s alternate infinite ease-in-out;
	-webkit-animation: d2 20s alternate infinite ease-in-out;
	}
	

.dot5 {
	position:absolute;
		top:500px;
	left:400px;
	width:220px;
	height:220px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(90deg, darkred, red, violet);
	z-index:-2;


	animation: d3 60s alternate infinite ease-in-out;
	-webkit-animation: d3 60s alternate infinite ease-in-out;
	}
	
	.dot6 {
	position:absolute;
	top:100px;
	left:0px;
	width:220px;
	height:220px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(to top, darkred, red, violet);
	z-index:-2;


	animation: d1 30s alternate infinite ease-in-out;
	-webkit-animation: d1 30s alternate infinite ease-in-out;
	}
	
		.dot7 {
	position:absolute;
	top:100px;
	left:700px;
	width:120px;
	height:120px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(45deg, darkorange, yellow, lightyellow);
	z-index:-2;


	animation: d2 30s alternate infinite ease-in-out;
	-webkit-animation: d2 50s alternate infinite ease-in-out;
	}
			.dot8 {
	position:absolute;
	top:100px;
	left:350px;
	width:120px;
	height:120px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(to bottom, darkorange, yellow, lightyellow);
	z-index:-2;


	animation: d3 20s alternate infinite ease-in-out;
	-webkit-animation: d3 80s alternate infinite ease-in-out;
	}
	
				.dot9 {
	position:absolute;
	top:0px;
	left:0px;
	width:120px;
	height:120px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(to top, darkorange, yellow, lightyellow);
	z-index:-2;


	animation: d1 60s alternate infinite ease-in-out;
	-webkit-animation: d1 60s alternate infinite ease-in-out;
	}
	
	.dot10 {
	position:absolute;
		top:0px;
	left:700px;
	width:300px;
	height:300px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(45deg, black, brown, goldenrod);
	z-index:-2;


	animation: d4 60s alternate infinite ease-in-out;
	-webkit-animation: d4 60s alternate infinite ease-in-out;
	}

			.dot11 {
	position:absolute;
	top:700px;
	left:0px;
	width:220px;
	height:220px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(45deg, teal, khaki, teal);
	z-index:-1;


	animation: d4 20s alternate infinite ease-in-out;
	-webkit-animation: d4 20s alternate infinite ease-in-out;
	}
	
					.dot12 {
	position:absolute;
	top:0px;
	left:700px;
	width:120px;
	height:120px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(to left, lawngreen, seagreen, darkgreen);
	z-index:-2;


	animation: d4 30s alternate infinite ease-in-out;
					-webkit-animation: d4 75 alternate infinite ease-in-out;}
	
	.dot13 {
	position:absolute;
		top:0px;
	left:400px;
	width:200px;
	height:200px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(45deg, lightsalmon, lightcoral, chocolate);
	z-index:-2;


	animation: d5 60s alternate infinite ease-in-out;
	-webkit-animation: d5 60s alternate infinite ease-in-out;
	}

			.dot14 {
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:220px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(135deg, lightsalmon, lightcoral, chocolate);
	z-index:-2;


	animation: d4 20s alternate infinite ease-in-out;
	-webkit-animation: d4 50s alternate infinite ease-in-out;
	}
	
					.dot15 {
	position:absolute;
	top:400px;
	left:0px;
	width:80px;
	height:80px;
	border-radius: 50%;
	display: inline-block;
	background-image: linear-gradient(60deg, lightsalmon, lightcoral, chocolate);
	z-index:-2;
	

	animation: d5 40s alternate infinite ease-in-out;
	-webkit-animation: d5 60s alternate infinite ease-in-out;
	}


	
	}


@keyframes d1 {
  0% {transform: translate(0, 0) scale(1,1);filter:opacity(1) ;}
  40% {transform: translate(150px, 100px) scale(0,0);filter:opacity(0) ;}
  50% {transform: translate(300px, 200px) ;filter:opacity(1);}
  75% {transform: translate(-250px, 300px) ;filter:opacity(0);}
  100% {transform: translate(-200px, -600px) ;filter:opacity(1);}
}

@keyframes d2 {
  0% {transform: translate(0, 0) scale(0,0);filter:opacity(0);}
  25% {transform: translate(-450px, -450px) scale(1,1);filter:opacity(1);}
  50% {transform: translate(-450px,450px);filter:opacity(0) ; }
  75% {transform: translate(450px,400px);filter:opacity(1);}
  100% {transform: translate(450px,-400px);filter:opacity(0);}
}

@keyframes d3 {
  0% {transform: translate(0, 0) scale (1,1);filter:opacity(1);}
  25% {transform: translate(-100, 100) scale(0,0);filter:opacity(0)  ;}
  50% {transform: translate(-400px, 200px);filter:opacity(1) ;}
  75% {transform: translate(100px, -100px);filter:opacity(0);}
  100% {transform: translate(400px, -200px);filter:opacity(1);}
}

@keyframes d4 {
  0% {transform: translate(0, 0) scale(0,0);filter:opacity(0);}
  25% {transform: translate(100, -100)  scale(1,1);filter:opacity(1);}
  50% {transform: translate(200px, -200px) ;filter:opacity(0) ;}
  75% {transform: translate(-250px, 250px) ;filter:opacity(1) ;}
  100% {transform: translate(-50px, 50px) ;filter:opacity(0);}
}

@keyframes d5 {
  0% {transform: translate(0px, 0px) scale(1,1);filter:opacity(1);}
  25% {transform: translate(250px, 0px) scale(0,0);filter:opacity(0) ;}
  50% {transform: translate(500px,0px) ;filter:opacity(1) ;}
  75% {transform: translate(-250px,700px) ;filter:opacity(0);}
  100% {transform: translate(-50px,-700px) ;filter:opacity(1);}
}

@keyframes d6 {
  0% {filter:blur(20px);}
  80% {filter:blur(0px);}
  90% {filter:blur(10px);}
  100% {filter:blur(0px);}
}






.btn-group .button {	
  background-color: white; 
  border-width: .5px 0 .5px .5px;
  border-style: solid; 
  border-color: green;
  color: green;
  padding: 3px 24px;
  text-align: center;
  text-decoration: none;
   font-size: 16px;
  cursor: pointer;
  float: left;

}

.btn-group .first {
	border-radius:5px 0 0 5px!important;
}

.btn-group .last {
	border-radius:0px 5px 5px 0px!important;
	border-width: .5px!important
}


button.start-disabled,
button.start-disabled:hover,
button.start-disabled:active {
    background-color: lightgray !important;
    color: rgb(152,152,152) !important;
    cursor: not-allowed !important;
    border-color: lightgray !important;
    box-shadow: none !important;
}


.btn-group .disabled{
background-color:lightgray;
color:rgb(152,152,152);
cursor: not-allowed;
	transition: background-position 0.6s linear;
}



.btn-group .button:hover {
  background-color:green;
  color:white;
  border: .5px solid green;
}

.btn-group .disabled:hover{
background-color:gray;
color:rgb(210,210,210);
cursor: not-allowed;
transition: background-position 0.6s linear;

}

.item{
background:white;}

.item img{
	animation: a1 6s infinite;
	-webkit-animation: a1 6s infinite;
}

@keyframes a1 {
  0% {filter:blur(10px);transform: rotate(-20deg);}
  5% {filter:blur(5px);transform: rotate(0deg);}
  10% {filter:blur(0);}
  90% {filter:blur(0);transform: rotate(0deg);}
  95% {filter:blur(5px);transform: rotate(0deg);}
  100% {filter:blur(10px);transform: rotate(-20deg);}
}
	






  .button, .buttons {
	text-transform: uppercase;
	font-family:'Source Sans Pro';
  background-color: white;
  border:none;
  border-radius:5px;
  color: black;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
    margin: 4px 2px 0 0;
  cursor: pointer;
  z-index:10;
  	font-weight:bold;
  letter-spacing : 2px;}
  

#resultscore .button-row, #fullscore .button-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;

    gap: 10px;             /* exakt samma avstånd i X och Y */
    padding: 0 12px;
 margin-bottom: 16px;
margin-top: 16px; /* marginal mot höger och vänster */
}

#resultscore .button-row > button, #fullscore .button-row > button {
    all: unset;               /* nollställer W3.css lokalt */
    display: flex;            /* löser baseline/Y-problem! */
    align-items: center;      /* centrerar texten */
    justify-content: center;

    height: 40px;
    padding: 0 20px;
    box-sizing: border-box;

    font-family: 'Source Sans Pro';
    font-size: 14px;
    line-height: 1;

    border: 1px solid teal;
    border-radius: 5px;
    background: white;
    color: black;
    cursor: pointer;
	margin: 0 !important;
}

#resultscore .button-row > button:hover, #fullscore .button-row > button:hover {
    background: teal;
    color: white;
}


#resultscore .hide-small-fixed, #fullscore .hide-small-fixed {
    display: none;
}

#resultscore p.normal, #fullscore p.normal {
    margin-bottom: 6px;  /* du kan sätta 0–10 px */
}

#mobilefooter.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media screen and (min-width: 601px) {
    #resultscore .hide-small-fixed, #fullscore .hide-small-fixed {
        display: flex !important; /* inte block! */
    }
}







  
  @media screen and (max-width: 600px) {
	.button, .buttons {
   font-size:14px;
   padding: 4px 16px;}}

   
@media screen and (min-width: 991) and (max-width: 1900px) {
	.button {
   font-size:24px;}}
   
@media screen and (min-width: 1900px) {
	.button, .buttons {
   font-size:24px;}}


	.button1 {
	background:rgb(76, 155, 80);
	color: white; 
	box-shadow: 0px 0px 0px 2.5px rgb(76, 155, 80), 0px 0px 6px 4px rgba(0, 0, 0, 0.1);
	transition: background-position 0.6s linear;
	border:2px solid white;

	}
	
	.button1:hover {
	background:rgb(66, 132, 69);
	border:2px solid rgb(66, 132, 69);
	}	
  
	
	.button2 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);}
	
	.button2:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}

	.button3, .button4 {
	background-color: rgba(255,255,255,0);'
	color: white; 
	border:2px solid black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
	}
	

	
	.button3:hover, .button4:hover {
	background-color: rgba(255,255,255,1);
	color: black; 
	border:2px solid rgba(255,255,255,0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
	transition: bakground-color 0.6s linear;
}
	
	.button4:hover {
	border:2px solid #0028CE;
	}
	
	.button5 {
	background:rgb(76, 155, 80)!important;
	color: white!important; 
	transition: all 0.3s ease;
	}
	
	.button8 {
	background:#009688!important;
	color: white!important; 
	transition: all 0.3s ease;
	}
	
	.button5:hover, .button6:hover, .button7:hover {
	background:rgb(66, 132, 69)!important;
	color: white!important; 
	transition: all 0.3s ease;
	}	
	
	.button8:hover{
	background:#006C62!important;
	color: white!important; 
	transition: all 0.3s ease;
	}	
	
	.button6 {
	background-color:lightgray!important;
	color:black!important; 
	transition: all 0.3s ease;
	}
	
	
  
	.buttonon{
	animation: slide1 0.25s ease-in forwards;
	}
	
	.buttonoff{
	animation: slide2 0.25s ease-in forwards;
	}
	
	
	.buttontest{
		margin:4px 0 0 0;
		height:28px;
	width:calc(100% / 3);
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
	border-radius:0;
	border-width: .5px 0 .5px .5px;
	border-style: solid; 
	border-color: green;
}
	
	.buttontest:first-child{
	border-radius:6px 0 0 6px;	
		}
	
		.buttontest:last-child{
	border-radius:0 6px 6px 0px;	
		border-width: .5px;
		}
		
@media screen and (max-width: 600px) {
		.buttontest{
padding:5px 0 0 0!important;}}
	
	
	@keyframes slide1 {
  from {transform: translate(0, 0);}
  to {transform: translate(10px, 0);}}

	@keyframes slide2 {
  from {transform: translate(10px, 0);}
  to {transform: translate(0px, 0);}}
  
  
  
 .switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

.switch input {display:none;}

.sliders,.sliderl, .slidergreen {
	-webkit-appearance: none;
	height: 12px;
	background: green;
	outline: none;
	opacity: 0.8;
	-webkit-transition: .2s;
	transition: opacity .2s;
	vertical-align:text-top;
	text-align:left;
	margin-top:6px;
	padding:0;
	display:block;}
	
@media screen and (max-width: 600px) {
	.sliders,.sliderl, .slidergreen, .buttonstart {
	width:100%;
	
	
}}	

@media screen and (min-width: 600px) {
	.sliders,.sliderl, .slidergreen {
	width:calc(100% / 3);
}}	
	

.sliders:hover,.sliderl:hover, .slidergreen:hover {
  opacity: 1;
}

.sliders::-webkit-slider-thumb,.sliderl::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
    border-radius:50%;
  background: white;
  border:1px solid green;
  cursor: pointer;
}

.slidergreen::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
    border-radius:50%;
  background: white;
  border:1px solid green;
  cursor: pointer;
}

.sliders::-moz-range-thumb,.sliderl::-moz-range-thumb{
  width: 18px;
  height: 18px;
  background: #04AA6D;
  cursor: pointer;
}

.slidergreen::-moz-range-thumb{
  width: 18px;
  height: 18px;
  background: green!important;
  cursor: pointer;
}




.sliderlabel{
margin:6px 0 0 0!important;
padding:0!important;
text-align:center;
font-size:12px;
white-space:nowrap;
color:rgb(76, 155, 80);
font-family:'Source Sans Pro';}


@media screen and (min-width: 600px) {
.sliderllabel, .sliderllabels{
	margin:12px 0 0 12px;
	float:left;
	display:inline-block;
	color:green!important;}

}
	
@media screen and (max-width: 600px) {
.sliderllabel, .sliderllabels{
	margin-top:12px;
	text-align:center;
	display:inline-block;
	color:green!important;}}

.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.sliderround {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: all .4s;
	opacity:0.9;
  border-radius: 34px;
}


.sliderround:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: all .4s;
  transition: all .8s;
    border-radius: 50%;
	z-index:10;
}

input:checked + .sliderround {
  background-color: #4C9B50;
}

input:focus + .sliderround {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderround:before {
  -webkit-transform: translateX(66px);
  -ms-transform: translateX(66px);
  transform: translateX(66px);
}

.on
{
  display: none;
}

.on, .off
{
  color: white;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  font-weight:bold;
}

.off{
	color:black;
}

input:checked + .sliderround .on
{display: block;}

input:checked + .sliderround .off
{display: none;}

.rounddivs{
background: FFFFFF!important;}

  
@media screen and (min-width: 991px) {
.rounddivs{
	border:1px solid rgb(76, 155, 80);
	border-radius:12px;
	padding:12px;
	box-sizing: border-box;
	width:100%!important;
}}



.radiocontainer {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Source Sans Pro';
  float: left;
  padding: 0px 30px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radiocontainer .badge{
	margin-left:18px;
}

label, label input[type="radio"]:focus, label input[type="checkbox"]:focus {
     background: transparent;
     box-shadow: none;
outline: none;
  outline-width: 0;
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}


@media screen and (max-width: 991px) {
.rounddivs{
	border:1px solid rgb(76, 155, 80);
	border-radius:12px;
	padding:12px;
	margin:0;
}



@media screen and (max-width: 991px) {
#arradio {
padding:20px 0 40px 0 !important;
}}



.gallery-column-2{
	margin:0!important;
	padding:0!important;
}

   .radiocontainer {
	  padding: 0px;
	  width:25%;
	  text-align:center;
}}

.badge, .badge-news, .badge-tips{display:inline-block;width:40px;padding:3px 7px;font-size:13px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;
vertical-align:baseline!important;background-color:#777;border-radius:10px;font-family:'Source Sans Pro';outline:none;}

.badge-news{width:auto;background:#800080;color:white;}

.badge-tips{width:auto;background:#FF6A00;color:white;border:1px solid #682A00;}



.xyz, .xyz2, .badge.xyz, .badge.xyz2, .XYZ, .XYZ2, .badge.XYZ, .badge.XYZ2 {background:rgb(255,227,99);color:black;border:1px solid rgb(168,136,0);}
.kva, .kva2, .badge.kva, .badge.kva2, .KVA, .KVA2, .badge.KVA, .badge.KVA2{background:rgb(200,255,150);color:black;border:1px solid rgb(70,146,0);}
.nog, .badge.nog, .nog2, .badge.nog2, .NOG, .badge.NOG, .NOG2, .badge.NOG2{background:rgb(21,96,130);color:white;border:1px solid rgb(11,51,69);}
.dtk, .badge.dtk, .dtk2, .badge.dtk2, .DTK, .badge.DTK, .DTK2, .badge.DTK2{background:rgb(0,153,157);color:white;border:1px solid rgb(0,41,42);}
.ord, .ord2, .badge.ord, .badge.ord2, .ORD, .ORD2, .badge.ORD, .badge.ORD2{background:rgb(245,147,145);color:white;border:1px solid rgb(187,21,17);}
.las, .badge.las, .las2, .badge.las2, .LAS, .badge.LAS, .LAS2, .badge.LAS2, .läs, .badge.läs, .läs2, .badge.läs2, .LÄS, .badge.LÄS, .LÄS2, .badge.LÄS2 {background:rgb(255,242,185);color:black;border:1px solid rgb(122,99,0);}
.mek, .badge.mek, .mek2, .badge.mek2, .MEK, .badge.MEK, .MEK2, .badge.MEK2{background:rgb(207,224,243);color:black;border:1px solid rgb(24,97,54);}
.elf, .badge.elf,.elf2, .badge.elf2, .ELF, .badge.ELF, .ELF2, .badge.ELF2{background:rgb(251, 198, 164);color:black;border:1px solid rgb(192, 78, 8);}
.ene, .badge.ene, .ene, .ENE {background:rgb(78,149,217);color:white;border:1px solid rgb(22,61,100);}
.ens, .badge.ens, .ens, .ENS {background:rgb(218,0,202);color:white;border:1px solid rgb(100,0,93);}
.correctbadge, .badge.correctbadge{background:rgb(76, 155, 80);color:white;border:1px solid rgb(76, 155, 80);}




/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Unchecked */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: lightgrey;
  border-radius: 50%;
  transition: background-color .2s ease-in;
}

@media screen and (max-width: 991px) {
	.checkmark {
top: 2px;}}


.checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}


/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
  background-color: rgb(66, 132, 69);
}

/* Checked */
.radiocontainer input:checked ~ .checkmark {
  background-color: rgb(76, 155, 80);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
 	top: 5.7px;
	left: 5.7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

@media screen and (max-width: 600px) {
	.checkmark {
	height:16px;
	width:16px;
	vertical-align:bottom;
}
	
.radiocontainer .checkmark:after {	
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;}}


div[class^='dropdown-container'], .dropdown-container, .dropdown-wrapper {
      width: 100%;
      margin: 18px 0 12px 0;
      position: relative;
    }

    select {
	font-family: 'Source Sans Pro';
	display:block;
	position:relative;
      height: 28px;
      font-size: 100%;
      font-weight: bold;
      cursor: pointer!important;
      border-radius: 5px;
      background-color: rgb(76, 155, 80);
      border: none;
      border-bottom: 2px solid rgb(76, 155, 80);
      color: white;
      appearance: none;
      padding: 0 0 0 20px;
      -webkit-appearance: none;
      -moz-appearance: none;
      transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
    }
	
@media screen and (max-width: 600px) {
	select {
	width:calc(100%);
}}

@media screen and (min-width: 600px) {
	select {
	width:calc(100% / 3);
}}

    /* For IE <= 11 */
    select::-ms-expand {
      display: none; 
    }

    .select-icon {
      position: absolute;
	  top:2px;
	  left:calc(100% / 3 - 30px);
      width: 30px;
      height: 20px;
      pointer-events: none;
      border: none;
      padding: 0px;
	  margin:0;
	  color:white;
      transition: background-color 0.3s ease, border-color 0.3s ease;
    }
	
@media screen and (max-width: 600px) {
	.select-icon {
	top: 3px;
    left: 90%;
}}
   

    select:hover,
    select:focus {
      color: rgb(76, 155, 80);
      background-color: white;
      border-bottom-color: rgb(76, 155, 80);
      cursor:pointer;
    }
    select:hover ~ .select-icon,
    select:focus ~ .select-icon {
      background-color: white;
      border-color: rgb(76, 155, 80);
	  color:rgb(76, 155, 80);
      cursor:pointer;
    }




.slidecontainer {
  width: 100%;
}

.slider-x {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider-x:hover {
  opacity: 1;
}

.slider-x::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgb(76, 155, 80);
  cursor: pointer;
}

.slider-x::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

@media screen and (min-width: 991px) {
#mattelogo{
height:21px;width:auto;}}

@media screen and (max-width: 600px) {
#mattelogo{
height:16px;width:auto;}

#kvabutton, #verbutton, #yearbutton, #randbutton, #mabutton,#arbutton{
	font-size:12px;
	padding:3px 0 0 0;
	vertical-align:middle;}


#kvabutton i, #verbutton i, #yearbutton i , #randbutton i, #mabutton i,#arbutton i{
	font-size:14px;
}}

@media screen and (max-width: 600px) {
header h2{font-size:18px;}}

@media screen and (min-width: 991px) {
.dropdown {
  overflow: hidden;
  box-sizing: border-box;
  
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 30px 12px 30px;
  background-color: rgba(0,173,232,0);
  font-family: Source Sans Pro;
   margin: 0;
}


.dropdown-content {
	display:none;
	height:auto;
	float:none!important;
	position: fixed;
	  top:40px;
	   z-index:100;
  background: #282A35;
  width:auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
  z-index: 100;
  color:white;
  transition: all 0.3s ease-in-out;
 }
 

  
.dropdown-content .active{ 
background: 04AA6D;}


.dropdown-content a {
	text-align:left!important;
  	float:none!important;
  color:white;
  padding: 12px 16px!important;
  text-decoration: none;
  display: block!important;
  white-space:normal;
}





.dropdown-contents a, .dropdown-contents a:hover {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size:16px;
  margin:0;
}




.dropdown:hover .dropdown-content {
	display:block;
z-index:100; 

}
  
.dropdown .fa-caret-down{
display:inline;}

.dropdown .fa-caret-up{
display:none;}

.dropdown:hover	.fa-caret-down {
	display:none;}
	
.dropdown:hover .fa-caret-up{
display:inline;}}

.statusdesc{
	display:flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin:12px auto;
	text-align:center;
	font-family: 'Source Sans Pro'!important;
	font-size:12px;}
	
@media (max-width: 600px) {
    .statusdesc {
        display: flex;
        flex-direction: column; /* ← stapla rader */
        align-items: flex-start; /* ← vänsterjustera rader */
        margin-left: 15px;       /* ← luft från donut */
        gap: 4px;                /* ← jämnt mellan raderna */
        font-size: 13px;
    }

    .statusdesc .statusrow {
        display: flex;
        align-items: center; /* dot + text i horisontell rad */
        gap: 6px; 
    }

    .statusdesc .dot {
        width: 10px;
        height: 10px;
    }
}

	


.dot{
  height: 14px;
  width: 14px;
  border-radius:50%;
  vertical-align:middle;
  background-color: #bbb;
  margin:0 3px 0 12px;
  display:inline-block;
}

.dotline {
  height: 4px;
  width: 20px;
  background-color: #bbb;
  margin-right:12px;
  display:inline-block;
}

 
table.download
 {
	width:100%;
	border-collapse: collapse;
	border-bottom : 1px solid rgb(204,204,204);
	padding:0 12px 0 12px;
	}
	
.download .badge{
	font-size:12px!important;
}

.download tr:hover { 
   cursor:pointer;
background: #4CAF50!important;
}

.download tr:hover td, .download tr:hover i{ 
   color:white;
}

th.download{
	background-color : #4CAF50;
	color : white;
	font-size : 14px;
	padding: 2px 0 2px 2px;
	vertical-align : middle;
	text-align: left;
	font-weight:bold;
	}
	
th.download:nth-child(1){
	border-radius:6px 0 0 0;
	padding-left:12px;

}

th.download:last-child{
	border-radius:0 6px 0 0;
	}

td.download {
	font-size:13px;
	vertical-align: top;
	font-family:'Source Sans Pro';
	color:black;}



tr.download:nth-child(odd) not(tr:hover){
background-image: linear-gradient(to right, rgba(220,220,220,1), rgba(220,220,220,0))!important;
}

td.download:last-child{
	padding-right:12px!important;
}

td.download a{ 
   text-decoration:none;
    color:black;
 }

td.download i{
font-size:20px;color:rgb(76,175,80);
}

.contentlarge{
	font-family:'Source Sans Pro';
	font-size:16px;
	padding: 12px 20px 12px 20px;
	min-height:100vh;
}

@media screen and (max-width: 600px) {
.contentlarge{
	padding: 0px 20px 70px 20px;
	margin:0;
	min-height:100vh;
}}


.siteicon{
	display:flex;
	flex:1;
	margin:12px 0 0 0!important;
	padding:0!important;
	width:calc(100vw - 40px);
	border-bottom: 2px solid rgb(226,240,217);
	align-items:flex-end;
}

.siteicon i{
font-size:24px;
color:rgb(76,175,80);
margin-bottom:2px;
vertical-align:text-bottom;}

.siteicon img{
width:24px;
height:24px;
vertical-align:text-bottom;
margin-bottom:2px;
}

.siteicon .hat{
width:30px;
height:24px;
}

.siteicon .badge{
	margin-bottom:2px;
}

.siteicon h1{
	display:inline;
	line-height:20px;
	margin-left:12px;
}

@media screen and (max-width: 600px) {
.siteicon{
	margin:0!important;
	align-items:flex-end;
}	

.siteicon i{
font-size:20px;
}

.siteicon .badge{
	margin-left:0;
	margin-right:0;
}

}



.border-top{
	border-top: 2px solid rgb(226,240,217);
	margin-top:0;}

.border-bottom{
border-bottom: 2px solid rgb(226,240,217);}

ul.ul-none {
  list-style-type:none!important;
  padding:0;
  margin:0;
  width:calc(100% - 6px);

  }
  
ul.ul-none li {
    list-style-type:none!important;
  padding: 0px;
  margin: 0px;
}

.panel .panel-default{
cursor:pointer;
width:100%!important;
}

.panel-body{
  padding:0 0 12px 18px;
  margin:0;
  border:0;
  }
  
  
   .shadow{
  box-shadow: 4px 4px 4px rgb(230,230,230);
  }
  
  .head{
  padding:none;
  background:white!important;
  border:0;
  }

.head img {
	width:24px;
	height:24px;
  vertical-align:text-middle;
  }
  
.head p {
  font-size:18px;
  color:blue;
  padding:0;
  margin:0;
  position:relative;
  display:inline-block;

  }

  
.head a{
  font-size:12px;
  text-decoration:none;
  color:black;
  }
  
.head a:hover{
  text-decoration:none;
  }
  
a.line, a.line:hover{
	text-decoration:none!important;
	cursor:pointer;
	font-size:16px;
}

.head a.line, .head a.line:hover{
	color : #1E1CA7;}

.head a.line:before{
	background-color: #1E1CA7;}

 a.line:before{
	content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: green;
  visibility: hidden;
  transform: scale(0,0);
  transition: all 0.3s ease-in-out;
}


  
a.line:hover:before{
  visibility: visible;
  transform: scale(1,1.1);
 }
 
span.count{
	color:#559A55;
	font-weight:bold;}
 
 
 ul{
	list-style: none;
	padding:0;
	display:table;
	margin:0px 12px 20px 12px;}
	

@media screen and (min-width: 991px) and (max-width:1900px) {
	ul li{
	  font-family:'Source Sans Pro';
	  font-size:16px!important;
	  display: table-row;
	  text-align:left;
  
	
}}

@media screen and (min-width: 1900px) {
	ul li{
	  font-family:'Source Sans Pro';
	  font-size:16px;
	  display: table-row;
	  text-align:left;
	
}}		


@media screen and (min-width: 600px) and (max-width: 991px){
ul li{
	  font-family:'Source Sans Pro';
	  font-size:16px!important;
	  display: table-row;
	  text-align:left;

}}

@media screen and (max-width: 600px) {
ul li{
	  font-family:'Source Sans Pro';
	  font-size:16px!important;
	  display: table-row;
	  text-align:left;

}}

ul li::before {
  content: "\2022";
  color: rgb(76, 155, 80);
  font-weight: bold;
  display: table-cell; 
  width: 20px;
  font-size:24px;
}

.alertbox ul {
	margin:0px 12px 20px 32px;}

.alertbox{
border-left: 12px solid #009688;
width:30%;
border-radius:3px;
box-shadow: 5px 10px 8px #888888;
overflow:hidden!important;}

@media screen and (min-width: 600px) and (max-width:1024px) {
.alertbox{
width:60%;}}

.alertbox p{
margin:0 30px 0 30px!important;
}

.alertbox p:first-child, .alertbox .headalert {
color: #009688;
padding:0px;
font-size:24px;
margin-top:20px!important;
}

.alertbox p:last-child {
text-align:right;
margin:20px 30px 20px 0!important;
}

.alertbox button{
	width:auto;
	min-width:80px!important;
}

.alertbox button:first-child{
	margin:10px!important;
}

.alertbox canvas{
	display:block;
	position:absolute;
	top:0;
	z-index: 1;
	pointer-events:none;
}
	
	


ul.lisecond li::before {
  content: "\2218";
  color: rgb(76, 155, 80);
  font-weight: normal;
  display: table-cell; 
  width: 20px;
  font-size:24px;

}


ul.ul-none li::before{
	content: "";
	width: 0px;
}

ul.ul-green li::before{
	color : rgb(76, 155, 80);
}


ul li.tealfont {
    list-style: none;        /* tar bort standardpricken */
    position: relative;
    padding-left: 18px;      /* utrymme för ny prick */
}

ul li.tealfont::before {
    content: "•";            /* din nya prick */
    position: absolute;
    left: 0;
    top: 0;
    color: teal !important;  /* nu funkar färgen */
    font-size: 20px;         /* valfritt */
    line-height: 1;
}

ul li.whitefont::before {
color:white;}

ul li.bluefont::before {
  color: rgb(0,173,232);}

ul li.blackfonts::before {
color:black;
text-shadow:none;}

ul li.blackfont::before {
color:black;
  font-size:36px;}
  
@media screen and (min-width: 991px) {
	ul li::before, ol li::before{
	width: 40px;}}
	
	

@media screen and (min-width: 600px) {
.dia{
width: 100%;height:auto;min-height:500px;text-align:center;}}

@media screen and (max-width: 600px) {
.dia{
width: 100%;height:auto;min-height:400px;margin:0 10px;text-align:center;}}



.accordion {
	position:relative;
	font-family:'Source Sans Pro';
  background-color:rgb(76,175,80);
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border:none;
  border-radius:5px;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.2s;
  box-shadow: 0px 8px 7px 2px rgba(0, 0, 0, 0);
}

.actives{
  background-color:rgb(76,175,80);
}

.accordion:hover{
background-color:green;	
}

.accordion:after, .accordion2:after {
position:absolute;
top:30%;
right:15px;
	z-index:1;
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0d7";
  color: #fff;


}

.actives:after {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0d8"

}


.panel-accordion ul{
  list-style: none;
  	    padding:0;
		margin: 0 0 20px 18px;
}

.panel-accordion li{
	  font-size:16px!important;
	  display: table-row;
}


.panel-accordion .translate img{
	width:30px!important;
	height:30px!important;
}


.panel-accordion ul li::before{
  content: "\2022";
  color: rgb(76,175,80);
  font-weight: bold;
  display: table-cell; 
  width: 1.5em;
  margin-left: 0px;
  font-size:18px;
}


.panel-accordion{
	font-family:'Source Sans Pro';
	font-size:16px;
	font-weight:normal;
	color:black	;
	text-align: left;
	margin-bottom:0px;
	max-height: 0;
	overflow:hidden;
	padding:12px 3px 0 3px;
	transition: max-height 0.2s ease-out;
}

.panel-accordion .examplediv{
margin-bottom:20px;}

.panel-accordion a{
	font-family:nunito;
	font-size:16px;
	font-weight:normal;
	color:blue	;
	text-decoration:none;
	white-space:nowrap!important;
	display:inline!important;
	margin:0!important;
	padding:0!important;}


.panel-accordion a, .panel-accordion a:hover{
color:rgb(76,175,80)!important;}

.panel-accordion h4, .panel-accordion i{
color:rgb(76,175,80)!important;
font-size:20px;
font-weight:bold;}


@media screen and (min-width: 600px) {  
a.readmore:after{
	text-decoration:none;
	color:rgb(0,173,232);
	width:10px;
	position: absolute;
	top: 0;
	right: -18px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f35a";
	transition: 0.6s ease-in-out;
	height: 22px;}
	

	
a.readmore:hover:after{
	text-decoration:none;
	color:rgb(0,173,232);
	width:10px;
	position: absolute;
	top: 0;
	right: -24px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f35a";
	height: 22px;}
	}
	
ol.alpha, ol.decimal, ol.roman{
	text-align:left;
	font-family:'Source Sans Pro';
	font-size:16px;
	list-style: none!important;
	padding:0;
	display:table;
	margin:0px 12px 20px 12px;
	counter-reset: listCounter;}
	

ol.alpha li, ol.decimal li, ol.roman li{
	display: table-row;
	counter-increment: listCounter;}
	
ol.alpha li::before,  ol.decimal li::before, ol.roman li::before {
	display: table-cell;
	color: rgb(76, 155, 80);
	font-weight: bold;
	display: table-cell; 
	width: 20px;
	height:26px;
	font-size:16px;
	list-style-type: lower-alpha!important;}
  
ol.alpha li::before{
content: counter(listCounter, upper-alpha) ".";}

ol.decimal li::before{
content: counter(listCounter, decimal) ".";}

ol.roman li::before{
content: counter(listCounter, upper-roman) ".";}


	
table.dtk{width:100%;padding:12px;background:white;border-bottom : 1px solid rgb(200, 200, 200);font-family:'Source Sans Pro';}
th.dtk, table.dtk th {background-color:rgb(0,150,136);color:white;font-weight:bold;padding:3px 8px 3px 8px;font-size:16px;}
td.dtk, table.dtk td {font-size:16px;padding:3px 8px 3px 8px;}


#scrollBtn {
  display: none;
  position: fixed;
    bottom: 60px;
	right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(76,175,80,0.4);
  color:   white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

@media screen and (max-width: 600px) {
	#scrollBtn {
  font-size: 14px;
  padding: 14px;
  bottom: 70px;
}}

#scrollBtn:hover {
  background-color: rgba(76,175,80,0.8);
  color:white;
}

#scrollBtn i{
		animation: h2 0.5s linear forwards;
-webkit-animation: h2 0.5s linear forwards;}

#scrollBtn:hover i{
		animation: h1 0.5s linear forwards;
-webkit-animation: h1 0.5s linear forward;}

@keyframes h1 {
from {transform: translate(0px, 0px);}
to {transform: translate(0px, -10px);}}

@keyframes h2 {
from {transform: translate(0px, -10px);}
to {transform: translate(0px, 0px);}}



.logotype{
	width:100%;
	max-width:300px;
	height:auto;
	vertical-align:	text-bottom;

}

@media screen and (max-width:600px){
.logotype{
	width:100%!important;
	height:auto!important;
}}

@media screen and (min-width:600px) and (max-width:1100px){
.logotype{
	width:200px!important;
	height:auto!important;
}}

a{
  text-decoration: none;
  color:rgb(76, 155, 80);
}

.underline{
  position: relative;
  cursor:pointer;
    color:rgb(76, 155, 80)!important;
}

footer .underline{
	color:#00ADE8!important;
}

.underline::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: rgb(76, 155, 80);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

@media (hover: hover) and (pointer: fine) {
  .underline:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }
}

.w3-modal-content{
max-height:100%!important;
overflow-y: auto!important;

}

.w3-teal h2, .w3-teal p{
color:white!important;}

.w3-teal-blue h2, .w3-teal-blue p{
color:white!important;}

.w3-modal-content h2{
font-size:24px;
margin-right:30px;}

.w3-modal-content p{
font-family: 'Source Sans Pro'!important;}

@media screen and (min-width:600px) {
.modalimg{
	width:100%;
}}

@media screen and (max-width:600px) {
.modalimg{
	margin:20px 0 20px 0;
	width:100%;
}}

.modalclose{border:none;display:inline-block;padding:16px;vertical-align:text-bottom!important;overflow:hidden;text-decoration:none;color:white;background-color:none;text-align:center;cursor:pointer;white-space:nowrap;font-size:28px;}

.modalclose:hover{opacity:0.4}
footer p span:hover{opacity:0.4}

.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);box-shadow:0 1px 1px rgba(0,0,0,.2)}
.panel-body{padding:15px}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}
.panel-default{border-color:#ddd}
.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}

.smallmenu {
  top: 10px;
  right: 16px;
  position: absolute;
  z-index:10000;
  width: 20px;
}

.smallmenu div {
  background: #F1F1F1;
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  margin: 3px 0;
  transition: 0.6s;
}

.smallmenu.open div:first-child {
  transform: translateY(6px) rotate(-135deg);
  background:white;
}

.smallmenu.open div:last-child {
  transform: translateY(-6px) rotate(135deg);
  background:white;
}

.smallmenu.open div:nth-child(2) {
  transform: scale(0);
}

@media screen and (max-width: 600px) {	
.source{
margin-left:12px;}}

.tab {
  font-family:inherit;
  overflow: hidden;
padding:0;
margin:0;
width:100%;
box-sizing:border-box;

}

/* Style the buttons inside the tab */
.tab button {
	width: calc(99%/3);
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding:0;
  transition: 0.6s;
  color:rgb(76, 155, 80);
  font-size:20px!important;
  font-family:'Nunito';
  text-align:left;
  line-height:normal;
}

.tab button i{
margin-bottom:0;}

.tab button:first-child{
	  margin:12px 0 0px 0;
	  padding-left:12px;
}

.tab button:nth-child(2){
	  margin:0;
	  text-align:center;
}

.tab button:last-child{
	  margin:12px 0 0px 0;
	  float:right;
	  text-align:right;
	  padding-right:12px;
}

@media screen and (min-width: 991px) {
	.tab button {
font-size: 16px;}}

@media screen and (min-width: 991) and (max-width: 1991px) {
	.tab button {
font-size: 18px;}}


/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	border-radius:3px;
	box-sizing: border-box;
	padding: 12px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}

.cookieConsentContainer .cookieTitle a {
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	font-size: 13px!important;
	line-height: 20px;
	display: block;
	margin-top: 10px;

} .cookieConsentContainer .cookieDesc a {
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 13px!important;
}

.cookieConsentContainer .cookieButton a {

	display: inline-block;
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: rgb(76,175,80);
	border-radius:3px;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover { 

	cursor: pointer;
	background: green;

}



@media (max-width: 980px) {

	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}

}

.switchrot{
	  animation: mymove 1s forwards;
}

@keyframes mymove {
  50% {transform: rotate(180deg);}
}

input[type="text"].Se, input[type="text"].En {
	width: 100%;
	box-sizing: border-box;}

@media screen and (min-width: 600px) {
.clear-icon, .copy-icon {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: rgb(76,175,80);
    display: block;
}

.clear-icon {
    right: 40px;
}

.tooltip-copy{
	position: absolute;
    right: 10px;
    top: -10%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    background: rgb(76,175,80);
	border-radius: 6px;
	color:white;
	font-size:12px;
	padding:0 6px 0 6px;
}



.clear-icon:hover, .copy-icon:hover {
	color: rgba(76,175,80,0.7);}

}


@media screen and (min-width: 600px) {
input[type="text"].Se {
	background-image: url('images/sveflag2.png');
	background-size: 22px auto;
	padding-left:36px;
	
}	

input[type="text"].En {
	background-image: url('images/engflag2.png');
	background-size: 22px auto;
	padding-left:36px;
}	
}

@media screen and (max-width: 600px) {
input[type="text"].Se {
	background-image: url('images/sveflag2.png');
	background-size: 16px auto;
	padding-left:27px;
	font-size:14px;

}	

input[type="text"].En {
	background-image: url('images/engflag2.png');
	background-size: 16px auto;
	padding-left:27px;
		font-size:14px;
}	
}

.autocomplete-container {
            display: flex;
            align-items: center;
            margin-bottom: 0px;
        }
	
	
.autocomplete-wrapper {
            position: relative;
            width: 100%;
            margin-right: 10px;
        }
	
		
.button-wrapper {
            display: flex;
            align-items: center;
        }

.button-wrapper i{
color: rgba(76,175,80,1);cursor:pointer;padding: 10px 20px;}

@media screen and (max-width: 600px) {
	.button-wrapper i{
padding: 8px 4px;}}
	

.button-wrapper i:hover {
	color: rgba(76,175,80,0.7);}

        #autocomplete-list {
            position: absolute;
            border: 1px solid #d4d4d4;
            border-bottom: none;
            border-top: none;
            z-index: 99;
            top: 80%;
            left: 36px;
            right: 10px;
 			overflow-x: hidden;
			overflow-y: hidden;
            background-color: #fff;

        }

        #autocomplete-list div {
            padding: 8px;
            cursor: pointer;
            background-color: #fff;
            border-bottom: 1px solid #d4d4d4;
        }

        #autocomplete-list div:hover, #autocomplete-list .selected, #autocomplete-list .active {
            background-color: #e9e9e9;
        }
		
.autocomplete-list{z-index:99;}

.autocomplete-active {
    background-color: #e4e4e4; /* En ljusgrå bakgrund för det aktiva förslaget */
    cursor: pointer; /* Ändra muspekaren till en pekande hand */
}

#suggestions {
    display: block; /* Se till att det är synligt */
    max-height: 200px; /* Begränsa höjden om det behövs */
    overflow-y: auto; /* Lägg till rullningsfunktion om för många förslag */
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
	border:0;
    position: absolute; /* Om det är en dropdown */
    z-index: 1000; /* Se till att det syns över andra element */
}

.suggestions-visible {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #000000;
	color:black;
}

.suggestion-item {
display: flex; white-space: nowrap; gap: 10px;background-color:#4C9B50;color:white;font-size:14px;padding:0 3px;border-radius:2px;cursor:pointer;
}

.suggestion-item:hover {
    background-color: #e0e0e0;
	color:black;
}	

@media screen and (max-width: 991px){
.btn-group .ar-grp {margin-bottom:20px;}
}

@media screen and (min-width: 991px){
.btn-group .ar-grp {margin-bottom:40px;}
}



.dropsdown {
  position: relative;
  display: inline-block;
}

.dropsdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 500px;
  border:1px solid rgb(76,175,80);
  border-radius:5px;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  max-width: 500px; /* Anpassa bredden efter behov */
  z-index:1000;
  font-size:12px!important;
  text-transform:initial;
  font-weight: normal;
  letter-spacing: initial;
  border-left:6px solid rgb(76,175,80);
  
  
}

.dropsdown-column {
  flex: 1;
  min-width: 150px; /* Säkerställer tre kolumner */
}

.dropsdown-column a {
display: block;
  padding: 6px;
  text-decoration: none;
  background-color: white;
  margin-bottom: 2px;
  text-align: left;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}



.dropsdown-column a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 0%;
  height: 2px;
  background-color: rgb(76,175,80);
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.dropsdown-column a:hover::after {
  width: 100%;
  left: 0;
}



.dropsdown:hover .dropsdown-content {display: flex!important;z-index:100;}
#a:hover #b{display:""!important;z-index:100;}


.dropsdown .fa-angles-down{
display:inline;}

.dropsdown .fa-angles-up{
display:none;}

.dropsdown:hover	.fa-angles-down {
	display:none;}
	
.dropsdown:hover .fa-angles-up{
display:inline;}






.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}
.lds-ring {
  display: inline-block;
  position: relative;
  vertical-align:text-middle;
  width: 16px;
  height: 16px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  border: 2.5px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.2s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.lock-overlay {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #888;
  font-size: 14px;
  pointer-events: none;
}


.btn {
    display:inline-block;
    margin-bottom:0;
    font-weight:400;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color:#333;
    text-decoration:none;
}

.btn.active,
.btn:active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor:not-allowed;
    filter:alpha(opacity=65);
    opacity:.65;
    -webkit-box-shadow:none;
    box-shadow:none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events:none;
}


.matte-disabled {
    background-color: #777 !important;
    color: #ddd !important;
}


#alerttest.w3-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0,0,0,0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* säkerställer att den ligger ovanpå allt */
}

/*****************************************************
 *  DOT-KNAPPAR (matchar originaldesignen)
 *****************************************************/
.dot-btn {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    font-size: 12px;
    line-height: 22px;
    margin: 4px;
    cursor: pointer;
    overflow: hidden;
    vertical-align: middle;
}

/* Originalfärger */
.dot-default { background: #969696; color: #fff; }
.dot-primary { background: #2196F3; color: #fff; }
.dot-success { background: #5cb85c; color: #fff; }
.dot-danger  { background: #d9534f; color: #fff; }

/* Nuvarande fråga = grå ring runt */
.dot-current {
    outline: 2px solid #777;
    outline-offset: 2px;
    border-radius: 50%;
}


/*****************************************************
 *  SPINNER FÖR DOT-KNAPPAR (VIT)
 *****************************************************/
.chrome-spinner {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-sizing: border-box;

    border: 2px solid transparent;
    border-top-color: #ffffff;
    border-right-color: rgba(255,255,255,0.5);
    border-bottom-color: rgba(255,255,255,0.3);
    border-left-color: rgba(255,255,255,0.15);

    animation: spin 0.6s linear infinite;
    pointer-events: none !important;
}


/*****************************************************
 *  SPINNER FÖR QUESTIONTO (GRÖN)
 *****************************************************/
/* Grön spinner för questionTo */
.chrome-spinner-q2 {
    display: inline-block;
    width: 16px;
    height: 16px;

    border-radius: 50%;
    box-sizing: border-box;

    border: 2px solid transparent;
    border-top-color: rgb(76,155,80);
    border-right-color: rgba(76,155,80,0.6);
    border-bottom-color: rgba(76,155,80,0.35);
    border-left-color: rgba(76,155,80,0.15);

    animation: spin 0.6s linear infinite;
    vertical-align: middle !important;
    pointer-events: none !important;
}


/* Hindra hover-buggen som gjorde spinnern osynlig */
#questionTo,
#questionTo * {
    color: inherit !important;
    opacity: 1 !important;
}


/*****************************************************
 *  SPINNER ANIMATION
 *****************************************************/
@keyframes spin {
    to { transform: rotate(360deg); }
}


/*****************************************************
 *  UPPGIFT / QUESTIONTO – samma font och linjering
 *****************************************************/
.uppgift-label,
#questionTo {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
	margin-top:0px !important;
    display: inline-flex;
    align-items: center;
    vertical-align: middle !important;
    line-height: 1 !important;   /* fixar höjdskillnaden */
}

#slidecontainer:hover  {
    color: rgb(71,144,75) !important; /* din gröna färg */
}

.chrome-spinner-start {
    border-color: rgba(255,255,255,0.25);
    border-top-color: rgb(255,255,255);
}

@media screen and (max-width: 992px) {

    .footer.w3-hide-large {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 9999 !important;
        background: rgba(255,255,255,0.95);
    }

 .footer .pagination {
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        padding: 8px 4px;
        height: auto;
        min-height: 70px;
    }

.footer .pagination a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        text-align: center;
        font-size: 22px !important;
        padding: 6px !important;
        line-height: 1.2;
        max-width: 80px;
        min-height: 60px;
        height: auto !important;
    }

  .footer .pagination a .paglabel {
        display: block !important;
        font-size: 14px !important;
        margin-top: 4px;
        white-space: normal;     /* FIX */
        overflow: visible;       /* FIX */
        text-overflow: unset;    /* FIX */
        text-align: center;      /* FIX */
    }
}


/* Gör texten ännu mindre om skärmen är väldigt liten */
@media screen and (max-width: 600px) {
    .footer .pagination a .paglabel {
        font-size: 10px !important;
    }
}

/* Spinner fix */
.footer .pagination .chrome-spinner-q2 {
    display: inline-block;
    position: relative;
    top: 0;
    margin: 0 auto;
}

/* Spinner placering */
.pagination a span.chrome-spinner-q2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    top: -2px;
}

.pagination a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box3panel {
    width: 100%;
    display: none;   /* start hidden */
}

#statistics {
    display: block;  /* start with statistics visible */
}




.donut-chart {
    border-radius: 50%;
    background: conic-gradient(
        var(--col1) 0deg var(--deg1),
        var(--col2) var(--deg1) 360deg
    );
    position: relative;
}

.donut-chart::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 50%;
}


.donut-chart-3 {
    border-radius: 50%;
    background: conic-gradient(
        var(--col1) 0deg var(--deg1),
        var(--col2) var(--deg1) var(--deg2),
        var(--col3) var(--deg2) 360deg
    );
    position: relative;
}

.donut-chart-3::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background: #fff;
    border-radius: 50%;
}


.donut-wrapper {
    display: flex;
    justify-content: center; /* centrerar horisontellt */
    align-items: center;     /* centrerar vertikalt */
    height: 100%;            /* eller sätt en fast höjd om behövs */
}


.dot-blue {
    background-color: #2196F3 !important;
}

.buttonz {background:white; color:teal;border:1px solid teal;border-radius:3px;}
.buttonz:hover{background:teal;color:white;}
.buttony {background:teal; color:white;border:1px solid teal;border-radius:3px;}
.buttony:hover{background:#007469;}


/* === ORDLISTA – HSP RADER === */

.hsp-info {
    color: #4CAF50;
    font-family: 'Source Sans Pro';
    font-size: 16px;
    margin: 8px 0 16px 0;
    display: block;
}

.hsp-info i {
    margin-right: 6px;
}

.word-type {
    font-style: italic;
    color: black;
    margin-left: 6px;
}

/* Huvudrad: Svenska + typ + (Eng. xxx) */
.hp-mainword {
    font-size: 16px;     /* samma som brödtext */
    color: #000;            /* svart */
    margin-top: 4px;       /* mindre avstånd uppåt */
    margin-bottom: 4px;
    font-weight: normal;
}

/* Böjningar/typ (kursiv) */
.hp-type {
    font-style: italic;
    color: #000;
}

/* Parentes (Eng. pass) */
.hp-langnote {
    color: #000;
    font-style: normal;     /* ej kursiv */
}

.hp-examples {
    margin-top: 6px;
    color: #000;          /* valfritt, kan ändras */
    font-size: 16px;      /* samma som brödtext */
}

/* ==========================================
   NY ÖVERSKRIFT FÖR ALTERNATIVA ORD (neutral)
   ========================================== */

.hp-suggestionhead {
    margin-top: 6px;
    font-size: 16px;           /* Samma storlek som brödtext-rubrik */
    font-weight: bold;
    color: #1b5e20;            /* Samma gröna ton som list-bullets */
}



/* ============================
   SUGGESTIONS – NY DESIGN
   ============================ */

.hp-suggestions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 0px;
}

/* Varje alternativ ord */
.hp-suggestions .suggestion-item {
    display: inline-block !important;
    background: #f5f5f5 !important;
    border: 1px solid #c8c8c8 !important;
    padding: 4px 4px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    color: #000 !important;
    line-height: 1.2;
}

/* Hover */
.hp-suggestions .suggestion-item:hover {
    background: #eaeaea !important;
}



/* Neutralisera gamla HSP-regler som förstör layouten */
#suggestions a,
#suggestions span,
#suggestions div {
    all: unset;
    display: inline-block;
}

#switchr {
    transition: transform 0.35s ease;
}

#switchr.rotated {
    transform: rotate(180deg);
}

