﻿
[type=date], .date-picker[type=date], .date-picker.form-control[type=date] {
    position: static;
}

[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    z-index: 11;
    right: 0;
    -webkit-appearance: inherit;
    appearance: none;
    display: block;
    width: 12%;
    height: 100%;
    opacity: 0;
    left: 88%;
}

