/***********************************************************************************************************************************/
/************************ 							/!\	AVANT D'EDITER /!\									************************/
/************************ 									LIRE					   						************************/
/************************ 							www.dev.equideow.com/doc								************************/
/************************ 						        	  ET											************************/
/************************ 			dev.owlient.eu/wiki/index.php/Guide_Int%C3%A9gration_Equideow			************************/
/***********************************************************************************************************************************/

/***********************************************************************************************************************************/
/* SLIDER - GENERIC ****************************************************************************************************************/
/***********************************************************************************************************************************/

.slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	display:inline-block;
	clear:both;
	height: 39px;
}
.slider ol{
	height: 100%;
	position:relative;
	display:block;
	padding:5px 3px 0 5px;
	box-sizing:border-box;
	white-space:nowrap;
}
.slider li {
	position:relative;
	display: inline-block;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	color: #8E982D;
}
.slider li.hiddenNumber {
	text-indent:-999em;
}
.slider-number{
	position:relative;
	z-index:1;
}

/** default *************************************************************************************************************************/
.slider li::after {
	content: "";
	background-repeat:no-repeat;
	background-position:left center;
	margin: 19px 0 0;
	display: block;
	width: 11px;
	height: 8px;
}

/** selected ***********************************************************************************************************************/
.slider li.selected{
	color:#030;
}
.slider li.selected::before {
	position:absolute;
	left:-4px;
	bottom:0;
	z-index:0;
	content:"";
	display:block;
	width:16px;
	height:27px;
	background-position: center top;
	background-repeat: no-repeat;
}

/** disabled ***********************************************************************************************************************/
.slider li.disabled {
	cursor: default;
}

/** slider-number ******************************************************************************************************************/
.slider-number{
	position:absolute;
	left:-4px;
	top:3px;
	z-index:1;
	display:block;
	width:16px;
	height:27px;
	text-align:center;
}

/***********************************************************************************************************************************/
/* SLIDER - STYLE-0 ****************************************************************************************************************/
/***********************************************************************************************************************************/

.slider-style-0 ol {
	background: -moz-linear-gradient(top, rgba(234,233,166,1) 0%, rgba(228,227,151,1) 50%, rgba(223,222,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,233,166,1)), color-stop(50%,rgba(228,227,151,1)), color-stop(100%,rgba(223,222,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234,233,166,1) 0%,rgba(228,227,151,1) 50%,rgba(223,222,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234,233,166,1) 0%,rgba(228,227,151,1) 50%,rgba(223,222,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234,233,166,1) 0%,rgba(228,227,151,1) 50%,rgba(223,222,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(234,233,166,1) 0%,rgba(228,227,151,1) 50%,rgba(223,222,137,1) 100%); /* W3C */
}
.slider-style-0,
.slider-style-0 ol {
	border-radius: 4px;
}
.slider-style-0 {
	border: 1px solid #c9c765;
}
.slider-style-0 ol {
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#f5f4c1 #f5f4c1 transparent #f5f4c1;
}
.slider-style-0 li {
	width:11px;
	height: 27px;
	text-align: center;
}

/** green **************************************************************************************************************************/
.slider-style-0 li.green::after {
	background-image:url(/media/equideo/image/components/slider/0/off.png);
}
.slider-style-0 li.green.prior::after {
	background-image:url(/media/equideo/image/components/slider/0/on.png);
}
.slider-style-0 li.green.disabled::after {
	background-image: url(/media/equideo/image/components/slider/0/indisp.png);
}
.slider-style-0 li.green.selected::before {
	background-image: url(/media/equideo/image/components/slider/0/selector.png);
}

/** blue ***************************************************************************************************************************/
.slider-style-0 li.blue.prior::after {
	background-image:url(/media/equideo/image/components/slider/0/on-blue.png);
}
.slider-style-0 li.blue::after {
	background-image:url(/media/equideo/image/components/slider/0/off-blue.png);
}
.slider-style-0 li.blue.selected::before {
	background-image: url(/media/equideo/image/components/slider/0/selector-blue.png);
}

/***********************************************************************************************************************************/
/* SLIDER - STYLE-1 ****************************************************************************************************************/
/***********************************************************************************************************************************/

.slider-style-1 ol {
	background: -moz-linear-gradient(top, rgba(234,233,166,1) 0%, rgba(228,227,151,1) 50%, rgba(223,222,137,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(234,233,166,1)), color-stop(50%,rgba(228,227,151,1)), color-stop(100%,rgba(223,222,137,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234,233,166,1) 0%,rgba(228,227,151,1) 50%,rgba(223,222,137,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234,233,166,1) 0%,rgba(228,227,151,1) 50%,rgba(223,222,137,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234,233,166,1) 0%,rgba(228,227,151,1) 50%,rgba(223,222,137,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(234,233,166,1) 0%,rgba(228,227,151,1) 50%,rgba(223,222,137,1) 100%); /* W3C */
}
.slider-style-1,
.slider-style-1 ol {
	border-radius: 4px;
}
.slider-style-1 {
	border: 1px solid #c9c765;
}
.slider-style-1 ol {
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#f5f4c1 #f5f4c1 transparent #f5f4c1;
}
.slider-style-1 li {
	width:22px;
	text-align:left;
}
.slider-style-1 li:last-of-type{
	width:11px
}

/** green **************************************************************************************************************************/
.slider-style-1 li.green::after {
	background-image:url(/media/equideo/image/components/slider/0/off.png);
}
.slider-style-1 li.green.prior::after {
	background-image:url(/media/equideo/image/components/slider/0/on.png);
}
.slider-style-1 li.green.disabled::after {
	background-image: url(/media/equideo/image/components/slider/0/indisp.png);
}
.slider-style-1 li.green.selected::before {
	background-image: url(/media/equideo/image/components/slider/0/selector.png);
}

/** blue ***************************************************************************************************************************/
.slider-style-1 li.blue.prior::after {
	background-image:url(/media/equideo/image/components/slider/0/on-blue.png);
}
.slider-style-1 li.blue::after {
	background-image:url(/media/equideo/image/components/slider/0/off-blue.png);
}
.slider-style-1 li.blue.selected::before {
	background-image: url(/media/equideo/image/components/slider/0/selector-blue.png);
}