/* Comment Generated by Combres - Resource '~/content/games/functions.css' (Mode: Static) *//***********
Inloggad guld 
Olof
**************//* Comment Generated by Combres - Resource '~/content/games/wordsearch.css' (Mode: Static) *//* ========= *//* CONSTANTS *//* ========= *//***********
Inloggad guld
Olof
**************/#gameContent {
  background-color: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.12);
}
#fade {
  background-color: #555;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 6;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#fefefe));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #eeeeee, #fefefe);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #eeeeee, #fefefe);
  /* IE 10 */
  background: -ms-linear-gradient(top, #eeeeee, #fefefe);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #eeeeee, #fefefe);
  width: 550px;
}
#wordsearch {
  font-family: Arial;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
}
/* The grid container */#inner-wordsearch {
  z-index: 5;
  background: white;
  background: white;
  background: -moz-radial-gradient(center, ellipse cover, white 0%, #e9f2f8 100%);
  background: -webkit-radial-gradient(center, ellipse cover, white 0%, #e9f2f8 100%);
  background: radial-gradient(ellipse at center, white 0%, #e9f2f8 100%);
  width: inherit;
  height: inherit;
  box-sizing: content-box;
  width: 630px;
}
/* grid */#grid {
  z-index: 6;
  position: absolute;
}
#solvedMarking {
  z-index: 7;
  position: absolute;
}
#marking {
  z-index: 8;
  position: absolute;
}
div.sq {
  color: #777;
}
div.sq.w {
  z-index: 5;
  border: 0;
  font-size: 26px;
  font-family: 'Patrick Hand';
  cursor: default;
  width: 30px;
  text-align: center;
}
div.sq.w.sel {
  font-weight: bold;
}
div.sq.w.animate {
  display: none;
}
/* List container */#wordlist {
  position: absolute;
  right: 0px;
  top: 0;
  color: #000;
  cursor: default;
  width: 269px;
  border-left: 1px solid #7393ad;
  background: #fff;
}
#wordlist h2 {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c6d6e3), to(#9ab6cd));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #c6d6e3, #9ab6cd);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #c6d6e3, #9ab6cd);
  /* IE 10 */
  background: -ms-linear-gradient(top, #c6d6e3, #9ab6cd);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #c6d6e3, #9ab6cd);
  color: #fff;
  padding: 11px 14px;
  font-size: 22px;
  text-shadow: none;
  float: none;
  border-bottom: 1px solid #7393ad;
}
#wordlist .list {
  overflow: auto;
  overflow-x: none;
}
#wordlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#wordlist ul li {
  padding: 0 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-family: arial;
  color: #666;
  line-height: 28px;
}
/* search icon */#wordlist ul li:before {
  content: '\f002';
  font-family: "fontawesome";
  font-size: 14px;
  line-height: 12px;
  color: #e4e4e4;
  display: inline-block;
  width: 23px;
  height: 16px;
}
/* hittat ord */#wordlist ul li.found {
  color: #73b77e;
  background: #e8f5eb;
}
/* search icon */#wordlist ul li.found:before {
  content: '\f00c';
  font-family: "fontawesome";
  /*font-size: 16px;*/
  color: #73b77e;
}
#wordsearch .title {
  background-color: #bc5800;
  color: #fff;
  overflow: hidden;
  padding: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  cursor: default;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bc5800), to(#c76e1f));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #bc5800, #c76e1f);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #bc5800, #c76e1f);
  /* IE 10 */
  background: -ms-linear-gradient(top, #bc5800, #c76e1f);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #bc5800, #c76e1f);
}
#wordsearch .title h1 {
  font-size: 40px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#wordsearch .title h2 {
  font-size: 14px;
  margin-left: 2px;
  display: block;
  font-weight: normal;
  visibility: hidden;
}
#wordsearch ul.main-menu {
  position: absolute;
  right: 269px;
  top: 60px;
  z-index: 100;
}
#wordsearch ul.main-menu li {
  float: right;
  display: block;
  margin-left: 5px;
}
.game .loader {
  visibility: hidden;
  width: inherit;
  height: inherit;
}
