.ui-datepicker {
	/*width: 210px !important;*/
	padding: .2em .2em 0;
	display: none;
	font-family:'Roboto', sans-serif;
	border-radius:0;
	border:0;
	background:#ededed;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.32);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.32);
}

.ui-datepicker.ui-datepicker-inline{
	padding:0;
	background:transparent;
	width: auto !important;
	-webkit-box-shadow: none;
	-moz-box-shadow:  none;
	box-shadow: none;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
	border:0;
	background:transparent;
	border-bottom:1px solid #d3d3d3;
	border-radius:0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.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 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.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: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;

}

.ui-datepicker table tbody {
	background:transparent;
}

.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.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;
}

/* with multiple calendars */
.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-title{
	font-size:18px;
	font-weight:300;
}

table.ui-datepicker-calendar tr{
	background:transparent !important;
}

table.ui-datepicker-calendar thead tr th{
	border:0;
	font-size:12px;
	color:#9f9f9f !important;
	font-weight:400;
	background:transparent;
}

table.ui-datepicker-calendar tbody td{
	font-size:12px;
	text-align:center;
	padding:0 1px 1px 0;
}

table.ui-datepicker-calendar tbody td a{
	text-align:center;
}

table.ui-datepicker-calendar tbody td .ui-state-default{
	/*background:#badbae;*/
	border:0;
}


table.ui-datepicker-calendar thead, table.ui-datepicker-calendar tbody, table.ui-datepicker-calendar tfoot {
    background-color: transparent;
    border: 0;
}



.ui-datepicker-multi .ui-datepicker-group table {
    width: 100%;
}

.ui-datepicker-group{}
.ui-datepicker-group-first, .ui-datepicker-group:nth-child(odd){padding-right:30px; border-right:1px solid #fff}
.ui-datepicker-group-last, .ui-datepicker-group:nth-child(even){padding-left:30px; border-left:1px solid #fff; margin-left:-1px;}

.ui-datepicker:not(.inline) table tbody{
	border-left:6px solid transparent !important;
	border-right:4px solid transparent !important;
}

.ui-datepicker-prev,.ui-datepicker-next{width:25px; height:25px;}
.ui-datepicker-prev{top:0 !important; left:0 !important; background:none !important; border:0 !important;}
.ui-datepicker-next{top:0 !important; right:0 !important; background:none !important; border:0 !important;}
.ui-datepicker-next:after, .ui-datepicker-prev:after{
	content:"\f105";
	font-family:"FontAwesome";
	font-size:18px;
	color:#000;
	display:inline-block;
	width:25px;
	height:25px;
	font-weight:400;
	background:#fff;
	border-radius:999em;
	position:relative;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
	position:relative;
	top:2px;
	right:-3px;
	margin:0;
}
.ui-datepicker-prev:after{
	content:"\f104";
}

.ui-datepicker-unselectable.ui-state-disabled{
	opacity:1;
}

.ui-datepicker-unselectable .ui-state-default{
	/*background:#fff !important;*/
	text-align:center;
}

.ui-state-default.ui-state-active{
	//background:#e8d782 !important;
}

.ui-datepicker-next span{background:none !important;}

.ui-datepicker-today a{font-weight:bold!important; color:#000 !important;}

/*.cal-past-day, */
.cal-past-day span,.cal-past-day a/*.ui-state-default*/
{
	background:#fff !important;
	color:#bbb !important; /*sivy font*/
}

/*.cal-today-day, */
.cal-today-day span, .cal-today-day a/*.ui-state-default*/
{
	background:#84c123 !important; /*sytozeleny background*/
	color:#eee !important; /*sivy font*/
}

/*.cal-occupied-day, */
.cal-occupied-day span,.cal-occupied-day a/*.ui-state-default*/
{
background:#e3d06f !important; /*#e3d06f background*/
color:#555 !important; /*#888?*//*aktualny fonr*/
}

/*.cal-free-day, */
.cal-free-day span, .cal-free-day a/*.ui-state-default*/
{
background:#badbae !important; /*#badbae background*/
color:#555 !important; /*aktualny fonr*/
}



