#datepicker {
    height: 318px !important;
    position:relative;
}
#datepicker2 {
    height: 250px !important;
}
.ui-datepicker-week-end {
    background-image: url('/bundles/main/img/stripe_1d3142267b8c815408b654f76501d456.png');
}
@media (min-width: 768px) {
    .ui-datepicker-inline{width: 100% !important;}
    .ui-datepicker-group {
        width: 33.33333333%;
    }
}
@media (max-width: 767px) {
    #datepicker2 {
        height: 280px !important;
    }
    .ui-datepicker-group {
        width: 100%;
    }
}






.datepicker .ui-datepicker-group { float:left; }
.datepicker .ui-datepicker-group.col-md-4{ padding:0 !important; }
.datepicker .ui-datepicker-calendar,.datepicker .ui-datepicker-group .ui-datepicker-calendar{ width: 100%; }
.datepicker .ui-datepicker-calendar tr td,.datepicker .ui-datepicker-group .ui-datepicker-calendar tr td{
    text-align: center;
    padding:1px !important;
    margin:0 !important;
}
.datepicker .ui-datepicker-calendar tr td a,.datepicker .ui-datepicker-group .ui-datepicker-calendar tr td a,
.datepicker .ui-datepicker-calendar tr td span,.datepicker .ui-datepicker-group .ui-datepicker-calendar tr td span {
    padding: 4px !important;
    margin:3px !important;
    width: 90%;
    display: inline-block;
}
.datepicker .ui-datepicker-calendar tr th{ display: none !important; }
.datepicker .ui-datepicker-prev{ position: absolute; left:15px; top:-5px; width: 30px; cursor: pointer; text-align: left; }
.datepicker .ui-datepicker-next{ position: absolute; right:15px; top:-5px; width: 30px; cursor: pointer; text-align: right; }
.datepicker .ui-datepicker-title{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.datepicker .ui-datepicker-calendar tr td a{ font-weight: bold; }

#agenda .book {}
#agenda .book img{ padding-right:15px; }
#agenda .book .share{ font-size:12px; }

#agenda .clear2 { display: none; }

/* MARKER */
.ui-datepicker-other-month {
    color: #b8b5b4;
    font-weight: bold;
}




.ui-datepicker-other-month.ui-datepicker-today span, .ui-datepicker-other-month.ui-datepicker-today a {
    background-color: #fff !important;
    color: #b8b5b4 !important;
}





#datepicker a, #datepicker2 a, #datepicker span, #datepicker2 span {
    font-weight: bold;
}

#datepicker .past-day a, #datepicker2 .past-day a {
    background-color: #b5b3b3;
}
#datepicker .next-day a, #datepicker2 .next-day a {
    background-color: #d61d1b;
}
#datepicker .next-day a, #datepicker2 .next-day a {
    color: #fff !important;
}

#datepicker .ui-datepicker-current-day a, #datepicker2 .ui-datepicker-current-day a {
    background-color: #05a727;
    color: #fff !important;
}

.ui-datepicker-today span, .ui-datepicker-today a {
    background-color: black !important;
    color: #fff !important;
}


.datepicker .ui-datepicker-month, .datepicker .ui-datepicker-year {
    cursor: pointer;
}




/* responsive  */

@media (max-width: 991px) and (min-width: 768px) {
    #agenda .clear3 { display: none; }
    #agenda .clear2 { display: block; }
}

@media (max-width: 767px) {
    #agenda .clear3 { display: none; }
    #agenda .clear2 { display: block; }
}

@media (max-width: 480px) {
    #agenda .clear3 { display: none; }
    #agenda .clear2 { display: none; }
    #agenda .col-xs-6 { width: 100%;  }
}