/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Metalic Theme

    copyright (c) 2011 - 2013 Stefan Gabos
    http://stefangabos.ro/jquery/zebra-datepicker/

*/

.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before  { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important }

.Zebra_DatePicker           {width: 75%; left: 13% !important; position: absolute;top:100px !important; background: #FF9900; border: 1px solid #FF9900; display: none; z-index: 9999; font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 13px }

.Zebra_DatePicker *         { margin: 0 auto; padding: 0; color: #666; background: transparent; border: none }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                     { border-collapse: collapse; border-spacing: 0 }

.Zebra_DatePicker td,
.Zebra_DatePicker th                        { text-align: center; padding: 5px 0 }

.Zebra_DatePicker td                        { cursor: pointer }

.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker            { margin-top: 3px }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { width: 5%;/*30px;*/ font-size: 4vw; border: 1px solid #BBB; background: #F5F5F5;/*#DEDEDE url('metallic/default-date.png') repeat-x top;*/ color: #666 }

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover      { -webkit-border-radius: 9%; -moz-border-radius: 9%; border-radius: 9%;overflow: hidden }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #fff;font-size: 4.6vw; line-height: 5.5vw; }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px;font-weight: 100;font-size: 7vw;padding: 3% 0; }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: 500;/*bold*/ }
.Zebra_DatePicker .dp_header .dp_hover      { background: #00A5D9; color: #FFF }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #373737; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_week_number,
.Zebra_DatePicker .dp_daypicker th              { background: #fff; font-size: 4.5vw; padding-top: 7px; color: #FF9900; }

.Zebra_DatePicker td.dp_weekend_disabled,
.Zebra_DatePicker td.dp_not_in_month,
.Zebra_DatePicker td.dp_not_in_month_selectable { background: #fff;/*#ECECEC url('metallic/disabled-date.png');*/ color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_not_in_month_selectable { cursor: pointer }

.Zebra_DatePicker td.dp_weekend                 { /*background: #DEDEDE url('metallic/default-date.png') repeat-x top;*/ color: #666 }

.Zebra_DatePicker td.dp_selected                { background: #FF9900; color: #fff !important }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td    { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td     { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer            { background: #FFE8C6;/*margin-top: 3px*/ height: 2rem;width: 99.5% !important; margin-right: 0.1%; margin-top: -1%; }
.Zebra_DatePicker .dp_footer .dp_hover  { background: #00A5D9; color: #FFF }

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today { color: #FF9900; padding: 3px;font-size: 4.5vw; }

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear { color: gray; padding: 3px }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PRESIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current                 { color: #FF9900;font-weight: bold; }
.Zebra_DatePicker td.dp_disabled_current        { color: #E38585 }
.Zebra_DatePicker td.dp_hover                   { background: #67AABB url('metallic/selected-date.png') repeat-x top; color: #FFF }
.Zebra_DatePicker td.dp_disabled                { background: #fff;/*#ECECEC url('metallic/disabled-date.png') repeat-x top;*/ color: #DDD; cursor: default }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon            { display: block; position: absolute; width: 16px; height: 16px; background: url('calendar.png') no-repeat left top; text-indent: -9000px; border: none; cursor: pointer; padding: 0; line-height: 0; vertical-align: top }
button.Zebra_DatePicker_Icon_Disabled   { background-image: url('calendar-disabled.png') }

/* don't set vertical margins! */
button.Zebra_DatePicker_Icon            { margin: 0 0 0 3px }
button.Zebra_DatePicker_Icon_Inside     { margin: 0 3px 0 0 }

@media (min-width: 1024px){
	.Zebra_DatePicker .dp_daypicker td,
	.Zebra_DatePicker .dp_daypicker th,
	.Zebra_DatePicker .dp_monthpicker td,
	.Zebra_DatePicker .dp_yearpicker td {
		font-size: 16px;
	}

	.Zebra_DatePicker{
		width: 368px;
		left: 50% !important;
		transform: translateX(-50%);
	}

	.Zebra_DatePicker .dp_header td{
		font-size: 25px;
		line-height: 1;
	}

	.Zebra_DatePicker .dp_today {
		font-size: 25px;
	}

	.dp_header{
		width: 336px !important;
	}

	.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
		font-size: 50px;
	}
}
