div.f4m_wrap_date { 
    width: auto;
}
div.f4m_wrap_date div.TD {
    padding-right: 0px !important;
}
div.f4m_wrap_date .f4m_date_picker{
    /*position: relative !important;*/
    width: 26px !important;
    height: 26px !important;
    cursor: pointer !important;
    /*left: 5px !important;
    top: 2px !important;*/
    /*background-image: url(date.png);
    background-repeat: no-repeat;
    background-position: center;*/
    /*display: inline-block;*/
    border-radius: 0 5px 5px 0;
    background-color: rgba(1, 154, 188, 0.3);
    border: 1px solid #c0c0c0;
    border-left: none;
    color: white;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
div.f4m_wrap_date .f4m_date_picker div.f4m_date_calendar_icon{
    /*border-left: none !important;
    height: auto !important;
    font-size: inherit !important;
    width: auto !important;*/
    /*fa*/
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.f4m_wrap_date .f4m_date_picker div.f4m_date_calendar_icon:before{
    content: "\f073";
    position: relative;
    top: -1px !important;
    left:  0 !important;
    font-size: 19px !important;
}
div.f4m_wrap_date .f4m_date_picker:hover{
    opacity: 0.4;
}

@media only screen and (max-width: 1024px) {
        div.f4m_wrap_date .f4m_date_picker:hover{
                opacity: 1 !important;
        } 
}

input[type=text].date {
    font-family: 'Ubuntu Mono' !important;
    /*text-align: center !important;*/
    text-align: left !important;
    font-size: 1.5em !important;
    letter-spacing: 1.1px;
    width: 130px !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    height: auto !important;
    line-height: normal !important;
    border-radius:  5px 0 0 5px !important;
}

input[type=text].date ::placeholder{
   color: #b2b2b2;
   font-family: 'Ubuntu Mono';
   text-align: center !important;
   font-size: 1.5em !important;
   letter-spacing: 1.1px;
}
input[type=text].date ::-webkit-input-placeholder {
   color: #b2b2b2;
   font-family: 'Ubuntu Mono';
   text-align: center !important;
   font-size: 1.5em !important;
   letter-spacing: 1.1px;
}
input[type=text].date :-moz-placeholder { /* Firefox 18- */
   color: #b2b2b2;
   font-family: 'Ubuntu Mono';
   text-align: center !important;
   font-size: 1.5em !important;
   letter-spacing: 1.1px;
}
input[type=text].date ::-moz-placeholder {  /* Firefox 19+ */
   color: #b2b2b2;
   font-family: 'Ubuntu Mono';
   text-align: center !important;
   font-size: 1.5em !important;
   letter-spacing: 1.1px;
}
input[type=text].date :-ms-input-placeholder {  
   color: #b2b2b2;
   font-family: 'Ubuntu Mono';
   text-align: center !important;
   font-size: 1.5em !important;
   letter-spacing: 1.1px;
}
