.ui-datepicker {
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
	font-size: 90%;
}
.datepick,
.ui-datepicker{
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.ui-datepicker a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.ui-datepicker a.ui-state-disabled {
	color: #888;
}
.ui-datepicker a.ui-state-disabled,
.datepick a.datepick-disabled{
    cursor: not-allowed;
}
.ui-datepicker a.ui-state-disabled:hover,
.datepick a.datepick-disabled:hover{
    background-color: transparent;
    color: #888;
}
.ui-datepicker button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, 
.datepick-ctrl, 
.datepick-month-header, 
.datepick-month-header input,
.ui-datepicker-title {
    background-color: rgba(227, 221, 206, 0.37);
    color: var(--e-global-color-accent);
}
.ui-datepicker-title{
	text-align: center;
	width: 100%;
	font-size: 90%;
	font-weight: bold;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	/*height: 1.5em;*/
}
button.datepick-cmd {
	text-align: center;
}
.ui-datepicker-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.ui-datepicker-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .ui-datepicker-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .ui-datepicker-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.ui-datepicker-calendar {
	float: left;
	width: 15em;
	border: 1px solid #444;
	text-align: center;
}
.ui-datepicker-calendar table {
	width: 100%;
	border-collapse: collapse;
}
.ui-datepicker-calendar thead {
	border-bottom: 1px solid #aaa;
}
.ui-datepicker-calendar th, 
.ui-datepicker-calendar td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.ui-datepicker-calendar th {
	border: 1px solid #777;
}
.ui-datepicker-calendar th, 
.ui-datepicker-calendar th a {
	background-color: #777;
	color: #fff;
}
.ui-datepicker-calendar td,
.datepick table tbody>tr:nth-child(odd)>td, 
.datepick table tbody>tr:nth-child(odd)>th{
	background-color: #eee;
	border: 1px solid #aaa;
}
.ui-datepicker-calendar a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #eee;
	color: var(--e-global-color-secondary);
	text-decoration: none;
}
.ui-datepicker-calendar span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.ui-datepicker-calendar span,
.datepick-month th, 
.datepick-month th a {
    background-color: #ffffff;
    color: var(--e-global-color-text);
}
.datepick-month a,
.ui-datepicker-calendar td a.ui-state-default{
    background-color: rgba(227,221,206, 0.37);
    text-decoration: none;
}
.datepick-month td .datepick-weekend,
.ui-datepicker-calendar td.ui-datepicker-week-end,
.ui-datepicker-calendar td.ui-datepicker-week-end a,
.ui-datepicker-calendar td.ui-datepicker-week-end span {
    background-color: rgba(227,221,206, 1);
}
.ui-datepicker-calendar td span {
	color: #888;
}
.ui-datepicker-calendar td .datepick-other-month {
	background-color: #fff;
}
.ui-datepicker-calendar td .ui-datepicker-week-end {
	background-color: #ddd;
}
.ui-datepicker-calendar td .datepick-today {
	background-color: #f0c0c0;
}
.ui-datepicker-calendar td a.ui-state-hover,
.ui-datepicker-calendar td a.ui-state-active{
	color: #fff;
}
.mphb-datepick-popup .datepick-month td a.datepick-highlight, 
.ui-datepicker-calendar td a.ui-state-hover, 
.mphb-datepick-popup .datepick-month td a.datepick-selected,
.ui-datepicker-calendar td a.ui-state-active{
    background-color: var(--e-global-color-accent);
}
.ui-datepicker-calendar th.ui-datepicker-week-end {
	background-color: #777;
	color: #fff;
}
.datepick-month td .datepick-today,
.ui-datepicker-calendar td.ui-datepicker-today a{
    background-color: rgba(233,80,13, 0.7);
    color: #fff;
}




.datepick-month-header select{
    background-color: transparent;
    color: var(--e-global-color-accent);
}
.datepick-ctrl .datepick-cmd:hover,
a.datepick-cmd:hover{
    background-color: var(--e-global-color-accent);
    color: #fff;
}
.datepick table thead>tr>th:first-child,
.datepick table tbody>tr>td:first-child, 
.datepick table tbody>tr>th:first-child{
    border-left: 0;
}
.datepick table thead>tr>th:last-child,
.datepick table tbody>tr>td:last-child, 
.datepick table tbody>tr>th:last-child{
    border-right: 0;
}
.ui-datepicker-calendar td.ui-datepicker-unselectable span {
    opacity: .15;
    background-color: #eee;
    color: #888;
}