﻿.sidebar_search {
    height: 54px;
    position: relative;
}

    .sidebar_search input {
        width: 100%;
        height: 54px;
        border: none;
        border: 1px solid #f1f1f1;
        padding: 0 56px 0 12px;
        color: #9e9e9e;
    }

    .sidebar_search button {
        width: 54px;
        height: 100%;
        position: absolute;
        top: 0;
        background: #48c7ec;
        right: 0;
        color: #fff;
    }
.sidebar_date {
    height: 80px;
    position: relative;
}
    .sidebar_date input {
        width: 100%;
        height: 35px;
        border: none;
        border: 1px solid #f1f1f1;
        padding: 0 56px 0 12px;
        color: #9e9e9e;
        margin-bottom:5px;
    }