/* iPads (Портрет и Ландшафтный)*/
@media only screen and (min-width: 768px) and (max-width: 1224px) {
  /* 
  .MuiFormControl-root {
    width: 40%;
  } */

  .task-view,
  .process-view {
    min-height: 85vh;
    display: flex;
    flex-direction: column;
  }

  .task-view form,
  .process-view form {
    position: relative;
    flex: 1;
  }

  .task-view .task-actions,
  .process-view .process-actions {
    position: absolute;
    bottom: 0;
    left: calc(50% - 130px);
  }

  form {
    position: relative;
    height: 100% !important;
    padding-bottom: 0px !important;
  }
}

.task-view,
.process-view {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
}

.task-view form,
.process-view form {
  position: relative;
  flex: 1;
}

.task-view .task-actions,
.process-view .process-actions {
  position: absolute;
  bottom: 0;
  left: calc(50% - 130px);
}

form {
  position: relative;
  height: 100% !important;
  padding-bottom: 0px !important;
}