a.chzn-single {
	height:42px !important;
	line-height:42px !important;
	border:1px solid #DDDDDD !important;
}

.chzn-container-multi .chzn-choices {
	background-image:none;
/*	height:42px !important;*/
	line-height:42px !important;
	border:1px solid #DDDDDD !important;
	border:1px solid #DDDDDD !important;
	box-shadow:none !important;
	border-radius:5px;
	padding-left:2mm;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
}

a.chzn-single:not(.input-error) {
	background:white !important;
}

a.chzn-single.input-error {
	background-image:none;
}


.chzn-container .chzn-drop {
	border:1px solid #DDDDDD !important;
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
}

.chzn-single div {
	top:5px !important;
}



div.chzn-search input {
	display:inline-block;
	border:1px solid #e2e2e2 !important;
	box-shadow:none !important;
	font-size:1.2em !important;
	height:28px;
	line-height:28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    -ms-border-radius: 5px;
	border-radius: 5px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */

}

div.chzn-container {
	box-sizing:initial !important;
}

#prestation_chzn.pst_pastille_BLUE span::before, li.pst_pastille_BLUE::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: rgb(98,144,194); /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_MARINE span::before, li.pst_pastille_MARINE::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: #293661; /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_RED span::before, li.pst_pastille_RED::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: rgb(192,0,0); /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_GREEN span::before, li.pst_pastille_GREEN::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: #149414; /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_AMANDE span::before, li.pst_pastille_AMANDE::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: #A8B98C; /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_LIGHTGREEN span::before, li.pst_pastille_LIGHTGREEN::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: #91e891; /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_PURPLE span::before, li.pst_pastille_PURPLE::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: #660099; /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_ORANGE span::before, li.pst_pastille_ORANGE::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: #F4661B; /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_PINK span::before, li.pst_pastille_PINK::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: #F9429E; /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_FUSHIA span::before, li.pst_pastille_FUSHIA::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: #950848; /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}

#prestation_chzn.pst_pastille_YELLOW span::before, li.pst_pastille_YELLOW::before {
    content: '';
    display: block;
	display:inline-block;
    width: 10px;
    height: 10px; /* Taille simulée de la "div" */
    background-color: #FFFF00; /* Couleur simulée de la "div" */
	border-radius:5px;
	margin-right:10px;
}
