/************************************************
Developed by: Jonathan Wright, KM Systems
Notes: This is the stylesheet of the Support LNAV.
Last Updated: November 13, 2014 - 23:48 CDT
Version: 1.0
*************************************************/
/****TO DO*****************************************
-MIN file needs to be prepped and added.
***************************************************/

/*Outer container*/
div#tmo-lnav {
display: block;
width: 206px;
border: 1px solid #dcdcdc;
margin: 1px;
background:#fff;
}

/*Drawer titles*/
li.tmo-lnav-drawer-title {
/*padding: 10px;*/
font-size: 120%;
color: #e20074;
cursor:pointer;
}
ul.tmo-lnav-drawer li {
list-style-type: none !important;
}
li.tmo-lnav-drawer-title a:after {
content: "\00A0\25BA";
font-size: 60%;
float: right;
padding: 4px 0;
color: #9b9b9b;
}
li.tmo-lnav-active-title a:after {
transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
color: #e20074;
}
li.tmo-lnav-current a:after {
  color: #fff !important;
}
li.tmo-lnav-drawer-subless a:after {
content:none;
}
.tmo-lnav-drawer-title > a {
  display: inline-block;
  width: 90%;
  padding: 10px;
}

/*Sub-drawers*/
ul.tmo-lnav-drawer-contents {
border-top: 1px solid #dadada;
border-bottom: 1px solid #dadada;
}
ul.tmo-lnav-drawer-contents li {
padding: 5px 0 5px 20px;
background: #ba0060;
list-style-type: none !important;
min-height: 20px;
}
ul.tmo-lnav-drawer-contents li:hover {
background: #e20074;
}
ul.tmo-lnav-drawer-contents li a {
color: #ffffff;
display: inline-block;
width: 100%;
height: 100%;
line-height: 20px;
}
li.tmo-lnav-current {
background: #e20074 !important;
}
/*Hide by default*/
li.tmo-lnav-drawer-contents {
display:none;
}