.feedback-btn {
  font-size: 14px;
  position: fixed;
  top: 30%;
  right: -35px;
  width: auto !important;
  transform: rotate(270deg);
  border: 1px solid #ffd100;
}

.storeButton {
  top: 80%;
}

.configAirButton {
  top: 80%;
  background-color: #fed82a;
}

@media only screen and (max-width: 600px) {
  .feedback-btn {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 14px;
    right: 14px;
    border-radius: 4px;
    width: auto;
    transform: none;
    border: 1px solid #ffd100;
  }
}
.feedback-btn:hover {
  border: 1px solid white;
  background-color: #2c2a29;
  color: #fff;
}

#feedback-submit {
  border-radius: 8px;
}
#feedback-submit:hover {
  border: 1px solid white;
  background-color: #2c2a29;
  color: #fff;
}

#feedback-submit-success h3 {
  font-size: 18px;
  line-height: 22px;
}

#feedback-submit-success p {
  font-size: 14px;
  line-height: 22px;
}

#feedback-note-tmp {
  width: 444px;
  height: auto;
  min-height: 90px;
  outline: none;
  padding: 4px;
}
#feedback-note-tmp:focus,
#feedback-overview-note:focus {
  border: 1px solid #64b7cc;
}
#feedback-canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#feedback-welcome,
#feedback-submit-success {
  display: block;
  position: fixed;
  max-height: 95vh;
}

.feedback-next-btn {
  width: 72px;
  height: 29px;
  float: right;
  padding: 0 8px;
}
.feedback-back-btn {
  width: 72px;
  height: 29px;
  float: right;
  padding: 0 8px;
  margin-right: 20px;
}
.feedback-submit-btn {
  width: 72px;
  height: 29px;
  float: right;
  padding: 0 8px;
}
.feedback-close-btn {
  width: 72px;
  height: 29px;
  float: right;
  padding: 0 8px;
  border: 1px solid #ffd100;
}
.feedback-close-btn:hover {
  border: 1px solid white;
  background-color: #2c2a29;
  color: #fff;
}
.feedback-helper {
  background: rgba(0, 0, 0, 0);
  cursor: default;
}
.feedback-helper[data-type="highlight"] > .feedback-helper-inner {
  background: rgba(0, 68, 255, 0.1);
}
#feedback-close {
  cursor: pointer;
  position: absolute;
  background: url(icons.png) -0px -64px;
  width: 30px;
  height: 30px;
}
.feedback-wizard-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(icons.png) -0px -34px;
  width: 30px;
  height: 30px;
  opacity: 0.65;
}
.feedback-wizard-close:hover {
  opacity: 1;
}
#feedback-welcome-error,
#feedback-overview-error,
#feedback-email-error {
  display: none;
  color: #f13e3e;
  font-size: 13px;
  line-height: 29px;
}
#feedback-highlighter {
  display: none;
  position: fixed;
}
#feedback-overview {
  display: none;
  position: fixed;
  height: auto;
  text-align: center;
}
#feedback-submit-error {
  display: block;
  position: fixed;
  width: 350px;
  height: auto;
}
.feedback-btn {
  padding: 10px 20px;
  outline: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.feedback-btn-gray {
  text-align: center;
  cursor: pointer;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  border-radius: 2px;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
}
.feedback-btn-gray:hover {
  color: #333;
  border: 1px solid #c6c6c6;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
}
.feedback-btn-blue {
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
  border: 1px solid #2f5bb7;
  color: #fff;
}
#feedback-note-tmp,
#feedback-overview-note {
  resize: none;
}
#feedback-welcome,
#feedback-highlighter,
#feedback-overview,
#feedback-submit-success,
#feedback-submit-error {
  z-index: 40000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.333);
  padding: 30px 20px;
  width: 350px;
  border: 1px solid rgba(0, 0, 0, 0.333);
  border-radius: 50px 50px 50px 50px;
  outline: 0;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  background: #fff;
  background-clip: padding-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transform: translateZ();
}
.feedback-sethighlight,
.feedback-setblackout {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
  background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
  color: #444;
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: default;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  margin-right: 16px;
  height: 30px;
  line-height: 28px;
  min-width: 90px;
  outline: 0;
  padding: 0 8px;
  display: inline-block;
  float: left;
}
.feedback-setblackout {
  margin-top: 10px;
  clear: both;
}
.feedback-sethighlight div {
  background: url(icons.png) 0px -94px;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  float: left;
}
.feedback-setblackout div {
  background: url(icons.png) -16px -94px;
  width: 16px;
  height: 16px;
  margin-top: 7px;
  float: left;
}
.feedback-sethighlight:hover,
.feedback-setblackout:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  color: #333;
}
.feedback-active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #eee;
  background-image: -webkit-linear-gradient(top, #eee, #e0e0e0);
  background-image: -moz-linear-gradient(top, #eee, #e0e0e0);
  background-image: -ms-linear-gradient(top, #eee, #e0e0e0);
  background-image: -o-linear-gradient(top, #eee, #e0e0e0);
  background-image: linear-gradient(top, #eee, #e0e0e0);
  border: 1px solid #ccc;
  color: #333;
}
#feedback-highlighter label {
  float: left;
  margin: 0 0 0 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
}
#feedback-highlighter label.lower {
  margin-top: 10px;
}
.feedback-buttons {
  float: right;
  margin-top: 20px;
  clear: both;
}

.feedback-additional {
  margin-bottom: 20px !important;
}
#feedback-overview-description {
  float: left;
}
#feedback-overview-note {
  width: 314px;
  padding: 4px;
  height: 90px;
  outline: none;
}

.feedback-screenshot {
  max-width: 290px;
  padding: 1px;
  border: 1px solid #adadad;
}
#feedback-overview-description-text span {
  margin: 8px 0;
  color: #666;
  padding-left: 10px;
  background: url(icons.png) -30px -34px no-repeat;
  margin-left: 26px;
}
#feedback-browser-info,
#feedback-page-info,
#feedback-page-structure,
#feedback-additional-none {
  margin-top: 16px;
  display: none;
}
.feedback-thumbs-text {
  line-height: 30px;
}
.feedback-thumbs {
  height: 50px;
}

label.active {
  background-color: #fff;
}
label.active.green {
  background-color: #5cb85c;
}
label.active.yellow {
  background-color: #f0ad4e;
}
label.active.red {
  background-color: #d9534f;
}

#feedback-highlighter-next,
#feedback-submit {
  margin-right: 15px;
}

#feedback-loader {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 350px;
  margin-left: -200px;
  text-align: center;
  z-index: 100000000000;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.333);
  border-radius: 50px 50px 50px 50px;
}

#feedback-loader h3 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feedback-header {
  margin-top: 5px;
  text-align: center;
}
.feedback-center {
  text-align: center;
}
.feedback-left {
  text-align: left;
}
#feedback-next {
  display: none;
}
.overflow-container {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 85vh;
}

label.btn {
  padding: 10px 15px;
}

.form-group {
  margin-bottom: 23px;
}

label.fb-label {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.fb-form-control::placeholder {
  color: #737373;
  opacity: 1;
  font-size: 10px;
}

textarea.fb-form-control {
  height: auto;
}

.fb-form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  font-family: "Gotham Book", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#configToggles input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
