.dropzone.dz-clickable {
    cursor: pointer;
    margin-bottom: 13px;
}
             .dropzone {
    border: 2px dashed rgba(0, 0, 0, 0.3);
    height:50px;
    min-height: 125px !important;
}
.dropzone .dz-preview{
    min-height:58px!important;
    top: -16px;
}
.dropzone .dz-preview .dz-image {
    width: 67px!important;
    height: 55px!important;

}
.dz-progress,.dz-details {
    display: none;
}
.datepicker.active{
    z-index:9999;
}