body {
	background: #555;
}
/* DatePicker Container */
.ui-datepicker {
	width: 80%;
	max-width:500px;
	height: auto;
	/*font: 9pt Arial, sans-serif;*/
	background:#FFF;
	border:1px #eee solid;
	display:none;
}

.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
	background:#FFF;
}

.ui-datepicker table thead{
border-bottom: none 0px;
}

.ui-datepicker table tbody tr {
    border: none 0px;
 }

.ui-datepicker-header {
	background: #fff;
	color: #aaa;
	font-weight: bold;
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #fff;
	padding-top:0.4em;
	padding-bottom:0.4em;
	border-bottom:1px #eee solid;
	margin-bottom:0.6em;
}
.ui-datepicker-title {
	text-align: center;
	font-size:1.3em;
	font-weight:400;
	color: #222;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
	border:none;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #fff;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 7pt;
	padding: 5px 0;
	color: #666666;
	text-align:center;
}
.ui-datepicker tbody td {
	padding: 0;
	width:14.28%;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 0px none;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: 400;
	font-size:1.2em;
	text-align: center;
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #666666;
  	border: 1px transparent solid !important;
}

.ui-datepicker td a:HOVER {color: #fff !important;}

.ui-datepicker-calendar .ui-state-default {
	/*background: #ededed;*/
}
.ui-datepicker-calendar .ui-state-hover,.ui-datepicker-today a.ui-state-highlight:HOVER  {
	background-color:transparent;
    background-image:url('../img/hover.png');
    background-repeat:no-repeat;
    background-position:center;
    color: #fff !important;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	color: #fff !important;
	position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
	color: #eaeaea;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 100%;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 100%;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	width: 100%;
	margin-bottom: 0;
}

.ui-datepicker-calendar{
	margin-bottom:0px;
}


.datepicker-input-symbol-left{
	position:relative;
}

.datepicker-input-symbol-left span{
	color:#bbb;
	position: absolute;
	transform: translate(0,-50%);
	top:50%;
	left:0;
	pointer-events:none;
	margin-left:0.5em;
}

.datepicker-input-symbol-left input{
	text-indent:1em;
}

.ui-datepicker {
	font-size:0.8em !important;
  margin-top:5px;
}

.ui-datepicker table tbody tr:nth-child(2n + 1) {
    background-color: transparent !important;
    border: none 0px transparent !important;
}

.ui-datepicker-calendar .ui-state-active {
    background-color:transparent;
    background-image:url('../img/selected.png?v=1') !important;
    background-repeat:no-repeat;
    background-position:top center;
    color: #ffffff !important;
}



.ui-datepicker td span, .ui-datepicker td a {
	height:50px !important;
	line-height:50px !important;
}


.event a {
    /*background-color: #00BCD4 !important;*/
    background-image:url('../img/event.png?v=1');
    background-repeat:no-repeat;
    background-position:top center;
    color: #ffffff !important;
}
 .ui-datepicker td.event a:HOVER{
    /*background-color: #00BCD4 !important;*/
    background-color:transparent;
    background-image:url('../img/selected.png?v=1') !important;
    background-repeat:no-repeat;
    background-position:top center;
    color: #ffffff !important;
}
  td.ui-datepicker-today.event a.ui-state-highlight {
    background-color:transparent;
    background-image:url('../img/eventtoday.png?v=1');
    background-repeat:no-repeat;
    background-position:top center;

    }
  .ui-datepicker-today a.ui-state-highlight {
    background-color:transparent;
    background-image:url('../img/today.png?v=1');
    background-repeat:no-repeat;
    background-position:top center;

    }


   .ui-datepicker-today.ui-datepicker-current-day a.ui-state-highlight {

    background-color:transparent;
    background-image:url('../img/today.png?v=1');
    background-repeat:no-repeat;
    background-position:top center;

    }
