html {height:100%} 
html:-ms-fullscreen {width: 100%;}
body
{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans',Verdana,Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    /*font-size: 14px;*/
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position:relative;
    min-height:100%;
    overflow-x:hidden;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

#wrapper{
    margin: 0 auto;
    position:relative;
    font-size:0.875rem;
    line-height: 1.375;
    /*flex: 1;
    display: flex;
    
    display: -ms-flexbox;
    -ms-flex: 1; */
padding-bottom:122px;
width:100%;
/*max-width:1300px;*/
/*width:1150px;*/
max-width:980px;

    
}
.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-repeat: no-repeat;
  height: 468px;
  /*width: 1203px;*/
  margin: 0 auto;
}

.flashHeader{
	height:30px;
	margin:2px 2px 2px 8px;
	line-height: 30px;
}
.rek-flash-header{
	height:9px;
	line-height:9px;
	/*font-size:9px;*/
    font-size: 0.5625rem;
	text-transform: uppercase;
	margin:1px 10px 1px 10px;
}
#bcnTemplate{
    display:none;
}
.rek-body a:link {
  text-decoration: none;
}
.blockedContentNotice{
    min-height:240px;
    height:100%;
    width:100%;
    box-sizing: border-box; 
    margin:0;
    padding:20px;
    color: #454545;
    background-color:#F0F0F0;
    line-height: 2;
    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);
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;
    
    /*background: linear-gradient(238deg, #ffa43b, #ffa43b, #ff61ba, #b956fc, #6a9aff, #05c7e6, #4bd58d, #4bd58d);*/
    background-size: 1200% 1200%;
	/*animation: rainbow 30s ease 1;*/
    font-family: 'Quicksand', 'Open Sans', sans-serif;
}
.blockedContentNotice i{
    font-size:100px;
    clear:both;
    color:#000;
}
.blockedContentNotice div{
    font-size: 1.4rem;
    
}
.blockedContentNotice img{
    /*margin:30px 0 12px 0;   */
}
.bigText{
    margin:25px;
}
.bigText .pluslogo::before{
    color:#000000;
    left:0;
}
.bigTextFirst{
    border: 4px dotted #8bc34a;
   margin:0;
   padding:17px;
}
@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 15;
}
@keyframes horizontal-pulse {
  0% { transform: translate(0,0); }
  6% { transform: translate(5px,0); }
  12% { transform: translate(0,0); }
  18% { transform: translate(5px,0); }
  24% { transform: translate(0,0); }
  30% { transform: translate(5px,0); }
  36% { transform: translate(0,0); }
}
/*#newsIcon, #kpIcon, #toplistIcon{
	height:30px;
	float:right;
	background-image:url(/images/image-sprite.png);
	background-repeat: no-repeat;
}
#newsIcon{
	width:26px;
	background-position: 0 -678px;
}
#kpIcon{
	width:26px;
	background-position: 0 -598px;
}
#toplistIcon{
	background-position: 0 -1695px;
	width:35px;
}*/

html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent; /* Opera fix */
}


table.elever, table.elever td, table.elever th{
	border: 1px solid #689f38 !important;
	padding: 2px 2px 2px 5px;
}
table.elever th{
	background-color: #8bc34a !important;
    color:#FFFFFF;
    padding: 4px 0 5px 0 !important;
  	overflow: hidden;
  	text-overflow: ellipsis;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
}
table.elever td{
	padding: 4px !important; /* 7px 2px !important;*/
  	overflow: hidden;
  	white-space: normal;
  	word-break: break-all;
}
table.elever tr:nth-child(even){
	background-color:#EDEDED;
}
table.elever{
    margin: 0 auto 20px auto;
	clear:both;
    background: none repeat scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    table-layout: fixed;
    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);
}
table.elever tr.red, table.elever td.red{
	background-color:#fcd4db;
	border: 1px dotted #D21033;
    color: #D21033;
}

table.elever .unreadMessage{
	font-weight:bold;
}
table.elever tr:hover {
  background-color: #dfa ;
}

tr.showSentMessage{
	border:3px solid #000;
}
tr.currentRow > td{
    background-color:#333333;
    font-weight:bold;
    color:#FFFFFF;
    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;
}

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;
}
#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;
}
div.elev table td{
	padding: 3px 7px 2px;
	height:25px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}

/* end Page */

/* begin Box, Sheet */
.Sheet-body{
    width: 980px;
  	z-index: 0;
    /*width: 1340px;*/
	/*margin: 0 auto;*/
    
    /**/
    /*display: flex;
    flex-direction: column;
    display: -ms-flexbox;
    -ms-flex-direction: column;*/
}

/* end Box, Sheet */

/* begin Header */
#header{
  z-index:0;
  width: 100%;
  /*min-width:1340px;*/
  height:52px;
  font-size:0.875rem;
  overflow:visible;
  	background-color: #121212;
}
header{height:100%;}
	
#header-bkg{
    max-width:980px;
	/*max-width:1150px;*/
    /*max-width:1300px;*/
	width:100%;
	margin:0 auto;
  	background-repeat: no-repeat;
  	background-position: right top;  
  	display: table;
	height:100%;
}

#Header-jpeg{
  width:180px;
  float:right;
}

#Header-jpeg div{
  position:absolute;
  width:180px;
  height:125px;
  z-index:100;
}
/* end Header */

/* begin Logo */
.logo
{
  display: table-cell;
  left: 0;
  top: 0;
  width:205px;
  	height: 100%; 
	padding: 0 0 0 10px; 		
}

.logo img{
	float:left;
	top: -10px;
	position:static;
    margin-left:7px;
}
.logo a{
	color:#FFF;
	font-variant: small-caps;
}
.pluslogo{
    position: relative;
}
.pluslogo::before{
    /*content: "\f055";
    font-family: "FontAwesome";
    width: 20px;
    height: 20px;
    position:absolute;
    left:1px;
    top:1px;
    font-size:2rem;
    margin-left: 5px;
    color: #D21033;*/
    
    content: '\f055';
    z-index: 5;
    position: absolute;
    left: 10px;
    top: 23px;
    transform: translate( -50%, -50% );
    padding: 3px 15px 3px 25px;
    color: white;
    font-family: 'FontAwesome';
    font-size: 30px;
    /*background-color: rgba(23, 35, 34, 0.75);
    border-radius: 5px 5px 5px 5px;*/
    
}

.header_text, .header_text:hover, .header_icon, .header_icon:hover{
	color: #C1C1C1; 
	text-decoration: none;
	margin: 0 15px; 
	display: table-cell !important;
	text-align:center;
	vertical-align: middle;
	min-width:45px;
    /*font-size:30px;*/
    font-size: 1.875rem;
}
	#headSubject{min-width:65px;}
	#headMemberBtn{
	/*font-size:34px;*/
    font-size: 2.125rem;
    min-width:75px;
    vertical-align: middle;
    }
    
	#headJoinBtn{
        min-width:120px;
        padding: 0 13px !important; 
        margin: 0 !important;
        /*font-size: 14px;*/
        font-size:0.875rem;
	}
#headLoginBtn{
	background-color: #8bc34a;
				color: #ffffff;
				min-width:120px;
	padding: 0 13px; 
	margin: 0; 
    /*font-size: 14px;*/
    font-size:0.875rem;
}
  
#headLoginBtn:hover,#headLoginBtn:focus {
	background-color: #689f38;
}
#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;
-moz-context-properties: fill;
height: 100%;
right: 0;
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;
}
.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: #FFFFFF;
	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;
}
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;
}

.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, aside
{
    width: calc(50% - 6px);
    margin: 5px 3px;
	float:left;        
    min-width:1px;
    min-height:1px;
    /*  position: relative;*/
    z-index: 0;
}
/*.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;
    top:61px;
    height:100%;
    width:300px;
}
.rightBlock .rek-body{
	width:300px;height:600px;
}
#adobj{
    top:0;
    float:left;
}

.Block-body, #whyLogin, #contactInfo, .widget
{
  /*position: relative;*/
  z-index: 0;
  margin: 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:#FFFFFF;
}

#adobj,.rek-unit, .Rek-Block-body {
    box-shadow: none;
    background: none;
}
.rek-unit{
    clear:both;
    text-align:left;
}

#div-leeadsFullpageAd{
    height:0px;
}
/* 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;
}

.rek-header{
    clear:both;
    padding:1px;
    color: #424242;
}
.BlockHeader h2, .rek-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;
}


.BlockContent-body, .dialog-body, .rek-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;
  
}
.rek-header, .rek-body{
    background-image: none;
}
.rek-unit, .Rek-Block-body{
	margin:  0 auto 20px auto;
    /*display:table;*/
}
.rek-fullwidth{
    /*padding-right: 306px;*/
    margin:0 auto 2px auto;
}
	
div.rek-body{
	padding:0;
	margin:0 auto;
    position:relative;
	text-align:center;
}
.gad-body{

}
.rek-direkt-mobile, .rek-direkt-desktop{
    width:100%;margin-bottom:4px;
}

