
/* input type date */
.date input[type=text] {
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 6px 24px 6px 12px;
    color: #555555;
    font-size: 14px;
    background: #fff url(../../web/icon/calendar-tool-for-time-organization.svg) 97% 50% no-repeat;
    background-size: 25px 25px;
    cursor: auto;
}


