﻿div.rotate-text {
  position: relative;
  height: 120px;
}
div.rotate-text a {
  position: absolute;
  top: 50px;
  border-bottom: none;
  right: -47px;
  width: 115px;
  font-size: 14px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
  font-weight: 600;
  color: #fff;
  -webkit-transform: rotate(268deg);
  -moz-transform: rotate(268deg);
  -o-transform: rotate(268deg);
  transform: rotate(270deg);
}
.feedback-panel {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 9999;
  padding: 10px 10px 10px 10px;
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  background-color: #5aaa55;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  box-shadow: -10px 0 12px -6px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  -moz-transition: 0.3s background-color ease-in-out;
  -o-transition: 0.3s background-color ease-in-out;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
.feedback-panel:hover {
  background-color: #538c5b;
}
.feedback-panel .icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block !important;
  vertical-align: text-top;
}
.feedback-panel a.feedback {
  text-decoration: none !important;
  border-bottom: none !important;
}
.feedback-panel .feedback-separator {
  border-top: 1px solid #ffffff;
  margin: 5px 0;
}
.feedback-panel .icon-help {
  width: 20px;
  height: 20px;
  background: url(images/icons/ecp-1-1.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.feedback-panel .icon-infos {
  text-align: center;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #fff;
  padding: 2px;
}
.feedback-panel .k-upload {
  width: 100% !important;
}
.feedback-panel .form-content {
  border: 1px solid #dadada;
  display: table;
  padding: 5px 20px 20px 20px;
  margin: 15px;
}
.feedback-panel .form-content .toolbar-panel-wrapper {
  padding: 5px 0 20px 0;
  width: 100%;
  *zoom: 1;
}
.feedback-panel .form-content .toolbar-panel-wrapper .title-section {
  color: #009688;
  float: left;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.feedback-panel .form-content .toolbar-panel-wrapper:before,
.feedback-panel .form-content .toolbar-panel-wrapper:after {
  content: " ";
  display: table;
}
.feedback-panel .form-content .toolbar-panel-wrapper:after {
  clear: both;
}
.feedback-panel .form-content .select-file-help {
  color: #B72727;
  font-size: 0.9em;
  font-style: italic;
  width: 600px;
}
.feedback-panel .form-content .label-feedback {
  font-size: 1.3em;
  margin-right: 10px;
}
.feedback-panel .form-content .subject {
  border: 1px solid #dadada;
  outline: none;
  width: 600px;
  height: 30px;
}
.feedback-panel .form-content .textarea-feedback {
  width: 600px;
  height: 200px;
  border: 1px solid #cccccc;
  outline: none;
  font: 1.1em Segoe UI, Arial;
}
.feedback-panel .form-content .captcha {
  border: 1px solid #cccccc;
  outline: none;
  height: 25px;
  width: 110px;
}
.feedback-panel .form-content button.k-button {
  float: right;
}
.feedback-panel .form-content button.k-button .icon-envelope {
  width: 14px;
  height: 14px;
  background: url('images/icons/glyphicons-halflings-white.png') no-repeat;
  background-position: -72px 0;
}
.feedback-panel .form-content button.k-button:hover .icon-envelope {
  width: 14px;
  height: 14px;
  background: url('images/icons/glyphicons-halflings-black.png') no-repeat;
  background-position: -72px 0;
}
.feedback-panel .form-content #modalWindow {
  display: none;
}
.feedback-panel .subject:hover,
.feedback-panel .textarea-feedback:hover,
.feedback-panel .captcha:hover,
.feedback-panel .subject:focus,
.feedback-panel .textarea-feedback:focus,
.feedback-panel .captcha:focus {
  border: 1px solid #009688;
}
.feedback-panel .k-button.k-upload-action {
  width: 20px;
  height: 25px;
}
.feedback-panel .k-button.k-upload-action > span.k-icon.k-i-close.k-delete:hover {
  background-color: #009688 !important;
}
.feedback-panel .k-button.k-upload-button.k-state-focused {
  background: none;
  border: 1px solid #dadada;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feedback-panel .k-button.k-upload-button:hover {
  background-color: #009688 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  border: 1px solid #009688 !important;
}
.feedback-panel .k-button.k-upload-button > span {
  line-height: 2.1em;
}