@charset "UTF-8";
body, html {
  height: 100%;
  font-size: 100%;
  line-height: 1.2;
}

.top-btn {
  margin-right: 0.5em;
}

.container {
  margin-top: 1em;
  background: #fff;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
  margin-left: 2em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background: #eee;
  cursor: move;
  border-radius: 5px;
}

.survey-canvas {
  border: 3px dashed #eee;
  padding: 1em;
  list-style: none;
}

.survey-canvas li {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
  cursor: initial;
    font-size: 20px;
}
.survey-canvas li h4 {
  margin-bottom: 0.5em;
  margin-left: 0;
  font-size: 1.2em;
  border: 1px solid #eee;
  padding: 0.5em 1em;
  border-radius: 5px;
  cursor: move;
  color: #ccc;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 2px;
}
.survey-canvas li h4::before {
  content: '::';
  color: #eee;
  margin-right: 0.5em;
}
.survey-canvas li .x {
  float: right;
  cursor: pointer;
  color: #eee;
  margin-top: -0.3em;
  font-size: 1.8em;
}
.survey-canvas li .x:hover {
  color: red;
}
.survey-canvas li .question-container {
  margin-left: 1em;
}

.placeholder {
  font-size: 1.5em;
  color: #ccc;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  vertical-align: middle;
  letter-spacing: 1px;
}

.survey-textbox, .survey-textarea {
  display: block;
  width: 100%;
}

.new-page {
  text-align: center;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: -1em;
  letter-spacing: 1px;
  font-size: 90%;
}

.default-text {
  background: none;
  border: none;
  padding: 0.2em;
  resize: none;
}
.default-text i.fa-pencil {
  display: none;
  font-size: 0.6em;
  padding-left: 0.5em;
  vertical-align: middle;
  color: green;
}
.default-text:hover {
  background: #eee;
  border-bottom: 1px dashed green;
}
.default-text:hover i.fa-pencil {
  display: inline;
}

.ui-state-default {
  border-color: lightblue;
}

.ui-state-hover {
  border-color: lightgreen;
}

footer {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1em;
  color: #ccc;
  letter-spacing: 2px;
}

hr.divider {
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
}
hr.divider:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white;
}
