
/* Overdide noUiSlider */

/* Override block_default padding */
.question_slider_green {
	padding: 0px !important; 
}
.question_slider_yellow {
	padding: 0px !important; 
}
.question_slider_red {
	padding: 0px !important; 
}
.question_slider_green div {
	padding: 0px !important; 
}
.question_slider_yellow div {
	padding: 0px !important; 
}
.question_slider_red div {
	padding: 0px !important; 
}

/* Override block_default padding */
.question_slider {
	padding: 0px !important; 
}
.question_slider div {
	padding: 0px !important; 
}



.question_slider_green .noUi-connect {
	background: #99c61f;
}

.question_slider_yellow .noUi-connect {
	background: #F6BF00;
}

.question_slider_red .noUi-connect {
	background: #E6007E;
}

/* Pips */
.noUi-marker {
	background: #fff;
}
.noUi-pips {
	color: #fff;
}

/* Slider question */
.sliderQuestionFeedbacWrong {
	font-size: 12px;
	color: #000 !important; 
	display: none;
	width: 100%; 
	text-align: center;
	height: 15px;
	margin-top: -20px;
}
.sliderQuestionFeedbacCorrect {
	font-size: 12px;
	color: #000 !important;
	display: none;
	width: 100%; 
	text-align: center;
	height: 15px;
	margin-top: -20px;
}


/* Overdide noUiSlider */

/* All slider connect */
.noUi-connect {
    background: #296144;
}
.noUi-background {
	background: #99ca94;
}
.noUi-handle {
    cursor: pointer;
    border: 2px solid #0b331c;
    border-radius: 12px;
    background: #0b331c;
    box-shadow: none !important;
    /* box-shadow: inset 0 0 1px  #0A4682, inset 0 1px 7px  #0A4682, 0 3px 6px -3px #BBB; */
}
.noUi-handle:hover {
    border: 2px solid #0A4682;
}
.noUi-handle:before {
    background: #ccc;
    top: 5px;
    left: 13px;
}
.noUi-handle:after {
    background: #99ca94;
    top: 5px; 
}


