@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);

.sm-prise {
	background: transparent;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	z-index:200;	/*[20210206|MB] .sm-prise z-index reduced from 9999 to 200 to bring it below minimum Bootstrap z-index 1000 */
	}
.sm-prise a,
.sm-prise a:link,
.sm-prise a:visited,
.sm-prise a:hover,
.sm-prise a:focus,
.sm-prise a:active {
	padding: 8px 10px;	/**10px 20px;**/
	/* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	background: #3092c0;
	background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
	background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
	background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
	background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
	background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
	color: white;
	font-family: /*"PT Sans Narrow",*/ "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;	/**18px;**/
	font-weight: bold;
	line-height: 18px;	/**23px;**/
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	}
.sm-prise a.current {
	background: #006892;
	background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
	background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
	background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
	background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
	background-image: linear-gradient(to bottom, #006188, #006f9c);
	color: white;
	}
.sm-prise a.disabled {
	color: #a1d1e8;
	}
.sm-prise a span.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	}
.sm-prise a.highlighted span.sub-arrow:before {
	display: block;
	content: '-';
	}
.sm-prise ul {
	background: white;
	}
.sm-prise ul ul {
	background: rgba(102, 102, 102, 0.1);
	}
.sm-prise ul a,
.sm-prise ul a:link,
.sm-prise ul a:visited,
.sm-prise ul a:hover,
.sm-prise ul a:focus,
.sm-prise ul a:active {
	background: transparent;
	color: #2b82ac;
	font-size: 14px;	/*16px;*/
	text-shadow: none;
	border-left: 8px solid transparent;
	}
.sm-prise ul a.current {
	background: #006892;
	background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
	background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
	background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
	background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
	background-image: linear-gradient(to bottom, #006188, #006f9c);
	color: white;
	}
.sm-prise ul a.disabled {
	color: #b3b3b3;
	}
.sm-prise ul ul a,
.sm-prise ul ul a:link,
.sm-prise ul ul a:visited,
.sm-prise ul ul a:hover,
.sm-prise ul ul a:focus,
.sm-prise ul ul a:active {
	border-left: 16px solid transparent;
	}
.sm-prise ul ul ul a,
.sm-prise ul ul ul a:link,
.sm-prise ul ul ul a:visited,
.sm-prise ul ul ul a:hover,
.sm-prise ul ul ul a:focus,
.sm-prise ul ul ul a:active {
	border-left: 24px solid transparent;
	}
.sm-prise ul ul ul ul a,
.sm-prise ul ul ul ul a:link,
.sm-prise ul ul ul ul a:visited,
.sm-prise ul ul ul ul a:hover,
.sm-prise ul ul ul ul a:focus,
.sm-prise ul ul ul ul a:active {
	border-left: 32px solid transparent;
	}
.sm-prise ul ul ul ul ul a,
.sm-prise ul ul ul ul ul a:link,
.sm-prise ul ul ul ul ul a:visited,
.sm-prise ul ul ul ul ul a:hover,
.sm-prise ul ul ul ul ul a:focus,
.sm-prise ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
	}
.sm-prise ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	}
.sm-prise ul li:first-child {
	border-top: 0;
	}

