:root {
    --header-bg-color: #111111;
    --primary-color: #4774be;
    --secondary-color: #f8a51f;
    
    --success-color: #66BB6A;
    --error-color: #ef0000;
    --info-color: #42A5F5;
    
    --dark-color: #34495e;
    --light-color: #FFFFFF;
    --gray-color: #f5f5f5;
    --text-color: #333333;
    --border-radius: 8px;
    --shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    --background-color: #f9f9f9;    
}

@font-face {
  font-family: 'ES Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/comic-sans-ms.woff2') format('woff2'),
       url('/static/fonts/comic-sans-ms.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/open-sans-v23-latin-regular.woff2') format('woff2'), 
       url('/static/fonts/open-sans-v23-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('/static/fonts/quicksand-v24-latin-regular.woff2') format('woff2'), 
       url('/static/fonts/quicksand-v24-latin-regular.woff') format('woff');
}

html {height:100%;} 
html:fullscreen #header, html:fullscreen #footer{
    display:none;
}
html:fullscreen .bodyWrapper{
  background-image: none;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',Verdana,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    position:relative;
    overflow-x:hidden;
    background-color:var(--light-color);
    height:100%;
    touch-action: manipulation;
    color: var(--text-color);
    text-size-adjust: 100%;
}
.bodyWrapper{
    display: flex;
    flex-direction: column;
    min-height:100vh;
    margin: 0;
    padding: 0;
    background-color: #f5f7fa;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 250px;
    /*Normal*/
    background-image: linear-gradient(to bottom, #f5f7fa 0%, rgba(245, 247, 250, 0) 50%), url('/bilder/start-bkg-v3.jpg');

    /*Easter*/
    /*background-image: linear-gradient(to bottom, #f5f7fa 0%, rgba(245, 247, 250, 0) 50%), url('/bilder/easter.png?');*/

    /*Halloween*/
    /*background-image: linear-gradient(to bottom, #f5f7fa 0%, rgba(245, 247, 250, 0) 50%), url('/bilder/start-bkg-halloween-v2.jpg');*/
    
    /*Christmas*/
    /*background-image: linear-gradient(to bottom, #f5f7fa 0%, rgba(245, 247, 250, 0) 50%), url('/bilder/start-bkg-christmas.jpg');*/    
}

.Main{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#wrapper{
    margin: 0 auto 0 auto;
    position:relative;
    font-size:0.875rem;
    line-height: 1.375;
    width:100%;
    max-width:1290px;
    flex-grow: 1;
    flex-direction: row;
    display: flex;
}
.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-repeat: no-repeat;
  height: 468px;
  /*width: 1203px;*/
  margin: 0 auto;
}

.flashHeader{
	margin:0 2px 2px 8px;
}
.ryk-flash-header{
	height:9px;
	line-height:9px;
    font-size: 0.6rem;
	text-transform: uppercase;
    text-align: center;
    /*opacity:0;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 2s;
    animation-iteration-count: 1;*/
}
.ryk-flash-header div{
    display:inline-block;
}
#bcnTemplate{
    display:none;
}
.ann-body a:link {
  text-decoration: none;
}
.bContentNotice {
    width: 100%;
    height: 90px;
    box-sizing: border-box; 
    margin: 0;
    padding: 5px;
    /*color: #454545;*/
    background-color: var(--light-color);
    line-height: 0.8rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #3a6ea5;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
    cursor: pointer;
}
.ad-skyscraper .bContentNotice{
    flex-direction:column;
    height:100%;
    min-height:250px;
}

.bContentNotice i {
    font-size: 50px;
    clear: both;
}

.bContentNotice .bigTextFirst i {
    min-width: 100px;
}

.bContentNotice div {
    font-size: 1.1rem;
    text-align: center;
}

.bContentNotice img {
    margin: 4px 0 3px 7px;
}

.bContentNotice .pluslogo {
    position: relative;
    width: 201px;
    margin: 0 auto 0 auto;
    font-size: 1rem;
    height: 52px;
    padding: 0 0 0 9px;
    box-sizing: border-box;
}

.bigText {
    text-align: center;
}

.bigText .pluslogo::before {
    color: #000000;
    left: 1px;
    top: 8px;
}

.bigTextFirst {
    margin: 0;
    display: flex;
    height: 100%;
}
@keyframes rainbow {
  0% { background-position: 0 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}

.faa-horizontal.animated {
  animation: horizontal-pulse 2s ease 10s 5;
  transform-origin: center center;
}
@keyframes horizontal-pulse {
  0% { transform: translateX(0); }
  6% { transform: translateX(7px); }
  12% { transform: translateX(0); }
  18% { transform: translateX(7px); }
  24% { transform: translateX(0); }
  30% { transform: translateX(7px); }
  36% { transform: translateX(0); }
}

.elever-wrapper{
    overflow-x: auto;
    width:100%;
    padding-bottom:12px;
    background-color: var(--light-color);
    border-radius:8px;
    padding-top:10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}
table.elever, table.dataTable.no-footer{
    border: none;
}
table.elever tbody td, table.elever thead th{
	/*border: 1px solid #3a6ea5; /* !important;*/
	padding: 12px 15px;
}
table.elever td:first-child{
    border-left-width: 2px;
}
table.elever thead th{
    border:none;
    
}
table.elever th:first-child{
    border-left-width: 2px;
    border-left-color: #000000;
}
table.elever td:last-child, table.elever th:last-child{
    border-right-width: 2px;
}
table.elever th:last-child{
    border-right-width: 2px;
    border-right-color: #000000;
}

table.elever th{
	/*padding: 4px 0 5px 0 !important;*/
    padding-right:12px;
  	overflow: hidden;
  	text-overflow: ellipsis;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
    font-weight: bold;
    
    background-color: #3a6ea5;
    color:var(--light-color);
    text-align: left;
    padding: 12px 15px;
    font-size:0.85rem;
}
table.elever td{
	overflow: hidden;
  	white-space: normal;
  	word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    padding: 12px 15px;
    border-bottom: 1px solid #E0E0E0;
    vertical-align: top;
}
.elever tr:nth-child(even) td{
   /* background-color:#EEEEEE;*/
}
 .elever tr:last-child td {
    border-bottom: none;
  }
table.elever{
    margin: 0 auto 20px auto;
    clear:both;
    table-layout: auto;
    font-size: .8rem;
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
table.elever tr.red, table.elever td.red{
	background-color:#FEF7F8;
	border: 1px dotted #F44336;
    color: #F44336;
}
table.elever tr.red:hover {
  background-color:#FEF7F8;
  color: #F44336;
}

table.elever .unreadMessage{
	font-weight:bold;
}
table.elever tr:hover {
  background-color: #FFF ;
  color:#333;
}

tr.showSentMessage{
   outline: 2px solid #3a6ea5;
    outline-offset: -2px;
}

tr.currentRow > td{
    background-color:#DDDDDD;
    font-weight:bold;
    color:#000000;
    overflow:visible;
}
tr.currentRow div{
    color:#000000;
    font-weight:normal;
}
tr.currentRow div.digit{
    color:#FFFFFF;
}
table.elever div.messagebody{
	display:none;
}
#newAssignment table.elever tr td{
    float:none;
    width:auto;
}
.showSentMessage .messagebody > b {
  display: block;
  color: #3a6ea5;
  font-size: 1rem;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e0e8f0;
}
.showSentMessage .messagebody > p > span{
    padding:unset;
}
tr.showSentMessage div.messagebody{
	display:block;
	clear:left;
	color:#333333;
	/*margin: 20px 0 0 -24px;*/
	/*font-size:14px !important;*/
    font-size:0.875rem !important;
	text-align:left !important;
    
    margin-top: 15px;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    line-height: 1.5;
    border: 2px solid #3a6ea5;
}
#showAssignment{
    width:100%;
}
#showAssignment td{
    padding-bottom:15px;
}
div.elev{
	background: none repeat scroll 0 0 #EDEDED;
    border: 1px solid #AFBA9C;
    border-radius: 4px 4px 4px 4px;
    margin:10px;
    width: 550px;	
    padding:10px;
    box-sizing: border-box;
}
div.elev table td{
	padding: 3px 7px 2px;
    box-sizing: border-box;
	height:25px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}

/* end Page */

.Sheet-body{
    width: 980px;
  	z-index: 0;
    /*background-color: #f5f7fa;*/
    background-color: transparent;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* begin Header */
#header{
    width: 100%;
    /*height:52px;*/
    font-size:0.875rem;
    overflow:visible;
    border-bottom: 1px solid #C1C1C1;
}
#header header{
    height:60px;
    background-color: var(--header-bg-color);
    color:var(--light-color);
    background: linear-gradient(90deg, #2c3e50, #3a6ea5);
    
}
	
#header-bkg{
    /*max-width:980px;*/
    max-width: 1290px;
	/*max-width:1150px;*/
    /*max-width:1300px;*/
	width:100%;
	margin:0 auto;
  	background-repeat: no-repeat;
  	background-position: right top;  
	/*height:52px;*/
}

#Header-jpeg{
  width:180px;
  float:right;
}

#Header-jpeg div{
  position:absolute;
  width:180px;
  height:125px;
  z-index:100;
}
/* end Header */

/* begin Logo */
.logo
{
    float:left;
    width:205px;
  	height: 100%; 
	padding: 4px 0 0 10px; 		
    box-sizing: border-box;
}

.logo img{
	position:static;
    margin:2px 0 1px 7px;
    height:45px;
}
.logo a{
	color:#FFF;
	font-variant: small-caps;
}
.pluslogo{
    position: relative;
}
.pluslogo::before{    
    content: '\f055';
    z-index: 5;
    position: absolute;
    bottom: 10px;
    /*transform: translate( 50%, 50% );*/
    /*padding: 3px 15px 3px 25px;*/
    color: #FFF;
    font-family: 'FontAwesome';
    font-size: 30px;
    left:0;    
    line-height:normal;
}

.ua-flag{
    background-image: url(/images/ua-heart.png);
    top:7px;
    position:absolute;
    width:40px;
    height:40px;
    margin-left:-12px;
}

.header_text, .header_icon{
	color: var(--light-color);
    text-decoration: none;
	float:left;
	text-align:center;
	vertical-align: middle;
	min-width:45px;
    height:40px;
    line-height:40px;
    box-sizing:border-box;
    font-size: 0.875rem;
}
.header_text{
    text-transform: uppercase;
    padding:0 10px 0 10px;
    
    border-radius: 20px;
    border: none;
    background: rgba(255,255,255,0.15);
    color: white;
    cursor: pointer;
    transition: all 0.2s;
    margin: 10px 0 10px 10px;
    min-width: 90px;
  text-align: center;

}
.header_text:hover {
            background: rgba(255,255,255,0.25);
            text-decoration: none;
        }
.header_icon{
    font-size: 2rem;
}
	#headSubject{min-width:65px;}
	#headMemberBtn{
	/*font-size:34px;*/
    font-size: 2.125rem;
    min-width:75px;
    
    }
    .headLinks{
        height: 52px;
        padding: 4px 6px 4px 6px;
        float: left;
        box-sizing: border-box;
    }
  
/*#headLoginBtn:hover,#headLoginBtn:focus {
	background-color: #C1C1C1;
    color: #121212;
}*/
#searchFilterContainer{
    width:200px;float:left;
}
#search_div{
	width: 100%;
	min-width:26px;
	padding: 0;
	position:relative;
	display: table-cell;
	vertical-align: middle;
    
}
#search_bar_wrapper{
   
display: flex;
height: 48px;
margin: 15px 0 15px 200px;
position: relative;
}
#search_bar_wrapper > input{
   border: solid 1px #EEEEEE;
box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
font-size: 15px;
padding-left:20px;
margin:0 3px;
width: calc(100% - 6px);
box-sizing: border-box;
border-radius: 25px;
}
#search_bar_wrapper > button{
border: 0;
height: 100%;
right: 5px;
position: absolute;
width: 48px;
background:none;
cursor: pointer;
}
.eco-search-filter--active::before {
    box-shadow: rgb(0, 119, 204) 0 -6px 0 inset;
}
button{
    text-transform: none;
    overflow: visible;
    color:#000000;
}
.searchFilter{
    margin:0 5px 10px 0;
    padding:0 5px 10px 0;
    border-bottom:1px solid #EEEEEE;
    /*float:left;*/
}
.searchFilter select{
    width:100%; 
	padding:7px;
	background-color: var(--light-color);
	border: 1px solid #AAA;
	box-sizing: border-box;
    color:#333333;
}
.searchFilter .subjFilter{
        /*clear:both;*/
        /*float:left;*/
        width:100%;
        display: inline-block;
    }
.FilterH1{
    font-weight: bold;
    width:100%;
}
.filterShowMore{
    max-height:200px;
    overflow: hidden;
}
.doShowMore{
    margin-left:5px;
}
#searchResultsWrapper{
    padding-left:200px;
}

#search_suggestions {
    position: absolute;
    top: 100%;        /* Direkt under wrappern */
    background: #fff;
    border-top: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
    width: 100%; /* Matcha bredden på input-fältet */
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
#search_suggestions li {
    padding: 6px 10px;
    cursor: pointer;
}
#search_suggestions li:hover,
#search_suggestions li.active {
    background: #e8e8e8;
}





h1{
    text-align:center;
    margin:0 auto;
    /*text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;*/
    text-transform: uppercase;
    /*word-break: break-word;*/
    word-wrap: break-word;
    z-index:2;
    position:relative;
    color: #3a6ea5;
}

.content > div > h2, .content > h2,.content > div > h3, .content > h3, #commentform h2{
    padding-left: 8px;
}

/* end Logo */






/* begin ContentLayout */
.contentLayout
{
  margin-bottom: 0;
  width: 894px;
  position: relative;
  top:-45px;
  
}
/* end ContentLayout */

/* begin Box, Block */
.Block, .topScoreboard
{
    width: 100%;
    margin: 5px 0 20px 0;
	float:left; 
    box-sizing: border-box;
    z-index: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background-color:var(--light-color);
}
aside{
    width: calc(50% - 6px);
    margin: 5px 3px 20px 3px;
	float:left;        
    /*width:100%;*/
    min-width:1px;
    min-height:1px;
}
/*.Block:nth-child(odd), aside:nth-child(odd){
    margin-right: 5px;
}
.Block:nth-child(even), aside:nth-child(even){
    margin-left: 5px;
}*/
.rightBlock{
    /*padding-left:10px;*/
	position: absolute;
    right: 0;
    height:100%;
    width:300px;
}
.rightBlock .ann-body{
	width:300px;height:600px;
}
#adobj{
    top:0;
    float:left;
}

#whyLogin, #contactInfo, .widget{
  z-index: 0;
  background-color:var(--light-color);
  border-radius: 10px;
  border: 2px solid #3a6ea5;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 8px;
  box-sizing: border-box;
}

#adobj,.rvk2gr, .Rok-Block-body {
    box-shadow: none;
    background: none;
}
.rvk2gr{
    clear:both;
    text-align:left;
    
}
.adsbygooglev4{
    display:inline-block;width:300px;height:250px;
}
.adsbygooglev5{
    display:inline-block;width:300px;height:600px;
}
   
#div-leeadsFullpageAd{
    height:0;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	/*font-size: 18px;*/
    font-size: 1.125rem;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
	clear:both;
    padding:1px;
    margin-bottom:0;
    color: #424242;
}

.ryk-header{
    clear:both;
    padding:1px;
    color: #424242;
}
.BlockHeader h2, .ryk-header h2{
	padding-left: 8px;	
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent
{
  /*overflow: hidden;*/
  min-width:11px;
  min-height:11px;
  margin: 0 auto;
 /* position: relative;*/
  z-index: 0;
}
.ann-body{
    background-color:#e4eaf2;
}

.BlockContent-body, .dialog-body, .ann-body{
  z-index: 0;
  /*border-left: 1px solid #AFBA9C;
  border-right: 1px solid #AFBA9C;
  border-bottom: 1px solid #AFBA9C;*/
  color:#333;
  /*font-size: 14px;*/
  font-size: 0.875rem;
}
.BlockContent-body, .dialog-body{
  margin:0;
  padding:3px;
  
}
.ryk-header, .ann-body{
    background-image: none;
}
.rvk2gr, .Rok-Block-body{
	margin:  0 auto 16px auto;
    /*display:table;*/
    width:100%;
}
.ryk-fullwidth{
    /*padding-right: 306px;*/
    margin:0 auto 2px auto;
}
	
div.ann-body{
	padding:0;
	margin:0 auto;
    position:relative;
	text-align:center;
    /*min-height: 90px;*/
}
.gad-body{
width:100%;
}
/*.gad-body.hgtest{
max-width:728px;
height:90px;
}*/
/*.ryk-direkt-mobile, .ryk-direkt-desktop{
    width:100%;margin-bottom:4px;
}*/

/*.ryk-mobile{
    min-width:320px;margin-bottom:4px;
    
}*/
/*#elevspel_panorama1, .ryk-desktop.ryk-lazy{
    min-height:250px;
}*/
/*#elevspel_mobil1{
    min-height:320px;
    display:none;
}*/
/*.ryk-desktop{
    width:980px;margin-bottom:4px;
    
}*/
.ho-top, .gad-body{
    width:100%;margin-bottom:4px;
    /*min-height:300px;*/
    
}

.ann-top .adsbygoogle3{
    min-width:300px;
    max-width:980px;
    width:100%;
    min-height:300px;  
}
.ann-top .ann-body .adsbygoogle2{    
    min-width:300px;
    max-width:980px;
    width:100%;
    height:90px;
    max-height:90px;
    min-height:90px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Sheet-body .holidAds{
    min-width:300px;
    max-width:980px;
    width:100%;
    height:90px;
    max-height:90px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.ann-top .ryk-mobile, .ann-top .ryk-desktop{
    position: relative;
}*/

.rvk2gr .ann-body{
    line-height:0;
}
.ann-body .ann-topv2{
    width:100%;
    display:inline-block;
    margin:0 auto;
    height:90px;
}
.ann-body .ann-topv3, .ann-topv3{
    width: 100%;
    margin: 0 auto;
    display:block;
    height: 280px;
    max-width:336px;
        
}
.rvk2gr .tower, .rvk2gr .ryk-desktop, .slidebar1 .Block.rvk2gr:last-child{
    position: sticky; 
    top:0;
}

.BlockContent-body ol{
  /* font: italic 24px Georgia, Times, serif;*/
  color: #666666;
  margin:0 0 5px 0;
  padding-left: 40px;
      counter-reset: big-numba;
 
}

.BlockContent-body ul li,.BlockContent-body ol li, #secondary ul li{
    padding-left: 20px;
    margin: 0 0 5px 15px;
    line-height: 15px;
    position:relative;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
	font-size:1rem;
}
.BlockContent-body ul li, #secondary ul li{
    margin:12px 0 14px 15px;
}
.BlockContent-body ul li:before, #secondary ul li:before{
    content: "\f111";
    font-family: "FontAwesome";
    /*width: 10px;
    height: 10px;*/
    position:absolute;
    left:0;
    top:0;
    /*font-size:30px;*/
    font-size:0.6rem;
    margin-right: 5px;
    color:#3a6ea5;
}
.BlockContent-body ol li:before{
    content: counter(big-numba, decimal);
    counter-increment: big-numba;
    position: absolute;
    top: 8px;
    /*font-size: 20px;*/
    font-size:1.25rem;
    left: -12px;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    background-color: #3a6ea5;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
}

