.datepicker-component input {
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    outline: none;
    font-size: 13px;
    color: #4a4a4a;
    background: #ffffff url(../../../../images/shared/small-calendar.png) no-repeat right 10px center;
    padding: 5px 10px;
    width: 100px;
    cursor: pointer;
}

#datepicker-component td.highlighted {
    position: relative;
}

#datepicker-component td.highlighted.plus:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    background: transparent url(../../../../images/shared/plus-hovered.png) no-repeat;
    left: 70%;
    top: 0;
}
