html,body {
  font-family: "Source Sans Pro",Verdana;
  color: rgba(255,255,255,.9);
  margin: 0px;
  overflow: hidden;

  user-select: none;
}

html {
  height: 100% ;
}

body {
  background: linear-gradient(135deg, hsl(200,35%,16%), hsl(200,20%,11%));
}

div::-webkit-scrollbar {
    width: 10px;
    height: 10px ;
}

div::-webkit-scrollbar-track {
  background: rgba(255,255,255,.15);
  border-radius: 5px;
  margin: 4px 2px;
}

div::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,.3);
  border-radius: 5px;
  margin: 4px 1px;
}

input[type="checkbox"] {
  accent-color: hsl(180,50%,40%) ;
  width: 1.2em ;
  height: 1.2em ;
  vertical-align: middle ;
}

label {
  vertical-align: middle ;
}

h1 {
  font-family: "Ubuntu",Verdana;
  margin: 0px ;
  font-size: 32px ;
  color: hsla(30,100%,100%,.7);
}

.bg-red { background: hsl(0,40%,45%) ;}
.bg-orange { background: hsl(30,60%,45%) ;}
.bg-green { background: hsl(160,40%,40%) ;}
.bg-blue { background: hsl(200,40%,40%) ;}
.bg-purple { background: hsl(300,30%,40%) ;}

.pill {
  border-radius: 20px ;
  color: #FFF ;
  font-size: 11px ;
  padding: 2px 6px ;
  display: inline-block ;
  text-align: center ;
}

.pill i {
  margin-right: 5px ;
}

.shadow5 {
  box-shadow: 0 0 5px #000 ;
}

.marginbottom10 {
  margin-bottom: 10px ;
}

.marginleft10 {
  margin-left: 10px ;
}

.marginright10 {
  margin-right: 10px ;
}

header {
  position: fixed;
  top: 0 ;
  left: 0;
  right: 0 ;
  height: 60px;
  font-size: 20px;
  /*box-shadow: 0 0 8px hsla(200,100%,0%,1);*/
  color: hsla(200,10%,100%,.7);
  /*text-shadow: 1px 1px 2px #000 ;*/
  /*z-index: 3;*/
  /*border-bottom: solid 2px rgba(255,255,255,.05);*/
  white-space: nowrap;
  /*box-shadow: 0 0 10px rgba(0,0,0,.5);*/
  transition-property: transform;
  transition-duration: 1s;
  transform: translateY(-100%);
  z-index: 1 ;
}

header .logo {
  display: inline-block ;
  margin-left: 20px ;
  margin-top: 18px;
  margin-right: 40px ;
  color: rgba(255,255,255,.9);
  width: 180px ;
  vertical-align: top ;
  cursor: pointer ;
  transition: width 0.5s ease, margin-top 0.5s ease ;
}

header .titlemenu {
  display: inline-block ;
  margin: 0px 0 0 0 ;
  padding: 0 ;
  white-space: nowrap;
}

header li {
  display: inline-block ;
  position: relative ;
  margin: 0px 5px ;
  font-size: 14px;
  margin-top: 7px ;
  padding: 6px 10px 3px 10px;
  font-family: "Source Sans Pro";
  color: rgba(255,255,255,.7);
  text-align: center;
  cursor: pointer ;
  border-radius: 5px ;
}

.main-menu-container {
  white-space: nowrap ;
}

header .main-menu {
  font-size: 24px;
  margin: 20px 0 0 20px;
  display: none ;
  transform-origin: center ;
}

header li i {
  font-size: 18px ;
}

header li.selected, header li:hover {
  background:rgba(255,255,255,.2) ;
}

header li .fa-patreon {
  position: absolute;
  background: #FF424D;
  padding: 7px;
  border-radius: 30px;
  font-size: 12px;
  color: #FFF;
  right: -10px;
  top: 0px;
}

header li .pastille {
  position: absolute;
  background: hsl(330,40%,50%);
  padding: 5px;
  border-radius: 30px;
  font-size: 12px;
  color: #FFF;
  right: -10px;
  top: 0px;
}

#language-setting {
  display: inline-block ;
  position: relative ;
  margin-left: 20px ;
    padding: 8px 0;
    border-radius: 20px;
    font-size: 12px;
    color: #FFF;
    width:32px;
    height:32px ;
    transition: width 0.5s ease ;
    overflow: hidden ;
}
#language-setting i {
  position: absolute ;
  font-size: 32px ;
  color: hsl(200,50%,50%);
  cursor: pointer;
}
#language-setting .lang {
  position: absolute ;
  left: 0 ;
  right: 0 ;
  text-align:center ;
  padding: 8px 10px ;
  cursor: pointer;
}
.language-menu-container {
  display: inline-block ;
  width: 20px ;
  height: 20px ;
  position: relative ;
}
.language-menu {
  box-sizing: border-box ;
  position: absolute ;
  display: inline-block ;
  height: 0px ;
  overflow: hidden ;
  top: -20px ;
  right: 12px ;
  transition: height 0.5s ease, padding 0.5s ease ;
  font-size: 12px ;
  z-index: 10 ;
  background: hsl(200,25%,20%);
  border-radius: 5px;
  padding: 0 8px ;
}
.language-menu-open {
  height: 330px;
  padding: 8px ;
  /*box-shadow: 0 0 10px #000;*/
}
.language-choice {
  position: relative ;
  width: 32px ;
  height: 40px ;
}
.language-choice i {
  position: absolute ;
  font-size: 32px ;
  color: hsl(200,50%,50%);
  cursor: pointer;
}
.language-choice div {
  position: absolute ;
  left: 0 ;
  right: 0 ;
  text-align:center ;
  padding: 8px 10px ;
  cursor: pointer;
}

