@charset "UTF-8";
.datagrid.toolbar-left .datagrid-toolbar {
  float: left !important;
}

.no-wrap {
  white-space: nowrap;
}

body .GXI_container .summary .datagrid table[id*=actionDetailDatagrid] thead tr th.col-action {
  text-align: center !important;
}
body .GXI_container .summary .datagrid table[id*=reportEntityActionLogDetailDatagrid] thead tr th.col-action {
  min-width: 60px;
}
body .GXI_container .summary .datagrid table thead tr th[class*=col-dt] {
  max-width: 230px;
  min-width: 230px;
}
body .GXI_container .summary .datagrid table thead tr th[class*=col-dt_] {
  max-width: 150px;
  min-width: 150px;
}
body .GXI_container .summary .datagrid table thead tr:last-child th:before {
  position: absolute;
  top: 14px;
  left: 5px;
  z-index: 1;
  font-weight: 500;
  font-size: 10pt;
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-id {
  width: 49px;
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-id:before {
  /*content: "ID:";*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-id input {
  /*padding-left: 23px;*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-name:before {
  /*content: "Název:";*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-name input {
  /*padding-left: 48px;*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-description:before {
  /*content: "Popis:";*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-description input {
  /*padding-left: 43px;*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-dt_start:before {
  /*content: "Vytvořeno:";*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-dt_start .input-group {
  width: 100%;
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-dt_start .input-group input {
  /*padding-left: 72px;*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-dt_updated:before {
  /*content: "Upraveno:";*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-dt_updated .input-group {
  width: 100%;
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-dt_updated .input-group input {
  /*padding-left: 68px;*/
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-action {
  /*border-bottom: 1px solid pick-color(border);*/
  float: left;
  height: 45px;
  width: 100%;
  padding: 1px 0 0 0;
  border-right: none;
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-action button.btn {
  box-shadow: none !important;
  outline: 0 !important;
  border: none;
  border-radius: 0;
  color: #262d28;
  height: 36px;
  width: 42px;
  padding: 3px 14px 5px;
  float: right;
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-action button.btn.btn-primary {
  background-color: rgba(211, 211, 211, 0.5);
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-action button.btn.btn-primary:hover, body .GXI_container .summary .datagrid table thead tr:last-child th.col-action button.btn.btn-primary:focus, body .GXI_container .summary .datagrid table thead tr:last-child th.col-action button.btn.btn-primary:active {
  background-color: rgba(211, 211, 211, 0.5) !important;
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-action button span {
  float: none;
}
body .GXI_container .summary .datagrid table thead tr:last-child th.col-checkbox .happy-checkbox {
  left: 3px;
}
body .GXI_container .summary .datagrid table thead tr:last-child:first-child th.col-action {
  height: 30px;
}
body .GXI_container .summary .datagrid table tbody tr[id*=actionDetailDatagrid] td.col-action {
  min-width: 60px;
}
body .GXI_container .summary .datagrid table[id*=queueStateDatagrid] thead tr th.col-action {
  height: 29px;
}

/*# sourceMappingURL=style-datagrid.css.map */
