.selectPagesModal .modal-dialog{
	width:96%!important;
}
.pages_filters{
	position:relative;
}
.pages_filters ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	overflow:hidden;
}
.pages_filters ul li{
	display:block;
	float:left;
	width:119px;
}
.pages_filters ul li a{
	display:block;
	padding:10px 0px;
	cursor:pointer;
	color:#797979;
	border-bottom:1px solid #D8D8D8;
}
.pages_filters ul li a.active{
	border-bottom:2px solid #2196f3;
	color:#2196f3;
	font-weight:bold;
}
.thumbs{
	position:relative;
	background:#ffffff;
}
.thumbs .thumbs_wrap{
	position:relative;
	overflow-x:hidden;
	overflow-y:scroll;
	height:calc(100vh - 248px);
}
.thumbs ul{
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10%;
}
.thumbs ul li{
	display:block;
	margin-top:10%;
	position:relative;
}
.thumbs ul li a{
	display:block;
	cursor:pointer;
}
.thumbs ul li a img{
	display:block;
	margin:0 auto;
	width:80%;
	height:134px;
	border:1px solid #D8D8D8;

}
.thumbs ul li p{
	text-align:center;
	margin:6px 0 0 0;
}
.thumbs ul li span{
	position:absolute;
	bottom:15px;
	right:15px;
	width:30px;
	height:30px;
}
.thumbs ul li span.checkboxthumb{
	background: url('../../../img/icons/gray check@2x.png') no-repeat center center;
	background-size:contain;
	position:absolute;
	bottom:15px;
	right:10px;
	width:30px;
	height:30px;
	cursor:pointer;
}
.thumbs ul li span.checkbox-checkedthumb-tick{
	background: url('../../../img/icons/red check@2x.png') no-repeat center center;
	background-size:contain;
	position:absolute;
	bottom:15px;
	right:10px;
	width:30px;
	height:30px;
	cursor:pointer;
}
.thumbs ul li span.checkbox-checkedthumb{
	position:absolute;
	top:-8px;
	right:10px;
	width:30px;
	height:30px;
	color:white;
	background:red;
	border-radius:100%;
	cursor:pointer;
}
.thumbs ul li span.checkbox-checkedthumb i{
	padding:7px 11px;
	font-size:16px;
}
span.pageno{
	display:block;
	float:right;
}
.bp-header{
	display:none!important;
}
.bp-header+.bp:not(.bp-is-fullscreen) {
    top:0px!important;
}
.bp-header~.bp-progress-bar-container {
    top: 0px!important;
}
.donepageAdding{
	position: relative;
    float:right;
    margin-top: -24px;
}
#btnDisabled{
	color:#666;
	background:#ccc;
	cursor:default;
	box-shadow:none;
}
.bookmark{
	position: absolute;
    top: 22px;
    left: 22px;
    font-size: 20px;
}
.docPage{
	float:left;
	width: 179px;
	margin:0 10px 20px 10px;
	background:#fff;
	position:relative;
}
.docPage img{
	display:block;
	width:100%;
	border:1px solid #b2b2b2;
}
.docPage span{
	display:block;
	text-align:center;
}
.docPage .checkPage.inactive{
	width:37px;
	height:37px;
	border-radius:100%;
	background:#e6e2e7 url('../img/icons/red check@2x(1).png') no-repeat 0 bottom;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
}
.docPage .checkPage.active{
	width:37px;
	height:37px;
	border-radius:100%;
	background:#2196f3 url('../img/icons/red check@2x.png') no-repeat 0 bottom;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:10;
}
.pdfThumbsLeft{
	width:240px;
	float:left;
	border-right:1px solid #D8D8D8;
}
.pdfPreviewRight{
	float:right;
	width:calc(100% - 240px);
	height:calc(100vh - 210px);
	overflow:hidden;
}
/*.pdfPreviewRight > div, .pdfPreviewRight .pdfViewer{
	background:#fff;
}*/
.selectPagesModal .modal-body{
	padding:0;
}
.bookmarkPop{
	padding:0;
	background:#F5F5F5;
	border:0;
}

.bookmarkPop.popover.bottom {
	width: 350px;
}

.bookmarkPop .popover-content{
	padding:0;
}

.bookmarksForm {
	width: 350px;
}

.bookmarksForm .bookmarksHeader{
	position:relative;
	padding:0 15px;
}

.bookmarksForm .bookmarksHeader h4{
	text-align:center;
	margin:20px 0;
}
.bookmarksForm .bookmarksHeader a.bookmarksFromClose{
	position:absolute;
	display:block;
	cursor:pointer;
	color:#000000;
	font-size:22px;
	right:15px;
	top:-3px;
	z-index:10;
}
.bookmarksForm .bookmarkList{
	position:relative;
	height:450px;
	overflow-x:hidden;
	overflow-y:scroll;
}
p.nobookmarks{
	padding:10px;
	margin:0;
	background:#fff;
	font-size:15px;
	text-align:center;
}
.bookmarkList ul.bookmarks{
	padding:0;
	margin:0;
	list-style:none;
}
.bookmarkList ul.bookmarks li{
	position:relative;
	display:block;
	background:#fff;
	padding:10px;
	border-bottom:1px solid #f5f5f5;
}
ul.bookmarks li span.bookmarkTitle{
	color:#000;
	font-weight:normal;
	font-size:17px;
	display:block;
	margin-bottom:3px;
}
.bookmarkElem{
	padding-right:65px;
	position:relative;
	cursor: pointer;
}
ul.bookmarks li .bmdrop{
	position: absolute;
    right: 0px;
    top: 20px;
}
#bmDropDown{
	position:absolute;
	top: 15px;
    left: 130px;
    width: 200px;
	display:block;
	padding:0;
}
#bmDropDown li{
	border:none;
	padding:0
}
#bmDropDown li a{
	padding:10px;
	font-size:16px;
}
#bmDropDown li:nth-child(2) a{
	color:red;
}
#bmDropDown li a i{
	margin-right:15px;
}
.editBookmark{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:10px;
	background:#fff;
	z-index:10;
}
.addBookmarkForm{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:66px;
	padding:10px;
	background:#fff;
	z-index:10;
	border-bottom:1px solid #F5F5F5;
}
.editBookmark .editbmForm{
	width:83%;
	float:left;
	margin-top:3px;
}
.addBookmarkForm .addbmForm{
	width:76%;
	float:left;
	margin-top:3px;
}
.editBookmark a, .addBookmarkForm a{
	display: block;
    float: right;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1492E6;
	margin-top: 12px;
	margin-right:5px;
}
button.addBm{
	width:90%;
	margin:15px 5%;
}
.addbmForm input, .editbmForm input{
	font-size:17px;
}
button.addBm[disabled], button.addBm[disabled]:hover{
	background:#ccc;
	color:#666;
}
span.pageNumber{
	cursor:pointer;
}
