/*for glossary*/
.common-popup{
    position: absolute;
    top: 20%;
    right: 0;
    bottom: 20%;
    left: 0;
    width: 60%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);

    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    -o-backface-visibility: visible !important;
    backface-visibility: visible !important;

    -webkit-animation: scaleUp .3s;
    -moz-animation: scaleUp .3s;
    -o-animation: scaleUp .3s;
    animation: scaleUp .3s;
    background-color:white;
    /*display:none;*/
    overflow: hidden;
    box-shadow: 3px 3px 10px 3px #999;
}
#glossary-view {
  width: 752px;
  height: 373px;
  background-color: #fff;
  box-shadow: 3px 3px 10px 3px #999;
  overflow: visible;
}
#glossary-bar {
  position: absolute;
  width: 100%;
  height: 26px;
  left: 0px;
  top: 20px;
  background-color: #addffa;
}
#glossary-close {
  position: absolute;
  width: 17px;
  height: 19px;
  right: 22px;
  top: 24px;
  background: url(../images/exitbtn.png) no-repeat;
  cursor: pointer;
  /*z-index: 1;*/
}
.common-popup > h2 {
  color: #034da2;
  font-family: helvetica;
  font-weight: bold;
  font-size: 14pt;
  padding: 8px 12px;
  position: relative;
  top: 15px;
  width: 300px;
}
#glossary-view-container {
  position: relative;
  left: 15px;
  top: 28px;
  width: 725px;
  height: 280px;
}
#glossary-content-container {
  position: relative;
  top: 10px;
  overflow: auto;
  height: 258px;
  width: 725px;
}
.alphabat-btn-style {
  list-style: none;
  width: 22px;
  height: 24px;
  color: #42a855;
  text-align: center;
  line-height: 25px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 5px;
  cursor: pointer;
}

.alphabat-btn-clicked {
  background-color: #42a855;
  color: #fff !important;
  border: none;
}

.glossaryContents{
  position: relative;
  width: 96%;
  height: auto;
  margin: 10px;
}

.term_wordName{
    color: #42a855;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.alphabat-btn-style.disabled {
  cursor: default !important;
  color: #d7ede0;
}

#wordNameContainer{
    position: relative;
    height: 98%;
    width: 35%;
    display: inline-block;
    overflow: auto;
    border: 1px solid greenyellow;
}

#descriptionContainer{
    position: relative;
    height: 98%;
    width: 60%;
    margin-right: 25px;
    display: inline-block;
    float: right;
    overflow: auto;
    border: 1px solid greenyellow;
}
.wordNames{
    color: #42a855;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}
.wordDescription{
    margin-left: 10px;
    margin-top: 10px;
}

.wordNamesOfAllOption{
    color: #42a855;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px;
}

.wordDescriptionOfAllOption{
    margin-left: 10px;
    margin-top: 10px;
}

.wordsOfAllOption {
    margin-bottom: 10px;
}

.descriptionOfAllOption{
  margin-bottom: 10px;
}

.hidingClass{
  display : none !important;
}