.rek-mobile{
    min-width:320px;margin-bottom:4px;
    /*min-height:320px;*/
}
#elevspel_panorama1, .rek-desktop.rek-lazy{
    min-height:250px;
}
#elevspel_mobil1/*, .rek-mobile.rek-lazy*/{
    min-height:320px;
    display:none;
}
.rek-desktop{
    width:980px;margin-bottom:4px;
    /*min-height:240px;*/
}
.rek-top .adsbygoogle{
    display:inline-block;
    min-width:400px;
    max-width:980px;
    width:100%;
    height:240px;
}
.rek-top .rek-mobile, .rek-top .rek-desktop{
    position: relative;
}

.rek-unit .rek-body{
    line-height:0;
}
.rek-body .rek-topv2{
    width:100%;height:90px;
    display:inline-block;
    margin:0 auto;
}

.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: "\f138";
    font-family: "FontAwesome";
    width: 10px;
    height: 10px;
    position:absolute;
    left:-10px;
    top:7px;
    /*font-size:30px;*/
    font-size:1.875rem;
    margin-right: 5px;
}
.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: #444444;
    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;
}

ul.arrowList li{
    font-size: 0.875rem;
	padding:0 0 0 12px;
    margin:0.5em 0 0.5em 0;
    line-height:1.2em;
    background-image: url(/images/image-sprite.png); /* BlockContentBullets.png */
    background-position: 0 0;
    background-repeat: no-repeat;
}

.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 #689f38;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    padding: 2px 2px 2px 5px;
}
table.admin th
{
	background-color: #8bc34a;
   
/*background-color: #A7C942;*/
    color: #FFFFFF;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    font-weight:bold;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left;
}
/* Finish tables */
/* end Box, Post */


/* begin PostContent */
/* Content Text Font & Color (Default) */


.PostContent
{
 /* font-family: Tahoma, Arial, Helvetica, Sans-Serif;*/
  color: #333;
}

a
{
 /* font-family: Tahoma, Arial, Helvetica, Sans-Serif;*/
  text-decoration: none;
color: #689f38;
}
a:hover{
	text-decoration:underline;
}



/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
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;
  /*color: #333333;*/
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover{
    /*font-size: 35px;*/
    font-size:2rem;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
 /* font-family: Arial, Helvetica, Sans-Serif;*/
  /*font-size: 26px;*/
  font-size: 1.5rem;
  padding-top:2px;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  /*font-family: Arial, Helvetica, Sans-Serif;*/
  /*font-size: 21px;*/
  font-size: 1.3rem;
  margin-top:10px;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
 /* font-family: Arial, Helvetica, Sans-Serif;*/
  /*font-size: 18px;*/
  font-size: 1.2rem;
  /*margin-top:10px;*/
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  /*font-family: Arial, Helvetica, Sans-Serif;*/
  /*font-size: 14px;*/
  font-size: 0.875rem;  
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
 /* font-family: Arial, Helvetica, Sans-Serif;*/
  /*font-size: 12px;*/
  font-size: 1rem;
}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
 /* list-style-type: none;*/
  color: #444444;
 /* margin:0;
  padding:0;*/
}



.Post ul{
	  list-style: none;
	  margin:0;
	  padding:0;
}
.Post ul li
{
  padding:0 0 0 11px;  
  background-image: url(/images/image-sprite.png); /* BlockContentBullets.png */
background-position: 0 0;
background-repeat: no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;

}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p{
    color:#333;
    font-family: 'Quicksand', 'Open Sans', sans-serif;
}

blockquote{
  margin:20px 35px 25px 35px;
  padding:1px 20px;
  clear:both;
  font-size:1.1rem;
  text-align:center;
  position: relative;
  box-sizing: border-box;
  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);
}/*
blockquote::after {
    font-family: "FontAwesome";
  content: "\f10d";
  font-size: 30px;
  font-style: normal;
  color: #cecece;
  position: absolute;
  top: -1px;
  left: 5px;

}*/
blockquote::before{
    color:#333;position:absolute;line-height:1;font-size:25px;z-index:0;
    transition:.2s ease-in;font-family:"FontAwesome";left:-18px;top:-21px;font-style:normal;padding:7px;content:"\f10d";
    border:1px solid #CCCCCC;
}

blockquote::after{
    content:"\f10e";border:1px solid #CCCCCC;position:absolute;font-size:25px;color:#333;z-index:0;
    font-family:"FontAwesome";line-height:1;bottom:-21px;right:-18px;font-style:normal;transition:.2s ease-in;padding:7px;
}


/* 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;
}


/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}

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{
    min-width:102px;padding: 9px 9px 8px 35px;height: 41px;box-sizing: border-box;
}
button.giveup, button.revert{
	position:relative;
	padding-left: 35px;
}
button.giveup:before {    
    content: "\f00d";
    color: #D21033;
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.875rem;
    left: 8px;
    top:-2px;
    line-height: 36px;
 }
 .inputWrapper button.giveup:before {    
    left: 6px;
    line-height: 41px;
 }
 
button.revert:before {    
    content: "\f0e2";
    font-family: FontAwesome;
    left: 8px;
    position: absolute;
    /*font-size: 24px;*/
    font-size: 1.5rem;
  
    top:5px;
    line-height: 24px;
 }
 

.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
{
/*  font-family: Tahoma, Arial, Helvetica, Sans-Serif;*/
  /*font-size: 16px;*/
  font-size: 1rem;
  
}
input[type='number'] {
    -moz-appearance:textfield;
}
input[type=number]:invalid {
    background-color: #fcd4db;
    color: #D21033;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#dropdownlist{
	max-width:100%;
	padding:6px;
	margin:5px 0;
	box-sizing: border-box;
}
.activityLog{
    width:100%;
   position:relative;
    padding: 5px 0 5px 45px;
    box-sizing: border-box;
    /*font-size:13px;*/
    font-size: 0.8125rem;
  margin-bottom:4px;
  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);
}
.activityLog .grey{
    margin-left:20px;
    clear:both;
    color:#666666;
    font-style: italic;
}
.activityLog.levelCompleted{
    background-color:#dfa;
}
.activityLog.levelFail{
    background-color:#fcd4db;
}
.activityLog.levelPending{
    background-color:#f8ce9e;
}
.activityLog::before{ 
    font-family: FontAwesome;
    left: 7px;
    position: absolute;
    font-size: 1.875rem;
    top: 5px;
    line-height: 30px;
    text-align:center;
    width:30px;
    line-height: 30px;
    
}
.activityLog.levelCompleted::before{    
    content: "\f00c";
    color: #390;
} 
.activityLog.levelFail::before{    
    content: "\f00d";
    color: #D21033;
}
.activityLog.levelPending::before{    
    content: "\f017";
    color: #ec8611;
}
 .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{
  position:absolute;
	margin:0;
	bottom:0;
	height:122px;
    font-size: 0.8rem;
    line-height:14px;
  z-index:0;
  overflow:hidden;
    background-color: #121212;
  	font-family: 'Quicksand', 'Open Sans', sans-serif;
    color: #C1C1C1;
  text-align: center;
  width: 100%;
 /* min-width:1024px;*/
    min-width:980px;
}
div#footer footer{
	width:100%;
	margin:0 auto;
}

.rss-tag-icon
{
  position: relative;
  display:block;
  float:left;  
  background-image: url(/images/image-sprite.png); /* rssIcon.png */
  background-position: 0 -1345px;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 32px;
  width: 25px;
}


div#footer .Footer-text
{
  	max-width:980px;
	float: none;
    margin: 5px auto 10px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

div#footer .Footer-text a
{
  color: #C1C1C1;
}
.Footer-text .footerlinks{
    display: inline-block;margin-top: 10px;
}

.Footer-share{
	position: relative;
	top: 8px;
	
}
.shareImg{
	margin-left:10px;
	float:left;
	width:32px;
	height:32px;
	display:block;
    text-align:center;
    color:#FFFFFF;
}
.shareImg i{
    font-size: 28px;line-height: 32px;
    color: #FFFFFF;
}
.shareImg-FB{
     background-color:#4267B2;
}
.shareImg-FB i{
    padding-top:3px;
}
.shareImg-TW{
    background-color:#5da8dd;
}
.shareImg-GC{
    background-color:#21a465;
    background-repeat: no-repeat;
    background-position: 0 -1655px;
	background-image: url("/images/image-sprite.png?v=6");
}
.Footer-share .shareImg-RSS{
    background-color:#F26522;
}
.Footer-share .shareImg-EM{
    background-color:#888888;
}
  
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
 /* font-family:Arial;*/
  /*font-size:12px;*/
  font-size: 0.75rem;
  
  letter-spacing:normal;
  word-spacing:normal;
  font-style:normal;
  font-weight:normal;
  /*text-decoration:underline;*/
  text-decoration:none;
  margin:1em;
  text-align:center;
}
span.correct{
	background-position: 0 -1150px;
	background-image: url(/images/image-sprite.png); /* ratt-svar.png */
	background-repeat: no-repeat;
}
span.wrong{
	background-position: 0 -328px;
	background-image: url(/images/image-sprite.png); /* fel-svar.png */
	background-repeat: no-repeat;
}
/*.sprite-ratt-svar{ background-position: 0 -1150px; width: 126px; height: 145px; } 
.sprite-fel-svar{ background-position: 0 -338px; width: 128px; height: 128px; } 

/* end PageFooter */

