/*<meta conditions="" />*/

@import url('Sv-PcVue.css');

.title-bar-layout a.logo
{
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: -10px;
}

.off-canvas-wrapper-inner .main-section
{
	margin-right: -15px;
}

/* Main frame and general presentation */

#pubwebFooter
{
	width: 100%;
	border-top: 1px solid black;
	margin-top: 10px;
	padding-bottom: 0px;
	flex: 0 1;
}

#pubwebFooter p
{
	text-align: center;
}

.pubwebFlexAuto
{
	flex: 0 1 auto;
}

.pubwebFlexInitial
{
	flex: 1 1 auto;
}

.pubwebFlexContent
{
	display: flex;
	flex-direction: column;
	height: 100%;
}

.height-container-sidenav
{
	padding-bottom: 0;
}

.body-container
{
	padding-right: 2em;
	padding-top: 0px;
}

#pubwebTopToolbar
{
	position: sticky;
	top: 0px;
	background-color: white;
	padding-top: 20px;
	z-index: 2;
}

/* Toolbar */

.button-group-container-left
{
	width: 100%;
}

.button:hover
{
	box-shadow: 0px 0px 0px 1px #D21F3B;
	cursor: pointer;
}

.print-button,
.feedback-button,
.share-button,
.lang-button
{
	float: right;
}

.body-container > div
{
	height: 100%;
}

/* Language selection menu */

#pubwebLanguageSelector
{
	border: solid 1px #D21F3B;
	background-color: #ececec;
	display: none;
	width: auto;
	position: absolute;
	padding: 5px;
	margin-top: 23px;
	margin-left: -7px;
	z-index: 999;
}

/* Feedback form */

#feedbackPopup
{
	position: absolute;
	min-height: 100px;
	min-width: 100px;
	z-index: 99999;
	visibility: hidden;
	border: solid 3px rgb(204, 0, 0);
	background: #ffffff;
	margin: auto;
	padding: 20px 20px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

#feedbackPopup h1
{
	text-align: center;
	margin-bottom: 20px;
}

#feedbackPopup form
{
	padding: 0px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
	text-align: center;
	display: flex;
	flex-flow: column;
	height: 100%;
}

#feedbackPopup form p
{
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#feedbackContent
{
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100px;
	resize: none;
	background-color: #f5f5f5;
	border: solid 1px black;
	font-size: 1em;
}

#feedbackContent:focus,
.search-field:focus
{
	outline: none !important;
	box-shadow: 0 0 0 1px #D21F3B;
}

#feedbackButtonSend,
#feedbackButtonCancel
{
	margin: 0 auto;
	font-size: 0.8em;
	background-color: #f5f5f5;
	border: solid 1px black;
	border-radius: 12px;
	padding: 0px 20px;
	height: 2em;
	margin-right: 1rem;
	margin-left: 1rem;
}

#feedbackButtonSend:hover,
#feedbackButtonCancel:hover
{
	box-shadow: 0px 0px 0px 1px #D21F3B;
	cursor: pointer;
}

/* Goto Top button */

#pubwebGoToTop
{
	position: fixed;
	bottom: 1em;
	right: 3em;
	z-index: 999;
	display: inline-block;
	vertical-align: middle;
	display: none;
	margin-bottom: 60px;
	padding: 0px;
}

#pubwebGoToTop a
{
	display: inline-block;
	border-radius: 50%;
}

#pubwebGoToTop span
{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #D21F3B;
	border-radius: 50%;
}

#pubwebGoToTop span:after
{
	content: '';
	display: inline-block;
	margin-top: 18px;
	margin-left: 15px;
	width: 20px;
	height: 20px;
	border-top: 4px solid white;
	border-right: 4px solid white;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Title navigation (right side) */

#pubwebMain:after
{
	content: "";
	display: table;
	clear: both;
}

#pubwebTopic
{
	float: left;
	width: 75%;
}

#pubwebTitles
{
	float: left;
	width: 25%;
	position: sticky;
	top: 95px;
	padding: 10px 0px;
	overflow-y: auto;
	overflow-x: hidden;
}

#pubwebTitles ul
{
	list-style: none;
	padding-left: 40px;
}

#pubwebTitles ul li
{
	position: relative;
}

#pubwebTitles a
{
	text-decoration: none;
}

.pubwebTitle
{
	
}

li:has(\00003E.pubwebTitle):before
{
	content: "\A";
	display: block;
	position: absolute;
	left: -9px;
	top: -8px;
	bottom: -8px;
	border-left: 1px solid #D21F3B;
}

li:has(\00003E.pubwebTitleVisible):before
{
	content: "\A";
	display: block;
	position: absolute;
	left: -10px;
	top: -7px;
	bottom: -7px;
	border-left: 3px solid #D21F3B;
}

.pubwebTitleSelected
{
	font-weight: bold;
}

/*Resize menu (left side) */

.sidenav-wrapper
{
	order: 1;
	overflow-x: hidden;
}

.nav-border
{
	background-color: #b1b8c2;
	order: 2;
	cursor: ew-resize;
	flex: 0 0 2px;
	user-select: none;
	margin-top: 20px;
}

.body-container
{
	order: 3;
	background: url('../Images/blob.png');
	background-repeat: no-repeat;
	background-position: calc(100% + 150px) 100px;
}

div#pubwebMain
{
	margin-right: -15px;
}

nav.sidenav-wrapper
{
	background: url('../Images/blob.png');
	background-repeat: no-repeat;
	background-position: -100px 700px;
}

.sidenav-container
{
	margin-top: 15px;
}

nav.title-bar
{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	z-index: 3;
	position: relative;
}

@media only screen and (max-width: 1279px)
{
	#pubwebTopic
	{
		width: 100%;
	}

	#pubwebTitles
	{
		width: 0%;
		display: none;
	}

	.nav-border
	{
		display: none;
	}

	.title-bar .menu-icon span
	{
		background-color: #D21F3B;
	}

	.body-container
	{
		background: none;
		padding-right: 2em;
	}
}

@media only screen and (max-width: 767px)
{
	.body-container
	{
		background: none;
	}

	.g-recaptcha
	{
		padding-bottom: 1rem;
		margin-left: 1.8rem;
	}
}

@media print
{
	#pubwebTopic
	{
		width: 100%;
	}

	#pubwebTitles
	{
		width: 0%;
		display: none;
	}

	nav.title-bar
	{
		display: none;
	}

	html,
	body,
	.off-canvas-wrapper,
	.off-canvas-content,
	.main-section,
	.sidenav-layout,
	.main-section,
	.body-container > div,
	.pubwebFlexContent
	{
		overflow: visible;
		overflow-y: visible;
		height: fit-content;
		max-height: fit-content;
	}
}

