/* variables /* */
/* Styles */
.formDescription {
  width: 90px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.formName {
  width: 300px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.table tbody tr td {
  padding-right: 1px;
  padding-bottom: 0;
  padding-top: 10px; }

.tooltip-inner {
  white-space: pre-wrap; }

.noResults {
  font-size: 18px;
  margin-bottom: 0; }

.usersTitle {
  margin-bottom: 40px; }

/* Inizio Navbar */
.navbar {
  background-color: white;
  margin-bottom: 0; }
  .navbar a {
    color: grey; }
  .navbar a:hover {
    color: #E75012; }

.logo {
  background-image: url("logo.jpeg");
  background-repeat: no-repeat;
  padding-right: 100px;
  padding-top: 40px;
  margin-top: 15px;
  cursor: pointer; }

/* Fine Navbar */
.jumbotron {
  background-image: url("jumbo.jpg");
  color: #E75012; }
  .jumbotron h1 {
    text-align: center;
    margin-top: 0; }
  .jumbotron h2 {
    text-align: center; }
  .jumbotron .editButtonIcon {
    color: white; }
  .jumbotron .editButtonIcon:hover {
    color: #333333; }
  .jumbotron .deleteButtonIcon {
    color: white; }
  .jumbotron .deleteButtonIcon:hover {
    color: #333333; }

.actionButtons {
  padding-right: 5px;
  color: #354A5E; }

.actionButtons:hover {
  color: #E75012; }

.actionButtonsIcon {
  padding-top: 5px; }

*.icheckbox_flat-red, .iradio_flat-red {
  margin-right: 15px;
  /* panel */ }

.panel {
  font-family: Verdana, sans-serif; }
  .panel .panel-title {
    text-align: center;
    font-size: 22px;
    font-family: GillSans, Verdana, sans-serif; }
  .panel .form-group {
    font-size: 15px;
    border: 1px solid #4E5255;
    border-radius: 6px;
    padding: 4px 4px 6px 6px;
    width: 80%; }
  .panel .panel-body {
    padding-top: 40px;
    padding-left: 22%;
    padding-right: 7%; }
  .panel .panel-heading {
    padding-left: 0;
    padding-right: 0; }
  .panel .panelReport {
    padding-left: 5%; }
  .panel .noBorder {
    border: none !important; }

.panel-primary > .panel-heading {
  background-color: #E75012;
  border-color: #E75012; }

.panel-primary {
  border-color: #E75012; }

.editButtonIcon {
  font-size: 20px;
  position: relative;
  bottom: 8px; }

.deleteButtonIcon {
  font-size: 20px;
  position: relative;
  bottom: 8px; }

/* form title */
.formTitle {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  text-decoration: underline;
  font-family: GillSans, Verdana, sans-serif;
  /* add question button */ }

.addQuestionButton {
  margin-left: 84%;
  margin-bottom: 20px; }

.marginUp {
  margin-top: 10px; }

.savePositionButton {
  margin-bottom: 20px;
  background-color: #E75012;
  color: white; }

.savePositionButtonDisabled {
  background-color: #CCCCCC;
  color: #666666;
  margin-bottom: 20px;
  pointer-events: none; }

.editQuestionPage {
  margin-top: 25px; }

.glyphicon-remove:hover {
  color: #DF2424; }

span.glyphicon-remove {
  cursor: pointer; }

.reactionButton, .reactionButtonReport {
  border-radius: 100%;
  width: 90px;
  height: 90px;
  border: none;
  outline: none;
  margin: 0 4.5%; }

.reactionButton:hover, .reactionButtonReport:hover {
  border: 5px solid #4E5255; }

.reactionButton:focus, .reactionButtonReport:focus {
  outline: none !important; }

.reactionIcon {
  font-size: 40px;
  color: white; }

.like {
  background-color: #51BE9B; }

.like:hover {
  background-color: #51BE9B; }

.dislike {
  background-color: #CA001A; }

.dislike:hover {
  background-color: #CA001A; }

.love {
  background-color: #337ab7; }

.love:hover {
  background-color: #337ab7; }

.reactionActive {
  border: 5px solid #4E5255; }

#maxValue {
  float: right;
  position: relative;
  bottom: 36px;
  padding-right: 9px; }

#minValue, #maxValue {
  margin-bottom: 0; }

.valuesLabels {
  padding-top: 30px;
  color: grey;
  font-size: 20px;
  margin-bottom: 0; }

.valuesButtons {
  position: relative;
  left: 25%; }

.valueButton {
  width: 83px;
  height: 83px;
  margin-right: 8px;
  background-color: #4E5255;
  color: white;
  border-radius: 100%;
  font-size: 20px;
  outline: none !important; }

.valueButton:hover {
  border: 5px solid #E75012;
  color: white;
  outline: none; }

.valueActive {
  border: 5px solid #E75012;
  outline: none; }

.valueButton:focus {
  outline: none;
  color: white; }

.valueButtonReport {
  width: 83px;
  height: 83px;
  margin-right: 8px;
  background-color: #4E5255;
  color: white;
  border-radius: 100%;
  font-size: 20px;
  cursor: default;
  outline: none !important; }

.valueButtonReport:hover {
  border: none;
  color: white; }

.valueButtonReport:active {
  border: none;
  color: white; }

.valueButtonReport:focus {
  outline: none;
  color: white; }

.searchForm {
  padding-right: 0;
  margin-bottom: 30px; }

.saveAnswersButton {
  margin-bottom: 20px;
  background-color: #E75012;
  color: white; }

.radioAnswer {
  font-weight: 400;
  border: none;
  height: 52px;
  padding-bottom: 0 !important;
  padding-top: 14px !important;
  padding-left: 27px !important; }

.resizable {
  max-width: 632px; }

.noShadow {
  border: none;
  webkit-box-shadow: none;
  box-shadow: none; }

label {
  margin-bottom: 0;
  font-weight: 400; }

.noQuestion {
  text-align: center;
  margin-top: 100px;
  font-size: 30px; }
  .noQuestion .fa-frown-o, .noQuestion .fa-smile-o {
    font-size: 70px;
    margin-bottom: 20px;
    color: #E75012; }

.canvas {
  width: 100% !important;
  max-width: 50vw; }

.reactionValues {
  position: relative;
  top: 130px;
  left: 31px; }

.reactionDivReport {
  margin-bottom: 50px; }

.reactionButtonReport:hover {
  border: none; }

.reactionButtonReport {
  cursor: default; }

.valueValues {
  margin-top: 20px; }

.valuesButtonsReport {
  float: right;
  position: relative;
  left: -25%; }

.valuesLabelsReport {
  padding-top: 150px;
  margin-left: 35px; }

#maxValue {
  padding-top: 8px; }

.scalaValues {
  width: 83px;
  height: 8px;
  margin-left: 10px;
  text-align: center;
  margin-top: 15px; }

#carousel {
  position: relative;
  width: 60%;
  margin: 0 auto; }

#slides {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 250px; }

#slides ul {
  list-style: none;
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative; }

#slides li {
  width: 100%;
  height: 250px;
  float: left;
  text-align: center;
  position: relative;
  font-family: sans-serif; }

/* Styling for prev and next buttons */
.btn-bar {
  width: 60%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 40px; }

#buttons {
  padding: 0 0 5px 0;
  float: right; }

#buttons a {
  text-align: center;
  display: block;
  font-size: 50px;
  float: left;
  outline: 0;
  margin: 0 60px;
  color: #b14943;
  text-decoration: none;
  display: block;
  padding: 9px;
  width: 35px; }

a#prev:hover,
a#next:hover {
  color: #FFF;
  text-shadow: .5px 0px #b14943; }

.btn-StartJs {
  margin-top: 0px; }

.footerContainer {
  text-align: center; }

#footer-link {
  color: #E75012; }

#footer-link:hover {
  text-decoration: none; }

.welcomeDiv {
  text-align: center; }
  .welcomeDiv .welcomeMessage {
    font-size: 20px;
    color: white;
    cursor: pointer; }
  .welcomeDiv .welcomeTitle {
    margin-top: 60px;
    margin-bottom: 130px; }
  .welcomeDiv .welcomeMessageIcon {
    font-size: 50px;
    margin-bottom: 20px;
    padding-top: 40%;
    color: white;
    cursor: pointer; }
  .welcomeDiv .welcomeCol {
    border-radius: 100%;
    height: 300px;
    margin-left: 18%;
    background-color: #E75012;
    cursor: pointer; }

.login {
  background-size: cover; }

.loginWrapper {
  position: relative; }

.login > canvas {
  float: right;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -100; }

.loginFieldset {
  height: 235px; }

.loginTitle {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 200px;
  font-family: 'Ubuntu', sans-serif; }

.loginForm {
  width: 78%;
  border: none;
  color: #141414;
  margin-left: 12%; }

#loginFormUno {
  margin-top: 23%; }

.loginWell {
  width: 25%;
  margin-left: 37.5%;
  border: none; }

.loginButton {
  background-color: #E75012;
  color: white;
  width: 43%;
  height: 33px;
  border: none;
  position: relative;
  bottom: -13px;
  width: 78%;
  margin-left: 12%; }

.loginButton:hover {
  background-color: grey;
  color: white; }

.loginFieldset > div:first-of-type {
  margin-bottom: 3px; }

.loginFieldset > legend {
  text-align: center;
  color: #141414;
  position: relative;
  top: 30px;
  border: none; }

.marginUpLogin {
  position: relative;
  background-color: transparent;
  bottom: 400px; }

.welcomeCol {
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1); }

.welcomeCol:hover {
  box-shadow: 0px 0px 100px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1); }

#informativa-wrapper {
  padding: 10px; }

#informativa-privacy {
  text-align: justify; }

.form-title {
  text-align: center;
  margin: 0;
  font-size: 2em !important; }

.noBorder > div {
  border: none !important; }

.displayNone {
  display: none !important; }

.marginLeftUp {
  margin-left: 0.5em; }

.custom-qtip-style {
  border-color: #D85A2C;
  background-color: #2c2c2c;
  color: white;
  font-size: 14px;
  line-height: 18px; }

.custom-info-style {
  color: #0074d2; }

.logo-legal {
  margin-left: -2em;
  height: 3em; }

.logo-hs {
  height: 3em; }

@media only screen and (max-width: 1024px) {
  .logo-hs {
    height: 2em;
    position: relative;
    left: -3em;
    top: -0.8em; }
  .logo-legal {
    height: 2em;
    float: right;
    position: relative;
    right: 2em;
    top: -0.8em; } }

@media only screen and (max-width: 768px) {
  .logo-legal {
    height: 2em;
    float: right;
    position: relative;
    right: 2em;
    top: -2.8em; }
  .logo-hs {
    height: 2em;
    position: relative;
    left: 2em;
    top: -0.8em; } }

@media only screen and (max-width: 375px) {
  .logo-hs {
    height: 2em;
    position: relative;
    left: 2em;
    top: -0.8em; }
  .logo-legal {
    height: 2em;
    float: right;
    position: relative;
    right: 2em;
    top: -2.8em; } }