/* begin LayoutCell */
.Sheet-body .content{
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border: 0;
  clear:left;
  position:relative;
  float: left;
  width:100%;
  background-color:#FFFFFF;
  /*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: none repeat scroll 0 0 #F7E9CE;*/    
 /* display: flex;
    flex-direction: column;
    display: -ms-flexbox;
    -ms-flex-direction: column;*/
}
.Sheet-body .fullwidth{
	width:100%;
    /*position:inherit;*/
    
    /*display: flex;
    flex-direction: column;
    flex: 1;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex: 1;
    -ms-flex: 1; */
}

/* end LayoutCell */

/* begin LayoutCell */
.Sheet-body .sidebar1, #secondary{
	clear:left;
    float:none;
    top:0;
    margin: 0 auto;
    padding: 0;
    position: static;
    right: auto;
    border: 0;
  	/*width:306px;
    float:right;
  	*/
}
/* end LayoutCell */

.sidebar1 .Block-body, aside.widget{
    min-height:320px;
}
    
.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;
}

.fullwidth #scoreboard{
    /*position: absolute;
    bottom: 76px;*/
    
}



#topScoreboard{
    /*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);*/
    text-align: center; 
    clear:both;
    width:100%;
    position:relative;
    border-bottom:1px solid #DDDDDD;
}
#topScoreboard .fullWidth {
    width: 112vw;
    position: absolute;
    left: 50%;
    right: 50%;
    height: 100%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #F0F0F0;
    border-bottom:1px solid #DDDDDD;
    
   /* z-index: 2;*/
}

#topScoreboard .shares{
    position:relative;
    min-width:182px;
    height:60px;
    padding:3px;
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    cursor: pointer;
    /*margin: 0 4px;*/
    line-height: 1.375;
    vertical-align: top;
    border-left:1px solid #C0C0C0;
}

#topScoreboard .shares:hover{
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.42);
}
.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 .digit{
    font-size:38px;
    width:37px;
    display: inline-block;
    float:none;
}
/*#topScoreboard::after {

    right: 183px;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 10px solid #C1C1C1;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -9px;

}*/
#topScoreboard #scoreboardLogin{
    margin:3px 0; padding:7px 3px 7px 60px;
    text-align:left;
    height:54px;
    /*width: calc(25% - 9px);*/
}
#scoreboardLogin::after{
    top:-7px;
    left:8px;
    font-size:50px;
}
#topKPScore{
    width:72px;float:left;
    position:relative;
    margin-right:20px;
    display: table-cell !important;
    color: #C1C1C1;
    text-align: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#topKPScore .digit {
	font-size:30px;
	text-align:center;
	/*font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif; */
	/*text-shadow:0 0 5px #DDD;*/
	width:18px;
	/*background:#000;*/
	color:#C1C1C1;
	text-shadow: -1px 0 #C1C1C1, 0 1px #C1C1C1, 1px 0 #C1C1C1, 0 -1px #C1C1C1;
	float:left;
    border:none;
    background:none;
    line-height: 40px;
    /*box-shadow: inset 0 0 0.3em rgba(255, 255, 255, 1);*/
    /*background-image: linear-gradient(top, #333333 0%, #333333 40%, #101010 60%, #333333 80%, #333333 100%);*/
}
#topKPtxt{
    font-size:12px;
    position:absolute;
    bottom: 0;
    right:-14px;
}
.activeLevelInfo{
    text-align:center;
    /*font-size:12px;*/
    font-size: 0.75rem;
  
    padding:0; margin:0;
}

#scoreboard{ 	
/* 	background: linear-gradient(#ffffff, #EDEDED) repeat scroll 0 0 rgba(0, 0, 0, 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);
    clear: both;
    min-height:64px;
    margin: 8px auto;
    padding: 10px;
    text-align:center;
    font-variant: small-caps;
    box-sizing: border-box;
    position:relative;
/*    width: 100%;
    max-width: 1024px;
  */  
background-color: #F0F0F0;
}

.scoreboardItem{
	display: inline-block;
	width:130px;
	text-align:center;
	margin:2px;
	vertical-align:top;
}
.scoreboardItem button{
	min-width:100px;
}
.scoreboardInput{
	height:34px;
	/*font-size:26px;*/
    font-size: 1.625rem;
  
	line-height:34px;
	width:100px;
	text-align: center;
    border:1px solid #CCC;
    border-radius: 0;
    -webkit-appearance: none;
    padding:0;clear:both;
}
.scoreboardItem label{
    clear:both;
    display: block;
}
div#time{
	background:#EEE;
	/*font-size:28px;*/
    font-size: 1.75rem;
  
	min-width:30px;
	font-weight:bold;
	}
#skolonBtn{
    z-index:1001;
    
    display:table-cell;vertical-align: top;position:static;right:auto;padding:1px 0 1px 1px;width:50px;height:50px;
    
}
#skolonBtn .skolon-menu-button-dropdown{
    z-index:100;
}
#skolonBtn > div{
    width:50px;
    height:50px;
    display:block;
}

.btn, .greenBtn, .grayBtn {
	width: auto;
	margin: 0;
	overflow: visible;
	padding: 8px 6px 8px 6px;
	cursor: pointer;
	white-space:nowrap;
    display: inline-block;
    text-align: center;
    font-size:1rem;
    line-height:18px;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    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);
    font-family: 'Quicksand', 'Open Sans', sans-serif;
}
.btn{
    background-color:#FFFFFF;
    border:1px solid #333333;
    color:#333333;
}
.greenBtn{
    background-color: #8bc34a;
	color: #FFFFFF;
	border:1px solid #8bc34a;
}
.grayBtn{
    background-color: #8d8d8d;
	color: #FFFFFF;
    border:1px solid #8d8d8d;
}
.btn:disabled,.greenBtn:disabled, .grayBtn:disabled {
	border:1px solid #F6F6F6 !important;
	color: #AAAAAA !important;
	background-color: #F6F6F6 !important;
	text-decoration: none;
	cursor: default !important;
    box-shadow: none;
}
.greenBtn:hover:disabled,.greenBtn:focus:disabled, .grayBtn:focus:disabled{
	border-color: #F6F6F6 !important;
	color: #AAAAAA !important;
	background: #F6F6F6 !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.5625rem;
}	
.btnGoagain{
    vertical-align:bottom;
    min-width:164px;
    padding:0;
    line-height:34px;
    height: 34px;
    box-sizing: border-box;
}
.fullscreenBtnWrapper{
    position:fixed;
    top:6px;
    right:5px;
    
}
.fullscreenBtnWrapper .btn{
    width:40px;
    height:40px;
}
.nextLevel {
	background-color: #8bc34a;
    border:1px solid #8bc34a;
	color:#ffffff !important;
	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;
    background-color: #689f38;
	border-color:#689f38;   
}

a.delete, input.delete, button.delete{
	padding:8px 6px 8px 25px;
    background-image: url('/images/image-sprite.png');
    background-repeat: no-repeat;
    background-position: 7px -992px; /* radera.png */
}
 
.btn::-moz-focus-inner, .greenBtn::-moz-focus-inner, .grayBtn::-moz-focus-inner  {
	padding: 0;
	border: 0;
}

.btn:hover,.btn:focus, .greenBtn:hover, .greenBtn:focus, .grayBtn:hover, .grayBtn:focus {
    cursor: pointer;
    text-decoration: none;
	top:1px;
    position:relative;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.5);
    outline: none;
}
.btn:hover,.btn:focus{
	border-color:#000000;
    background-color: #FFFFFF;
}
.greenBtn:hover, .greenBtn:focus {
    background-color: #689f38;
	border-color:#689f38;    
}
.grayBtn:hover, .grayBtn:focus{
    border-color:#737373;
    background-color: #737373;
} 
.btn:active, .greenBtn:active, .grayBtn:active {
	text-shadow: none;
	outline: none;
}

.transfer {
	border: 1px solid #689f38;
}

#breadcrumb-wrapper{
    margin:0;
    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 .prevCrumb::after {
    content: "\f105";
    vertical-align: baseline;
    padding-left: 6px;
    color: #ababab;
    font-family: FontAwesome;
}
#breadcrumb-wrapper .prevCrumbMin::after{
    padding-left: 0;
}
.clickOnly{
	cursor: pointer;	
}

.scoreboardInfo { /*}#numAssignment, #rankingInfo, #levelInfo {*/
	width:74px;
    text-align:center;
    font-variant: small-caps;
    border-right:1px solid #C0C0C0;
}
#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 #AAAAAA;
    color:#333333;
}
.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;
}
div.click:hover{ 
    cursor: pointer;
    position:relative;
}

