.js-time-control-wrap input[type="text"].js-time-control {
    width: 60px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    transition: border-color .3s ease,color .3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 36px;
    border: solid 2px #cecece;
    border-radius: 7px;
    font: 14px RobotoRegular;
    color: #848484;
    padding: 0 8px;
}
.js-time-control-wrap input[type="text"].with-seconds {
    width: 80px!important;
}
.js-datetime-one-control-wrap input[type="text"].js-datetime-control {
    width: 153px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    transition: border-color .3s ease,color .3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 36px;
    border: solid 2px #cecece;
    border-radius: 7px;
    font: 14px RobotoRegular;
    color: #848484;
    padding: 0 8px;
}
.js-date-control-wrap input[type="text"].js-date-control {
    width: 93px !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    transition: border-color .3s ease,color .3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 36px;
    border: solid 2px #cecece;
    border-radius: 7px;
    font: 14px RobotoRegular;
    color: #848484;
    padding: 0 8px;
}
.js-time-control-wrap,
.js-date-control-wrap,
.js-datetime-one-control-wrap{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 23px 0 0;
    margin: 0 11px 0 0;
}
.js-datetime-control-wrap {
    position: relative;
    width: 270px;
    max-width: 270px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    border: solid 2px #cecece;
    border-radius: 7px;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    background: #fff;
    padding: 0 23px 0 0;
    margin: 0 11px 0 0;
}
.js-datetime-control-wrap input[type=text] {
    width: 50% !important;
    height: 34px;
    display: block;
    float: left;
    border: none;
    padding: 0 6px !important;
    cursor: pointer;
    font-size: 13px;
    line-height: 34px;
    background: transparent !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    transition: border-color .3s ease,color .3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 7px;
    color: #848484;
}
.js-datetime-control-wrap:after {
    content: '-';
    position: absolute;
    left: 50%;
    font-size: 18px;
    top: 4px;
    margin-left: -15px;
}
.js-datepicker-button{
    display: block;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    border-radius: 0 7px 7px 0;
    background: #65b0e6 url(../img/i/bg-b-sent-messages__form-button.png) no-repeat center center;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.js-datepicker-button:hover{
    background-color: #7abcff;
}
.js-datetime-control-wrap .js-datepicker-button{
    top: -2px;
    right: -3px;
    height: 36px;
}