#login-button {
    float: right;
    /* margin: 0px 0px; */
    color: #FFF;
    font-size: 18px;
    font-family: "Source Sans Pro";
    padding: 18.5px 0px 18.5px 20px ;
    /* border-radius: 5px; */
    cursor: pointer;
    display: none;
}

#login-button i {
  font-size: 18px;
  margin-right: 5px;
}
#create-account-button {
    float: right;
    margin: 13px 20px;
    color: #FFF;
    font-size: 18px;
    background: hsl(160,50%,40%);
    font-family: "Source Sans Pro";
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

#create-account-button i {
  font-size: 18px;
  margin-right: 5px;
}

#user-info {
  float: right ;
  color: #FFF;
  font-size: 16px;
  font-family: "Source Sans Pro";
  display: none ;
}
#user-info i {
  font-size: 16px;
}

.login-info {
  display: none ;
  float: right ;
  font-size: 18px ;
}
#header-progress-summary {
  float: right ;
  margin: 5px 15px 0 15px ;
  text-align: center ;
  cursor: pointer ;
  border-radius: 3px ;
  padding: 5px;
}
#header-progress-summary.hidden {
  display: none ;
}
#header-progress-summary:hover {
  background: rgba(255,255,255,.1);
}
#header-progress-level {
  font-size: 14px ;
  font-weight: bold ;
}
#header-progress-xp {
  font-size: 10px ;
  width: 150px ;
  background: hsl(20,50%,40%);
  border-radius: 3px ;
  padding: 1px 10px ;
}

.login-info i {
  margin: 0 2px ;
}

header .username {
  display: inline-block ;
  margin-right: 20px ;
  background: rgba(255,255,255,.2);
  border-radius: 30px ;
  padding: 0px 10px 0px 0px ;
  cursor: pointer ;
  margin-top: 10px ;
  height: 38px ;
}
header .username i {
  margin: 0 5px 0 15px ;
  vertical-align: middle ;
}
header .username:hover {
  background: rgba(255,255,255,.4);
}
header .username.guest {
  background: hsl(0,50%,40%);
}
header .username img {
  width: 32px ;
  height: 32px ;
  border-radius: 16px ;
  vertical-align: middle ;
  margin: 3px 10px 3px 3px ;
}
header .username span {
  margin: 6px ;
  vertical-align: middle ;
}

.main-container {
  position: fixed ;
  top: 60px ;
  bottom: 0 ;
  left: 0 ;
  right: 0 ;
  transition-property: top ;
  transition-duration: .5s ;
}
.projects-section {
  display: none ;
}
.projectheader {
  /*background:rgba(255,255,255,.1) ;*/
  position: absolute ;
  top: 0px ;
  left: 0 ;
  right: 0 ;
  height: 30px ;
  font-size: 18px ;
  padding: 10px 20px 0px 16px ;
  white-space: nowrap ;
/*  border-bottom: solid 1px rgba(0,0,0,.2);*/
}

.projectheader img {
  height: 32px ;
  vertical-align: middle ;
  margin-right: 20px ;
  background: #000 ;
  border-radius: 3px ;
  image-rendering: pixelated ;
}

.projectheader .backtoprojects {
  position: absolute ;
  top: 9px ;
  right: 9px ;
  border-radius: 5px ;
  background: hsl(0,50%,40%);
  padding: 4px 10px ;
  font-size: 14px;
  cursor: pointer ;
}
.projectheader #save-status {
  transition-property: transform, opacity, color ;
  transition-duration: .5s ;
  font-size: 20px ;
  margin: 0 20px ;
  opacity: 0 ;
  color: #FFF;
}

.projectheader #project-fullscreen {
  margin: 0 10px 0 0 ;
  color: rgba(255,255,255,.5);
  border-radius: 3px ;
  padding: 4px ;
}
.projectheader #project-fullscreen:hover {
  background: rgba(0,0,0,.25) ;
  color: rgba(255,255,255,.75);
}

.projectheader #active-project-users {
  display: inline-block ;
  margin-left: 80px ;
}

.projectheader #active-project-users div {
  padding: 3px 8px ;
  border-radius: 10px ;
  background: hsl(0,50%,50%) ;
  color: #FFF ;
  font-size: 12px ;
  margin-right: 10px ;
  display: inline-block ;
}
.projectheader #active-project-users div i {
  margin-right: 5px ;
}
.about-section {
  display: none ;
  position: absolute ;
  top: 0 ;
  bottom: 0 ;
  left: 0 ;
  right: 0 ;
  overflow: auto ;
}

.section-content {
  position: absolute;
  overflow: auto ;
  left: 0px ;
  right: 0px ;
  top: 100px ;
  bottom: 0px ;
}

#about-content {
  padding: 0px 40px 40px 40px ;
}

#about-content i {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 10px;
}
.section-menu {
  position: absolute ;
  top: 10px ;
  left: 30px ;
  right: 30px ;
  text-align: left ;
  padding-top: 20px ;
  white-space: nowrap;
  overflow: auto ;
}
.section-menu div {
  display: inline-block ;
  background: rgba(255,255,255,.1);
  border-radius: 30px ;
  padding: 10px 25px ;
  margin: 5px ;
  cursor: pointer ;
  font-size: 18px ;
}
.section-menu div.selected {
  background: rgba(255,255,255,.8);
  color: rgba(0,0,0,.8);
}

