/* CSS Document */


.select2-container {
	top: 0px;
}
.select2-offscreen, .select2-offscreen:focus { display:none; }

.select2-container .select2-choice {
	box-sizing:border-box;
	height:26px;
	border-radius:0px; border: 1px solid #ccc;
	background-image:none;
	filter:none;
	background-color:#fff;
	padding-left:4px !important;
}
@-moz-document url-prefix() {
	.select2-container .select2-choice {
		height:24px;
	}
}

.select2-container-multi .select2-choices {
	border-radius:0px; border: 1px solid #ccc;
	background-image:none;
	filter:none;
	background-color:#fff;
}

/* choice list over bottom taskbar */
.select2-drop-active { z-index:10001 !important; }


/* invalid */
.select2-invalid .select2-choice , .select2-invalid .select2-choices { border-bottom:1px solid #f00; }


/* liste deroulante */
.select2-chosen { line-height:24px; } 
.select2-highlighted .select2-result-label { color:#fff; }

.select2-container-active .select2-choice 
,.select2-container-active .select2-choices
,.select2-drop.select2-drop-above.select2-drop-active
,.select2-dropdown-open.select2-drop-above .select2-choice
,.select2-container-multi.select2-container-active .select2-choices {
	border:1px solid #000; border-radius:0;
}
/*active shadow*/
.select2-container-active .select2-choice , .select2-container-active .select2-choices { box-shadow:none; -webkit-box-shadow:none; }
/*arrow*/
.select2-container .select2-choice .select2-arrow { border-left: 1px solid #ccc; }
.select2-container .select2-choice abbr { top:6px; background-color:#fff; }

.select2-dropdown-open.select2-drop-above .select2-choice , .select2-container.select2-drop-above .select2-choice , .select2-container-multi .select2-choices { background-image:none; }

.select2-drop-active {
	border: 1px solid #000;
	border-top: none;
	border-radius:0;
}
.select2-drop-auto-width.select2-drop-active {
	border: 1px solid #000;
	border-radius:0;
}

/*fleche*/
.select2-container .select2-choice .select2-arrow { background-color:#fff; background-image:none; filter:none; }


.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit { background: #fff; }
.select2-more-results.select2-active { background: #fff url('/k4/jquery/plugins/select2/select2-spinner.gif') no-repeat 100%; color:#f00; font-weight:bold; }

.select2-chosen { color:#000; } a:hover .select2-chosen { text-decoration:none; font-weight:normal; }
.select2-placeholder { color:#666; }
.select2-placeholder input { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
.select2-dropdown-open .select2-choice { border-bottom-color:transparent !important; }
.select2-results li { border-top:1px solid #ccc; padding-top:2px; padding-bottom:2px; }


/* selection */
.select2-results li em { background:none; background-color:inherit; font-style:italic; }



/* hack mask auto lineseulement pour les select  */
.select2-searching ul.select2-results li:first-child {	display:none; }
.select2-drop-multi  ul.select2-results li:first-child {	display:inherit; }