/*
 * Wallogram
 * http://www.red-agent.com/wallogram
 * git update text
 * Copyright (c) Francois-Xavier Aeberhard <fx@red-agent.com>
 * Licensed under the MIT License
 */
/**
 * @fileoverview
 * @author Francois-Xavier Aeberhard <fx@red-agent.com>
 */
@font-face {
  font-family: "bebas";
  src: url('font/BebasNeue.otf');
}
body {
  font-family: 'Open Sans', "Helvetica", sans-serif;
  font-size: 1em;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
}
@font-face {
  font-family: counter;
  src: url('font/citaro_voor_dubbele_hoogte_breed.ttf');
}
html {
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  /*overflow: hidden;*/
  /*background: url(../assets/murheigvd.jpg);*/
  /* background: #c9c9c9; */
}
.wallo-crafty .Timer,
.wallo-crafty .ScoreKeeper {
  font-weight: bold !important;
  font-family: counter !important;
  text-align: center;
  color: white;
}
.wallo-page {
  height: 100%;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  display: -ms-flexbox;
  /* IE10 uses display: flexbox */
  -ms-flex-flow: row wrap;
}
.wallo-u {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.wallo-debugmode .wallo-crafty {
  border-right: 1px dashed white;
  border-bottom: 1px dashed white;
}
.Box2DCanvasDebug {
  z-index: 90;
}
/* Connection indicator */
.wallo-connectionindicator {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: red;
  position: absolute;
  top: 1em;
  right: 2.2em;
  border: 1px solid gray;
  z-index: 1;
}
.wallo-socketio-connected .wallo-connectionindicator {
  background: green;
}
/** Left tab */
.wallo-edit {
  width: 291px;
  height: 100%;
  /*margin-right: -300px;*/
  font-size: 0.9em;
  /* background: #fafafa; */
  position: absolute;
  left: 0px;
  border-right: 9px solid #424242;
  z-index: 99;
  /*overflow: visible;*/
}
.wallo-edit-right {
  width: 291px;
  height: 100%;
  /*margin-right: -300px;*/
  font-size: 0.9em;
  /* background: #fafafa; */
  position: absolute;
  right: 0px;
  border-left: 9px solid #424242;
  z-index: 99;
  /*overflow: visible;*/
}
.wallo-edit-beta {
  background: url(../assets/wallo-editgame.png) -33px -725px;
  width: 60px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
}
.wallo-edit-logo {
  background: white url(../assets/logo-beta.jpg) no-repeat;
  width: 100%;
  height: 155px;
  cursor: pointer;
}
.wallo-edit-buttons {
  border-top: 9px solid black;
  border-bottom: 4px solid black;
}
.wallo-edit-buttons button {
  background: none;
  border: none;
  border-right: 3px solid black;
  padding: 12px 11px 9px;
  font-size: 30px;
  vertical-align: top;
}
.wallo-edit-buttons button:hover {
  color: white;
  background: #6a6a6a;
}
.wallo-edit-buttons .wallo-status-msg {
  display: inline-block;
  font-size: .7em;
  padding: 14px 0 0 3px;
}
.wallo-edit-toggle {
  width: 32px;
  height: 124px;
  background: url(../assets/wallo-editgame.png) -191px -289px;
  position: absolute;
  top: 50%;
  right: -41px;
  margin-top: -62px;
  cursor: pointer;
}
.wallo-edit-toggle-right {
  width: 32px;
  height: 124px;
  background: url(../assets/wallo-editgame.png) -191px -289px;
  position: absolute;
  top: 50%;
  left: -41px;
  margin-top: -62px;
  cursor: pointer;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.button-close {
  float: right;
}
.wallo-tab-footer {
  position: absolute;
  bottom: 0;
  padding: 1em;
  font-size: 0.7em;
}
#stats #fps {
  /*background: white !important;*/
}
#stats #fpsText {
  /*color: black !important;*/
}
/* Right tab */
.wallo-edit,
.wallo-edit-right,
.wallo-page,
.wallo-edit-toolbar,
.wallo-play {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.wallo-edit-overlay {
  position: absolute;
  top: 0px;
  width: 1000px;
  height: 100%;
  z-index: 95;
  display: none;
}
.wallo-edit-overlay .wallo-edit-dd {
  position: relative;
  background-color: rgba(200, 200, 200, 0.5);
  cursor: move;
}
.wallo-edit-overlay .wallo-edit-dd .wallo-edit-menu {
  padding: 0.2em 0em;
}
.wallo-edit-overlay .wallo-edit-dd .wallo-edit-menu .wallo-edit-destroy,
.wallo-edit-overlay .wallo-edit-dd .wallo-edit-menu .wallo-edit-editentity {
  background: white;
  float: right;
  cursor: pointer;
  border-radius: 12px;
  padding: 6px 4px 5px 5px;
  margin: 0.2em 0.4em 0 0;
  display: inline-block;
}
.wallo-stdmode .wallo-edit-overlay {
  display: none !important;
}
.wallo-stdmode .wallo-edit-toolbar {
  bottom: -170px;
}
.wallo-stdmode .wallo-edit {
  left: -300px;
}
.wallo-stdmode .wallo-edit-right {
  right: -300px;
}
.wallo-debugmode .wallo-page {
  padding-left: 300px;
}
.wallo-debugmode-right .wallo-page {
  padding-right: 300px;
}
.wallo-tab-link {
  display: block;
  padding: 0.4em .9em;
  text-decoration: none;
  cursor: pointer;
}
.wallo-tab-link:hover {
  background: #6a6a6a;
  color: white;
}
.wallo-tab-linkselected,
.wallo-tab-linkselected:hover {
  background: black;
  color: white;
}
.wallo-tab {
  display: none;
}
.wallo-tab-selected {
  display: block;
}
#tab-play {
  overflow: hidden;
  width: 100%;
  background: black;
  position: relative;
}
.wallo-play {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wallo-debugmode .wallo-play {
  bottom: 170px;
}
#tab-source,
#editor,
#tab-script,
#scripteditor {
  width: 100%;
  height: 100%;
}
.ace_gutter {
  background: #fafafa !important;
}
/* 
 * Toolbar styles
 */
