.jquery-dtpckr { background:white; border-radius:4px; padding:10px; box-shadow:0 0 2px gray; border:1px solid #ebebeb; overflow:hidden; position:relative; }
.jquery-dtpckr-table { width:100%; float:left; *zoom:1; }
.jquery-dtpckr-item,
.jquery-dtpckr-week,
th.jquery-dtpckr-day { text-align:center; line-height:2.6em; }

.jquery-dtpckr-popup { display:none; position:absolute; z-index: 1000; }

/* widths */
.jquery-dtpckr-day { width:14.2857%; }
.jquery-dtpckr-with-week .jquery-dtpckr-day,
.jquery-dtpckr-with-week .jquery-dtpckr-week { width:12.5%; }
.jquery-dtpckr-month,
.jquery-dtpckr-year { width:33.333%; }

/* styles */
.jquery-dtpckr-striped .jquery-dtpckr-odd-row { background:#efefef; }
.jquery-dtpckr-item { cursor:pointer; text-shadow:1px 1px 0 white; border-radius:2px; }
.jquery-dtpckr-item:hover { background:silver; box-shadow:inset 0 0 3px gray; }
.jquery-dtpckr-week { color:gray; }
.jquery-dtpckr-day-sat,
.jquery-dtpckr-day-sun { color:#8b0000; }
.jquery-dtpckr-prev-month, 
.jquery-dtpckr-next-month { color:silver; }
.jquery-dtpckr-item-disabled,
.jquery-dtpckr-disabled .jquery-dtpckr-day { color:gray; cursor:default;  }
.jquery-dtpckr-no-prev .jquery-dtpckr-prev-month,
.jquery-dtpckr-no-next .jquery-dtpckr-next-month { text-indent: -200px; white-space:nowrap; overflow:hidden; cursor:default; color:rgba(0,0,0,0); background:transparent; }
.jquery-dtpckr-item-disabled:hover,
.jquery-dtpckr-disabled .jquery-dtpckr-item:hover,
.jquery-dtpckr-no-prev .jquery-dtpckr-prev-month:hover,
.jquery-dtpckr-no-next .jquery-dtpckr-next-month:hover { background:transparent; box-shadow:none; }
.jquery-dtpckr-item-selected,
.jquery-dtpckr-item-selected:hover { background:#00aaff; border-radius:0; }
.jquery-dtpckr-item-disabled.jquery-dtpckr-item-selected,
.jquery-dtpckr-item-disabled.jquery-dtpckr-item-selected:hover,
.jquery-dtpckr-disabled .jquery-dtpckr-item-selected,
.jquery-dtpckr-disabled .jquery-dtpckr-item-selected:hover { background:#66aaff; border-radius:0; color:#333; }
.jquery-dtpckr-today { font-weight:bold; }

.jquery-dtpckr-navigation { padding-bottom:10px; border-bottom:1px solid gray; }
.jquery-dtpckr-prev,
.jquery-dtpckr-next { float:left; height:20px; width:20px; text-decoration:none; background:silver; border-radius:3px; color:black; text-align:center; line-height:20px; font-weight:bold; }
.jquery-dtpckr-next { float:right; }
.jquery-dtpckr-current { display:block; margin:0 25px; text-align:center; color:black; text-decoration:none; line-height:20px; font-weight:bold; }
.jquery-dtpckr-current > span { display:inline-block; text-align:center; padding:0 25px; }
.jquery-dtpckr-navigation > .jquery-dtpckr-navigation-disabled { background:#ebebeb; color:silver; }

.jquery-dtpckr-time { padding-top:10px; border-top:1px solid gray; text-align:center; clear:both; }
.jquery-dtpckr-time > select, 
.jquery-dtpckr-time > input { display:inline-block; width:20%; border:1px solid gray; padding:2px; text-align:center; border-radius:2px; }
.jquery-dtpckr-time > select { width:24%; text-align:left; }
.jquery-dtpckr-time > .jquery-dtpckr-time-single { width:75%; text-align:center; }
.jquery-dtpckr-slider { height:0; margin:10px 35px 15px 10px; border-top:1px solid gray; border-bottom:1px solid silver; position:relative; }
.jquery-dtpckr-slider-handle { position:absolute; width:10px; height:10px; left:0; margin-top:-6px; margin-left:-6px; top:0; border-radius:5px; box-shadow:inset 0 0 2px white; background:silver; border:1px solid gray; }
.jquery-dtpckr-slider-panel { position:absolute; left:100%; width:25px; height:20px; line-height:20px; top:-11px; text-align:right; }

.jquery-dtpckr-clear { padding-top:10px; border-top:1px solid gray; text-align:center; clear:both; }
.jquery-dtpckr-clear > a { display:inline-block; }
.jquery-dtpckr-time + .jquery-dtpckr-clear { margin-top:10px; }

.jquery-dtpckr-blend { display:none; position:absolute; left:0; top:0; margin:0; padding:0; z-index:999; width:0px; height:0; overflow:hidden; }
@media (max-width: 768px) {
	.jquery-dtpckr { width:auto !important; }
	.jquery-dtpckr-table { display:none !important; }
	.jquery-dtpckr-table-main { display:table !important; width:100% !important; }
	.jquery-dtpckr-navigation > .jquery-dtpckr-current > span { display:none !important; }
	.jquery-dtpckr-navigation > .jquery-dtpckr-current > .jquery-dtpckr-current-nav { display:inline-block !important; }
	.jquery-dtpckr-popup { width:90% !important; min-width:300px !important; position:fixed !important; left:5% !important; top:10% !important; padding:10px 0px !important; }
	.jquery-dtpckr-popup .jquery-dtpckr-navigation { padding:0 10px 10px 10px; }
	.jquery-dtpckr-blend { display:none; }
	.jquery-dtpckr th, .jquery-dtpckr td { height:40px; }
	.jquery-dtpckr-blend-on { background:rgba(0,0,0,0.5); display:block; }
}
@media (max-width: 320px) {
	.jquery-dtpckr-popup { width:300px !important; left:10px !important; top:20px !important; }
}