html {
  overflow: hidden;
  height: 100%;
}
body {
  height: 100%;
  overflow: auto;
}
[v-cloak] {
  display: none;
}
html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}
body {
  margin: 0;
  color: #444;
}
form {
  margin-bottom: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #888;
}
.cta {
  margin-bottom: 20px;
}
aside {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  background: #333;
  color: #ccc;
  overflow: auto;
  box-sizing: border-box;
  padding: 25px;
}
main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 40px 40px;
  background-image: linear-gradient(to right, #f4f4f4 1px, transparent 1px), linear-gradient(to bottom, #f4f4f4 1px, transparent 1px);
  padding: 30px;
  overflow: auto;
}
aside+main {
  left: 300px;
}
.toggle {
  padding: 10px;
  display: block;
  color: #888;
  left: 0;
  top: 0;
  position: absolute;
}
header h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
header p {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.3em;
}
footer {
  margin-top: 10px;
  font-size: 0.8em;
  opacity: 0.5;
}
footer a+a {
  margin-left: 10px;
}
.profiles {
  margin-top: 30px;
}
.profiles .item {
  display: block;
  color: #fff !important;
  padding: 10px;
  border: solid 2px #000;
  cursor: pointer;
  margin-bottom: 6px;
  border-radius: 5px;
}
.profiles .fa {
  margin-right: 10px;
}
.profiles .item:hover,
.profiles .item.active {
  background-color: #fff !important;
  color: #444 !important;
  border-color: #fff !important;
}
.options {
  margin-top: 30px;
  border-top: solid 1px #444;
  padding-top: 30px;
}
.options label {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.7em;
}
.options input,
.options select {
  -webkit-appearance: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: #444;
  border: solid 2px #666;
  border-radius: 4px;
  color: #fff;
  padding: 10px;
  outline: none;
}
.options input:focus {
  border-color: #bbb;
  background: #555;
}
.preview {
  text-align: center;
  margin-top: 30px;
}
.canvas {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.outline {
  border: dashed 1px #ccc;
  border-radius: 6px;
}
.overlay-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  z-index: 100;
}
.overlay {
  flex-grow: 1;
  text-align: center;
  margin-top: 10px;
}
.overlay .help {
  opacity: 0.3;
}
.overlay .help .fa {
  font-size: 2em;
  margin: 0 10px;
}
.overlay .help .info {
  margin-top: 15px;
  font-size: 0.8em;
}
.overlay .thum {
  margin-top: 20px;
}
.overlay .thum input {
  padding: 10px;
}
.overlay .thum a {
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  color: #666;
}
#file {
  visibility: hidden;
}
.fabs {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 200;
}
.fab {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  color: #888;
  border-radius: 50%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  line-height: 60px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}
.fab+.fab {
  margin-left: 15px;
}
.fab:hover {
  transform: scale(1.05);
  color: #444;
}
.fab-primary {
  background-color: #27ae60;
  color: #fff;
}
.fab-primary:hover {
  color: #fff;
}
.loader {
  background: rgba(255,255,255,0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loader img {
  margin-top: -60px;
  margin-left: -60px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.4;
}
.dropzone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  opacity: 0.5;
  background: #60a7dc;
  box-sizing: border-box;
  border: 11px dashed #60a7dc;
}
.error {
  padding: 50px 80px;
}
