/* fix css */
#header {
	position: inherit !important;
}
.title_container .breadcrumb {z-index: 1;}
#footer {z-index: 0;}
#socket {z-index: 0;}
#scroll-top-link {
	visibility: hidden !important;
}
.modal-header .close {
	padding: 0rem 1rem;
}

.modal {z-index: 999999; background-color: #fff;}
.modal-dialog {
	max-width: 100%;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
}

.modal-backdrop { display: none; }

.modal-content {
	height: 100vh;
}

#reader {
	/*aspect-ratio: 2 / 1;*/
}