@charset "utf-8";

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty { cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty::before { display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control { position: relative; padding-left: 30px; cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before { top: 50%; left: 5px; height: 1em; width: 1em; margin-top: -9px; display: block; position: absolute; color: white; border: 0.15em solid white; border-radius: 1em; box-shadow: rgb(68, 68, 68) 0px 0px 0.2em; box-sizing: content-box; text-align: center; font-family: "Courier New", Courier, monospace; line-height: 1em; content: "+"; background-color: rgb(51, 122, 183); text-indent: 0px !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before { content: "-"; background-color: rgb(211, 51, 51); }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control { padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control::before { left: 4px; height: 14px; width: 14px; border-radius: 14px; line-height: 14px; text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.dtr-control, table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control { position: relative; cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.dtr-control::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control::before, table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before { top: 50%; left: 50%; height: 0.8em; width: 0.8em; margin-top: -0.5em; margin-left: -0.5em; display: block; position: absolute; color: white; border: 0.15em solid white; border-radius: 1em; box-shadow: rgb(68, 68, 68) 0px 0px 0.2em; box-sizing: content-box; text-align: center; font-family: "Courier New", Courier, monospace; line-height: 1em; content: "+"; background-color: rgb(51, 122, 183); text-indent: 0px !important; }

table.dataTable.dtr-column > tbody > tr.parent td.dtr-control::before, table.dataTable.dtr-column > tbody > tr.parent th.dtr-control::before, table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before { content: "-"; background-color: rgb(211, 51, 51); }

table.dataTable > tbody > tr.child { padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover { background: transparent !important; }

table.dataTable > tbody > tr.child ul.dtr-details { display: inline-block; list-style-type: none; margin: 0px; padding: 0px; }

table.dataTable > tbody > tr.child ul.dtr-details > li { border-bottom: 1px solid rgb(239, 239, 239); padding: 0.5em 0px; }

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child { padding-top: 0px; }

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

table.dataTable > tbody > tr.child span.dtr-title { display: inline-block; min-width: 75px; font-weight: bold; }

div.dtr-modal { position: fixed; box-sizing: border-box; top: 0px; left: 0px; height: 100%; width: 100%; z-index: 100; padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display { position: absolute; inset: 0px; width: 50%; height: 50%; margin: auto; z-index: 102; overflow: auto; background-color: rgb(245, 245, 247); border: 1px solid black; border-radius: 0.5em; box-shadow: rgba(0, 0, 0, 0.6) 0px 12px 30px; }

div.dtr-modal div.dtr-modal-content { position: relative; padding: 1em; }

div.dtr-modal div.dtr-modal-close { position: absolute; top: 6px; right: 6px; width: 22px; height: 22px; border: 1px solid rgb(234, 234, 234); background-color: rgb(249, 249, 249); text-align: center; border-radius: 3px; cursor: pointer; z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover { background-color: rgb(234, 234, 234); }

div.dtr-modal div.dtr-modal-background { position: fixed; inset: 0px; z-index: 101; background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display { width: 95%; }
}

div.dtr-bs-modal table.table tr:first-child td { border-top-width: medium; border-top-style: none; border-top-color: currentcolor; }