/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Metalic Theme

    copyright (c) 2011 - 2014 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           { position: absolute;  z-index: 100; font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-size: 13px; top: 0 }

.Zebra_DatePicker *         { margin: 0; padding: 0; color: #666; /*background: transparent; border: none*/ }

/* = GLOBALS
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table                     { border-collapse: collapse; border-spacing: 0; width: auto; table-layout: auto; }

.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: 18px;margin-left: 21px;}

/*.Zebra_DatePicker .dp_daypicker{margin-top:18px;margin-left: 21px;}*/

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { width: 36px; height:28px; border: 1px solid #BBB;  color: #666; font-family:"playfair_displayregular"; font-size:16px;}


.Zebra_DatePicker td.dp_not_in_month_a{border: 1px solid #BBB;}

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover      { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

/* = 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 }
.Zebra_DatePicker.dp_hidden                { visibility: hidden; filter: alpha(opacity=0); -khtml-opacity: 0; -moz-opacity: 0; opacity: 0 }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/

.Zebra_DatePicker .dp_header             { position:absolute; top: -27px;right: 15px;}
.Zebra_DatePicker .dp_header td             { color: #E0E0E0 }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 17px;float:left; background:url("../images/controls.png") no-repeat;  text-indent:-9999px; cursor:pointer; color:#202020;}
.Zebra_DatePicker .dp_header .dp_previous{background-position: 0px 5px;margin-right: 5px;}
.Zebra_DatePicker .dp_header .dp_next{background-position: -47px 5px;}

.Zebra_DatePicker .dp_header .dp_caption    { float:left; color:#fccb00; margin-right: 10px;}
.Zebra_DatePicker .dp_header .dp_caption:before    { content:"Veranstaltungen:  "; color:#fff;}
.Zebra_DatePicker .dp_header .dp_hover      { background: #67AABB; color: #FFF }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_week_number,
.Zebra_DatePicker .dp_daypicker th              { border-top:2px solid #31004a; font-size: 9px; padding-top: 7px }
.Zebra_DatePicker .dp_daypicker th{font-size:16px; font-weight:700;}
.Zebra_DatePicker td.dp_weekend_disabled,
.Zebra_DatePicker td.dp_not_in_month,
.Zebra_DatePicker td.dp_not_in_month_selectable { /*background: #ECECEC url('metallic/disabled-date.png'); */color: #CCC; cursor: default }
/*.Zebra_DatePicker td.dp_not_in_month{display:none;}*/
.Zebra_DatePicker td.dp_not_in_month_selectable { cursor: pointer }

.Zebra_DatePicker td.dp_weekend                 {  color: #666 }

/*.Zebra_DatePicker td.dp_selected                { background: #E26262; color: #E0E0E0 !important }*/
.Zebra_DatePicker td.dp_selected{ color: #31004a !important }
.Zebra_DatePicker td.dp_selected:after{ content:""; display:block; bottom:1px; background:url("../images/rili_doc2.png") no-repeat; width:6px; height:6px; color: #31004a !important;left:44%; position:relative; }

/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td    { width: 33% }

/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td     { width: 33% }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer            { margin-top: 3px; display:none; }
.Zebra_DatePicker .dp_footer .dp_hover  { background: #67AABB; color: #FFF }

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today { color: #E0E0E0; padding: 3px }

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear { color: #E0E0E0; padding: 3px }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PRESIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current                 { color: #3e3e3e; background-color:#ffcd00; border-top:2px solid #31004a; }
.Zebra_DatePicker td.dp_disabled_current        { color: #E38585 }
.Zebra_DatePicker td.dp_hover                   {/* background: #ffcd00; border-top:1px solid #31004a; color: #FFF*/ }
.Zebra_DatePicker td.dp_disabled                { background: #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 screen and (max-width: 999px) {
	.Zebra_DatePicker .dp_daypicker{margin: 18px auto;}
	.Zebra_DatePicker table {width: 89%;}
	
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 480px) {}