@media (min-width: 960px) {
	/* Switch to desktop layout
	-----------------------------------------------
		 These transform the menu tree from
		 collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
	/* start... (it's not recommended editing these rules) */
	.sm-prise ul {
		position: absolute;
		width: 12em;
		}

	.sm-prise li {
		float: left;
		}

	.sm-prise.sm-rtl li {
		float: right;
		}

	.sm-prise ul li,
	.sm-prise.sm-rtl ul li,
	.sm-prise.sm-vertical li {
		float: none;
		}

	.sm-prise a {
		white-space: nowrap;
		}

	.sm-prise ul a,
	.sm-prise.sm-vertical a {
		white-space: normal;
		}

	.sm-prise .sm-nowrap > li > a,
	.sm-prise .sm-nowrap > li > :not(ul) a {
		white-space: nowrap;
		}

	/* ...end */
	.sm-prise {
		background: #3092c0;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
		background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		}
	.sm-prise a,
	.sm-prise a:link,
	.sm-prise a:visited,
	.sm-prise a:hover,
	.sm-prise a:focus,
	.sm-prise a:active,
	.sm-prise a.highlighted {
		padding: 13px 10px;	/*13px 24px;*/
		background: #3092c0;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
		background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
		color: white;
		}
	.sm-prise a:hover,
	.sm-prise a:focus,
	.sm-prise a:active,
	.sm-prise a.highlighted {
		background: #2b82ac;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #2d89b4), color-stop(100%, #297ca3));
		background-image: -webkit-linear-gradient(to bottom, #2d89b4, #297ca3);
		background-image: -moz-linear-gradient(to bottom, #2d89b4, #297ca3);
		background-image: -o-linear-gradient(to bottom, #2d89b4, #297ca3);
		background-image: linear-gradient(to bottom, #2d89b4, #297ca3);
		}
	.sm-prise a.current {
		background: #006892;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
		background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
		background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
		background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
		background-image: linear-gradient(to bottom, #006188, #006f9c);
		color: white;
		}
	.sm-prise a.disabled {
		background: #3092c0;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
		background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
		color: #a1d1e8;
		}
	.sm-prise a span.sub-arrow {
		top: auto;
		margin-top: 0;
		bottom: 2px;
		left: 50%;
		margin-left: -5px;
		right: auto;
		width: 0;
		height: 0;
		border-width: 5px;
		border-style: solid dashed dashed dashed;
		border-color: #a1d1e8 transparent transparent transparent;
		background: transparent;
		}
	.sm-prise a.highlighted span.sub-arrow:before {
		display: none;
		}
	.sm-prise > li {
		border-left: 1px solid #2b82ac;
		}
	.sm-prise > li:first-child {
/*		border-left: 0;	*/
		}
	.sm-prise ul {
		border: 1px solid #a8a8a8;
/*		padding: 7px 0;	*/
		padding: 0;				/* [20201223|MB] No (vertical) padding in submenus */
		background: white;
		-webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
		box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
		}
	.sm-prise ul ul {
		background: white;
		}
	.sm-prise ul a,
	.sm-prise ul a:link,
	.sm-prise ul a:visited,
	.sm-prise ul a:hover,
	.sm-prise ul a:focus,
	.sm-prise ul a:active,
	.sm-prise ul a.highlighted {
		border: 0 !important;
		padding: 9px 23px;
		background: transparent;
		color: #2b82ac;
		}
	.sm-prise ul a:hover,
	.sm-prise ul a:focus,
	.sm-prise ul a:active,
	.sm-prise ul a.highlighted {
		background: #3092c0;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
		background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
		background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
		color: white;
		}
	.sm-prise ul a.current {
		background: #006892;
		background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #006188), color-stop(100%, #006f9c));
		background-image: -webkit-linear-gradient(to bottom, #006188, #006f9c);
		background-image: -moz-linear-gradient(to bottom, #006188, #006f9c);
		background-image: -o-linear-gradient(to bottom, #006188, #006f9c);
		background-image: linear-gradient(to bottom, #006188, #006f9c);
		color: white;
		}
	.sm-prise ul a.disabled {
		background: white;
		color: #b3b3b3;
		}
	.sm-prise ul a span.sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #a1d1e8;
		}
	.sm-prise ul li {
		border: 0;
		}
	.sm-prise span.scroll-up,
	.sm-prise span.scroll-down {
		position: absolute;
		display: none;
		visibility: hidden;
		overflow: hidden;
		background: white;
		height: 20px;
		}
	.sm-prise span.scroll-up-arrow,
	.sm-prise span.scroll-down-arrow {
		position: absolute;
		top: -2px;
		left: 50%;
		margin-left: -8px;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 8px;
		border-style: dashed dashed solid dashed;
		border-color: transparent transparent #2b82ac transparent;
		}
	.sm-prise span.scroll-down-arrow {
		top: 6px;
		border-style: solid dashed dashed dashed;
		border-color: #2b82ac transparent transparent transparent;
		}
	.sm-prise.sm-rtl.sm-vertical a span.sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #a1d1e8 transparent transparent;
		}
	.sm-prise.sm-rtl > li:first-child {
		border-left: 1px solid #2b82ac;
		}
	.sm-prise.sm-rtl > li:last-child {
		border-left: 0;
		}
	.sm-prise.sm-rtl ul a span.sub-arrow {
		right: auto;
		left: 10px;
		border-style: dashed solid dashed dashed;
		border-color: transparent #a1d1e8 transparent transparent;
		}
	.sm-prise.sm-vertical {
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		}
	.sm-prise.sm-vertical a {
		padding: 9px 23px;
		}
	.sm-prise.sm-vertical a span.sub-arrow {
		top: 50%;
		margin-top: -5px;
		bottom: auto;
		left: auto;
		margin-left: 0;
		right: 10px;
		border-style: dashed dashed dashed solid;
		border-color: transparent transparent transparent #a1d1e8;
		}
	.sm-prise.sm-vertical > li {
		border-left: 0 !important;
		}
	.sm-prise.sm-vertical ul a {
		padding: 9px 23px;
		}
	}
