/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

#Slider13 .slider-selection {
	background: #BABABA;
}

.ls-answers .ls-heading > th {
    vertical-align: top;
}

@media print {
.slider-selection {
border: 2px solid darkgrey;
}
.slider-track-low, .slider-track-high {
border: 2px solid lightgrey;
}
.slider-handle {
border: 2px solid black;
}
}

.tooltip.top {
	bottom: 50px;
}

.tooltip.bottom {
	top: 40px !important;
}

.feedback-slider {
	width: 66.66%;
	float: right;
	margin: 0px 10px 0px 10px;
}

.tooltip-myval .tooltip-inner {
    font-weight: bold;
}

.tooltip-max {
    margin-top: -36px;
    bottom: 50px;    
}

.in-selection {
    background: #BABABA !important;
}

.slider.slider-horizontal {
    width: 95% !important;
}

.slider-tick-container {
    display: none;

}

.slider-below .slider-selection {
    /*background-image: linear-gradient(to bottom, #157aa8 0%, #3366cc 100%) !important;*/
    background: #157aa8;
}

.slider-above .slider-selection {
    /*background-image: linear-gradient(to bottom, #157aa8 0%, #3366cc 100%) !important;*/
    background: #339933;
}

.numeric-item  input {
    max-width: 10% !important; 
}


.tooltip-max .tooltip-inner:before {
   content: "Max: ";
}

.tooltip-min .tooltip-inner:before {
   content: "Min: ";
}

.tooltip-myval .tooltip-inner:before {
    content: "Mein Wert: ";
}

.tooltip-meanval .tooltip-inner:before {
    content: "Durchschnittswert: ";
}
