/* filter-dates */
.filter-dates{
    margin-bottom: 15px;
}

.filter-dates .col-md-4{
    position: relative;
}

.filter-dates .icon-dates{
    position: absolute;
    top: 17px;
    left: 30px;
}
.filter-dates .icon-dates svg{
    width: 20px;
}
.filter-dates .icon-user{
    position: absolute;
    top: 17px;
    left: 30px;
}
.filter-dates .icon-user svg{
    width: 20px;
}
.filter-dates input[name="dates"]{
    width: 100%;
    text-indent: 40px;
    border: 1px solid #ccc;
}
.filter-dates .dropdown {
    width: calc(100% - 30px);
    position: absolute;
    top: 54px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 15px;
    z-index: 9;
    display: none;
}
.filter-dates .dropdown input{
    width: 100%;
    margin: 2px 0;
    border: 1px solid #ccc;
}
.filter-dates .dropdown button{
    width: 100%;
    margin: 2px 0;
    border: 1px solid #ccc;
}
.filter-dates .number-user{
    line-height: 27px;
    padding: 13px;
    border: 1px solid #ccc;
    text-indent: 40px;
    cursor: pointer;
}
.filter-dates .button-find {
    padding: 13px 30px;
    font-weight: bold;
    border: 1px solid #ccc;
    width: 100%;
}
/* end filter-dates */