.my-account-user-image-canvas {
	display: none;
}

.step-number
{
	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;
}

/* 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;
}

.icon-link-level-up {
	display: inline-block;
	margin-bottom: 6px;
}
.icon-link-level-up > .fa {
	margin-right: 6px;
}

@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;
	}
}

#shelf-banner,
#shelf-banner:after,
#shelf-banner img,
.shelf-items-small > li,
.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-thumb,
.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;
}

.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 .page-header > .page-header-inner > h1,
.dashboard-content .page-header > h1 {
	font-size: 24px;
	line-height: 27px;
}

.dashboard-content .dxp-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;
	}
	
	.dashboard-content
	{
		padding-left: 40px;
	}
	
	.dashboard-sidebar .dashboard-sidebar-nav
	{
		padding: 18px 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: 32px;
	line-height: 1.111111;
	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;
	text-transform: uppercase;
}

@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;
}

.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: 38px;
}
.form-control.search-query::placeholder,
.search-filter-option .form-control::placeholder
{
	color: rgba(29, 60, 110, 0.6); /* #1D3C6E */
}
.search-filter-option .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder
{
	color: rgba(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: 32px;
	line-height: 1.111111;
	flex-grow: 1;
}

.media-library-author-list .media-author-link
{
	text-decoration: underline;
}

.library-content-item:last-child:before
{
	border-color: #EDEFF2;
}

.profile-form .action-buttons::before
{
	background-color: #edeff2;
}

@media only screen and (max-width: 991px) 
{
	.loading-container.loading:before { top: 20px; }
}

.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 > h3 {
	font-size: 18px;
	line-height: 1;
}

.content-block-group-btn-wrapper {
	margin-right: -20px;
	margin-bottom: -20px;
}

.content-block-group-btn {
	--bs-btn-color: var(--dxp-primary);
	--bs-btn-bg: #BBC4D3;
	--bs-btn-border-color: var(--bs-btn-bg);
	--bs-btn-hover-color: var(--dxp-warning-contrast-color);
	--bs-btn-hover-bg: var(--dxp-warning);
	--bs-btn-hover-border-color: var(--dxp-warning);
	--bs-btn-focus-box-shadow-color: color-mix(in srgb, color-mix(in srgb, var(--dxp-warning), white 15%), transparent 50%);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: var(--bs-btn-hover-bg);
	--bs-btn-active-border-color: var(--bs-btn-active-bg);
}

.group-iconic-detail:not(:last-child) {
	margin-bottom: 15px;
}

.group-iconic-detail-value-label {
	margin-top: 0;
}

.media-item-edit-promotion-summary {
	background: #edeff2;
}

.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;
}

.group-iconic-detail-icon {
	color: #525455;
}

.group-recent-item-meta {
	color: #727475;
}

.profile-social-links {
	padding: 20px;
	background: #FFFFFF;
}

.profile-contact-detail > .fa {
	color: #525455;
}

.profile-specs .media-left > .fa {
	color: #525455;
}
