table.dataTable.dtr-inline.collapsed tbody tr[role="row"] td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #009578;
	
	top: 0px;
	left: 0px;
	height: 100%;
	width: 16px;
	display: block;
	position: absolute;
	color: white;
	border: none;
	border-radius: 0;
	text-align: center;
	line-height: 240%;
	box-shadow: none;
	box-sizing: content-box;
	content: '+';
	vertical-align: middle;
	background-color: #009578;
}
table.dataTable > tbody > tr.child:hover td ul {
    background-color: #f9f9f9 !important;
}
table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
  display: none;
}
table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
  position: relative;
  cursor: pointer;
  padding: 0px !important;
  width: 16px !important;
  max-width: 16px !important;
  min-width: 16px !important;
}
table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
    top: 0px;
    left: 0px;
    height: 100%;
    height: 100vh;
    width: 16px;
    display: block;
    position: absolute;
    color: white;
    border: none;
    border-radius: 0;
    text-align: center;
    line-height: 230%;
    box-shadow: none;
    box-sizing: content-box;
    content: '+';
    vertical-align: middle;
    background-color: #009578;
}
table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable td.child {
  padding: 0px 0px 0px 16px;
  background-color: #e7e7e7;
}
table.dataTable td.child:hover {
  background-color: #e7e7e7;
}
table.dataTable td.child ul {
  padding: 0.3em 0em;
  background-color: #FFFFFF;
}
table.dataTable tr.child:hover {
  background: transparent !important;
}
table.dataTable tr.child ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 10px 0px 10px 12px;
}
table.dataTable tr.child ul li {
  border-top: 1px solid #e7e7e7;
  padding: 0.5em 0px;
  display: block;
  width: 100%;
}
table.dataTable tr.child ul li:first-child,
table.dataTable tr.child ul li.dtr-button {
  border-top: none;
}
table.dataTable tr.child span.dtr-title {
  display: inline-block;
  padding-right: 0.5em;
  font-weight: bold;
}
table.dataTable tr.child li.dtr-button {
  display: inline-block;
  width: 32px;
  padding-bottom: 0px;
  padding-top: 0px;
}
