/*[[[[[[[[[[[[[[[[[[[[[[[Glossary Starts here]]]]]]]]]]]]]]]]]*/
.Glossary {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 369px;
  left: 0px;
  position: absolute;
  right: 38px;
  top: 60px;
  
  width: 100%;
  height: 100%;
}

.itemDescription p {
  color: #000000;
}

.Glossary .glossaryPopup {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  top: 0%;
  position: relative;
  padding-bottom: 112px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.Glossary .glossaryListParent {
  position: relative;
  height: 88%;
  padding: 5px;
}

.Glossary .glossaryHeader {
  position: relative;
  padding: 11px 0px 11px 20px;
  text-align: left;
  display: block;
  color: #ffffff;
}

.Glossary .headerText {
  font-size: 14px;
  padding: 0;
  margin: 0;
  display: block;
}

.Glossary #glossaryCloseBtn {
  position: absolute;
  text-align: center;
  width: 40px;
  height: 41px;
  line-height: 40px;
  right: 0;
  top: 0px;
  padding: 0;
  margin: 0;
  background-color: #009a3d;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
}

.Glossary .alphbet_wraper {
  display: inline-block;
  float: left;
  height: 100%;
  overflow: hidden;
  width: 40px;
}

.Glossary .alphbet_wraper li {
  background-color: #999999;
  cursor: pointer;
  width: 100%;
  height: 40px;
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.Glossary .alphbet_wraper li.disabled, .Glossary .alphbet_wraper li.deactive {
  background-color: #cccccc;
  color: #eaeaea;
  cursor: default;
}

.glossList {
	/* background: none repeat scroll 0 0 #fff; */
  bottom: 5px;
  left: 46px;
  overflow: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 5px;
  
	/*overflow-y: scroll;  has to be scroll, not auto
	 -webkit-overflow-scrolling: touch; */;
}

.glossList ul li {
  border-bottom: 1px solid #d2cac9;
  margin-bottom: 15px;
  padding: 0;
}

.glossList ul li:last-child {
  border-bottom: 0px none;
  margin-bottom: 0;
}

.glossList ul li h3 {
  color: #000000;
  margin-bottom: 4px;
  font-weight: bold;
}



