﻿.num_wrap {
    display: inline-block;
    margin-top: 5px;
}

.calendar {
    width: 44%;
    border-bottom: 1px solid #a9a9a9;
    float: left;
}


.calendar > .datepicker {
    padding: 8px 0 4px 4px !important;
    width: 87%;
    min-width: 105px;
    height: 32px;
    font-size: 14px !important;
    text-align: left;
    border: none;
    font-weight: 500;
    text-align: left;
    background: #fff !important;
}
.calendar > .fa-calendar-alt {
    width: 16px;
    height: 16px;
    position: relative;
    top: 0;
    left: 0;
}

@media all and (min-width: 1020px){
    .calendar > .datepicker{ font-size: 15px !important;}
}