﻿/*Includes extra to reset from standard site UL LI*/
ul.mtree {
  -ms-opacity: 0;
  opacity: 0;
  margin-left: 0;
  padding: 10px;
}

ul.mtree ul {
  margin-left: 0;
}
ul.mtree li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    padding-left: 0;
}
ul.mtree li:before {
    content: none;
}
ul.mtree a {
  display: block;
}
ul.mtree li.mtree-node > a {
  font-weight: bold;
}
ul.mtree a {
  -webkit-transition: all 300ms ease-out;
     -moz-transition: all 300ms ease-out;
      -ms-transition: all 300ms ease-out;
       -o-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}
ul.mtree.ausreprints {
    background: #ffffff;
}
ul.mtree.ausreprints ul {
    padding: 0;
    margin: 0;
}
ul.mtree.ausreprints ul > li {
  font-size: 90%;
}
ul.mtree.ausreprints li.mtree-node {
  position: relative;
}
  ul.mtree.ausreprints li.mtree-node > a:before {
    font-weight: normal;
    position: absolute;
    right: 10px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
  }
  ul.mtree.ausreprints li.mtree-open > a:before {
    content: "\f146";
  }
  ul.mtree.ausreprints li.mtree-closed > a:before {
    content: "\f0fe";
  }
ul.mtree.ausreprints ul > li:first-child {
    margin-top: 1px;
}
ul.mtree.ausreprints li.mtree-open > a {
    background: #ffb9b9;
    color: #000000;
}
ul.mtree.ausreprints li > a:hover, ul.mtree.ausreprints li.mtree-active > a {
    background: #cf0404;
    color: #ffffee;
}
ul.mtree.ausreprints li.mtree-node > ul > li:last-child {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffb9b9;
}
ul.mtree.ausreprints li.mtree-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.mtree.ausreprints a {
  padding: 5px 0px 5px 5px;
  color: #333333;
}
ul.mtree.ausreprints li li > a {
  padding-left: 10px;
}
ul.mtree.ausreprints li li li > a {
  padding-left: 15px;
}
ul.mtree.ausreprints li li li li > a {
  padding-left: 20px;
}
ul.mtree.ausreprints li li li li li > a {
  padding-left: 25px;
}
