﻿body .moveTop {
  padding-top: -50px;
  padding-left: 100px;
}
body .topPlus {
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 140px;
  bottom: 1px;
  width: 100%;
  max-height: 1000px;
  margin-top: -40px;
  z-index: -1;
}
body .documentChooser {
  width: 320px;
}
@media (max-width: 767px) {
  body .documentChooser {
    width: 100px;
  }
  body .timeAccountingDatePicker {
    width: 100px;
  }
  body .topPlus {
    top: 100px;
  }
}