.about {
  padding: 80px ;
}
.about p {
  color: rgba(255,255,255,.7);
}
.about h2 {
  color: rgba(255,255,255,.8);
}
.about img {
  width: 150px ;
  vertical-align: middle ;
  margin-bottom: 6px ;
}
.about a {
  text-decoration: none ;
  color: hsl(200,100%,70%);
}
.about a:visited {
  color: hsl(200,100%,70%);
}
.about-button-div {
  text-align: center ;
  margin: 40px ;
}
.about code {
  background: rgba(255,255,255,.15);
  padding: 2px 5px ;
  border-radius: 3px ;
  font-family: "Ubuntu Mono";
  line-height: 1.2em;
  font-size: 14px ;
}
.about pre code {
  display: block ;
  background: rgba(255,255,255,.15);
  padding: 10px ;
  color: rgba(255,255,255,.8);
  border-radius: 3px ;
  font-family: "Ubuntu Mono";
  line-height: 1.2em;
  white-space: pre-wrap ;
  margin-right: 20px ;
  margin-left: 40px ;
}
#about-button {
  padding: 10px 30px ;
  color: #FFF ;
  background: hsl(160,50%,40%);
  font-size: 20px ;
  display: inline-block ;
  border-radius: 5px ;
  cursor: pointer ;
}
#about-button i {
  margin-right: 5px ;
}

.myprojects {
  position: absolute;  top:40px ; bottom: 0 ; left: 0 ; right: 0 ;
  display: none ;
  overflow: auto ;
}

.myprojects .title {
  margin: 0px 20px ;
}
.project-list {
  margin: 20px 10px 10px 10px ;
}
.project-list h2 {
  margin: 100px 50px ;
  text-align: center ;
  color: rgba(255,255,255,.5);
  font-size: 24px ;
}

.project-invites-list {
  margin: 0 10px 20px 20px ;
  float: right ;
}

.project-invites-list h2 {
  margin: 20px 0 ;
  font-size: 18px ;
  font-family: Ubuntu ;
  color: rgba(255,255,255,.7);
}

.project-invites-list .invite {
  background: rgba(0,0,0,.2);
  border-radius: 5px ;
  margin-bottom: 5px ;
  width: 300px ;
  overflow: hidden;
}

.project-invites-list .invite .buttons {
  float: right ;
}

.project-invites-list .invite img {
  height: 32px ;
  image-rendering: pixelated ;
  margin-right: 5px ;
  vertical-align: middle ;
}


.project-invites-list .invite .buttons div {
  display: inline-block ;
  padding: 5px ;
  font-size: 18px ;
  width: 24px ;
  height: 24px ;
  text-align: center ;
  cursor: pointer ;
}

.project-invites-list .invite .buttons .accept {
  background: hsl(160,50%,40%);
}
.project-invites-list .invite .buttons .reject {
  background: hsl(0,50%,40%);
}

.projectview {
  position: absolute;  top:0 ; bottom: 0 ; left: 0 ; right: 0 ;
  display: none ;
  user-select: none ;
}

.container {
  position: fixed;
  top: 92px;
  bottom: 0px;
  left: 252px;
  right: 1px;
  padding: 10px;
  overflow: auto ;
}

.container::-webkit-scrollbar {
    width: 10px;
}

.container::-webkit-scrollbar-track {
  background: rgba(255,255,255,.05);
  border-radius: 5px;
  margin: 4px 1px;
}

.container::-webkit-scrollbar-thumb {
  background-color: hsla(200,10%,80%,.5);
  border-radius: 5px;
  margin: 4px 1px;
}
.runbutton {
  display: inline-block;
  padding: 5px 10px ;
  border-radius: 5px ;
  background: hsl(120,50%,40%);
  color: rgba(255,255,255,.9);
  font-size: 18px ;
  cursor: pointer ;
}
.runbutton i {
  font-size: 14px;
}

.patch-caption {
  width: 200px ;
  height: 150px;
  margin: 10px ;
  padding: 5px ;
  background: hsl(0,40%,30%) ;
  border-radius: 5px;
  /*box-shadow: 0 0 10px hsla(0,50%,60%,1);*/
  display: inline-block;
  cursor: pointer ;
  transition: .1s filter, .1s transform ;
  transition-timing-function: ease;
}

.patch-caption .top {
/*  text-shadow: 0 0 5px rgba(0,0,0,1);*/
padding-left: 2px ;
}

.patch-caption .center {
  background-color: rgba(0,0,0,.5);
  height: 100px;
  margin: 5px 0;
}

.patch-caption .bottom {
/*  font-size: 14px;*/
padding-left: 2px ;

}

.patch-caption .rating {
  float: right ;
}

.patch-caption:hover {
  filter: brightness(1.2);
  transform: scale(1.05,1.05);
}

.patch-caption .toolbar {
  float: right ;
  text-shadow: none ;
}
.sidemenu::-webkit-scrollbar { display: none ; }

.sidemenu {
  position: absolute;
  top: 56px;
  bottom: 0px;
  left: 0px;
  width: 60px;
  z-index: 2 ;
  overflow-y: auto ;
  scrollbar-width: none ;
  transition: left 0.5s ease ;
  background: hsl(200,20%,16%);
}

.projectview.sidebar-collapsed .sidemenu {
  left: -60px ;
  overflow: visible ;
}

.projectview.sidebar-collapsed .section-container {
  left: -10px ;
}
.projectview.sidebar-collapsed .sidemenu li.selected {
  position:absolute ;
  left: 60px ;
  top: -65px ;
  transform: scale(0.8) ;
  border-radius: 5px ;
  box-shadow: 0 0 5px #000 ;
}

