﻿/*=== Date picker ===*/
.cart-panel {
}

	.cart-panel .ui-datepicker {
		width: 100%;
		height: auto;
		font-family: sans-serif;
		background-color: transparent;
		border: none;
	}

		.cart-panel .ui-datepicker select {
			background-color: transparent;
		}

			.cart-panel .ui-datepicker select:focus {
				outline-offset: -2px;
				outline: auto 5px;
				outline-color: #fd9826 !important;
			}

		.cart-panel .ui-datepicker table a,
		.cart-panel .ui-datepicker table a.ui-state-default {
			text-align: center;
			background-color: transparent;
			color: #787c7f;
			border: none;
		}

	.cart-panel .ui-state-default, .cart-panel .ui-widget-content .ui-state-default, .cart-panel .ui-widget-header .ui-state-default {
		text-align: center;
		background-color: transparent;
		color: #666;
		border: none;
	}

	.cart-panel .ui-datepicker table th {
		width: 14.28%;
	}

	.cart-panel .ui-datepicker table tr,
	.cart-panel .ui-datepicker table tr td {
		min-height: 50px;
		height: 50px;
	}

	.cart-panel table td:first-child {
		text-align: center;
		padding-left: 1px;
	}

	.cart-panel .ui-datepicker table a.ui-state-default.ui-state-highlight.ui-state-active,
	.cart-panel .ui-datepicker table a.ui-state-default.ui-state-active,
	.cart-panel .ui-datepicker table a.ui-state-default.ui-state-hover {
		color: #787c7f;
		border: 2px solid #fd9826;
		border-radius: 50%;
		padding-top: 9px;
		margin: 3px auto 5px;
		width: 40px;
		height: 40px;
	}

	.cart-panel .ui-datepicker-header {
		background-color: #fff;
		font-weight: bold;
		line-height: 30px;
	}

	.cart-panel .ui-datepicker-title {
		font-size: 24px;
		text-align: center;
		color: #fd9826;
		border: none;
	}

	.cart-panel a.ui-datepicker-prev,
	.cart-panel a.ui-datepicker-next {
		background-color: transparent;
		color: #787c7f;
		height: 100% !important;
	}

	.cart-panel .ui-datepicker-calendar th {
		background-color: transparent;
	}

	.cart-panel .ui-widget-header {
		border: none;
	}

	.cart-panel a.ui-datepicker-prev .ui-icon-circle-triangle-w {
		/* Left Arrow */
	}

	.cart-panel a.ui-datepicker-next .ui-icon-circle-triangle-e {
		/* Right Arrow */
	}

	.cart-panel .ui-datepicker a {
		color: #787c7f;
	}

		.cart-panel .ui-datepicker a:hover {
			background-color: #e2e2e2;
			border: none;
		}

	.cart-panel .ui-datepicker table {
		width: 100%;
	}
