.pdf-style{
	width:100%;
	height:100%;
	position:fixed;
	z-index:100000;
	top: 0;
	left: 0;
	margin:0;
	background-color:rgba(85,85,85,0.9);
	
}

.fadein{
	animation: fadein 1.0s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.pdf-head{
	margin: 0;
	padding:2px;
	background-color:rgba(0,0,0,0.5);
	color: #fff;
	
}

.pdf-head p{
	font-family: 'Coustard', serif;
	font-size: x-large;
	text-align: center;
    color: white;
    
}

.pdf-closeButon{
	font-size: xx-large;
    color: white;
    position: absolute;
    right: 10px;
}

/* .pdf-closeButon:hover{
	color:gray;
} */

.chevron-left-style{
	font-size: xx-large;
    color: white;
	padding-right: 50px;
}

.chevron-left-disabled-style{
	font-size: xx-large;
    color: #777;
	padding-right: 50px;
}


.zoom-in-style{
	font-size: xx-large;
    color: white;
	padding-right: 10px;
}

/* .zoom-in-style:hover{
	color:gray;
} */

.zoom-out-style{
	font-size: xx-large;
    color: white;
	padding-left: 10px;
}

/* .zoom-out-style:hover{
	color:gray;
} */

.chevron-right-style{
	font-size: xx-large;
    color: white;
	padding-left: 50px;
}

.chevron-right-disabled-style{
	font-size: xx-large;
    color: #777;
	padding-left: 50px;
}
.pdf-overlay{
	background: url(../../assets/images/site/abmo_layer.png);
	width:100%;
	height:100%;
	position:absolute;
	opacity: 0.2;
}
.pdf-no-overlay{
	width:100%;
	height:100%;
	position:absolute;
	opacity: 0.2;
}