.sidemenu ul {
  position: relative ;
  display: inline-block ;
  margin: 0px 0 0 0 ;
  padding: 0 ;
  /*border-bottom: solid 2px rgba(255,255,255,.1);*/
}

.sidemenu li {
  display: inline-block ;
  padding: 15px 0px 8px 0 ;
  font-size: 12px;
  font-family: "Source Sans Pro";
  color: hsla(200,10%,90%,.9);
  text-align: center;
  width: 60px;
  cursor: pointer ;
  margin: 0px 0px ;
  transition: left 0.5s ease, top 0.5s ease, transform 0.5s ease ;
}

.sidemenu li img {
  width: 32px ;
  height: 32px ;
  margin-bottom: 5px ;
  border-radius: 5px ;
}

.sidemenu li .fa-code { color: hsla(0,100%,80%,.85);}
.sidemenu li .fa-image { color: hsla(45,100%,80%,.85);}
.sidemenu li .fa-map { color: hsla(90,100%,80%,.85);}
.sidemenu li .fa-cube { color: hsla(180,100%,80%,.85);}
.sidemenu li .fa-volume-up { color: hsla(135,100%,80%,.85);}
.sidemenu li .fa-music { color: hsla(180,100%,80%,.85);}
.sidemenu li .fa-book { color: hsla(225,100%,80%,.85);}
.sidemenu li .fa-sync { color: hsla(270,100%,80%,.85);}
.sidemenu li .fa-cogs { color: hsla(315,100%,80%,.85);}
.sidemenu li .fa-upload { color: hsla(0,100%,80%,.85);}

.sidemenu li.selected .fa-code { color: hsla(0,100%,70%,1);}
.sidemenu li.selected .fa-image { color: hsla(45,100%,70%,1);}
.sidemenu li.selected .fa-map { color: hsla(90,100%,70%,1);}
.sidemenu li.selected .fa-cube { color: hsla(180,100%,70%,1);}
.sidemenu li.selected .fa-volume-up { color: hsla(135,100%,70%,1);}
.sidemenu li.selected .fa-music { color: hsla(180,100%,70%,1);}
.sidemenu li.selected .fa-book { color: hsla(225,100%,70%,1);}
.sidemenu li.selected .fa-sync { color: hsla(270,100%,70%,1);}
.sidemenu li.selected .fa-cogs { color: hsla(315,100%,70%,1);}
.sidemenu li.selected .fa-upload { color: hsla(0,100%,70%,1);}

.sidemenu li#menuitem-code.selected { width: 56px ; border-left: solid 4px hsl(0,100%,70%) ; }
.sidemenu li#menuitem-sprites.selected { width: 56px ; border-left: solid 4px hsl(45,50%,50%) ; }
.sidemenu li#menuitem-maps.selected { width: 56px ; border-left: solid 4px hsl(90,50%,50%) ; }
.sidemenu li#menuitem-assets.selected { width: 56px ; border-left: solid 4px hsl(180,50%,50%) ; }
.sidemenu li#menuitem-sounds.selected { width: 56px ; border-left: solid 4px hsl(135,50%,50%) ; }
.sidemenu li#menuitem-music.selected { width: 56px ; border-left: solid 4px hsl(180,50%,50%) ; }
.sidemenu li#menuitem-doc.selected { width: 56px ; border-left: solid 4px hsl(225,50%,50%) ; }
.sidemenu li#menuitem-sync.selected { width: 56px ; border-left: solid 4px hsl(270,50%,50%) ; }
.sidemenu li#menuitem-options.selected { width: 56px ; border-left: solid 4px hsl(315,50%,50%) ; }
.sidemenu li#menuitem-publish.selected { width: 56px ; border-left: solid 4px hsl(0,50%,50%) ; }

.sidemenu li:hover {
  background-color: hsl(200,30%,30%) ;
  color: hsla(200,10%,100%,.9);
}
.sidemenu .selected,.sidemenu .selected:hover {
  background-color: hsl(200,30%,30%);
  margin-bottom: 0px;
  color: hsla(200,10%,100%,1);
  /*box-shadow: 10px 0px 10px -10px hsla(200,100%,70%,1) inset;*/
}

.sidemenu li i {
  font-size: 20px;
  padding-bottom: 5px;
}

#menuitem-tabs {
  margin: 5px ;
  border-radius: 10px ;
  padding: 10px 10px 5px 10px ;
  width: 30px ;
}

.section-container {
  position: absolute;
  top: 46px;
  bottom: 0px;
  left: 60px;
  right: 0px;
  padding: 0px;
  overflow: hidden;
  border-left: solid 10px hsl(200,30%,30%);
  border-radius: 10px 0px 0px 0px ;
}

.section {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  overflow: hidden ;
  display: none;
}

.patchtree {
  overflow: auto;
  position: fixed;
  bottom: 0px;
  top: 52px ;
  width: 252px;
}
.patchtree::-webkit-scrollbar {
    width: 10px;
}

.patchtree::-webkit-scrollbar-track {
  background: rgba(255,255,255,.05);
  border-radius: 5px;
  margin: 4px 1px;
}

.patchtree::-webkit-scrollbar-thumb {
  background-color: hsla(200,10%,80%,.5);
  border-radius: 5px;
  margin: 4px 1px;
}

.patchfoldertitle {
  padding: 10px;
  /*background: rgba(255,255,255,.1);*/
  cursor: pointer ;
  border-bottom: solid 1px rgba(255,255,255,.05);
  border-left: solid 1px rgba(255,255,255,.05);
}
.patchfoldertitle i {
  margin-right:10px;
}

