
.modal.o_technical_modal .modal-content {
  border-radius: 0;
}
.modal.o_technical_modal .modal-content .modal-header .o_subtitle {
  margin-left: 10px;
}
.modal.o_technical_modal .modal-content .modal-body.o_act_window {
  padding: 0;
}
.modal.o_technical_modal .modal-content .modal-body.oe_act_client {
  height: 500px;
}
.modal.o_technical_modal .modal-content .modal-body .o_modal_header {
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
}
.modal.o_technical_modal .modal-content .modal-body .o_modal_header:before,
.modal.o_technical_modal .modal-content .modal-body .o_modal_header:after {
  content: " ";
  display: table;
}
.modal.o_technical_modal .modal-content .modal-body .o_modal_header:after {
  clear: both;
}
.modal.o_technical_modal .modal-content .modal-body .o_modal_header .o_search_options {
  display: inline-block;
}
.modal.o_technical_modal .modal-content .modal-body .o_modal_header .o_pager {
  float: right;
}
.modal.o_technical_modal .modal-content .modal-body .o_view_manager_content {
  position: static;
}
.modal.o_technical_modal .modal-content .modal-footer .o_form_buttons_edit .o_form_button_save_and_create {
  display: none!important;
}
@media (min-width: 768px) {
  .modal.o_technical_modal .modal-dialog {
    height: 100%;
    padding: 30px 0;
    margin: 0 auto;
  }
  .modal.o_technical_modal .modal-dialog.modal-hg {
    width: 90%;
  }
  .modal.o_technical_modal .modal-dialog .modal-content {
    max-height: 100%;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .modal.o_technical_modal .modal-dialog .modal-content .modal-header,
  .modal.o_technical_modal .modal-dialog .modal-content .modal-footer {
    -ms-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .modal.o_technical_modal .modal-dialog .modal-content .modal-body {
    overflow: auto;
    -webkit-transform: translate3d(0, 0, 0);
    min-height: 0;
  }
  .modal.o_technical_modal .modal-dialog .modal-content .modal-body.o_dialog_error {
    overflow: visible;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .modal.o_technical_modal .modal-dialog .modal-content .modal-body.o_dialog_error > .alert,
  .modal.o_technical_modal .modal-dialog .modal-content .modal-body.o_dialog_error > button {
    -ms-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .modal.o_technical_modal .modal-dialog .modal-content .modal-body.o_dialog_error > .o_error_detail {
    -ms-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
  }
}
.modal-dialog .o_form_view .o_form_sheet_bg > .o_form_sheet {
  padding: 0;
}
.modal-dialog .o_form_view .o_group {
  padding: 15px;
}
.modal-dialog .table-responsive {
  padding: 15px;
}
