/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    default stylesheet
    copyright (c) 2011 - 2012 Stefan Gabos
	 - blacktheme (c) 2013 - Kurucz Csaba
    http://stefangabos.ro/jquery/zebra-datepicker/

*/

.datepickerbox {
position: relative;
overflow: hidden;
width: 100%;
display: inline-block;
float: left;
height: 0;
z-index: 700;
}
.datepickerbox.active {
overflow: visible;
}





.datepickercontainer {position: relative; display: inline-block; float: left;}
.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 *                          { margin: 0; padding: 0; color: #000 }
.Zebra_DatePicker                            { position: absolute; background: #000;
background: #fff;
 padding: 15px;  z-index: 9000; font-family: 'Segoe Ui', Arial, Helvetica, sans-serif; font-size: 13px;
box-shadow:  0 5px 28px rgba(0,0,0,0.6);
-moz-box-shadow:  0 5px 28px rgba(0,0,0,0.6);
-webkit-box-shadow:  0 5px 28px rgba(0,0,0,0.6);
-o-box-shadow: 0 5px 28px rgba(0,0,0,0.6);
-ms-box-shadow: 0 5px 28px rgba(0,0,0,0.6);
width: 268px;
border-radius: 0;
overflow:hidden;
z-index: 1200;
}


.Zebra_DatePicker   span.dparrow {position: absolute; width: 15px; height: 8px; top: -8px; left: 8px;background: url('/themes/traveltime.hu/images/dateparrow.png') no-repeat top left;}
/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                      { border-collapse: collapse; border-spacing: 0;}

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

.Zebra_DatePicker td                         { cursor: pointer }

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

.Zebra_DatePicker .dp_daypicker {width: 238px;border-collapse: separate;}


.Zebra_DatePicker .dp_daypicker td  { width: 32px !important; border: 1px solid #fff; }
.Zebra_DatePicker .dp_daypicker th  { background: #fff; width: 34px !important; }
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td    { background: #E8E8E8; width: 32px !important; border: 1px solid #fff; }
.Zebra_DatePicker .dp_daypicker td {
                                   padding: 0;
								   position: relative;
								   vertical-align: middle;
								   background: #fff;
                                 }
.Zebra_DatePicker .dp_daypicker td span {
height: 32px;   padding: 0; line-height: 32px  ; color: #000; background: #ffe202;
border-radius: 0;
width: 32px;
font-weight: bold;
display: inline-block;
float: left;
}


/* = VISIBLE/HIDDEN STATES (USE TRANSITIONS FOR EFFECTS)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker.dp_visible               { visibility: visible; filter: alpha(opacity=100); -khtml-opacity: 1; -moz-opacity: 1; opacity: 1; transition: opacity 0.2s ease-in-out; display: block; top: 0px !important; left: 0 !important;}
.Zebra_DatePicker.dp_hidden                { visibility: hidden; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; opacity: 0 ;display: none;}



#datepickerbbox1 .Zebra_DatePicker.dp_visible, #datepickerbbox2 .Zebra_DatePicker.dp_visible, #datepickerbbox3 .Zebra_DatePicker.dp_visible, #datepickerbbox4 .Zebra_DatePicker.dp_visible, #datepickerbbox5 .Zebra_DatePicker.dp_visible, #datepickerbbox6 .Zebra_DatePicker.dp_visible, #datepickerbbox7 .Zebra_DatePicker.dp_visible, #datepickerbbox8 .Zebra_DatePicker.dp_visible, #datepickerbbox9 .Zebra_DatePicker.dp_visible, #datepickerbbox10 .Zebra_DatePicker.dp_visible, #datepickerbbox11 .Zebra_DatePicker.dp_visible, #datepickerbbox12 .Zebra_DatePicker.dp_visible, #datepickerbbox13 .Zebra_DatePicker.dp_visible, #datepickerbbox14 .Zebra_DatePicker.dp_visible, #datepickerbbox15 .Zebra_DatePicker.dp_visible {
    left: auto !important;
    right: 0 !important;
}

#datepickerbox3  .Zebra_DatePicker.dp_visible,
#datepickerbox4 .Zebra_DatePicker.dp_visible,
#datepickerbox5 .Zebra_DatePicker.dp_visible,
#datepickerbox6  .Zebra_DatePicker.dp_visible,
#datepickerboxfilter1 .Zebra_DatePicker.dp_visible,
#datepickerboxfilter2 .Zebra_DatePicker.dp_visible {
left: auto !important;
right: 0 !important;
}


/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header tr {padding: 0;
                                }
.Zebra_DatePicker .dp_header td             { color: #000; background: transparent; border: 1px solid #ccc; border-right: none; border-left: none; height: 31px; line-height: 31px; padding: 0; width: 40px !important}

.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next       { width: 32px !important; background: transparent url('/themes/traveltime.hu/images/datearrow.png') no-repeat top left;text-indent: -300px; overflow: hidden;}
.Zebra_DatePicker .dp_header .dp_next {background-position: bottom left;}

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold; width: 168px !important;}
.Zebra_DatePicker .dp_header .dp_hover      { background: transparent; color: #000; /*-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px*/ }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }


.Zebra_DatePicker .dp_header .dp_previous.dp_hover   , .Zebra_DatePicker .dp_header .dp_next.dp_hover       { width: 32px; background:#007aff url('/themes/traveltime.hu/images/datearrow2.png') no-repeat top left; text-indent: -300px; overflow: hidden;}
.Zebra_DatePicker .dp_header .dp_next.dp_hover    {background-position: bottom left;}

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th          { background: transparent; color: #000; font-weight: bold; }
.Zebra_DatePicker td.dp_not_in_month span   { background: #fff; color: #888; cursor: default; font-weight: noraml; }
.Zebra_DatePicker td.dp_disabled  span {background: #ddd;color: #888;cursor: default; font-weight: noraml;}
.Zebra_DatePicker td.dp_weekend  span           { background: #ff5a00 }
.Zebra_DatePicker td.dp_weekend_disabled  span  { background: #bbb; color: #888; cursor: default; font-weight: noraml; }
.Zebra_DatePicker td.dp_selected   span         { background: #000; color: #FFF !important }
.Zebra_DatePicker td.dp_week_number  span       { background: #FFCC33; color: #555; cursor: text; font-style: italic }


.Zebra_DatePicker .dp_monthpicker td.dp_disabled   {background: #ddd;color: #888; cursor: default; font-weight: noraml;}
.Zebra_DatePicker  .dp_monthpicker td.dp_selected         { background: #000; color: #FFF !important; font-weight: bold;}
.Zebra_DatePicker .dp_yearpicker td.dp_disabled   {background: #ddd;color: #888;cursor: default; font-weight: noraml;}
.Zebra_DatePicker  .dp_yearpicker td.dp_selected         { background: #000; color: #FFF !important; font-weight: bold; }


/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td        { width: 33%; line-height: 40px; height: 40px;}

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td         { width: 33%; line-height: 40px; height: 40px;}

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer                { margin-top: 3px; display: inline-block; width: 100%;}
.Zebra_DatePicker .dp_footer td             { color: #007aff; padding: 4px 6px; font-weight: bold; background: #fff; width: 100%;border-radius: 2px;
}
.Zebra_DatePicker .dp_footer .dp_hover      { background: #fff; color: #007aff;}

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             { color: #007aff }
.Zebra_DatePicker td.dp_disabled_current    { color: #fff; font-weight: bold; }
.Zebra_DatePicker td.dp_hover   span            { background: #007aff; color: #FFF }

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

/* Fix icon position in Chrome & Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
button.Zebra_DatePicker_Icon_Inside     { margin: 0 5px 0 0 }
}
