


.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; 
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}



.ui-state-disabled {
	cursor: default !important;
}





.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}





.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	
	width:243px;
	padding: 0;
	display: none;
	background:#4b053e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color:#fff;
	font-family:"Museo700";
	margin-left:-2.5%;
	margin-top:10px;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 10px 10px 0 10px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 6px;
	width:1.8em;
	height:1.8em;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	
}
.ui-datepicker .ui-datepicker-prev {
	left: 10px;
	background:url("../images/left-arrow-calendar.png") left center no-repeat;
}
.ui-datepicker .ui-datepicker-next {
	right: 10px;
	background:url("../images/right-arrow-calendar.png") right center no-repeat;
}
.ui-datepicker .ui-datepicker-prev-hover {
	
}
.ui-datepicker .ui-datepicker-next-hover {
	
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin:0 0 6px 0;
	line-height: 1.8em;
	text-align: center;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}

.ui-datepicker table {
	font-size: .9em;
	border-collapse: collapse;
	margin:0;
	padding:0 10px 10px 10px;
	display:block;
	background-color:#5275af;
	background-image: none;
	-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.ui-datepicker th {
	
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding:0;
	width:31px;
	height:17px;
	border:1px solid #4B053E;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	
	text-align: center;
	text-decoration: none;
	display:block;
	height:31px;
	width:31px;
	line-height:32px;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}


.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}


.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

.ui-datepicker-calendar thead tr th{padding:8px 0 !important;font-size:10px !important;}
.ui-datepicker-calendar thead{border-bottom:10px solid #4b053e}

.ui-datepicker-calendar tbody tr td.ui-datepicker-other-month{border-left:1px solid #4B053E;border-bottom:1px solid #4B053E;}
.ui-datepicker-calendar tbody tr td.ui-datepicker-other-month a:link,
.ui-datepicker-calendar tbody tr td.ui-datepicker-other-month a:visited{background:#4B053E;color:#fff;font-size:11px;}


.ui-datepicker-calendar tbody tr td{border-left:1px solid #4B053E;}
.ui-datepicker-calendar tbody tr td a:link,
.ui-datepicker-calendar tbody tr td a:visited{background:#0e3e90;color:#fff;font-size:11px;}
.ui-datepicker-calendar tbody tr td a:hover{background:#fff;color:#0e3e90;}

.ui-datepicker .ui-pointer{background:url("../images/arrow-up-calendar-guia-sesi.png") top left no-repeat;width:18px;height:9px;position:absolute;top:-9px;left:50%;margin-left:-9px;}

.ui-datepicker .ui-datepicker-header {
    padding: 8px 30px 0;
}
.ui-widget-header {background-image: none; background-color:#5275af; border:0;  }
.ui-widget-header .ui-icon { background-image: none; }
.ui-datepicker-calendar thead { border:0; }
.ui-datepicker-calendar tbody tr td { border:0; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border:1px solid #5275af; }
.ui-datepicker-calendar tbody tr td.ui-datepicker-other-month { border:0; }