﻿.date_conti { position: relative; width: 100%; }
    .date_conti > div { position: absolute; width: 100%; height: 100%; pointer-events: none; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;background-color:#fff;padding:15px 10px;box-sizing:border-box; color:#000;top:0;right:0;font-size:1.1em;}
    .date_conti i {position:absolute;left:5px;z-index:10;top:15px;}
    .date_conti > input:focus ~ div { opacity: 0; }
