/*body {
  background-color: white;
  color: #000000;
  font-family: "Open sans", Sans-serif;
  font-size: 10;
  padding: 0;
  margin: 0;
}  */

/*a {
  text-decoration: none;
}

h1 {
  margin-top: 0;
}*/

/*#contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}*/

/*div {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11;
  padding: 1;
  margin: 1;    
}

td {
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11;
  padding: 2;
  margin: 2;    
}*/

#contentLeft {
  z-index: 10;
/*  position: absolute;*/
  top: 0;
  left: 0;
  background-color: #ffffff;
}

#contentRight {
  padding: 1.3rem 2rem;
  margin-left: 250px;
}

#leftNavigation {
  /*margin: 2rem 0;*/
}
#leftNavigation, #leftNavigation li ul {
  list-style: none;
  padding: 0;
}
#leftNavigation li a {
  /*font-size: 0.875rem;*/
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 0.8rem 1rem 0.8rem 3rem;
  color: #333333;
  border-bottom: solid 1px #d9d9da;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#leftNavigation li a, #leftNavigation li a .leftNavIcon {
  line-height: 120%;
}
#leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  padding: 0.8rem 0;
  text-align: center;
}
#leftNavigation li a:hover {
  text-decoration: underline;
}
#leftNavigation li ul {
  display: none;
  margin: 0;
  font-weight: normal;
  /*background-color: #17232f;*/
}
#leftNavigation li ul li a {
  border-bottom: none;
  font-size: 12px;
  font-weight: normal;
}
#leftNavigation li ul li:last-child a {
  border-bottom: solid 1px #d9d9da;
}
#leftNavigation li ul li.active a {
   
  color: #336699;
}
#leftNavigation li.active > a {
     border-bottom: none;
  color: #336699;
}
#leftNavigation li.active ul {
  display: block;
}
#leftNavigation > li.active {
  /*background-color: #427c97;*/
}