.BlockContent-body ul,.BlockContent-body ol, #secondary ul
{
  color: #444444;
  margin:0;
  padding:0;
   list-style-type: none;
}

.latest-comments{
	margin:5px;padding:4px;border-bottom:1px solid #DDD;
}
.latest-comments-body{
	font-style: italic;margin-left:20px;width:95%;line-height: 18px;position: relative;white-space: nowrap;overflow:hidden;
	text-overflow: ellipsis;
}
.commentsWrapper{
    padding: 10px 0;clear:left;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  clear:left;
}


.Post-body
{
  position: relative;
  z-index: 0;
 /* margin: 15px;*/
}

/* Start images */
a img
{
  border: 0;
}

.article img, img.article
{
 /* border-style: solid;
  border-width: 1px;
  border-color: #D8E6A3;*/
  margin: 1em;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin:2px;
}
/* Finish images */

/* Start tables */

.article th, .article td
{
  padding: 2px;
 /* border: solid 1px #9CA984;*/
  vertical-align: top;
 /* text-align:left;*/
}

.article th
{
  text-align:center;
  vertical-align:middle;
  padding: 7px;
}

table.admin{
	border-collapse: collapse;
	background:#FFF;
}
table.admin, table.admin td, table.admin th
{
	
border: 1px solid #4CAF50;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    padding: 2px 2px 2px 5px;
}
table.admin th
{
	background-color: #4CAF50;
   
/*background-color: #A7C942;*/
    color: var(--light-color);
    /*font-size: 12px;*/
    font-size: 0.75rem;
    font-weight:bold;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left;
}

.PostContent
{
    color: #333;
}

a
{
 /* font-family: Tahoma, Arial, Helvetica, Sans-Serif;*/
  text-decoration: none;
    color: #3498db;
}
a:hover{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  margin: 0;
  font-family: 'Quicksand', 'Open Sans', sans-serif;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover{
    font-size:2rem;
    font-weight:bold;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 1.5rem;
  margin-top:30px;
  padding-top:5px;
  padding-bottom: 5px;
  font-weight:bold;
  color: #3a6ea5;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 1.3rem;
  margin-top:10px;
  color: #3a6ea5;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 1.2rem;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 0.875rem;  
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 1rem;
}

blockquote p{
    color:#333;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
}

blockquote{
  box-sizing: border-box;
    margin: 20px 0;
  padding: 20px 30px;
  position: relative;
  background-color: var(--light-color);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 2px solid #3a6ea5;
  font-size: 1.1rem;
  color: #456789;
            
}
blockquote::before, blockquote::after{
    position:absolute;
    font-family:"FontAwesome";
    font-style:normal;
position: absolute;
  font-size: 30px;
  color: #3a6ea5;
  line-height: 1;
}
blockquote::before{
   left: 10px;
  top: 5px;
    content:"\f10d";
}

blockquote::after{
    content:"\f10e";
   right: 10px;
  bottom: 0;
}
blockquote p {
    margin: 0;
  line-height: 1.5;
}
        

/* Finish blockuote */
/* end PostQuote */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:36px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
}

a.nolinks{
    color:#333333;font-weight:bold;line-height:25px;text-decoration: none;
}
#addPostFestum{
    float:left;margin-top:10px;padding:8px;width:100%;box-sizing: border-box;
}
.inputWrapper .giveup, .inputWrapper .checkAnswer{
    min-width:102px;
    box-sizing: border-box;
}
button.cancelGame, button.giveup, button.revert,  button.checkAnswer, button.checkAnswers{
	position:relative;
	padding-left: 40px;
}
 button.giveup:before {    
    content: "\f05c";
    color: #F44336;
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.875rem;
    left: 13px;
    top:2px;
    line-height: 36px;
 }
 button.cancelGame:before {    
    content: "\f00d";
    color: #F44336;
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.875rem;
    left: 13px;
    top:2px;
    line-height: 36px;
 }
.inputWrapper button.giveup:before, .inputWrapper button.checkAnswer:before{    
    /*left: 6px;
    line-height: 36px;*/
 }
 .levelButtonContainer .checkAnswers:before {
     left: 6px;
 }
 button.checkAnswer:before, button.checkAnswers:before {    
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.875rem;
    left: 11px;
    top:2px;
    line-height: 36px;
 }
button.revert:before {    
    content: "\f0e2";
    font-family: FontAwesome;
    left: 18px;
    position: absolute;
    font-size: 1.5rem;
    top:6px;
 }
 

.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 36px;
  color: #000000;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height:36px;
  white-space: normal;
  padding: 0 21px;
 /* font-family: Tahoma, Arial, Helvetica, Sans-Serif;*/
  /*font-size: 14px;*/
  font-size: 0.875rem;
  
  text-align: left;
  line-height: 36px;
  text-decoration: none !important;
}

input, select, button, textarea{
  font-size: 1rem;
  font-family: inherit;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 6px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
fieldset{
    border-radius:10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border:1px solid #DDDDDD;
}
input[type='number'] {
    appearance: textfield;
}
input[type=number]:invalid {
    background-color: #FEF7F8;
    color: #F44336;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
}

#dropdownlist{
	max-width:100%;
	padding:6px;
	margin:5px 0;
	box-sizing: border-box;
}
.activityLog{
    width:100%;
   position:relative;
    padding: 5px 45px 5px 5px;
    box-sizing: border-box;
    /*font-size:13px;*/
    font-size: 0.8125rem;
  margin-bottom:4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  border-left:10px solid;
  border-radius:4px;
    
}
.activityLog .grey{
    margin-left:20px;
    clear:both;
    color:#666666;
    font-style: italic;
}
.activityLog.levelCompleted{
    background-color: #F2FAF3;
    border-left-color: #4CAF50;
}
.activityLog.levelFail{
    background-color:#fef7f8;
    border-left-color: #F44336;
}
.activityLog.levelPending, .activityLog.levelSaved{
    background-color:#fef5ec;
    border-left-color: #ec8611;
}
.activityLog::before{ 
    font-family: FontAwesome;
    right: 16px;
    position: absolute;
    font-size: 2.5rem;
    top: 5px;
    line-height: 30px;
    /*text-align:center;*/
    width:30px;
    
}
.activityLog.levelCompleted::before{    
    content: "\f00c";
    color: #4CAF50;
} 
.activityLog.levelFail::before{    
    content: "\f00d";
    color: #F44336;
}
.activityLog.levelPending::before{    
    content: "\f017";
    color: #ec8611;
}
.activityLog.levelSaved::before{    
    content: "\f08a";
    color: #ec8611;
}
.elever tr.success td:last-child, .elever tr.error td:last-child{
    position:relative;
    padding-left:62px;
}
.elever tr.success td:last-child::before, .elever tr.error td:last-child::before{
    font-family: FontAwesome;
    left: 5px;
    position: absolute;
    font-size: 4rem;
    /*bottom: 5px;*/
    line-height: 50px;
    text-align:center;
    width:60px;
    z-index:3;
}
.elever .status-cell{
    /*width: 6px !important;
    padding: 0 !important;*/
    border-right: none;
    position: relative;
}
.elever tr.success .status-cell .bar {
    background-color: #4CAF50;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
}

.elever tr.error .status-cell .bar{
    background-color: #F44336;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
}
.elever tr.success .status-cell .num {
    background-color: #4CAF50;
}
.elever tr.error .status-cell .num{
    background-color: #F44336;
}
.elever tr.success td:last-child::before{
        content: "\f00c";
    color: #4CAF50;
}
.elever tr.error td:last-child::before{
    
    content: "\f00d";
    color: #F44336;
}
 .classBtn{
 padding: 10px;margin:5px;float:left;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0,0.12);background-color: #F9F9F9;    

 }



/* begin Footer */
div#footer{
  	margin:0;
    font-size: 0.8rem;
    line-height:14px;
  z-index:0;
  overflow:hidden;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
  text-align: center;
  width: 100%;
    min-width:980px;
    min-height:40px;
  height: 100%;
  background-image: none;
  background-color: transparent;
}
div#footer footer{
	width:100%;
	margin:0 auto;
}

div#footer .Footer-text
{
  	max-width:980px;
	float: none;
    margin: 5px auto 10px auto;
    padding: 0;
    text-align: center;
    width: 100%;
    
}

.Footer-text .footerlinks{
    display: inline-block;background: rgba(255,255,255,0.7);padding:10px;
    border-radius:20px;margin:20px;
}

div#footer .Footer-share{
	position: relative;
	top: 8px;
	margin:0;padding:3px 15px;
}
.shareImg{
	margin-left:10px;
	float:left;
	width:32px;
	height:32px;
	display:block;
    text-align:center;
    color:var(--light-color);
}
.shareImg i{
    font-size: 28px;line-height: 32px;
    color: var(--light-color);
}
.shareImg-FB{
     background-color:#4267B2;
}
.shareImg-FB i{
    padding-top:3px;
}
.shareImg-TW{
    background-color:#5da8dd;
}
.shareImg-GC{
    background-color: #4CAF50;
    background-repeat: no-repeat;
    background-position: 0 -1655px;
	background-image: url("/images/image-sprite.png");
}
.Footer-share .shareImg-RSS{
    background-color:#F26522;
}
.Footer-share .shareImg-EM{
    background-color:#888888;
}
  
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{

  font-size: 0.75rem;
  
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  text-decoration:none;
  margin:1em;
  text-align:center;
}

.Sheet-body .content{
  margin: 0 0 10px 0;
  clear:left;
  position:relative;
  float: left;
  
  width:100%;
  flex-grow: 1;
  flex-direction: column;
}
.Sheet-body .fullwidth{
	width:100%;
    display: flex;
    flex-grow:1;
    max-width:980px;
    margin-left:auto;
    margin-right:auto;
}

.slidebar1{
    margin-left:10px;
    width:300px;
}
#secondary{
	clear:left;
    float:none;
    top:0;
    margin: 0 auto;
    padding: 0;
    position: static;
    right: auto;
    width:100%;
}

/* end LayoutCell */

.slidebar1 .Block-body, aside.widget{
    /*min-height:320px*/;
}
.slidebar1 .notify{
    margin: 0 0 20px 0;
}  
.slidebar1 .notify a{

}
.commentlist, .commentlist li
{
    background: none;
}

.commentlist li li
{
    margin-left:30px;
}

.commentlist li .avatar
{
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  margin:1px;
  background: #fff;
}

.commentlist li cite
{
  font-size:1.2rem;
}

#commentform textarea{
    box-sizing: border-box;
    width: 100%;
}
img.wp-smiley
{
    border:none;
    margin:0;
    padding:0;
}

.navigation
{
	display: block;
	text-align: center;
}

/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.alignright img, img.alignright
{
    margin: 1em;
    margin-right: 0;
}

.alignleft img, img.alignleft
{
    margin: 1em;
    margin-left: 0;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  /*font-size: 12px;*/
  font-size: 0.75rem;
  
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#fourth {
	margin-right: 0;
}

.topScoreboard, .Block:not(.rvk2gr){
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.44), 0 3px 1px -2px rgba(0, 0, 0, 0.5), 0 0 2px 0 rgba(0, 0, 0, 0.42);
    
    
    background-color: var(--light-color);
      border: 2px solid #3a6ea5;
      border-radius: 10px;
      padding: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.topScoreboard .flashHeader, .Block:not(.rvk2gr) .flashHeader{
    border-bottom: 2px solid #3a6ea5;
    font-weight:bold;
    text-transform:uppercase;
}

.stats-bar a{
    text-decoration: none;
}
.topScoreboard .medals {
    display: flex;
    gap: 0.5rem;
}
.topScoreboard .close-btn{
    display:none;
}
.topScoreboard .medal {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    color: white;
    font-family:'ES Sans','Open Sans',Arial,Helvetica,sans-serif;
}
.stat {
display: flex;
    flex-direction: column;
    align-items: center;
    color: #555;
    
}
.stat .medals{
    display: flex;
    gap: 6px; /* Mellanrum mellan medaljerna */
}
.stat .stat-label{
    clear:both;
    text-transform: uppercase;
    font-size: 0.6rem;
}
.stat-label span{
    text-align:center;
    width:60px;
}

.medal-gold {
    background: linear-gradient(45deg, #f39c12, #f1c40f);
    box-shadow: 0 2px 5px rgba(243, 156, 18, 0.4);
     border-color:#f1c40f;
}

.medal-silver {
    background: linear-gradient(45deg, #bdc3c7, #ecf0f1);
    box-shadow: 0 2px 5px rgba(189, 195, 199, 0.4);
     border-color:#ecf0f1;
}

.medal-bronze {
    background: linear-gradient(45deg, #d35400, #e67e22);
    box-shadow: 0 2px 5px rgba(211, 84, 0, 0.4);
     border-color:#e67e22;
}

.medal-kp {
    background: linear-gradient(45deg, #2ecc71, #4CAF50);
    box-shadow: 0 2px 5px rgba(46, 204, 113, 0.4);
    border-color:#4CAF50;
}
.shares .medalText{
    display: inline-block;
    clear:left;
    text-align:center;
    font-size:0.8rem;
    width:33px;
    position: relative;
    top: -8px;
    color:#555555;
}

.topScoreboard .shares:hover{
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.42);
}
.action-container{
    display: flex;
  justify-content: center;
  gap: 5px;
  text-align: center;
  flex-flow: wrap;
  margin-top:5px;
}

.extra-achievments{
    display:flex;
    flex-direction:row;
    flex-wrap: wrap;
    gap: 0 5px;
    align-items: center;
    text-align:center;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
}
.extra-achievments .desc{
    text-transform: uppercase;
  font-size: 0.6rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #555;
  gap: 0 5px;
}
.extra-achievments .rankinglevel{
    color:#FFFFFF;width:100px;
}
.extra-achievments a{
    font-family:'ES Sans','Open Sans',Arial,Helvetica,sans-serif;
    
}
.disableShares .linkNoShare{
    position: absolute; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255,255,255); /* Fallback color */
    background-color: rgba(255,255,255,0.8); /* Black w/ opacity */
}
.disableShares a{
    line-height: 56px;
}

.topScoreboard .digits{
    width:100px;
    
    background-color: #4CAF50;
      color: #fff;
      font-size: 36px;
      font-weight: bold;
      padding: 0 15px;
      text-align: center;
      border-radius: 8px;
      margin: 10px auto;
      max-width: 200px;
      box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3);
}

.topScoreboard #scoreboardLogin{
    margin:3px 0; 
    padding: 7px;
    text-align:left;
    box-sizing: border-box;
}
#scoreboardLogin::before{
    line-height:40px;
    font-size:50px;
    margin-right: 5px;
}
.activeLevelInfo{
    font-size: 0.75rem;
  
    padding:0; margin:0;
}

#scoreboard{ 	
    clear: both;
    min-height:75px;
    margin: auto auto 0 auto;
    text-align:center;
    text-transform:uppercase;
    box-sizing: border-box;
    position:relative;
    background-color:var(--light-color);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    vertical-align: bottom;
    padding: 5px;
    border-radius: 10px;
  
}
#response{
        margin-bottom: 8px;
        flex-grow: 1;
}
.scoreboardItem{
	display: inline-block;
	width:125px;
    text-align:center;
	margin:2px;
	vertical-align:middle;
    padding:3px;
}
.scoreboardItem button{
	min-width:100px;
}
.scoreboardInput{
	height:38px;
	/*font-size:26px;*/
    font-size: 2.0rem;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
    font-weight:bold;
	line-height:42px;
	width:100px;
	text-align: center;
    border:1px solid #FFF;
    border-radius: 5px;
    appearance: none;
    padding:0;clear:both;
    color: #3a6ea5;
    margin: 0 auto;
}
.scoreboardItem select{
    max-width:125px;
}
.scoreboardItem label{
    clear:both;
    display: block;
    color:#666666;
    font-size: 0.70rem;
}
div#time{
	background:#EEE;
	/*font-size:28px;*/
    font-size: 1.75rem;
  
	min-width:30px;
	font-weight:bold;
	}
#skolonBtn{
    /*z-index:1001;*/
    top: 0;
    display:table-cell;
    /*vertical-align: top;
    position:relative;
    width:50px;
    height:50px;*/
    
}
#skolonBtn .skolon-menu-button-dropdown{
    z-index:100;
}
#skolonBtn > div{
    width:50px;
    height:50px;
    display:block;
}

.btn, .greenBtn, .grayBtn, .blueBtn, .redBtn {
  text-decoration: none;
  /*transition: all 0.2s ease;*/
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  display: inline-block;
  padding: 10px 20px;
  width: auto;
  margin:0;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 30px;
  /*transition: all 0.3s;*/
  font-family: 'Quicksand', 'Open Sans', Arial,Helvetica,sans-serif;
  text-align: center;
}
.btn{
    background-color: #FFFFFF;
    color: #3498db;
    border: 2px solid #2196F3;
}
.greenBtn{
    background-color: #4CAF50;
    color: var(--light-color);
    border:2px solid #4CAF50;
}
.grayBtn{
    background-color: #FFFFFF;
    color: #666666;
    border:2px solid #666666;
}
.blueBtn{
    background-color: #2196F3;
    color: #f2f9fe;
    border:2px solid #2196F3;
}
.redBtn{
    background-color: #FFFFFF;
    color: #F44336;
    border: 2px solid #F44336;
}
         
.btn:disabled,.greenBtn:disabled, .grayBtn:disabled, .blueBtn:disabled, .btn:hover:disabled, .blueBtn:hover:disabled, .redBtn:disabled, .redBtn:hover:disabled{
	border:2px solid #E6E6E6 !important;
	color: #AAAAAA !important;
	background-color: #E6E6E6 !important;
	text-decoration: none;
    top: auto;
	cursor: default !important;
    box-shadow: none;
}
.greenBtn:hover:disabled,.greenBtn:focus:disabled, .grayBtn:focus:disabled,  
.blueBtn:hover:disabled,.blueBtn:focus:disabled{
	border-color: #E6E6E6 !important;
	color: #AAAAAA !important;
	background-color: #E6E6E6 !important;
	cursor: default;
    top:0 !important;
    box-shadow: none;
}

