.disc-modal-view-bc,#disc-modal-view-event {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#disc-modal-view-event {
	display: none;
	z-index: 9999999999999999;
	top: auto;
    bottom: 0px;
}

#disc-modal-view-event.is-visible {
    display: block;
}

body.show-disc-modal #disc-modal-view-event {
	display: block;
}

.disc-modal-view-bc {
	position: absolute;
	z-index: 1;
	background-color: rgba(0,0,0,1);
	opacity: .5;
}

.disc-modal-dialog {
	position: relative;
	z-index: 2;
	display: table;
	margin: 0 auto;
	height: 100%;
	max-width: 1200px;
	min-width: 300px;
	width: calc(100% - 30px);
}

.disc-modal-content {
	padding: 15px;
	display: table-cell;
	vertical-align: middle;
}

.disc-modal-content * {
	color: #212529;
}

.disc-modal-body {
	text-align: right;
}

.disc-modal-body .event-body {
	text-align: justify;
	padding-top: 15px;
}

.disc-modal-body button {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border: 0;
}

.disc-modal-body button:hover {
	color: #fff;
	background-color: #dc3545;
}

.disc-modal-content {
	vertical-align: bottom;
}

#disc-modal-view-event {
	height: auto;
	xmax-height: 30%;
}

#disc-modal-view-event {
	top: auto;
	bottom: 0px;
}

.disc-modal-view-bc {
	background-color: #000000;
}

.disc-modal-view-bc {
	opacity: 0.7;
}

.disc-modal-content * {
	font-family: Arial, Helvetica, sans-serifpx;
}

.disc-modal-content * {
	font-size: 14px;
}

.disc-modal-content * {
	color: #f0f0f0;
}

.disc-modal-body a {
    text-decoration: underline;
}

.disc-modal-body a:hover {
    color: #f0f0f0;
}
.disc-modal-body button {
	background-color: #2196f3;
}

.disc-modal-body button {
	color: #ffffff;
}

.disc-modal-body button:hover {
	background-color: #0983e4;
}