.bic_calendar * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.bic_calendar a{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.bic_calendar .table {
    width:206px;
    margin: 0;
}
.bic_calendar .table tbody > tr > td{
    text-align: center;
    padding: 0px;
}
.bic_calendar td div{
    /*padding: 5px;*/
    height:24px;
}
.bic_calendar td a{
    position:relative;
    top: 4px;
}
.day {
    font-size:14px;
}
.bic_calendar .header{
    /*padding: 10px 0 10px 0;*/
    border-bottom: 1px solid #53a66e;
    border-top: 1px solid #53a66e;
}
.bic_calendar .button-month-previous:after{ 
    content: '<';
    position: absolute;
    top: 0;
    margin-top: -16px;
}
.bic_calendar .button-month-previous{

    /*padding: 5px 5px 8px 0;*/
    float: left;
    color:#53a66e;
    font-style:italic;

}

.bic_calendar .button-month-next:after{
    content: '>';
    position: absolute;
    top: 0;
    margin-top: -16px;
    margin-left: -10px;
}
.bic_calendar .button-month-next{
    /*padding: 5px 0 8px 5px;*/
    float: right;
    color:#53a66e;
    font-style:italic;
}
.bic_calendar .button-year-previous{
    /*padding: 5px;*/
    float: left;
}
.bic_calendar .button-year-next{
    /*padding: 0 5px;*/
    float: right;
}
.bic_calendar .monthAndYear div {
    color:#53a66e;
    font-family:"lobster";
}
.bic_calendar .monthAndYear{
    text-align: center; 
    font-size:18px; 
    height: 25px;
}
.bic_calendar .days-month .last{
    color:#ed4f54;
}
.bic_calendar .days-month{
    font-weight: 500;
    font-size:11px;
    border-bottom: 1px solid #53a66e;
    height:16px;
}
.bic_calendar .event{
    color: white;
    background: url("../pics/cal-bg.png") center center no-repeat !important;
    text-shadow: 0 0 2px #333; 
}
.bic_calendar .event:hover{
    background: #3B5A97; 
}
.bic_calendar .event a{
    color: white;
}
.bic_calendar .table{
    /*margin-bottom: 3px;*/
}
.bic_calendar .days-month td{
    /*background: #f0f0f0 ;*/
    line-height:16px;
    
}
.bic_calendar .selection a {
    color:#000 !important;
}
.bic_calendar .selection{
    background:url(../pics/calendar-date.png) no-repeat 3px 0px;
    /*background: rgba(141,200,230,0.5);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.2);*/
}
.bic_calendar .first-selection{
    border-radius: 6px 0 0 6px;
    border-right: 0;
}
.bic_calendar .last-selection{
    border-radius: 0 6px 6px 0;
    border-left: 0;
}
.bic_calendar .middle-selection{
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.bic_calendar .popover{
    color: #000;
    text-shadow: none;
}
.bic_calendar .popover-content{
    font-weight: 300;
}

.bic_calendar .day {
    position:relative;
    height: 26px;
}

.bic_calendar .day.week-day-6 a{
    color:#ff912d;
}

.tooltip { 
    position: absolute;
    padding:0 !important;
    left: 25px!important;
    top: -22px!important;
    z-index:1; 
} 
.bic_calendar .fade {}
.bic_calendar .bottom {}
.bic_calendar .in {}
.bic_calendar .tooltip-arrow {
    padding:0;
    height:14px;
    width:18px;
    background: url("../pics/tooltip-ar.png") left top no-repeat;
    top: 24px;
    position: relative;
}

.bic_calendar .tooltip-inner {
    padding: 10px;
    margin-left:16px;
    text-align:center;
    background: #fff;
    border:1px solid #00408e;
    border-radius:10px;
    width:155px;
    //background: url("../pics/tooltip-1.png") left top no-repeat;
    color: #4b4b4b;
    font-size:12px;
    text-shadow: none;
}
