#bx_admin_form [selected], #bx_popup_form [selected] {
	background: yellow;
}
#panel {
	z-index: 99999;
}

.calendar-body .panel svg {
	width: 50px;
	height: 20px;
	fill: #000;
}

.news-issuance .calendar-card .wrap p{
	text-shadow: 1px 1px 1px black;
}
.news-issuance .calendar-card > p {
	color: #000;
	font-size: 18px;
}
.no-bg {
	background: none;
}

@media screen and (min-width: 1024px) {
	header nav li.active a:before {
		content: '';
		position: absolute;
		bottom: -23px;
		height: 4px;
		width: 100%;
		right: 0px !important;
		left: auto !important;
		background: #4895EF;
	}
}

/*#bx-panel-back {*/
/*	position: relative;*/
/*	z-index: -1;*/
/*}*/

/*#panel {*/
/*	z-index: 601;*/
/*}*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#bx-panel-back {
	position: absolute;
}
.bx-component-opener {
	z-index: 9999999 !important;
}