@media (min-width: 768px){
  .ol-filter .rw-input,
  .ol-filter .rw-btn-calendar.rw-btn,
  .ol-filter .form-control {
    font-size: 12px;
  }

  .ol-filter .form-control {
    height: 27px;
  }

  .ol-filter .btn-primary {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }

  .ol-filter .rw-calendar-grid.rw-nav-view .rw-btn {
    padding: 0;
    font-size: 12px;
  }
}

@media (max-width: 767px){
  #ol-filter-orgid-loading{
    width:120px !important;
    height: 34px !important;
    line-height: 34px !important;
  }
  #ol-filter-orgid{
    width:120px !important;
  }
  #ol-filter-simid-loading{
    width:120px !important;
    height: 34px !important;
    line-height: 34px !important;
  }
  #ol-filter-simid{
    width:120px !important;
  }
  #ol-filter-magid-loading{
    width:120px !important;
    height: 34px !important;
    line-height: 34px !important;
  }
  #ol-filter-magid{
    width:120px !important;
  }
  #ol-filter-phone{
    width:130px !important;
  }
  #ol-filter-ispromo{
    width:100px !important;
  }
  #ol-filter-start,
  #ol-filter-end{
    width:120px !important;
  }
  #ol-filter-status{
    width:120px !important;
  }
}
