ul.mtree {
  margin-left: 0;
  padding:0;
}
ul.mtree ul {
  margin-left: 1em;
}
ul.mtree li {
  list-style: none;
}
ul.mtree a {
  display: block;
  font-size:14px;
  font-weight:bold;
}
ul.mtree li.mtree-node > a {
  font-weight: bold;
}
.mtree-level-2 {
  border-bottom:1px solid #fff;
}

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;
  text-decoration:none;
}

ul.mtree.bubba ul {
  margin-left: 0;
}
ul.mtree.bubba ul li {
  font-size: .9em;
}

ul.mtree.bubba li.mtree-node > a {
  font-weight: bold;
}
ul.mtree.bubba > li {
  border-bottom: 1px solid #fff;
}
ul.mtree.bubba > li:last-child {
  border-bottom: none;
}
ul.mtree.bubba li:last-child > a {
  border: none;
  border-bottom:1px solid #fff;
}
ul.mtree.bubba > li.mtree-open > a {
  background: #DDD;
}

ul.mtree.bubba li.mtree-active > a {
  background: #0194DA;
  color: #FFF;
}
ul.mtree.bubba a {
  padding: 7px 0px 7px 1em;
}
ul.mtree.bubba li li > a {
  padding-left: 2em;
}
ul.mtree.bubba li li li > a {
  padding-left: 3em;
}
ul.mtree.bubba li li li li > a {
  padding-left: 4em;
}
ul.mtree.bubba li li li li li > a {
  padding-left: 5em;
}

ul.mtree.skinny li {
  font-size: .9em;
}
ul.mtree.skinny a {
  padding: 0px 18px;
  color: #555;
}
ul.mtree.skinny a:hover {
  text-decoration: underline;
}
ul.mtree.skinny li.mtree-node:before {
  float: left;
  margin-left: .5em;
  zoom: .8;
  margin-top: .1em;
  color: #777;
}
ul.mtree.skinny li.mtree-open:before {
  content: '-';
}
ul.mtree.skinny li.mtree-closed:before {
  content: '+';
}
ul.mtree.skinny ul > li:first-child {
  margin-top: .1em;
}
ul.mtree.skinny ul > li:last-child {
  margin-bottom: .3em;
}
ul.mtree.skinny ul a {
  color: #666;
}

ul.mtree.transit {
  /* background: #0F465E; */
  background: transparent;
  margin-top: 15px;
}
ul.mtree.transit ul {
  margin-left: 0;
  padding: 0;
}
ul.mtree.transit ul > li {
  font-size: .9em;
}
ul.mtree.transit li.mtree-node {
  position: relative;
}
ul.mtree.transit li.mtree-node > a:before {
  color: #CCC;
  font-weight: normal;
  position: absolute;
  right: 20px;
}
ul.mtree.transit li.mtree-open > a:before {
  content: '-';
  font-size: 26px;
  font-weight: bold;
  top: -2px;
  right: 16px;
  color:#fff;
}
ul.mtree.transit li.mtree-closed > a:before {
  content: '+';
  font-size: 26px;
  font-weight: bold;
  top: 1px;
  right: 13px;
  color:#fff;
}
ul.mtree.transit ul > li:first-child {
   margin-top: 0px;
  border-top: 1px solid #fff;
}
ul.mtree.transit li.mtree-open > a {
  background: #0194DA;
}
ul.mtree.transit li > a:hover, ul.mtree.transit li.mtree-active > a {
  color: #fff;
}

ul.mtree.transit li.mtree-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.mtree.transit a {
  padding: 12px 15px;
  color: #fff;
  font-size: 14px;
}
ul.mtree.transit li li > a {
  padding: 10px 0px 10px 1em;
  border-bottom:1px solid #fff;
}
ul.mtree.transit li li li > a {
  padding: 10px 0px 10px 1em;
}
ul.mtree.transit li li li li > a {
  padding-left: 3.2em;
}
ul.mtree.transit li li li li li > a {
  padding-left: 4em;
}

ul.mtree.jet ul {
  margin-left: 0;
}
ul.mtree.jet li {
  margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
  margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
  margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
  background: #E3E3E3;
}
ul.mtree.jet li.mtree-active li:last-child > a {
  border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
  background: #008cba;
  color: #FFF;
  border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
  background: #FFC000;
  color: #FFF;
}
ul.mtree.jet a {
  padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
  padding-left: 2em;
}
ul.mtree.jet li li li > a {
  padding-left: 3em;
}
ul.mtree.jet li li li li > a {
  padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
  padding-left: 5em;
}

ul.mtree.nix {
  background: none;
}
ul.mtree.nix a {
  display: inline;
}
ul.mtree.nix ul {
  margin-left: 1em;
}
ul.mtree.nix ul > li {
  list-style-position: inside;
}
ul.mtree.nix li {
  list-style: disc;
}



/* .mtree-demo .mtree {
  background: #EEE;
  width: 300px;
} */

.mtree-skin-selector {
  text-align: center;
  background: #EEE;
  padding: 10px 0 15px;
  display:none;
}

.mtree-skin-selector li {
  display: inline-block;
  float: none;
}

.mtree-skin-selector button {
  padding: 5px 10px;
  margin-bottom: 1px;
  background: #BBB;
}

.mtree-skin-selector button:hover { background: #999; }

.mtree-skin-selector button.active {
  background: #999;
  font-weight: bold;
}

.mtree-skin-selector button.csl.active { background: #FFC000; }

/*** changes 2-4-18 starts ***/
.mtree-demo {
  /* position: absolute;
  z-index: 999;
  right: 15px;
  top: 55px;
  border-radius: 0;
  display:none; */  
  position:fixed;
  width:100%;
  height: 100%;
  top:0;
  bottom:0;
  left:0;
  right:0;
  /* background: #0F465E; */
  background:#01A1DD;
  display:none;
  /*padding-top: 60px;*/
  padding-top: 9px;
  padding-bottom: 20px;
}
.mob_btn .icon-bar {
  position:relative;
}
.mob_btn, 
.mob_btn:focus, 
.mob_btn:active {
  background:transparent;
}
body.mob-active .mob_btn .icon-bar {
  background:#fff;
}
body.mob-active .mob_btn .icon-bar:first-child {
  transform: rotate(45deg);
  top: 7px;
  right: 0px;
}
body.mob-active .mob_btn .icon-bar:nth-child(2) {
  display:none;
}
body.mob-active .mob_btn .icon-bar:last-child {
  transform: rotate(-45deg);
}
body.mob-active {
  overflow-y: hidden;
}
/*** changes 2-4-18 ends ***/
