/*
	Main colors from style guide:
	- Black:	#000000		rgb(0, 0, 0)
	- Blue:		#1D3C6E		rgb(29, 60, 110)
	- Violet:	#5C2779		rgb(92, 39, 121)
	- Green:	#91C67C		rgb(145, 198, 124)
	- Yellow:	#FBBB21		rgb(251, 187, 33)

	Aditional colors (not in style guide)
	- Red:		#A94442		rgb(169, 68, 66)
*/

body:not(#plainpage):not(#contentpage)
{
	background: #edeff2;
}

/*  ---- Begin custom page header ---------------------- */

.header-inner
{
	margin: 0 -15px; /* Remove .container padding */
	position: relative;
}

.search-form
{
	position: relative;
}
.search-form input
{
	background-color: #edeff2;
	text-align: right;
	font-size: 10px;
	line-height: 1;
	padding: 14px 45px 14px 15px;
	border: none;
	color: #1d3c6e;
	letter-spacing: normal;
	width: 100%;
}
.search-form input:focus
{
	outline: 0;
}
.search-form input[type=submit]
{
	position: absolute;
	width: 34px;
	height: 40px;
	padding: 0;
	top: 0;
	right: 0;
	display: block;
	background: url('images/icon-search.png') no-repeat center left;
	font-size: 0;
	opacity: 0.5;
}

#header
{
	background: #FFFFFF;
	left: 0;
	right: 0;
	z-index: 1000;
}

#header .link-panel
{
	display: block;
	width: 18px;
	position: absolute;
	right: 13px;
	top: 122px;
	height: 20px;
	cursor: pointer;
	z-index: 10
}
#header .link-panel-no-site-search
{
	top: 84px;
}
#header .link-panel:before
{
	content: "";
	position: absolute;
	top: -6px;
	left: -6.5px;
	display: block;
	width: 31px;
	height: 31px;
	background-color: #1d3c6e;
	opacity: 0.1;
}
#header .link-panel span
{
	background: #1d3c6e;
	height: 3px;
	width: 18px;
	position: absolute;
	transition: all .3s ease-in-out;
	top: 8px;
}
#header .link-panel span:after,
#header .link-panel span:before
{
	background: #1d3c6e;
	content: '';
	position: absolute;
	width: 18px;
	height: 3px;
	display: inline-block;
	left: 0;
	transition: all .3s ease-in-out;
}
#header .link-panel span:before
{
	top: -8px;
}
#header .link-panel span:after
{
	bottom: -8px;
}
#header .link-panel.active span
{
	background: 0 0;
}
#header .link-panel.active span:after,
#header .link-panel.active span:before
{
	transform-origin: 50% 50% 0;
	top: 0;
}
#header .link-panel.active span:before
{
	transform: rotate3d(0, 0, 1, -45deg)
}
#header .link-panel.active span:after
{
	transform: rotate3d(0, 0, 1, 45deg);
	top: auto;
	bottom: 0;
}

#header .logo
{
	padding: 25px 30px 18px;
}
#header .logo > a,
#header .logo > span
{
	display: block;
	width: 148px;
}
#header .logo img
{
	border: 0;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast; /* Makes scaled images less blurry in Chrome */
}

.top-menu a
{
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 14px;
	padding: 13px 30px;
}
.top-menu .yellow a
{
	background-color: #fdecc4;
	color: #fbbb21
}
.top-menu .green a
{
	background-color: #e1efdc;
	color: #91c67c
}
.top-menu .violet a
{
	background-color: #d3c5db;
	color: #5c2779
}

.header-menu
{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 157px;
	background: #FFFFFF;
	z-index: 100;
	height: auto;
	overflow-y: visible;
}

.header-menu-no-site-search
{
	top: 119px;
}

.main-menu
{
	padding-bottom: 12px;
}
.main-menu a
{
	display: block;
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	color: #1d3c6e;
}
.main-menu a:hover
{
	color: #C7C9CC;
	text-decoration: none;
}
.main-menu .sub-menu
{
	display: none;
}
.main-menu .sub-menu a
{
	font-size: 12px;
}
.main-menu li
{
	padding: 8px 30px;
	position: relative; 
}
.main-menu li.current-menu-ancestor > a,
.main-menu li.current-menu-item > a
{
	color: #fbbb21;
}
.main-menu li.current-menu-ancestor > .sub-menu,
.main-menu li.current-menu-item > .sub-menu
{
	display: block;
}
.main-menu li.current-menu-ancestor span.icon,
.main-menu li.current-menu-item span.icon
{
	color: #fbbb21
}
.main-menu li span.icon {
	position: absolute;
	right: 15px;
	top: 5px;
	cursor: pointer;
	color: #1d3c6e
}
.main-menu li span.icon:before {
	content: "\f067";
	font-family: "FontAwesome";
}
.main-menu li span.icon.active:before {
	content: '\f068';
}

.site-wide-actions
{
	float: none !important;
	display: block;
	margin: 0;
}

.site-wide-actions > li
{
	float: none;
	display: block;
}

.site-wide-actions > li > a
{
	display: block;
	padding: 13px 30px;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #1D3C6E;
}

.site-wide-actions > li > a:focus
{
}

.site-wide-actions > li > a:hover,
.site-wide-actions > li > a:active,
.site-wide-actions > li > a:focus,
.site-wide-actions > li.dropdown:hover > a,
.site-wide-actions > li.open > a,
.site-wide-actions > li.open > a:hover,
.site-wide-actions > li.open > a:focus
{
}

.site-wide-actions > li.dropdown:hover .dropdown-menu
{
}

.site-wide-actions > li.dropdown:not(:hover).open .dropdown-menu
{
}

.site-wide-actions .caret
{
	display: none;
}

@media screen and (max-width: 1199px) /* 1119px??? */
{
	.site-wide-actions > li > a
	{
		color: #1D3C6E !important;
	}

	.site-wide-actions > li > a:hover,
	.site-wide-actions > li > a:active,
	.site-wide-actions > li > a:focus,
	.site-wide-actions > li.dropdown:hover > a,
	.site-wide-actions > li.open > a,
	.site-wide-actions > li.open > a:hover,
	.site-wide-actions > li.open > a:focus
	{
	
		color: #C7C9CC !important;
		background-color: #FFFFFF;
	}

	.navbar.nav-desktop .link-caption, #user-account
	{
		position: relative;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: visible;
		clip: auto;
		border: 0;
	}
}

/* mobile menu */
@media only screen and (max-width: 1199px) 
{
	.site-wide-actions .open .dropdown-menu, .site-header-menu-container{position: static; overflow: auto; -webkit-overflow-scrolling: touch; box-shadow: none; width: 100%;}	
	.pass-account-links { width: 100%; }
}

@media screen and (min-width: 1200px) /* 1120px??? */
{
	.header-inner
	{
		position: relative;
		display: flex;
		align-items: flex-start
	}
	
	.search-form
	{
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	.search-form input
	{
		font-size: 12px;
		font-weight: 700;
		width: 174px;
		color: #1d3c6e;
		padding: 12px 29px 12px 26px;
		text-align: left;
	}
	.search-form input::-webkit-input-placeholder
	{
		color: rgb(29, 60, 110, 0.6); /* #1D3C6E */
	}
	.search-form input:-moz-placeholder
	{
		color: rgb(29, 60, 110, 0.6); /* #1D3C6E */
	}
	.search-form input::-moz-placeholder
	{
		color: rgb(29, 60, 110, 0.6); /* #1D3C6E */
	}
	.search-form input::placeholder
	{
		color: rgb(29, 60, 110, 0.6); /* #1D3C6E */
	}
	.search-form input[type=submit]
	{
		opacity: 1;
		width: 27px;
	}
 
	#header .link-panel,
	#header span.icon
	{
		display:none
	}

	#header .logo
	{
		padding: 64px 0 35px 0;
	}
	#header .logo > a,
	#header .logo > span
	{
		width: 240px;
	}

	.top-menu a:active,
	.top-menu a:focus,
	.top-menu a:hover
	{
		text-decoration: none;
	}

	.top-menu a:before
	{
		content: "";
		display: block;
		width: 9px;
		height: 60px;
		position: absolute;
		top: -29px;
		left: 15px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		transform: skew(-25deg,60deg);
		transition: all .3s ease-in-out;
	}
    .top-menu a:hover:before
	{
		top: -24px;
	}
	.top-menu .yellow a:before
	{
		background-color: #fbbb21;
	}
	.top-menu .green a:before
	{
		background-color: #91c67c;
	}
	.top-menu .violet a:before
	{
		background-color: #5c2779;
	}

	.header-menu
	{
		display: block !important;
		position: static;
		text-align: right;
		flex: 1 1 auto;
	}
	.header-menu .main-menu
	{
		padding-bottom: 0;
	}
	.header-menu .search-form
	{
		display: block;
	}
	.header-menu .top-menu li,
	.header-menu .main-menu li
	{
		padding: 0;
		display: inline-block;
		text-align: center;
	}
	.header-menu .main-menu li.current-menu-ancestor > a,
	.header-menu .main-menu li.current-menu-item > a
	{
		background-color: #1d3c6e;
		color: #fff;
	}
	.header-menu .top-menu a,
	.header-menu .main-menu a
	{
		display: inline-block;
		padding: 10px 18px;
		font-size: 16px;
		line-height: 20px;
		transition: .3s all ease-in-out;
	}
	.header-menu .main-menu .sub-menu a
	{
		font-size: 16px;
	}
	.header-menu .main-menu
	{
		margin-top: 14px;
		display: flex;
		justify-content: flex-end;
	}
	.header-menu .main-menu li.current-menu-ancestor:last-child,
	.header-menu .main-menu li.current-menu-item:last-child
	{
		margin-right: 0;
	}
	.header-menu .main-menu li:last-child
	{
		margin-right: -18px;
	}
	.header-menu .main-menu li:last-child .sub-menu
	{
		right: 0;
		left: auto;
	}
	.header-menu .top-menu
	{
		display: inline-block;
	}
	.header-menu .top-menu li
	{
		padding-right: 30px 
	}
	.header-menu .top-menu li:last-child
	{
		padding-right: 0;
	}
	.header-menu .top-menu a
	{
		position: relative;
		background-color: transparent;
		font-size: 16px;
		padding: 7px 0 12px 30px;
	}
	.header-menu .sub-menu
	{
		text-align: left;
		display: block;
		width: 210px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
		transition: opacity .3s ease-in-out;
		transform: translateY(100%);
		background-color: #1d3c6e;
	}
	.header-menu .sub-menu li
	{
		display: block;
		text-align: left 
	}
	.header-menu .sub-menu a
	{
		color: #FFFFFF;
		opacity: 0.5;
		transition: all .3s ease-in-out;
	}
	.header-menu .sub-menu a:hover
	{
		opacity: 1;
	}
	.header-menu .sub-menu .current-menu-item a
	{
		opacity: 1;
	}
	.header-menu .main-menu > li:hover > a
	{
		color: #FFFFFF;
		background-color: #1d3c6e;
	}
	.header-menu .main-menu>li:hover .sub-menu
	{
		z-index: 1;
		visibility: visible;
		opacity: 1;
	}

	.site-wide-actions
	{
		display: block;
		margin-left: 20px;
		margin-right: -18px;
	}

	.site-wide-actions > li
	{
		display: inline-block;
	}

	.site-wide-actions > li > a
	{
		display: inline-block;
		padding: 10px 18px;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		transition: .3s all ease-in-out;
	}

	.site-wide-actions > li > a:focus
	{
		background: none;
		color: #1d3c6e;
		text-decoration: underline;
	}

	.site-wide-actions > li > a:hover,
	.site-wide-actions > li.dropdown:hover > a,
	.site-wide-actions > li.open > a,
	.site-wide-actions > li.open > a:hover,
	.site-wide-actions > li.open > a:focus
	{
		color: #FFFFFF;
		background-color: #1d3c6e;
	}
	
	.site-wide-actions > li.dropdown:focus-within > a:not(:focus) /* Needs to be a separate block from previous block, because browsers not supporting :focus-within would skip the full block; see https://stackoverflow.com/a/50788621 */
	{
		color: #FFFFFF;
		background-color: #1d3c6e;
	}

	.site-wide-actions > li.dropdown:hover .dropdown-menu
	{
		display: block;
		/* Fade opacity from 0 to 1 without delay */
		animation: 0.25s ease opacityFade;
		animation-fill-mode: forwards;
	}
	
	.site-wide-actions > li.dropdown .dropdown-menu:focus-within /* Needs to be a separate block from previous block, because browsers not supporting :focus-within would skip the full block; see https://stackoverflow.com/a/50788621 */
	{
		display: block;
		/* Fade opacity from 0 to 1 without delay */
		animation: 0.25s ease opacityFade;
		animation-fill-mode: forwards;
	}
}

@media screen and (min-width: 1200px) /* 1120px??? */
{
	.site-wide-actions
	{
		display: inline-block;
	}
	.header-menu .main-menu
	{
		margin-top: 54px;
	}
}

/*  ---- End custom page header ---------------------- */

@media only screen and (max-width: 991px) 
{
	.main-header{padding-top: 0;}
	.push-footer{margin-top: 15px;}
}
@media only screen and (min-width: 992px) 
{
}

#msg-cookie 
{
	background: #1D3C6E;
	color: #FFFFFF;
	position: relative;
	z-index: 900;
}

.alert-top
{
	position: relative;
	z-index: 900;
}

.user-image-header
{
	margin-top: -2px;
}

.navbar .nav.header-menu
{
	float: right;
	clear: right;
}

.site-wide-bar .navbar-form
{
	padding: 8px 12px;
	}

.site-wide-bar .nav > li > a
{
	font-weight: normal;
	font-size: 16px;
	padding: 8px 12px;
	}
.site-wide-bar .nav > li.active:not(.open) > a,
.site-wide-bar .nav > li.active:not(.open) > a:hover,
.site-wide-bar .nav > li.active:not(.open) > a:focus {
	background: none;
}

@media only screen and (max-width: 991px) {
	.site-wide-bar .nav.site-header-menu > li.active > a:before {
		content: "";
		background: #1D3C6E;
		width: 4px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.media-item-content-translate-wrapper { top: 15px; }
}

@media only screen and (min-width: 992px) {
	.site-wide-bar .nav > li.active:not(.open) > a:before {
		content: "";
		background: #1D3C6E;
		width: 100%;
		width: calc(100% - 24px);
		position: absolute;
		bottom: 4px;
		height: 2px;
		left: 12px;
	}
}

.site-wide-bar .navbar-nav > li > a,
.site-wide-bar .navbar-nav > li > a:hover,
.site-wide-bar .navbar-nav > li > a:focus,
.site-wide-bar .navbar-nav > .active > a,
.site-wide-bar .navbar-nav > .active > a:hover,
.site-wide-bar .navbar-nav > .active > a:focus {
	color: #5d5d5d;
	}
.site-wide-bar .navbar-nav > .open > a,
.site-wide-bar .navbar-nav > .open > a:hover,
.site-wide-bar .navbar-nav > .open > a:focus {
	color: #1D3C6E; /* color3: links */
}
	
div.customerverification_actions li:hover > .nav-stacked-item-container
{
	background: #1D3C6E;
	}

.step-number
{
	background-color: #1D3C6E; /* color6 */
	font-weight: normal;
}

.salesunit-tiled-list > li,
.salesunit-tiled-list > li:hover,
.profile-card,
.profile-card:hover {
	box-shadow: none;
}

.product-tiled-list > li {
	margin-bottom: 40px;
}

.product-tiled-list:not(.salesunit-tiled-list) > li > .product_image_medium
{
	margin-bottom: 8px;
}

.product-tiled-list:not(.salesunit-tiled-list) > li > .btn {
	margin-top: 8px;
}

.product-tiled-list:not(.salesunit-tiled-list) > li > .product_rating {
	display: block;
	margin-top: 8px;
	margin-bottom: 0;
}

.search-filter-option [data-toggle=collapse] > .fa {
	color: #1D3C6E;
}

/* For BRLO do not show the "Activate later" and "Product for another person" buttons in the checkout complete page (temporary code, until this has been implemented with settings ) */
.checkout-activate-buttons .btn-default {
	display: none;
}

.checkout-completed-buttons {
	display: none;
}

.btn-activate-more {
	display: none;
}


.profile-form-header > strong {
	font-family: Raleway, 'Open Sans', Arial, helvetica, sans-serif;
}

.icon-link-level-up {
	display: inline-block;
	margin-bottom: 6px;
}
.icon-link-level-up > .fa {
	margin-right: 6px;
}

.profile-hero-background-asset {
	background-color: #1D3C6E; /* color15: showcase background */
}

.profile-hero-header-buttons > .btn-primary,
.profile-hero-header-buttons > .btn-primary:hover,
.profile-hero-header-buttons > .btn-primary:focus,
.profile-hero-header-buttons > .btn-primary:visited,
.profile-hero-header-buttons > .btn-primary:active,
.profile-hero-header-buttons > .btn-primary:active:focus {
	background: #FFFFFF;
	color: #1D3C6E !important; /* color3: links */
}

@media only screen and (min-width: 651px) {
	.profile-hero-info {
		padding: 16px 0 16px 0;
	}
	
	.profile-hero.has-rating .profile-hero-info {
		padding: 2px 0 10px 0;
	}
}

.sticky-nav-container-ambient:not(.fixed) .sticky-nav > li > a {
	color: #1D3C6E; /* color3: links */
}

.sticky-nav-container-ambient:not(.fixed) .sticky-nav.nav-pills > li.active > a,
.sticky-nav-container-ambient:not(.fixed) .sticky-nav.nav-pills > li.active > a:hover,
.sticky-nav-container-ambient:not(.fixed) .sticky-nav.nav-pills > li.active > a:focus {
	color: #1D3C6E; /* color3: links */
}

#shelf-banner,
#shelf-banner:after,
#shelf-banner img,
.shelf-items-small > li,
.navigation-menu .list-inline,
.step,
#activate-product-switch-account-username > img,
#frame_preview_wrapper,
#frame_preview_content,
.spinner,
.profile-card,
.profile-card-img,
.profile-card-btn,
.profile-hero-image,
.library-content-section-collapse, .library-content-item, .library-content-item:after,
.group-banner-preview-img,
.forum-topic-list-item,
.media-item-content-translate-wrapper
{
	border-radius: 0 !important;
}

.well,
.content-block,
.profile-compass-wrapper
{
	background: #E5E7EA;
}

.well .list-thumbs > li.placeholder,
.content-block .list-thumbs > li.placeholder
{
	background-color: #D4D6D8;
	border-color: #D4D6D8;
}

.well .fa-stack > .fa-plus
{
	text-shadow: -2px -2px 0 #E5E7EA, 0 -2px 0 #E5E7EA, 2px -2px 0 #E5E7EA, 2px 0 0 #E5E7EA, 2px 2px 0 #E5E7EA, 0 2px 0 #E5E7EA, -2px 2px 0 #E5E7EA, -2px 0 0 #E5E7EA; /* Adds the effect of a 2px outline */
}

.well hr
{
	border-top-color: #CFD1D3;
}

.content-block .text-muted,
.content-block .help-block,
.content-block .control-label-hint,
.content-block .control-label-optional,
.well .text-muted,
.well .help-block,
.well .control-label-hint,
.well .control-label-optional
{
	color: #727475;
}

.content-block fieldset legend,
.well fieldset legend
{
	border-bottom-color: #CFD1D3;
}

.text-muted,
.help-block,
.control-label-hint,
.control-label-optional
{
	color: #888888;
}

.content-block-alert
{
	/* TODO background */
	border: 0;
	background: #fff79c;
	background: linear-gradient(to bottom, #fffabf, #fff79c);
}

.product-list-item {
	border-top-color: #CFD1D3;
}
.product-list-item:last-child {
	border-bottom-color: #CFD1D3;
}
.product-list-item-rating .rate_count {
	display: inline-block;
}

.license-box + .license-box:not(:last-child)
{
	margin-bottom: 30px;
}

/* Begin account dashboard >> */

.row-dashboard
{
	display: flex;
	margin-top: 0;
	flex-direction: column
}

.dashboard-sidebar
{
	background: #ffffff; /*#F6F7F9*/
	margin-top: -10px;
}
@media only screen and (min-width: 768px) {
	.dashboard-sidebar
	{
		margin-left: 15px;
	}
}

.dashboard-content
{
	margin-top: 30px;
}

.dashboard-content .yd-table {
	margin-bottom: 16px;
}

.dashboard-content .page-header-borderless + h2 {
	margin-top: 0;
}

.dashboard-content p + h2 {
	margin-top: 30px;
}

.dashboard-sidebar .dashboard-sidebar-nav
{
	display: block;
	padding: 7px 0;
	margin-bottom: 0;
}

.dashboard-sidebar .dashboard-sidebar-nav > li
{
	display: block;
	/*padding: 7px 0 7px 54px;*/
	padding: 7px 0 7px 0;
}

.dashboard-sidebar .dashboard-sidebar-nav > li > a
{
	background: none;
	position: relative;
	word-wrap: break-word;
	font-size: 16px;
    font-weight: 700;
    color: #1d3c6e;
    opacity: .5;
}

.dashboard-sidebar .dashboard-sidebar-nav > li > a:hover,
.dashboard-sidebar .dashboard-sidebar-nav > li > a:focus,
.dashboard-sidebar .dashboard-sidebar-nav > li > a:active,
.dashboard-sidebar .dashboard-sidebar-nav > .active > a
{
	text-decoration: none;
	opacity: 1;
}

.dashboard-sidebar .dashboard-sidebar-nav > .active > a:after {
	display: none;
}

.dashboard-sidebar .dashboard-sidebar-nav > li > a > i 
{
	display: none;
}

.dashboard-sidebar .v-logo
{
	display: none;
}

@media only screen and (min-width: 992px)
{
	.row-dashboard
	{
		flex-direction: row
	}

	.dashboard-sidebar
	{
		margin-top: 0;
	}
	
		.dashboard-sidebar .dashboard-sidebar-nav > li
	{
		padding: 7px 0 7px 14px;
	}
	
	.dashboard-content
	{
		padding-left: 40px;
	}
	
	.dashboard-sidebar .dashboard-sidebar-nav
	{
		padding: 50px 10px 65px;
	}
	
	.dashboard-sidebar .dashboard-sidebar-nav > li > a
	{
		font-size: 24px;
	}
	
	.dashboard-sidebar .v-logo {
		margin-left: -122px;
		margin-bottom: 65px;
		display: block;
	}
}

/* << End account dashboard */

.page-header
{
	border-color: #E5E7EA;
}

.nav-tabs > li > a:hover
{
	background: #E5E7EA;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
	background: #EDEFF2;
}

/* Media items */

.page-header-media-item
{
	margin-bottom: 25px;
}

.page-header-media-item > h2,
.page-header-media-item > .page-header-inner > h2
{
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 2.5rem;
	line-height: normal;
	flex-grow: 1;
}

.page-header-media-item > h2 > small,
.page-header-media-item > h2 > .media-item-meta-title,
.page-header-media-item > .page-header-inner > h2 > small,
.page-header-media-item > .page-header-inner > h2 > .media-item-meta-title
{
	font-size: 26px;
	color: inherit;
	line-height: 1.2em;
	margin-left: 0;
	margin-top: 2px;
	display: block;
	font-weight: normal;
}

.page-header-meta {
	margin-bottom: 0;
}

.page-header-meta-type,
.media-item-header-text > .media-item-type
{
	background: #1D3C6E;
	color: #FEFEFE;
	display: inline-block;
	padding: 11px 30px;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
	text-align: center;
}

.page-header-meta-type
{
	margin: 6px 0 0 20px;
	flex-shrink: 0;
}

@media only screen and (min-width: 768px) {
	.page-header-meta-type
	{
		order: 1;
	}
}

@media only screen and (max-width: 767px) {
	.page-header-media-item {
		flex-direction: column;
	}
	.page-header-meta-type
	{
		margin: 10px 0 10px 0;
	}
}

.page-header-controls #btn-actions-menu
{
	top: 6px;
}

.page-header-meta-type-GROUP_BLOG_POST
{
	background: #5C2779;
	text-transform: uppercase;
}

.page-header-meta-type-GROUP_FORUM_POST
{
	background: #91C67C;
	text-transform: uppercase;
}

.media-item-content a
{
	text-decoration: underline;
}

.media-item-content-translate-wrapper
{
	background: #FFFFFF;
	box-shadow: 0px 0px 0px 10px #EDEFF2;
	font-size: 16px;
	line-height: 1.5;
}

.media-item-content-translate-wrapper > .icon-busy {
	vertical-align: -2px;
	background-size: 16px 16px;
}

.media-item-content-translate-wrapper > .action-translate-item {
	text-decoration: none;
}

.media-item-content-translate-wrapper > .action-translate-item:hover,
.media-item-content-translate-wrapper > .action-translate-item:focus {
	text-decoration: underline;
}

.form-control.search-query,
.search-filter-option .form-control,
.search-filter-option .select2-container--bootstrap .select2-selection
{
	border: none;
	padding: 8px 45px 8px 27px;
	text-align: left;
	background: #BBC4D3;
	box-shadow: none !important;
	font-size: 16px;
	height: 40px;
}
.form-control.search-query::-webkit-input-placeholder,
.search-filter-option .form-control::-webkit-input-placeholder
{
	color: #1d3c6e;
}
.form-control.search-query:-moz-placeholder,
.search-filter-option .form-control:-moz-placeholder
{
	color: rgb(29, 60, 110, 0.6); /* #1D3C6E */
}
/* Firefox switched from pseudoclass to pseudoelement (= double colon) in Firefox 19 without being backwards compatible, so we need to supply both syntaxes */
.form-control.search-query::-moz-placeholder,
.search-filter-option .form-control::-moz-placeholder
{
	color: rgb(29, 60, 110, 0.6); /* #1D3C6E */
}
.form-control.search-query::placeholder,
.search-filter-option .form-control::placeholder
{
	color: rgb(29, 60, 110, 0.6); /* #1D3C6E */
}
.search-filter-option .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder
{
	color: rgb(29, 60, 110, 0.6); /* #1D3C6E */
}
.search-filter-option .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b
{
	border-top-color: #1d3c6e;
}

.search-filter-option .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b
{
	border-bottom-color: #1d3c6e;
}
.search-filter-option .select2-container--bootstrap .select2-selection--single .select2-selection__arrow
{
	right: 30px;
}

.form-control.search-query + .form-control-feedback,
.search-filter-option .form-control-feedback
{
	right: 16px;
}

.has-feedback label ~ .form-control-feedback
{
    top: 31px;
}

.search-filter-option .has-feedback label ~ .form-control-feedback
{
	top: 41px;
}

.media-author-title
{
	margin: 0 0 20px 0;
}

.media-author-title > h2
{
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
	line-height: normal;
	flex-grow: 1;
}

.media-library-author-list .media-author-link
{
	text-decoration: underline;
}

.library-content-item:last-child:before
{
	border-color: #EDEFF2;
}

#contentpage .site-wide-bar {
	border-top: 0;
}

#contentpage .navbar-brand > strong:first-child  {
	width: 135px;
	height: 65px;
	background-image: url('images/logo_velon.png');
}

@media (min-width: 768px) {
	#contentpage .site-wide-bar h1 {
		margin: 29px 0;
	}
}

.library-tree-content-item.active:before
{
	background-color: #1D3C6E; /* color3: links */
}

.library-tree-content-item.active:last-child:after
{
	border-color: #1D3C6E; /* color3: links */
}

.profile-form .action-buttons::before
{
	background-color: #edeff2;
}

@media only screen and (max-width: 991px) 
{
	.csspositionsticky .loading-container.loading:before { top: 20px; }
}

.btn-action-toggle:not(.set) {
	color: #1D3C6E !important;
	background: #BBC4D3;
}

.btn-action-toggle:not(.set):hover,
.btn-action-toggle:not(.set):focus,
.btn-action-toggle:not(.set):active,
.btn-action-toggle:not(.set):active:focus,
.btn-action-toggle:not(.set):active:hover {
	color: #FFFFFF !important;
	background: #1D3C6E;
}

.btn-action-toggle:not(.set):disabled,
.btn-action-toggle:not(.set):disabled:hover {
	color: #1D3C6E !important;
	background: #BBC4D3;
}

.page-header-wrapper
{
	background: #FFFFFF;
}

@media only screen and (min-width: 768px) {
	.main-content .container
	{
		padding-left: 0;
		padding-right: 0;
	}
}

.page-header-wrapper .page-header
{
	padding-bottom: 12px;
	margin: 0;
	border: 0;
}

.page-header-wrapper h1
{
	margin: 0 auto 0 0;
	font-size: 26px;
	line-height: normal;
	color: #1d3c6e;
	opacity: .5;
	padding: 10px 0 0 0;
	font-family: 'Open Sans', Helvetica, Roboto, Arial, sans-serif;
}

.page-header-wrapper .page-header-controls
{
	padding-top: 10px;
}

@media only screen and (max-width: 991px) {
	.page-header-wrapper .page-header {
		flex-direction: row;
	}

	.page-header-wrapper .page-header-controls {
		margin: 0;
	}

	.page-header-wrapper .page-header-controls > .btn-group > .dropdown-menu {
		left: auto;
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.page-header-wrapper .page-header {
		flex-direction: column;
	}
	
	.page-header-wrapper .page-header-controls {
		margin-bottom: 0;
		margin-left: 0;
	}
	
	.page-header-wrapper .page-header-controls > .btn-group > .dropdown-menu {
		left: 0;
		right: auto;
	}
}

@media screen and (min-width: 1200px) /* 1120px??? */
{
	.page-header-wrapper h1
	{
		font-size: 32px;
	}
}

.secondary-title
{
	position: relative;
    margin: 0 0 20px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	word-wrap: break-word;
}

.secondary-title-actions-menu {
	padding-right: 25px;
}

.secondary-title-actions-menu > .btn-group-actions-menu {
	position: absolute;
	top: 8px; /* align with header text */
}

.secondary-title > h2
{
    margin: 0 auto 0 0;
	padding-right: 10px;
	font-size: 2.5rem;
	line-height: normal;
}

.secondary-title > .page-header-controls
{
	margin-top: 8px;
}

.library-content-item:last-child:after
{
	border-color: #EDEFF2;
}

.group-member-list.group-member-summary-list {
	margin-bottom: 15px;
}

.group-member-list-item {
	border: none;
	margin-bottom: 10px;
}

.group-member-summary-list .group-member-list-item {
	margin-bottom: 15px;
}

.group-member-list-item:first-child {
	border-radius: 0;
}

.group-member-list-item:last-child {
	border-radius: 0;
}

.group-member-list-item-thumb {
	width: 45px;
	height: 45px;
}

.group-member-list-item-thumb-img {
	border-radius: 0;
}

.group-member-list-item-meta {
	color: #727475;
}

.loading .group-member-list-item-title,
.loading .group-member-list-item-title > a {
	color: inherit;
}

.read-more-content-4 {
	max-height: 100px;
}
.read-more-content-6 {
	max-height: 150px;
}
.read-more-content-8 {
	max-height: 200px;
}

.content-block-group {
	padding: 0 20px 20px 20px;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.content-block-group > h2 {
	display: inline-block;
	padding: 12px 38px;
	margin: 0 -20px 20px -20px;
	background: #1D3C6E;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 100%;
	line-height: 1;
}

.content-block-group-blog > h2 {
	background: #5C2779;
}

.content-block-group-forum > h2 {
	background: #91C67C;
}

.content-block-group > h3 {
	font-size: 18px;
	line-height: 1;
}

.content-block-group-btn-wrapper {
	margin-right: -20px;
	margin-bottom: -20px;
}

.content-block-group-btn {
	color: #1D3C6E !important;
	background: #BBC4D3;
	border-color: #BBC4D3;
}
.content-block-group-btn:hover,
.content-block-group-btn:focus,
.content-block-group-btn:active,
.content-block-group-btn:active:focus,
.content-block-group-btn:active:hover {
	color: #FFFFFF !important;
	background: #FBBB21;
	border-color: #FBBB21;
}

.group-iconic-detail:not(:last-child) {
	margin-bottom: 15px;
}

.group-iconic-detail-value-label {
	margin-top: 0;
}

.media-item-edit-promotion-summary {
	background: background: #edeff2;
}

.group-blog-title {
	font-size: 100%;
}

.group-blog-title-label {
	display: inline-block;
	padding: 12px 38px;
	background: #5C2779;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 100%;
	line-height: 1;
	flex-grow: 0;
}

.group-blog-title .results-counter {
	display: none;
}

.group-forum-title {
	font-size: 100%;
}

.group-forum-title-label {
	display: inline-block;
	padding: 12px 38px;
	background: #91C67C;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 100%;
	line-height: 1;
	flex-grow: 0;
}

.group-forum-title .results-counter {
	display: none;
}

.forum-topic-list-item {
	box-shadow: none;
	margin-bottom: 10px;
}
.forum-topic-list-item:hover {
	box-shadow: none;
}

.forum-topic-list-item-title {
	font-size: 24px;
	line-height: 33px;
}