.bigBtn{
     display:block;
     white-space: inherit;
     margin: 0.2em auto;
     padding: 12px 15px;
     text-align: center;
     box-shadow: 0 3px 3px rgba(0,0,0, 0.5);
     font-size: 1.5rem;
     line-height: 1.5rem;
     border-radius: 40px;
     width: 100%;
    box-sizing: border-box;
    position:relative;
}
/*.bigBtn .fa-play, .bigBtn .fa-forward{
position: absolute;
  right: 10px;
  font-size: 32px;
  top: 8px;
}
.bigBtn .fa-backward{
    position:absolute;
    left:10px;
    font-size:32px;
    top:8px;
}*/

.btnGoagain{
    vertical-align:middle;
    min-width:164px;
    padding:12px 24px;
    line-height:18px;
    height: 48px;
    box-sizing: border-box;
    display:inline-block;
    font-size: 1rem;
}
.fullscreenBtnWrapper{
    position:absolute;
    top:-42px;
    right:3px;
    z-index: 2;
}
.fullscreenBtnWrapper .btn{
    width:40px;
    height:40px;
    padding:24px;
    line-height:40px;
    border-radius: 50%;
    
        
}
.fullscreenBtnWrapper .btn i{
    position: relative;
    left: -6px;
    bottom: 20px;
}
.nextLevel {
    background-color: #2196F3;
	color: #f2f9fe;
	border:2px solid #2196F3;
    text-decoration:none;
	display: block;
	margin: 0.2em auto;
    padding: 12px 15px;
	text-align: center;
    font-size: 1.5625rem;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.44), 0 3px 1px -2px rgba(0, 0, 0, 0.5), 0 0 2px 0 rgba(0, 0, 0, 0.42);
}
.nextLevel:hover {
	top:3px;
    position:relative;
    cursor: pointer;
    text-decoration:none;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
    outline: none;
}
 
.btn::-moz-focus-inner, .greenBtn::-moz-focus-inner, .grayBtn::-moz-focus-inner, .blueBtn::-moz-focus-inner  {
	padding: 0;
	border: 0;
}

.btn:hover,.btn:focus, .greenBtn:hover, .greenBtn:focus, .grayBtn:hover, .grayBtn:focus, .blueBtn:hover, .blueBtn:focus {
    cursor: pointer;
    text-decoration: none;
	top:1px;
    position:relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  outline: none;
}

.btn:active, .greenBtn:active, .grayBtn:active, .blueBtn:active {
	text-shadow: none;
	outline: none;
}
.allowHover{
        color:#333333;
    }
.transferGreen {
	border: 2px solid #4CAF50;
}
.transferGray {
	border: 2px solid #888888;
}

#breadcrumb-wrapper{
    margin:0;
    padding-left: 5px;
    z-index:2;
    font-size:0.9rem;
    font-family: 'Quicksand', 'Open Sans', Arial,Helvetica,sans-serif;
}
p#breadcrumbs{
	font-variant: small-caps;
	margin:2px 0 0 4px;
	clear: left;
    position: relative;
    top: -16px;
}
#breadcrumb-wrapper a{
    margin-right:6px;
}

#breadcrumb-wrapper a::after {
    content: "\f105";
    vertical-align: baseline;
    padding-left: 10px;
    display: inline-block;
    color: #ababab;
    text-decoration: none;
    font-family: FontAwesome;
}

#breadcrumb-wrapper .prevCrumb:first-child > a > span{
    display:none;
}
.clickOnly{
	cursor: pointer;	
}

.scoreboardInfo { /*}#numAssignment, #rankingInfo, #levelInfo {*/
	/*width:74px;*/
    text-align:center;
    font-variant: small-caps;
   
}
#scoreboardInfoWide{
	width:160px;padding:8px 2px;
}
#scoreboardInfoWide img{
	width:60%;
	/*height:75px;
	float:left;*/
}
.noclick{
    cursor:default !important;
    box-shadow: none !important;
    float:left;
    border: 1px solid #FFFFFF;
    color:#333333;
    border-radius: 10px;
}
.click{
	cursor: pointer;	
	display: inline-block;
    padding: 5px;
    margin: 3px;
  	/*float:left;*/
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.44), 0 3px 1px -2px rgba(0, 0, 0, 0.5), 0 0 2px 0 rgba(0, 0, 0, 0.42);
	color:#333333;
    text-decoration: none;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    overflow:hidden;
    background-color:var(--light-color);
    border-radius: 10px;
    padding: 16px;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.locked-content{
    position:relative;
}
.locked-content .locker-overlay{
    position: absolute;
    color: #333333;
    z-index: 1;
    background-color: rgba(255,255,255,0.6);
    justify-content: center;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.locked-content .locker-overlay::before {
    content: "\f023";
    font-family: "FontAwesome";
    position: absolute;
    top: 10%;
    font-size: 70px;
}
.locked-content .locker-overlay[data-text]::after {
	content:attr(data-text);
	position:absolute;
	top: 50%;
        text-align:center;
    font-size: 1.2rem;
    font-weight: bold;
}

div.click:hover{ 
    cursor: pointer;
    position:relative;
}

div.click img, .gameInfoBox img{
	float:left;
}

.gameInfoBox .desc{
	clear:left;
}
.gameInfoBox .practices{
	clear:none;
	width:auto;
	/*max-width: 150px;*/
	overflow:hidden;
}
div.click h2, .gameInfoBox h2{
    font-size: 1.3rem;
    padding-top:0;
    margin-top:unset;
    padding-bottom:unset;
    font-weight: normal;
}

div.click p, .gameInfoBox p{
	clear:both;margin:2px;padding:0;
}
div.click span.image, .gameInfoBox span.image{
	width:190px;
	/*min-height:123px;*/
	float:left;
	margin-right:5px;
	text-align: center;
}
div.click span img, .gameInfoBox span img{
	margin: 0 auto;
	float:none;
}
div.click ul, .gameInfoBox ul{
	margin:10px 0 0 0;
	list-style-type:circle;
	color: #333;
	/*font-weight:bold;*/
	padding:0;
}
div.click li, .gameInfoBox li{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding: 0 0 0 12px;
    position:relative;
}
div.click li::before, .gameInfoBox li::before {
    content: "\f111";
    font-family: "FontAwesome";
    width: 6px;
    height: 6px;
    position: absolute;
    left:  2px;
    top: 6px;
    font-size: 6px;
}

div.click div.rightlist, .gameInfoBox div.rightlist{
	float:left;
	width:auto;margin-left:10px;
}
div.click a, .gameInfoBox a,.noclick a{
	/*text-decoration:none;*/
    font-family: 'Quicksand', 'Open Sans', sans-serif;
}
.click_wrapper{
    height: 185px;
    float: left;
    list-style: outside none none;
    position: relative;
    width: 196px;
    /*margin-right: 6px;*/
    /*padding:2px;*/
    border-radius:10px;
}
.click_wrapper .click{
    width:100%;height:100%;margin:0;box-sizing: border-box;overflow: hidden;text-align: center;padding:0;
}

.click_wrapper .miniGameButton{
	height: 170px;
	/*width: 125px;*/
	/*padding:7px;*/
	overflow:hidden;
    box-sizing: border-box;
    width:100%;
    text-align: left;
}
.miniGameButton .gameinfo{
    margin-left:5px;
}
.noborders .miniGameButton{
    box-shadow: none !important;
    margin:0 !important;
    border:0;
    width: 100%;
}
div.miniGameButton div.gameImage{
	background-position: center center;
	background-repeat: no-repeat;
	/*border-radius:2px;*/
	/*border:1px solid #000;*/
	/*width:125px;*/
	height:120px;
	background-color: var(--light-color);
}
div.miniGameButton div.gameTitle{
    font-family: 'Quicksand', 'Open Sans', sans-serif;
	color: #666666;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    /*line-height: 16px;*/
	overflow: hidden;
    white-space: nowrap;
}
span.paragraph-end{
	height: 19px;
    width: 25px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
    position: absolute;
    right: 0;
}

div.rating{
	height:20px;
}

img.usergameImage {
	vertical-align: top;
	max-width:190px;
	max-height:120px;
	cursor:pointer;
	box-sizing: border-box;
	width: 100%;
}
/*img.usergameImage::after{
    font-family: FontAwesome;
    content: "\f030";
    font-size: 36px;
    left: 80px;
    position: absolute;
    top: 40px;
    cursor:default;
    color:#AAAAAA;
    line-height: 36px;
}*/
img.usergameImageLarge {
	max-width:380px;
	max-height:240px;
	box-sizing: border-box;
	width: 100%;
}
img.qthumb{
	cursor: pointer;
    background-color: #FFF;
    border: 1px solid #3a6ea5;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#possibleAnswers{
    padding:10px; 
    background-color:#fff; 
    border-radius:10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}
#contact .enquiryType {
	padding:5px 10px; 
    
   /* border:1px solid #AAAAAA;*/
   
    
	}
#contact .enquiryType input {cursor:pointer;}
#contact .enquiryType label {margin-left:4px;                           
    font-size:1rem; color: #333; cursor:pointer;
}
#contact .enquiryType:hover {cursor:pointer;}
#contact .enquiryType.active {background: #F0F0F0;}
#contact .enquiryType .possibleAnswer {display:none; margin:8px 5px 0.5em 21px; font-size:12px; color:#555;}

#kp { padding:3px 0; margin:0;text-align:center; font-variant: small-caps;}
#kp div.digit {
	font-size:38px;
	text-align:center;
	/*font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; */
	text-shadow:0 0 5px #DDD;
	width:30px;
	border:1px solid #909090;
	background:#000;
	color:#FFF;
	float:left;
}

div.whitedigit div.digit {
	background:#FFF;
	color:#000;
}
div.digit {
	font-size:18px;
	text-align:center;
	/*font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; */
	text-shadow:0 0 5px #DDD;
	width:17px;
	border-right:1px solid #909090;
    border-top:1px solid #909090;
    border-bottom:1px solid #909090;
    
    
	background:#000;
	color:#FFF;
	float:left;
}
div.digit:first-child{
    border-left:1px solid #909090;
    
}

input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled {
    background: #F6F6F6 repeat-x 0 0;
    border-color: #AAAAAA;
    color: #AAAAAA;
    cursor: default;
}

#nextbutton{
    min-width:140px;
	padding-right:40px;
    height:48px;
    position:relative;
    overflow: hidden;
}
#prevbutton{
    min-width:140px;
	padding-left:32px;
    height:48px;
    position:relative;
}
#nextbutton::after{
    font-family: FontAwesome;
    content: "\f061";
    font-size: 20px;
    right: 10px;
    position: absolute;
    top: 4px;
    line-height: 35px;
}
#prevbutton::after{
    font-family: FontAwesome;
    content: "\f060";
    font-size: 20px;
    left: 12px;
    position: absolute;
    top: 4px;
    line-height: 35px;
}
#nextbutton:not([disabled]):after { 
    /*animation: horizontal-pulse 2s ease 5s 5;
    transform-origin: center center;*/
}

.restart{
	position:relative;
	padding-left: 40px;
}
.restart:before {
    content: "\f021";
    font-family: FontAwesome;
    position:absolute;
    font-size: 1.3rem;
    left: 16px;
    top: 11px;
 }

div.progressText{
	font-size: 12px;
  padding:0 0 0 4px;
  margin:0;
  line-height:13px;
  float:left;
  overflow: visible;
  text-align:right;
}
#assignmentDone{
	/*font-size:16px;*/
    font-size:1rem;
	margin: 0 auto;
	text-align:center;
	padding:30px;
	min-height:200px;
	border-radius: 10px;
	overflow:visible;
	/*box-shadow: 0 0 30px 10px #000000;	*/
	box-sizing: border-box;
    width: 100%;
    min-width:300px;
    max-width:500px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	background-color:var(--light-color);
}
.modal {
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(255,255,255); /* Fallback color */
  background-color: rgba(255,255,255,0.5); /* Black w/ opacity */
  backdrop-filter: blur(2px);
}
#player_won, #player_lost, #readMessage, .sentMessage{
	margin: 0 auto;
	z-index:20;
	min-height:200px;
	position:absolute;
	opacity:1;
	background-color: var(--light-color);
	overflow:hidden;
    box-shadow: -15px 0 10px -7px #000, 15px 0 10px -7px #000;
    box-sizing: border-box;
    left: 0;
    max-width: 400px;
	right: 0;
    width: 100%;
    top: -16px;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);  
}
.sentMessage{
   max-width: 600px;
   cursor: default; 
}
.sentMessage .close-btn{
    text-align: center;
}
#player_won .close-btn, #player_lost .close-btn{
    color:#FFFFFF;
}
.dialog-header{
    padding:15px;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
    text-transform:uppercase;
      color: white;
      padding: 2px 15px;
      position: relative;
      display: flex;
      flex-direction: row;
        gap: 10px;
        align-items: center;        
}
#player_won .dialog-header{
    background-color: #4CAF50; 
}
#player_lost .dialog-header{
    background-color: #F44336; 
}

.dialog-header .header-text{
    display: flex;
      flex-direction: column;
}

    .dialog-content{
        padding: 15px;
      text-align: center;
      font-size:1rem;
    } 
.dialog-header .checkicon, .dialog-header .crossicon{
    font-size: 4rem;
}
.dialog-header .level-number{
        font-size:1.3rem;
        width:100%;
        font-weight:bold;
    }
    .dialog-header .level-name{
        font-size:1rem;
        width:100%;
    }
#player_won span, #player_lost span, #assignmentDone span{
	font-size: 2.2rem;
	font-weight:bold;
	/* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; */
	position: relative;
	display: inline;
    line-height: 38px;
}
.particleorigin i{
    font-size:2.5rem;

}
.rainbowText, .blackText{
    font-weight:bold;
    font-size: 2.5rem;
	text-transform: uppercase;
    font-family: 'ES Sans', 'Open Sans', Arial,Helvetica,sans-serif;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    position: relative;
}


.blackTextSup{
    font-family: 'ES Sans', 'Open Sans', Arial,Helvetica,sans-serif;
    color:#666666;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
}
.medal-check{
    animation-delay: 4s;
    animation-name: checkEntrance;
    animation-duration: 0.7s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
}
.dialog-content .medals-container{
    display:flex;
    margin-bottom:5px;
    flex-direction: row-reverse;
  justify-content: space-evenly;
}
.medals-container{
    width:fit-content;
    margin:0 auto;
}
.dialog-content .medal-progress{
    margin: 0 auto;
}
.achievement-container {
      background-color: #f8f9fa;
      border-radius: 10px;
      padding: 10px;
      margin: 10px 0;
      font-size:0.8rem;
    }
.rankingleveltext{
    font-family: 'ES Sans','Open Sans',Arial,Helvetica,sans-serif;
    font-size:44px;
    line-height: 48px;
    text-shadow:3px 3px 0 #555555,-1px -1px 0 #555555,1px -1px 0 #555555,-1px 1px 0 #555555,1px 1px 0 #555555;
}    
@keyframes checkEntrance {
      0% {
        transform: scale(1) rotate(-90deg);
      }
      50% {
        transform: scale(1.3) rotate(20deg);
      }
      100% {
        transform: scale(1) rotate(0deg);
      }
    }

@keyframes bounceIn {
  0% { transform: scale(0.1); opacity: 0; }
  60% { transform: scale(1.2);  opacity: 1;}
  100% { transform: scale(1); }
}
@keyframes bounceInSmall {
  0% { transform: scale(0.1); opacity: 0; }
  60% { opacity: 1;}
  100% { transform: scale(1); }
}
@keyframes focusScaleIt {
    0%{
        opacity: 0; transform: translateY(-1000px);
    }
    93% {
        transform: translateY(-1000px);
    }
    95% {
        transform: translateY(0);
    }
    96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes shake {
    5%,95% { transform: translateX(-2px); }
    10%,90% { transform: translateX(4px); }
    15%,25%,35%,45%,55%,65%,75%,85% { transform: translateX(-8px); }
    20%,30%,40%,50%,60% ,70%,80%{ transform: translateX(8px); }
}
@keyframes tilt-shaking {
    0%,100% {transform: rotate(0deg);}
    5%,95% { transform: rotate(1deg);}
    10%,90% { transform: rotate(-1deg);}
    15%,25%,35%,45%,55%,65%,75%,85% { transform: rotate(3deg);}
    20%,30%,40%,50%,60% ,70%,80%{ transform: rotate(-3deg);}
    
}

#player_won {
    animation-name: bounceIn;
    animation-duration: 3s;
    background-color:var(--light-color);
}
#player_won button, #player_won a, #player_lost button, #player_lost a{
    animation: focusScaleIt 5.5s linear; 
}
#player_won button i, #player_lost button i{
    animation: horizontal-pulse 2s ease 10s 5;
    transform-origin: center center;
}

#player_lost{
    animation: shake 4s cubic-bezier(.36, .07, .19, .97);
    
}
#player_lost.lostAlt{
    animation: tilt-shaking 3s cubic-bezier(.36, .07, .19, .97);
    
}


.scoreboardInfo span{
	font-size:32px;
	font-weight:bold;
	text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	color:var(--light-color);
	line-height:32px;
}
@keyframes shadowThrobGold {
	from {box-shadow: 0 0 20px 10px rgba(255,236,138, 0.9);}
	to {box-shadow: 0 0 20px 10px rgba(255,236,138, 0.2);}
}
@keyframes shadowThrobSilver {
	from {box-shadow: 0 0 20px 10px rgba(227,227,227, 0.9);}
	to {box-shadow: 0 0 20px 10px rgba(227,227,227, 0.2);}
}
@keyframes shadowThrobBronze {
	from {box-shadow: 0 0 20px 10px rgba(255,117,94, 0.9);}
	to {box-shadow: 0 0 20px 10px rgba(255,117,94, 0.2);}
}

.stepDlg{
   padding: 20px; 
    box-sizing: border-box;
     
}
.stepDlg div{
    width:100%;
    font-size:1.5rem;
    text-align:center;
}
.stepDlg .smallInfo{
    font-size:0.8rem;
   /* color:#888888;*/
   font-style: italic;
}

.stepDialog{
    padding: 20px; 
    box-sizing: border-box;
    width:100%;

}.stepDialog .stepTab{
    width:100%;
    display:none;
    font-size:1.5em;
    text-align:center;
}
.stepDialog .stepTab .btn{
    display:inline-block; 
    width:100%;
    max-width:320px;
}
.stepDialog .stepTab .smallInfo{
    font-size:0.8em;
   font-style: italic;
}
    