.patchfoldercontent {
  padding: 2px 0px 1px 0px ;
  background: rgba(255,255,255,.03);
  border-left: solid 30px hsla(200,50%,40%,.1);
  margin-left: 0px;
}
.patchfoldercontent .patchfoldercontent {
  padding: 5px 0px 20px 10px ;
  border-left: solid 1px rgba(255,255,255,.05) ;
  background: none ;
}

.patchfoldercontent.closed {
  display: none ;
}


.patchfile {
  margin: 2px 0px 2px 30px ;
  display: inline-block ;
  padding: 5px 10px;
  background: linear-gradient(hsl(200,40%,40%) 0%,hsl(200,40%,50%) 10%,hsl(200,40%,40%) 10%,hsl(200,40%,30%) 90%,hsl(200,40%,30%) 90%,hsl(200,40%,20%) 100%);
  border-radius: 2px ;
  cursor: pointer ;
  min-width: 100px;
  box-shadow: 0 0 4px rgba(0,0,0,.5);
  color: rgba(255,255,255,.9);
}

.patchfile i {
  margin-right: 5px;
}
.editor-toolbar {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index:1 ;
  padding-bottom: 5px;
}

.editor-toolbar i {
  font-size: 20px ;
  margin: 5px;
  padding: 8px;
  border-radius: 25px ;
  background: hsl(200,10%,80%);
  color: rgba(0,0,0,.8);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  cursor: pointer ;
}
.editor-toolbar i:hover {
  background: hsl(200,10%,90%);
}
.editor-toolbar i:active {
  background: hsl(200,10%,100%);
}
#popmenu {
  position: fixed;
  width: 300px;
  min-height: 200px;
  background: hsl(200,30%,10%);
  border: solid 1px rgba(255,255,255,.1);
  border-radius: 5px;
  z-index: 4 ;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.hidden {
  display: none ;
}

.code-editor,#code-editor {
  position: absolute ;
  top: 0px ;
  bottom: 0px ;
  left: 0 ;
  width: 50% ;
}


.overlay {
  z-index: 40 ;
  background: rgba(0,0,0,.7);
  position: fixed ;
  top: 0 ;
  bottom: 0 ;
  left: 0 ;
  right: 0 ;
  text-align: center ;
  display: none;
  overflow: auto ;
}
.confirm-message-box {
  display: inline-block ;
  text-align: center;
  margin: 100px ;
  width: 500px ;
  padding: 40 px ;
  background: #EEE ;
  border-radius: 20px ;
  color: rgba(0,0,0,.8) ;
}
#confirm-message-text {
  margin: 40px 0 ;
}
.confirm-message-buttons div {
  display: inline-block ;
  margin : 20px ;
  padding: 10px 20px ;
  border-radius: 10px ;
  cursor: pointer ;
  color: rgba(255,255,255,.8);
  font-size: 20px ;
}
#confirm-message-cancel {
  background: hsl(0,40%,50%) ;
}
#confirm-message-ok {
  background: hsl(160,40%,50%) ;
}

.window-wrapper {
  text-align: center ;
}
#login-window {
  margin-top: 100px ;
  padding: 20px ;
  border-radius: 10px;
  background: #DDD;
  color: #222;
  display: inline-block ;
  text-align: center ;
  margin-bottom:100px;
}
#login-window h2 {
  margin-top: 0px;
}
#login-window p {
  margin: 0 ;
  padding: 0 ;
}
#create-account-panel {
  display: none ;
}
#forgot-password-panel {
  display: none ;
}
#login-window input {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 20px;
}
#login-window button {
    font-size: 18px;
    background: hsl(200,50%,40%);
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFF;
}

#login-window div.button {
  background: hsl(160,50%,40%);
  border-radius: 10px ;
  padding: 20px ;
  color: #FFF;
  margin: 20px 0 0 0;
  cursor: pointer ;
  width: 300px ;
}
#login-window div.button i {
  font-size: 40px ;
}
#create-account-terms {
  max-width: 600px ;
  padding: 20px ;
  background: rgba(255,255,255,.5);
  border-radius: 10px ;
  margin: 20px 0 ;
  text-align: left ;
  font-size: 14px ;
  color: #000 ;
  display: none ;
}
#create-account-terms p {
  margin-bottom: 20px ;
}
#create-account-terms h2 {
  font-size: 18px ;
  margin: 10px 0;
}
#create-account-terms img {
  width: 110px ;
  vertical-align: middle ;
  filter: drop-shadow(0px 0px 3px #000);
}
#create-project-button {
  display: inline-block ;
  margin: 0 20px 0 40px ;
  padding: 7px 30px ;
  background: hsl(160,50%,40%);
  font-size: 18px ;
  border-radius: 2px;
  cursor: pointer ;
  color: #FFF ;
  vertical-align: middle ;
}
#import-project-button {
  display: inline-block ;
  margin: 0 10px 0 0 ;
  padding: 7px 30px ;
  background: hsl(200,50%,40%);
  font-size: 18px ;
  border-radius: 2px;
  cursor: pointer ;
  color: #FFF ;
  vertical-align: middle ;
}
#create-project-button i, #import-project-button i {
  margin-right: 5px;
}
#create-project-window {
  margin-top: 200px ;
  margin-bottom: 100px ;
  padding: 20px ;
  border-radius: 10px;
  background: #DDD;
  color: #222;
  display: inline-block ;
  text-align: center ;
}
#create-project-title {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 20px;
}
#create-project-window button {
    font-size: 18px;
    background: hsl(200,50%,40%);
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFF;
    border: none ;
    cursor: pointer ;
    outline: none ;
}
#create-project-window select {
    font-size: 18px;
}
#create-project-window h2 {
  margin-top: 0px;
}

