/********************************************************************
	Auteur : Philippe Brouckaert
	Site de l'auteur : www.i-services.com
	E-mail de l'auteur : contact@i-services.net

	Framework
*********************************************************************/

div.is-smiley-paddle {
	position: relative;
}

#is-smiley-picker {
	bottom: -30px; left: 0; position: absolute; z-index: 400; width: 100%;
}

@media (min-width: 768px) {
	#is-smiley-picker {
		left: 150px; width: 550px;
	}
}

#is-smiley-picker dl {
	border: 1px solid #d4d7dc; z-index: 500; width: 100%; background: #fff;
}

#is-smiley-picker dt {
	height: 2em; background: #f0f2f5; color: #333; font-size: 10pt; font-weight: bold; line-height: 1.6em; padding-left: .5em; border: 2px solid #fff;
}

#is-smiley-picker dt img.is-close {
	position: absolute; top: 8px; right: 6px; cursor: pointer;
}

#is-smiley-picker dd {
	background: #fff; padding: 0; overflow-y : auto; overflow-x: hidden; max-height: 300px; min-height: 50px;
}

#is-smiley-picker dd img {
	background: #fff; margin: 5px 5px 0 5px;
}