.survey-overlay {
  margin: auto;
  top: 0px;
  width: 1px;
  height: 1px;
  text-align: center;
  z-index: 100000;
  font-size: 14px;
}
.survey-overlay h3 {
  font-family: arial;
  color: #ee5801;
  margin-top: 0;
}
.survey-overlay.floating {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0,0,0,0.7);
}
.survey-overlay.floating .survey-content {
  transition: width 1s;
  min-width: 290px;
  max-width: 90%;
  width: 600px;
  max-height: 90%;
  margin: 50px auto;
  background-color: #fff;
  padding: 15px;
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
}
.survey-overlay.floating .survey-content > div.init-info {
  min-height: 200px;
  overflow: auto;
}
.survey-overlay.floating .survey-content > div.init-info .solve-highlight {
  background: #1aff1a;
  padding: 3px;
  margin: 0 10px 0 10px;
  text-transform: uppercase;
}
.survey-overlay.floating .survey-content > div.init-info .giveup-highlight {
  background: #ff5b1c;
  padding: 3px;
  margin: 0 10px 0 10px;
  text-transform: uppercase;
}
.survey-overlay.floating .survey-content > div.init-buttons {
  position: relative;
  background: #d3d3d3;
  min-height: 100px;
  height: auto;
  margin: -15px;
  margin-top: 0;
  text-align: center;
}
.survey-overlay.floating .survey-content > div.init-buttons p {
  display: inline-block;
  margin-right: 20px;
}
.survey-overlay.floating .survey-content > div.init-buttons input {
  margin-top: 35px;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 60px;
  background: url("../img/no.png") no-repeat;
  height: 50px;
  text-align: right;
}
.survey-overlay.floating .survey-content > div.init-buttons input:hover {
  text-decoration: underline;
}
.survey-overlay.floating .survey-content > div.init-buttons .survey-yes,
.survey-overlay.floating .survey-content > div.init-buttons .survey-no:first-child,
.survey-overlay.floating .survey-content > div.init-buttons .survey-showTask,
.survey-overlay.floating .survey-content > div.init-buttons .survey-gototask,
.survey-overlay.floating .survey-content > div.init-buttons .survey-finish {
  background: url("../img/yes.png") no-repeat;
  margin-right: 10px;
}
.survey-overlay.floating .survey-content > div.init-buttons > div.task-description {
  padding: 15px 40px 0px;
  position: relative;
  border: 3px dotted #808080;
}
.survey-overlay.floating .survey-content > div.init-buttons > div.task-description span.task-dialog-start {
  position: absolute;
  left: 15px;
  font-size: 70px;
  color: #808080;
  top: -10px;
}
.survey-overlay.floating .survey-content > div.init-buttons > div.task-description span.task-dialog-stop {
  position: absolute;
  bottom: -45px;
  right: 25px;
  font-size: 70px;
  color: #808080;
}
.survey-overlay.floating .survey-content h2 {
  color: #ee5801;
  margin-top: 0;
}
.survey-overlay.floating .survey-content h2.confirmation-header {
  margin-top: 80px;
  margin-left: 10%;
}
.survey-overlay.floating .survey-content ul {
  list-style-type: none;
  padding-left: 5px;
  display: none;
}
.survey-overlay.floating .survey-content ul li {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 8px;
  margin-bottom: 3px;
  padding-left: 2px;
}
.survey-overlay.floating .survey-content textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.survey-overlay.floating .survey-content table caption {
  text-align: left;
}
.survey-overlay.floating .survey-content table thead th {
  text-align: center;
}
.survey-overlay.floating .survey-content table tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.survey-overlay.floating .survey-content table label,
.survey-overlay.floating .survey-content table th {
  font-weight: normal;
  font-size: 1.2rem;
}
.survey-overlay.floating .survey-content table th,
.survey-overlay.floating .survey-content table td {
  padding: 10px;
  padding-left: 0;
}
.survey-overlay.floating .survey-content table td {
  text-align: center;
}
.survey-overlay.floating .survey-content .open h2,
.survey-overlay.floating .survey-content .open p {
  display: block;
}
.survey-overlay.floating .survey-content input[type=button] {
  display: inline;
  background-color: transparent;
  border: 0;
}
.survey-overlay.floating .survey-content input[type=button]:hover {
  text-decoration: underline;
}
.survey-overlay.floating .survey-content input.survey-end {
  float: right;
  position: absolute;
  top: 10px;
  right: 0px;
  color: #808080;
  font-weight: bold;
}
.survey-overlay.floating .survey-content ul,
.survey-overlay.floating .survey-content h5,
.survey-overlay.floating .survey-content p {
  display: block;
}
.survey-overlay.floating .survey-content .other-hidden {
  display: none;
}
.survey-overlay.floating .survey-content .condition-hidden {
  display: none;
}
.survey-overlay.top-bound {
  height: 45px;
  width: 100%;
  right: 0;
  background: #fff;
  position: relative;
}
.survey-overlay.top-bound div.survey-content {
  width: 100%;
  height: 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 0;
  padding: 2px;
  text-align: left;
  position: fixed;
  border-bottom: 2px solid #000;
}
.survey-overlay.top-bound div.survey-content .survey-content-border {
  max-width: 800px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.survey-overlay.top-bound div.survey-content .survey-content-border input[type="button"] {
  border: 0;
  width: 200px;
  height: 40px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-end {
  position: relative;
  left: 0px;
  background: transparent;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-end:hover {
  text-decoration: underline;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-end {
  float: right;
  max-width: 10%;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-showTask {
  float: left;
  max-width: 40%;
  background: #d4d4d4;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-showTask:hover {
  background: #f0f0f0;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-finish,
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-cancel,
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-showTask {
  float: left;
  font-weight: bold;
  max-width: 25%;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-finish {
  background: #00fb00;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-finish:hover {
  background: #a4ffa4;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-cancel {
  background: #fc4700;
}
.survey-overlay.top-bound div.survey-content .survey-content-border .survey-cancel:hover {
  background: #ff7c49;
}
.survey-overlay.top-bound .survey-content-description.disabled {
  display: none;
}
.survey-overlay.top-bound .survey-content-description.active {
  position: absolute;
  top: 40px;
  left: 10px;
  border: solid 1px #000;
  padding: 8px;
  background: #fff;
}