.project-box {
  position: relative ;
  margin: 10px ;
  padding: 10px ;
  background: rgba(255,255,255,.1);
  border-radius: 5px ;
  display: inline-block ;
  cursor: pointer ;
  min-width: 290px ;
  height: 200px ;
  box-shadow: 0 0 30px rgba(0,0,0,.5);
}

a.project-box {
  color: rgba(255,255,255,.9) ;
  text-decoration: none ;
}

.project-box img {
  border-radius: 10px ;
  background: #000 ;
  image-rendering: pixelated;
  width: 144px ;
  height: 144px ;
}

.project-box .buttons {
  position: absolute ;
  bottom: 10px ;
  right: 10px ;
  text-align: right ;
}

.project-box .buttons .button {
  padding: 4px 12px ;
  background: hsl(0,50%,40%);
  border-radius: 2px ;
  font-size: 14px ;
  margin-top: 8px ;
  text-align: left ;
}

.project-box .buttons .button.clone {
  background: hsl(160,50%,40%);
}

.project-box .buttons .button.export {
  background: hsl(200,50%,40%);
}
.project-box .buttons .button.export a {
  text-decoration: none ;
  color: #FFF ;
}

.project-box .buttons .button i {
  margin-right: 5px ;
}


.project-title {
  color: #FFF ;
  font-size: 24px ;
}

.ignoreMouseEvents {
  pointer-events: none ;
}

.usermenu {
  position: fixed ;
  top: 60px ;
  right: 0px ;
  height: 0px ;
  overflow: hidden ;
  z-index: 2 ;
  background: hsl(200,50%,20%);
  transition: height 0.5s ease ;
}
.usermenu i {
  margin-right: 10px ;
}
.usermenu div {
  padding: 10px 20px ;
  font-size: 16px ;
  border-top: solid 2px rgba(255,255,255,.1);
  cursor: pointer ;
}
.usermenu div:hover {
  background: rgba(255,255,255,.2);
}
.usermenu.regular .create-account, .usermenu.regular .discard-account {
  display: none ;
}
.usermenu.guest .settings, .usermenu.guest .logout, .usermenu.guest .profile {
  display: none ;
}
.usermenu.standalone .settings,.usermenu.standalone .profile,.usermenu.standalone .logout,.usermenu.standalone .create-account,.usermenu.standalone .discard-account {
  display: none ;
}

.usermenu .discard-account {
  background: hsl(0,50%,40%);
}

.help-section {
  display: none ;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden ;
}
.doc-render.documentation {
  padding: 50px ;
  max-width: 1000px ;
}
.help-sections {
  background: hsl(200,23%,23%);
  padding: 0 10px 10px 0 ;
  position: absolute ;
  top: 0 ;
  left: 0 ;
  right: 0 ;
}
.help-section-category {
  float: left ;
  border-radius: 5px ;
  padding: 0 10px 10px 0 ;
  margin: 10px 0 0 10px ;
  vertical-align: top ;
}
.help-section-title {
  padding: 10px 0 0 10px ;
  cursor: pointer ;
}
.help-section-title i {
  margin-right: 10px ;
}
.help-section-category.collapsed .help-section-title i:before {
  content: "\f0da";
}
.help-section-title i:before {
  content: "\f0d7";
}
.help-section-button {
  display: inline-block ;
  background: rgba(255,255,255,.5) ;
  color: rgba(0,0,0,.7);
  border-radius: 5px ;
  padding: 8px 16px ;
  margin: 14px 0 0 10px ;
  cursor: pointer ;
}
.help-section-category.collapsed .help-section-content {
  display: none ;
}
.help-section-button:hover {
  padding: 6px 14px ;
  border: solid 2px rgba(255,255,255,.8) ;
}
.help-section-button.selected {
  display: inline-block ;
  background: rgba(0,0,0,.5) ;
  color: rgba(255,255,255,.8) ;
  padding: 6px 14px ;
  border: solid 2px rgba(255,255,255,.8) ;
}
.help-document {
  position: absolute ;
  top: 200px ;
  left: 0 ;
  right: 0 ;
  bottom: 0 ;
}
.help-view {
  position: absolute ;
  top: 0 ;
  bottom: 0 ;
  left: 300px ;
  right: 0 ;
  overflow: auto ;
}
.help-view i {
  padding: 4px 6px;
  border-radius: 5px;
  font-size: 10px;
  background: rgba(0,0,0,.2);
  color: rgba(0,0,0,.5);
}
.helplist {
  position: absolute ;
  top: 0 ;
  bottom:0 ;
  left: 0px ;
  width: 260px ;
  overflow: auto ;
}
.help-list {
  padding: 0px 20px 40px 20px ;
}

.help-section div::-webkit-scrollbar-track {
  background: rgba(255,255,255,.15);
  border-radius: 5px;
  margin: 4px 2px;
}

.help-section div::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,.25);
  border-radius: 5px;
  margin: 4px 1px;
}
.help-list h1 {
  color: hsl(0,60%,60%);
  font-size: 20px;
  margin: 40px 0 0 0 ;
  padding: 0 ;
  cursor: pointer ;
}
.help-list h2 {
  color: hsl(20,80%,70%);
  font-size: 18px;
  margin: 10px 0 5px 20px ;
  padding: 0 ;
  cursor: pointer ;
}
.help-list h3 {
    color: hsla(20,80%,100%,.8);
    font-size: 16px;
    margin: 0 0 0 22px;
    padding: 0;
    border-left: solid 4px rgba(255,255,255,.1);
    padding-left: 10px;
    cursor: pointer ;
}

