/*--------------*/
/* Media querys */
/*--------------*/
@media screen and (max-width: 1200px) {

  .header__logo {
    width: 200px;
  }

  .login {
    width: 44%;
    margin-left: 0;
  }

}

@media screen and (max-width: 980px) {

  .header__logo {
    display: none;
  }

  .footer__data {
    padding: 0 10px 10px 10px;
  }

  .footer__text {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .main-container-survey {
    flex-wrap: wrap;
  }

  .survey-container {
    width: 95%;
  }

  .surveyPDFDialogContainer {
    overflow-y: scroll;
    max-height: none;
    padding: 15px 5px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  .generic_advises__container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .banners {
    width: -webkit-fill-available;
  }

}

@media screen and (max-width: 855px) {

  .main-container {
    padding: 0;
  }

  .login {
    width: 95%;
  }

  .span7 {
    width: auto;
  }

  .satisPoll {
    width: -webkit-fill-available;
    margin-bottom: 15px;
  }

  .message-container {
    width: 90%;
    right: 2%;
    bottom: 80px;
  }

  .dialogForms {
    max-width: none;
    width: 80%;
  }

  .resultsFoundList {
    min-width: unset;
  }

}

@media screen and (max-width: 670px) {

  .header__title {
    margin: 0 10px;
  }

  .float-menu-languages {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }

  .languages {
    position: fixed;
    z-index: 4;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: -webkit-fill-available;
    margin: 0;
    border: none;
    -webkit-border-radius: 14px 14px 0 0;
    -moz-border-radius: 14px 14px 0 0;
    -ms-border-radius: 14px 14px 0 0;
    -o-border-radius: 14px 14px 0 0;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 23%);
  }

  .languages__available-lang {
    margin: 5px;
  }

  .languages__available-lang__image {
    margin-right: 13px;
  }

  .banners {
    width: auto;
  }

}

@media screen and (max-width: 550px) {

  .form-container {
    height: inherit;
  }

  .feeling-options {
    font-size: 65px;
  }

  .radioGrp {
    column-gap: 10px;
  }

}

@media screen and (max-width: 465px) {

  .login,
  .main-info {
    padding: 20px 5px;
  }

  .doubleFields {
    flex-wrap: wrap;
  }

  .feeling-options {
    font-size: 50px;
  }

  .radioGrp {
    column-gap: 5px;
  }

  .dialogForms {
    min-width: -webkit-fill-available;
    margin: 0;
    padding: 15px 5px;
    min-height: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

}

@media screen and (max-width: 395px) {

  .dl-horizontal {
    grid-template-columns: auto;
  }

  .span6 {
    width: 100%;
  }

  .feeling-options {
    font-size: 35px;
  }

}

@media screen and (max-height: 740px) and (max-width: 460px) {

  .form-container {
    overflow-y: scroll;
  }

}

@media screen and (max-height: 580px) {

  .form-container {
    overflow-y: scroll;
  }

}