.transcript {
  background: none repeat scroll 0 0 #fff;
  bottom: 13px;
  background-color: #fff;
  height: 140px;
  position: absolute;
  width: 360px;
  right: 0px;
  z-index: 5000;
  display: none;
  /* border: 2px solid #013f54; */
}

.transcript * {
  font-size: 14px;
}
#transcript {
      z-index: 100000;
}
.popWraper {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.popWraper .popHeader {
}
.mCS_destroyedopacity{
	opacity:0;
}
.popWraper .popHeader .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0PX;
  text-align: center;
  vertical-align: middle;
  top: 0px;
  color: #ffffff;
  font-size: 30px;
}

.transTitleBar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 100%;
  /* background: url(../images/CC_Close.png) no-repeat; */
}

.transcript .popHeader .close {
  cursor: pointer;
}

.popScroller {
  position: absolute;
  height: 90px;
  width: 340px;
  left: 15px;
  top: 45px;
}

#shell_r_popup_header{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

#shell_r_popup_header .close{
	    background: url(../images/exit_normal.png) no-repeat;
	    height: 17px;
	    width: 17px;
	    position: absolute;
	    top: 8px;
	    cursor: pointer;
	    right: 10px;
}


#shell_r_popup_header .close:hover{
	    background: url(../images/exit_selected.png) no-repeat;
    
}

.transcriptClicked{
	background-image: url(../images/help_AT_btn_hover.png);
}

#transText .list_style {
    margin-bottom: 15px;
}

#transText .list_style>li:before {
    height: 6px;
    left: 1px;
    top: 9px;
    width: 6px;
}

#transText .list_style>li {
    margin-bottom: 2px;
    padding-left: 15px;
}

.disableTranscript{
	cursor: default !important;
	pointer-events: none !important;
	/* background-image: url(../images/transcript_disbled_state.png) !important; */
}