#commentWrapper input,
#commentWrapper select,
#commentWrapper input.uploadLogo,
#commentWrapper input.upload,
#commentWrapper textarea {
    margin: 1px;
    padding: 2px;
    border: 1px solid #E0E0E0;
  border-radius: 5px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.warning{
	border:1px solid #F44336;
}
label.error, span.red{
    color: #F44336;
}
div.notify, div.success, div.errors{
    clear: both;
    line-height: 1.5;
    margin: 1rem;
    min-height:60px;
    padding: 1rem;
    position:relative;
    /*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
    border-left:10px solid;
    
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  
}
div.notify h4, div.success h4, div.errors h4{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-left: 70px;
    width: fit-content;
    padding-right: 20px;
    
}
div.notify::before, div.success::before, div.errors::before{
    font-family: FontAwesome;
    float:left; 
    font-size: 70px;
    line-height:60px;
    margin-right:10px;
}
div.errors{
	background-color:#fef7f8;
    border-color: #F44336;
	
}
div.errors h4{
    border-bottom-color:#F44336;
}
div.notify {
	background-color:#f2f9fe;
    border-color:#2196F3;
	
}
div.notify h4{
    border-bottom-color:#2196F3;
}
div.success{
	background-color:  #F2FAF3;
    border-color:#4CAF50;
	
}
div.success h4{
    border-bottom-color:#4CAF50;
}
div.errors::before {
    content: "\f06a";
    color: #F44336;
}
div.notify::before {
    content: "\f05a";
    color: #2196F3;
}
div.success::before{
    content: "\f058";
    color:#4CAF50;
}
div.errors > form{
    margin-bottom:0;
}
input.error:not([disabled]), textarea.error:not([disabled]), select.error:not([disabled]), div.error, span.error, a.error, td.error, li.error,
textarea.error + .tox-tinymce .tox-edit-area{
	background-color:#F44336; /*#FEF7F8;*/
	border: 1px solid #F44336;
	color: #FFFFFF; /*#F44336;*/
    border-radius: 5px;
}
.tox-tinymce-aux {
    z-index: 10;
}
.elever tr.error td{
    background-color:#fde5e9;
	/*border-top-color: #F44336;
    border-bottom-color: #F44336;*/
    
}
/*.elever tr.error td:first-child{
    border-left-color: #F44336;
}
.elever tr.error td:last-child{
    border-right-color: #F44336;
}*/
.successText{
    color:#4CAF50;
}
.errorText{
    color: #F44336;
}
input.warning{
	background-color:#ffd137;
	border: 1px solid #cd740f;
	color: #000000;
}
span.success, input.success, select.success, input.valid, td.success, div.successSimple{
	background-color: #4CAF50; /*#F2FAF3;*/
	border: 1px solid #4CAF50;
	color:#FFFFFF; /*#4CAF50;*/
    opacity: 1;
    border-radius: 5px;
    /*-webkit-text-fill-color: #4CAF50;*/
}
.elever tr.success td{
    background-color: #F2FAF3;    
}
div.unratedinput{
    background-color: #ffc505;
    border: 1px solid #ffc505; /*#ec8611;*/
    margin:2px 0;
    border-radius: 6px;
}
div.goodinput, span.goodinput{
	background-color: #4CAF50 !important; /*#F2FAF3 !important;*/
	border: 2px solid #4CAF50 !important;
	margin-top:2px;
    color:#FFFFFF;
    margin-bottom:2px;
    border-radius: 6px;
}
.btn.goodinput::after, .questionCard.goodinput::after, .diff.goodinput::after{
     font-family: FontAwesome;
    content: "\f00c";
    font-size: 80px;
    position: absolute;
    /*opacity: 0.5;*/
    color: #FFFFFF; /*#4CAF50;*/
    line-height: 80px;
    animation-name: hider;
    animation-duration: 300ms;
    animation-timing-function: ease-in;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 300ms;
    
    top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn.badinput:has(img)::after, .btn.goodinput:has(img)::after{
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.inputWrapper.good_input::after{
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 40px;
    right: 4px;
    position: absolute;
    top: 27px;
    /*opacity: 0.5;*/
    color: #FFFFFF; /*#4CAF50;*/
    line-height: 40px;
    animation-name: hider;
    animation-duration: 300ms;
    animation-timing-function: ease-in;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 300ms;
}
div.badinput, span.badinput{
	background-color:#F44336 !important; /*#FEF7F8 !important;*/
	border: 2px solid #F44336 !important;
    color:#FFFFFF;
    margin-top:2px;
    margin-bottom:2px;
    border-radius: 6px;
}
span.badinput, span.goodinput{
    white-space:nowrap;
    line-height:24px;
    padding:1px;
}
.btn.badinput::after, .questionCard.badinput::after, .diff.badinput::after{
     font-family: FontAwesome;
    content: "\f00d";
    font-size: 80px;
    position: absolute;
    color: #FFFFFF; /*#F44336;*/
    line-height: 80px;
    animation-name: hider;
    animation-duration: 300ms;
    animation-timing-function: ease-in;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 300ms;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.multipleChoices:has(.btn.badinput){
    animation-timing-function: ease-in-out;
    animation-name: minorShake;
    animation-duration: 1s;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 0s;
}
.multipleChoices:has(.btn.goodinput){
    animation-timing-function: ease-in-out;
    animation-name: minorPulse;
    animation-duration: 500ms;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 0s;
}
.shake-animation {
    animation: minorShake 0.8s ease-in-out;
}
.bounce-animation {
    animation: minorBounce 1s ease-in-out;
}
.transfer-element {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.transfer-animation {
    animation: transferFly 1.5s ease-out;
}
@keyframes minorShake {
  0% { transform: translateX(0); }
  6.5% { transform: translateX(-6px); }
  18.5% { transform: translateX(5px); }
  31.5% { transform: translateX(-3px); }
  43.5% { transform: translateX(2px); }
  50% { transform: translateX(0); }
}
@keyframes minorBounce {
    0%, 100% { transform: translateY(0); }
    10% { transform: translateY(-8px); }
    20% { transform: translateY(0); }
    30% { transform: translateY(-6px); }
    40% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
    60% { transform: translateY(0); }
    70% { transform: translateY(-2px); }
    80% { transform: translateY(0); }
    90% { transform: translateY(-1px); }
}
@keyframes transferFly {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.3);
    }
}
@keyframes minorPulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}
@keyframes hider{
	0% {opacity: 1;}
    100% {opacity: 0;}
}
.inputWrapper.bad_input::after{
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 40px;
    right: 4px;
    position: absolute;
    top: 27px;
    /*opacity: 0.5;*/
    color: #FFFFFF;
    line-height: 40px;
    animation-name: hider;
    animation-duration: 300ms;
    animation-timing-function: ease-in;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 300ms;
}
.inputWrapper.bad_input:not(:has(.heartContainer))::after, .inputWrapper.good_input:not(:has(.heartContainer))::after{
    top:0;
}
.inputWrapper{
    margin: 10px auto !important;
    position: relative;
    width:100%;
    max-width:500px;
    text-align:left;
}

.inputWrapper .giveup{
    position:relative;
    right:auto;
}
.inputWrapper .spelledinput{
    margin-bottom:4px;
    height: 41px;
    box-sizing: border-box;
    vertical-align: bottom;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.inputWrapper.bad_input{
    animation-timing-function: ease-in-out;
    animation-name: minorShake;
    animation-duration: 1s;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 0s;
}
.inputWrapper.good_input{
    animation-timing-function: ease-in-out;
    animation-name: minorPulse;
    animation-duration: 500ms;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 0s;
}

span.nodata{
	background-color:#FEF7F8;
	padding:0 4px;
	float:right;
	box-sizing:border-box;
    color:#F44336;
}
.defaultTextActive { color: #a1a1a1; font-style: italic; }

div.comment {
	clear:left;
	
	border-radius: 2px;
	margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	padding:9px;
    border-radius:10px;
	float:left;
	width: calc(100% - 20px);
	box-sizing:border-box;
    background-color:var(--light-color);
}
.comment-info{
    margin-left:50px;position:relative;
}
.comment .rating-stars{
    clear:left;float:left;margin-bottom:5px;color:#666666;/*font-size:16px;*/
    font-size:1rem;
}

.miniGameButton .rating-stars {
    color: #666666;
}
.comment-message{
    clear:both;
    word-wrap:break-word;
    color: #666666;
    font-style: italic;
    /*font-size:16px;*/
    font-size:1rem;
}
div.comment div.author{
	height:20px;
	float:left;
    clear:left;
}
div.comment div.lastmodified{
	height:20px;
	float:right;
	color:#666666;
}
@keyframes progress-active{
    0%{opacity:.15;width:0}
    80%{opacity:.15;width:0}
    100%{opacity:0;width:100%}
}
@keyframes expandCircle {
    0% {
        transform: translate(50%, -50%) scale(1);
        opacity: 1;
        border-width: 2px;
    }
    60% {
        opacity: 1;
    }
    100% {
         transform: translate(50%, -50%) scale(4);
        opacity: 0;
        border-width: 1px;
    }
}
.ui-progress {
    overflow: visible; /* Viktigt för animationer utanför */
  	position: relative;
  	display: block;
  	float:left;
  	height: 22px;
	background-color: #4CAF50;
    border-radius: 11px;
    
    transition: width 0.5s ease;
}
.ui-progress::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    border: 3px solid #4CAF50; /* Färg och tjocklek för ringen */
    opacity: 0;
}
.level-retry .ui-progress::after{
    border-color:#ec8611;
}
.level-fail .ui-progress::after{
    border-color:#F44336;
}

/*.ui-progress::before{
    background: #FFFFFF;
    content: "";
    display: block;
    height: 100%;
    animation: progress-active 5s ease-out infinite;
}*/

.ui-progress.progressStopped::after {
    animation: expandCircle 0.5s ease;
}

.ui-progress-bar {
    position: relative;
    clear: left;
    height: 30px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 10px auto;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
  

span.ui-label {
	/*font-size: 14px;*/
    font-size: 0.875rem;
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 22px;
	padding: 0;
	color: #444444;
	white-space: nowrap;
	z-index: 10;
	left: 0;	
}
#progressbar.level-retry{
    border-color:#ec8611;
}
#progressbar.level-fail{
    border-color: #F44336;
}
#progressbar.level-retry .ui-progress{
    background-color: #ec8611;
} 
#progressbar.level-fail .ui-progress{
    background-color: #F44336;
}
#progressbar.level-fail  .ui-label, #progressbar.level-retry  .ui-label{
    color: #000000;
} 


.ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.heartContainer{
    display:inline;
    position:relative;
}
.heartContainer > i{
    margin-right:5px;
    font-size:1.5rem;
}
.globalHearts > i{
    font-size:2rem;
}
.inputWrapper .heartContainer{
   /* right: unset;
    left: -90px;
    width: 90px;*/
}
.questionCard .heartContainer{
    bottom:0;
}
.heart-red{
    color: #F44336;
}
.heart-gray{
    color:#BBBBBB;
    animation-name: heartLose;
    animation-duration: 2s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: both;
}
.eternal-heart{
    color: #F44336;
    animation-fill-mode: none;
}
.eternal-icon{
    font-size: 1.5rem;
    line-height: 1.5rem;
}
@keyframes heartLose {
    0% { transform: scale(1); color: #F44336; }
    10% { transform: scale(2); }
    20% { transform: scale(1); }
    30% { transform: scale(1.8); }
    40% { transform: scale(1); }
    50% { transform: scale(1.5); }
    60% { transform: scale(1); }
    70% { transform: scale(1.25); }
    80% { transform: scale(1); color: #F44336; }
    100% { transform: scale(1); color: #BBBBBB; }
}

.btn.lifesaved::after, .questionCard.lifesaved::after, .diff.lifesaved::after, div.lifesaved::after, .inputWrapper.bad_input.lifesaved::after {
    content: "\f004";   
    right:1px;
}
.lifesaver{
    border:2px solid #F44336;
}

#searchHeader{
	display:none;
}

div.sidebarSearchItem{
	height:40px;
}

.showhideAction{
	/*width:754px;*/
	float:left;
	border-bottom:1px solid #DDDDDD;
	padding:10px 0 5px 0;
	cursor: pointer;
    box-sizing: border-box ;
    width:100%;
}
.showhideAction:hover{
	background:#FFF;
}
.showhideAction .close{clear:both;width:100%;text-align:right;}
.showhideAction .ui-container{
    float: right;width: 35%;position: relative;height:30px;margin:6px 5px 0 0;
}
/*.showhideAction .ui-label{line-height:18px;font-size:12px;}*/
/*.showhideAction .ui-progress{height:18px;}*/
/*.showhideAction .ui-progress::after{height: 18px;}*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
}

span.grey{
	color:#666666;
}

div.close-btn{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 0;
  width: 32px;
  padding: 32px 0 0 0;
  overflow: hidden;
  cursor: pointer;
  user-select: none;	
}
.close-btn:before {
  content: "\f00d";
  display: block;
  text-align: center;
  width: 32px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  line-height: 32px;
  font-family: FontAwesome;
}
.close-btn:hover{
    background: rgba(0,0,0,0.05);
    border-radius: 6px;
}

span.close, div.close{
	font-size:32px;
	line-height:20px;
	display:none;
	margin:0 10px 10px;
	float:right;
	cursor: pointer;
}
img.ajaxloading{
	width:54px;
	height:55px;
	margin:150px 347px;
}

/* fireworks styles */
#fireworks-template {
 display:none;

}
#fade {
    display:none;
    left: 0;
    top: 0;
    background-color: black;
    opacity: .70;
    width: 100%;
    height: 100%;
    z-index: 999;
	position: fixed;
    overflow: hidden;
}
#fireContainer {
 position:absolute;
 left:0;
 top:0;
 z-index:1001;
}
.firework {
 /* containing box which flies out first */
 position:absolute;
 left:0;
 top:0;
 font-size:1px;
 width:4px;
 height:4px;
 /*border:2px solid #ff8c00;*/
 border-radius:1px;
 /*background:#ff4500;*/
}
.fireworkParticle {
 /* elements that explode from the container */
 position:absolute;
 font-size:1px;
 width:10px;
 height:10px;
 overflow:hidden;
}
.fireworkParticle img {
 display:block;
 width:100px;
}

div.playInNewLang{
	width:100%;
	padding: 20px 0;
	float:left;
	clear:both;
	margin:8px 0;
	font-size:18px;
	box-shadow:0 2px 5px rgba(0,0,0,0.05);
	text-align:center;
	box-sizing: border-box;
    border-radius:10px;    
    background-color:#f2f9fe;
    border-left:10px solid #2196F3;
}
div.playInNewLang div{
	float:left;width:350px;text-align:center;
}
div.playInNewLang img{
	float:right;margin:10px 10px 0 0;
}
.mandatory-label{
    display: inline-block;
padding: 1px 6px;
color: var(--light-color);
vertical-align: baseline;
white-space: nowrap;
background-color: #333333;
   border-radius: 2px;
}
.ribbon-wrapper {
  width: 83px;
  height: 86px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
  float:none;
  z-index:9999;
}
.ribbon {
  font-weight: bold;
  font-size: 0.7rem;
  color: #FFF;
  text-align: center;
  transform: rotate(45deg);
  position: relative;
  padding: 5px 0;
  left: -5px;
  top: 15px;
  width: 117px;
  text-transform: uppercase;
  box-shadow: 0 0 3px rgba(0,0,0,0.6);
  background-color: #2196F3;
}
.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #2196F3;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}
.ribbon:before {
  left: -1px;
}
.ribbon:after {
  right: 0;
}

.animate {
	box-shadow: 0 2px 9px rgba(255, 255, 255, 0.3) inset, 0 -2px 6px rgba(0, 0, 0, 0.4) inset;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
                  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
                  transparent 75%, transparent);
	background-size: 50px 50px;
	animation: move 2s linear 0s infinite;
	overflow: hidden;
}
@keyframes move{
	from {background-position: 0 0;}
	to {background-position: 50px 50px;}
}

.gameTypeDesc{
    clear:both;float:left;
}
.gameTypeDesc h3{
    clear:both;
}
.gameTypeDesc img{
    clear:right;margin-left:5px;margin-bottom:2px;float:right;width:190px;height:120px;
    border: 2px solid #3a6ea5;
  border-radius: 4px;
  padding: 10px;
  background-color: #FFF;
  box-sizing: border-box;
}
div.chart-container{
	width: 700px;box-sizing: border-box;
	padding: 5px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	height: 450px;
}

