@font-face {
  font-family: Titillium;
  src: url(../fonts/Titillium-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: Titillium;
  src: url(../fonts/Titillium-Thin.otf);
  font-weight: 100;
}
@font-face {
  font-family: Titillium;
  src: url(../fonts/Titillium-ThinItalic.otf);
  font-weight: 100;
  font-style: italic;
}
html,
body {
  background-color: #262525;
  color: #e0e0e0;
  font-family: Titillium;
  font-size: 1.1em;
  font-weight: 100;
  font-style: italic;
}
a {
  color: #e0e0e0;
}
#qtcanvas {
  border: 0px none;
  height: 0px;
  width: 0px;
  margin: auto;
  outline: 0px solid transparent;
  caret-color: transparent;
  cursor: default;
}
#qtspinner {
  margin: 0;
}
#title {
  font-size: 2em;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
}
#instruction {
  font-style: normal;
}
#subtitle {
  padding-top: 0.4em;
  padding-bottom: 1.4em;
}
#dropzone {
  border: 0.18em dashed;
  text-align: center;
  padding: 1.2em;
  background-color: #353535;
}
#dropzone,
#projectsmenu {
  width: 70%;
  margin: auto;
}
#projectsmenu {
  display: none;
  padding: 0;
}
#projectsmenulist {
  list-style-type: none;
  background-color: #353535;
}
#projectsmenulist,
#projectsmenulist > li {
  float: left;
  padding: 0;
  margin: 0;
}
#projectsmenulist > li {
  margin: 1em;
}
#footer {
  padding-top: 1.2em;
  clear: both;
  font-size: 0.8em;
  text-align: center;
}
#launchstatus {
  text-align: center;
  width: 50%;
  margin: auto;
  display: none;
}
#appheader {
  text-align: center;
  margin: auto;
  padding: 5px;
  width: 500px;
  background-color: #191818;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
#appname {
  width: 400px;
}
#passwordDialog {
  width: 50%;
  padding: 1.2em;
  margin: auto;
  background-color: #0059ff79;
  display: none;
}
.inline-block-child {
  display: inline-block;
}
.alert {
  width: 70%;
  padding: 1.2em;
  margin: auto;
  background-color: #f492367a;
  display: none;
}
.closebtn {
  margin-left: 15px;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}
