html,body,.row,.col-md-9,.col-md-3{
	height: 100%;
}
.pdfbox{
	background-attachment: fixed;
	background-image: url(../img/pdf-bg.jpg);
	min-height: 100%;
	overflow: auto;
}
.container{
	width: 100%!important;.
	padding: 0px;
	height: 100%;
}
h4{
	font-weight: bold;
	color: red;
}
.list{
	list-style: none;
	padding: 0px;
	cursor: pointer;
}
.list li>p{
	padding-left: 40px;
	background: #d8d6d6;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.list li>p span{
	display: inline-block;
	width: 60%;
	overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	
}
.list li div{
	padding-left: 40px;
	color: #4D4D4D;
	display: none;
}
.list li{
	position: relative;
}
.list li:after {
      content: '';
      position: absolute;
      top: 10px;
      left: 25px;
      width: 10px;
      height: 10px;
      background: #FFFFFF;
      border-radius: 50%;
}
.list li i{
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}
.col-md-3>i{
	color: #FF0000;
	margin: 0px;
    position: absolute;
    top: 50%;
    right: -13px;
    font-size: 18px;
	cursor: pointer;
	clear: both;
	z-index: 123;
}
iframe{
	width: 100%;
	min-height: 980px;
}
li div p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#right i{
	color: #FF0000;
	margin: 0px;
    position: absolute;
    top: 50%;
    left: 50px;
    font-size: 18px;
	cursor: pointer;
	clear: both;
	z-index: 123;
}
#pdffm{
	margin-top: 20px;
}
#pdfContainer{
	display: block;
}
#right,#left{
	overflow-y: auto;
	padding-right: 0px;
}
.col-md-12{
	height: 100%;
	padding: 0px;
}