div.click img, .gameInfoBox img{
	float:left;
}
div.desc{
	/*float:left;*/
	
}
.click .desc, .gameInfoBox .desc{
	clear:left;
}
div.click .practices, .gameInfoBox .practices{
	clear:none;
	width:auto;
	/*max-width: 150px;*/
	overflow:hidden;
}
div.click h2, .gameInfoBox h2{
    white-space: nowrap;
}

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: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;
	/*background-image: url('/images/image-sprite.png');
	background-position: 0 0;
	background-repeat: no-repeat;*/
	padding: 0 0 0 12px;
    position:relative;
}
div.click li::before, .gameInfoBox li::before {
    content: "\f138";
    font-family: "FontAwesome";
    width: 10px;
    height: 10px;
    position: absolute;
    left:  2px;
    top: 3px;
    font-size: 10px;
    margin-right: 5px;
}

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;
}
div.click_wrapper{
    height: 165px;
    float: left;
    list-style: outside none none;
    position: relative;
    width: 157px;
    /*margin-right: 6px;*/
    padding:2px;
}

div.miniGameButton{
	height: 170px;
	width: 125px;
	padding:7px;
	overflow:hidden;
    
}
.noborders .miniGameButton{
    box-shadow: none !important;
    margin:0 !important;
    border:0;
}
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: #FFFFFF;
}
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: middle;
	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;
}
#contact .enquiryType {
	margin:0 0 8px 0; padding:5px; background-color:#fff; border:1px solid #AAAAAA; 
	border-width:1px 2px 2px 1px; border-right-width:2px; 
	border-radius:5px;}
#contact .enquiryType input {cursor:pointer;}
#contact .enquiryType label {margin-left:4px; 
                             /*font-size: 14px;*/
    font-size: 0.875rem;
    font-weight:bold; color: #333; cursor:pointer;}
#contact .enquiryType.hasResponse label {padding-right:12px; background-position: right 4px;}
#contact .enquiryType:hover {position:relative; top:1px; border-width:1px; margin-left:1px; margin-bottom:9px; cursor:pointer;}
#contact .enquiryType:hover label span {text-decoration:underline;}
#contact .enquiryType.active {background:#dfa; border-width:2px 1px 1px 2px; border-color:#AAAAAA; margin-left:1px;}
#contact .enquiryType.active:hover {top:0px;border-width:2px 1px 1px 2px;margin-bottom:8px;}
#contact .enquiryType .possibleAnswer {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{
    width:115px;
	padding-right:40px;
    height:38px;
	margin-top: 3px !important;
    position:relative;
}
#prevbutton{
    width:30px;
	padding-left:30px;
    height:38px;
	margin-top: 3px !important;
    position:relative;
}
#nextbutton::after{
    font-family: FontAwesome;
    content: "\f061";
    font-size: 20px;
    right: 10px;
    position: absolute;
    top: 0;
    line-height: 35px;
}
#prevbutton::after{
    font-family: FontAwesome;
    content: "\f060";
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 0;
    line-height: 35px;
}
#nextbutton:not([disabled]):after { 
    animation: horizontal-pulse 2s ease 15; 
    animation-delay: 3s;
}


.restart{
	position:relative;
	padding-left: 30px;
	/*background-image: url(/images/image-sprite.png); / * starta-om.png * /
	background-position: 4px -1619px;
	background-repeat: no-repeat;
	padding-left:20px;*/
}
.restart:before {
    content: "\f021";
    font-family: FontAwesome;
    left:13px;
    position:absolute;
    top:7px;
 }

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: 2px solid #505050;
	border-radius: 2px;
	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 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);
	/*float:left;*/
}
#player_won, #player_lost, #readMessage, .sentMessage{
	/*font-size:16px;*/
    font-size:1rem;
	margin: 0 auto;
	text-align:center;
	z-index:1000;
	padding:20px;
	min-height:200px;
	position:absolute;
	/*top:50px;*/
	opacity:1;
	background-color: #FFFFFF;
	border: 2px solid #505050;
	overflow:visible;
	box-shadow: 0 5px 20px 5px #000000;	
	box-sizing: border-box;
    left: 0;
    /*margin: 100px auto 0 auto;*/
    max-width: 400px;
	right: 0;
    width: 100%;
    top: -15px;
}
.sentMessage{
   max-width: 600px;
   cursor: default; 
}
.sentMessage .close-btn{
    text-align: center;
}
#player_won span, #player_lost span, #assignmentDone span{
	font-size: 48px;
	font-weight:bold;
	/* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; */
	position: relative;
	display: inline;
}
.rainbowText, .blackText{
    font-weight:bold;
    line-height:40px;
    font-size: 40px;
	text-transform: uppercase;
    font-family: 'Patrick Hand', 'Open Sans', Arial,Helvetica,sans-serif;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    position: relative;
}
.blackTextSub{
    font-family: 'Patrick Hand', 'Open Sans', Arial,Helvetica,sans-serif;
    font-size:1.4rem;
}

@keyframes bounceIn {
  0% { transform: scale(0.1); opacity: 0; }
  60% { transform: scale(1.2);  }
  100% { transform: scale(1); opacity: 1;}
}
@keyframes focusScaleIt {
    0%{
        opacity: 0; transform: translateY(-1000px);
    }
    93% {
        transform: translateY(-1000px);
    }
    94% {
        transform: translateY(0);
    }
    95% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes shake {
    5%,95% { transform: translateX(-1px); }
    10%,90% { transform: translateX(2px); }
    15%,25%,35%,45%,55%,65%,75%,85% { transform: translateX(-4px); }
    20%,30%,40%,50%,60% ,70%,80%{ transform: translateX(4px); }
}
#player_won {
   /* animation: bounceIn 3s;*/
    animation-name: bounceIn;
    animation-duration: 3s;
    background-color:#FFFFFF;
}
#player_won button, #player_won a, #player_lost button, #player_lost a{
    animation: focusScaleIt 3s linear; 
}
#player_won button i, #player_lost button i{
    animation: horizontal-pulse 2s ease 8s 15;
}

#player_lost{
    animation: shake 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:#FFFFFF;
	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);}
}
@-webkit-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);}
}
@-webkit-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);}
}
@-webkit-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);}
}		

.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.5em;
   /* color:#888888;*/
   font-style: italic;
}
    
#commentWrapper input,
#commentWrapper select,
#commentWrapper input.uploadLogo,
#commentWrapper input.upload,
#commentWrapper textarea {
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    margin: 1px;
    padding: 2px;
}

.star_def {
    background: url(/images/image-sprite.png) no-repeat; /*star-gray*/
    cursor: pointer;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    background-position: 0 -1427px;
    background-repeat: no-repeat;
}
.starsel {
	background: url(/images/image-sprite.png); /*star-yellow*/
	background-repeat: no-repeat;
	background-position: 0 -1563px;
}
.starContainer{
	height:20px;color:#888888;overflow: hidden;
}
.hover2 {
	background: url(/images/image-sprite.png); /*star-orange*/
	background-repeat: no-repeat;
	background-position: 0 -1495px;
}

.warning{
	border:1px solid red;
}
label.error, span.red{
    color: red;
}
div.errors{
	background-color:#fcd4db;
	color: #D21033;
    clear: both;
    line-height: 1.7;
    margin: 18px;
    min-height:40px;
    padding: 20px 20px 20px 100px;
    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);
}
div.errors::after {
    font-family: FontAwesome;
    content: "\f071";
    font-size: 62px;
    left: 15px;
    position: absolute;
    top: -10px;   
}
div.notify {
	background-color:#ceecff;
	color: #454545;
    clear: both;
    line-height: 1.5;
    margin: 18px;
    min-height:40px;
    padding: 20px 20px 20px 100px;
    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);
}
div.notify::after {
    font-family: FontAwesome;
    content: "\f05a";
    font-size: 70px;
    left: 15px;
    position: absolute;
    top: -10px; 
}
input.error:not([disabled]), textarea.error:not([disabled]), select.error:not([disabled]), div.error, span.error, td.error, a.error{
	background-color:#fcd4db;
	border: 1px solid #D21033;
	color: #D21033;
}
input.warning{
	background-color:#ffd137;
	border: 1px solid #cd740f;
	color: #000000;
}
span.success, input.success, select.success, td.success, tr.success, input.valid, div.successSimple{
	background-color:#dfa;
	border: 1px solid #390;
	color:#390;
}
div.success{
	background-color: #dfa;
	color:#390;
	clear: both;
    line-height: 1.5;
    padding: 20px 20px 20px 100px;
    position:relative;
    margin: 18px;
    min-height: 84px;
    box-sizing: border-box;
    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);
}
div.success::after{
     font-family: FontAwesome;
    content: "\f14a";
    font-size: 70px;
    left: 15px;
    position: absolute;
    top: -10px;    
}
div.unratedinput{
    background-color: #ffc505;
    border: 1px solid #ec8611;
    margin:2px 0;
}
div.goodinput, span.goodinput{
	background-color:#dfa !important;
	border: 1px solid #390 !important;
	margin-top:2px;
    margin-bottom:2px;
}
.btn.goodinput::after, .questionCard.goodinput::after, .diff.goodinput::after{
     font-family: FontAwesome;
    content: "\f00c";
    font-size: 80px;
    right: 0;
    position: absolute;
    bottom: 5px; 
    opacity: 0.6;
    color: #390;
    line-height: 80px;
}
.inputWrapper.good_input::after{
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 40px;
    right: 112px;
    position: absolute;
    top: 0;
    opacity: 0.6;
    color: #390;
    line-height: 40px;
}
div.badinput, span.badinput{
	background-color:#fcd4db !important;
	border: 1px solid #D21033 !important;
    margin-top:2px;
    margin-bottom:2px;
}
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;
    right: 0;
    position: absolute;
    bottom: 5px; 
    opacity: 0.6;
    color: #D21033;
    line-height: 80px;
}
.inputWrapper.bad_input::after{
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 40px;
    right: 112px;
    position: absolute;
    top: 0;
    opacity: 0.6;
    color: #D21033;
    line-height: 40px;
}

