
/*COOKIE*/
#div_cookie{  background: none repeat scroll 0 0 #ffffff; }
.notification{
	bottom:0;
	left:0;
	padding: 5px 0;
	position:fixed;
	right:0;
	z-index:99999;
	border-top: 1px solid #cecece;
	opacity:0.9;
	 width:100%;
	 background-color:#ffffff;
}

.containercookie{
	margin: 0 auto;
	max-width:978px;
	min-width:100px;
	width:100%;
}

#div_cookie .description{ 
	float:left;
	line-height:18px;
	margin: 0;
	padding-right:20px;  
}

#btn_cookie_accept{
	background-color:#000000;
	border:0 none;
	border-radius: 0.2em;
	color:#fff;
	display: inline-block;
	font-size:12px;
	line-height:14px;
	margin-bottom:5px;
	padding: 0.85em 1.15em 0.65em;
	position:relative;
	text-decoration:none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	vertical-align:top;
	white-space: nowrap;
	margin-top:7px;
}

#btn_cookie_accept:hover{
	background: none repeat scroll 0 0 #222222;
	border:0 none;
	color:#fff;
}

.description{
	max-width:890px;
	min-width:70px;
	float:left;
	line-height:20px;
	margin-top:5px;
}
.description a{
	text-decoration:underline;
}


.ui-datepicker td span, .ui-datepicker td a {
	box-sizing: border-box !important;
	display: inline-block !important;
	padding: 0 !important;
	text-align: center !important;
	text-decoration: none !important;
	width: 100% !important;
}
