/*
Eduexe Browser Theme
Smoky Wire
*/

.sidebar-nav li a {
  color: white;
}

.sidemenu-clickable-item {
  background-color: #272727;
	border-bottom: 1px solid white;
}

.sidemenu-clickable-item:hover:not(.selected-sco) {
	background-color: #474747;
}

.selected-sco a {
	color: #aaa !important;
}

#eduexe-header {
	background-color: white;
}

#sidebar-wrapper {
	background-color: #272727;
}

@media screen and (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  #menu-toggle {
    box-sizing: border-box;
    background: url(../img/hr_menu.png) no-repeat;
    width: 48px;
    height: 48px;
    padding-left: 48px;
  }

  #hide-topbars {
    box-sizing: border-box;
    background: url(../img/hr_navbar_hide.png) no-repeat;
    width: 48px;
    height: 48px;
    padding-left: 48px;
  }
  
  #show-topbars {
    box-sizing: border-box;
    background: url(../img/hr_navbar_show.png) no-repeat;
    width: 48px;
    height: 48px;
    padding-left: 48px;
  }

  #next-item-nav {
    box-sizing: border-box;
    background: url(../img/hr_right_arrow.png) no-repeat;
    width: 48px;
    height: 48px;
    padding-left: 48px;
  }

  #prev-item-nav {
    box-sizing: border-box;
    background: url(../img/hr_left_arrow.png) no-repeat;
    width: 48px;
    height: 48px;
    padding-left: 48px;
  }
}
