@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/* Base Styles */
#cssmenu,
#cssmenu ol,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Open Sans';
 /* font-size: 1.125em;*/
  position: relative;
      /* height: 240px; */
}
#cssmenu {
  width: 40%;
 /* border-bottom: 4px solid #656659;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 1em;
  margin-left: 1em;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ol > li:first-child {
  background: #085a6f;
  background: -moz-linear-gradient(#085a6f 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #085a6f), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#085a6f 0%, #45463d 100%);
  background: linear-gradient(#085a6f 0%, #45463d 100%);
  border: 1px solid #45463d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  display:none;
}
#cssmenu > ol > li:first-child > a {
  padding: 15px 10px;
  background: url(file://///172.16.1.20/media/testing/Sample/WPS_pearson/css/pages/menu_images/pattern.png) top left repeat;
  border: none;
  border-top: 1px solid #6593c7;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-family: 'Open Sans';
  text-align: center;
  font-size: 1.125em;
  font-weight: 300;
  text-shadow: 0 -1px 1px #000000;
}
#cssmenu > ol > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ol > li:first-child:hover {
  background: #085a6f;
  background: -moz-linear-gradient(#085a6f 0%, #45463d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #085a6f), color-stop(100%, #45463d));
  background: -webkit-linear-gradient(#085a6f 0%, #45463d 100%);
  background: linear-gradient(#085a6f 0%, #45463d 100%);
}

#cssmenu > ol > li {
  background: #53c8ef;
  background: -moz-linear-gradient(#53c8ef 0%, #53c8ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53c8ef), color-stop(100%, #53c8ef));
  background: -webkit-linear-gradient(#53c8ef 0%, #53c8ef 100%);
  background: linear-gradient(#53c8ef 0%, #53c8ef 100%);
}
#cssmenu > ol > li:hover {
  background: #2faad8;
  background: -moz-linear-gradient(#2faad8 0%, #2faad8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2faad8), color-stop(100%, #2faad8));
  background: -webkit-linear-gradient(#2faad8 0%, #2faad8 100%);
  background: linear-gradient(#2faad8 0%, #2faad8 100%);
}
#cssmenu > ol > li > a {
  font-size: 1.125em;
  display: none;
  background: url(mis.luminad.com/media/testing/Sample/WPS_pearson/images/menu_images/pattern.png) top left repeat;
  color: #FFF;
  border: 2px solid #0089b7;
  font-weight:bold;
/*  text-shadow: 0 -1px 1px #000000;*/
}
#cssmenu > ol > li > a > span {
  display: block;
  padding: 12px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ol > li > a:hover {
  text-decoration: none;
}
#cssmenu > ol > li.active {
  border-bottom: none;
}
#cssmenu > ol > li.has-sub > a span {
  background: url(mis.luminad.com/media/testing/Sample/WPS_pearson/images/menu_images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ol > li.has-sub.active > a span {
  background: url(mis.luminad.com/media/testing/Sample/WPS_pearson/images/menu_images/icon_minus.png) 96% center no-repeat;
}

#cssmenu ol ol {
  /* display: none; */
  background: #fff;
 /* border-right: 2px solid #6593c7;
  border-left: 2px solid #6593c7;
  border-top: 1px solid #6593c7;
  border-bottom: 2px solid #6593c7;*/
  border: 1px solid #085a6f;
  overflow: auto;
  height: 20em;

}
#cssmenu ol ol li {
  border-bottom: 0px solid #6593C7;
  border-top: none;
  /*height: 40px;*/
}
#cssmenu ol ol li a{
  padding:14px;
  padding-left: 3em;
  background-image: url('../../images/Deselected_Circle.png');
  background-repeat: no-repeat;
  /* background-position: 1em; */
  background-position: 14px 17px;
}
#cssmenu ol ol li a:hover{

}
#cssmenu ol ol li:last-child {
/*  border-bottom: none;*/
}
#cssmenu ol ol a {
  padding-left: 30px;
  display: block;
  color: #000;
  font-size:1.125em;
  font-weight: normal;
  bottom:0px;
}
#cssmenu ol ol a:before {
  /*content: '\00BB';
  position: absolute;
  left: 10px;
  color: #9EBED7;*/
}
#cssmenu ol ol li:hover,#cssmenu ol ol li a:hover{
  background-color: #085a6f;
  color: #ffffff;
  width: auto;
  height: auto;
  background-image: url('../../images/Selected_circle.png');
  background-repeat: no-repeat;
}
#cssmenu ol ol li:focus,#cssmenu ol ol li a:focus{
  background-color: #085a6f;
  color: #ffffff;
   width: auto;
  height: auto;
  background-image: url('../../images/Selected_circle.png');
  background-repeat: no-repeat;
}
#cssmenu ol ol li:active,#cssmenu ol ol li a:active{
  background-color: #085a6f;
  color: #ffffff;
  width: auto;
  height: auto;
  background-image: url('../../images/greenButton.png');
  background-repeat: no-repeat;
}

.active{
  background: #085a6f;
}
.active a{
  color: #ffffff!important;
}

.activitiesWrapperDiv{
  width: 100%;
  background-color: #ffffff;
  height: 50%;
  background-color: #ffffff; 
}
.units img{
  padding-right: 1em;
  padding-left: 0.75em;
}




/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #dcddde;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #505759;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #505759;
}




