/* v 1.1-2020-03-31 */
/*.ant-table-tbody > tr.ant-table-row-selected td {*/
/*  background: #009900;*/
/*}*/

.ant-table-thead > tr > th {
  background-color: #13906F;
}

.no-table-radio .ant-radio-wrapper > span {
  display: none;
}

.no-table-radio .ant-table-row {
  cursor: pointer;
}

.no-table-radio td.ant-table-selection-column {
  padding-top: 6px;
  margin-top: 6px;
  padding-bottom: 0;
}

.no-table-radio td.ant-table-selection-column::before {
  content: url("radio-off.svg");
  /*background: url("btn-off.png");*/
  /*height: 16px;*/
}
/*.no-table-radio td.ant-table-selection-column {*/
/*  height: 16px;*/
/*}*/

.no-table-radio tr.ant-table-row-selected > td.ant-table-selection-column::before {
  content: url("radio-on.svg");
}
/*

//url("btn-on.png");


.no-table-radio .ant-table-row-cell-break-word {*/
/*  content: "( )";*/
/*}*/
/*.no-table-radio .ant-radio-wrapper::before {*/
/*  content: "( )";*/
/*  !*display: inline;*!*/
/*}*/

/*.no-table-radio .ant-table-row-selected .ant-radio-wrapper::before {*/
/*  content: "(♥)";*/
/*  !*display: inline;*!*/
/*  pointer-events: none;*/

/*}*/
/*.no-table-radio .ant-radio-wrapper{*/
/*  pointer-events: none;*/
/*}*/

.no-table-radio  .ant-table-tbody > tr > td {
  padding: 0;
}


.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  padding: 6px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 1px;
}

#root {
  min-width: 1050px;
  overflow: scroll;
}
