/* TODAY */
.datepick-prev a, .datepick-next a, .datepick-current a{
    font-size:1em;
    font-weight:bold;
    text-decoration:none;
    color:#999;
}
.datepick-prev {
    width:33%;
    float:left;
    text-align:left;
}
.datepick-next {
    width:33%;
    float:left;
    text-align:right;
}
.datepick-next a, .datepick-prev a{
    font-size:0.8em !important;
    padding:5px;

}
.datepick-current{
    width:34%;
    float:left;
    text-align:center;
}

/**********************************************************************/

.datepick-links {
    clear:both;
    float:left;
    width:100%;
}
.datepick-one-month {
    float:left;
}

/** MONTHES *************************************************************/
.datepick-header{
    text-align:center;
    font-weight:bold;
    font-size:0.85em;
    /*line-height:2em;*/
	padding:5px 0px;
	width:282px;
}
.datepick  .datepick-days-cell {
    text-align:center;
}
 

/*    I N    U S E   */

#datepick-div, .datepick-inline { /* Main BackGround color */
 }

.datepick-control, .datepick-links { /* TOP Header color - TODAY */
    background-color:#f3f3f3;
}

.datepick-header {                  /* Header - Monthes*/
	background: transparent;
	color: #999;
        border-bottom:none;
font-weight: bold;
font-size:11px;
}
.datepick  .datepick-title-row th{
    color:#aaa;
    text-align:center;
	background:none;
	margin:0px;
	padding:5px 0px;
}


.datepick  .datepick-days-cell a {             /* NORMAL CELL*/
	display: block;
	background-color: #f2f2f2;
	border: 1px solid #777;
        color:#21759B;
        font-weight:bold;
}
.datepick  .datepick-unselectable {          /* CELLS which have be UN SELECTED*/
	color: #b5b5b5;
        font-size: 13px;
}
.datepick  .datepick-today a {               /* TODAY DAY*/
	/*background: #f5f5b5;
	border: 1px solid #d9bb73;/**/
}

/*   S I Z E    */
.datepick-inline table.datepick td{
    width:40px;
    height:40px;
	padding:0px;
	border:0px;
    /* font-size:38px;/**/
}
.datepick-inline table.datepick td a{
    line-height:36px;
}

/* Show in diferent style reserved days in pending and aproval list */
.datepick  .date2approve, .datepick  .date2approve a  { color:#ea5 !important; }
.datepick  .date_approved, .datepick  .date_approved a { color:#79c  !important; }

.datepick .datepick_mouse_over a{
    background:#ff0000 !important;
}

.calendar-links  {
float:left;
height:15px;
margin-bottom:-35px;
padding:5px 0;
position:relative;
width:100%;
z-index:0;
}
.calendar-links .datepick-next  {
    float:right;
}
.calendar-links .datepick-next,.calendar-links .datepick-prev{
font-weight: bold;
font-size:11px;
}

/* Black */

.datepick  .datepick-title-row th{
    border:none;
    border-bottom:#ccc 1px solid;
    color:#f5f5f5;
    font-size:11px;
}

.datepick .datepick-days-cell a {
background-color:#444444;
border:1px solid #999999;
color:#EEEEEE;
display:block;
font-size:13px;
font-weight:bold;
margin:1px;
}

.datepick .datepick-days-cell a:hover, .datepick  .datepick-days-cell-over a{
    text-decoration: none;
    border:1px solid #eb2;
    color:#fc2;
}

.datepick-inline .datepick {
background-color:#595959;
border:2px solid #AAAAAA;
margin:0 2px 0 0 !important;
padding:0 !important;
}

.tooltips {

  
         background-color:#555;
        border:1px solid #aaa;
        padding:10px 15px;
        width:200px;
        display:none;
        color:#fff;
        text-align:left;
        font-size:12px;
        -moz-box-shadow:0 0 5px #000;
        -webkit-box-shadow:0 0 5px #000; /**/
}


.datepick .date2approve, .datepick .date_approved {
    background: transparent !important;
}

.datepick .timespartly a {
background:url("../../img/clock_fill.png") no-repeat scroll 100% 100% #555555 !important;
font-size:13px;
font-weight:bold;
}

.booking_form_div .block_hints .block_booked {
    background: #777 !important;
}
.booking_form_div .block_hints .block_pending {
    background: #777 !important;
}

 .datepick span.admin_calendar_selection a.booking_overmause0, .datepick span.admin_calendar_selection a.booking_overmause1, .datepick .admin_calendar_selection, .datepick .admin_calendar_selection a{
        background-color: #ff0000 !important;
        border:none;
        color:#fff !important;
}


.widget_wpdev_booking .datepick-inline table.datepick td a, .widget_wpdev_booking .datepick-inline table.datepick td, .widget_wpdev_booking .block_hints .block_free a, .widget_wpdev_booking .block_hints .block_time a{
    font-size:11px;
}
.widget_wpdev_booking .datepick-inline table.datepick .datepick-current-day a {
    font-size:11px !important;
}


#wpdev-booking-general .datepick .date2approve {
    background:#FFBB45 !important;
    border:1px solid #FAFAFA;
    color:#FFFFFF !important;
    font-size:17px;
    font-weight: normal;
    text-shadow:0 -1px 0 #777777;
}

#wpdev-booking-general .datepick .date_approved {
    background:#99BBEE !important;
    border:1px solid #FAFAFA;
    color:#FFFFFF !important;
    font-size:17px;
    font-weight: normal;
    text-shadow:0 -1px 0 #777777;
}


.datepick  .datepick-current-day a {         /* SELECTED DAYs*/
background-color:#3388AA !important;
border:1px solid #EE9911 !important;
color:#FFFFFF !important;
font-size:15px !important;
}

.datepick  .datepick-days-cell-over a {      /* OVER some DAY*/
	background: #fff;
	color: #e95;
	border: 1px solid #e95;
        cursor:pointer;
}


