.devControl-configPerformanceCountServices {
  background-image: url('icons/configPerformanceCountServices.png');
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.devControl-navigationFolder {
  background-image: url('icons/navigationFolder.png');
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.devControl-toolbarExpandWhite {
  background-image: url('icons/toolbarExpandWhite.png');
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.devControl-navigationLeft {
  background-image: url('icons/navigationLeft.png');
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.devControl-navigationInventory {
  background-image: url('icons/navigationInventory.png');
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.devControl-navigationReport {
  background-image: url('icons/navigationReport.png');
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
.devControl-arrowLeftWhite {
  background-image: url('icons/arrowLeftWhite.png');
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.devControl-navigationRight {
  background-image: url('icons/navigationRight.png');
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
#navigationHeader {
  background-color: #4e4e4e;
  color: #fff;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
  text-align: right;
}

.sideNavigation {
  height: 100%;
  font-size: 14px;
  color: #fff;
  background-color: #4e4e4e;
  overflow-y: auto;
  overflow-x: hidden;
  width: 200px;
  white-space: nowrap;
  height: 800px; 
  margin-top: 20px;
  float: left;
}

#navigationHandleText {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 34px;
  display: none;
  cursor: pointer;
}

.sideNavigation ul {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.sideNavigation ul li {
  padding-left: 17px;
  list-style: none;
  cursor: pointer;
  white-space: nowrap;
}

.navigationContent {
  display: none;
}

.navigationArrowContainer {
  float: right;
  padding-right: 14px;
}
#navigationitem:hover {
  background-color: #1396C0;
}
#navigationitem:hover > div .ItemHover {
  display: inline-block !important;
}
.navigationLevel1 {
  line-height: 33px;
  background-color: #4e4e4e;
  padding-left: 0!important;
  text-indent: 14px;
}
.navigationLevel1 label {
  padding-left: 5px;
}
.navigationLevel2 {
  font-weight: normal;
  background-color: #3f3f3f;
  padding-left: 0!important;
  margin-left: 0;
  font-size: 12px;
  line-height: 33px!important;
}
.navigationLevel2 #iconItem {
  margin-left: 15px;
}
.navigationLevel2 label {
  padding-left: 5px;
}
.navigationLevel2 .ItemHover {
  display: none!important;
}
.navigationLevel3 {
  font-weight: normal;
  background-color: #373737;
  padding-left: 0!important;
  margin-left: 0;
  font-size: 12px;
  line-height: 33px!important;
}
.navigationLevel3 #iconItem {
  margin-left: 35px;
}
.navigationLevel3 label {
  padding-left: 5px;
}
.navigationLevel3 .ItemHover {
  display: none!important;
}
.navigationLevel4 {
  line-height: 33px;
  font-weight: normal;
  background-color: #2f2f2f;
  padding-left: 0!important;
  margin-left: 0;
  font-size: 12px;
}
.navigationLevel4 #iconItem {
  margin-left: 84px;
}
.navigationLevel4 label {
  padding-left: 8px;
}
.navigationLevel4 .ItemHover {
  display: none!important;
}
.navigationLevel5 {
  line-height: 33px;
  font-weight: normal;
  background-color: #282828;
  padding-left: 0!important;
  margin-left: 0;
  font-size: 12px;
}
.navigationLevel5 #iconItem {
  margin-left: 112px;
}
.navigationLevel5 label {
  padding-left: 8px;
}
.navigationLevel5 .ItemHover {
  display: none!important;
}
.selectedNavigationItem {
  font-weight: bold;
  background-color: #1396C0;
}
.selectedNavigationItem .ItemSelected {
  display: inline-block !important;
}
.ItemSelected {
  background-image: url('icons/arrowLeftWhite.png');
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  display: none!important;
}
.textContainer {
    cursor: inherit; 
}
.navLink {
    color: inherit;
    text-decoration: inherit;
    display: block
}
