
/** Feedback form **/

.feedback_title {
  margin-top: -10px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.feedback_form {
  position: absolute;
  height: auto;
  left: -404px;
  background: #004481;
  z-index: 9999;
  padding: 20px;
  color: #fff;
  margin-top: 20px;
  border-radius: 8px;
  -webkit-border-radius:0 8px 8px 0;
  -moz-border-radius:0 8px 8px 0;
  position: fixed;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

div.feedback_form.visible {
  max-width: 404px;
}
div.feedback_form.hideme {
  max-width: 404px;
}

div.feedback_form.visible.feedback_button {
  max-width: 384px;
}

div.feedback_form.hideme.feedback_button {
  max-width: 384px;
}

.feedback_form ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul#id_feedback_choice li, ul#id_recommend_rate li {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-bottom: 20px;
  margin-left: 10px;
}

#id_feedback_choice {
  padding-bottom: 20px;
}

#id_recommend_rate {
  margin-bottom: 10px;
}

ul#id_feedback_choice li {
  margin-bottom: 20px;
}

/*div.feedback_form.visible*/
div.container.hideme.visible div.feedback_form.hideme.visible 
div.feedback_button a#feedback_move button {
  left: 400px;
}

div.container.hideme div.feedback_form.hideme 
div.feedback_button a#feedback_move button {
  left: 400px;
}


ul#id_feedback_choice li #id_feedback_choice_1 {
  left: 20px;
}

.feedback_button button {
  right: -72px;
  position: absolute;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform-origin: top left 0;
  background: #366b9b;
  padding: 6px;
  top: 95px;
  color: #fff;
  border: 0px;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  
}

.feedback_button a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.feedback_button button:hover {
  background: #004481;
  border: 0px solid #004481;
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
}

.feedback_message {
  margin-top: 10px;
}

.feedback_send {
  margin-top: 10px;
}

/* Here is the setiing of the msg above radio button */

div.col-sm-12 .extremely_satisfied {
  display: inline-block;
}

label.extremely_dissatisfied {
  color: #E60000;
  font-weight: normal;
}


label.extremely_satisfied {
  color: #5CE62E;
  font-weight: normal;
  float: right;
}

.rado {
  background: yellow;
}


/* For small devices */

@media (max-width: 767px) {
  .feedback_form {
    clear: both;
    float: left;
    position: fixed;
    height: auto;
    background: #004481;
    z-index: 9999;
    padding: 20px;
  }

  .container.hideme {
    width: 280px;
  }
  .row {
    width: auto;
  }

  .mobilesize {
    width: auto;
    clear: both;
    float: left;
  }

  textarea.feedback_message {
    width: 100%;
  }

  .feedback_title {
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  ul#id_feedback_choice li, ul#id_recommend_rate li {
    display: inline-block;
    width: 20px;
    height: 10px;
    padding-bottom: 20px;
    margin-left: 10px;
  }
 
  label.extremely_dissatisfied, label.extremely_satisfied {
    width: auto;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 10px;
  }
}