.inputWrapper{
    margin: 10px auto !important;
    position: relative;
    position:relative;
    width:100%;
    max-width:400px;
    text-align:left;
}
.inputWrapper.extraPadding::after{
    right: 132px;
}
.inputWrapper.semiextraPadding::after{
    right: 112px;
}
.inputWrapper .giveup{
    position:relative;
    right:auto;
}
span.nodata{
	background-color:#fcd4db;
	border: 1px solid #D21033;
    padding:0 4px;
	float:right;
	box-sizing:border-box;
	height:34px;
	margin: 5px 0 0 0;
}
.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 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:9px;
	float:left;
	width: calc(100% - 20px);
	box-sizing:border-box;
}
.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;
}

.ui-progress {
  	position: relative;
  	display: block;
  	float:left;
  	overflow: hidden;
  	height: 18px;
	background-color: #8bc34a ;
}
.ui-progress::after{
    background: #fff;
    content: "";
    display: block;
    height: 9px;
    margin: 4px 5px 0 5px;
    opacity: .1;
}

.ui-progress-bar {
	position: relative;
	clear: left;
	height: 20px;
	width: 100%;
    /*padding-right:50px;*/
	max-width:600px;
	margin: 0 auto 10px auto;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
    box-sizing: border-box;
}

span.ui-label {
	/*font-size: 14px;*/
    font-size: 0.875rem;
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 18px;
	padding: 0;
	color: #444444;
	white-space: nowrap;
	z-index: 10;
	left: 0;	
}
.heartContainer > i{
    margin-right:5px;font-size:1.5rem;
}
.heart-red{
    color: #D21033;
}
.heart-gray{
    color:lightgray;
}
.btn.lifesaved::after, .questionCard.lifesaved::after, .diff.lifesaved::after{
    content: "\f004";   
    right:1px;
}
.lifesaver{
    border:1px solid #D21033;
}

#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:28px;margin:-1px 5px 0 0;
}
.showhideAction .ui-label{line-height:26px;font-size:16px;}
.showhideAction .ui-progress{height:26px;}
.showhideAction .ui-progress::after{height: 18px;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    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;
  /*color: #737373;*/
  cursor: pointer;
  user-select: none;	
  -webkit-user-select: none;
  -ms-user-select: none;
}
.close-btn:before {
  content: "\f00d";
  display: block;
  /*text-align: center;*/
  width: 32px;
  position: absolute;
  top: -2px;
  left: 1px;
  font-size: 24px;
  line-height: 32px;
  font-family: FontAwesome;
}
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;
}

div.ratt-svar-liten{
	background-image: url(/images/image-sprite.png); /* ratt-svar-liten.png */
	background-position: 0 -1068px;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}
div.fel-svar-liten{
	background-image: url(/images/image-sprite.png); /* litet rött kryss */
	background-position: -92px -1068px;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

/* fireworks styles */
#fireworks-template {
 display:none;

}
#fade {
    display:none;
    left: 0; /* makes the div span all the way across the viewing area */
    top: 0; /* makes the div span all the way across the viewing area */
    background-color: black;
    /*-moz-opacity: 0.7; /* makes the div transparent, so you have a cool overlay effect */
    opacity: .70;
    /*filter: alpha(opacity=70);*/
    width: 100%;
    height: 100%;
    z-index: 999; /* makes the div the second most top layer, so it’ll lay on top of everything else EXCEPT for divs with a higher z-index (meaning the #overlay ruleset) */
	position: fixed;
    overflow: hidden;
}
#fireContainer {
 position:absolute;
 left:0px;
 top:0px;
 z-index:1001;
}
.firework {
 /* containing box which flies out first */
 position:absolute;
 left:0px;
 top:0px;
 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;
}
/*
@font-face {
  font-family: 'Patrick Hand';
  font-style: normal;
  font-weight: 400;
  src: local('Patrick Hand'), local('PatrickHand-Regular'), url(https://themes.googleusercontent.com/static/fonts/patrickhand/v7/9BG3JJgt_HlF3NpEUehL0HhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}*/
div.playInNewLang{
	width:100%;
	height:90px;
	float:left;
	clear:both;
	margin:8px 0;
	font-size:18px;
	color:#454545;
	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);
	text-align:center;
	box-sizing: border-box;
}
div.playInNewLang div{
	float:left;line-height:40px;width:350px;text-align:center;
}
div.playInNewLang img{
	float:right;margin:10px 10px 0 0;
}
.mandatory-label{
    display: inline-block;
padding: 1px 6px;
color: #ffffff;
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: #cd740f;
}
.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #cd740f;   
  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: -webkit-gradient(linear, 0 0, 100% 100%, 
      color-stop(.25, rgba(255, 255, 255, .2)), 
      color-stop(.25, transparent), color-stop(.5, transparent), 
      color-stop(.5, rgba(255, 255, 255, .2)), 
      color-stop(.75, rgba(255, 255, 255, .2)), 
      color-stop(.75, transparent), to(transparent)
	);
	background-image: -moz-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-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);
	-webkit-background-size: 50px 50px;
	/*-moz-background-size: 50px 50px;*/
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	animation: move 2s linear 0s infinite;
	overflow: hidden;
}
@-webkit-keyframes move {
    0% {background-position: 0 0;}
    100% {background-position: 50px 50px;}
}
@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:10px;float:right;width:190px;height:120px;
}
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: 5px;
	margin-bottom: 4px;
    line-height: 34px;
}
#createdGameLevels .gametype{
    clear:left;
}
.removeIMG{
    position:absolute;right:0;top:0;width:20px;padding:0;cursor: pointer;
}
#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:3px 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: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 4px;
	border-bottom:1px dotted #AFBA9C;
	margin:0;
}
table#questions{
	padding-top:4px;
	margin-top:4px;
	border-top:1px dotted #AFBA9C;
	width:100%;
}
table#newAssignment td, table#newGame td{
	padding: 20px 4px;
	border-bottom:1px solid #DDDDDD;
	margin:0;
}
#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#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%;
}
table#newAssignment td{
    float:left;
    width:100%;
    box-sizing: border-box;
    clear:both;
    border-bottom:none;
}
table#newAssignment td:first-child{
    padding:4px 4px 0 4px;
}
table#newAssignment tr{
    border-bottom:1px solid #DDDDDD;
}
#sortInfo{
    text-align:center;
}
#selectedGameLevels, #createdGameLevels{
	text-align:left;
	list-style-position: inside;
	margin: 0;
    padding: 0;
    /*font-size: 14px;*/
    font-size: 0.875rem;
}
.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;}

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: #8bc34a transparent transparent #8bc34a;
} 
.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;
	border-color: #8bc34a;
    border-style: solid;
    border-width:4px !important;
	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:10px;
    margin-top:5px;
    margin-bottom:5px;
}
.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: 2px;
	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:0;
	right:0;
	/*font-size: 14px;*/
    font-size: 0.9rem;
	color:#fff;
	background-color:red;
	border:2px solid white;
	line-height:20px;
	height:20px;
	width:20px;
	z-index:10;
	text-align:center;
	background-image:linear-gradient(to top, rgba(255,150,150,1) 0%,rgba(200,0,0,1) 100%);
	border-radius:50%;
	box-shadow:0 1px 2px rgba(0,0,0,0.8);
}
input[type="search"] {
  -moz-appearance: none;
  -webkit-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;
}
#promoted-search__container .fullWidth{
    width: 112vw;
    position: absolute;
    left: 50%;
    right: 50%;
    height:100%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index:2;
    /*Normal*/
    background-image: url('/bilder/start-bkg.png');
    background-color: #9ed4ec;
    
    /*Easter*/
    /*background-image: url('/bilder/start-bkg-easter.png');
    background-color: #a8dde0;*/
    
    /*Christmas*/

    /*Halloween*/
    
    background-repeat: repeat-x;
	background-position: center bottom;
    background-size: auto 100%;
}