#notification-container {
  position: fixed ;
  top: 60px ;
  left: 0 ;
  right: 0 ;
  text-align: center ;
  transform: translateY(-150px);
  transition-duration: 1s ;
  transition-property: transform ;
}
#notification-bubble {
  padding: 10px 20px ;
  border-radius: 10px ;
  color: #FFF ;
  background: hsl(30,60%,50%) ;
  display: inline-block ;
}
#notification-bubble i {
  margin-right: 10px ;
}
.greenbutton {
  display: inline-block ;
  border-radius: 5px ;
  background: hsl(160,50%,40%);
  color: #FFF ;
  padding: 8px 20px ;
  font-size: 14px ;
  cursor: pointer ;
}
.greenbutton i {
  margin-right: 10px ;
}
.redbutton {
  display: inline-block ;
  border-radius: 5px ;
  background: hsl(0,50%,50%);
  color: #FFF ;
  padding: 8px 20px ;
  font-size: 14px ;
  cursor: pointer ;
}
.redbutton i {
  margin-right: 10px ;
}
.smallgreenbutton {
  display: inline-block ;
  border-radius: 5px ;
  background: hsl(160,50%,40%);
  color: #FFF ;
  padding: 2px 8px ;
  font-size: 12px ;
  cursor: pointer ;
}
.smallgreenbutton i {
  margin-right: 10px ;
}
.smallredbutton {
  display: inline-block ;
  border-radius: 5px ;
  background: hsl(0,50%,50%);
  color: #FFF ;
  padding: 2px 8px ;
  font-size: 12px ;
  cursor: pointer ;
}
.smallredbutton i {
  margin-right: 10px ;
}
.right {
  text-align: right ;
}
.center {
  text-align: center ;
}
.left {
  text-align: left ;
}

.floating-window {
  position: fixed ;
  top: 200px ;
  left: 300px ;
  width: 400px ;
  height: 300px ;
  border-radius: 10px ;
  box-shadow: 0 0 20px #000, 0 0 2px 0px #000 ;
  background: hsl(200,30%,30%);
  z-index: 10 ;
  /* display: none ;*/
  overflow: hidden ;
  display: none ;
}
.floating-window .titlebar {
    position: absolute ;
    left: 0 ;
    right: 0 ;
    top: 0 ;
    height: 20px;
    padding: 10px 10px;
    background: rgba(0,0,0,.1);
    color: #FFF;
    font-size: 16px;
    cursor: move;
}
.floating-window .titlebar .icon {
  display: inline-block ;
  margin-right: 10px ;
}
.floating-window .titlebar .title {
  display: inline-block ;
}
.floating-window .titlebar .minify {
  background: rgba(0,0,0,.5);
  border-radius: 20px ;
  padding: 6px 7px ;
  position: absolute ;
  right: 4px ;
  top: 4px ;
  text-align: center ;
  cursor: pointer ;
  font-size: 20px ;
}
.floating-window .navigation {
  position: absolute;
  bottom: 0 ;
  height: 40px ;
  left: 0 ;
  right: 0 ;
  background: rgba(0,0,0,.1);
}

.floating-window .navigation i.resize {
  padding: 12px 10px ;
  text-align: center ;
  position: absolute ;
  right: 0px ;
  width: 20px ;
  transform: rotateZ(-45deg);
  color: rgba(0,0,0,.5) ;
  cursor: nwse-resize ;
}

.floating-window .content {
  position: absolute ;
  left: 5px ;
  right: 5px ;
  top: 45px ;
  bottom: 45px ;
  padding: 5px;
  overflow: hidden ;
}

.usertag {
  display: inline-block ;
  position: relative ;
  background: none ;
  padding: 2px 18px 2px 6px ;
  border-radius: 5px ;
  overflow: visible ;
  text-decoration: none ;
  color: rgba(255,255,255,.9);
  font-size: 14px ;
}
.usertag img {
  vertical-align: middle ;
  position: absolute ;
  right: -16px ;
  top: 0px ;
}
.usertag img.profile {
  vertical-align: middle ;
  position: absolute ;
  left: -13px ;
  top: -4px ;
  width: 32px ;
  height: 32px ;
  border-radius: 16px ;
  box-shadow: 0 0 2px #000 ;
}
.usertag span {
  color: rgba(255,255,255,.9);
}
.usertag.founder {
  background: hsla(0,50%,40%,.5) ;
}
.usertag.pixel_master {
  background: hsla(140,50%,40%,.5) ;
}
.usertag.code_ninja {
  background: hsla(180,50%,40%,.5) ;
}
.usertag.gamedev_lord {
  background: hsla(300,50%,40%,.5) ;
}
.usertag.sponsor {
  background: hsla(40,50%,40%,.5) ;
}

.horizontal-splitbar {
  background: hsl(200,30%,30%);
  position: absolute ;
  left: 400px ;
  top: 0 ;
  bottom: 0 ;
  width: 10px ;
  cursor: ew-resize;
  z-index: 2 ;
}

.placeholder {
  padding: 40px ;
  color: rgba(255,255,255,.5) ;
  font-size: 24px ;
  text-align: center ;
}

.meta-message {
  position: fixed ;
  top: 60px ;
  left: 0 ;
  right: 0 ;
  height: 22px ;
  background: hsl(190,20%,75%);
  color: #222 ;
  padding: 9px 20px 8px 20px ;
  font-size: 16px ;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   border-bottom: rgba(0,0,0,.25);
}

