@viewport {
  width: device-width;
  zoom: 1; }
html {
  font-size: 100%; }

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 0; }

p,
li,
input[type="radio"],
textarea,
label {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-size: 100%;
  margin: 0;
  padding: 0; }

@media (min-width: 300px) {
  p,
  li,
  input[type="radio"],
  textarea,
  label {
    font-size: 55%; } }
@media (min-width: 400px) {
  p,
  li,
  input[type="radio"],
  textarea,
  label {
    font-size: 70%; } }
@media (min-width: 500px) {
  p,
  li,
  input[type="radio"],
  textarea,
  label {
    font-size: 80%; } }
@media (min-width: 700px) {
  p,
  li,
  input[type="radio"],
  textarea,
  label {
    font-size: 100%; } }
.app-wrapper {
  height: 100%;
  width: 100%;
  background: #777777;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }

.app-container {
  min-width: 300px;
  max-width: 720px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.desktop-header {
  margin: 0;
  padding: 0;
  height: 10%;
  background: #08215a;
  width: 100%;
  max-width: 600px;
  position: relative;
  top: 0; }

.desktop-sub-header {
  margin: 0;
  padding: 0;
  height: 4%;
  background: #fff;
  width: 100%;
  max-width: 600px;
  position: relative;
  top: 0;
  border-bottom: 1px solid #ddd; }

.desktop-sub-header a {
  text-decoration: none;
  color: #2f3590;
  font-size: 14px; }

.header-logo {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  float: left; }

.header-logo-dx {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  float: right; }

img.header {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  height: 75%;
  float: left;
  top: 15%;
  left: 5%;
  max-width: 400px; }

img.header2 {
  margin: 0;
  padding: 0px;
  border: 0;
  position: relative;
  height: 55%;
  float: left;
  top: 20%;
  right: 5%;
  max-width: 200px; }

.content {
  width: 100%;
  height: 75%;
  min-height: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: white;
  overflow: auto;
  position: relative;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bubble {
  opacity: 0;
  margin-top: 7px;
  margin-bottom: 7px; }

.app-bubble {
  text-align: left;
  color: #000;
  right: 3%;
  position: relative;
  width: 82%;
  height: wrap;
  min-height: 20px;
  padding: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d6d6d6;
  padding: 10px;
  font-weight: normal;
  font-size: 100%; }

.app-bubble div,
p,
ul li,
ol li,
span {
  font-weight: normal;
  font-size: 13px; }

.app-bubble p {
  padding-top: 4px; }

.app-bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #d6d6d6;
  display: block;
  width: 0;
  z-index: 1;
  left: -15px;
  top: 10px; }

.user-bubble {
  text-align: left;
  opacity: 1;
  left: 3%;
  position: relative;
  width: 82%;
  min-height: 20px;
  height: wrap;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #d9de3b;
  padding: 10px; }

.user-bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent #d9de3b;
  display: block;
  width: 0;
  z-index: 1;
  right: -15px;
  bottom: 10px; }

.input-bubble-wrapper {
  height: 90%;
  width: 90%; }

.input-bubble {
  position: relative;
  top: 3%;
  width: 82%;
  min-height: 50px;
  height: 90%;
  padding: 0px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: #777777 solid 1px; }

.input-bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent #000;
  display: block;
  width: 0;
  z-index: 2;
  right: -15px;
  bottom: 15px; }

.input-bubble:before {
  content: '';
  position: absolute;
  border-width: 15px 0 15px 15px;
  border-color: transparent #000;
  display: block;
  width: 0;
  z-index: 1;
  right: -16px;
  bottom: 15px; }

.app-user-space {
  margin: 0;
  height: 13%;
  background: white;
  width: 100%;
  max-width: 600px;
  position: relative;
  top: 0; }

.question-space {
  width: 75%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0; }

textarea.question-space-txt:focus {
  outline: 0; }

textarea.question-space-txt {
  height: 92%;
  width: 95%;
  position: relative;
  top: 1%;
  border: none;
  background: none;
  line-height: 92%;
  resize: none;
  overflow: hidden;
  z-index: 1; }

.question-button-space-wrapper {
  height: 100%;
  width: 25%;
  margin: 0;
  position: relative; }

.question-button-space {
  margin: 0;
  height: 90%;
  width: 25%;
  position: relative;
  display: inline-block;
  right: 5%;
  top: 5%;
  overflow: hidden; }

.question-button-padding {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: absolute;
  bottom: 0; }

input.question-button:focus {
  outline: 0; }

input.question-button {
  background: url(../images/iconsWebIt/send.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 0;
  border: 0;
  height: 80%;
  width: 80%;
  border: none;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white; }

@media (min-width: 200px) {
  input.question-button {
    font-size: 1em;
    font-size: 50%; } }
@media (min-width: 250px) {
  input.question-button {
    font-size: 1em;
    font-size: 70%; } }
@media (min-width: 300px) {
  input.question-button {
    font-size: 1em;
    font-size: 100%; } }
@media (min-width: 350px) {
  input.question-button {
    font-size: 1em;
    font-size: 150%; } }
@media (min-width: 450px) {
  input.question-button {
    font-size: 1em;
    font-size: 160%; } }
@media (min-width: 600px) {
  input.question-button {
    font-size: 1em;
    font-size: 200%; } }
img.send-button {
  max-height: 75%;
  max-width: 75%;
  float: left; }

.option-popup {
  max-width: 100%;
  width: 80%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  bottom: 0%;
  left: 0px; }

.app-footer {
  margin: 0;
  padding: 0;
  height: 11%;
  background: #2c7f9f;
  width: 100%;
  max-width: 600px;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  overflow: hidden; }

.footer-settings {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 20%;
  left: 0;
  float: left;
  bottom: 0; }

img.settings {
  height: 70%;
  width: 70%;
  max-height: 35px;
  max-width: 35px;
  position: relative;
  left: 10%;
  top: 10px;
  bottom: 0;
  float: left; }

.footer-dislike {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  right: 0; }

img.dislike {
  height: 85%;
  max-height: 35px;
  position: absolute;
  top: 10px;
  left: 35%;
  float: left; }

img.like {
  height: 85%;
  max-height: 35px;
  position: absolute;
  top: 10px;
  left: 55%;
  float: left; }

.footer-logo {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 30%;
  float: left;
  right: 0; }

img.footer {
  width: 100%;
  position: relative;
  right: 5%;
  top: 10px;
  float: right; }

.expand-settings {
  margin: 0;
  padding: 0;
  height: 10%;
  background: #2c7f9f;
  width: 100%;
  max-width: 600px;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  overflow: hidden; }

.change-font {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  right: 0; }

img.size-down {
  height: 50%;
  position: relative;
  left: 5%;
  top: 5px;
  float: left; }

img.size-up {
  height: 50%;
  position: relative;
  left: 10%;
  top: 5px;
  float: left; }

.change-sound {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 50%;
  float: left;
  right: 0; }

img.sound-on {
  height: 50%;
  position: relative;
  right: 25%;
  top: 5px;
  float: right;
  z-index: 1; }

img.sound-off {
  height: 50%;
  position: absolute;
  right: 25%;
  top: 5px;
  float: right;
  opacity: 0;
  z-index: 0; }

.dislike-options {
  margin: 0;
  padding: 0;
  height: 90%;
  background: #fff;
  width: 100%;
  max-width: 600px;
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  overflow: hidden; }

.clabel {
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  float: left; }

.dislike-options-holder {
  height: 90%;
  width: 90%;
  position: relative; }

.dislike-comment {
  width: 100%;
  height: 75%;
  max-height: 150px;
  overflow: hidden;
  position: relative;
  top: 5px;
  bottom: 5px;
  left: 0; }

@media (min-height: 150px) {
  .dislike-comment {
    max-height: 50px; } }
@media (min-height: 300px) {
  .dislike-comment {
    max-height: 75px; } }
@media (min-height: 400px) {
  .dislike-comment {
    max-height: 100px; } }
@media (min-height: 500px) {
  .dislike-comment {
    max-height: 125px; } }
@media (min-height: 700px) {
  .dislike-comment {
    max-height: 150px; } }
.dislike-button-send-padding {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: absolute;
  top: 0; }

.dislike-button-send-wrapper {
  margin: 0;
  height: 95%;
  width: 35%;
  max-width: 100px;
  position: relative;
  display: inline-block;
  float: left;
  left: 0%;
  top: 15px;
  overflow: hidden; }

input.dislike-button-send {
  background: url(../images/iconsWebIt/send.svg) no-repeat;
  background-size: 100% 100%;
  border: none;
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 44px;
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  position: relative;
  bottom: 0;
  left: 0;
  color: white; }

textarea.dislike-comment-txt:disabled {
  background: #dddddd; }

textarea.dislike-comment-txt:focus {
  outline: 0; }

textarea.dislike-comment-txt {
  height: 100%;
  max-height: 200px;
  width: 95%;
  position: relative;
  border: 1px solid #ddd;
  background: white;
  line-height: 92%;
  resize: none;
  overflow: hidden;
  z-index: 1; }

label {
  float: left;
  position: relative; }

/*
input[type="radio"] {
    display: none;
    position: relative;
    //float: left;
}

input[type="radio"]+label span {
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/iconsWebIt/circle2.svg) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    //  float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="radio"]:checked+label span {
    background: url(../images/iconsWebIt/circle1.svg) top center no-repeat;
    background-size: 100% 100%;
    position: relative;
    //float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/
/*animations*/
#dislike-comment-id {
  transition: background 1s; }

dislike-comment-id.hidden {
  background: #dddddd; }

#content-anim {
  transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s; }

#footer-anim.settings-open {
  height: 10%; }

#footer-anim.dislike-open {
  height: 10%; }

#footer-anim {
  transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s; }