#promoted-search__container #search_bar_wrapper{
    margin:0 auto;max-width:400px;margin:80px auto 10px auto;z-index:2;
}
#promoted-search__container #search_bar_wrapper input{
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.44), 0 3px 1px -2px rgba(0, 0, 0, 0.5);
}
#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 .elever{
	font-size:18px;
}
.levelButton{
	display: inline-block;
	position:relative;
	padding:0;
    cursor: pointer;
	color:#333333;
    box-sizing: border-box;
    font-family: 'Quicksand', 'Open Sans', Arial,Helvetica,sans-serif;
    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);
    width:calc(100% - 6px);
    text-align:left;
    font-variant: small-caps;
    margin:0 3px 6px 3px; 
    padding-right:66px;
}
.levelButton.done::before{
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 60px;
    right: 5px;
    position: absolute;
    top: -3px;
    color: #8bc34a;
    line-height: 60px;
}
.levelButton.undone::after{
    font-family: FontAwesome;
    content: "\f144";
    font-size: 3rem;
    right: 14px;
    position: absolute;
    top: -3px;
    color: #333333;
    line-height: 60px;
}
.levelButton .medals{
    float:right;margin-top:8px;width:96px;
}
.levelButton .levelStars{
    position:static;float:right;
}
.levelNameContainer{min-width:300px;float:left;
}
.levelNameContainer div:not(.desc){
    font-size:1.4rem;
    line-height:1.5rem;
    color:#689f38;
    white-space: nowrap;
}
.levelNameContainer .desc{
    font-size:1rem;
}
.levelNameContainer img{
    display:block;margin-right:5px;
}
.levelButton .noShowMedal{
    background-image: url(/images/image-sprite.png);
	background-position: -97px -1785px;
	background-repeat: no-repeat;
    opacity:0.2;
}
.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 {
    padding: 0;
    text-shadow: 0 0 0.2em #999;
    margin:0;
    position:relative;
    
    font-size:50px;
    line-height: 50px;
    top:0;
    height:54px;
    float:left;
    width:60px;
    text-align:center;
}
/*.levelButton .txt{
	padding:2px 0 2px 0;
	font-size:13px;
	position: absolute;
	bottom: 0;
	width:100%;
}
.levelButton .txt2{
	padding:2px 0 2px 0;
	font-size:13px;
	position: absolute;
	top: 0;
	width:100%;
}*/
.disabledButton div{
	opacity: 0.7;
} 
.disabledButton div, .levelButton.disabledButton::before{
	filter: blur(1px);
    /*-webkit-filter: blur(3px);*/
}
.levelButton.disabledButton::after{
	position:absolute;
    top:4px;
    right:18px;
    line-height:50px;
    content: "\f023";
    font-family: FontAwesome;
    font-size: 50px;
}
.levelStars{
	position: absolute;
	right:0;
	top:24px;
	width: 32px;
  	height: 40px;
  	z-index: 1;
}
.levelStarsGold{
	background-image: url(/images/image-sprite.png);
	background-position: 0 -1785px;
	background-repeat: no-repeat;
}
.levelStarsSilver{
	background-image: url(/images/image-sprite.png);
	background-position: -33px -1785px;
	background-repeat: no-repeat;
}
.levelStarsBronze{
	background-image: url(/images/image-sprite.png);
	background-position: -66px -1785px;
	background-repeat: no-repeat;
}
.levelButton.done{
	background-color: #dfa;
    background-image:none;
  	/*box-shadow:  0 3px 3px rgba(178,255,89, 0.5);
	border-color:#B2FF59;*/
}

.levelButton.done:hover{
	/*box-shadow:  0 3px 3px rgba(178,255,89, 0.5) inset;*/
}

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;
}

/*img.starimg{
	cursor: pointer;
	width:64px;
	height:64px;
	position:absolute;
	right:2px;
	top:0;
}*/
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;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	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:0px;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%; 
	padding:7px;
	background-color: #FFFFFF;
	border: 1px solid #777;
	box-sizing: border-box;
}
.greenForm > div{
	width:100%;
	margin-top:15px;
}
.greenForm label{
	/*font-weight:bold;*/
}
.greenForm{
	/*width: 490px;*/
}

.pmContainer{
    float:none;width:232px;display:inline-block;
    background-color:#8bc34a;margin:5px;padding:0;height:282px;text-align:center;position:relative;
    
}


#cookie_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%;
    max-width:600px;float:left;
}
#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;
    width:100%;max-width:150px;
}

#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{
	box-sizing: border-box;
	width:calc(50% - 6px);
	margin: 3px;	
}
.gameClickButton{
	/*height:245px;*/
	position: relative;
	z-index: 90;
	box-sizing: border-box;
	width:calc(100% - 6px);
	/*margin: 3px;*/
    margin-bottom: 5px;
    margin-top: 5px;
    height:auto;
}
.gameClickRight{
    float:right;text-align: center;
}
.gameClickRight .rating-stars{
    color:#777777;height:20px;
}
.gameClickRight .rating-stars i{
    font-size: 20px;
}
.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;
}
.transferGray {
	border: 1px solid #AAAAAA;
}
.gameClickButton .desc {
	height:auto;
    clear:none;
}
.gameClickButton .keywordContainer li {
    float:left;margin-right: 5px;
}
.gameClickButton h2{
	padding-top:0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size:20px;
    min-width:250px;
}

/*.practices ul, .practices ul li{
    list-style-type: none !important;
}*/

.keywordContainer{
	clear:both;font-weight:bold;display: block;margin:0;
    
}
.keywordContainer li{
    display: block;
    background-image: none !important;
    font-weight: normal;
}
.imageWrapperWrapper{
    width:100%;min-height: 260px;margin: 10px 0;position:relative;
}
.imageBlurWrapper{
    position:absolute;
    top:0;
    filter: blur(2px);
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 260px;padding:0;margin:0;
}
.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;border:1px solid #000;background-color:#FFFFFF;
    box-sizing: border-box;
}
.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{
	/*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);*/
    position:relative;
    float:left;
    margin-right:5px;
}
.imageWrapper img{
	float:left !important;
}
.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;
}
.gameClickButton:hover .imagePlay{
    display:inline;
    background:rgba(0,0,0,0.3);
}
.imagePlay{
    position:absolute;
    display:none;
    width:100%;
    height:100%;
    text-align:center;
    top:0;left:0;
    box-sizing: border-box;
    padding-top:40px;
}
.imagePlay i{
    color:#FFFFFF;font-size:45px;
}
.targetGroupLabel{
	color:#888888;
}
.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{
    clear:both;
    border:2px solid #cccccc;
    margin:5px 0;
    padding:5px;
}
.ratingDiv .fa-hand-peace-o{
    font-size:30px;
    color:#8bc34a;
}
.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{
  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;
}

#contactInfo, #whyLogin{
	/*width:220px;*/
	/*border-left: 1px solid #DDDDDD;*/
	/*padding:0 5px 50px 20px;*/
	max-width:400px;
	margin:10px auto;
}
#orderSummary{
	float:right;
	text-align:left;
}
#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: 60px;
}

#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;
}
#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: 150px;
    padding: 6px;
    width: 100%;
    margin-bottom:10px;
}

.popup-level{
	cursor: pointer;
	
}
div.playButton, input.playButton, div.peekButton, button.playButton, a.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;
}

.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: 'Open Sans',Verdana,Helvetica,sans-serif;
}

.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%;
}
.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?v=6");
	width:32px;
	height:32px;
	margin:4px 0;
}
.icon-google{
    background-position: -72px -1842px;
	background-image: url("/images/image-sprite.png?v=6");
	width:32px;
	height:32px;
	margin:4px 0;
}
.icon-facebook{
    background-position: 0 -1842px;
	background-image: url("/images/image-sprite.png?v=6");
	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?v=6");
	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-icon {
    left: 20px;
    position: absolute;
}
.login-container .explanation {
    color: #666666;
}

#buttonlogin {
	/*width:100% !important;*/
    border-radius: 19px;
    line-height: 18px;
    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: #FFFFFF;
    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"]{
    background-color: #EFEFEF; 
    border: 1px solid #BCBCBC; 
    padding: 6px;
    height:40px;
    width:100%;
    box-sizing:border-box;
    font-size:18px;
}
#left-login button{
    height:40px;
    width:100%;
    font-size:22px;
    margin:10px 0;
    box-sizing:border-box;
}
#loginInfo{
	text-align:left;display: inline-block;max-width:480px;width:100%;
}
.multipleChoicesWrapper{
    width:100%;clear:left;margin:0 auto 10px auto;text-align:center;
}
.multipleChoices{
	display:inline-block;
	position:relative;
	margin:10px 12px 10px 12px;
	height:100%;
	vertical-align:top;
}
.playAudioButton, .playAudioNativeButton{
	cursor: pointer;
	position: absolute;
	top:3px;
	left:4px;
	z-index:100;
	vertical-align: top;
	width: 30px;
	height: 24px;				
}
.playAudioButton::before, .playAudioNativeButton::before{
	font-family: FontAwesome;
    content: "\f028";
    font-size: 32px;
    left: 1px;
    position: absolute;
    top: -1px;
    line-height: 32px;		
}
.lockedPlayAudio::before{
    content: "\f026";
    color:#666666;
    opacity: 0.4;
}
.lockedPlayAudio{
    cursor:default;
}

.lowAudioQuality{
	background: url('/images/image-sprite.png') no-repeat -38px -1742px;
	width: 30px;
	height: 24px;	
}
.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:"";
}

.multipleChoices .playAudioButton, .multipleChoices .playAudioNativeButton{
	left:1px;top:1px;
}
a.searchlink, span.searchlink {
	display:inline-block; 
	margin:0px;
	border-radius:2px;
	min-width:14px;
	height:26px;
	line-height:26px;
	padding: 8px 16px;
	text-decoration: none;
}
a.searchlink{
	border: 1px solid #CCCCCC;
}
span.searchlink {
	background-color: #8bc34a;
	border: 1px solid #689f38;
}
a.searchlink:hover {
	background-color:#DDDDDD;
}
#selectedLicense, #selectedLicenseUser, #selectedLicenseStudent{
    font-size:12px;
}