.meta-message i {
  margin-right: 10px ;
  vertical-align: middle ;
  font-size: 20px ;
}

.meta-message i.fa-times {
  float: right ;
  cursor: pointer ;
  font-size: 14px ;
  padding: 4px 6px ;
  border-radius: 20px ;
  color: #FFF ;
  background: hsl(0,30%,50%);
  margin-left: 10px ;
}


#projects-bar {
  position: absolute ;
  top: 0 ;
  left: 0 ;
  right: 0 ;
  height: 30px ;
  padding: 5px ;
  vertical-align: middle ;
}

#projects-search {
  position: relative ;
  float: right ;
  right: 0 ;
  top: 0 ;
  bottom: 0 ;
  width: 200px ;
}
#projects-search input {
  border-radius: 25px;
      border: none;
      margin: 6px;
      font-size: 18px;
      padding: 5px 15px;
      background: rgba(255,255,255,.9);
      width: 148px ;
}
#projects-search input:focus {
  outline: none ;
}
#projects-search i {
    position: absolute;
    right: 26px;
    top: 13px;
    z-index: 1;
    color: rgba(0,0,0,.3);
    font-size: 18px;
}
#projects-tags {
  position: absolute ;
  left: 150px ;
  right: 200px ;
  top: 0 ;
  bottom: 0 ;
  white-space: nowrap ;
  overflow: hidden;
}
#projects-tags div {
  display: inline-block ;
  border-radius: 20px ;
  padding: 3px 8px ;
  margin: 10px 2px ;
  background: hsl(200,30%,15%);
  color: #FFF ;
  cursor: pointer ;
  font-size: 12px ;
}
#projects-tags span {
  font-size: 8px ;
  padding: 3px 5px ;
  border-radius: 15px ;
  background: rgba(255,255,255,.8);
  color: rgba(0,0,0,.8);
}
#projects-tags div.active {
  background: hsl(200,70%,50%);
  box-shadow: 0 0 10px hsl(200,70%,50%);
}
#projects-tag div:hover {
  background: hsl(200,70%,50%);
}





.createprojectoption {
  margin-bottom: 40px ;
}

.createprojectoption .tip {
  font-size: 12px ;
  color: rgba(0,0,0,.5);
}

.createprojectoption input {
  border: none ;
  border-radius: 3px ;
  font-size: 16px ;
  padding: 5px ;
  background: rgba(255,255,255,.2);
  color: rgba(0,0,0,.8);
  margin: 5px 10px 5px 0px ;
  font-family: "Source Sans Pro",Verdana ;
}

.createprojectoption input:focus {
  outline: none ;
  background: rgba(255,255,255,.3);
}

.createprojectoption h3 {
  margin: 0px 0px 4px 0px ;
}

.createprojectoption select {
  font-size: 16px ;
  background: rgba(255,255,255,.2);
  color: rgba(0,0,0,.8);
  border: solid 1px rgba(0,0,0,.2);
  padding: 2px;
  border-radius: 5px ;
  height: 30px;
  font-family: "Source Sans Pro",Verdana ;
  text-align: center ;
}

.createprojectoption select option {
  background-color: hsl(200,50%,10%);
  color: #FFF;
  padding: 2px ;
}

.createprojectoption select:focus {
  outline: none ;
  background: rgba(255,255,255,.4);
}


#advanced-create-project-options-button {
  border-radius: 5px ;
  color: hsl(200,50%,50%) ;
  margin: 60px 0 0px 0 ;
  cursor: pointer ;
}
#advanced-create-project-options-button.open {
  margin: 60px 0 40px 0 ;
}
#advanced-create-project-options-button i {
  margin-right: 10px ;
}
#advanced-create-project-options-button i:before {
  content: "\f063";
}
#advanced-create-project-options-button.open i:before {
  content: "\f062";
}

#advanced-create-project-options {
  display: none ;
}


img.pixelated {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.pick-color-button {
  display: inline-block ;
  margin: 7px 10px 7px 0 ;
  height: 26px ;
  width: 26px ;
  border-radius: 5px ;
  border: solid 1px rgba(255,255,255,.5);
  background: rgb(0,0,0) ;
  vertical-align: middle ;
  cursor: pointer ;
}

.editor-coordinates {
  position: absolute ;
  right: 0 ;
  top: 0 ;
  bottom: 0 ;
  padding: 10px 20px ;
}

.beta-pill {
  border-radius: 10px ;
  font-size: 12px ;
  padding: 2px 8px ;
  position: relative ;
  bottom: 15px ;
  left: 5px ;
  color: rgba(255,255,255,.9) ;
  background: hsl(0,50%,50%);
  font-family: Ubuntu ;
}

.search-field {
  width: 200px ;
  display: inline-block;
  position: relative ;
}
.search-field input {
  border-radius: 25px;
      border: none;
      margin: 6px;
      font-size: 14px;
      padding: 5px 15px;
      background: rgba(255,255,255,.9);
      width: 148px ;
}
.search-field input:focus {
  outline: none ;
}
.search-field i {
  position: absolute;
      right: 16px;
      top: 12px;
      z-index: 1;
      color: rgba(0,0,0,.3);
      font-size: 16px;
}

.likes-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  background: rgba(255,255,255,.2);
  border-radius: 5px ;
  color: rgba(255,255,255,.9);
  padding: 4px 12px ;
  vertical-align: baseline ;
  cursor: pointer ;
}

.likes-button.liked {
  background: hsl(0,50%,50%);
}


.likes-button i {
  margin-right: 4px ;
  vertical-align: baseline ;
}