#createdGameLevels li, #selectedGameLevels li{
	cursor: move;
	float:left;
	width:100%;
	box-sizing:border-box;
	position:relative;
	padding: 10px;
	margin-bottom: 4px;
    counter-increment: my-awesome-counter;
}
#createdGameLevels .gametype{
    clear:left;
}
#createdGameLevels li::after, #selectedGameLevels li::after{
    font-family: FontAwesome;
    content: "\f07d";
    font-size: 20px;
    left: 7px;
    color: #454545;
    top:14px;
    position: absolute;
}
#createdGameLevels li::before, #selectedGameLevels li::before {
  content: counter(my-awesome-counter);
  background: #3a6ea5;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  color: #FFFFFF;
  left: 17px;
  position: absolute;
  top: 11px;
  font-size:1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#createdGameLevels li:only-child::after{
    content: "";
}
#createdGameLevels li, #selectedGameLevels li{
    padding-left:52px;
}
@keyframes fadeInSlide {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.sortable-item{
    border: 1px solid #e0e0e0;
    background: #FFF;
    font-weight: normal;
    color: #333;
    animation: fadeInSlide 0.4s ease;
}

.sortable-ghost {
border-color: #000000;
background-color: #DDDDDD;
}


.removeIMG{
    position: absolute;
  right: 0;
  top: 1px;
  width: 26px;
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: #FFF;
  border-radius: 50%;
  height: 26px;
}
.removeIMG i{
    font-size:1.3rem;
    color:#454545;
}
#selectedGameLevels div.remove, #createdGameLevels div.remove, .gameInfoBox div.remove{
	float:right;
	cursor:pointer;
	font-size: 28px;
    line-height: 24px;
    padding-right:5px;
    margin-left:10px !important;
    right:0;
    top:0;
    position:absolute;
}
/*#selectedGameLevels li::marker { 
  font-weight:bold;
}*/
#addgameLevelContainer{
    clear:both;width: 100%; border:2px dashed #CCCCCC;padding:1px 0;box-sizing: border-box;/* text-align:center;*/
}
.levelNameContainer .glClass{
    padding:1px 4px;
    color:#FFF;
    border-radius: 2px;
    background-color:#8d8d8d;
}
.levelNameContainer .glClass:before{
    font-family: FontAwesome;
    margin-right: 2px;
}
.levelNameContainer .lvl-1{background-color: #FFD700;}
.levelNameContainer .lvl-2{background-color: #FFA500;}
.levelNameContainer .lvl-3{background-color: #FF4500;}
.levelNameContainer .lvl-4{background-color: #8B0000;}
.levelNameContainer .lvl-5{background-color: #4B0082;}

.levelNameContainer .lvl-1:before{content: "\f024";}
.levelNameContainer .lvl-2:before{content: "\f024\00a0\f024";}
.levelNameContainer .lvl-3:before{content: "\f024\00a0\f024\00a0\f024";}
.levelNameContainer .lvl-4:before{content: "\f024\00a0\f024\00a0\f024\00a0\f024";}
.levelNameContainer .lvl-5:before{content: "\f024\00a0\f024\00a0\f024\00a0\f024\00a0\f024";}
span.nolb{
	white-space:nowrap;
}
table#questions td{
	padding: 4px 2px;
	border-bottom:1px dotted #AFBA9C;
	margin:0;
}
table#questions td:first-child{
 padding-left:0;   
}
table#questions td:last-child{
 padding-right:0;   
}
table#questions{
	padding-top:4px;
	margin-top:4px;
	border-top:1px dotted #AFBA9C;
	width:100%;
}
.correctAnswers{
    padding:3px;margin:0 0 3px 0;
}
.answerAlt{
    position: relative;
    box-sizing: border-box;
    width:100%;
    margin-bottom:3px;
}
.answerAlt input{
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #777;
    padding: 0 32px 0 3px;
}

.answerAlt button{
    height: 32px;
    width: 32px;
    box-shadow: none;
    padding: unset;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.answerAlt > div{
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    
}
.answerAltCopy{
    display:none;
}

.promo-hero {
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.promo-hero .subtext {
    font-size: 1rem;
    margin-bottom: 10px;
}
.promo-hero .actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.promo-hero .actions a {
    min-width:100px;
}

#newAssignment > tbody > tr > td, table#newGame{
	padding: 20px 4px;
	border-bottom:1px solid #DDDDDD;
	margin:0;
}
table#newGame tr{
    margin:20px;
}
#newAssignment .ajaxForm{
    padding: 10px;
    float:left;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    
    width: 100%;
    box-sizing: border-box;
}
#newAssignment .ajaxDialogHeader{
    font-weight:bold;width:100%;background-color:#EEE;margin-top:0;padding:10px 5px;box-sizing:border-box;
}
#feedbackDialog{
    padding:0;
}
table.infoTable{
	width:50%;min-width:300px;/*font-size:16px;*/
    font-size:1rem;
}
table.infoTable td{
	padding: 10px 4px;
	border-bottom:1px solid #DDDDDD;
	margin:0;
}
table.infoTable thead{
    font-weight:bold;
    text-align:center;
    border-bottom:2px solid #DDDDDD;
}
table#newAssignment > tbody > tr:last-child td, table.infoTable tr:last-child td{
	border:none !important;
}

table#newAssignment, table#newGame, table.infoTable{
	border-collapse: collapse;
    width: 100%;
}
#newGame tr td{
    float: left;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    border-bottom: none;
    padding: 20px 4px;
}
#newGame tr{
    border-bottom: 1px solid #DDDDDD;
}
#newGame > tbody > tr > td:first-child {
  padding: 20px 4px 0 4px;
  font-size:1.2rem;
}

table#newAssignment > tbody > tr > td{
    float:left;
    width:100%;
    box-sizing: border-box;
    clear:both;
    border-bottom:none;
}
table#newAssignment > tbody > tr > td:first-child{
    padding:4px 4px 0 4px;
}
table#newAssignment tr{
    border-bottom:1px solid #DDDDDD;
}
table.infoTable .rowhead{
    font-size: 0.7rem;
}

#sortInfo, #publicInfo{
    text-align:center;
}
#selectedGameLevels, #createdGameLevels{
	text-align:left;
	list-style-position: inside;
	margin: 0;
    padding: 0;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    
}
#createdGameLevels, #selectedGameLevels{
    position: relative;
    list-style: none;
    counter-reset: my-awesome-counter;
}
.numberedrows {    counter-reset: rowNumber;}
.numberedrows tbody tr {    counter-increment: rowNumber;}
.numberedrows tbody tr .rowCounterLabel::before {    content: counter(rowNumber);}
.rowCounterLabel {text-align: center;vertical-align:top;width:20px; font-size:20px;padding:0 !important;}
.typesB-0, .typesB-3{ font-style: italic;display:none;line-height:34px;white-space: nowrap;padding-left:20px;}
.question .caatts, .question .cabtts { position: absolute;  left: 4px;  font-size: 1.0rem;  top: 13px;}

button.addQuestion, button.removeQuestion{
	/*margin:5px;
	padding:0;*/
	line-height:normal;
}

#newQuestion{float:left;margin-left:10px !important;}
.questionuploaddiv{
    /*width:190px;*/
    cursor: pointer;
    text-align:center;
    float:left;
    margin:0 10px;
}
/*#downloadTemplateFile{line-height:36px;}*/

.speech-bubble:before{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	bottom: -40px;
	border: 20px solid;
	border-color: #505050 transparent transparent #505050;
} 
.speech-bubble::after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 34px;
	bottom: -30px;
	border: 15px solid;
	border-color: #fff transparent transparent #fff;
}
.speech-bubble, div.questionCard{
	position: relative;
	background-color: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	padding:15px;
    margin-top:5px;
    margin-bottom:5px;
    
    /*background-color: #f8f9fa;*/
    padding: 25px;
    border-radius: 8px;
    /*display: flex;
    align-items: center;*/
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    line-height: 2;
}
.speech-bubble + p {
    font-style: italic;
    margin: 45px 20px 20px 75px;
    text-align: left;
}
.speech-bubble p, #newAssignment p{
	margin:0;padding:0;
}

a.showSentMessages{
	display:block;
	width:330px;
	text-align:center;
}

div.inputform{
	/*border: 1px solid #AFBA9C;*/
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	background-color:#F9F9F9;
	border-radius: 8px;
	margin: 5px 0;
	padding:5px;
	box-sizing:border-box;
	
	/*width:100%;
	max-width:700px;*/
}
#readAMessage{
	background: #fff;
	display:block;
	width:100%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border: none;
}

#readAMessage div.title{
	margin:20px;
	padding-bottom:10px;
	border-bottom: 1px solid #CCCCCC;
}
#readAMessage div.body{
	clear:both;
	margin: 40px 20px;
	padding-top:20px;
	text-align:center;
	border-top: 1px solid #CCCCCC;
}

.notification{
	position:relative !important;
	display:inline-block;
	
}
.notification[data-number]:after {
	content:attr(data-number);
	position:absolute;
	top: 4px;
    left: 8px;
    font-size: 0.9rem;
	color:#fff;
	background-color: #F44336;
	line-height:18px;
	height:20px;
	width:20px;
	z-index:1;
	text-align:center;
	border-radius:50%;
}
input[type="search"] {
  appearance: none;
}
#search_box {
	margin: 0 auto;
	/*width:255px;*/
    
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

#search_box input { 
  	height: 40px;
    margin: 0 2px;
    position: relative;
    box-sizing:border-box;
	/*font-size:16px;*/
    font-size:1rem;
    width:100%;
    padding:0 45px 0 15px;
  background-color: #C1C1C1;
  border: none;
  float: left;
  border-radius: 5px;
}
#search_box input:focus{
    background-color: #FFFFFF;
}
#search_box input::placeholder{
    color:#888;
    opacity: 1; /* Firefox */
}
#search_box button {
    border: 1px solid transparent;
    box-sizing: border-box;
    height: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 48px;
    background-color: #121212;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#promoted-search__container{
    min-height:360px;
    padding:0;
    position:relative;
    text-align: center;
    z-index:1;
    background-color: #9ed4ec;
    border-radius:10px;
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #9ed4ec 50%, #7ab8d4 100%);
    position: relative;
    overflow: hidden;
}

#promoted-search__container #search_bar_wrapper{
    /*margin:0 auto;*/
    max-width:400px;
    margin:20px auto 10px auto;
    z-index:2;
}
#promoted-search__container #search_bar_wrapper input{
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#promoted-search__container #search_bar_wrapper i{
    font-size:26px;color:#C1C1C1;
}
.cloudContainer{
    z-index:2;
    padding:75px 5px 0 5px;
    position:relative;
    text-align: center;
    float: none;
    display: inline-block;
    width:33%;
    min-width:300px;
	box-sizing: border-box;	
    font-family: 'Quicksand', 'Open Sans', Arial,Helvetica,sans-serif;
}
#promoted-search__container img{
    display:inline-block;
    width:300px;
    height:73px;
    margin:0 auto 0 auto;
    z-index:3; position: relative;
}
.cloud {
    width:100%;
	height: 80px;
	background-color: #f2f9fe;
	background: linear-gradient(to bottom, #f2f9fe 5%, #d6f0fd 100%);
	border-radius: 100px;
	position: relative;
    text-align: center;
	box-sizing: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.44), 0 3px 1px -2px rgba(0, 0, 0, 0.5);
}
.cloud .cloudH1{
    font-size:1.4rem;
    width:100%;
    position:absolute;
    top:-35px;
    box-sizing: border-box;
}
.cloud .cloudTxt{
    margin:0 25px;
    height:56px;
}
.cloud a{
    bottom:0;
}
.cloud::after, .cloud:before {
	content: '';
	position: absolute;
	background-color: #f2f9fe;
	z-index:-1;
}

.cloud::after {
	width: 120px; height: 120px;
	top: -50px; right: 20px;
	border-radius: 100px;
}

.cloud:before {
	width: 175px; height: 150px;
	top: -70px; left: 30px;
	border-radius: 120px;
}
#levelButtonContainer{
	margin:0 auto 10px auto;
	float:none;
	padding:0;
	text-align:center;
}
#levelResultContainer{
    /*min-height:280px;*/
}
#levelResultContainer .elever{
	font-size:18px;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.levelButton{
	display: flex;
	position:relative;
	padding: 12px 5px;
    cursor: pointer;
	color:#333333;
    box-sizing: border-box;
    font-family: 'Quicksand', 'Open Sans', Arial,Helvetica,sans-serif;
    width:100%;
    text-align:left;
    text-transform:uppercase;
    margin:0 0 6px 0; 
    padding-right:47px;
    background-color:var(--light-color);
    border-radius: 10px;
    border: 2px solid #e0e0e0;
    margin-bottom: 10px;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    align-items: stretch;
    flex-wrap: wrap;
}
.levelButton:hover {
      background-color: #f9f9f9;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

.levelButton::after{
    font-family: FontAwesome;
    content: "\f04b";
    font-size: 2rem;
    right: 12px;
    position: absolute;
    top: calc(50% - 27px);
    color: #3a6ea5;
    line-height: 3.4rem;
}
.assignmentButton::after{
    content: '';
}
.levelButton .medals-container{
    float:right;margin-top:1px;position:relative;
    
    flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto; /* extra säkerhet */
}
header .medals-container{
    display:none;
}
header .medal-progress{
    background: rgba(255,255,255,0.25);
    cursor: pointer;
    user-select: none;
    border-color: rgba(255,255,255,0.15);
}
header .medals-container .medals{
    width:40px;
    height:40px;
    font-size: 0.9rem;
    /*font-weight: bold;*/
}

/* Stilar för ren CSS chevron utan beroende av fontawesome */
header .chevron-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 10px 10px 1px;
  position: relative;
  display: inline-flex;
}

header .chevron-icon {
  width: 10px;
  height: 10px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  transition: transform 0.3s;
  position: relative;
  top: -2px;
}

header .medals-container.open .chevron-icon {
  transform: rotate(-135deg);
  top: 2px;
}

.medals-container .medal, .medals-container .medals{  
    width: 40px;
      height: 40px;
      border-radius: 50%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #e0e0e0;
      color: #888888;
      font-size: 0.8rem;
      border-width: 1px;
      border-style: solid;
      font-family: 'ES Sans','Open Sans',Arial,Helvetica,sans-serif;
} 
.medal-progress {
    display: flex;
    align-items: center;
    width: fit-content;
    gap:5px;
    background-color: rgba(240, 240, 240, 0.5);
    border-radius: 24px;
    padding: 2px;
    position: relative;
    border: 1px solid #DDD;
}
.medal-progress .medals{
    color:#FFFFFF;
    font-size:1.0rem;
    font-family: 'ES Sans','Open Sans',Arial,Helvetica,sans-serif;
    font-weight:normal;
} 

