.dataTable,
table.dataTable.no-footer {
  border-collapse: collapse;
  border-left:solid 1px #aaa;
  border-top:solid 1px #aaa;
}

.dataTable th, td {
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
padding: 5px;
}

.dataTable th {
  background-color:#333;
  color: #fff;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
  top: calc(50% - 9px);
  /*! text-align: center; */
}

.dataTable td a {
  white-space: nowrap;
  display: block;
  text-decoration: none;
}

.dataTable td a:hover {
  text-decoration: underline;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width:100%;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width:0;
}

table.dataTable > tbody > tr.child span.dtr-title:after {
  content: ": "
}

.expandable-hitarea:after {
  content: "\f0da";
}

.collapsable-hitarea:after {
  content: "\f0dd";
}

table.dataTable .even {
  background-color:#eee;
}

.treeview .hitarea {
  margin-top: -2px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.treeview .collapsable-hitarea {
  margin-top: -4px;
}

.treeview .folder,
.last .file,
.signal-chain-link {
  color: #000;
  text-decoration: none;
}

.treeview .folder:hover,
.last .file:hover,
.signal-chain-link:hover {
  text-decoration: underline;
}

.signal-chain-container #mapster_wrap_0 {
  display: block;
  transform-origin: top left;
}

#signalChainBait {
    margin-top:30px;
}

.content-column h3 {
    font-size: 18px;
    border-bottom: solid 1px #999;
    margin-top: 0;
}

.content-column h3 + img {
    float: left;
    margin-right:20px;
    margin-bottom:20px;
    display: table-cell;
}

.content-column h3 + img + p {
    display: table-cell;
    padding-bottom:20px;
}

#taxonomyTreeBait {
  clear: both;
}

@media screen and (max-width:756px) {
  
  .signal-chains-container div {
    margin: 10px 0 20px;
    width: 45%;
}
  
  .signal-chains-container p {
    width: 100%;
}
            .overlay h1 {font-size: 14px; width:50%;}

  
}

@media screen and (max-width:440px) {
  
.signal-chains-container div {
  clear: both;
  width: 85%;
}
    
        .overlay h1 {font-size: 12px; width:50%;}

  
}

.tree-indent-icon:before {
  content:" (";
}
.tree-indent-icon:after {
  content:")";
}
.tree-indent-icon:hover {
  color:#000;
  cursor: default;
}


.supplier-banner {background-color:#eee; background-size:100% auto; background-position:center; width: 100%; left: 0px; height:175px;margin-bottom:20px;}
.overlay {max-width:100%; background-color:#ff7200; height:50px; position:relative; top:125px;}
.overlay h1 {float: left; color: white; padding-left: 10px;}

.supplier-logo {bottom:0px; height:50px; float:right; padding:0px}



/* temporary to fix hebrew layouts till translations */

.richtextcontent + div {
  direction: ltr;
}


