.colorpicker {
	z-index: 99999999;
}

input.has-error {
	border-color: #a94442;
}
p.has-error {
	color: #a94442;
}

.generiqueDay-title{
	text-align : center;
	font-size: 150%;
	color : #FFFFFF !important;
}

.dayActive{
	background-color: #7fba00 !important;
}

.dayInactive{
	background-color: #CCCCCC !important;
}

.groupTag {
	color: #fff;
    background: #888;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 0 .1875em 0 !important;
    padding: .375em !important;
}

.group-remove{
	margin-left: 8px;
	cursor: pointer;
}