
.survey-info-bloc{
	width: calc(50% - 15px);
    display: inline-block;
    margin-right: 25px;
	margin-bottom: 30px;
}
.source-info-bloc{
	width: calc(50% - 15px);
    display: inline-block;
	margin-bottom: 30px;
}

.responses .view-area {
    margin-bottom: 20px;
}

.responses .view-area .view-header {
    position: absolute;
    bottom: -50px;
    right: 50px;
}

.response-line {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #1172b4;
    min-height: 75px;
    vertical-align: middle;
}
.response-line .question {
	vertical-align: middle;
	display: inline-block;
    width: 30%;
}
.response-line .response {
	display: inline-block;
	width: fit-content;
	min-width: 400px;
	padding-top: 10px;
}

.response-line.NOTE .response .star-button {
	height: 50px;
	background: #fff;
	border: none;
}

.response-line.NOTE .response .star-button::before{
    border: none;
}

.response-line.NOTE .response .star-button SPAN::before{
	font-family: 'icomoon', 'icomoon-ultimate', sans-serif !important;
	content: "\e2fe";
	font-size: 40px;
}
.response-line.NOTE .response .star-button SPAN{
    height: 40px;
    line-height: 40px;
    font-size: 0px;
	color: #d3d3d3;
}

.response-line.NOTE .response .star-button.selected SPAN,
.response-line.NOTE .response .star-button.lower-than SPAN{
    color: #1172b4;
}

.response-line.NOTE .response .star-button:hover SPAN{
    color: #1172b4;
    text-shadow: 0 0 5px #09f;
}

.response-line.NOTE .response:hover > .star-button SPAN {
    color: #1172b4;
}

.response-line.NOTE .response > .star-button:hover ~ .star-button SPAN {
    color: #d3d3d3;
}
.response-line.read-only .response {
	pointer-events:none
}
/* Slider */

.response-line.NOTE .response .slider {
	width: 100%;
	position: relative;
}
.response-line.NOTE .response .slider .value {
	position: absolute;
	right: -35px;
    padding: 5px;
}
.response-line.NOTE .response .slider SPAN {
	display: none;
}
.response-line.NOTE .response .slider INPUT {
	border: none;
	min-width: 400px;
}

.response-line.NOTE .response .slider INPUT {
  -webkit-appearance: none;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  padding: 0;
}

.response-line.NOTE .response .slider INPUT::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1172b4;
  cursor: pointer;
}

.response-line.NOTE .response .slider INPUT::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #1172b4;
  cursor: pointer;
}

.response-line.NOTE .response .slider .value {
	position: relative;
	transform-origin: center center;
	display: block;
	width: 98px;
	height: 49px;
	background: transparent;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	box-sizing: border-box;
	border: 2px solid #1172b4;
	margin-top: 20px;
	margin-left: -38px;
	left: attr(value);
	color: #1172b4;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 36px;
}
