#tabcontainer {
  position:absolute;
  left: 85px;
  top: 73px;
  z-index: 10;
  border: 0px solid blue;
/*   width: 500px; */
  height: 14px;
  padding: 5px;
}

#tabbox0 {
  left: 0px;
  top: 0px;
  display: block;
}

#tabbox1 {
  left: 130px;
  top: 0px;
  display: none;
}

#tabbox2 {
  left: 260px;
  top: 0px;
  display: none;
}

#tabbox3 {
  left: 390px;
  top: 0px;
  display: none;
}

#tabbox4 {
  left: 520px;
  top: 0px;
  display: none;
}

.tabbox {
  position:absolute;
  z-index: 10;
  border: 0px solid black;
  background-color: black;
  color: #c4c4c4;
  text-align: left;
  overflow: hidden;
  width: 115px;
  height: 14px;
  border-radius: 4px;
  padding: 5px;
}

.tabtext {
  position:absolute;
  width: 90px;
  z-index: 11;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #000 50%, transparent)
}

.tabcross {
  position:absolute;
  height: 13px;
  z-index: 13;
  border: 0px solid blue;
  width: 13px;
  right: 5px;
  cursor: pointer;
}

html {
  margin:0;
  padding:0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  background-color: #161616;
  margin:0;
  padding:0;
}

#clickable {
/*   display: inline-box; */
  color: #c5c5c5;
  border: 1px solid black;
/*   padding: 50px; */
  background-color: #505050;
}

#projectNamerBox {
  white-space: nowrap;
  position: absolute;
  color: #c5c5c5;
  top: 150px;
  left: 150px;
  width: 300px;
  height: 130px;
  border-top: 1px solid #505050;
  border-radius: 12px;
  z-index: 30000;
  background-color: #474747;
  border: 1px black solid;
}

#projectNameGrabber {
  cursor: move;
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  background-color: #303030;
  border-radius: 12px 12px 0 0;
  border-bottom: 1px black solid;
}

.boxHeader {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 5px;
}

#projectNameCloser {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 7px;
  right: 7px;
  cursor: pointer;
}

#projectNameInput {
  width: 217px;
  position: static;
  top: 45px;
  margin: 50px auto 20px auto;
}

#projectOKBar {
  display: block;
  width: 250px;
  bottom: 0px;
  padding: 5px 0px 5px 0px;
  margin: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #909090;
  border-bottom: 1px solid #303030;
  border-radius: 5px;
  text-align: center;
  background-color: #606060;
}

#projectOKBar:hover {
  background-color: #707070;
}

.textbox{
  height: 25px;
  background-color:#252525;
  color: #c4c4c4;
  border: 1px solid #252525;
  border-radius: 3px;
  box-sizing: border-box;
}

/* .textbox:onfocus {
  border: 1px solid blue;
} */