#content-anim.settings-open {
  height: 54%; }

#content-anim.dislike-open {
  height: 0%; }

#app-user-space-id {
  transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s; }

#app-user-space-id.hide {
  height: 0%; }

#expand-anim {
  transition: height 0s;
  -moz-transition: height 0s;
  -webkit-transition: height 0s;
  -o-transition: height 0s; }

#expand-anim.hide {
  height: 0%; }

#bubble-id {
  transition: opacity 1s; }

#bubble-id.intro-fade {
  opacity: 1; }

#hide-anim {
  transition: opacity 1s; }

#hide-anim.hidden {
  opacity: 0; }

#hide-anim.visible {
  opacity: 1; }

#header-anim {
  transition: height 1s;
  -moz-transition: height 1s;
  -webkit-transition: height 1s;
  -o-transition: height 1s; }

#header-anim.hide {
  height: 0%; }

.mgSendText {
  padding: 8px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  transition: border 0.3s;
  width: 90%;
  display: block;
  font-size: 18px; }

.mgSendText:focus,
.mgSendText.focus {
  border-bottom: solid 2px #969696; }

.bottomText {
  color: #fff;
  font-weight: normal;
  font-size: 70%; }

.orario {
  font-size: 10px !important;
  color: darkslategray;
  /*font-weight: lighter;*/
  margin-right: 5px; }

/*# sourceMappingURL=3hs_intoot.css.map */