.medal.green, .medals.green{    background-color: #E1EAE1; border-color:#4CAF50;}
.medal.bronze, .medals.bronze{    background-color: #EFE6DD; border-color:#e67e22;}
.medal.silver, .medals.silver{    background-color: #EBECEC; border-color:#bdc3c7;}
.medal.gold, .medals.gold{    background-color: #F0ECDC; border-color:#f1c40f;}
.medal.bronze{color:#e67e22;}
.medal.silver{color:#bdc3c7;}
.medal.gold{color:#f1c40f;}

.medal.done.green::after {color: #4CAF50;}
.medal.done.bronze::after {color: #e67e22;}
.medal.done.silver::after {color: #bdc3c7;}
.medal.done.gold::after {color: #f1c40f;}
.medals.done.green {background-color: #4CAF50;}
.medals.done.bronze {background-color: #e67e22;}
.medals.done.silver {background-color: #bdc3c7;}
.medals.done.gold {background-color: #f1c40f;}
.medals.smallMedals{
    width:28px;height:28px;font-size:0.7rem;
}

.medal.done::after{
    font-family: FontAwesome;
    content: "\f058";
    font-size: 48px;
    position: absolute;
    /*line-height: 3.4rem;*/
}
.medal.done{
    color: #FFFFFF;
  background-color: #FFFFFF;
}
.medal-tooltip {
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #333;
      color: white;
      padding: 6px 10px;
      border-radius: 6px;
      font-size: 12px;
      white-space: nowrap;
      display: none;
      z-index: 100;
    }

    .medal-tooltip:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #333 transparent transparent transparent;
    }

    .medals-container:hover .medal-tooltip {
      display: block;
    }



.levelButton .levelStars{
    position:static;float:right;
}
.levelNameContainer{/*min-width:300px;*/margin-left: 5px;
}
.levelNameContainer div:not(.desc){
    font-size:1.2rem;
    line-height:1.3rem;
    color: #0645AD;
    /*white-space: nowrap;*/
      font-weight: bold;
}
.levelNameContainer .desc{
    font-size:0.9rem;
}
.levelNameContainer img{
    display:block;margin-right:5px;
}
.levelButtonImage:before, .assignmentButton:before{
    content: '' !important;
}
.assignmentButton{
    position: relative;
    z-index: 90;
    overflow: hidden;
    width:100% !important;
    height:auto !important;
    text-align:left !important;
    padding: 0;
    float:left;
    margin:4px 0 !important;
    left:0 !important;
}
.assignmentButton .keywordContainer li{
    float:left;
    margin-right:5px;
}
.levelButton .num , .assignmentRow .num{
  /*margin: 0 0 0 10px;*/
  position: relative;
  line-height: 50px;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 46px;
  height: 46px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #3a6ea5;
  color:#FFFFFF;
}
.elever .assignmentRow:hover {
    background-color: #f0f4f8;
    cursor: pointer;
}
.elever .assignmentRow.success:hover, .elever .assignmentRow.error:hover{
    cursor:default;
}  
.disabledButton div{
	opacity: 0.7;
} 
.disabledButton div, .levelButton.disabledButton::before{
	filter: blur(1px);
}
.topScoreboard .disabledFunction{
    filter: brightness(10%); 
}

.levelButton.disabledButton::after{
	content: "\f023";
}

div.starred{
	background-image: url(/bilder/star_gold_64.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.achievementPost{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	
	border-radius: 2px;
	padding: 10px;
	margin:10px;box-sizing: border-box;overflow:hidden;min-height:66px;position:relative;	
}
.achievementPost .showmore{
	margin-right:55px !important;
	float:right;
}
.achievementPost .moreinfo{
	clear:both;display:none;border-radius: 0.25em;padding:10px;overflow:hidden;/*font-size: 14px;*/
    font-size: 0.875rem;
}
.achievementPost .moreinfo > div{
	width:33%;
	min-width:200px;
	float:left;
}

div.starimg{
	position:absolute;
	cursor: pointer;
	width:64px;
	height:64px;
	background-image: url(/images/image-sprite.png); /* star_gold_64.png */
	background-position: -64px -1488px;
	background-repeat: no-repeat;
    right:3px;
    top:3px;
}
div.addstar{
	background-image: url(/images/image-sprite.png); /* star_add_64.png */
	background-position: -64px -1419px;
	background-repeat: no-repeat;
}
.starHeader{
	text-align:center;font-variant: small-caps;
}
.starHeader .starInfo{
	position:relative;width:200px;max-width:50%;display: inline-block;float:none;	
}
.starHeader .starimg{
	width:100%;position:static !important;cursor:default;
}
.starHeader .starText{
	position: absolute;top: 45%; left: 50%;transform: translate(-50%,-50%);
	}
.starHeader .starText span{
	font-size:48px;
}
.starHeader .starLabel{
	clear:both;width:100%;background:#000000;color:#FFFFFF;padding:5px 0;box-sizing: border-box;font-size:13px;
}
.tagsort-tags-container span {
	display: inline-block;
	border: 2px solid #CCC;
	color: #AAA;
	font-size: 12px;
	line-height: 10px;
	padding: 5px 9px;
	margin: 5px;
	cursor: pointer;
	border-radius: 12px 12px 12px 12px;
	transition: all 0.2s ease-in-out;
}
.tagsort-tags-container span.tagsort-active, .tagsort-tags-container span.active {
	border: 2px solid #000;
	color: #000;
	background-color: transparent;
}
#achFilter select{
	width: 246px;padding:6px;margin:5px;box-sizing: border-box;
}
#achFilter{
	clear:both;margin:20px auto 10px auto;text-align:center;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border-radius: 2px;padding:10px;overflow:hidden;
}
#achCheckbox{
	text-align:center;margin:5px auto;width:100%;float:left;
}
#achCheckbox div{
	text-align:left;width:20%;min-width:140px;min-height:90px;float:left;
}

.back_btn { position: relative; background: #eee; color: #333; border: 1px solid #aaa;border-left:none;margin:20px;padding:7px 12px 7px 7px; cursor:pointer;}	
.back_btn:after, .back_btn:before { right: 100%; margin-right:0;border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.back_btn:after { border-color: rgba(136, 183, 213, 0); border-right-color: #eeeeee; border-width: 15px; top: 50%; margin-top: -15px; }
.back_btn:before { border-color: rgba(194, 225, 245, 0); border-right-color: #aaaaaa; border-width: 16px; top: 50%; margin-top: -16px; }
.back_btn:hover{border-color: #777;	background-color: #DDD;text-decoration: none;}
.back_btn:hover:after {border-right-color: #DDD;}
.back_btn:hover:before {border-right-color: #777;}


.greenForm input, .greenForm select, .greenForm textarea, .paddedInput{
	width:100%; 
	background-color: #FFFFFF;
	box-sizing: border-box;
    
    padding: 12px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.greenForm > div{
	width:100%;
	margin-top:15px;
}
/*.greenForm label{
	font-weight:bold;
}*/
/*.greenForm{
	width: 490px;
}*/

.pmContainer{
    /*padding: 7px;*/
    overflow: hidden;
    float:none;
    width:245px;
    display:inline-block;
    background-color:#3a6ea5;
    color:#FFFFFF;
    padding:0;
    height:299px;
    text-align:center
        ;position:relative;
    
}
.pmContainer .pm-circle{
          width: 100px;
      height: 100px;
      border: 3px solid #3a6ea5;
      border-radius: 50%;
      margin: 0 auto 5px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #f8f8f8;
}
.pm-number {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    color: #3a6ea5;
  }
    
.pm-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
}

#cookie_wrapper, #cookie_settings_wrapper {
  position: fixed; 
  bottom:0;
    /*z-index: 1002; */
    width: 100%; 
    overflow: auto; 
    background-color: #FFFFFF;
    padding:0 30px 5px 30px;
    text-align: center;
        box-sizing: border-box;
        z-index: 1003;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,0.2);
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.15), 0 -3px 10px 0 rgba(0, 0, 0, 0.15), 0 3px 10px 0 rgba(0, 0, 0, 0.15), 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
#cookie{
    max-width:800px;
    width:100%;text-align:center;
    margin: 0 auto;
}
.cookietext{
    width:100%;
}
.cookie-banner-title{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
}
#cookie h3{
    float:left;
}
#cookie p{padding: 9px 0;color: #454545;
          margin-bottom: 0;margin-top: 0;
          padding-right: 15px;text-align: left;
          line-height: 1.58;
  clear: both;
}
#cookieok{
    display:inline-block;
    /*width:100%;*/
    
}

#closecookie{margin-top:20px !important;min-width:120px;}
#cookie h3:before {
    content: "\F05A";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    margin-right: 5px;
    top: 4px;
    font-size: 36px;
    position: relative;
}
.subject-grid{
    display: grid;
      grid-template-columns: repeat(2, minmax(340px, 1fr));
      gap: 20px;
      box-sizing: border-box;
}
.subject-grid .rvk2gr {
  grid-column: span 2; /* Gör att denna div tar upp två kolumner */
}
.subject{
	box-sizing: border-box;
	
    
    border-radius:10px;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
    padding:0;
    
  background-color: var(--light-color);
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.subject:hover {
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.subject-header{
    padding:3px;
    width:100%;
    text-transform: uppercase;
    padding: 10px 15px;
    box-sizing: border-box;
}
.subject-header h2{
    color: var(--light-color);
    font-weight:bold;
    text-decoration: none;
    font-size: 20px;
    margin-top:0;
    padding-bottom:0;
}
.subject-content{
    padding:15px;
    float:left;
    width: 100%;
  box-sizing: border-box;
}
.subject-content .desc{
    padding-left:10px;
    clear:none;
}
.subject-content .show-all{
    clear:both;
    float:right;
}
.gameClickButton{
    position: relative;
	z-index: 90;
	box-sizing: border-box;
	width:calc(100% - 6px);
    margin-top: 5px;
    height:auto;
    margin-bottom: 20px; 
    background-color:var(--light-color);   
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  gap: 0 10px;
  cursor: pointer;
    border-radius: 12px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    padding:10px;
    transition: all 0.2s ease;
}

.gameClickButton:hover {
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
    

.gameClickButton .rating-stars{
    color:#777777;height:20px;
    font-size: 0.9rem;
    display: inline;
}

.gameInfoBox{
	box-sizing: border-box;
	display: inline-block;
    padding: 5px;
    /*float:left;*/
    border-radius:2px;
	background-color: #FFF;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E2E2E2 100%);
	border: 1px solid #AAAAAA;
	color:#333333;
    text-decoration: none;
    /*font-size: 14px;*/
    font-size: 0.875rem;
}

.gameClickButton h2{
	padding-top:0;overflow: hidden;font-size:20px;
    min-width:250px;
    text-transform: uppercase;
    font-weight:bold;
    margin-top:0;
    padding-bottom:0;
}


.imageWrapperWrapper{
    width:100%;min-height: 260px;margin: 10px 0;position:relative; overflow: hidden;

}
.imageBlurWrapper{
    position:absolute;
    width:100%;
    min-height: 260px;
    padding:0;
    margin:0;
    
    
  top: -50px;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
  opacity: 0.2;
  background-size: 190px;
  background-repeat: repeat;
  transform: rotate(5deg) scale(1.1);
  filter: grayscale(0.5) brightness(1.2);
  
}
.imageWrapperWrapper .image{
    line-height:236px;text-align:center;position:absolute; top:10px;max-width:100%;max-height:240px;
          
    left: 0;
    right: 0;
    margin: auto;
}
.imageWrapperWrapper .image img{
    vertical-align: middle;max-width:100%;max-height:240px;background-color:#FFFFFF;
    box-sizing: border-box;
    
    position: relative;
  z-index: 2;
  width: 380px;
  height: 240px;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  border-radius: 8px;
  overflow: hidden;
}
.imageWrapperWrapper .image span{
    font-family: 'Quicksand';font-size: 1.2rem;text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.wrapperLighter{
    position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,.8);
} 
.wrapperDarker{
    position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);
}
.imageWrapper{
	float:left;
  position: relative;

}
.imageWrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
   border-radius: 10px;
    min-width:190px;
}
.imageTrueWrapper{
   position:relative;
    height:120px; overflow: hidden;
}
.imageTrueWrapper img{
	width: auto;height: auto;min-width: 100%;min-height: 100%;position: absolute;right: 50%;transform: translate(50%, 0);
}
.click .imageTrueWrapper img{
    max-width:none;
}

.circle-container{
    width: 120px; /* Samma som cirkelns diameter */
    height: 120px;
    border: 2px solid #FFFFFF; /* Ändra färg och tjocklek efter behov */
    border-radius: 50%; /* Gör containern rund */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 auto;
}
.circle-container img{
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.gameClickButton:hover .imagePlay { opacity: 1; }
.imagePlay{
   box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.3);
  opacity: 0;
  transition: opacity .2s;
  color: #fff;
  font-size: 2rem;
}

#commentSubmit{
    width:100%; display:none;
}
#commentSubmit > div{
    display: flex; width: 100%;flex-wrap:wrap;justify-content: center;gap: 10px;
}
.commentInput{
	width:50%;
    box-sizing: border-box;
    padding-right:2px;
    float:left;
}
.commentInput:last-child{
	float:right;
    padding-left:2px;
    padding-right:0;
}
.commentInput input{
	width:100%;
    margin:0 !important;
    box-sizing: border-box;
}

.ratingDiv{
    padding: 10px;
    border-radius: 10px;
    background-color: #f8f9fa;
}
.ratingDiv .fa-hand-peace-o{
    font-size:30px;
    color:#4CAF50;
}
.ratingDiv .smallInfo{
    font-size:0.8em;
   /* color:#888888;*/
   font-style: italic;
}
.c_rating i{
    cursor:pointer;
}
.c_rating i:hover{
    color:#FFC107;
}
.c_rating .fa-star{
    color:#FFC107;
}
.comment-avatar, .header-avatar{
  font-size:20px;
  width:40px;
  position:absolute;
  height:40px;
  line-height:40px;
  text-align:center;
  border-radius:50%;
  vertical-align:middle;
  margin-right:10px;
  color:#FFFFFF; 
  font-family: "Courier New", monospace;
  font-weight: bold;
}
.header-avatar{
    color:#121212; 
    background-color:#C1C1C1;
    position: unset;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0;
}

#contactInfo, #whyLogin{
	/*max-width:400px;*/
    margin:10px auto;
}
#orderSummary{
	float:right;
    width:100%;
    max-width:300px;
	text-align:left;
    margin-right:3px;
    
}
#loginform{
	float: left;
	text-align:left;
	margin: 0 0 20px 0 ;
    width: 100%;
}
#userHomeLink{
	white-space: normal;
	color:#FFF;
	line-height: 100%;
	display: block;
	position:absolute;
	bottom:0;
	right:0;
	max-height: 34px;	
}
#userHomeLink:hover{
	text-decoration:none;
	color:#cccccc;	
}
#userHome, .buttonGroup{
    /*min-height: 325px;*/
    text-align:center;
}
.buttonGroup .click, .buttonGroup .noclick{
    /*float: none;*/
    /*margin: 0; */
    padding: 4px 0 0 0;
    margin:3px !important;
    text-align: center;
    font-variant: small-caps;
    position: relative;
    height: 64px;
}
.buttonGroup .kpival{
    background-color:#FFFFFF;
}
.buttonGroup .kpival .scoreboardInput{
    width:auto;
    border:none;
}
.buttonGroup .kpival span{
    color: #666666;
}
#userHome .click, .buttonsGroup .click, .buttonGroup .click, .buttonGroup .noclick{
	text-align:center;
	width:calc(25% - 9px);
    /*width:216px;*/
	box-sizing:border-box;
    display: inline-block;
    float: none;
}
/*.fullwidth #userHome .click{
    width: calc(25% - 9px);
}*/
#userHome .click{
    float: none;
}
    
#userHome i, .buttonsGroup i{
    font-size:128px;
}
#userHome .notification.buttonsGroup .notification{
    width:128px;
    height:128px;
}
.dialog-dialog{
	width:95%;
	max-width:450px;
	box-sizing:border-box;
}
#gameVisibility{
	box-sizing: border-box;
    max-width: 300px;
    padding: 6px;
    width: 100%;
    margin-bottom:10px;
}

.popup-level{
	cursor: pointer;
	
}
.playButton, div.cloneButton, div.editButton, .peekButton, .questionactions button {
    float:right;
	margin-right:5px !important;
	width:34px;
	height:34px;
	line-height: 40px;
	text-align:center;
	cursor: pointer;
	padding:0;
	box-sizing: border-box;
	min-width: 0;
    border: none;
    background: none;
}
.playButton i, div.cloneButton i, div.editButton i, .peekButton i,  .questionactions button i{
    font-size:1.3rem;
    color:#454545;
}
.editExplanation:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/*input.playButton {
	float:right;
	border:1px solid #333333;
	margin-right:5px !important;
	width:34px;
	height:34px;
	line-height: 34px;
	text-align:center;
	cursor: pointer;
	padding:0;
	box-sizing: border-box;
	min-width: 0;
}*/
.slideItem{
    margin:5px;min-width:210px;
    display: inline-block;
  padding: 5px;
  text-align: center;
}
.getTimeLimitSuggestion{
	float:right;
	margin-bottom: 2px !important;	
}

.ui-tabs .ui-tabs-panel {
    padding: 15px 1px;
}
.ui-widget{
	font-size:initial;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Quicksand', 'Open Sans', sans-serif;
    font-size: 1rem;
}

.td-limit {
    max-width: 150px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    white-space:normal;
}
ul.editStudent, #header-dropdown{
	margin: 0;
  	padding: 0;
}
ul.editStudent li, #header-dropdown li{
	margin: 10px;
  	padding: 2px 0;
}
#header-dropdown{
    list-style: none;margin-left:7px;float:left;
}
#header-dropdown a{color:#424242;
}
#header-dropdown i{
    width:30px;
}

.login-container {
   text-align: center;
   display: inline-block;
   width:100%;
}
.login-icon-toggle-password{
    user-select: none;
    position: absolute;
    top: 23px;
    right: 8px;
    cursor: pointer;
}
.login-icon-toggle-password::before{ 
    content: "\f06e";
    font-family: FontAwesome;
    font-size: 22px;
    color:#8d8d8d;
}
.regular-header {
    font-size: 18px;
    margin-bottom: 22px;
}
#login-google {
    background-color: #4285F4;
}
#login-facebook {
    background-color: #4267B2;
}
#login-microsoft {
	background-color: #2F2F2F;
}

#login-skolfederation {
	background-color: #ff7900;
	color:#FFFFFF;
}

#login-skolon {
	background-color: #00778b;
	color:#FFFFFF;
}
.icon-microsoft{
    background-position: 2px -1878px;
	background-image: url("/images/image-sprite.png");
	width:32px;
	height:32px;
	margin:4px 0;
}
.icon-google{
    background-position: -72px -1842px;
	background-image: url("/images/image-sprite.png");
	width:32px;
	height:32px;
	margin:4px 0;
}
.icon-facebook{
    background-position: 0 -1842px;
	background-image: url("/images/image-sprite.png");
	width:32px;
	height:32px;
	margin:4px 0;
}
.icon-skolfederation{
    background-position: -36px -1878px;
	background-image: url("/images/image-sprite.png");
	width:32px;
	height:32px;
	margin:4px 0;
}
.icon-skolon{
    background-position: -72px -1878px;
	background-image: url("/images/image-sprite.png");
	background-color:#FFFFFF;
	width:32px;
	height:32px;
	margin:4px 0;
}
.login-container .provider-link {
	text-decoration: none;
    border-radius: 20px;
    color: white;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    position: relative;
    opacity:0.95;
}
.login-container .provider-link:hover,.login-container .provider-link:focus {
	top:1px;
     opacity:1;
}
.login-container .provider-link::after{
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
}

.login-container .provider-icon {
    left: 20px;
    position: absolute;
}
.login-container .explanation {
    color: #666666;
}

#buttonlogin {
    margin: 5px 0;
}
.login-container .inline-separator {
    color: #bcbcbc;
    display: inline-block;
    width: 5px;
}

#left-login{
	/*margin-left:20px;*/
	float:left;
	width: 50%;
	min-width:250px;
	position:relative;
	border-right: 1px solid #bcbcbc;
	padding-right:50px;
    box-sizing: border-box;
}
#left-login::after {
    background: #f5f7fa;
    color: #666;
    font-size: 28px;
    right: -50px;
    margin-right: 25px;
    margin-top: -25px;
    position: absolute;
    top: 40%;
    width: 50px;
}
#right-login{
	float: right;
	width: 50%;
	min-width: 250px;
    box-sizing: border-box;
    padding-left:50px;
}
#login_signin input[type="text"], #login_signin input[type="password"], #login_signin input[type="email"]{
    height:40px;
    box-sizing:border-box;
    width: 100%;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 12px 15px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-size: 18px;
    transition: border-color 0.3s, box-shadow 0.3s;
}
#left-login button{
    /*height:40px;
    width:100%;
    font-size:22px;
    margin:10px 0;
    box-sizing:border-box;*/
}
#loginInfo{
	margin-top:10px;
    margin-bottom:10px;
}


.playAudioButton, .playAudioNativeButton{
	cursor: pointer;
	position: absolute;
	top:3px;
	left:4px;
	z-index:100;
	vertical-align: top;
	width: 30px;
	height: 24px;	
    color:#3498db;
}
.playAudioButton:has(~ .goodinput),
.playAudioButton:has(~ .badinput),
.playAudioNativeButton:has(~ .goodinput),
.playAudioNativeButton:has(~ .badinput) {
    color: #FFFFFF;
}
.playAudioButton::before, .playAudioNativeButton::before{
	font-family: FontAwesome;
    content: "\f028";
    font-size: 32px;
    left: 1px;
    position: absolute;
    top: -1px;
    line-height: 32px;		
}

.activityLog .playAudioButton{
    display: inline-block;
    position:relative;padding-right: 10px;
    pointer-events: none;
    opacity: 0.5;
}
.activityLog .noShowCard{
    display:inline-block;
}
.lockedPlayAudio::before{
    content: "\f026";
    color:#666666;
    opacity: 0.4;
}
.lockedPlayAudio{
    cursor:default;
}

.playingAudioButton{
    background: none;
}
.playingAudioButton::before{
    font-family: FontAwesome;
    content: "\f04d";
    font-size: 20px;
    left: 3px;
    position: absolute;
    top: 3px;
    line-height: 20px;
}
.playingAudioButton::after{
    content:"";
}


a.searchlink, span.searchlink {
	display:inline-block; 
	margin:0;
	border-radius:2px;
	min-width:14px;
	height:26px;
	line-height:26px;
	padding: 8px 16px;
	text-decoration: none;
    border-radius: 22px;
}
a.searchlink{
	border: 1px solid #CCCCCC;
    background-color:#FFFFFF;
}
span.searchlink {
	background-color: #2196F3;
	border: 1px solid #2196F3;
    color:#FFFFFF;
}
a.searchlink:hover {
	background-color:#DDDDDD;
}
#selectedLicense, #selectedLicenseUser, #selectedLicenseStudent{
    font-size:12px;
}

div#header{
    min-width:980px;
}

.glider-topwrapper{
    clear:both;width:100%;position:relative;margin-bottom: 15px;
}
.glider-slide {
    margin-right: 4px;
}
.glider-slide:last-child {
    margin-right: 0;
}
.glider-next.disabled, .glider-prev.disabled{
    display:none; 
}

.glider-prev, .glider-next {
    position: absolute;
    top: calc(50% - 14px);
    transform: translateY(-50%);
    z-index: 10;
    background-color: #FFFFFF;
    color: #3498db;
    border: 2px solid #2196F3;
    font-size: 1.5rem;
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
}

.glider {
  scrollbar-width: none;  /* Firefox */
}
.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
  color: #3498db;
}
.glider-prev::before {
    font-family: "FontAwesome";
    content: "\f053"; /* fa-chevron-left */
    font-size: 1.5rem;
}

.glider-next::before {
    font-family: "FontAwesome";
    content: "\f054"; /* fa-chevron-right */
    font-size: 1.5rem;
}

/* Se till att knapparna är centrerade */
.glider-prev, .glider-next {
    display: flex;
    align-items: center;
    justify-content: center;
}
.glider-next {
    right: -10px;
}
.glider-prev {
    left: -10px;
}
.glider-dots:has(button:only-child) {
    display: none;
}

#head-user-dropdown{
    display:none;
    width:200px;
    position:absolute;
    /*transition: box-shadow 83ms;*/
    right:0;
    background:#FFF;
    padding:10px;
    margin-top:7px;
    z-index:1000;
    color:#424242;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.44), 0 3px 1px -2px rgba(0, 0, 0, 0.5), 0 0 2px 0 rgba(0, 0, 0, 0.42);
    top:45px;
    transition: all .3s cubic-bezier(0,0,.2,1);
}

