﻿
/* To make the cursor on calendar icon change to a pointer */
i.ace-icon.fa.fa-calendar {
    cursor: pointer;
}