div#header{
    min-width:980px;
}
	
	
	/*.rightBlock{margin: 0 auto;width:734px;float:none;}
	.rightBlock .rek-body{
		width:728px;height:90px;
	}*/


.bx-wrapper {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
  /*zoom: 1;*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url('images/bx_loader.gif') center center no-repeat #ffffff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  /**zoom: 1;*/
  /**display: inline;*/
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0;
  background: url('/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 0;
  background: url('/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.sliderWrapper{
    overflow:hidden;height:190px;box-sizing: border-box;
}

#head-user-dropdown{
    display:none;width:200px;position:absolute;transition: box-shadow 83ms;
                         right:0;left:auto;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);
}

#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{
    min-height:48px;line-height: 40px;width:150px;float:left;
}
.centervert span{
    display: inline-block;vertical-align: middle;line-height: normal;
}

.bar-outer-container{
    width:100%;max-width: 500px;padding: 20px 30px;box-sizing: border-box;    display: inline-block;    vertical-align: top;
}
.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;*/
}
.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: #333;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    font-weight: bold;margin-bottom: 2px;
}
.meta-content{
    /*font-size: 14px;*/
    font-size: 0.875rem;
}
.meta-content .tag{
   background-color: #424242;
   color: #fff;
   padding: 3px 6px;
   line-height:28px;
   border-radius: 2px;
}
.buttonwrapper{
    width:110px;text-align:center;display:inline-block;vertical-align:top;
cursor: pointer;
}

.buttonwrapper button:focus {
    outline:0;
}
.buttonwrapper .favmark{
    background-color:#EF5350;border: 1px solid transparent;
    color: #FFF;
}
.buttonwrapper .favmark:focus,.buttonwrapper .favmark:hover{
    background-color:#EF5350;
    border-color:#EF5350;
}
.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;
   
   border: 1px solid transparent;
   user-select: none;
   -webkit-user-select: none;
   -ms-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:#AAAAAA;
}
.buttonwrapper a{
    color:#AAAAAA;
}
.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: 0;
right: 6px;
content: "\f06e";
font-size: 54px;
line-height:54px;
color:#333333;
}
#levelButtonContainer .gamePreviewButton::after{
    content:'';
}
#gameLinkButton button:hover, #gameLinkButton button:focus{
    border-color:#42A5F5;
}
#gameLinkButton button{
    background-color: #42A5F5 !important;
    border-color:#42A5F5;
    /*box-shadow: 0 3px 3px rgba(200,200,200, 0.5) !important;
    border: 1px solid #E0E0E0 !important;*/
}
#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: 0;
right: 8px;
font-size: 54px;
line-height:54px;
color:#333333;
}
#levelButtonContainer .gamePrintButton.printableLevel::before {
content: "\f02f";
}
#levelButtonContainer .gamePrintButton.notPrintableLevel::before {
content: "\f05e";
color: #FFB74D;
}

#addgameSelect{
    padding:3px;
    box-sizing: border-box;
}
#gameInfo{
    width: 100%;
}   

.progress-circle {
   font-size: 20px;
   position: relative; /* so that children can be absolutely positioned */
   padding: 0;
   width: 5em;
   height: 5em;
   background-color: #EEEEEE; 
   border-radius: 50%;
   line-height: 5em;
   clear:both;
}

.progress-circle::after{
    border: none;
    position: absolute;
    top: 0.8em;
    left: 0.8em;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 3.4em;
    height: 3.4em;
    background-color: white;
    content: " ";
}
/* Text inside the control */
.progress-circle span {
    position: absolute;
    line-height: 95px;
    width: 100px;
    text-align: center;
    display: block;
    color: #8bc34a;
    z-index: 2;
    font-size: 30px;
   /*font-family: 'Patrick Hand',Arial,Helvetica,sans-serif;*/
   font-family: 'Quicksand', 'Open Sans', Arial,Helvetica,sans-serif;
}
.left-half-clipper { 
   /* a round circle */
   border-radius: 50%;
   width: 5em;
   height: 5em;
   position: absolute; /* needed for clipping */
   clip: rect(0, 5em, 5em, 2.5em); /* clips the whole left half*/ 
}
/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
   clip: rect(auto,auto,auto,auto);
}
.value-bar {
   /*This is an overlayed square, that is made round with the border radius,
   then it is cut to display only the left half, then rotated clockwise
   to escape the outer clipping path.*/ 
   position: absolute; /*needed for clipping*/
   clip: rect(0, 2.5em, 5em, 0);
   width: 5em;
   height: 5em;
   border-radius: 50%;
   border: 1em solid #8bc34a; /*The border is 0.35 but making it larger removes visual artifacts */
   /*background-color: #4D642D;*/ /* for debug */
   box-sizing: border-box;
  
}
/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
   /*Progress bar for the first 50%, filling the whole right half*/
   position: absolute; /*needed for clipping*/
   clip: rect(0, 5em, 5em, 2.5em);
   background-color: #8bc34a;
   border-radius: 50%;
   width: 5em;
   height: 5em;
}
.progress-circle:not(.over50) .first50-bar{ display: none; }

.progress-circle.p0 span{
    color:#CCCCCC;
}
.progress-circle.p100 span{
    font-size: 60px;
    color:#FFFFFF;
}
.progress-circle.p100:after{
    background-color: #8bc34a;
}
/* Progress bar rotation position */
.progress-circle.p0 .value-bar { display: none; }
.progress-circle.p1 .value-bar { transform: rotate(4deg); }
.progress-circle.p2 .value-bar { transform: rotate(7deg); }
.progress-circle.p3 .value-bar { transform: rotate(11deg); }
.progress-circle.p4 .value-bar { transform: rotate(14deg); }
.progress-circle.p5 .value-bar { transform: rotate(18deg); }
.progress-circle.p6 .value-bar { transform: rotate(22deg); }
.progress-circle.p7 .value-bar { transform: rotate(25deg); }
.progress-circle.p8 .value-bar { transform: rotate(29deg); }
.progress-circle.p9 .value-bar { transform: rotate(32deg); }
.progress-circle.p10 .value-bar { transform: rotate(36deg); }
.progress-circle.p11 .value-bar { transform: rotate(40deg); }
.progress-circle.p12 .value-bar { transform: rotate(43deg); }
.progress-circle.p13 .value-bar { transform: rotate(47deg); }
.progress-circle.p14 .value-bar { transform: rotate(50deg); }
.progress-circle.p15 .value-bar { transform: rotate(54deg); }
.progress-circle.p16 .value-bar { transform: rotate(58deg); }
.progress-circle.p17 .value-bar { transform: rotate(61deg); }
.progress-circle.p18 .value-bar { transform: rotate(65deg); }
.progress-circle.p19 .value-bar { transform: rotate(68deg); }
.progress-circle.p20 .value-bar { transform: rotate(72deg); }
.progress-circle.p21 .value-bar { transform: rotate(76deg); }
.progress-circle.p22 .value-bar { transform: rotate(79deg); }
.progress-circle.p23 .value-bar { transform: rotate(83deg); }
.progress-circle.p24 .value-bar { transform: rotate(86deg); }
.progress-circle.p25 .value-bar { transform: rotate(90deg); }
.progress-circle.p26 .value-bar { transform: rotate(94deg); }
.progress-circle.p27 .value-bar { transform: rotate(97deg); }
.progress-circle.p28 .value-bar { transform: rotate(101deg); }
.progress-circle.p29 .value-bar { transform: rotate(104deg); }
.progress-circle.p30 .value-bar { transform: rotate(108deg); }
.progress-circle.p31 .value-bar { transform: rotate(112deg); }
.progress-circle.p32 .value-bar { transform: rotate(115deg); }
.progress-circle.p33 .value-bar { transform: rotate(119deg); }
.progress-circle.p34 .value-bar { transform: rotate(122deg); }
.progress-circle.p35 .value-bar { transform: rotate(126deg); }
.progress-circle.p36 .value-bar { transform: rotate(130deg); }
.progress-circle.p37 .value-bar { transform: rotate(133deg); }
.progress-circle.p38 .value-bar { transform: rotate(137deg); }
.progress-circle.p39 .value-bar { transform: rotate(140deg); }
.progress-circle.p40 .value-bar { transform: rotate(144deg); }
.progress-circle.p41 .value-bar { transform: rotate(148deg); }
.progress-circle.p42 .value-bar { transform: rotate(151deg); }
.progress-circle.p43 .value-bar { transform: rotate(155deg); }
.progress-circle.p44 .value-bar { transform: rotate(158deg); }
.progress-circle.p45 .value-bar { transform: rotate(162deg); }
.progress-circle.p46 .value-bar { transform: rotate(166deg); }
.progress-circle.p47 .value-bar { transform: rotate(169deg); }
.progress-circle.p48 .value-bar { transform: rotate(173deg); }
.progress-circle.p49 .value-bar { transform: rotate(176deg); }
.progress-circle.p50 .value-bar { transform: rotate(180deg); }
.progress-circle.p51 .value-bar { transform: rotate(184deg); }
.progress-circle.p52 .value-bar { transform: rotate(187deg); }
.progress-circle.p53 .value-bar { transform: rotate(191deg); }
.progress-circle.p54 .value-bar { transform: rotate(194deg); }
.progress-circle.p55 .value-bar { transform: rotate(198deg); }
.progress-circle.p56 .value-bar { transform: rotate(202deg); }
.progress-circle.p57 .value-bar { transform: rotate(205deg); }
.progress-circle.p58 .value-bar { transform: rotate(209deg); }
.progress-circle.p59 .value-bar { transform: rotate(212deg); }
.progress-circle.p60 .value-bar { transform: rotate(216deg); }
.progress-circle.p61 .value-bar { transform: rotate(220deg); }
.progress-circle.p62 .value-bar { transform: rotate(223deg); }
.progress-circle.p63 .value-bar { transform: rotate(227deg); }
.progress-circle.p64 .value-bar { transform: rotate(230deg); }
.progress-circle.p65 .value-bar { transform: rotate(234deg); }
.progress-circle.p66 .value-bar { transform: rotate(238deg); }
.progress-circle.p67 .value-bar { transform: rotate(241deg); }
.progress-circle.p68 .value-bar { transform: rotate(245deg); }
.progress-circle.p69 .value-bar { transform: rotate(248deg); }
.progress-circle.p70 .value-bar { transform: rotate(252deg); }
.progress-circle.p71 .value-bar { transform: rotate(256deg); }
.progress-circle.p72 .value-bar { transform: rotate(259deg); }
.progress-circle.p73 .value-bar { transform: rotate(263deg); }
.progress-circle.p74 .value-bar { transform: rotate(266deg); }
.progress-circle.p75 .value-bar { transform: rotate(270deg); }
.progress-circle.p76 .value-bar { transform: rotate(274deg); }
.progress-circle.p77 .value-bar { transform: rotate(277deg); }
.progress-circle.p78 .value-bar { transform: rotate(281deg); }
.progress-circle.p79 .value-bar { transform: rotate(284deg); }
.progress-circle.p80 .value-bar { transform: rotate(288deg); }
.progress-circle.p81 .value-bar { transform: rotate(292deg); }
.progress-circle.p82 .value-bar { transform: rotate(295deg); }
.progress-circle.p83 .value-bar { transform: rotate(299deg); }
.progress-circle.p84 .value-bar { transform: rotate(302deg); }
.progress-circle.p85 .value-bar { transform: rotate(306deg); }
.progress-circle.p86 .value-bar { transform: rotate(310deg); }
.progress-circle.p87 .value-bar { transform: rotate(313deg); }
.progress-circle.p88 .value-bar { transform: rotate(317deg); }
.progress-circle.p89 .value-bar { transform: rotate(320deg); }
.progress-circle.p90 .value-bar { transform: rotate(324deg); }
.progress-circle.p91 .value-bar { transform: rotate(328deg); }
.progress-circle.p92 .value-bar { transform: rotate(331deg); }
.progress-circle.p93 .value-bar { transform: rotate(335deg); }
.progress-circle.p94 .value-bar { transform: rotate(338deg); }
.progress-circle.p95 .value-bar { transform: rotate(342deg); }
.progress-circle.p96 .value-bar { transform: rotate(346deg); }
.progress-circle.p97 .value-bar { transform: rotate(349deg); }
.progress-circle.p98 .value-bar { transform: rotate(353deg); }
.progress-circle.p99 .value-bar { transform: rotate(356deg); }
.progress-circle.p100 .value-bar { transform: rotate(360deg); }


