/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 2, 2015, 11:15:50 AM
    Author     : pankaj.jha
*/
.shadow {
  -webkit-box-shadow: inset 8px -6px 41px -12px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: inset 8px -6px 41px -12px rgba(0, 0, 0, 0.43);
  box-shadow: inset 8px -6px 41px -12px rgba(0, 0, 0, 0.43);
}
.menu-tabs > li > a {
  border-radius: 0;
}
.deactivePage {
  opacity: 0.5 !important;
  cursor: no-drop !important;
  color: #000 !important;
}
.tree-menu {
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
  margin-left: 7%;
  margin-right: 5%;
}
.tree-menu a {
  display: block;
  vertical-align: middle;
  text-decoration: none;
  align: left;
  width: 100%;
  padding-left: 5px;
  font-size: 18px;
  display: inline;
  padding: 0;
}
.tree-menu li {
  margin: 0px;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  padding-left: 10px;
  position: relative;
  text-decoration: none;
  background-color: transparent;
  line-height: 35px;
}
.tree-menu li .menuCurrent {
  color: #005796;
}
.tree-menu li .currentColor {
  color: grey;
}
.tree-menu li .currentColor:hover {
  cursor: not-allowed;
}
.tree-menu li .visitedColor {
  color: #000;
}
.tree-menu li .menuVisited {
  color: #005796;
}
.tree-menu li .menu-state {
  /* margin-right: 10px;
             margin-left: 6px;
             display: table;
             float: left;
             width: 13px;
             height: 13px;
             margin-top: 10px;
             background-image: url("@{images}/menu/menuState.png");*/
}
.tree-menu li:last-child {
  border-top: 0;
  padding-bottom: 5px;
}
.tree-menu ul {
  background-color: transparent;
  margin-top: 20px;
}
@media (max-width: 400px) {
  .menuListContainer {
    width: 100%;
  }
}
@media (max-width: 528px) {
  .courseTitle {
    font-size: 16px !important;
  }
}
/*# sourceMappingURL=menu.css.map */