/*

    Zebra_DatePicker: a lightweight jQuery date picker plugin

    Default 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           { position: absolute; background: #f2f2f2; display: none; z-index: 100; font-size: 13px; width:30%; }

.Zebra_DatePicker *         { margin: 0; padding: 0;  color:#868686;  border: none; margin:0 auto; }

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

.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             {  }

.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td         { width: 2%; margin-left:-3px; margin-right:-3px;}

.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover {  }

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_header td             { color: #FFF }

.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next       { width: 30px }

.Zebra_DatePicker .dp_header .dp_caption    { font-weight: bold; font-size:22px;}
.Zebra_DatePicker .dp_header .dp_hover      { color: #FFF }
.Zebra_DatePicker .dp_header .dp_blocked    { color: #888; cursor: default }

/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th              { background: #9c413d;  color: white;}
.Zebra_DatePicker td.dp_not_in_month            { background: ; color: #ddd9d9; cursor: default }
.Zebra_DatePicker td.dp_not_in_month_selectable { background: #9c413d; color: #CDCDCD; cursor: pointer }
.Zebra_DatePicker td.dp_weekend                 { }
.Zebra_DatePicker td.dp_weekend_disabled        { color: #CCC; cursor: default }
.Zebra_DatePicker td.dp_selected                { color: #FFF !important; background-image:url(../img/cirulo.png); background-repeat:no-repeat; background-position:center; }
.Zebra_DatePicker td.dp_week_number             { background: #FFCC33; color: #555; cursor: text; font-style: italic }

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

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

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer            {  color: #868686 margin-top: 3px; display:none; }
.Zebra_DatePicker .dp_footer .dp_hover  { color: #ccc   }

/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today { color: #868686; padding: 3px }

/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear { color: #F3F3F3; padding: 3px; display:none; }

/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current             {  background-image:url(../img/cirulo.png); background-repeat:no-repeat; background-position:center; color: white}
.Zebra_DatePicker td.dp_disabled_current    { color: #E38585 }
.Zebra_DatePicker td.dp_disabled            { background: #F3F3F3; color: #CDCDCD; cursor: default }
.Zebra_DatePicker td.dp_hover               { color: #868686 }

/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon                { display: block; position: absolute; width: 16px; height: 16px; background: url('../Documents/Unnamed Site 2/socialytics/css/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('../Documents/Unnamed Site 2/socialytics/css/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 }

.dp_header
{
	background-color: #e34134;
	height:50px;
	text-align: center;
font-family: 'Montserrat', sans-serif;
font-weight: normal;
font-style: normal;
font-size: 26px;
color: white;
line-height: 40px;
 width:265px;}

#datepicker-example13{
	display:none;}
	
.dp_daypicker tbody tr
	{
	margin:0 auto;
	position:relative;}
	
@media screen and (max-width: 1030px) {

	
.Zebra_DatePicker           { position: absolute; background: #f2f2f2; display: none; z-index: 100; font-size: 13px; width:26%; }
	
@media screen and (max-width: 767px) {

.Zebra_DatePicker           { position: relative; background: #f2f2f2; display: none; z-index: 100; font-size: 13px; width:100%; }