/*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;}

.norefresh, .hourglass{
    font-size: 100px;margin: 0 auto;display: block; opacity: 1;
}
.norefresh .fa-ban{
    color: #D21033;
}
.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: #ffab00;
  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;
}
.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:#390;
    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: #390;
    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;
    }
}





/************************************************************************************
*************************************************************************************
MEDIA QUERIES
*************************************************************************************
*************************************************************************************/

@media print{
    #header, #footer, .rek-unit, .sidebar1, #breadcrumb-wrapper, #topScoreboard {
        display:none;
    }
}
@media (prefers-color-scheme: dark) { 
    body { background-color: #F0F0F0; }
    .Sheet-body .content { background-color:#F0F0F0; }
    .click, .noclick, .levelButton, .playInNewLang, .comment, #scoreboard, blockquote{background-color:#FFFFFF;}
}


@media only screen and (max-width: 1280px) {
    .rightBlock{
        display:none;
    } 
    /*#header-bkg,#wrapper{
        max-width:980px;
    }*/
}
@media only screen and (max-width: 1024px) {
    .fullscreenBtnWrapper{
        display:none;
    }
    #topScoreboard .fullWidth {
        width: 100vw;
    }
    #promoted-search__container .fullWidth{
        width: 100vw;
    }
    /*

    .rek-sidebar-google,.rek-mobile{
        display:block;
    }
    .rek-desktop{
        display: none;
    }
    .rek-main-google{
        display: none;
    }*/
    /*.rek-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%;
	}
	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;
  	}
  	.widget ul{
  	min-height:101px;
  	}
  	.sidebar1 .Block, aside.widget {
  	min-height:285px;
  	}
  	div.cse-branding-form input[type=text]{
  	width:75%;
  	}
  	div.adBlock{
  	margin:0 auto;
  	text-align:center;
  	}
  	div.Rek-Block-body{
  		/*width:256px;*/
  		margin: 0 auto;
  	}
	.scoreboardInfo{
		/*margin-top:10px;*/
	}
	.scoreboardInfo span{
		font-size:48px;
		line-height:48px;
	}
	#scoreboardInfoWide{
		width:64%;
		margin-top:10px;
	}
	
	#secondary ul {
		min-height: 213px;
	}    
	
    .rek-fullwidth{
        padding-right: 0;
    }
    #userHome .click, .buttonsGroup .click, .buttonGroup .click, .buttonGroup .noclick{
        width:calc(33% - 6px);
    }
        #promoted-search__container .fullWidth{
        background-size: 100% auto;
    }
}
@media only screen and (max-width:900px) {
    #elevspel_panorama1{
        display:none;
    }
    #elevspel_mobil1{
        display:block;
    }
}
@media only screen and (max-width:767px) {
	div#header {
 		width: 100%;
		min-width:330px;
	}
	.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:1px 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 .rek-body {
	    height: auto;
	    width: 100%;
	    box-sizing: border-box;
	}

	.Footer-share {
    	top: 0;
	}

	.subject{
		width:calc(100% - 6px);
		box-sizing:border-box;
	}
	.gameClickButton{
		width:calc(100% - 6px);
		box-sizing:border-box;
		
		height: auto;
	}
	.gameClickButton .desc {
    	height: auto;
    	float:none;
    	clear:none !important;
		max-height:85px;
	}
	.ui-progress-bar {
	    margin-bottom: 0;
	}
	div.click .practices, .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;
	}
	#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;
	}
	#loginInfo{
		margin: 10px auto;
		display:block;
	}
	#contactInfo, #whyLogin{
		margin:20px auto;
		float:none;
	}
	#header-bkg a{
		margin: 0 5px;
	}
	a.searchlink.simple{
		display:none;
	}
	
	#headJoinBtn{
		min-width:50px;
	}
	#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;
    }
    
    .rek-fullwidth{
        width:auto !important;
        float:none;
    }
    .meta-info{
        width:33%;
    } 
    #promoted-search__container img{
        display:none;
    }
    #topScoreboard .shares{
        position:relative;
        border-left:none;
        width:33%;
    }
    .rek-top .adsbygoogle{
        min-width:320px;
        max-width:none;
        height:320px;
    }
    .rek-body .rek-topv2{
        width:auto;height:auto;
        display:block;
        margin:auto;
    }
    
    .blockedContentNotice i{
        font-size:80px;
        clear:both;
        color:#000;
    }
    .blockedContentNotice div{
        margin:10px;
    }
    .blockedContentNotice img{
        margin:20px 0 8px 0;   
    }
    .blockedContentNotice .div{
        font-size:1.1rem;
    }    
    .bigTextFirst{
        padding:7px;
    }
}

@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, aside.widget {
		width:100%;
		margin-left:0;
		margin-right:0;
		box-sizing:border-box;
	}
	.sidebar1 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;
	}
    
    .sidebar1 .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;
    }
    
    #topScoreboard .shares{
        width:50%;
    }
    .scoreboardInfo{
        border-right:none;
    }

}

@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;
	}
    
    #player_won {
        animation: none;
    }
    #player_lost{
        animation: none;
    }   
    .meta-info{
        width:100%;
    }  
    .imageBlurWrapper{
        display:none;
    }
	#topScoreboard .shares{
        width:100%;
    }
    .blockedContentNotice i{
        font-size:50px;
        color:#000;
    }
    .blockedContentNotice div{
        margin:10px;
    }
    .blockedContentNotice img{
        padding:0;
			margin: 0;
			width: 45px;
	}
	.blockedContentNotice img { 
	    background: url('/favicon_logo_45.png') no-repeat;
		width: 0;
        height: 0;
        top:0;
        padding: 22px 25px;
	}
    
    .blockedContentNotice div{
        font-size:0.9rem;
    }    
}
