.UICalendarControl .Header {
        text-align: left;
        padding: 20px;
        background: #0f6907;
        position: relative;
}
.UICalendarControl .Header:before{
        content: '';
        position: absolute;
        background: url(images/alert.png) center center no-repeat;
        height: 55px;
        width: 55px;
        top: 5px;
        left: 10px;
        background-size: contain;
}
.UICalendarControl .Header span {
        color: white;
        font-size: 18px;
        margin-left: 68px;
        padding-top: 8px;
        text-transform: uppercase;
        font-weight: 600;
}
.UICalendarControl caption{
        display: none;
}
.UICalendarControl{
        margin-bottom: 10px;
}
.RadCalendar .rcTitlebar{
        background: #fff !important;
}
@media only screen and (max-width: 768px){
        div.UICalendarControl td {
                width: unset !important;
                display: table-cell !important;
        }
        .UICalendarControl {
                padding: 0 5px;
        }
}
