body {
  margin: 0;
}

iframe {
	min-height: 350px;
  	width:100%;
  	height:100%;
	border: none;
}

.menu a.active {
  font-weight: bold;
  text-decoration: underline !important;
}

.pdf-items .col-4 {
  padding-top: 12px;
  padding-bottom: 12px;
}

/**
 * MODAL WINDOW & OVERLAY STYLES
 */
.window-modal {
	display: none;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	overflow-y: auto;
	position: fixed;
	padding: 15px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;

	background-color: rgba(0,0,0,0.7);
 }

.window-modal__in {
	position: relative;
  	max-width: 100%;
    padding: 2px;
    width: 1000px;
    height: 1000px;
    max-height: 100%;
	z-index: 1001;

	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 6px 2px rgba(50,50,50,0.3);
}

.window-activated {
	/*overflow: hidden;*/
	margin-right: 17px;
}