#head-user-dropdown:after {
    right: 37px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -9px;
}
#head-user-dropdown > div{
    font-size:18px;font-weight:bold;
}
#head-user-dropdown > div > i{
    height:48px;width:48px;float:left;
    font-size:44px;
}
.centervert{
    float:none;width:auto;line-height:normal;
    border:1px solid hsla(0,0%,84.3%,.45);
    background-color:hsla(0,0%,84.3%,.45);
    margin:0 3px 0 3px;
    padding:5px 5px 5px 45px;
    min-height:42px;                   
    text-transform:none;
    position: relative;
}
#sidebar-menu .centervert i{
    position: absolute;left: 5px;top:10px;margin:0;
}
.centervert span{
    /*display: inline-block;*/vertical-align: middle;line-height: normal;
}
.centervert div{
    color:#666666;font-size:0.8rem;text-overflow: ellipsis;word-wrap: anywhere;/*width:100%;
    overflow: hidden;text-overflow: ellipsis;position: absolute;bottom: -10px;font-weight: normal;*/
}
.bar-outer-container{
    width:100%;max-width: 500px;padding: 20px 30px;box-sizing: border-box;    display: inline-block;    vertical-align: top;text-align: left;
}
.bar-container{
    height:24px;position:relative;width:100%;    margin-bottom: 2px;
}
.bar-container div{
    position:absolute;left:-25px;top:5px;font-size:11px;color:#737373;
}
.bar-container .rating-label{
    color: #333;font-size: 11px;left: 5px;position: absolute;top: 5px;
}
.bar-container .rating-bar{
    height:100%;transition: width .25s ease;display: inline-block;
}
.rating-count{
    font-size:12px;
}
.rating-container{
    /*display: inline-block;width:100%;  margin-top: 6px;  vertical-align: top;box-shadow: none;margin-bottom: 15px;margin:0;padding:0;text-align:left;*/
    text-align:center;
}
.rating-board{
    padding: 20px; text-align: center;   width: 160px;box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.rating-num{
    font-size: 64px;
}
.section-divider{
    border-bottom: 1px solid #eeeeee;margin: 20px auto;width: 95%;clear:both;
}    
.meta-wrapper{
    display:block;text-align:left;
}    
.meta-info{
    box-sizing: border-box;display: inline-block;padding: 10px 15px 10px 10px;text-align: left;vertical-align: top;width: 25%;
}

.meta-title{
    color: #888888;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    margin-bottom: 2px;
}
.meta-content{
    /*font-size: 14px;*/
    font-size: 0.875rem;
    font-weight: bold;
}
.keywordContainer{
    font-size:0.8rem;
}
.meta-content .tag, .keywordContainer span{
    display: inline-block;
  background-color: #BBBBBB;
  color: #ffffff;
  padding: 0 6px;
  border-radius: 14px;
  font-weight: normal;
  margin: 1px 4px 0 0;
  line-height: 22px;
  text-transform: uppercase;
}

.buttonwrapper{
    width:110px;text-align:center;display:inline-block;vertical-align:top;
cursor: pointer;
}
#actionmenu{
    text-align:center;
    padding:3px;
    position:relative;
}
.buttonwrapper button:focus {
    outline:0;
}
.buttonwrapper .favmark{
    background-color:#F44336;border: 1px solid transparent;
    color: #FFF;
}
.buttonwrapper .favmark:focus,.buttonwrapper .favmark:hover{
    background-color:#F44336;
    border-color:#F44336;
}
.buttonwrapper button{
    cursor: pointer;width: 70px;height: 70px;padding: 10px 16px;font-size: 24px;
    display: inline-block;margin-bottom: 0;    white-space: nowrap;
   vertical-align: middle;
   
   user-select: none;
   text-align:center;
    line-height: 1.33;border-radius: 35px;

}
.buttonwrapper div{
    height:30px;
    display: flex;
    justify-content:center;
    align-content:center;font-size:12px;
    flex-direction:column; 
    color:#888888;
}
.buttonwrapper a{
    color:#888888;
}
.fa-pulser {
   display: inline-block;
    position: relative;
    animation: pulser 1s 3 linear;
}
@keyframes pulser {
    0% { transform: scale(1); opacity:1; }
	30% { transform: scale(1); opacity:1; }
	40% { transform: scale(1.5); opacity:0.5; }
	50% { transform: scale(1); opacity:1; }
	60% { transform: scale(1); opacity:1;}
	70% { transform: scale(1.5); opacity:0.5; }
	80% { transform: scale(1); opacity:1; }
	100% { transform: scale(1); opacity:1;}
}

.gamePreviewButton{
    background-color: #CE93D8 !important;
    /*box-shadow: 0 3px 3px rgba(224,224,224, 0.5) inset !important;*/
    border-color:#CE93D8;
}
.gamePreviewButton:hover, .gamePreviewButton:focus{
    border-color:#CE93D8;
}
#levelButtonContainer .gamePreviewButton::before {
position: absolute;
font-family: 'FontAwesome';
top: calc(50% - 22px);
right: 7px;
content: "\f06e";
font-size: 2rem;
color:#333333;
left: unset;
  transform: none;
}
#levelButtonContainer .gamePreviewButton::after{
    content:'';
}
#gamePrintButton .gamePrintButton:hover, #gamePrintButton .gamePrintButton:focus{
    border-color:#FFB74D;
}
.gamePrintButton.printableLevel, #gamePrintButton .gamePrintButton{
    background-color: #FFB74D !important;
    border-color:#FFB74D;
    /*box-shadow: 0 3px 3px rgba(200,200,200, 0.5) !important;
    border: 1px solid #E0E0E0 !important;*/
}
#levelButtonContainer .gamePrintButton.printableLevel::after,
#levelButtonContainer .gamePrintButton.notPrintableLevel::after{
    content:'';
}
#levelButtonContainer .gamePrintButton.printableLevel::before,
#levelButtonContainer .gamePrintButton.notPrintableLevel::before{
position: absolute;
font-family: 'FontAwesome';
top: calc(50% - 22px);
right: 8px;
font-size: 2rem;
color:#333333;
left: unset;
  transform: none;
}
#levelButtonContainer .gamePrintButton.printableLevel::before {
content: "\f02f";
}
#levelButtonContainer .gamePrintButton.notPrintableLevel::before {
content: "\f05e";
color: #FFB74D;
}

#addgameSelect{
    padding:3px;
    box-sizing: border-box;
}
#gameInfo{
    width: 100%;
}   


/* Accordion chevron for dina-poang category rows */
.catHeader:hover {
    background-color: #fff;
}
.chevron::before {
    font-family: "FontAwesome";
    content: "\f078"; /* fa-chevron-down */
}
.chevron.open::before {
    content: "\f077"; /* fa-chevron-up */
}
.gameRow:hover {
    background-color: #eef3f9 !important;
}
.gameRow{
    padding:8px 10px 8px 30px;border-bottom:1px solid #eee;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:0.9rem;
}

/*Quantcast*/
.qc-cmp-button {background-color: #000000 !important;border-color: #000000 !important;}
.qc-cmp-button:hover {background-color: transparent !important;border-color: #000000 !important;color: #000000 !important;}
.qc-cmp-alt-action,.qc-cmp-link {color: #000000 !important;}
.qc-cmp-button {color: #FFFFFF !important;}
.qc-cmp-button.qc-cmp-secondary-button {color: #000000 !important;}
.qc-cmp-button.qc-cmp-button.qc-cmp-secondary-button:hover {color:#000000 !important;}
.qc-cmp-button.qc-cmp-secondary-button {border-color: #FFFFFF !important;background-color: transparent !important;}
.qc-cmp-button.qc-cmp-secondary-button:hover {background-color: #FFFFFF !important;}
.qc-cmp-ui,.qc-cmp-ui .qc-cmp-main-messaging,.qc-cmp-ui .qc-cmp-messaging,.qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui .qc-cmp-title,.qc-cmp-ui .qc-cmp-sub-title,.qc-cmp-ui .qc-cmp-purpose-info,.qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui .qc-cmp-table-header,.qc-cmp-ui .qc-cmp-vendor-list,.qc-cmp-ui .qc-cmp-vendor-list-title {  color: #000000 !important;}
.qc-cmp-ui {  background-color: #FFFFFF !important;}

.fa-stack.norefresh, .fa-stack.hourglass, .fa-stack.iconerror{
    font-size: 100px;margin: 0 auto;display: block; opacity: 1;
}
.norefresh .fa-ban, .iconerror{
    color: #F44336;
}
.hourglass i {
  opacity: 0;
  animation: hourglass 2.4s ease-in infinite, hourglass-spin 2.4s ease-out infinite;
}
.hourglass > i:nth-child(1) {
  color: #ffc400;
  animation-delay: 0s, 0s;
}
.hourglass > i:nth-child(2) {
  color: #ffc400;
  animation-delay: 0.6s, 0s;
}
.hourglass > i:nth-child(3) {
  color: #ffc400;
  animation-delay: 1.2s, 0s;
}
.hourglass > i:nth-child(4) {
  color: #ffc400;
  animation-delay: 1.8s, 0s;
}
.hourglass > i:nth-child(4) {
  animation: hourglass-end 2.4s ease-in infinite, hourglass-spin 2.4s ease-out infinite;
}
.hourglass > i:nth-child(5) {
  opacity: 1;
  animation: hourglass-spin 2.4s ease-out infinite;
}

@keyframes hourglass {
  0% {
    opacity: 1;
  }
  24% {
    opacity: 0.9;
  }
  26% {
    opacity: 0;
  }
}
@keyframes hourglass-end {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hourglass-spin {
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.recaptcha{
    border:1px solid #DDD;
    padding:10px;
    display: table !important;
    min-width:300px;
    vertical-align: middle;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    user-select:none;
    
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    
  border-radius: 10px;
  transition: all 0.3s;
  font-size:1rem;
}
.recaptcha.cbChecked{
    cursor:auto;
}
.recaptcha .checkbox{
    width: 30px;
    height: 30px;
    border: 2px solid #CCCCCC;
    border-radius: 4px;
    background-color:#FFFFFF;
    margin:10px;
}
.recaptcha.cbChecked .checkbox{
    border-color:#4CAF50;
    position:relative;
}
.recaptcha .checkbox::after {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 28px;
    position: absolute;
    left: 1px;
    top: -5px;
    z-index: 1;
    transition: all .8s ease;
    color: #4CAF50;
    transform: scale(0);
    opacity: 0;
}
.recaptcha.cbChecked .checkbox::after {
  transform: scale(1);
  opacity: 1;
}
.recaptcha .isokDesc, .recaptcha .isok{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.recaptcha .logocontainer{
    background: url('/favicon_logo_45.png') no-repeat;
    background-position:center center;
    width: 64px;
    height: 64px;
    display: table-cell;
}
.recaptcha input[name="url"]{
    display:none;
}
.recaptcha input[name="isokval"]{
    opacity:0;width: 0;float: left;
}
#vmamessage i{
    color:#999999;
}

.dialog_tooltip {
    display: block;
    position: absolute;
    background-color: #ceecff;
    color: #454545;
    padding: .5rem 1rem;
    border-radius: 4px;
    bottom: 55px;
    opacity: 0;        
}
.dialog_tooltip::after {
    content: '';
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #ceecff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.dialog_tooltip.active {
    animation-name: slide-up;
    animation-duration: 0.3s;
    animation-timing-function: cubic-bezier(.51, .92, 0.265, 1.55);
    animation-direction: normal;
    animation-fill-mode: both;
    animation-delay: 0s;
}
@keyframes slide-up {
    0% {
        transform: translateY(0) scale(.8);
        opacity: 0;         
    }
    100% {
        transform: translateY(-35px) scale(1);
        opacity: 1;
    }
}

.gameTypeImage{
    width:190px;height:120px;right:3px;top:-6px;position:absolute;z-index: -1;
}

/*.sidebar-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    background: black;
    z-index: 1;
}*/
#hamburger-menu #sidebar-menu {
    visibility: hidden;
    position: fixed;
    text-align:left;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #FFFFFF;
    color:#333333;
    border-left:4px solid #3a6ea5;
    transition: 0.3s;
    padding: 0;
    box-sizing: border-box;
    z-index:5;
    overflow: auto; /*scroll*/
}
#sidebar-menu i{
    font-size:2rem;
    color:#000000;
    position: relative;
    top: 6px;
    margin:0 10px;
}
#hamburger-menu ul {
    padding-left:0;
    line-height:40px;
    padding-top: 1px;
    background-color: #efefef;
}

#hamburger-menu li {
    background-color:#FFFFFF;
    list-style-type: none;
    text-transform: none;
    position:relative;
    float:none;
    display: block;
    margin-bottom: 6px;
    margin: 0 1px 0 1px;
    border-bottom: 1px solid hsla(0,0%,84.3%,.45);
}
#hamburger-menu li .notification[data-number]::after{
    right:4px;
    top:6px;
    left:auto;
}
#hamburger-menu li a i{
    font-size:16px;
    top: auto;
    width: 16px;
    text-align: center;
}
#hamburger-menu li.parent ul{
    display:none;
    padding:0;
    border-top:1px solid #000000;
}
#hamburger-menu li.parent.dropitdown ul{
    display:block;
}
#hamburger-menu li.parent ul li{
    background-color:#efefef;
    border-bottom:none;
    margin-left:14px;
    line-height:32px;
}
#hamburger-menu li.parent ul a i{
    color:#666666;
    font-size:14px;
}

#hamburger-menu li a:first-child {
    border-right: 1px solid hsla(0,0%,84.3%,.45);
    max-width: 85%;
    display: block;
}
#hamburger-menu .menulinktoggle{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    font-size: 16px;
    margin:0;
    width:15%;
    text-align: center;
}
#hamburger-menu .menulinktoggle i{
    font-size:20px;
    top:3px;
}
#hamburger-menu a {
  text-decoration: none;
}

#hamburger-menu a:hover {
  text-decoration: underline;
}

#hamburger-menu {
    display: inline;

    cursor: pointer;
}

#gametoasts, #toasts {
    position: absolute;
    font-size:0.875rem;
    /*text-align:left;*/
    width: 100%;
    /*top:0;*/
}

#gametoasts .toast, #toasts .toast, #actionmenu .toast {
  border-radius: 8px;
  /*box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);*/
  margin: 0 auto 20px auto;
  opacity: 0;
  position: relative;
  padding: 20px;
  transform: translateY(300px);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  will-change: opacity, transform;
  z-index: 1100;
  width: 300px;
  line-height: 26px;
  box-shadow: 0 5px 20px 5px #000000;	
  bottom:270px;
  text-align:left;
  box-sizing: border-box;
  min-height: 90px;
} 
#toasts .toast,  #actionmenu .toast {
    width: 100%;
    max-width:500px;
}
#actionmenu .toast{
    position:absolute;

    bottom: 100px; /* Avstånd från toppen */
    left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 500px; /* Specificera en bredd */
}

#gametoasts .toast.show, #toasts .toast.show,  #actionmenu .toast.show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

#gametoasts .toast.hide, #toasts .toast.hide,  #actionmenu .toast.hide {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.qtypes{
    display:none;
    width:100%;
    padding:10px;
    box-sizing: border-box;
    margin-bottom:10px;
}

.display-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.leaderboard-height {
    min-height: 336px !important;
}

a.benefit-card {
    padding: 30px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
}

.benefit-card.recommended {
    border-color: #4CAF50;
    background-color: #F2FAF3;
}

.benefit-icon {
    font-size: 3em;
    margin-bottom: 15px;
}

.benefit-card h3 {
    margin: 0 0 10px 0;
    color: #333;
    min-width:200px;
}

.benefit-card p {
    margin: 0;
    color: #666;
}

.feature-category {
    margin-bottom: 40px;
}

.plus-col {
    background-color: #F2FAF3 !important;
}

.info-toggle {
    background: none;
    border: none;
    color: #3a6ea5;
    cursor: pointer;
    margin-left: 8px;
    font-size: 0.9em;
    transition: all 0.2s ease;
}

.info-toggle.expanded i {
    transform: rotate(180deg);
}

.feature-info {
    background: #f8f9fa;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    color: #666;
    text-align: left;
}

.feature-status {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feature-status i {
    font-size: 2em;;
}

.status-text {
    font-size: 0.85em;
    font-weight: 500;
    margin-left: 5px;
}

.feature-status.included { color: #4CAF50; }

.feature-status.limited { color: #FF9800; }

.feature-status.not-included { color: #f44336; }
        
.radio-group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}        
.radio-label .btn {
    cursor: pointer;
    min-width: 250px;
    min-height: 250px;
    transition: transform 0.2s ease-in-out;   
    margin: 10px;
    padding: 20px;
    line-height: 1.5;
    position: relative;
}        
.radio-label > .btn > i {
    font-size:48px;
    height: 45px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 5px;
}
.radio-label{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.radio-label span{
font-weight:bold;
}
.radio-group input[type="radio"] {
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
}
label:has(input:checked) .btn{
    background-color:  #F2FAF3;
    border-color: #4CAF50;
}
label:has(input:checked) .btn i{
    color: #4CAF50;
}        
.membership-price {
    color: #777777;
    font-size: 0.8rem;
    margin-bottom: 15px;
}

.membership-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.membership-benefits li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 0.9em;
}

.membership-benefits i {
    margin-right: 8px;
    width: 16px;
}

.membership-benefits .fa-check {
    color: #28a745;
}
.registration-help {
    color: #666;
    font-size: 0.85em;
    margin-top: 5px;
}
.notify-right-btn{
    float: right;
    position:relative;
    top:-25px;
}
.notify-right-btn:hover,.notify-right-btn:focus{
    top: -24px;
}

.imagePlaceholder.no-image {
    background-color: #f0f0f0;
    position: relative;
}

.imagePlaceholder.no-image::after {
    content: '\f03e'; /* FontAwesome picture-o kod */
    font-family: 'FontAwesome';
    font-size: 48px;
    color: #CCCCCC;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}





















.levelButton--hidden {
    display: none;
}
.show-more-levels-wrapper {
    width: 100%;
    margin: 0 0 1px 0;
    text-align: center;
    position: relative;
}

#dialog-gamelevel{
    width: 600px;
    max-width: 100%;
    box-sizing: border-box;
}
.show-more-levels-btn {
    min-width: 200px;
    position: relative;
    z-index: 2;
}
.show-more-levels-btn .fa-list-ol {
    margin-right: 8px;
}
dialog {
    max-height: 80vh;
    overflow-y: auto;
}
.show-more-levels-btn .fa-chevron-down {
    animation: bounce-down 4s ease-in-out infinite;
    margin-left: 8px;
    animation-delay: 4s;
}
@keyframes bounce-down {
    0%    { transform: translateY(0); }
    4%    { transform: translateY(4px); }
    8%    { transform: translateY(0); }
    12%    { transform: translateY(4px); }
    16%    { transform: translateY(0); }
    20%   { transform: translateY(4px); }
    24%   { transform: translateY(0); }
    100%  { transform: translateY(0); }
}
.stack-area {
    position: relative;
    height: 30px;
    width: 100%;
    margin: 0;
    top: -44px;
    z-index: -1;
}
.ghost {
    position: absolute;
    left: 0; right: 0;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border: 2px solid #e0e0e0;
    background-color:#f9f9f9;
}
.ghost-1 { top: 0;     transform: scaleX(.98); z-index: 4; }
.ghost-2 { top: 9px;   transform: scaleX(.94); z-index: 3; }
.ghost-3 { top: 17px;  transform: scaleX(.90); z-index: 2; }
.ghost-4 { top: 24px;  transform: scaleX(.86); z-index: 1; }
.levelButton.highlighted {
  border-color: #3a6ea5;
  background-color: #ceecff;
}
.levelButton.highlighted::before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 30px;
    color: #3a6ea5;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
  }

.game-body {
    flex: 1;
    
    display: flex;
    flex-direction: column;
    /*gap: 0;*/
}
.game-body h2 {
  margin: 0;
  padding:0;
  font-size: 1.3rem;
  
  text-transform: uppercase;
  font-weight: normal;
  
}

.game-desc {
    flex: 1;
    margin: 0;
}
 .gameClickButton .targetGroup {
    font-size: 0.8rem;
    font-weight: 700;
    color: #666;
  }
.gameClickButton .game-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-between;;
    gap: 0;*/
    width: 200px;
    border-left: 1px solid #eee;
  }
  .gameClickButton .fa-star {
    color: #f5a623;
  }
  .number-display{
      flex: 1;
      display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  }
.number-display .num{
    font-size: 1.4rem;
    line-height: 1;
}
.number-display .sub{
    font-size: 0.65rem;
    color: #CCC;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
 
.timeslider {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0px;
}

.timeslider span {
    font-size: 0.8em;
    color: rgb(119, 119, 119);
    white-space: nowrap;
}

.timeslider .slider-timelimit {
    flex: 1 1 0%;
    cursor: pointer;
}

.timeslider .slider-val {
    min-width: 40px;
    text-align: right;
    font-weight: bold;
}
  
#imgDialog {
    border: none;
    padding: 27px;
    max-width: 90vw;
    border-radius: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}
#imgDialog::backdrop {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
}
#imgDialogImg {
    display: block;
    max-width: 85vw;
    max-height: 80vh;
}  
  
  
  
  
  
  
  
  
  







