.picker
{
	top: 120px;
	width: 400px;
	height: 240px;
}
.picker.date
{
	left: 0px;
}
.picker.time
{
 	left: 400px;
}
.picker .slot
{
	position: static;
	width: 399px;
	height: 59px;
}
.picker.time .slot
{
	width: 400px;
}
.picker.time .slot
{
	width: 400px;
}
.picker.time .slot .ampm
{
	top: 21px;
    left: 315px;
    width: 28px;
    height: 24px;
	font-size: large;
}
.picker .slot.half
{
	width: 199px;
	height: 59px;
	border-top-width: 0px;
	float: left;
}
.picker .slot.half.right
{
	width: 200px;
}
.picker .side
{
	position: static;
	height: 100%;
	float: left;
}
.picker .side.arrow
{
	width: 16%;
	text-align: center;
}
.picker .side.arrow:active
{
	background-color: rgba(255,255,255,0.4);
}
.picker .side.value
{
	width: 20%;
}
.picker .side.text
{
	width: 48%;
}
.picker .arrow p
{
	position: static;
	font-family: "roboto-ultra-light";
	font-size: 45px;
}
.picker .arrow.left p
{
	line-height: 25px;
}
.picker .value p
{
	position: static;
	font-family: "roboto-light";
	font-size: 29px;
	margin-top: 10px;
	text-align: center;
}
.picker .slot.half.right .div_title_tick
{
	margin-top: 12px;
}
/*********************/
/*selettori a tendina*/
/*********************/
.picker .slot.time_zone
{
	position: absolute;
	top: 180px;
}
.picker .slot.gregorian
{
	position: absolute;
	top: 180px;
}