.wallo-edit-toolbar {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: white;
  padding: 0 !important;
}
.wallo-edit-toolbar .ui-tabs-nav {
  padding: 0;
}
.wallo-edit-toolbar .ui-tabs-nav li {
  margin: 0px;
  padding: 0.2em 0.3em;
  border-right: 3px solid black;
}
.wallo-edit-toolbar .ui-tabs-nav li:hover {
  background: lightgray;
}
.wallo-edit-toolbar .ui-tabs-nav li a.toolbar-platforms {
  background-position: -387px -321px;
}
.wallo-edit-toolbar .ui-tabs-nav li a.toolbar-furniture {
  background-position: -431px -321px;
}
.wallo-edit-toolbar .ui-tabs-nav li a.toolbar-ennemy {
  background-position: -596px -321px;
}
.wallo-edit-toolbar .ui-tabs-nav li a.toolbar-image {
  background-position: -475px -321px;
}
.wallo-edit-toolbar .ui-tabs-nav li a.toolbar-video {
  background-position: -562px -321px;
}
.wallo-edit-toolbar .ui-tabs-nav li a.toolbar-sensor {
  background-position: -637px -321px;
}
.wallo-edit-toolbar .ui-tabs-nav li a.toolbar-other {
  background-position: -680px -321px;
}
.wallo-edit-toolbar .ui-tabs-nav li.ui-tabs-active {
  background: #6a6a6a;
  margin: 0;
  padding: 0.2em 0.3em;
}
.wallo-edit-toolbar .ui-tabs-nav li.ui-tabs-active a {
  background-position-y: -381px !important;
}
.wallo-edit-toolbar .ui-tabs-nav .ui-tabs-anchor {
  background: url(../assets/wallo-editgame.png);
  width: 33px;
  height: 27px;
  padding: 0;
}
.wallo-edit-toolbar .ui-tabs-panel {
  padding: 0 !important;
  background: black;
  max-height: 132px;
  overflow: auto;
}
.wallo-thumb {
  vertical-align: middle;
  /* border: 1px solid lightgray; */
  padding: 6px 6px 6px 6px;
  background-color: white;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  border-radius: 8px;
  margin: 7px 0px 5px 10px;
  /* width: 102px; */
  /* height: 60px; */
  display: inline-block;
  width: 108px;
  height: 108px;
  text-align: center;
  font: 0/0 a;
}
.walloimg:before {
  /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  /* vertical alignment of the inline element */
  height: 100%;
}
.wallo-thumb .wallo-icon {
  width: 107px;
  height: 107px;
  font-size: 110px;
  text-align: center;
}
.wallo-thumb img {
  max-width: 107px;
  max-height: 107px;
  display: inline-block;
  vertical-align: middle;
}
.wallo-edit-toolbar .wallo-thumb-Invisible .wallo-icon {
  background: url(../assets/wallo-editgame.png) -7px -213px;
}
.wallo-edit-toolbar .wallo-thumb-Color .wallo-icon {
  background: url(../assets/wallo-editgame.png) -7px -140px;
}
.ui-draggable-dragging {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../libs/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
/* Edit form styles */
div.inputEx-Group div.inputEx-label {
  width: 100px !important;
}
.colorpicker {
  z-index: 101;
}
.form-text {
  width: 100%;
}
/* Crafty components */
.WalloText {
  color: white;
  font-size: inherit !important;
}
.NameTag {
  color: white;
  font-size: inherit !important;
}
.wallo-debugmode .wallo-crafty .Invisible.obj,
.wallo-debugmode .wallo-crafty .Timer.obj,
.wallo-debugmode .wallo-crafty .Target.obj {
  border: 1px dashed white;
}
.wallo-debugmode .wallo-crafty .Video .dummy {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