/************************************************************************************
*************************************************************************************
MEDIA QUERIES
*************************************************************************************
*************************************************************************************/

@media print{
    #header, #footer, .rvk2gr, .slidebar1, #breadcrumb-wrapper, .topScoreboard {
        display:none;
    }
}
/*
@media (prefers-color-scheme: dark) { 

  body, .bodyWrapper {
    background-color: #111111;
    color: #999999;
  }
  
  #header{
      border-bottom-color: #333333;
  }
  #header header {

  }
  .Footer-text .footerlinks{
      background: rgba(0,0,0,0.7);
  }

  .Sheet-body {
    background-color: #111111;
  }
  

  h1, h2, h3, h4, h5, h6 {
    color: #B0B0B0;
  }
  
  p, span , div.click ul{
    color: #B0B0B0;
  }
  div#footer{
      background-image: linear-gradient(to bottom, #101218 0%, rgba(245, 247, 250, 0) 50%), url('/bilder/start-bkg.png');
  }
  .modal {
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.5); 
}
.topScoreboard, .Block:not(.rvk2gr), .gameClickButton, .subject, .levelButton, #scoreboard {
    background-color:#333333;
    color:#B0B0B0;
    border-color:#888888;
}
.BlockHeader{
    color:unset;
}
.medal-progress, .gameClickButton:hover, .levelButton:hover, .subject:hover{
    background-color: unset;
}
    
}
*/
@media all and (display-mode: fullscreen) {
    .fullscreenBtnWrapper{
        /*top:5px;*/
    }
}
@media only screen and (max-width: 1290px) {
    .rightBlock{
        display:none;
    } 
    .Sheet-body{
        margin: 0 auto;
    }
    #header-bkg,#wrapper{
        max-width:980px;
    }
    
    #wrapper{
        flex-direction: column;
    }
    .slidebar1, #secondary{
        width:100%;
        margin-left:0;
    }
    .slidebar1 .rvk2gr, .slidebar1 .rvk2gr .holidAds{
        display:none;
    }
    .adsbygooglev4, .adsbygooglev5{
        display:none;
    }
    .Block, #secondary aside{
        width: calc(50% - 6px);
        margin: 5px 3px 20px 3px;
        float:left;      
    }
    .slidebar1 .notify a{
        display:inline-block;
    }
    .slidebar1 .bContentNotice {
        flex-direction: row;
    }
    header .medals-container{
        display:block;
    }
    .topScoreboard{
        display:none;
        align-self:center;
    }
    .topScoreboard .close-btn{
        display:block;
    }
}

@media only screen and (max-width: 1024px) {
    .fullscreenBtnWrapper{
        display:none;
    }
    .topScoreboard .fullWidth {
        width: 100vw;
    }
    #promoted-search__container .fullWidth{
        width: 100vw;
    }
    /*

    .ryk-sidebar-google,.ryk-mobile{
        display:block;
    }
    .ryk-desktop{
        display: none;
    }
    .ryk-main-google{
        display: none;
    }*/
    /*.ryk-fullwidth{
        padding-right: 306px;
    }*/
}
    
/*1015px*/
@media only screen and (max-width: 1023px) {
    div#wrapper{
		width:100%;
		min-width:758px;
    	margin-top:0;
	}
	.Sheet-body{
		width: 100%;
        /*background-color:#FFFFFF;*/
	}
	.Sheet-body .fullwidth{
		width: 100%;
	}
    .Sheet-body .content {
       margin: 0 auto;
       box-shadow: none;
       float:none;
       width:100%;
    }
	
	
	div.Header-jpeg{
		width:100%;
		background-position:right top;
	}
	#breadcrumb-wrapper{
		width: 100%;
        box-sizing: border-box;
	}
	div#footer {
	  min-width:758px;
	
	}
	div#header{
		min-width:758px;
	}
	.Sheet-body{
  		width: 100%;
  	}

  	div.cse-branding-bottom{
  	margin-top:10px;
  	height: 65px;
    }
    #searchHeader{
		display:block;
	}
    div.sidebarSearchItem{
		padding:10px;
		height:75px;
  		vertical-align:bottom;
  		background:#EDEDED;
  		border-radius: 4px 4px 4px 4px;
  		margin:0;
  		padding-left:8px;
  		border: 1px solid #AFBA9C;
        box-sizing: border-box;
  	}
  	.widget ul{
  	min-height:101px;
  	}
  	.slidebar1 .Block, aside.widget {
  	min-height:285px;
  	}
  	div.cse-branding-form input[type=text]{
  	width:75%;
  	}
  	div.adBlock{
  	margin:0 auto;
  	text-align:center;
  	}
  	div.Rok-Block-body{
  		/*width:256px;*/
  		margin: 0 auto;
  	}
	.scoreboardInfo span{
		font-size:48px;
		line-height:48px;
	}
	#scoreboardInfoWide{
		width:64%;
		margin-top:10px;
	}
	
	#secondary ul {
		min-height: 213px;
	}    
	
    .ryk-fullwidth{
        padding-right: 0;
    }
    #userHome .click, .buttonsGroup .click, .buttonGroup .click, .buttonGroup .noclick{
        width:calc(33% - 6px);
    }
        #promoted-search__container .fullWidth{
        background-size: 100% auto;
    }
    .glider-next {
        right: 5px;
    }
    .glider-prev {
        left: 5px;
    }
}
@media only screen and (max-width:900px) {
    .ann-top .ann-body .adsbygoogle2, .Sheet-body .holidAds{    
        width:100%;
    }
    /*#elevspel_panorama1{
        display:none;
    }
    #elevspel_mobil1{
        display:block;
    }*/
}
@media only screen and (max-width:767px) {
	div#header {
 		width: 100%;
		min-width:330px;
	}
    .header_text{
        min-width: 40px;
    }
	.logo{
			padding:0 !important;
			margin: 0 !important;
			width: 45px;
		}
	.logo img { 
	    background: url('/favicon_logo_45.png') no-repeat;
		width: 0;
        height: 0;
        top:0;
        padding: 22px 25px;
        margin:4px 0 0 19px;
	}
	div#wrapper{
		min-width:330px;
	}
	.Sheet-body{
		width: 100%;
		min-width:330px;
	}
	.Sheet-body .content {
    	width: 100%;
        
        float:left;
    	margin:0;
	}
	div#footer {
    	min-width:330px;
	}
	div.playInNewLang img{
		margin-top: 20px;
		width:150px;
        height:37px;
	}    
    
	.rightBlock {
    	padding-left: 0;
        width: 100%;
         position: static;
	}
	
	.rightBlock .ann-body {
	    height: auto;
	    width: 100%;
	    box-sizing: border-box;
	}

	.Footer-share {
    	top: 0;
	}
 
	.gameClickButton{
		flex-wrap: wrap;
        padding: 10px;
        gap: 8px;
	}
    .gameClickButton .imageWrapper {
        width: 190px;
        min-width: 190px;
        height: 120px;
        float: none;
        flex-shrink: 0;
    }
    .gameClickButton .imageWrapper img {
         width: 190px;
        height: 120px;
        object-fit: cover;
        min-width: unset;
    }

    .gameClickButton .game-body {
        width: calc(100% - 200px);
    }

    .gameClickButton h2 {
        white-space: normal;
        min-width: unset;
    }

    .gameClickButton .game-sidebar {
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        border-top: 1px solid #eee;
        padding-top: 8px;
        border-left: none;
    }

    .gameClickButton .number-display {
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }

    .gameClickButton .number-display .num {
        font-size: 1.1rem;
    }

    .gameClickButton .number-display .sub {
        font-size: 0.65rem;
    }
    
    
    
    
    
    
    
    
    
	.ui-progress-bar {
	    /*margin-bottom: 0;*/
	}
	.gameInfoBox .practices {
    	max-width: none;
    	min-width:150px;
	}
	#scoreboard, #gameInfo, #addgameSelect {
    	width: 100%;
        max-width:none;
    	box-sizing:border-box;
    	margin-left:auto;
    	margin-right:auto;
	}
	.greenForm {
   		width: 100%;
	}
	#orderSummary{
		float:none;
		margin:0 auto;
        max-width: none;
	}
	#loginform{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		max-width:400px;
		float:none;
	}
	
	#left-login, #right-login{
		clear:both;
		margin:0 auto;
		float:none;
		border:0;
		padding:0;
        width: 100%;
        max-width:400px;
	}
	#left-login{
		border-bottom: 1px solid #bcbcbc;
		margin-bottom:20px;
		padding-bottom:55px;
	}
	#left-login::after {
		bottom: -50px;
	    left: 39%;
	    margin: 0 0 35px;
	    top: auto;
	    width: 70px;
	}
	#contactInfo, #whyLogin{
		margin:20px auto;
		float:none;
	}
	#header-bkg .logo{
		margin: 0 5px;
	}
    #header-bkg .button-text{
        display:none;
    }
	a.searchlink.simple{
		display:none;
	}
    .headLinks{
        display:none;
    }
	#headJoinBtn, #headLoginBtn{
		min-width:50px;
	}
	div.choice{
		white-space: normal;
	}
	#userHome .click, .buttonGroup .click, .buttonGroup .noclick{
		width:calc(50% - 8px);
        /*width:48%;
		margin-left:1%;
		margin-right:1%;*/
	}
	table.infoTable,#assignmentDone{
		width:100%;
		max-width:500px;
		margin:0 auto;
		float:none;
	}
    .rating-board{
        margin: 10px auto 0;
        display: block;
    }
    .bar-outer-container{
        margin: 10px auto 0;
        display: block;
    }
    
    .ryk-fullwidth{
        width:auto !important;
        float:none;
    }
    .meta-info{
        width:33%;
    } 
    #promoted-search__container img{
        display:none;
    }
    .topScoreboard .shares{
        position:relative;
        border-left:none;
        box-sizing: border-box;
        width:33%;
        margin-left: 0;
    }
    .ann-top .adsbygoogle{
        min-width:320px;
        /*width:100%;*/
        max-width:none;
        height:320px;
    }
    .ann-top .ann-body .adsbygoogle2, .Sheet-body .holidAds{
        height:250px;
        max-height:250px;
        min-height:250px;
        min-width:320px;
        max-width:none;
    }


    
    .ann-body .ann-topv2{
        width:auto;
        height:auto;
        display:block;
        margin:auto;
        height:250px;
        width:100%;
        min-width:320px;
        max-width:none;
    }
    
      .ann-body .ann-topv3{
        
    }
    .bContentNotice .pluslogo{
        width:65px;
    }
    .bContentNotice img{
        /*padding:0;*/
			margin: 4px 0 0 6px;
			/*width: 45px;*/
	    background: url('/favicon_logo_45.png') no-repeat;
		width: 0;
        height: 0;
        top:0;
        padding: 22px 25px;
	}

    .merge {
        display: none; /* Dölj den ena kolumnen */
    }

    td[data-merge]::after {
        content: attr(data-merge); /* Lägg till extra text från dold kolumn */
        display: block;
        font-weight: bold;
        color: #555;
    }
    .subject-grid {
        grid-template-columns: 1fr; /* En kolumn */
    }
    .subject-grid .rvk2gr {
        grid-column: span 1; /* Gör att denna div tar upp en kolumn */
    }
}

@media only screen and (max-width: 640px) {
    /* Start Content headings Fonts & Colors  */
    h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover{
        font-size:1.625rem;
    }
    h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover{
    font-size: 1.25rem;
    }
    h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover{
      font-size: 1.2rem;
    }
    h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover{
    font-size: 1.1rem;
    }

    h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover{
     font-size: 1rem;  
    }

    h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover{
     font-size: 1rem;
    }
    #wrapper{
    line-height: 1.25;
    }
	div.Block, #secondary aside.widget {
		width:100%;
		margin-left:0;
		margin-right:0;
		box-sizing:border-box;
	}
	.slidebar1 div.BlockContent-body, aside.widget, #secondary aside ul {
    	min-height: 0;
	}
	.commentInput{
		width:100%;
		clear:left;
	}
	.commentInput input{
		width:100%;
	}
	#search_box input{
		display:none;
	}
	#search_box button{
		position:static;
        float:right;
	}
	#headLogoutBtn{min-width:20px !important;}
	.achievementPost .moreinfo div{
		width:100%;
	}
	#achFilter select{
		width: 460px;
		max-width:100%;
	}
	/*blockquote {
		margin:10px;
	}*/
    
    div.playInNewLang div{
        width:100%;
    }
    div.playInNewLang img{
		display:none;
	}
    
    .slidebar1 .Block {
        min-height: 0;
    }
    .levelNameContainer {
        clear: both;
        padding:0 0 5px 15px;  
    }
    .meta-info{
        width:50%;
    } 
    #search_bar_wrapper{
        margin:15px;
    }
    #searchFilterContainer{
        width:100%;float:left;
    }
    /*.searchFilter:last-of-type span{
        clear:none;margin-right:20px;
    }*/
    .searchFilter .subjFilter{
        width:auto;
        display: inline-flex;
        margin-right:10px;
    }
    #searchResultsWrapper{
        padding-left:0;
        clear: both;
    }
    
    .topScoreboard .shares{
        width:50%;
    }
    .scoreboardInfo{
        border-right:none;
    }
    
    .inputWrapper .heartContainer{
        /*position: unset;*/
        left:0;
        bottom:4px;
    }
    .inputWrapper.bad_input::after, .inputWrapper.good_input::after{
        /*top: 32px;*/
    }
    header .medals-container .medals:not(:last-child) {
        
    }
    
    header .medals-container .medals:nth-child(1) { position: absolute;z-index: 1; left: calc(3 * -10px); }
    header .medals-container .medals:nth-child(2) { position: absolute;z-index: 2; left: calc(2 * -10px); }
    header .medals-container .medals:nth-child(3) { position: absolute;z-index: 3; left: calc(1 * -10px); }
    table.elever thead th, table.elever tbody td{
        padding: 4px 2px;
        font-size:0.75rem;
    }
    #prevbutton{
        min-width: 30px;
        font-size: 0;
        vertical-align: top;
        padding-left: 24px;
    }
    .notify-right-btn{
        float: none;
        position:unset;
        top:unset;
        
    }
    
}
@media only screen and (max-width: 500px) {
.gameClickButton .game-body {
        width: 100%;
    }
.levelButton .medals-container {
    flex-basis: 100%;
    justify-content: flex-end;
  }
    .gameClickButton .imageWrapper {
        width: 100%;
        min-width: unset;
        height: 120px;
        display: flex;
        justify-content: center;
        position: relative;
    }
    
    .gameClickButton .imagePlay {
        left: 50%;
        transform: translateX(-50%);
        width: 190px;
        right: auto;
    }
    
}
@media only screen and (max-width: 400px) {
	#userHome .click{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.buttonGroup .click, .buttonGroup .noclick{
		/*width: calc(100% - 6px);*/
		margin-left:0;
		margin-right:0;
	}
    .buttonGroup .kpival .scoreboardInput{
        font-size:1.5rem;
    }
    
    #player_won {
        animation-name: bounceInSmall;
        animation-duration: 2s;
    }  
    #player_won, #player_lost, #readMessage, .sentMessage {
        top: -16px;
    }
    .meta-info{
        width:100%;
    }  
    .imageBlurWrapper{
        display:none;
    }
    .topScoreboard #scoreboardLogin{
        width:100%;
    }
	.topScoreboard .shares{
        /*width:100%;*/
   
    }
    .bContentNotice div{
        margin:10px;
        font-size:0.8rem;
    }
    .questionCard .heartContainer{
        bottom:-2px;
        right:-3px;
    }
    .questionCard .heartContainer > i,
    .inputWrapper .heartContainer > i{
        font-size:1.2rem;
    }
    .globalHearts > i{
        font-size:1.5rem;
    }
    .gameClickButton .medals, .levelButton .medal {
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
    }
    .levelButton .medal.done::after{
        font-size: 35px
    }
    .gameClickButton .number-display {
        flex-direction: column;
        align-items: center;
        flex: 1;
    }
}

@media (min-width: 730px) {
    .leaderboard-height {
        min-height: 90px !important;
    }
}
@media (min-width: 1291px) {
    .sidebar-height {
        min-height: 250px !important;
    }
}